@charset "UTF-8";
#sub-main {
  width: 100%;
  height: auto;
  padding-top: 90px;
}
#sub-main .subvisual {
  width: 100%;
  height: 375px;
  margin-bottom: 130px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
#sub-main .subvisual .container {
  width: 95%;
  height: 100%;
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  gap: 10px;
}
#sub-main .subvisual .container > h1 {
  font-size: 56px;
  font-weight: 700;
  line-height: 1.2;
  color: black;
  word-break: keep-all;
}
#sub-main .subvisual .container > span {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  color: black;
  word-break: keep-all;
}

.subpage-title-wrap {
  width: 100%;
  height: auto;
  margin-bottom: 64px;
}
.subpage-title-wrap .container {
  width: 95%;
  height: auto;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.subpage-title-wrap .container span {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  color: #C12323;
  letter-spacing: 1px;
  word-break: keep-all;
  text-align: center;
}
.subpage-title-wrap .container h1 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  color: black;
  word-break: keep-all;
  text-align: center;
}

.product-page {
  width: 100%;
  height: auto;
  padding-bottom: 140px;
}
.product-page .container {
  width: 95%;
  height: auto;
  max-width: 1570px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.product-page .container .prod-tabs {
  width: 90%;
  height: auto;
  margin-bottom: 72px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.product-page .container .prod-tabs a {
  width: 100%;
  height: 70px;
  padding: 0 16px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background: #fafafa;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  color: black;
  word-break: keep-all;
  text-align: center;
}
.product-page .container .prod-tabs a.now {
  background: linear-gradient(60deg, #065DDF, #047BC3 35%, #00AF92);
  color: white;
}
.product-page .container .swiper-box {
  position: relative;
  width: 100%;
  height: auto;
  padding: 0 96px;
  margin-bottom: 120px;
}
.product-page .container .swiper-box .blue-circle {
  position: absolute;
  left: 50%;
  top: calc((100% - 64px) * 0.5);
  transform: translate(-50%, -50%);
  width: auto;
  height: 80%;
  aspect-ratio: 1/1;
  border-radius: 1000000rem;
  background: #E4EFFF;
  z-index: 0;
}
.product-page .container .swiper-box .product-swiper {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 64px;
  align-items: center;
  overflow: hidden;
}
.product-page .container .swiper-box .product-swiper .swiper-notification {
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  top: 0;
}
.product-page .container .swiper-box .product-swiper .swiper-wrapper {
  width: 100%;
  height: auto;
}
.product-page .container .swiper-box .product-swiper .swiper-wrapper .swiper-slide {
  position: relative;
  width: 100%;
  height: 560px;
}
.product-page .container .swiper-box .product-swiper .swiper-wrapper .swiper-slide > img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: 90%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-page .container .swiper-box .product-swiper .swiper-pagination {
  position: relative;
  left: unset;
  top: unset;
  right: unset;
  bottom: unset;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.product-page .container .swiper-box .product-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 44px;
  height: 4px;
  background: #065DDF;
  margin: 0;
  border-radius: 0;
}
.product-page .container .swiper-box .product-navigation {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  z-index: 2;
}
.product-page .container .swiper-box .product-navigation div {
  width: 48px;
  height: 66px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background: #ddd;
  border-radius: 8px;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
.product-page .container .swiper-box .product-navigation div > i {
  font-size: 16px;
  line-height: 1.1;
  color: white;
}
.product-page .container .swiper-box .product-navigation div:hover {
  background: #065DDF;
}
.product-page .container .product-blue-box {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
.product-page .container .product-blue-box:not(:last-child) {
  margin-bottom: 120px;
}
.product-page .container .product-blue-box .inner {
  width: 100%;
  height: auto;
  max-width: 1340px;
  padding: 28px 40px;
  margin: 0 auto;
  background: #065DDF;
}
.product-page .container .product-blue-box .inner .blue-swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
  background: white;
}
.product-page .container .product-blue-box .inner .blue-swiper .swiper-wrapper {
  width: 100%;
  height: auto;
}
.product-page .container .product-blue-box .inner .blue-swiper .swiper-wrapper .swiper-slide {
  position: relative;
  padding: 22px 2%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.product-page .container .product-blue-box .inner .blue-swiper .swiper-wrapper .swiper-slide:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: calc(100% - 44px);
  background-color: #aaa;
}
.product-page .container .product-blue-box .inner .blue-swiper .swiper-wrapper .swiper-slide figure {
  position: relative;
  width: 85%;
  height: auto;
  aspect-ratio: 16/10;
  overflow: hidden;
}
.product-page .container .product-blue-box .inner .blue-swiper .swiper-wrapper .swiper-slide figure > img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-page .container .product-blue-box .inner .blue-swiper .swiper-wrapper .swiper-slide p {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  word-break: keep-all;
  text-align: center;
  color: black;
}
.product-page .container .product-blue-box .blue-control-box {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.product-page .container .product-blue-box .blue-control-box .prev, .product-page .container .product-blue-box .blue-control-box .next {
  width: 28px;
  height: 28px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: 24px;
  line-height: 1;
  color: black;
  text-align: center;
}
.product-page .container .product-blue-box .blue-control-box .swiper-pagination {
  position: relative;
  left: unset;
  top: unset;
  bottom: unset;
  right: unset;
  width: auto;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.product-page .container .product-blue-box .blue-control-box .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 100000rem;
  margin: 0;
}
.product-page .container .product-content-wrap {
  width: 100%;
  height: auto;
}
.product-page .container .product-content-wrap.type01 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 64px 36px;
}
.product-page .container .product-content-wrap.type01 .content-group {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.product-page .container .product-content-wrap.type01 .content-group.row-2 {
  grid-row: span 2;
}
.product-page .container .product-content-wrap.type01 .content-group.row-3 {
  grid-row: span 3;
}
.product-page .container .product-content-wrap.type01 .content-group .group-head {
  width: 100%;
  height: auto;
  padding-left: 48px;
  display: flex;
  background-image: url(/img/group-head.svg);
  background-repeat: no-repeat;
  background-position: 0 8px;
  background-size: 24px auto;
}
.product-page .container .product-content-wrap.type01 .content-group .group-head b {
  font-size: 35px;
  font-weight: 700;
  line-height: 1.2;
  color: black;
  word-break: keep-all;
}
.product-page .container .product-content-wrap.type01 .content-group .dotted-contents {
  width: 100%;
  height: auto;
  padding: 40px 28px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: #F6F6F6;
  border-radius: 12px;
}
.product-page .container .product-content-wrap.type01 .content-group .dotted-contents li {
  position: relative;
  width: 100%;
  height: auto;
  padding-left: 16px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  color: black;
  word-break: keep-all;
}
.product-page .container .product-content-wrap.type01 .content-group .dotted-contents li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 6px;
  height: 6px;
  background: #aaa;
  border-radius: 100000rem;
}
.product-page .container .product-content-wrap.type01 .content-group .table-group {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.product-page .container .product-content-wrap.type01 .content-group .table-group .table-name {
  padding-left: 12px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  color: black;
  word-break: keep-all;
}
.product-page .container .product-content-wrap.type01 .content-group .table-group .prd-table {
  width: 100%;
  height: auto;
  border-collapse: separate;
  border-spacing: 8px;
  table-layout: fixed;
}
.product-page .container .product-content-wrap.type01 .content-group .table-group .prd-table th, .product-page .container .product-content-wrap.type01 .content-group .table-group .prd-table td {
  padding: 16px 10px;
  font-size: 16px;
  line-height: 1.2;
  color: black;
  word-break: keep-all;
  border-radius: 8px;
  vertical-align: middle;
  text-align: center;
}
.product-page .container .product-content-wrap.type01 .content-group .table-group .prd-table th {
  font-weight: 500;
}
.product-page .container .product-content-wrap.type01 .content-group .table-group .prd-table .lb {
  background: #E9F2FF;
}
.product-page .container .product-content-wrap.type01 .content-group .table-group .prd-table .db {
  background: #C3CCD9;
}
.product-page .container .product-content-wrap.type01 .content-group .table-group .prd-table .lg {
  background: #F6F6F6;
}
.product-page .container .product-content-wrap.type01 .content-group .table-group .prd-table .dotted {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}
.product-page .container .product-content-wrap.type01 .content-group .table-group .prd-table .dotted span {
  position: relative;
  padding-left: 12px;
  font-size: 16px;
  line-height: 1.3;
  text-align: left;
  word-break: keep-all;
  color: black;
}
.product-page .container .product-content-wrap.type01 .content-group .table-group .prd-table .dotted span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 5px;
  height: 5px;
  background: #ccc;
  border-radius: 10000rem;
}
.product-page .container .product-content-wrap.type01 .content-group .heavy-desc {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.product-page .container .product-content-wrap.type01 .content-group .heavy-desc p {
  padding-left: 12px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  word-break: keep-all;
  color: black;
}
.product-page .container .product-content-wrap.type01 .content-group .heavy-desc p > em {
  color: #065DDF;
}

.summary {
  position: relative;
  width: 100%;
  height: auto;
  padding-bottom: 120px;
}
.summary .container {
  position: relative;
  width: 95%;
  height: auto;
  max-width: 1520px;
  margin: 0 auto;
  z-index: 3;
}
.summary .container .summary-grid {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
}
.summary .container .summary-grid .image-cell {
  position: relative;
  width: 100%;
  height: 100%;
  grid-column: span 3;
  grid-row: span 2;
  border-radius: 12px;
  overflow: hidden;
}
.summary .container .summary-grid .image-cell > img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.summary .container .summary-grid .cell {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 32px 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #ECF4FF;
  border-radius: 8px;
}
.summary .container .summary-grid .cell b {
  margin-bottom: 8px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  color: black;
}
.summary .container .summary-grid .cell span {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  word-break: keep-all;
  color: #A1A9B5;
}
.summary .container .summary-grid .cell p {
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  word-break: keep-all;
  color: black;
}
.summary .container .summary-grid .cell img {
  width: 68px;
  height: 68px;
  transform: translate(10px, 12px);
  align-self: flex-end;
}
.summary .blue-bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% - 120px);
  background: linear-gradient(50deg, #22BDEE, #00AF92);
}

.greeting {
  width: 100%;
  height: auto;
  padding-bottom: 120px;
}
.greeting .container {
  width: 95%;
  height: auto;
  max-width: 1550px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 64px;
}
.greeting .container .greeting-top-banner {
  width: 100%;
  height: auto;
  margin-top: 24px;
  padding: 0 24px;
  background: #065DDF;
}
.greeting .container .greeting-top-banner .inner {
  width: 100%;
  height: 430px;
  transform: translateY(-24px);
  background-repeat: no-repeat;
  background-position: center 75%;
  background-size: cover;
}
.greeting .container .greeting-bottom {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 24px;
}
.greeting .container .greeting-bottom .left {
  flex: 1 1 40%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.greeting .container .greeting-bottom .left span {
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  color: #065DDF;
  word-break: keep-all;
}
.greeting .container .greeting-bottom .left h2 {
  margin-bottom: 36px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
  word-break: keep-all;
  color: black;
}
.greeting .container .greeting-bottom .left img {
  max-width: 100%;
  height: auto;
}
.greeting .container .greeting-bottom .right {
  flex: 1 1 60%;
  background-repeat: no-repeat;
  background-position: auto center;
  background-size: 100% auto;
  padding: 32px 52px;
}
.greeting .container .greeting-bottom .right p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  word-break: keep-all;
  color: black;
}

.history {
  width: 100%;
  height: auto;
  padding-bottom: 120px;
}
.history .container {
  width: 95%;
  height: auto;
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.history .container .start {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.history .container .start b {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2;
  color: black;
  word-break: keep-all;
  text-align: center;
}
.history .container .start span {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  color: black;
  word-break: keep-all;
  text-align: center;
}
.history .container .timeline {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 44px;
}
.history .container .timeline > img {
  position: relative;
  width: 32px;
  height: 32px;
  z-index: 2;
}
.history .container .timeline .gray-bar {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 2px;
  height: calc(100% - 32px);
  background: #aaa;
}
.history .container .timeline .tl-row {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
}
.history .container .timeline .tl-row:nth-child(even) {
  flex-direction: row-reverse;
}
.history .container .timeline .tl-row:nth-child(even) .image-wrap {
  padding-left: 70px;
  padding-right: 0;
}
.history .container .timeline .tl-row:nth-child(even) .tl-events .yearly {
  flex-direction: row-reverse;
}
.history .container .timeline .tl-row:nth-child(even) .tl-events .yearly b {
  padding-right: 48px;
  padding-left: 0;
  text-align: right;
}
.history .container .timeline .tl-row:nth-child(even) .tl-events .yearly b::before {
  left: unset;
  right: 0;
  transform: translateX(50%);
}
.history .container .timeline .tl-row:nth-child(even) .tl-events .yearly p span {
  text-align: right;
}
.history .container .timeline .tl-row .image-wrap {
  flex: 1 1 40%;
  padding-right: 70px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 90px;
}
.history .container .timeline .tl-row .image-wrap figure {
  flex: 1 1 auto;
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
}
.history .container .timeline .tl-row .image-wrap figure > img {
  width: 100%;
  height: auto;
}
.history .container .timeline .tl-row .tl-events {
  flex: 1 1 40%;
  display: flex;
  flex-direction: column;
  gap: 44px;
}
.history .container .timeline .tl-row .tl-events .yearly {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.history .container .timeline .tl-row .tl-events .yearly b {
  position: relative;
  flex: 0 0 140px;
  padding-left: 48px;
  font-size: 22px;
  font-weight: 700;
  color: black;
  line-height: 28px;
}
.history .container .timeline .tl-row .tl-events .yearly b::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  transform: translateX(-50%);
  width: 10px;
  height: 10px;
  border-radius: 100000rem;
  background: #5096FF;
}
.history .container .timeline .tl-row .tl-events .yearly p {
  width: 100%;
  height: auto;
  padding-top: 2px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.history .container .timeline .tl-row .tl-events .yearly p span {
  font-size: 18px;
  font-weight: 500;
  color: black;
  word-break: keep-all;
  line-height: 1.3;
}

.organization {
  width: 100%;
  height: auto;
  padding-bottom: 120px;
}
.organization .container {
  width: 95%;
  height: auto;
  max-width: 1480px;
  margin: 0 auto;
  padding: 60px 4%;
  display: flex;
  background: #f0f0f0;
  border-radius: 10px;
}
.organization .container > img {
  width: 100%;
  height: auto;
}

.certificates {
  width: 100%;
  height: auto;
  padding-bottom: 120px;
}
.certificates .container {
  width: 95%;
  height: auto;
  max-width: 1360px;
  margin: 0 auto;
  display: flex;
}
.certificates .container .cert-grid {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 56px 24px;
}
.certificates .container .cert-grid .cell {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}
.certificates .container .cert-grid .cell img {
  width: 100%;
  height: auto;
}
.certificates .container .cert-grid .cell p {
  width: 100%;
  height: auto;
  min-height: 76px;
  padding: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  word-break: keep-all;
  text-align: center;
  background: #f0f0f0;
  border-radius: 12px;
}

.certificates2 {
  width: 100%;
  height: auto;
  padding-bottom: 120px;
}
.certificates2 .container {
  width: 95%;
  height: auto;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 100px;
}
.certificates2 .container .cert-box {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.certificates2 .container .cert-box .box-title {
  position: relative;
  padding-left: 40px;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  color: black;
  word-break: keep-all;
}
.certificates2 .container .cert-box .box-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 6px;
  background: #065DDF;
}
.certificates2 .container .cert-box .cert-table {
  width: 100%;
  height: auto;
  border: 1px solid #ccc;
  border-top: none;
  border-bottom-width: 3px;
}
.certificates2 .container .cert-box .cert-table td, .certificates2 .container .cert-box .cert-table th {
  vertical-align: middle;
  text-align: center;
}
.certificates2 .container .cert-box .cert-table thead tr {
  background: #E9F2FF;
  border-bottom: 2px solid #065DDF;
}
.certificates2 .container .cert-box .cert-table thead tr th {
  padding: 16px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  color: black;
  word-break: keep-all;
}
.certificates2 .container .cert-box .cert-table thead tr th:not(:last-child) {
  border-right: 1px solid #ccc;
}
.certificates2 .container .cert-box .cert-table tbody tr {
  border-bottom: 1px solid #ccc;
}
.certificates2 .container .cert-box .cert-table tbody tr td {
  padding: 16px;
  font-size: 18px;
  line-height: 1.4;
  word-break: keep-all;
  color: black;
}
.certificates2 .container .cert-box .cert-table tbody tr td.ta-l {
  padding-left: 5%;
  text-align: left;
}
.certificates2 .container .cert-box .cert-table tbody tr td:not(:last-child) {
  border-right: 1px solid #ccc;
}
.certificates2 .container .cert-box .table-notice {
  margin-top: 28px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  color: black;
  word-break: keep-all;
}

.direction {
  width: 100%;
  height: auto;
  padding-bottom: 120px;
}
.direction .container {
  width: 95%;
  height: auto;
  max-width: 1440px;
  margin: 0 auto;
}
.direction .container .map-box {
  width: 100%;
  height: 480px;
  margin-bottom: 36px;
  overflow: hidden;
  border: 3px solid #065DDF;
  border-radius: 4px;
}
.direction .container .map-box .root_daum_roughmap {
  width: 100%;
  height: 100%;
}
.direction .container .map-box .root_daum_roughmap .wrap_map {
  width: 100%;
  height: 100%;
}
.direction .container .contact-grid {
  width: 100%;
  height: auto;
  margin-bottom: 60px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.direction .container .contact-grid h2 {
  padding-left: 16px;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2;
  color: black;
  word-break: keep-all;
}
.direction .container .contact-grid ul {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: 1fr 1fr 150px;
  grid-template-rows: repeat(2, 1fr);
  gap: 12px;
}
.direction .container .contact-grid ul li {
  width: 100%;
  height: 70px;
  padding: 0 4%;
  display: flex;
  flex-direction: row;
  align-items: center;
  background: #f0f0f0;
  border-radius: 100000rem;
}
.direction .container .contact-grid ul li.go-to-map {
  height: 100%;
  grid-row: span 2;
  padding: 0;
  background: linear-gradient(to bottom, #065DDF, #00AF92);
  border-radius: 16px;
}
.direction .container .contact-grid ul li.go-to-map > a {
  width: 100%;
  height: 100%;
  padding: 0 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.direction .container .contact-grid ul li.go-to-map > a > img {
  width: 100%;
  height: auto;
  max-width: 70px;
}
.direction .container .contact-grid ul li.go-to-map > a span {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  color: white;
  word-break: keep-all;
  text-align: center;
}
.direction .container .contact-grid ul li .cell-head {
  flex: 0 0 148px;
  height: 100%;
  padding-left: 48px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: 30px auto;
}
.direction .container .contact-grid ul li .cell-head b {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  color: black;
  word-break: keep-all;
}
.direction .container .contact-grid ul li .cell-body {
  flex: 1 1 auto;
  font-size: 20px;
  line-height: 1.3;
  color: black;
  word-break: keep-all;
}
.direction .container .way-to-come {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.direction .container .way-to-come h2 {
  padding-left: 48px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
  color: black;
  word-break: keep-all;
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: auto 100%;
}
.direction .container .way-to-come .come-group {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.direction .container .way-to-come .come-group .row {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding-bottom: 18px;
  border-bottom: 1px solid #ddd;
}
.direction .container .way-to-come .come-group .row b {
  flex: 0 0 120px;
  padding-left: 12px;
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
  color: black;
  word-break: keep-all;
}
.direction .container .way-to-come .come-group .row p {
  flex: 1 1 auto;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  color: black;
  word-break: keep-all;
}

/* ============================================================
   반응형 (Responsive) — 서브페이지 / 파일 맨 아래에 추가
   ============================================================ */
/* ---------- 1280px 이하 ---------- */
@media (max-width: 1280px) {
  #sub-main .subvisual .container > h1 {
    font-size: 46px;
  }
  .subpage-title-wrap .container h1 {
    font-size: 34px;
  }
  .product-page .container .product-content-wrap.type01 .content-group .group-head b {
    font-size: 30px;
  }
  .greeting .container .greeting-bottom .left h2 {
    font-size: 34px;
  }
}
/* ---------- 1024px 이하 (태블릿) ---------- */
@media (max-width: 1024px) {
  #sub-main .subvisual {
    height: 300px;
    margin-bottom: 80px;
  }
  #sub-main .subvisual .container > h1 {
    font-size: 40px;
  }
  #sub-main .subvisual .container > span {
    font-size: 18px;
  }
  .subpage-title-wrap {
    margin-bottom: 48px;
  }
  .subpage-title-wrap .container h1 {
    font-size: 30px;
  }
  .product-page {
    padding-bottom: 100px;
  }
  .product-page .container .prod-tabs {
    width: 100%;
    margin-bottom: 48px;
  }
  .product-page .container .prod-tabs a {
    height: 60px;
    font-size: 17px;
  }
  .product-page .container .swiper-box {
    padding: 0 64px;
    margin-bottom: 80px;
  }
  .product-page .container .swiper-box .product-swiper .swiper-wrapper .swiper-slide {
    height: 420px;
  }
  .product-page .container .product-content-wrap.type01 {
    gap: 48px 24px;
  }
  .product-page .container .product-content-wrap.type01 .content-group {
    gap: 32px;
  }
  .product-page .container .product-content-wrap.type01 .content-group .group-head b {
    font-size: 26px;
  }
  .product-page .container .product-content-wrap.type01 .content-group .dotted-contents {
    padding: 32px 24px;
  }
  .product-page .container .product-content-wrap.type01 .content-group .table-group .table-name {
    font-size: 20px;
  }
  .summary {
    padding-bottom: 80px;
  }
  .summary .container .summary-grid {
    gap: 10px;
  }
  .greeting {
    padding-bottom: 80px;
  }
  .greeting .container {
    gap: 48px;
  }
  .greeting .container .greeting-top-banner .inner {
    height: 340px;
  }
  .greeting .container .greeting-bottom {
    gap: 20px;
  }
  .greeting .container .greeting-bottom .left h2 {
    font-size: 30px;
  }
  .greeting .container .greeting-bottom .right {
    padding: 24px 32px;
  }
  .history {
    padding-bottom: 80px;
  }
  .history .container .start b {
    font-size: 32px;
  }
  .history .container .timeline .tl-row .tl-events .yearly b {
    flex: 0 0 120px;
    font-size: 20px;
  }
  .history .container .timeline .tl-row .tl-events .yearly p span {
    font-size: 16px;
  }
  .organization .container {
    padding: 40px 4%;
  }
  .certificates .container .cert-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 20px;
  }
  .certificates2 {
    padding-bottom: 80px;
  }
  .certificates2 .container {
    gap: 64px;
  }
  .direction {
    padding-bottom: 80px;
  }
  .direction .container .map-box {
    height: 380px;
  }
  .direction .container .contact-grid h2 {
    font-size: 24px;
  }
  .direction .container .way-to-come h2 {
    font-size: 24px;
  }
}
/* ---------- 768px 이하 (모바일) ---------- */
@media (max-width: 768px) {
  #sub-main {
    padding-top: 60px;
  }
  #sub-main .subvisual {
    height: 220px;
    margin-bottom: 56px;
  }
  #sub-main .subvisual .container {
    align-items: center;
  }
  #sub-main .subvisual .container > h1 {
    font-size: 30px;
    text-align: center;
  }
  #sub-main .subvisual .container > span {
    font-size: 15px;
    text-align: center;
  }
  .subpage-title-wrap {
    margin-bottom: 36px;
  }
  .subpage-title-wrap .container span {
    font-size: 13px;
  }
  .subpage-title-wrap .container h1 {
    font-size: 24px;
  }
  .product-page {
    padding-bottom: 70px;
  }
  .product-page .container .prod-tabs {
    grid-template-columns: repeat(2, 1fr); /* 4열 → 2열 */
    margin-bottom: 36px;
    gap: 8px;
  }
  .product-page .container .prod-tabs a {
    height: 52px;
    padding: 0 10px;
    font-size: 14px;
  }
  .product-page .container .swiper-box {
    padding: 0 40px;
    margin-bottom: 56px;
  }
  .product-page .container .swiper-box .product-swiper {
    gap: 40px;
  }
  .product-page .container .swiper-box .product-swiper .swiper-wrapper .swiper-slide {
    height: 280px;
  }
  .product-page .container .swiper-box .product-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 28px;
  }
  .product-page .container .swiper-box .product-navigation div {
    width: 40px;
    height: 56px;
  }
  .product-page .container .product-blue-box:not(:last-child) {
    margin-bottom: 80px;
  }
  .product-page .container .product-blue-box .inner {
    padding: 20px;
  }
  .product-page .container .product-content-wrap.type01 {
    grid-template-columns: 1fr; /* 2열 → 1열 */
    gap: 40px;
  }
  .product-page .container .product-content-wrap.type01 .content-group {
    gap: 24px;
  }
  .product-page .container .product-content-wrap.type01 .content-group.row-2, .product-page .container .product-content-wrap.type01 .content-group.row-3 {
    grid-row: auto;
  }
  .product-page .container .product-content-wrap.type01 .content-group { /* 1열에선 row-span 해제 */ }
  .product-page .container .product-content-wrap.type01 .content-group .group-head {
    padding-left: 38px;
    background-size: 20px auto;
  }
  .product-page .container .product-content-wrap.type01 .content-group .group-head b {
    font-size: 22px;
  }
  .product-page .container .product-content-wrap.type01 .content-group .dotted-contents {
    padding: 24px 20px;
  }
  .product-page .container .product-content-wrap.type01 .content-group .dotted-contents li {
    font-size: 15px;
  }
  .product-page .container .product-content-wrap.type01 .content-group .table-group {
    gap: 16px;
    overflow-x: auto; /* 표 가로 스크롤 */
  }
  .product-page .container .product-content-wrap.type01 .content-group .table-group .table-name {
    font-size: 18px;
  }
  .product-page .container .product-content-wrap.type01 .content-group .table-group .prd-table {
    min-width: 520px; /* 스크롤 유발 (border-spacing 유지) */
  }
  .product-page .container .product-content-wrap.type01 .content-group .table-group .prd-table th, .product-page .container .product-content-wrap.type01 .content-group .table-group .prd-table td {
    padding: 12px 8px;
    font-size: 14px;
  }
  .product-page .container .product-content-wrap.type01 .content-group .heavy-desc p {
    font-size: 18px;
  }
  .summary {
    padding-bottom: 70px;
  }
  .summary .container .summary-grid {
    grid-template-columns: 1fr; /* 6열 → 1열 */
  }
  .summary .container .summary-grid .image-cell {
    grid-column: auto;
    grid-row: auto;
    aspect-ratio: 16/10; /* 단일 열에서 높이 확보 */
  }
  .summary .container .summary-grid .cell {
    grid-column: auto;
    padding: 24px 20px;
  }
  .summary .container .summary-grid .cell b {
    font-size: 20px;
  }
  .summary .container .summary-grid .cell p {
    font-size: 16px;
  }
  .summary .blue-bg {
    height: calc(100% - 80px);
  }
  .greeting {
    padding-bottom: 70px;
  }
  .greeting .container {
    gap: 36px;
  }
  .greeting .container .greeting-top-banner {
    padding: 0 16px;
  }
  .greeting .container .greeting-top-banner .inner {
    height: 240px;
  }
  .greeting .container .greeting-bottom {
    flex-direction: column; /* 좌우 → 세로 */
    gap: 24px;
  }
  .greeting .container .greeting-bottom .left {
    flex: 1 1 auto;
    width: 100%;
  }
  .greeting .container .greeting-bottom .left span {
    font-size: 16px;
  }
  .greeting .container .greeting-bottom .left h2 {
    margin-bottom: 20px;
    font-size: 24px;
  }
  .greeting .container .greeting-bottom .right {
    flex: 1 1 auto;
    width: 100%;
    padding: 0;
  }
  .greeting .container .greeting-bottom .right p {
    font-size: 15px;
  }
  .history {
    padding-bottom: 70px;
  }
  .history .container .start b {
    font-size: 26px;
  }
  .history .container .start span {
    font-size: 15px;
  }
  .history .container .timeline {
    gap: 32px;
  }
  .history .container .timeline .gray-bar {
    left: 6px;
    transform: translateX(0);
  }
  .history .container .timeline { /* 라인 왼쪽으로 */ }
  .history .container .timeline > img {
    align-self: flex-start;
  }
  .history .container .timeline .tl-row {
    flex-direction: column !important; /* even/odd 모두 세로 */
    padding-left: 28px;
    gap: 20px;
  }
  .history .container .timeline .tl-row:nth-child(even) .image-wrap {
    padding-left: 0;
    padding-right: 0;
  }
  .history .container .timeline .tl-row:nth-child(even) .tl-events .yearly {
    flex-direction: row;
  }
  .history .container .timeline .tl-row:nth-child(even) .tl-events .yearly b {
    padding-left: 48px;
    padding-right: 0;
    text-align: left;
  }
  .history .container .timeline .tl-row:nth-child(even) .tl-events .yearly b::before {
    left: 0;
    right: unset;
    transform: translateX(-50%);
  }
  .history .container .timeline .tl-row:nth-child(even) .tl-events .yearly p span {
    text-align: left;
  }
  .history .container .timeline .tl-row .image-wrap {
    flex: 1 1 auto;
    width: 100%;
    padding-right: 0;
    gap: 24px;
  }
  .history .container .timeline .tl-row .tl-events {
    flex: 1 1 auto;
    width: 100%;
    gap: 28px;
  }
  .history .container .timeline .tl-row .tl-events .yearly b {
    flex: 0 0 100px;
    padding-left: 40px;
    font-size: 18px;
  }
  .history .container .timeline .tl-row .tl-events .yearly p span {
    font-size: 15px;
  }
  .organization {
    padding-bottom: 70px;
  }
  .organization .container {
    padding: 28px 5%;
  }
  .certificates {
    padding-bottom: 70px;
  }
  .certificates .container .cert-grid {
    grid-template-columns: repeat(2, 1fr); /* 5열 → 2열 */
    gap: 28px 16px;
  }
  .certificates .container .cert-grid .cell {
    gap: 12px;
  }
  .certificates .container .cert-grid .cell p {
    min-height: 0;
    font-size: 14px;
  }
  .certificates2 {
    padding-bottom: 70px;
  }
  .certificates2 .container {
    gap: 48px;
  }
  .certificates2 .container .cert-box .box-title {
    font-size: 20px;
  }
  .certificates2 .container .cert-box .cert-table { /* 표 가로 스크롤 */
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    min-width: 0;
  }
  .certificates2 .container .cert-box .cert-table thead tr th {
    padding: 12px;
    font-size: 16px;
  }
  .certificates2 .container .cert-box .cert-table tbody tr td {
    padding: 12px;
    font-size: 15px;
  }
  .certificates2 .container .cert-box .table-notice {
    font-size: 15px;
  }
  .direction {
    padding-bottom: 70px;
  }
  .direction .container .map-box {
    height: 300px;
  }
  .direction .container .contact-grid {
    margin-bottom: 48px;
    gap: 24px;
  }
  .direction .container .contact-grid h2 {
    font-size: 22px;
  }
  .direction .container .contact-grid ul {
    grid-template-columns: 1fr; /* 3열 → 1열 */
    grid-template-rows: auto;
    gap: 10px;
  }
  .direction .container .contact-grid ul li {
    height: auto;
    padding: 14px 5%;
  }
  .direction .container .contact-grid ul li.go-to-map {
    grid-row: auto;
  }
  .direction .container .contact-grid ul li.go-to-map > a {
    flex-direction: row;
    padding: 16px;
    gap: 12px;
  }
  .direction .container .contact-grid ul li.go-to-map > a > img {
    width: auto;
    max-width: 48px;
  }
  .direction .container .contact-grid ul li .cell-head {
    flex: 0 0 120px;
    padding-left: 40px;
  }
  .direction .container .contact-grid ul li .cell-head b {
    font-size: 17px;
  }
  .direction .container .contact-grid ul li .cell-body {
    font-size: 16px;
  }
  .direction .container .way-to-come {
    gap: 24px;
  }
  .direction .container .way-to-come h2 {
    padding-left: 40px;
    font-size: 22px;
  }
  .direction .container .way-to-come .come-group .row {
    flex-direction: column;
    gap: 8px;
  }
  .direction .container .way-to-come .come-group .row b {
    flex: 0 0 auto;
    font-size: 18px;
  }
  .direction .container .way-to-come .come-group .row p {
    font-size: 15px;
  }
}
/* ---------- 480px 이하 (작은 모바일) ---------- */
@media (max-width: 480px) {
  #sub-main .subvisual {
    height: 180px;
  }
  #sub-main .subvisual .container > h1 {
    font-size: 26px;
  }
  .subpage-title-wrap .container h1 {
    font-size: 20px;
  }
  .product-page .container .product-content-wrap.type01 .content-group .group-head b {
    font-size: 20px;
  }
  .certificates .container .cert-grid {
    gap: 20px 12px;
  }
}/*# sourceMappingURL=sub.css.map */