@charset "utf-8";

/* **************************************** *
 * SUB common
 * **************************************** */
.sub-content {
  position: relative;
  padding-top: max(9.375vw, 140rem);
}
.sub-content:has(.board-page) {
  padding-top: 120rem;
}
.sub-content > * {
  padding-bottom: 150rem;
}

.symbol_spin {
  position: absolute;
  z-index: -1;
}
.symbol_spin span {
  position: sticky;
  display: block;
  width: 550rem;
  height: 550rem;
}
.symbol_spin span img {
  width: 100%;
  animation: rotate360 80s linear infinite;
}

@media all and (max-width: 1023px) {
  .sub-content:has(.board-page) {
    padding-top: 110rem;
  }
  .sub a.btn-contact {
    display: inline-flex !important;
  }
  .sub-content > * {
    padding-bottom: 100rem;
  }
  .sub-content {
    padding-top: max(9.375vw, 100rem);
  }
}

@media (max-width: 540px) {
  .sub-content,
  .sub-content:has(.board-page) {
    padding-top: 60rem;
  }
  .sub-content > * {
    padding-bottom: 80rem;
  }
}

/* **************************************** *
 * SITE CUSTOM
 * **************************************** */

/* 회사소개 */
body.sub01_01 {
  overscroll-behavior: none;
}
body.sub01_01 #gnb .gnb-item > a {
  color: var(--f-01);
}
body.sub01_01 #logo a {
  background: url(../img/layout/logo-new-w.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
body.sub01_01 .header-inner::before,
body.sub01_01 #header.on {
  background: transparent;
  box-shadow: none;
}
body.sub01_01 .gnb-mobile-btn span {
  background: #fff;
}

section.panel {
  margin-left: -1rem;
  position: relative;
  display: flex;
  align-items: center;
}
.paner-wrap {
  height: auto;
  width: 100%;
  position: relative;
  padding: 100px 0;
}

.about-page {
  will-change: transform;
}
.sub01_01 #footer {
  display: none;
}
.about-page figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.about01 {
  min-width: 2345rem;
  background: url(../img/sub/about-bg01.jpg);
  background-size: cover;
}
.about02 {
  min-width: 1920rem;
  background: url(../img/sub/about-bg02.jpg);
  background-size: cover;
}
.about03 {
  min-width: 1920rem;
  background: url(../img/sub/about-bg03.jpg);
  background-size: cover;
}
.about04 {
  min-width: 100vw;
}

.about-page {
}
.about-page__slide {
  overscroll-behavior: none;
  height: auto;
  display: flex;
  flex-direction: column;
}
.about-spin {
  position: absolute;
  right: -299rem;
  bottom: -320rem;
  z-index: 1;
}
.about-spin span {
  position: relative;
  display: block;
  width: 716rem;
  height: 716rem;
  background: url(../img/layout/symbol-red.svg) no-repeat center / contain;
  animation: rotate360 20s linear infinite;
}
.about-spin span::before {
  opacity: 0.12;
  filter: blur(50rem);
  position: absolute;
  left: 50%;
  top: 50%;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background: var(--c-01);
  transform: translate(-50%, -50%);
}

.about-part__title {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.about-part__title h2 {
  font-size: 136rem;
  color: #fff;
  font-weight: 700;
}
.about-part__title p {
  font-size: 18rem;
  line-height: 1.8;
  color: var(--g-01);
  margin-top: 12rem;
}

.about01 .about-pr01 {
  width: 681rem;
  position: absolute; /* height: 495rem; background: url(../img/sub/about01_01.png) no-repeat; background-size: cover; */
  top: 0;
  left: 0;
}
.about01 .about-pr01 img {
  width: 100%;
}
.about01 .about-part {
  display: flex;
  padding-left: 398rem;
  gap: 50rem;
}
.about01 .paner-wrap {
  display: flex;
  align-items: flex-end;
  z-index: 2;
}
.about-part__text {
  left: 1288rem;
  bottom: 106rem;
}
.about-part__text h3 {
  text-transform: capitalize !important;
  color: #fff;
}
.about-part__text figure {
  width: 734rem;
  height: 380rem;
  margin-top: 58rem;
}

.about-text * {
  color: #fff;
}
.about-text h3 {
}
.about-text p + p {
  margin-top: 30rem;
}

.about02 .about-text {
  gap: 188rem;
  padding-top: 128rem;
  padding-left: 146rem;
  z-index: 1;
  position: relative;
}
.about02 .about-text__detail {
  width: 691rem;
}
.about02 figure {
  width: 700rem;
  height: 355rem;
  left: 999rem;
  position: relative;
  margin-top: 80px;
}

.about03 .about-text {
  padding-top: 189rem;
  padding-left: 448rem;
  position: relative;
  z-index: 2;
}
.about03 .about-text__detail {
  margin-top: 72rem;
}
.about03 figure {
  position: absolute;
  top: 100px;
  width: 485rem;
  left: 52rem;
}
.about03 i {
  position: absolute;
  right: 0;
  bottom: 60rem;
}

.about04 .paner-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.about04 i {
  width: 575rem;
}
.about04 i img {
  width: 100%;
}
.about04 strong {
  font-size: 60rem;
  color: var(--b-01);
  line-height: 1.25;
  display: block;
  text-align: center;
  margin-top: 53rem;
}
.about04 p {
  font-size: var(--font-size-20);
  text-align: center;
  font-weight: 300;
  color: var(--g-01);
  margin-top: 21rem;
}

@media (max-width: 1600px) {
  .about01 {
    min-width: auto;
  }
  .about-part__title {
    width: 630rem;
  }
  .about01 .about-part {
    padding-left: 240rem;
    padding-right: 220rem;
  }
  .about03 i {
    width: 42%;
    overflow: hidden;
  }
  .about03 figure {
    left: 132rem;
  }
}

@media (max-width: 1480px) {
  .about04 i {
    width: 512rem;
  }

  .about02 {
    min-width: inherit;
  }
  .about02 .paner-wrap {
    width: auto;
    padding-right: 420rem;
  }
  .about02 .about-text {
    gap: 118rem;
  }
  .about02 figure {
    width: 550rem;
  }
  .paner-wrap {
    height: 82vh;
  }
}
@media all and (max-width: 1200px) {
  .about01 {
    min-width: 2000rem;
  }
  .about-part__title h2 {
    font-size: 100rem;
  }
  .about01 .about-part {
    gap: 147rem;
  }
  .about02 .about-text {
    padding-left: 120rem;
  }

  .about03 .about-text {
    padding-top: 0;
  }
}
@media all and (max-width: 1023px) {
  .about-page__slide {
    flex-direction: column;
    display: block;
  }
  section.panel {
    min-width: auto !important;
    width: 100% !important;
  }
  .paner-wrap {
    height: auto;
    padding: 0 40rem;
  }
  .about01 .paner-wrap {
    display: block;
  }
  .about01 .about-part {
    padding: 0;
    padding-top: 640rem;
    padding-bottom: 120rem;
    flex-direction: column;
  }
  .about01 .about-pr01 {
    width: 620rem;
  }

  .about02 .paner-wrap {
    width: auto;
    padding-right: 0;
  }
  .about02 .about-text {
    padding-left: 0;
    gap: 100rem;
    padding-top: 100rem;
  }
  .about02 .about-text__detail {
    width: auto;
  }

  .about02 figure {
    width: 100%;
    position: relative;
    left: 0;
    height: 320rem;
    margin-top: 62rem;
  }
  .about-spin {
    right: -130rem;
    bottom: 350rem;
  }
  .about-spin span {
    width: 350rem;
    height: 350rem;
  }
  .about03 .about-text {
    padding-top: 0;
    padding-left: 0;
  }
  .about03 figure {
    left: 0;
    height: 260rem;
    width: 100%;
    position: relative;
    top: 0;
    margin-top: 42rem;
  }
  .about03 {
    padding: 100rem 0;
  }
  .about03 i {
    width: 400rem;
    height: 330rem;
    bottom: inherit;
    top: -9%;
    right: -40rem;
  }
  .about03 i img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 0 30%;
  }
  .about04 {
    height: 100vh;
  }
  .about04 i {
    width: 354rem;
  }
  .about04 strong {
    font-size: 42rem;
    margin-top: 42rem;
  }
  .about04 p {
    margin-top: 12rem;
  }

  .sub01_01 #footer {
    display: block;
  }
}
@media (max-width: 860px) {
  .about02 .about-text {
    gap: 60rem;
  }
}
@media (max-width: 540px) {
  .about-page {
    overflow: hidden;
    height: auto;
  }
  .paner-wrap {
    padding: 0 20rem !important;
  }
  .about01 .about-pr01 {
    width: 320rem;
    top: 12vh;
    z-index: 3;
  }
  .about-part__title {
    width: 100%;
  }
  .about-part__title h2 {
    font-size: 45rem;
  }
  .about01 .about-part {
    padding-top: 350rem;
    gap: 94rem;
    padding-bottom: 64rem;
  }
  .about-part__title p {
    font-size: 15rem;
  }
  .about-part__title p br {
    display: none;
  }
  .about-part__text figure {
    width: 100%;
    height: 250rem;
    margin-top: 28rem;
  }
  .about-spin span {
    width: 250rem;
    height: 250rem;
  }
  .about-spin {
    right: -90rem;
    bottom: inherit;
    top: 90rem;
  }
  .about02 .about-text {
    padding-top: 64rem;
    gap: 26rem;
    flex-direction: column;
  }
  .about-text__detail p {
    font-size: 15rem;
    color: var(--g-01);
  }
  .about-text p + p {
    margin-top: 16rem;
  }
  .about02 figure {
    height: 210rem;
    margin-top: 38rem;
  }

  .about03 {
    padding: 160rem 0 64rem;
  }
  .about03 .about-text__detail {
    margin-top: 24rem;
  }
  .about-text__detail p br {
    display: none;
  }
  .about03 i {
    width: 220rem;
    height: 170rem;
    right: 0;
    top: -24%;
  }

  .about04 i {
    width: 184rem;
  }
  .about04 strong {
    font-size: 24rem;
  }
  .about04 p {
    margin-top: 8rem;
  }

  .about02 .about-text h3 br {
    display: none;
  }
  .panel.about04 {
    height: auto;
    padding: 140rem 0rem;
  }
}

/* 연혁 */
.history-navi {
  min-width: 523rem;
}
.history-list {
  position: relative;
  justify-content: flex-end;
  width: 100%;
}
.history-list [class^="year"] {
  font-size: 128rem;
  font-weight: 600;
  color: var(--b-01);
}
.history-item:last-child .history-list-wrap {
  padding-bottom: 0;
}
.history-item .year-back {
  width: 264rem;
}
strong.year-front {
  position: relative;
  top: -40rem;
}

.history-item .year-back i {
  position: relative;
  display: block;
  top: -40rem;
}
.history-list-wrap {
  padding-bottom: 172rem;
  position: relative;
  flex: 1;
}
.history-sticky {
  position: sticky;
  top: 40vh;
  height: 100rem;
}
.history-list__in li {
  display: flex;
}
.history-list__in li + li {
  margin-top: 34rem;
}
.history-list__in span {
  font-size: 16rem;
  font-weight: 700;
  width: 100rem;
  color: var(--c-02);
  font-family: var(--lang-en);
}
.history-list__in li > *:not(span) {
  flex: 1;
  font-weight: 300;
}
.history-list__in li em {
  display: block;
  font-family: var(--lang-ko);
  font-size: 16rem;
}
.history-list__in li em + em {
  margin-top: 12rem;
}

.history-navi__conts {
  position: sticky;
  top: 20vh;
}
.history-navi__conts em {
  display: block;
  color: var(--g-01);
  margin-bottom: 13rem;
  padding-left: 20rem;
  box-sizing: border-box;
}
.history-navi__conts figure {
  width: 351rem;
  height: 0;
  transition: all 0.7s;
  overflow: hidden;
}
.history-navi__conts figure img {
  width: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.history-navi__conts li.on figure {
  height: 220rem;
  margin-bottom: 24rem;
}
.history-navi__conts li.on em {
  color: var(--c-02);
}
.history-navi__conts li + li {
}

.history-page .symbol_spin {
  bottom: 0;
  height: 87%;
  right: -299rem;
}
.history-page .symbol_spin span {
  top: 20%;
  width: 987rem;
  height: 987rem;
}

@media all and (max-width: 1600px) {
  .history-list [class^="year"] {
    font-size: 110rem;
  }
  .history-item .year-back {
    width: 220rem;
  }
  .history-page .symbol_spin span {
    width: 700rem;
    height: 700rem;
  }
  .history-page .symbol_spin {
    right: -158rem;
  }
}
@media all and (max-width: 1200px) {
  .history-item .year-back {
    width: 130rem;
  }
  .history-list [class^="year"] {
    font-size: 70rem;
  }
  .history-navi {
    min-width: 352rem;
  }
  .history-navi__conts figure {
    width: 252rem;
  }
}
@media all and (max-width: 1023px) {
  .history-navi__conts li.on figure {
    height: 160rem;
  }

  .history-list__in li {
    flex-direction: column;
    gap: 12rem;
  }
  .history-list-wrap {
    padding-bottom: 122rem;
  }
  .history-list [class^="year"] {
    font-size: 50rem;
  }
  .history-list__in li + li {
    margin-top: 26rem;
  }
  .history-item .year-back i {
    top: -10rem;
  }
  strong.year-front {
    top: -10rem;
  }

  [lang="en-US"] .history-navi__conts em {
    text-align: center;
  }
}
@media (max-width: 860px) {
  .history-contents {
    flex-direction: column;
  }
  .history-list {
    justify-content: flex-start;
  }
  .history-navi {
    width: 100%; /*  position: sticky */
    top: 0;
    padding: 24rem 0; /*  background: #fff; */
    z-index: 3;
  }
  .history-navi__conts {
    display: flex;
    gap: 12rem;
  }
  .history-navi__conts li.on figure {
    display: none;
  }
  .history-navi__conts figure {
    width: 0;
  }
  strong.year-front,
  .history-item .year-back i {
    top: 0;
  }
  .history-page .symbol_spin {
    overflow: hidden;
    position: fixed;
  }
}
@media (max-width: 540px) {
  .history-list [class^="year"] {
    font-size: 30rem;
  }
  .history-item .year-back {
    width: 60rem;
  }
  .history-list-wrap {
    padding-bottom: 62rem;
  }
  .history-list__in li em,
  .history-list__in span {
    font-size: 14rem;
  }
  .history-list__in li {
    gap: 6rem;
  }
  .history-list__in li + li {
    margin-top: 15rem;
  }
  .history-navi__conts em {
    padding-left: 0;
  }
  .history-page .symbol_spin {
    right: -100rem;
  }
  .history-page .symbol_spin span {
    width: 340rem;
    height: 340rem;
  }
  [lang="en-US"] .history-navi__conts {
    display: block;
  }

  /* .history-page{overflow: hidden;} */
}

/* 공정사진 */
.process-con__list h4 {
  margin-top: 12rem;
  font-weight: 700;
  font-size: var(--font-size-20);
  color: var(--b-01);
}

@media all and (max-width: 540px) {
  .process-con__list h4 {
    font-size: 17rem;
  }
}

/* 오시는길 */
.location-map iframe {
  width: 100%;
  height: 480rem;
  display: block
}
.location-info {
  /*max-width: 1140rem;*/
  margin: 0 auto;
  width: 100%;
  background-color: #0e1623;
  box-sizing: border-box;
  padding: 45rem 53rem;
  position: relative;
  top: 0rem;
  gap: 72rem;
  margin-bottom: 50px;
}
.location-info strong {
  color: var(--f-01);
  font-size: 22rem;
  font-weight: 600;
  line-height: 1.2727;
  display: block;
  margin-bottom: 22rem;
}
.location-info .line2 {
  width: 1px;
  display: block;
  height: 80rem;
  background: #464646;
  position: relative;
  opacity: 0.55;
}
.location-info__tt {
  align-items: center;
}
.location-info__tt i {
  display: block;
  margin-right: 19rem;
  width: 28rem;
  height: 28rem;
  background-image: url(../img/layout/symbol-red.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.location-info__tt h3 {
  color: var(--f-01);
}
.location-info__address address {
  gap: 35rem;
  align-items: center;
}
.location-info__address address i.line {
  width: 1px;
  display: block;
  height: 15rem;
  background: #444;
}
.location-info__address dl {
  display: flex;
  gap: 20rem;
  align-items: center;
}
.location-info__address dt {
  color: var(--g-01);
  font-weight: 500;
}
.location-info__address dd {
  font-family: var(--lang-ko);
  color: #fff
}
.location-button {
  gap: 15rem;
  align-items: center;
}

@media all and (max-width: 1200px) {
  .location-info {
    padding: 40rem;
  }
}

@media all and (max-width: 1023px) {
  .location-info {
    gap: 50rem;
  }
}
@media (max-width: 860px) {
  .location-info {
    width: 100%;
    top: 0;
    padding: 32rem;
    align-items: center;
  }
  .location-map iframe {
    height: 410rem;
  }
  .location-info strong {
    font-size: 18rem;
    margin-bottom: 15rem;
  }
  .location-info .line2 {
    height: 60rem;
  }
  .location-button {
    margin-top: 40rem;
  }
}
@media (max-width: 540px) {
  .location-info {
    flex-direction: column;
    align-items: flex-start;
    gap: 16rem;
    padding: 24rem;
  }
  .location-info .line2,
  .location-info__address address i.line {
    width: 100%;
    height: 1px;
  }
  .location-info__address address {
    gap: 7rem;
    flex-direction: column;
    align-items: flex-start;
  }
  .location-info__address dl * {
    font-size: 14rem;
  }
  .location-info__address address i.line {
    display: none;
  }
  .location-info strong {
    font-size: 16rem;
  }
  .location-info__tt i {
    width: 18rem;
    height: 18rem;
  }
}

body:has(.product-page) #footer {
  margin-top: 0;
}

.product-contents .product-slide {
  /* max-width: 890rem; */ /* width: 100%; */
  display: flex;
}
.swiper-slide {
  border: 1px solid #ddd;
  box-sizing: border-box;
}
.multiple-pager {
  min-width: 200rem;
  padding-left: 40rem;
}
.multiple-pager .swiper-wrapper {
  flex-direction: column;
}
.multiple-pager .swiper-slide {
  height: 120rem !important;
  cursor: pointer;
}
.multiple-pager .swiper-slide img {
  height: 100%;
  object-fit: contain;
}
.multiple-pager .swiper-slide-thumb-active {
  border-color: var(--c-02);
}
.prdocut-info {
  position: relative;
  margin-bottom: 80rem;
}
.prdocut-info em {
  display: block;
  margin-bottom: 15rem;
}
.prdocut-info .btn-wrap {
  margin-top: 40rem;
}
.product-page {
  position: relative;
  overflow: hidden;
}

.table-scroll-wrap {
  position: relative;
}
.product-table tr * {
  font-family: var(--lang-ko);
  vertical-align: middle;
}
.product-table {
  /* overflow-x: scroll; */
  position: relative;
}
.product-page .symbol_spin {
  right: -60rem;
  bottom: -50rem;
}
.product-table--wrap h3 {
  color: var(--b-01);
  margin-bottom: 12rem;
}
.product-table--wrap + .product-table--wrap {
  margin-top: 64rem;
}
table.table tbody td {
  color: var(--b-02);
  font-size: 15rem;
}
table.table tbody td[rowspan],
table.table tbody td.b {
  color: var(--b-01);
  font-weight: 500;
}
table.table tbody th:last-child {
  border-right: 0;
}
table.table tbody th {
  font-weight: 700;
  padding: 14rem 0;
}
/* table.table tbody td.center{text-align: center;} */
table.table tbody td {
  text-align: center;
}

@media (max-width: 1480px) {
  /* .product-contents .product-slide{max-width: 58%;} */
}
@media all and (max-width: 1200px) {
}
@media all and (max-width: 1023px) {
  .multiple-pager {
    min-width: 150rem;
    padding-left: 22rem;
  }
  .multiple-pager .swiper-slide {
    height: 100rem !important;
  }
  .prodcut-page .symbol_spin {
    bottom: -110rem;
  }
  .prodcut-page .symbol_spin span {
    width: 480rem;
    height: 480rem;
  }
  .prdocut-info .btn-wrap {
    margin-top: 54rem;
  }
  /* .product-table table {min-width: 1660rem;} */
  .prdocut-info {
    margin-bottom: 60rem;
  }
}
@media (max-width: 860px) {
  .multiple-pager {
    min-width: 150rem;
    padding-left: 30rem;
  }
  .multiple-pager .swiper-slide {
    height: 118rem !important;
  }
  .product-contents {
    flex-direction: column;
  }
  .product-contents .product-slide {
    max-width: 100%;
  }
  .prdocut-info {
    padding-left: 0;
  }
  .prdocut-info {
    margin-bottom: 60rem;
  }
}
@media (max-width: 540px) {
  .product-contents .product-slide {
    flex-direction: column;
  }
  .product-contents .product-slide .swiper-container {
    width: 100%;
  }
  .multiple-pager .swiper-slide {
    max-width: 80rem;
    height: 58rem !important;
  }
  .multiple-pager {
    padding-left: 0;
    margin-top: 16rem;
  }
  .multiple-pager .swiper-wrapper {
    flex-direction: row;
    gap: 10rem;
  }

  .prdocut-info .btn-wrap {
    margin-top: 40rem;
  }
  .prdocut-info {
    margin-bottom: 40rem;
  }
}

/* 게시판 */
#bo_gall #gall_ul {
  column-gap: 42rem;
  row-gap: 60rem;
  border-top: 0;
}
.menual #bo_gall .gall_li,
.case #bo_gall .gall_li {
  padding-top: 0;
}
#bo_gall .gall_img {
  border-radius: 0;
  height: 299rem;
  border: 1px solid #eee;
}
.bo_sch .sch_input,
.bo_sch select {
  background-color: #fff !important;
  border: 1px solid #eee !important;
}
#bo_list_total i {
  color: var(--c-02);
}

@media (max-width: 540px) {
  #bo_gall .bo_tit {
    font-size: 15rem;
  }
  #bo_gall #gall_ul {
    row-gap: 32rem;
  }
}

/* 온라인문의 */
.cs-page {
  justify-content: space-between;
}
.cs-info {
  min-width: 478rem;
}
.cs-info__text strong {
  color: var(--b-01);
}
.cs-info__text p {
  color: var(--b-02);
  margin-top: 18rem;
}
.cs-info .basic-slider {
  margin-top: 85rem;
}
.cs-info .swiper-slide {
  border: none;
}
.cs-info__text {
  margin-top: 59rem !important;
}
button.ui-datepicker-trigger {
  height: 100%;
  margin-left: 12rem;
  padding-left: 34rem;
  background: var(--c-02);
  background: url(../img/sub/ic-calender.svg);
  background-color: var(--c-02);
  background-size: 24rem;
  background-position: 20rem;
  font-size: 12rem;
  color: #fff;
  min-width: 112rem;
  border-radius: 2rem;
  background-repeat: no-repeat;
}

.form-area input[name="variable_2"] {
  width: 260rem !important;
}

.swiper-controls {
  position: absolute;
  right: 20rem;
  bottom: 20rem;
}
.swiper-pagination {
  position: relative;
  bottom: auto;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  gap: 5rem;
  padding: 5rem 12rem 5rem;
  font-size: 12rem;
  font-weight: 600;
  font-family: var(--lang-ko);
  color: rgba(255, 255, 255, 0.3);
  border-radius: 20rem;
  background: rgba(193, 193, 193, 0.7);
}
.swiper-pagination-current {
  color: var(--f-01);
  font-size: 12rem;
  font-weight: 500;
  display: block;
}

@media (max-width: 1200px) {
  .cs-info {
    min-width: 370rem;
  }
  .cs-form {
    padding-left: 155rem;
  }
}
@media (max-width: 1023px) {
  .cs-page {
    flex-direction: column;
  }
  .cs-info .basic-slider {
    position: absolute;
    right: 0;
    top: 0;
    width: 300rem;
    margin-top: 0;
  }
  .check-box em {
    font-size: 15rem !important;
  }
}

@media (max-width: 860px) {
  .cs-info .basic-slider {
    width: 260rem;
  }
  .swiper-controls {
    right: 10rem;
    bottom: 10rem;
  }
  .cs-info {
    min-width: 100%;
  }
}

@media (max-width: 540px) {
  .check-box em {
    font-size: 13rem !important;
  }
  .cs-info .basic-slider {
    width: 100%;
    position: relative;
    margin-top: 22rem;
  }
}

/*order*/
.group-description {
  margin-bottom: 60rem;
}

.product-table.topup {
  margin-top: 64rem;
}

body[class^="sub02_10"] .sub-visual__bg {
  display: none;
}

.bottom-actions {
  position: fixed;

  z-index: 1000;
  left: 0;
  bottom: 80rem;
  content: "";
  border-radius: 0 100rem 100rem 0;
  background: var(--f-01);
  border: 1px solid rgba(100, 100, 100, 0.2);
  transition: var(--trans-01);
  padding: 18rem 20rem;
}

.action-buttons {
  display: flex;
  gap: 15px;
  max-width: 600px;
  margin: 0 auto;
}

.action-btn {
  width: 80px;
  height: 80px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  border: 1px solid rgba(100, 100, 100, 0.2);
  border-radius: 80px;
  position: relative;
  gap: 5px;
}

.btn-icon {
  display: block;
}
.btn-icon img {
  display: block;
  margin: 0 auto;
  max-width: 20px;
}

.btn-text {
  font-size: 12px;
  font-weight: bold;
  color: #444;
  text-align: center;
}

.cart-count {
  position: absolute;
  top: 0px;
  right: 0px;
  background: #e74c3c;
  color: white;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: bold;
  border: 2px solid #fff;
}

.cart_are .container {
  max-width: 1200px;
  margin: 0 auto;
  background: white;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.cart_are .header {
  background: #2c3e50;
  color: white;
  padding: 20px;
  text-align: center;
  position: relative;
}

.cart_are .header h1 {
  margin: 0;
  font-size: 24px;
  font-weight: 500;
}

.cart_are .back-btn {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.2);
  color: white;
  border: none;
  border-radius: 5px;
  padding: 8px 15px;
  cursor: pointer;
  font-size: 14px;
}

.cart_are .cart-content {
  padding: 0px;
}

.cart_are .cart-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 30px;
}

.cart_are .cart-table th,
.cart_are .cart-table td {
  padding: 15px;
  text-align: left;
  border-bottom: 1px solid #eee;
  vertical-align: top;
}

.cart_are .cart-table th {
  background: #f8f9fa;
  font-weight: 600;
}

.cart_are .cart-table tr:hover {
  background: #f8f9fa;
}

.cart_are .quantity-controls {
  display: flex;
  align-items: center;
  gap: 10px;
}

.cart_are .quantity-btn {
  width: 30px;
  height: 30px;
  border: 1px solid #ddd;
  background: white;
  cursor: pointer;
  border-radius: 3px;
}

.cart_are .quantity-input {
  width: 50px;
  height: 30px;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 3px;
}

.cart_are .delete-btn {
  background: #e74c3c;
  color: white;
  border: none;
  padding: 8px 15px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 14px;
}

.cart_are .delete-btn:hover {
  background: #c0392b;
}

.cart_are .cart-summary {
  background: #f8f9fa;
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 20px;
}

.cart_are .summary-row {
  display: flex;
  justify-content: space-between;
  font-size: 18px;
}

.cart_are .summary-row .total {
  font-weight: 600;
}

.cart_are .action-buttons {
  text-align: center;
  padding: 20px;
  justify-content: center;
}

.cart_are .btn {
  display: inline-block;
  padding: 18px 40px;
  margin: 0px;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s;
}

.cart_are .btn-continue {
  background: #0041a0;
  color: white;
}

.cart_are .btn-order {
  background: #e74c3c;
  color: white;
}

.empty-cart {
  text-align: center;
  padding: 60px 20px;
  color: #666;
}

.empty-cart h3 {
  margin-bottom: 20px;
  color: #333;
}

.part-type-badge {
  display: inline-block;
  padding: 4px 8px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 500;
  color: white;
}

.part-type-axle {
  background: #3498db;
}

.part-type-suspension {
  background: #e67e22;
}

.part-type-spare {
  background: #e74c3c;
}

.container_pop {
  max-width: 1200px;
  margin: 0 auto;
  background: white;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.container_pop .header {
  background: #2c3e50;
  color: white;
  padding: 20px;
  text-align: center;
}

.container_pop .header h1 {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
}

.container_pop .part-info {
  padding: 20px;
  border-bottom: 1px solid #eee;
  background: #f8f9fa;
}

.container_pop .part-info table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #ddd;
}

.container_pop .part-info th,
.container_pop .part-info td {
  padding: 8px 12px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}

.container_pop .part-info th {
  background: #e9ecef;
  font-weight: 600;
  width: 150px;
}

.container_pop .image-gallery {
  padding: 20px;
}

.container_pop .image-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  margin-bottom: 30px;
}

.container_pop .image-item {
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 15px;
  background: white;
}

.container_pop .image-item img {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
  cursor: pointer;
  transition: transform 0.2s;
}

.container_pop .image-item img:hover {
  transform: scale(1.05);
}

.container_pop .image-item p {
  margin: 10px 0 0 0;
  color: #666;
  font-size: 14px;
}

.container_pop .action-buttons {
  text-align: center;
  padding: 20px;
  border-top: 1px solid #eee;
  justify-content: center;
  max-width: 100%;
}

.container_pop .btn {
  display: inline-block;
  padding: 18px 30px;
  margin: 0;
  border: none;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s;
}

.container_pop .btn-cart {
  background: #0041a0;
  color: #fff;
}

.container_pop .btn-order {
  background: #e74c3c;
  color: white;
}

.container_pop .close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 18px;
  cursor: pointer;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
}

.modal-content {
  margin: auto;
  display: block;
  max-width: 90%;
  max-height: 90%;
  margin-top: 5%;
}

.modal-close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
}

.order-history-page {
  padding: 60px 0;
}

.order-list {
  margin-top: 40px;
}

.order-item {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.order-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.order-header {
  background: linear-gradient(180deg, #0950b0 6%, #052c5c 100%);
  color: white;
  padding: 25px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.order-number {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 8px 0;
}

.order-date,
.order-status {
  margin: 5px 0;
  font-size: 14px;
}

.order-summary {
  text-align: right;
}

.item-count,
.total-amount {
  margin: 5px 0;
  font-size: 14px;
}

.total-amount {
  font-size: 16px;
  font-weight: bold;
}

.order-details {
  padding: 30px;
}

.order-details h4 {
  color: #333;
  margin: 0 0 20px 0;
  font-size: 16px;
  border-bottom: 2px solid #eee;
  padding-bottom: 10px;
}

.product-list {
  margin-bottom: 30px;
}

.product-item {
  background: #f8f9fa;
  border-radius: 8px;
  padding: 15px;
  margin-bottom: 10px;
}

.product-info {
  display: flex;
  gap: 20px;
  align-items: center;
}

.part-type {
  background: #667eea;
  color: white;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: bold;
}

.model-no {
  font-weight: bold;
  color: #333;
}

.quantity {
  color: #666;
}

.shipping-info p {
  margin: 8px 0;
  color: #555;
}

.shipping-info strong {
  color: #333;
  min-width: 80px;
  display: inline-block;
}

.no-orders {
  text-align: center;
  padding: 80px 20px;
  color: #666;
}

.no-orders p {
  font-size: 18px;
  margin-bottom: 30px;
}

.btn-primary {
  display: inline-block;
  background: #667eea;
  color: white;
  padding: 12px 30px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
}

.btn-primary:hover {
  background: #5a6fd8;
  transform: translateY(-2px);
}

@media (max-width: 1200px) {
}
@media (max-width: 1024px) {
}

@media (max-width: 860px) {
  .order-header {
    flex-direction: column;
    text-align: center;
    gap: 15px;
  }

  .order-summary {
    text-align: center;
  }

  .product-info {
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
  }

  .order-details {
    padding: 20px;
  }
}

@media (max-width: 600px) {
  .cart_tlb_box {
    overflow-x: auto;
  }

  .bottom-actions {
    bottom: 30rem;
  }
}












@media (max-width: 600px) {

/* 고정된 헤더용 스타일 */
.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  background-color: white;
  z-index: 1000;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

}









