#sub-main {
  width: 100%;
  height: auto;
  background: white;
}

.subvisual {
  width: 100%;
  height: auto;
  margin-bottom: 100px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 1280px) {
  .subvisual {
    margin-bottom: 70px;
  }
}
.subvisual .cover {
  width: 100%;
  height: 100%;
  padding-top: 120px;
  background: rgba(0, 0, 0, 0.25);
}
@media (max-width: 1280px) {
  .subvisual .cover {
    padding-top: 60px;
  }
}
.subvisual .cover .container {
  width: 95%;
  height: 500px;
  max-width: 1620px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 1280px) {
  .subvisual .cover .container {
    height: 400px;
  }
}
@media (max-width: 768px) {
  .subvisual .cover .container {
    height: 320px;
  }
}
.subvisual .cover .container .title {
  margin-bottom: 48px;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.1;
  color: white;
  word-break: keep-all;
}
@media (max-width: 1280px) {
  .subvisual .cover .container .title {
    margin-bottom: 28px;
    font-size: 48px;
  }
}
@media (max-width: 768px) {
  .subvisual .cover .container .title {
    margin-bottom: 24px;
    font-size: 36px;
  }
}
.subvisual .cover .container .local-nav {
  width: 100%;
  height: auto;
  padding: 30px 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  border-top: 1px solid white;
}
@media (max-width: 1280px) {
  .subvisual .cover .container .local-nav {
    padding: 20px 0;
  }
}
@media (max-width: 768px) {
  .subvisual .cover .container .local-nav {
    padding: 16px 0;
  }
}
.subvisual .cover .container .local-nav span {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.1;
  color: white;
  word-break: keep-all;
}
.subvisual .cover .container .local-nav .dot {
  width: 6px;
  height: 6px;
  background: white;
  border-radius: 100000rem;
}

.page-head {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 68px;
}
@media (max-width: 1280px) {
  .page-head {
    gap: 40px;
  }
}
.page-head .page-title-wrap {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 36px;
}
@media (max-width: 1280px) {
  .page-head .page-title-wrap {
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .page-head .page-title-wrap {
    gap: 12px;
  }
}
.page-head .page-title-wrap .title-row {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 768px) {
  .page-head .page-title-wrap .title-row {
    flex-direction: column;
  }
}
.page-head .page-title-wrap .title-row .page-name {
  position: relative;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.1;
  color: black;
  word-break: keep-all;
}
@media (max-width: 1280px) {
  .page-head .page-title-wrap .title-row .page-name {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .page-head .page-title-wrap .title-row .page-name {
    font-size: 32px;
  }
}
.page-head .page-title-wrap .title-row .page-name.with-border {
  padding-right: 30px;
  margin-right: 30px;
}
@media (max-width: 1280px) {
  .page-head .page-title-wrap .title-row .page-name.with-border {
    padding-right: 24px;
    margin-right: 24px;
  }
}
@media (max-width: 768px) {
  .page-head .page-title-wrap .title-row .page-name.with-border {
    padding: 0;
    margin: 0;
    padding-bottom: 12px;
    margin-bottom: 16px;
  }
}
.page-head .page-title-wrap .title-row .page-name.with-border::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 90%;
  background: #464646;
}
@media (max-width: 768px) {
  .page-head .page-title-wrap .title-row .page-name.with-border::after {
    right: unset;
    top: unset;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 90%;
    height: 1px;
  }
}
.page-head .page-title-wrap .title-row .cate-name {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.1;
  color: black;
}
@media (max-width: 1280px) {
  .page-head .page-title-wrap .title-row .cate-name {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .page-head .page-title-wrap .title-row .cate-name {
    font-size: 28px;
  }
}
.page-head .page-title-wrap .page-desc {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  color: #464646;
  word-break: keep-all;
  text-align: center;
}

.aboutus {
  width: 100%;
  height: auto;
  padding-bottom: 100px;
}
@media (max-width: 1280px) {
  .aboutus {
    padding-bottom: 70px;
  }
}
.aboutus .container {
  width: 95%;
  height: auto;
  max-width: 1620px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 100px;
}
@media (max-width: 1280px) {
  .aboutus .container {
    gap: 48px;
  }
}
.aboutus .container .page-body {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 120px;
}
@media (max-width: 1280px) {
  .aboutus .container .page-body {
    flex-direction: column;
    align-items: center;
    gap: 48px;
  }
}
.aboutus .container .page-body .left {
  flex: 0 0 50%;
  display: flex;
  flex-direction: column;
  gap: 96px;
}
@media (max-width: 1280px) {
  .aboutus .container .page-body .left {
    flex: unset;
    width: 100%;
    gap: 48px;
  }
}
.aboutus .container .page-body .left .about-title {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 36px;
}
@media (max-width: 1280px) {
  .aboutus .container .page-body .left .about-title {
    gap: 20px;
  }
}
.aboutus .container .page-body .left .about-title > h1 {
  font-size: 60px;
  font-weight: 900;
  line-height: 1.3;
  word-break: keep-all;
  color: black;
}
@media (max-width: 1280px) {
  .aboutus .container .page-body .left .about-title > h1 {
    font-size: 48px;
  }
}
.aboutus .container .page-body .left .about-title > h3 {
  font-size: 40px;
  font-weight: 900;
  line-height: 1.4;
  word-break: keep-all;
  color: black;
}
@media (max-width: 1280px) {
  .aboutus .container .page-body .left .about-title > h3 {
    font-size: 28px;
  }
}
.aboutus .container .page-body .left .about-title > h3 > em {
  color: #E60012;
}
.aboutus .container .page-body .left .about-content {
  width: 100%;
  height: auto;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  word-break: keep-all;
  color: #464646;
}
@media (max-width: 1280px) {
  .aboutus .container .page-body .left .about-content {
    line-height: 1.6;
  }
}
.aboutus .container .page-body .right {
  flex: 1 1 auto;
  display: flex;
  flex-direction: row;
  gap: 30px;
}
@media (max-width: 1280px) {
  .aboutus .container .page-body .right {
    flex: unset;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .aboutus .container .page-body .right {
    gap: 12px;
  }
}
.aboutus .container .page-body .right .img-lb {
  align-self: flex-end;
  flex: 1 1 35%;
  display: flex;
}
.aboutus .container .page-body .right .img-lb > img {
  width: 100%;
  height: auto;
}
.aboutus .container .page-body .right .img-rt {
  align-self: flex-start;
  flex: 1 1 65%;
  padding-bottom: 120px;
  display: flex;
}
.aboutus .container .page-body .right .img-rt > img {
  width: 100%;
  height: auto;
}

.history {
  width: 100%;
  height: auto;
  padding-bottom: 100px;
}
@media (max-width: 1280px) {
  .history {
    padding-bottom: 70px;
  }
}
.history .container {
  width: 95%;
  height: auto;
  max-width: 1620px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 100px;
}
@media (max-width: 1280px) {
  .history .container {
    gap: 48px;
  }
}
.history .container .page-body {
  width: 100%;
  height: auto;
  padding: 60px 10%;
  background: #fafafa;
}
@media (max-width: 1280px) {
  .history .container .page-body {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .history .container .page-body {
    padding: 20px;
  }
}
.history .container .history-wrap {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  border-bottom: 8px solid rgba(198, 203, 246, 0.5);
}
@media (max-width: 1280px) {
  .history .container .history-wrap {
    border-bottom-width: 4px;
  }
}
.history .container .history-wrap .history-field {
  width: 100%;
  height: auto;
  padding: 36px 0 60px;
  display: flex;
  flex-direction: column;
  gap: 28px;
  border-top: 8px solid rgba(198, 203, 246, 0.5);
}
@media (max-width: 1280px) {
  .history .container .history-wrap .history-field {
    padding: 24px 0 40px;
    gap: 24px;
    border-top-width: 4px;
  }
}
@media (max-width: 768px) {
  .history .container .history-wrap .history-field {
    padding: 16px 0 24px;
    gap: 16px;
  }
}
.history .container .history-wrap .history-field .years {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2;
  color: black;
  word-break: keep-all;
  letter-spacing: -2px;
}
@media (max-width: 1280px) {
  .history .container .history-wrap .history-field .years {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .history .container .history-wrap .history-field .years {
    font-size: 32px;
  }
}
.history .container .history-wrap .history-field .history-grid {
  width: 100%;
  height: auto;
  padding-left: 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
}
@media (max-width: 1280px) {
  .history .container .history-wrap .history-field .history-grid {
    padding-left: 0px;
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .history .container .history-wrap .history-field .history-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.history .container .history-wrap .history-field .history-grid .cell {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.history .container .history-wrap .history-field .history-grid .cell .year {
  flex: 0 0 80px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  color: black;
}
@media (max-width: 1280px) {
  .history .container .history-wrap .history-field .history-grid .cell .year {
    flex: 0 0 68px;
    font-size: 20px;
    line-height: 24px;
  }
}
.history .container .history-wrap .history-field .history-grid .cell .monthly {
  padding-left: 24px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
@media (max-width: 1280px) {
  .history .container .history-wrap .history-field .history-grid .cell .monthly {
    padding-left: 20px;
  }
}
.history .container .history-wrap .history-field .history-grid .cell .monthly::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 16px;
  height: 16px;
  border: 3px solid #4150DF;
  border-radius: 100000rem;
  background: white;
}
@media (max-width: 1280px) {
  .history .container .history-wrap .history-field .history-grid .cell .monthly::before {
    top: 5px;
    width: 12px;
    height: 12px;
  }
}
.history .container .history-wrap .history-field .history-grid .cell .monthly li {
  width: 100%;
  height: auto;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
  color: #464646;
  word-break: keep-all;
}
@media (max-width: 1280px) {
  .history .container .history-wrap .history-field .history-grid .cell .monthly li {
    line-height: 24px;
  }
}
.history .container .establish {
  width: 100%;
  height: auto;
  padding: 44px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: white;
}
@media (max-width: 768px) {
  .history .container .establish {
    padding: 24px;
  }
}
.history .container .establish b {
  margin-bottom: 12px;
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
  color: black;
  word-break: keep-all;
  text-align: center;
  letter-spacing: 8px;
}
@media (max-width: 768px) {
  .history .container .establish b {
    font-size: 36px;
  }
}
@media (max-width: 480px) {
  .history .container .establish b {
    font-size: 28px;
  }
}
.history .container .establish h1 {
  margin-bottom: 16px;
  font-size: 70px;
  font-weight: 700;
  line-height: 1;
  color: #E60012;
  word-break: keep-all;
  text-align: center;
  letter-spacing: 2px;
}
@media (max-width: 768px) {
  .history .container .establish h1 {
    margin-bottom: 12px;
    font-size: 52px;
  }
}
@media (max-width: 480px) {
  .history .container .establish h1 {
    margin-bottom: 10px;
    font-size: 40px;
  }
}
.history .container .establish span {
  font-size: 22px;
  font-weight: 300;
  line-height: 1.3;
  word-break: keep-all;
  color: black;
  word-break: keep-all;
  text-align: center;
  letter-spacing: 4px;
}
@media (max-width: 768px) {
  .history .container .establish span {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .history .container .establish span {
    font-size: 16px;
  }
}

.direction {
  width: 100%;
  height: auto;
  padding-bottom: 100px;
}
@media (max-width: 1280px) {
  .direction {
    padding-bottom: 70px;
  }
}
.direction .container {
  width: 95%;
  height: auto;
  max-width: 1620px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 100px;
}
@media (max-width: 1280px) {
  .direction .container {
    gap: 48px;
  }
}
.direction .container .page-body {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 120px;
}
@media (max-width: 1280px) {
  .direction .container .page-body {
    gap: 48px;
  }
}
.direction .container .page-body .direction-box {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
}
.direction .container .page-body .direction-box .dir-title {
  width: 100%;
  height: auto;
  padding: 12px 16px;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.1;
  color: #1E2BA8;
  word-break: keep-all;
  text-align: center;
  background: #E9E9F1;
}
@media (max-width: 1280px) {
  .direction .container .page-body .direction-box .dir-title {
    padding: 10px 12px;
    margin-bottom: 20px;
    font-size: 20px;
  }
}
.direction .container .page-body .direction-box .map-box {
  position: relative;
  width: 100%;
  height: 450px;
  margin-bottom: 50px;
  overflow: hidden;
}
@media (max-width: 1280px) {
  .direction .container .page-body .direction-box .map-box {
    margin-bottom: 24px;
  }
}
.direction .container .page-body .direction-box .map-box .root_daum_roughmap {
  width: 100%;
  height: 100%;
}
.direction .container .page-body .direction-box .map-box .root_daum_roughmap .wrap_map {
  width: 100%;
  height: 100%;
}
.direction .container .page-body .direction-box .dir-contents-group {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  border-top: 5px solid #15156A;
  border-bottom: 5px solid #15156A;
}
.direction .container .page-body .direction-box .dir-contents-group .row {
  width: 100%;
  height: 100px;
  padding: 0 10%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
@media (max-width: 1280px) {
  .direction .container .page-body .direction-box .dir-contents-group .row {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .direction .container .page-body .direction-box .dir-contents-group .row {
    height: auto;
    flex-direction: column;
    align-items: flex-start;
    padding: 16px;
    gap: 12px;
  }
}
.direction .container .page-body .direction-box .dir-contents-group .row:not(:last-of-type) {
  border-bottom: 1px solid rgba(21, 21, 106, 0.5215686275);
}
.direction .container .page-body .direction-box .dir-contents-group .row .dir-info-wrap {
  flex: 0 1 auto;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 20px;
}
@media (max-width: 1280px) {
  .direction .container .page-body .direction-box .dir-contents-group .row .dir-info-wrap {
    gap: 16px;
  }
}
.direction .container .page-body .direction-box .dir-contents-group .row .dir-info-wrap .info-head {
  flex: 0 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
}
@media (max-width: 1280px) {
  .direction .container .page-body .direction-box .dir-contents-group .row .dir-info-wrap .info-head {
    gap: 8px;
  }
}
.direction .container .page-body .direction-box .dir-contents-group .row .dir-info-wrap .info-head figure {
  flex: 0 0 auto;
  width: 36px;
  height: auto;
  display: flex;
}
@media (max-width: 1280px) {
  .direction .container .page-body .direction-box .dir-contents-group .row .dir-info-wrap .info-head figure {
    width: 32px;
  }
}
.direction .container .page-body .direction-box .dir-contents-group .row .dir-info-wrap .info-head figure > img {
  width: 100%;
  height: auto;
}
.direction .container .page-body .direction-box .dir-contents-group .row .dir-info-wrap .info-head b {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  word-break: keep-all;
  color: #15156A;
}
@media (max-width: 1280px) {
  .direction .container .page-body .direction-box .dir-contents-group .row .dir-info-wrap .info-head b {
    font-size: 16px;
  }
}
.direction .container .page-body .direction-box .dir-contents-group .row .dir-info-wrap .info-content {
  margin-top: 6px;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 300;
  color: #2D2D2D;
  word-break: keep-all;
}
@media (max-width: 1280px) {
  .direction .container .page-body .direction-box .dir-contents-group .row .dir-info-wrap .info-content {
    font-size: 16px;
  }
}
.direction .container .page-body .direction-box .dir-contents-group .row .map-wrap {
  flex: 0 1 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
}
@media (max-width: 1280px) {
  .direction .container .page-body .direction-box .dir-contents-group .row .map-wrap {
    gap: 12px;
  }
}
.direction .container .page-body .direction-box .dir-contents-group .row .map-wrap > a {
  flex: 0 0 auto;
  width: 160px;
  height: 56px;
  padding: 0 10px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border: 2px solid #fae100;
  background: white;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  color: #654321;
}
@media (max-width: 1280px) {
  .direction .container .page-body .direction-box .dir-contents-group .row .map-wrap > a {
    width: 120px;
    height: 48px;
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .direction .container .page-body .direction-box .dir-contents-group .row .map-wrap > a {
    width: 120px;
    height: 40px;
  }
}
.direction .container .page-body .direction-box .dir-contents-group .row .map-wrap > a:nth-of-type(2) {
  border-color: #15156A;
  color: #15156A;
}

.prd-list {
  width: 100%;
  height: auto;
  padding-bottom: 130px;
}
@media (max-width: 1280px) {
  .prd-list {
    padding-bottom: 70px;
  }
}
.prd-list .container {
  width: 95%;
  height: auto;
  max-width: 1500px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 100px;
}
@media (max-width: 1280px) {
  .prd-list .container {
    gap: 48px;
  }
}
.prd-list .container .page-head .product-tab-wrap {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
}
.prd-list .container .page-head .product-tab-wrap .cate-depth-1 {
  width: 100%;
  height: auto;
  padding: 12px;
  max-width: 1024px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap;
  gap: 24px;
  border: 5px solid #4150DF;
  background: white;
}
@media (max-width: 1280px) {
  .prd-list .container .page-head .product-tab-wrap .cate-depth-1 {
    gap: 16px;
  }
}
.prd-list .container .page-head .product-tab-wrap .cate-depth-1 li {
  position: relative;
  flex: 0 0 auto;
}
.prd-list .container .page-head .product-tab-wrap .cate-depth-1 li > a {
  position: relative;
  padding-left: 24px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.1;
  color: black;
}
@media (max-width: 1280px) {
  .prd-list .container .page-head .product-tab-wrap .cate-depth-1 li > a {
    padding-left: 20px;
    font-size: 16px;
  }
}
.prd-list .container .page-head .product-tab-wrap .cate-depth-1 li > a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: white;
  border: 3px solid #4150DF;
  border-radius: 100000rem;
}
@media (max-width: 1280px) {
  .prd-list .container .page-head .product-tab-wrap .cate-depth-1 li > a::before {
    width: 12px;
    height: 12px;
  }
}
.prd-list .container .page-head .product-tab-wrap .cate-depth-1 li.now > a {
  font-weight: 700;
  color: #4150DF;
}
.prd-list .container .page-head .product-tab-wrap .cate-depth-2 {
  width: 100%;
  height: auto;
  padding: 20px 12px;
  max-width: 1024px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 48px;
  flex-wrap: wrap;
  background: #fafafa;
}
@media (max-width: 1280px) {
  .prd-list .container .page-head .product-tab-wrap .cate-depth-2 {
    padding: 12px;
    gap: 24px;
  }
}
.prd-list .container .page-head .product-tab-wrap .cate-depth-2 li {
  position: relative;
  flex: 0 0 auto;
}
.prd-list .container .page-head .product-tab-wrap .cate-depth-2 li > a {
  position: relative;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.1;
  color: #464646;
}
@media (max-width: 1280px) {
  .prd-list .container .page-head .product-tab-wrap .cate-depth-2 li > a {
    font-size: 16px;
  }
}
.prd-list .container .page-head .product-tab-wrap .cate-depth-2 li.now > a {
  font-weight: 700;
  color: #4150DF;
}
.prd-list .container .page-body {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 100px;
}
@media (max-width: 1280px) {
  .prd-list .container .page-body {
    gap: 48px;
  }
}
.prd-list .container .page-body .prod-grid {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 90px 52px;
}
@media (max-width: 1280px) {
  .prd-list .container .page-body .prod-grid {
    gap: 40px 16px;
  }
}
@media (max-width: 768px) {
  .prd-list .container .page-body .prod-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.prd-list .container .page-body .prod-grid .item {
  width: 100%;
  height: auto;
}
.prd-list .container .page-body .prod-grid .item > a {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.prd-list .container .page-body .prod-grid .item > a .prd-frame {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  border: 1px solid #ddd;
  background: #fafafa;
  overflow: hidden;
}
.prd-list .container .page-body .prod-grid .item > a .prd-frame > img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.prd-list .container .page-body .prod-grid .item > a .prod-main {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
}
.prd-list .container .page-body .prod-grid .item > a .prod-main .prod-name {
  width: 100%;
  height: auto;
  padding: 0 12px;
  background: #3D3D3D;
  font-size: 20px;
  font-weight: 700;
  line-height: 40px;
  color: white;
  word-break: keep-all;
  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1280px) {
  .prd-list .container .page-body .prod-grid .item > a .prod-main .prod-name {
    font-size: 16px;
    line-height: 32px;
  }
}
.prd-list .container .page-body .prod-grid .item > a .prod-main .prod-summary {
  width: 100%;
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
  color: #aaa;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1280px) {
  .prd-list .container .page-body .prod-grid .item > a .prod-main .prod-summary {
    margin-top: 8px;
    font-size: 14px;
  }
}
.prd-list .container .page-body .prod-grid .item > a .prod-main .attachment-list {
  width: 100%;
  height: auto;
  margin-top: 10px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4px;
}
@media (max-width: 1280px) {
  .prd-list .container .page-body .prod-grid .item > a .prod-main .attachment-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.prd-list .container .page-body .prod-grid .item > a .prod-main .attachment-list .item {
  width: 100%;
  height: 28px;
  padding: 0 8px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.1;
  text-align: center;
  color: black;
  border-radius: 3px;
  background: #ddd;
}
.prd-list .container .page-body .prod-grid .item > a .prod-main .attachment-list .item.ctg {
  color: #23A455;
  background: rgba(35, 164, 85, 0.3);
}
.prd-list .container .page-body .prod-grid .item > a .prod-main .attachment-list .item.mnl {
  color: #BE1B20;
  background: rgba(190, 27, 32, 0.3);
}
.prd-list .container .page-body .prod-grid .item > a .prod-main .attachment-list .item.dts {
  color: #1E6E9E;
  background: rgba(30, 110, 158, 0.3);
}
.prd-list .container .page-body .pagination {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 36px;
}
@media (max-width: 1280px) {
  .prd-list .container .page-body .pagination {
    gap: 24px;
  }
}
.prd-list .container .page-body .pagination > a {
  position: relative;
  flex: 0 0 28px;
  height: 28px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.1;
  color: #aaa;
  text-align: center;
}
.prd-list .container .page-body .pagination > a.now {
  background: #1E2BA8;
  color: white;
}
.prd-list .container .page-body .pagination > a > svg {
  width: 100%;
  height: 100%;
  fill: #aaa;
}
.prd-list .container .page-body .no-product {
  width: 100%;
  height: 500px;
  padding: 0 5%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border: 1px solid #aaa;
}
@media (max-width: 1280px) {
  .prd-list .container .page-body .no-product {
    height: 360px;
  }
}
@media (max-width: 768px) {
  .prd-list .container .page-body .no-product {
    height: 240px;
  }
}
.prd-list .container .page-body .no-product p {
  width: 100%;
  height: auto;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  color: #818181;
  word-break: keep-all;
  text-align: center;
}
@media (max-width: 768px) {
  .prd-list .container .page-body .no-product p {
    font-size: 16px;
  }
}

.prd-view {
  width: 100%;
  height: auto;
  padding-bottom: 130px;
}
@media (max-width: 1280px) {
  .prd-view {
    padding-bottom: 70px;
  }
}
.prd-view .container {
  width: 95%;
  height: auto;
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 64px;
}
@media (max-width: 1280px) {
  .prd-view .container {
    gap: 48px;
  }
}
.prd-view .container .prd-info {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 60px;
}
@media (max-width: 1280px) {
  .prd-view .container .prd-info {
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .prd-view .container .prd-info {
    flex-direction: column;
    align-items: center;
  }
}
.prd-view .container .prd-info .left {
  flex: 1 1 40%;
  overflow: hidden;
}
@media (max-width: 1280px) {
  .prd-view .container .prd-info .left {
    flex: unset;
    width: 100%;
  }
}
.prd-view .container .prd-info .left .prd-img-swiper {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  border: 1px solid #aaa;
  overflow: hidden;
}
.prd-view .container .prd-info .left .prd-img-swiper .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.prd-view .container .prd-info .left .prd-img-swiper .swiper-wrapper .swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
}
.prd-view .container .prd-info .left .prd-img-swiper .swiper-wrapper .swiper-slide > img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.prd-view .container .prd-info .left .prd-img-swiper .swiper-navigation {
  position: absolute;
  left: 50%;
  top: 50%;
  right: unset;
  bottom: unset;
  transform: translate(-50%, -50%);
  width: 95%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  z-index: 4;
}
.prd-view .container .prd-info .left .prd-img-swiper .swiper-navigation div {
  width: 36px;
  height: 36px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background: transparent;
  backdrop-filter: blur(10px) brightness(0.85);
  -webkit-backdrop-filter: blur(10px) brightness(0.85);
  border-radius: 100000rem;
}
.prd-view .container .prd-info .left .prd-img-swiper .swiper-navigation div > svg {
  width: 80%;
  height: 80%;
  fill: black;
}
.prd-view .container .prd-info .right {
  flex: 1 1 60%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1280px) {
  .prd-view .container .prd-info .right {
    flex: 1 1 40%;
  }
}
@media (max-width: 768px) {
  .prd-view .container .prd-info .right {
    flex: unset;
    width: 100%;
  }
}
.prd-view .container .prd-info .right .prod-nav {
  width: 100%;
  height: auto;
  padding: 20px 24px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
  background: rgba(21, 21, 106, 0.1);
}
@media (max-width: 1280px) {
  .prd-view .container .prd-info .right .prod-nav {
    padding: 12px;
    margin-bottom: 16px;
    gap: 12px;
  }
}
@media (max-width: 768px) {
  .prd-view .container .prd-info .right .prod-nav {
    gap: 8px;
  }
}
.prd-view .container .prd-info .right .prod-nav .circle {
  width: 20px;
  height: 20px;
  border: 3px solid #4150DF;
  border-radius: 100000rem;
}
@media (max-width: 1280px) {
  .prd-view .container .prd-info .right .prod-nav .circle {
    width: 18px;
    height: 18px;
  }
}
@media (max-width: 768px) {
  .prd-view .container .prd-info .right .prod-nav .circle {
    width: 16px;
    height: 16px;
  }
}
.prd-view .container .prd-info .right .prod-nav > p {
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  color: #4150DF;
  word-break: keep-all;
}
@media (max-width: 1280px) {
  .prd-view .container .prd-info .right .prod-nav > p {
    font-size: 16px;
    line-height: 18px;
  }
}
@media (max-width: 768px) {
  .prd-view .container .prd-info .right .prod-nav > p {
    font-size: 14px;
    line-height: 16px;
  }
}
.prd-view .container .prd-info .right .prod-title {
  width: 100%;
  padding-bottom: 18px;
  margin-bottom: 28px;
  font-size: 40px;
  font-weight: 900;
  line-height: 1.2;
  color: #15156A;
  word-break: keep-all;
  border-bottom: 1px solid #aaa;
}
@media (max-width: 1280px) {
  .prd-view .container .prd-info .right .prod-title {
    padding-bottom: 12px;
    margin-bottom: 20px;
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .prd-view .container .prd-info .right .prod-title {
    padding-bottom: 10px;
    margin-bottom: 16px;
    font-size: 24px;
  }
}
.prd-view .container .prd-info .right .prod-summary {
  width: 100%;
  margin-bottom: 28px;
  font-size: 18px;
  line-height: 1.4;
  word-break: keep-all;
  color: #3D3D3D;
}
@media (max-width: 1280px) {
  .prd-view .container .prd-info .right .prod-summary {
    margin-bottom: 20px;
    font-size: 16px;
  }
}
.prd-view .container .prd-info .right .prod-info-area {
  width: 100%;
  height: auto;
  padding: 48px 36px;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  background: #fafafa;
}
@media (max-width: 1280px) {
  .prd-view .container .prd-info .right .prod-info-area {
    margin-bottom: 20px;
    padding: 16px;
    gap: 16px;
  }
}
.prd-view .container .prd-info .right .prod-info-area dl {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  border-top: 1px solid #ddd;
}
.prd-view .container .prd-info .right .prod-info-area dl .d-row {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid #ddd;
}
.prd-view .container .prd-info .right .prod-info-area dl .d-row dt {
  flex: 0 0 128px;
  padding: 12px 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.1;
  color: #15156A;
  border-right: 1px solid #ddd;
}
@media (max-width: 1280px) {
  .prd-view .container .prd-info .right .prod-info-area dl .d-row dt {
    font-size: 16px;
  }
}
.prd-view .container .prd-info .right .prod-info-area dl .d-row dd {
  flex: 1 1 auto;
  padding: 12px 10px;
  font-size: 18px;
  line-height: 1.1;
  color: #707070;
  word-break: keep-all;
}
@media (max-width: 1280px) {
  .prd-view .container .prd-info .right .prod-info-area dl .d-row dd {
    font-size: 16px;
  }
}
.prd-view .container .prd-info .right .prod-info-area .etc {
  font-size: 18px;
  line-height: 1.3;
  color: #3D3D3D;
  word-break: keep-all;
}
@media (max-width: 1280px) {
  .prd-view .container .prd-info .right .prod-info-area .etc {
    font-size: 16px;
  }
}
.prd-view .container .prd-info .right .attachment-list {
  width: 100%;
  height: auto;
  max-width: 440px;
  margin: 0 auto;
  margin-bottom: 30px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
@media (max-width: 1280px) {
  .prd-view .container .prd-info .right .attachment-list {
    max-width: unset;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .prd-view .container .prd-info .right .attachment-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.prd-view .container .prd-info .right .attachment-list .item {
  width: 100%;
  height: 40px;
  padding: 0 8px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.1;
  text-align: center;
  color: black;
  border-radius: 3px;
  background: #ddd;
}
@media (max-width: 1280px) {
  .prd-view .container .prd-info .right .attachment-list .item {
    font-size: 16px;
  }
}
.prd-view .container .prd-info .right .attachment-list .item.ctg {
  color: #23A455;
  background: rgba(35, 164, 85, 0.3);
}
.prd-view .container .prd-info .right .attachment-list .item.mnl {
  color: #BE1B20;
  background: rgba(190, 27, 32, 0.3);
}
.prd-view .container .prd-info .right .attachment-list .item.dts {
  color: #1E6E9E;
  background: rgba(30, 110, 158, 0.3);
}
.prd-view .container .prd-info .right .prod-contact-info {
  width: 100%;
  height: auto;
  padding: 16px 30px;
  margin-bottom: 30px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  border: 3px solid #15156A;
  background: white;
}
@media (max-width: 1280px) {
  .prd-view .container .prd-info .right .prod-contact-info {
    padding: 12px 16px;
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .prd-view .container .prd-info .right .prod-contact-info {
    flex-direction: column;
    gap: 12px;
  }
}
.prd-view .container .prd-info .right .prod-contact-info p {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
  color: #15156A;
  word-break: keep-all;
}
@media (max-width: 1280px) {
  .prd-view .container .prd-info .right .prod-contact-info p {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .prd-view .container .prd-info .right .prod-contact-info p {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .prd-view .container .prd-info .right .prod-contact-info p {
    text-align: center;
  }
}
.prd-view .container .prd-info .right .prod-contact-info span {
  flex: 0 0 auto;
  padding: 6px 20px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.1;
  color: white;
  word-break: keep-all;
  border-radius: 100000rem;
  background: #15156A;
}
@media (max-width: 1280px) {
  .prd-view .container .prd-info .right .prod-contact-info span {
    padding: 6px 12px;
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .prd-view .container .prd-info .right .prod-contact-info span {
    font-size: 16px;
  }
}
.prd-view .container .prd-info .right .back-to-list {
  width: 210px;
  height: 52px;
  padding: 0 12px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background: #4150DF;
  border-radius: 8px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  color: white;
  word-break: keep-all;
  text-align: center;
}
@media (max-width: 1280px) {
  .prd-view .container .prd-info .right .back-to-list {
    width: 180px;
    height: 48px;
    font-size: 16px;
  }
}
.prd-view .container .prod-view-main {
  width: 100%;
  height: auto;
  padding: 76px 15%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  border: 1px solid #aaa;
}
@media (max-width: 1280px) {
  .prd-view .container .prod-view-main {
    padding: 48px 10%;
  }
}
@media (max-width: 768px) {
  .prd-view .container .prod-view-main {
    padding: 24px 16px;
  }
}
.prd-view .container .prod-view-main p {
  font-size: 16px;
  line-height: 1.4;
  word-break: keep-all;
  color: black;
}
.prd-view .container .prod-view-main img {
  max-width: 100%;
  height: auto;
}/*# sourceMappingURL=sub.css.map */