/* ---------- S:Common ---------- */
.sec {
  padding: 35px 0 100px;
}

@media(max-width:1200px) {
  .sec {
    padding: 30px 0 85px;
  }
}
@media(max-width:1024px) {
  .sec {
    padding: 25px 0 75px;
  }
}
@media(max-width:768px) {
  .sec {
    padding: 20px 0 65px;
  }
}
/* ---------- E:Common ---------- */

/* ---------- S:Path ---------- */
.product-path-container {
  max-width: 1430px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}

.product-path-inner {
  display: flex;
  align-items: center;
  margin: 0 -13px;
}

.product-path-inner > div {
  position: relative;
  padding: 0 13px;
}

.product-path-inner p,
.product-path-inner span {
  font-size: 1.4rem;
}

.product-path-inner .home::after,
.product-path-inner .depth--01::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 6px;
  height: 6px;
  border-right: 1px solid #c5c5c5;
  border-bottom: 1px solid #c5c5c5;
  transform: rotate(-45deg) translate(50%, 50%);
}

.product-path.path2 .depth--01::after {
  /* display: none; */
}

@media(max-width:1200px){
  .product-path-inner {
    margin: 0 -10px;
  }
  
  .product-path-inner > div {
    padding: 0 10px;
  }
  
  .product-path-inner p,
  .product-path-inner span {
    font-size: 1.4rem;
  }
}

@media(max-width:1024px){
  .product-path-inner {
    margin: 0 -8px;
  }
  
  .product-path-inner > div {
    padding: 0 8px;
  }
  
  .product-path-inner p,
  .product-path-inner span {
    font-size: 1.3rem;
  }
  
  .product-path-inner .home::after,
  .product-path-inner .depth--01::after {
    width: 5px;
    height: 5px;
  }
}

@media(max-width:768px){
  .product-path {
    display: none;
  }
  .product-path-inner p,
  .product-path-inner span {
    font-size: 1.2rem;
  }
}

@media(max-width:500px){
  .product-path-inner p,
  .product-path-inner span {
    font-size: 1.1rem;
  }
}
/* ---------- E:Path ---------- */

/* ---------- S:Category Nav ---------- */
.category-nav {
  margin-top: 62px;
  width: 100%;
}

.category-nav-tit {
  margin-bottom: 68px;
  font-size: 3.6rem;
  font-weight: 700;
  text-align: center;
}

.category-nav-container {
  max-width: 1430px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}

.category-nav-inner {
  border-top: 2px solid #959595;
  border-bottom: 1px solid #b5b5b5;
}
.category-nav-inner .depth {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.category-nav-inner .depth2 {
  border-top: 1px solid #dcdcdc;
}

.category-nav-inner .category-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20%;
  padding: 17px 5px 19px;
  font-size: 1.6rem;
}

.category-nav-inner .category-item::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 20px;
  background-color: #b5b5b5;
}

.category-nav-inner .category-item:nth-of-type(5n)::after {
  display: none;
}

.category-nav.type1 .category-item01,
.category-nav.type2 .category-item02,
.category-nav.type3 .category-item03,
.category-nav.type4 .category-item04,
.category-nav.type5 .category-item05,
.category-nav.type6 .category-item06,
.category-nav.type7 .category-item07,
.category-nav.type8 .category-item08,
.category-nav.type9 .category-item09,
.category-nav.type10 .category-item10, 
.category-nav.type11 .category-item11, 
.category-nav.type12 .category-item12, 
.category-nav.type13 .category-item13, 
.category-nav.type14 .category-item14,
.category-nav.type15 .category-item15 {
  color: #092956;
  font-weight: 700;
}

@media(max-width:1200px) {
  .category-nav {
    margin-top: 50px;
  }
  
  .category-nav-tit {
    margin-bottom: 60px;
    font-size: 3.2rem;
  }
  
  .category-nav-inner .category-item {
    width: 20%;
    padding: 15px 5px;
    font-size: 1.5rem;
  }
  
  .category-nav-inner .category-item::after {
    width: 1px;
    height: 20px;
  }
}

@media(max-width:1024px) {
  .category-nav {
    margin-top: 45px;
  }
  
  .category-nav-tit {
    margin-bottom: 50px;
    font-size: 3rem;
  }
  
  .category-nav-inner .category-item {
    width: 20%;
    padding: 15px 5px;
    font-size: 1.4rem;
  }
  
  .category-nav-inner .category-item::after {
    width: 1px;
    height: 18px;
  }
}

@media(max-width:768px) {
  .category-nav {
    margin-top: 40px;
  }
  
  .category-nav-tit {
    margin-bottom: 45px;
    font-size: 2.8rem;
  }
  
  .category-nav-inner .category-item {
    width: 25%;
    padding: 12px 5px;
    font-size: 1.3rem;
    line-height: 1.2;
  }
  
  
  .category-nav-inner .category-item::after {
    width: 1px;
    height: 15px;
  }
  
  .category-nav-inner .category-item:nth-of-type(5n)::after {
    display: block;
  }

  .category-nav-inner .category-item:nth-of-type(4n)::after {
    display: none;
  }
}

@media(max-width:500px) {
  .category-nav {
    margin-top: 35px;
  }
  
  .category-nav-tit {
    margin-bottom: 40px;
    font-size: 2.4rem;
  }
  
  .category-nav-inner .depth {
    padding: 3px 0;
  }
  
  .category-nav-inner .category-item {
    padding: 6px 5px;
    font-size: 1.2rem;
    text-align: center;
  }
  
  .category-nav-inner .category-item::after {
    width: 1px;
    height: 12px;
  }
}
/* ---------- E:Category Nav ---------- */

/* ---------- S:Product List ---------- */
.special .product-list .util  {
  display: none;
}

.product-list .util {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 56px 0 20px;
}

.product-list .util form {
  display: flex;
  align-items: center;
}

.product-list .util p.total {
  font-size: 1.4rem;
}

.product-list .util .sorting-menu-list {
  display: flex;
  align-items: center;
  margin: -12px;
}

.product-list .util .sorting-menu-list .item {
  padding: 0 12px;
  border-right: 1px solid #535353;
  font-size: 1.4rem;
  line-height: 1;
}

.product-list .util .sorting-menu-list .item:last-of-type {
  border-right: none;
}

.product-list .list {
  display: flex;
  flex-wrap: wrap;
  margin:-15px;
  gap: 10px 0;
}

.product-list .list li {
  flex:0 0 20%;
  max-width:20%;
  padding:15px;
}

.product-list .list li.none-list {
  flex: 0 0 100%;
  max-width: 100%;
  text-align: center;
  padding: 150px 0;
  font-size: 2rem;
}

.product-list .list .thumb {
  position: relative;
  width:100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.product-list .list .thumb img {
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%) scale(1);
  width:100%;
  height:100%;
  transition:all .4s ease-out;
}

.product-list .list .cont {
  padding-top:10px;
}

.product-list .list .category {
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
  font-size:1.6rem;
  line-height: 1;
  font-weight: 700;
  color: #092956;
}

.product-list .list .subject {
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1; 
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 1.6rem;
  margin: 2px 0 7px;
}

.product-list .list .price {
  display: block;
  font-size:1.6rem;
  font-weight: 700;
}

.product-list .list li:hover .thumb img {
  transform: translate(-50%,-50%) scale(1.05);
}

.product-list .list .tag-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 8px;
}




@media(max-width:1200px) {
  .product-list .util {
    margin: 45px 0 15px;
  }
  
  .product-list .util .sorting-menu-list {
    margin: -10px;
  }
  
  .product-list .util .sorting-menu-list .item {
    padding: 0 10px;
  }
  
  .product-list .list {
    margin:-10px;
    gap: 10px 0;
  }
  
  .product-list .list li {
    /* flex:0 0 20%;
    max-width:20%; */
    padding:10px;
  }
  
  .product-list .list li.none-list {
    padding: 135px 0;
    font-size: 1.8rem;
  }
  
  .product-list .list .cont {
    padding-top:10px;
  }
  
  .product-list .list .category {
    font-size:1.5rem;
  }
  
  .product-list .list .subject {
    font-size: 1.5rem;
    /* margin: 2px 0 7px; */
  }
  
  .product-list .list .price {
    font-size:1.5rem;
  }
  
  .product-list .list .tag-wrap {
    margin-top: 8px;
  }
  

}

@media(max-width:1024px) {
  .product-list .util {
    margin: 40px 0 12px;
  }
  
  .product-list .util p.total {
    font-size: 1.3rem;
  }
  
  .product-list .util .sorting-menu-list {
    margin: -8px;
  }
  
  .product-list .util .sorting-menu-list .item {
    padding: 0 8px;
    font-size: 1.3rem;
  }
  
  .product-list .list {
    margin:-8px;
    gap: 8px 0;
  }
  
  .product-list .list li {
    /* flex:0 0 20%;
    max-width:20%; */
    padding:8px;
  }
  
  .product-list .list li.none-list {
    padding: 120px 0;
    font-size: 1.6rem;
  }
  
  .product-list .list .cont {
    padding-top:8px;
  }
  
  .product-list .list .category {
    font-size:1.4rem;
  }
  
  .product-list .list .subject {
    font-size: 1.4rem;
    margin: 2px 0 5px;
  }
  
  .product-list .list .price {
    font-size:1.4rem;
  }
  
  .product-list .list .tag-wrap {
    gap: 3px;
    margin-top: 5px;
  }
 
}

@media(max-width:768px) {
  .product-list .util {
    margin: 35px 0 12px;
  }
  
  .product-list .util p.total {
    font-size: 1.2rem;
  }
  
  .product-list .util .sorting-menu-list {
    margin: -6px;
  }
  
  .product-list .util .sorting-menu-list .item {
    padding: 0 6px;
    font-size: 1.2rem;
  }
  
  
  .product-list .list {
    margin:-6px;
    gap: 6px 0;
  }
  
  .product-list .list li {
    flex:0 0 33.333%;
    max-width:33.333%;
    padding:6px;
  }
  
  .product-list .list li.none-list {
    padding: 105px 0;
    font-size: 1.5rem;
  }
  
  .product-list .list .cont {
    padding-top:6px;
  }
  
  .product-list .list .category {
    font-size:1.3rem;
  }
  
  .product-list .list .subject {
    font-size: 1.3rem;
    margin: 3px 0;
  }
  
  .product-list .list .price {
    font-size:1.3rem;
  }
  
  .product-list .list .tag-wrap {
    margin-top: 5px;
  }
  
}

@media(max-width:500px) {
  .product-list .util {
    margin: 30px 0 12px;
  }
  
  .product-list .util p.total {
    font-size: 1.1rem;
  }
  
  .product-list .util .sorting-menu-list {
    margin: -4px;
  }
  
  .product-list .util .sorting-menu-list .item {
    padding: 0 4px;
    font-size: 1.1rem;
  }
  
  
  .product-list .list {
    margin:-2px;
  }
  
  .product-list .list li {
    flex:0 0 33.333%;
    max-width:33.333%;
    padding:2px;
  }
  
  .product-list .list li.none-list {
    padding: 90px 0;
    font-size: 1.4rem;
  }
  
  .product-list .list .cont {
    padding-top:4px;
  }
  
  .product-list .list .category {
    font-size:1.2rem;
  }
  
  .product-list .list .subject {
    font-size: 1.2rem;
  }
  
  .product-list .list .price {
    font-size:1.2rem;
  }
  
  .product-list .list .tag-wrap {
    gap: 2px;
    margin-top: 3px;
  }

}
/* ---------- E:Product List ---------- */

/* ---------- S:Product View ---------- */
.product-view {
  margin-top: 32px;
}

.product-view .view_head {
  padding: 0 0 77px;
}

.product-view .view_head .din {
  display: flex;
  align-items: start;
  gap:0px 93px;
}

.product-view .view_head .lt {
  display: flex;
  align-items: start;
  gap: 0 28px;
  max-width: 686px;
  width: 49%;
}

.product-view .view_head .rt {
  max-width: 620px;
  width: 44.285%;
}

.product-view-img {
  max-width: 567px;
  width: calc(100% - 119px);
}

.product-view .view_head .swiper-container {
  width: 100%;
}

.product-view .view_head .swiper-slide {
  position: relative;
  width:100%;
  height:0;
  padding-top:calc(567/567*100%);
  background-color: #f9f9f9;
  overflow: hidden;
  box-sizing: border-box;
}

.product-view .view_head .swiper-slide .img {
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%) scale(1);
  width:100%;
  height:100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.product-view .view_head .swiper-pagination {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px 0;
}

.product-view .view_head .swiper-pagination .swiper-pagination-bullet {
  width: 91px;
  height: auto;
  aspect-ratio: 1 / 1;
  opacity:1;
  border-radius: 0;
  background-color: transparent;
  position: relative;
  background-color: #f9f9f9;
}

.product-view .view_head .swiper-pagination .swiper-pagination-bullet .thumb {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}

.product-view .view_head .swiper-pagination .swiper-pagination-bullet .thumb img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.product-view .view_head .swiper-pagination .swiper-pagination-bullet-active {
  border: 2px solid #092956;
}


/* rt */
.product-view .view_head .rt .subject {
  font-size: 2.8rem;
}

.product-view .view_head .price-wrap .normal {
  margin-top: 5px;
  font-size: 2.4rem;
  font-weight: 700;
}

.product-view .view_head .discount-wrap .normal {
  font-size: 1.8rem;
  color: #b5b5b5;
  text-decoration: line-through;
}

.product-view .view_head .discount-wrap {
  margin-top: 13px;
}
.product-view .view_head .discount-wrap .discount {
  display: flex;
  align-items: center;
}

.product-view .view_head .discount-wrap .discount-price {
  font-size: 1.6rem;
}

.product-view .view_head .discount-wrap .discount-price span {
  font-size: 2.4rem;
  font-weight: 700;
}

.product-view .view_head .discount-wrap .discount-percent {
  margin-left: 10px;
  font-size: 2.4rem;
  font-weight: 700;
  color: #ec6619;
}

.product-view .view_head .detail {
  margin: 35px 0 24px;
  padding: 26px 0;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
}

.product-view .view_head .detail > div {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

.product-view .view_head .detail > div:last-of-type {
  margin-bottom: 0;
}

.product-view .view_head .detail p {
  width: 120px;
  padding-right: 10px;
  font-size: 1.6rem;
  font-weight: 700;
}

.product-view .view_head .detail span,
.product-view .view_head .detail select {
  width: calc(100% - 120px);
  font-weight: 400;
  font-size: 1.6rem;
}

.product-view .view_head .p-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.product-view .view_head .p-price p.tit {
  font-size: 1.6rem;
  font-weight: 700;
}

.product-view .view_head .p-price p.txt {
  font-size: 1.6rem;
}

.product-view .view_head .p-price p.txt span {
  font-size: 2.4rem;
  font-weight: 700;
}

.product-view .view_head .buttons-wrap {
  display: flex;
  align-items: start;
  gap: 0 10px;
  margin-top: 45px;
}

.product-view .view_head .buttons-wrap .button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 306px;
  height: 60px;
  font-size: 1.6rem;
  border: 1px solid #959595;
  box-sizing: border-box;
}

.product-view .view_head .buttons-wrap .button--buy {
  color: #fff;
  background-color: #092956;
  border-color: #092956;
}

/* S : 2024.12.06 추가 */
.product-view .view_head .detail p {
  width: 120px;
}

.product-view .view_head .detail span,
.product-view .view_head .detail select {
  width: calc(100% - 120px);
}

.product-view .view_head .detail select {
  height: 40px;
  padding: 0 20px;
  border: 1px solid #b5b5b5;
  background-image: url('/child/img/member/select.png');
  background-position: right 20px center;
  background-size: 9px 6px;
  background-repeat: no-repeat;
}
/* E : 2024.12.06 추가 */

/* View area */
.product-view .view-tab {
  display: flex;
  align-items: center;
}

.product-view .view-tab  .item {
  position: relative;
  width: 33.333%;
  padding: 17px 0;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  border-bottom: 1px solid #dcdcdc;
}

.product-view .view-tab  .item::after {
  content: "";
  display: none;
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 2px;
  background-color: #626262;
}

.product-view .view-tab .item.on::after {
  display: block;
}

.product-view .view_area {
  display: none;
  min-height: 410px;
  width: 100%;
  padding: 50px 45px;
  padding-bottom: 0;
}

.product-view .view_area::after {
	content: "";
	display: block;
	clear: both;
}

.product-view .view_area.on {
  display: block;
}

.product-view .view_btns .button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 266px;
  height: 50px;
  margin: 50px auto 0;
  background-color: #092956;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
}

@media(max-width:1200px) {
  .product-view {
    margin-top: 30px;
  }
  
  .product-view .view_head {
    padding: 0 0 70px;
  }
  
  .product-view .view_head .din {
    gap:0px 70px;
  }
  
  .product-view .view_head .lt {
    gap: 0 20px;
  }
  
  .product-view-img {
    width: calc(100% - 100px);
  }
  
  .product-view .view_head .swiper-pagination .swiper-pagination-bullet {
    width: 80px;
  }
  
  .product-view .view_head .rt .subject {
    font-size: 2.4rem;
  }
  
  .product-view .view_head .price-wrap .normal {
    font-size: 2.2rem;
  }
  
  .product-view .view_head .discount-wrap .normal {
    font-size: 1.6rem;
  }
  
  .product-view .view_head .discount-wrap {
    margin-top: 10px;
  }
  
  .product-view .view_head .discount-wrap .discount-price {
    font-size: 1.5rem;
  }
  
  .product-view .view_head .discount-wrap .discount-price span {
    font-size: 2.2rem;
  }
  
  .product-view .view_head .discount-wrap .discount-percent {
    margin-left: 10px;
    font-size: 2.2rem;
  }
  
  .product-view .view_head .detail {
    margin: 30px 0 20px;
    padding: 20px 0;
  }
  
  .product-view .view_head .detail p {
    width: 100px;
    font-size: 1.5rem;
  }
  
  .product-view .view_head .detail span,
  .product-view .view_head .detail select {
    font-size: 1.5rem;
  }
  
  .product-view .view_head .p-price p.tit {
    font-size: 1.5rem;
  }
  
  .product-view .view_head .p-price p.txt {
    font-size: 1.5rem;
  }
  
  .product-view .view_head .p-price p.txt span {
    font-size: 2.2rem;
  }
  
  .product-view .view_head .buttons-wrap {
    margin-top: 40px;
  }
  
  .product-view .view_head .buttons-wrap .button {
    width: 50%;
    height: 50px;
    font-size: 1.5rem;
  }
  
  .product-view .view-tab  .item {
    padding: 15px 0;
    font-size: 1.6rem;
  }
  
  .product-view .view_area {
    min-height: 390px;
    padding: 45px 40px;
  }
  
  .product-view .view_btns .button {
    width: 240px;
    height: 45px;
    margin: 45px auto 0;
    font-size: 1.6rem;
  }

  
  /* S : 2024.12.06 추가 */
  .product-view .view_head .detail p {
    width: 120px;
  }

  .product-view .view_head .detail span,
  .product-view .view_head .detail select {
    width: calc(100% - 120px);
  }
  /* E : 2024.12.06 추가 */
}

@media(max-width:1024px) {
  .product-view {
    margin-top: 25px;
  }
  
  .product-view .view_head {
    padding: 0 0 60px;
  }
  
  .product-view .view_head .din {
    gap:0px 45px;
  }
  
  .product-view .view_head .lt {
    gap: 0 15px;
  }
  
  .product-view-img {
    width: calc(100% - 85px);
  }
  
  .product-view .view_head .swiper-pagination .swiper-pagination-bullet {
    width: 70px;
  }
  
  .product-view .view_head .rt .subject {
    font-size: 2.2rem;
  }
  
  .product-view .view_head .price-wrap .normal {
    font-size: 2rem;
  }
  
  .product-view .view_head .discount-wrap .normal {
    font-size: 1.5rem;
  }
  
  .product-view .view_head .discount-wrap .discount-price {
    font-size: 1.4rem;
  }
  
  .product-view .view_head .discount-wrap .discount-price span {
    font-size: 2rem;
  }
  
  .product-view .view_head .discount-wrap .discount-percent {
    font-size: 2rem;
  }
  
  .product-view .view_head .detail {
    margin: 25px 0 15px;
    padding: 15px 0;
  }
  
  .product-view .view_head .detail > div {
    margin-bottom: 12px;
  }
  
  .product-view .view_head .detail p {
    width: 90px;
    font-size: 1.4rem;
  }
  
  .product-view .view_head .detail span,
  .product-view .view_head .detail select {
    font-size: 1.4rem;
  }
  
  .product-view .view_head .p-price p.tit {
    font-size: 1.4rem;
  }
  
  .product-view .view_head .p-price p.txt {
    font-size: 1.4rem;
  }
  
  .product-view .view_head .p-price p.txt span {
    font-size: 2rem;
  }
  
  .product-view .view_head .buttons-wrap {
    margin-top: 35px;
  }
  
  .product-view .view_head .buttons-wrap .button {
    height: 45px;
    font-size: 1.4rem;
  }
  
  .product-view .view-tab  .item {
    padding: 15px 0;
    font-size: 1.5rem;
  }
  
  .product-view .view_area {
    min-height: 370px;
    padding: 40px 35px;
  }
  
  .product-view .view_btns .button {
    width: 220px;
    height: 40px;
    margin: 40px auto 0;
    font-size: 1.5rem;
  }
  
    
  /* S : 2024.12.06 추가 */
  .product-view .view_head .detail p {
    width: 100px;
  }

  .product-view .view_head .detail span,
  .product-view .view_head .detail select {
    width: calc(100% - 100px);
  }

  .product-view .view_head .detail select {
    height: 35px;
    padding: 0 15px;
    background-position: right 15px center;
    background-size: 9px 6px;
  }
  /* E : 2024.12.06 추가 */
}

@media(max-width:768px) {
  .product-view {
    margin-top: 20px;
  }
  
  .product-view .view_head {
    padding: 0 0 50px;
  }
  
  .product-view .view_head .din {
    flex-direction: column;
    align-items: start;
    gap:30px 0;
  }
  
  .product-view .view_head .lt {
    flex-direction: column-reverse;
    gap: 12px 0;
    width: 100%;
    max-width: 100%;
  }
  
  .product-view .view_head .rt {
    width: 100%;
    max-width: 100%;
  }
  
  .product-view-img {
    max-width: 100%;
    width: 100%;
  }
  
  .product-view .view_head .swiper-pagination {
    flex-direction: row;
    align-items: start;
    gap: 0 6px;
  }
  
  .product-view .view_head .swiper-pagination .swiper-pagination-bullet {
    width: 60px;
  }
  
  .product-view .view_head .rt .subject {
    font-size: 2rem;
  }
  
  .product-view .view_head .price-wrap .normal {
    font-size: 1.8rem;
  }
  
  .product-view .view_head .discount-wrap .normal {
    font-size: 1.4rem;
  }
  
  .product-view .view_head .discount-wrap {
    margin-top: 8px;
  }
  
  .product-view .view_head .discount-wrap .discount-price {
    font-size: 1.3rem;
  }
  
  .product-view .view_head .discount-wrap .discount-price span {
    font-size: 1.8rem;
  }
  
  .product-view .view_head .discount-wrap .discount-percent {
    font-size: 1.8rem;
  }
  
  .product-view .view_head .detail {
    margin: 20px 0 12px;
    padding: 12px 0;
  }
  
  .product-view .view_head .detail > div {
    margin-bottom: 10px;
  }
  
  .product-view .view_head .detail p {
    width: 80px;
    font-size: 1.3rem;
  }
  
  .product-view .view_head .detail span,
  .product-view .view_head .detail select {
    font-size: 1.3rem;
  }
  
  .product-view .view_head .p-price p.tit {
    font-size: 1.3rem;
  }
  
  .product-view .view_head .p-price p.txt {
    font-size: 1.3rem;
  }
  
  .product-view .view_head .p-price p.txt span {
    font-size: 1.8rem;
  }
  
  .product-view .view_head .buttons-wrap {
    gap: 0 8px;
    margin-top: 30px;
  }
  
  .product-view .view_head .buttons-wrap .button {
    height: 40px;
    font-size: 1.3rem;
  }
  
  .product-view .view-tab  .item {
    padding: 12px 0;
    font-size: 1.4rem;
  }
  
  .product-view .view_area {
    min-height: 350px;
    padding: 35px 30px;
  }
  
  .product-view .view_btns .button {
    width: 200px;
    height: 35px;
    margin: 35px auto 0;
    font-size: 1.4rem;
  }
  
  /* S : 2024.12.06 추가 */
  .product-view .view_head .detail p {
    width: 90px;
  }

  .product-view .view_head .detail span,
  .product-view .view_head .detail select {
    width: calc(100% - 90px);
  }

  .product-view .view_head .detail select {
    height: 30px;
    padding: 0 12px;
    background-position: right 12px center;
    background-size: 7px 5px;
  }
  /* E : 2024.12.06 추가 */
}

@media(max-width:500px) {
  .product-view .view_head {
    padding: 0 0 45px;
  }
  
  .product-view .view_head .din {
    gap:25px 0;
  }
  
  .product-view .view_head .lt {
    gap: 10px 0;
  }
  
  .product-view .view_head .swiper-pagination {
    gap: 0 5px;
  }
  
  .product-view .view_head .swiper-pagination .swiper-pagination-bullet {
    width: 50px;
  }
  
  .product-view .view_head .rt .subject {
    font-size: 1.8rem;
  }
  
  .product-view .view_head .price-wrap .normal {
    margin-top: 3px;
    font-size: 1.6rem;
  }
  
  .product-view .view_head .discount-wrap .normal {
    font-size: 1.3rem;
  }
  
  .product-view .view_head .discount-wrap {
    margin-top: 6px;
  }
  
  .product-view .view_head .discount-wrap .discount-price {
    font-size: 1.2rem;
  }
  
  .product-view .view_head .discount-wrap .discount-price span {
    font-size: 1.6rem;
  }
  
  .product-view .view_head .discount-wrap .discount-percent {
    margin-left: 8px;
    font-size: 1.6rem;
  }
  
  .product-view .view_head .detail {
    margin: 15px 0 10px;
    padding: 10px 0;
  }
  
  .product-view .view_head .detail > div {
    margin-bottom: 8px;
  }
  
  .product-view .view_head .detail p {
    width: 70px;
    padding-right: 8px;
    font-size: 1.2rem;
  }
  
  .product-view .view_head .detail span,
.product-view .view_head .detail select {
    font-size: 1.2rem;
  }
  
  .product-view .view_head .p-price p.tit {
    font-size: 1.2rem;
  }
  
  .product-view .view_head .p-price p.txt {
    font-size: 1.2rem;
  }
  
  .product-view .view_head .p-price p.txt span {
    font-size: 1.6rem;
  }
  
  .product-view .view_head .buttons-wrap {
    gap: 0 8px;
    margin-top: 25px;
  }
  
  .product-view .view_head .buttons-wrap .button {
    height: 35px;
    font-size: 1.2rem;
  }
  
  .product-view .view-tab  .item {
    padding: 10px 0;
    font-size: 1.3rem;
  }
  
  .product-view .view_area {
    min-height: 330px;
    padding: 30px 25px;
  }
  
  .product-view .view_area02, 
  .product-view .view_area03 {
    padding-top: 30px;
  }
  
  .product-view .view_btns .button {
    width: 180px;
    height: 30px;
    margin: 30px auto 0;
    font-size: 1.3rem;
  }
  
  /* S : 2024.12.06 추가 */
  .product-view .view_head .detail p {
    width: 80px;
  }

  .product-view .view_head .detail span,
  .product-view .view_head .detail select {
    width: calc(100% - 80px);
  }

  .product-view .view_head .detail select {
    padding: 0 10px;
    background-position: right 10px center;
  }
  /* E : 2024.12.06 추가 */
}

@media(max-width:475px) {
  .product-view .view-tab  .item {
    min-height: 59px;
  }
}
/* ---------- E:Product View ---------- */

/* ---------- S:Product Search ---------- */
/* 2025.04.17 퍼블 */
.product-list .search {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding:20px;
	margin-top:30px;
	background-color: #f5f5f5;
}

.product-list .search select,
.product-list .search input {
	background-color: transparent;
	width: 100%;
	height:100%;
	padding:0px 20px;
	font-size:1.4rem;
}

.product-list .search select {
	background-repeat: no-repeat;
	background-position: right 20px center;
	background-image: url('/child/img/sub/sch_sel.png');
}

.product-list .search-wrap {
	display: flex;
	justify-content: center;
	/* align-items: center; */
	max-width:600px;
	width: 100%;
	height:45px;
	padding:5px;
	background-color: #fff;
	border:1px solid #b5b5b5;
}

.product-list .search-wrap .sch-select {
	position: relative;
	width: 120px;
	height:100%;
}

.product-list .search-wrap .sch-select::after {
	content: "";
	display: block;
	position: absolute;
	top:50%;
	right:0;
	transform: translateY(-50%);
	width: 1px;
	height: calc(100% - 6px);
	background-color: #b5b5b5;
}

.product-list .search-wrap .sch-inputs {
	position: relative;
	width: calc(100% - 120px);
	height:100%;
	padding-right:45px;
}

.product-list .search-wrap .sch-inputs button {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 35px;
	height:100%;
	position: absolute;
	top:0;
	right:0;
	background: #f5f5f5 url('/child/img/sub/sch_ico.png') no-repeat center;
}

@media(max-width:1200px) {
	.product-list .search {
		padding:16px;
	}

	.product-list .search select,
	.product-list .search input {
		font-size:1.3rem;
	}
}
@media(max-width:1024px) {
	.product-list .search {
		padding: 12px;
		margin-top:20px;
	}

	.product-list .search select,
	.product-list .search input {
		padding:0px 16px;
	}

	.product-list .search select {
		background-position:right 16px center;
	}

	.product-list .search-wrap {
		height:40px;
	}

	.product-list .search-wrap .sch-inputs button {
		width: 28px;
		background-size: auto 13px;
	}
}
@media(max-width:768px) {
	.product-list .search select,
	.product-list .search input {
		font-size:1.2rem;
	}
}
@media(max-width:500px) {
	.product-list .search {
		padding: 10px;
		margin-top:16px;
	}

	.product-list .search select,
	.product-list .search input {
		padding:0px 12px;
	}

	.product-list .search select {
		background-position:right 12px center;
	}

	.product-list .search-wrap {
		height:35px;
		padding:3px;
	}

	.product-list .search-wrap .sch-select {
		width: 90px;
	}

	.product-list .search-wrap .sch-select::after {
		height: calc(100% - 10px);
	}


	.product-list .search-wrap .sch-inputs {
		width: calc(100% - 90px);
		padding-right:35px;
	}

	.product-list .search-wrap .sch-inputs button {
		background-size: auto 11px;
	}
}
@media(max-width:475px) {

}
/* ---------- E:Product Search ---------- */

/* ---------- S:Product View Modal ---------- */
/* S:2025.04.18 퍼블 추가 */
.produce-order-modal {
	display: none;
	position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  place-items: center;
  z-index: 9999999;
}

.produce-order-modal .modal-inner {
	width: 100%;
	height: 100%;
	position: relative;
}

.produce-order-modal .modal-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap:10px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width:510px;
	max-height: none;
	width: 95%;
	height:auto;
	margin:10px auto;
}

.produce-order-modal .modal-background {
	width:100%;
  height:100%;
	background-color: rgba(0, 0, 0, 0.3);
	cursor: pointer;
}

.produce-order-modal .modal-context {
	position: relative;
	padding:40px 30px;
	background-color: #fff;
}

.produce-order-modal .modal-context .modal-close {
	position: absolute;
	top:20px;
	right:20px;
	display: block;
	width:15px;
	height:15px;
	background: url('/child/img/sub/modal_close_btn.png') no-repeat center;
}

.produce-order-modal .modal-context .txt {
	text-align: center;
}

.produce-order-modal .modal-context .txt .t01 {
	font-size:1.8rem;
	font-weight:700;
}

.produce-order-modal .modal-context .txt .t02 {
	font-size: 1.4rem;
	line-height:1.7;
	margin-top:20px;
}

.produce-order-modal .modal-context .txt .t02 b {
	color:#092956;
}

.produce-order-modal .modal-context .btns {
	margin-top:40px;
}

.produce-order-modal .modal-context .btns .btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 40px;
	font-size: 1.4rem;
	line-height:39px;
	border:1px solid transparent
}

.produce-order-modal .modal-context .btns .btn01 {
	color:#fff;
	background-color: #092956;
	margin-bottom:10px;
}

.produce-order-modal .modal-context .btns .btn02 {
	color:#092956;
	border-color: #092956;
}

.produce-order-modal.open {
	display: block;
}

@media(max-width:1200px) {
	.produce-order-modal .modal-context .txt .t01 {
		font-size:1.6rem;
	}
	
	.produce-order-modal .modal-context .txt .t02 {
		font-size: 1.3rem;
		margin-top:16px;
	}

	.produce-order-modal .modal-context .btns {
		margin-top:30px;
	}
	
	.produce-order-modal .modal-context .btns .btn {
		height: 36px;
		font-size: 1.3rem;
		line-height:35px;
	}
	
	.produce-order-modal .modal-context .btns .btn01 {
		margin-bottom:6px;
	}
}
@media(max-width:1024px) {
	.produce-order-modal .modal-context {
		padding:20px;
	}

	.produce-order-modal .modal-context .modal-close {
		top:16px;
		right:16px;
		width:13px;
		height:13px;
		background-size: auto 13px;
	}

	.produce-order-modal .modal-context .txt .t01 {
		font-size:1.5rem;
	}
	
	.produce-order-modal .modal-context .txt .t02 {
		font-size: 1.2rem;
		margin-top:12px;
	}

	.produce-order-modal .modal-context .btns {
		margin-top:24px;
	}
	
	.produce-order-modal .modal-context .btns .btn {
		height: 30px;
		font-size: 1.2rem;
		line-height:29px;
	}
	
	.produce-order-modal .modal-context .btns .btn01 {
		margin-bottom:4px;
	}
}
@media(max-width:768px) {
	.produce-order-modal .modal-context .txt .t02 {
		line-height: 1.5;
		margin-top:10px;
	}
}
@media(max-width:500px) {
	.produce-order-modal .modal-context .modal-close {
		top:12px;
		right:12px;
		width:11px;
		height:11px;
		background-size: auto 11px;
	}

	.produce-order-modal .modal-context .txt .t01 {
		font-size:1.4rem;
	}
	
	.produce-order-modal .modal-context .txt .t02 {
		font-size: 1.1rem;
		margin-top:6px;
	}

	.produce-order-modal .modal-context .btns {
		margin-top:16px;
	}

	.produce-order-modal .modal-context .btns .btn {
		height: 26px;
		font-size: 1.1rem;
		line-height:25px;
	}
	
	.produce-order-modal .modal-context .btns .btn01 {
		margin-bottom:2px;
	}
}
@media(max-width:475px) {

}
/* E:2025.04.18 퍼블 추가  */
/* ---------- E:Product View Modal ---------- */