/* BASIC css start */
#content { width: 100% !important; padding-left: 0 !important; margin-bottom: 50px !important;  }
.Wrap { position: relative; width: 1260px !important; margin: 0 auto; padding-left: 0 !important; }


/* 해당 섹션 안에서만 스타일 적용 */
.custom-icons {
  display: flex;
  justify-content: center;
  gap: 3px;  /* 아이콘 간의 간격 */
  flex-wrap: wrap; /* 화면 크기에 맞춰 아이템을 줄 바꿈 */
  padding: 20px 0;
}

.custom-icons .icon-text-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 120px; /* 각 아이템의 크기 제한 */
  margin-top: 20px;  /* 아이콘 전체에 여백 추가 */
}

.custom-icons .icon-wrapper {
  width: 70px;  /* 아이콘 크기 */
  height: 70px; /* 아이콘 크기 */
  background-color: #f5f5f5; /* 배경색 */
  border-radius: 35%; /* 원형 모양 */
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 8px; /* 아이콘과 텍스트 사이 간격 */
  transition: transform 0.3s ease, box-shadow 0.3s ease; /* 효과가 부드럽게 적용되도록 transition 추가 */
}

.custom-icons .icon {
  width: 48px;  /* 이미지 크기 */
  height: 48px; /* 이미지 크기 */
}

/* 마우스 올렸을 때 확대 + 그림자 효과 */
.custom-icons .icon-wrapper:hover {
  transform: scale(1.05); /* 아이콘을 5%만 확대 */
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1); /* 작은 그림자 효과 */
  transition: all 0.3s ease; /* 부드러운 애니메이션 */
}

.custom-icons .text {
  font-size: 1.22em;
  font-weight: 500;
  letter-spacing: -0.2px;
  color: #5e5e5e;
  line-height: 1.4;
}

.custom-icons .icon-text-item:nth-child(8) .icon-wrapper {
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f5f5f5;
  border: 1px solid red; 
  border-radius: 35%;
  animation: rainbowGlow 3s linear infinite;
}


@keyframes rainbowGlow {
  0% { border-color: #ff7b7e; box-shadow: 0 0 2px #ff7b7e; }
  16% { border-color: #ffa839; box-shadow: 0 0 2px #ffa839; }
  33% { border-color: #f9cf63; box-shadow: 0 0 2px #f9cf63; }
  50% { border-color: #93cb6b; box-shadow: 0 0 2px #93cb6b; }
  66% { border-color: #8ea5e7; box-shadow: 0 0 2px #8ea5e7; }
  83% { border-color: #bc8ee7; box-shadow: 0 0 2px #bc8ee7; }
  100% { border-color: #e78ecf; box-shadow: 0 0 2px #e78ecft; }
}




/* best-evt */
#main .best-evt { zoom: 1; overflow: hidden; margin-top: 20px; }
/* slideBestEvt */
#main #slideBestEvt { float: left; width: auto; border-left: 0; }
/* hashBestEvt */
#main #hashBestEvt { position: relative; float: right; }
/* headlineBanner */
#main #headlineBanner { position: relative; margin-top: 20px; }
/* mdItem */
#main #mdItem { position: relative; margin-top: 20px; }

/* 메인_top */

#contentWrap { width:100% !important; }
#content { float:none !important; width:100% !important;}
#main { position: relative;  }
/* visual, notice */
#main .visual { /*background: #555;*/ margin-top: 10px; }
#main .visual .swiper-slide{width:1260px!important;}
#main .visual .swiper-slide img{width:100%; border-radius:20px;}
#main .visual .swiper-button-prev{background-image:none; width:32px; height:32px; background:#f4f4f4; border-radius:100%; left:50%; margin-left:-650px;}
#main .visual .swiper-button-next{background-image:none;  width:32px; height:32px; background:#f4f4f4; border-radius:100%; right:50%; margin-right:-650px;}
#main .visual .swiper-button-prev i{ display: inline-block; width:100%; position: absolute; text-align: center; font-size:1.5em; height: 33px; line-height: 33px; text-indent: 0; left:0; top: 0; }
#main .visual .swiper-button-next i{ display: inline-block; width:100%; position: absolute; text-align: center; font-size:1.5em; height: 33px; line-height: 33px; text-indent: 0; left:0; top: 0; }



#main .visual-evt { zoom: 1; overflow: hidden; }
/* visual */
#main .visual-evt .visual { float: left; }
#mainImg {  }
#mainImg .m_img { /* width: 1100px; margin: 0 auto; padding: 41px 0 37px; */ width: 100%; position: relative; }
    .m_img .fixed { width: 362px; height: 454px; overflow: hidden; display: block; }
#mainImg .m_img .bxImg { margin: 0 auto;  }

/* notice */
#main .visual-evt .evt-wrap { float: right; width: 212px; }
#main .visual-evt .ntc h2 { font-size: 0; line-height: 0; }
#main .visual-evt .ntc .list { zoom: 1; overflow: hidden; padding-top: 17px; padding-left: 10px; margin-right: 6px }
#main .visual-evt .ntc .list li,
#main .visual-evt .ntc .list a { float: left; }
#main .visual-evt .ntc .list li { padding-left: 16px; width: 180px; background: url(/images/d3/modern_simple/common/bull_main_ntc.gif) no-repeat 0 45%; }
#main .visual-evt .ntc .list a { width: 100%; height: 23px; line-height: 18px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
#main .visual-evt .ntc .list a:hover { /*font-weight: bold; letter-spacing: -1px; text-decoration: underline; */ }

/* tit */
.tit_type01 { font-size: 1.9em; color: #000;  }
.tit_type01 span { display: inline-block; padding-left: 10px; font-size: 13px; color: #666; }

/* #bestPrd */
#bestPrd_ombs { 
    width: 100%; 
    overflow: hidden;  
    padding: 0 0 0 0;
    margin-left: 18px;
}

#bestPrd_ombs .Wrap { 
    overflow: visible;
    left: -20px;
}

#bestPrd_ombs .Wrap h2.tit_type01 {
    font-size: 25px;  /* 텍스트 크기 */
    font-weight: bold;  /* 텍스트 굵기 */
    letter-spacing: 0px;  /* 글자 간격 줄이기 */
    text-align: left;  /* 텍스트 왼쪽 정렬 */
    color: #2e2e2e;  /* 텍스트 색상 */
    display: inline-block;  /* 텍스트가 옆으로 배치되도록 inline-block 사용 */
    margin-left: -20px;
}

#bestPrd_ombs .Wrap h2.tit_type01 span {
    font-size: 16px;  /* 텍스트 크기 */
    font-weight: normal;  /* 텍스트 굵기 */
    letter-spacing: -1px;  /* 글자 간격 줄이기 */
    text-align: left;  /* 텍스트 왼쪽 정렬 */
    margin-top: 0;  /* 위쪽 여백 제거 */
    color: #7f7f7f;  /* 텍스트 색상 */
    display: inline-block;  /* 텍스트가 옆으로 배치되도록 inline-block 사용 */
}

.best_ombs { display: table; width:100%; overflow: hidden; z-index: 1; margin-top: 0px; }
.best_ombs > li { display: inline-block;  box-sizing: border-box; vertical-align: top; width:238px;  }  
.best_ombs.col3 > li { width: 33%; }
.best_ombs.col4 > li { width: 24.6%; }
.best_ombs.col5 > li { width: 19.7%; }
.best_ombs .listPrd { padding: 0 !important;  }
.best_ombs > li .suj {   }
.best_ombs > li .price strike { display: inline-block !important;  font-size: 0.9em; margin-bottom: 5px; padding-left: 5px; }
.best_ombs > li .brand { margin: 7px 0 10px 0; }
.best_ombs > li .listPrd { }
.best_ombs > li .listPrd .list { padding: 0 !important; border-bottom: 1px solid #eee; height:190px!important; }
.best_ombs > li .list_con { padding-bottom: 10px !important;  }
.best_ombs > li .list > a { border: none; }
.best_ombs > li .listPrd .list_icon { bottom: 68px; right: 0; }

/* #banner_type01 */
#banner_type01 { margin: 10px 0 50px 0; border: 1px solid #e8e8e8; background: #f7f7f7;  }
#banner_type01 .Wrap { display: table;  }
#banner_type01 .Wrap > div { display: table-cell; border-right: 1px solid #e8e8e8; position: relative; }
#banner_type01 .Wrap > div:last-child { border: none; }
#banner_type01 .Wrap > div a { position: absolute; bottom: 35px; left: 45px; border: 1px solid #e4e4e4; background: #fff; font-size: 11px; padding: 3px 0 3px 13px; width: 80px; box-sizing: border-box; border-radius: 2px; }
#banner_type01 .Wrap > div a i { display: inline-block; padding-left: 5px; }

/* #banner_type02 */
#banner_type02 { display: table; margin-bottom: 50px; height: 543px; overflow: hidden; }
#banner_type02 > div { display: table-cell; vertical-align: top; }
#banner_type02 .ombs_banner02 { padding-right: 18px; width: 420px; }
#banner_type02 > div:last-child a { display: inline-block; }
#banner_type02 > div:last-child a:first-child { padding-right: 14px;  }
#banner_type02 > div:last-child a:last-child { padding-top: 18px;  }

/* tab 상품들 */
#tabPrd { margin: 0 0 50px 0; background: #f7f7f7;  padding: 60px 0 0; }
#tabCate { width: 100%; display: table; border-top: 1px solid #eee; border-right: 1px solid #eee; border-bottom: 1px solid #eee;  box-sizing: border-box; margin-bottom: 40px; }
#tabCate li { display: table-cell; width: 14.2%; border-left: 1px solid #eee; height: 50px;  text-align:center; background: #fff; position: relative; }
#tabCate li a { position: absolute; height:100%; width:100%; display: block;  top:0; left:0;line-height: 50px; color: #888; font-size: 15px; }
#tabCate li a:hover,
#tabCate li a.active { background: #feb528; height: 51px; border:1px solid #eee; border-bottom: none; top: -1px; left: -1px; width:100%; z-index: 200; color: #6f5e3c; font-weight: bold; }
/* tab 상품 list */
.tabPrd_list {
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 60px;
  padding-bottom: 40px;
  min-height: 260px;
}
.tabPrd_list .bx-wrapper { box-sizing: border-box; }

.tabPrd_list li { overflow: hidden; display: table;  height: 255px; }
.tabPrd_list li > div {  width: 19.7%;  display: inline-block; vertical-align: top; box-sizing: border-box; float: left; }
.tabPrd_list li .price strike { display: block !important;  font-size: 0.9em; margin-bottom: 5px; }


.tabPrd_ombs { display: table; width:100%; overflow: hidden;  }
/*
.tabPrd_ombs > li { position: relative; overflow: hidden;  display: inline-block; width: 223px !important;  box-sizing: border-box; vertical-align: top;  margin-right: 15px;  }
*/
.tabPrd_ombs > li > div { box-sizing: border-box;  }

.tabPrd_ombs > li .list { padding: 4px 4px 0 0;  box-sizing: border-box; overflow: hidden; position: relative; width: 227px !important;  margin: 0 30px 30px 0; }
.tabPrd_ombs > li > div:nth-of-type(4),
.tabPrd_ombs > li > div:nth-of-type(7) {  margin-right: 0 !important;  }

.tabPrd_ombs > li .list_size { width: 478px !important; padding: 4px 4px 0 0;  box-sizing: border-box; overflow: hidden; position: relative; margin-right: 30px; }
.tabPrd_ombs > li > div .list_con {  position: absolute; right: 4px; top: 4px; display: none;  width: 100%; height: 100%; padding: 50px 18px 0; box-sizing: border-box; 
                                          background: rgba(0, 0, 0, 0.5); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4f000000, endColorstr=#4f000000); 
                                          -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4f000000, endColorstr=#4f000000)";
                                        }          
.tabPrd_ombs > li > div .fixed { overflow: hidden; width:100%; display: inline-block; border: 1px solid #eee;  }
.tabPrd_ombs > li > div .prdImg { width: 100%; }

.tabPrd_ombs > li .suj { border-bottom: 1px solid #a1a1a1; margin-bottom: 10px;  }
.tabPrd_ombs > li .suj a { color: #fff; }
.tabPrd_ombs > li .price strike,
.tabPrd_ombs > li .price strike { display: block; color: #fff; font-size: 0.9em; margin-bottom: 3px; }
.tabPrd_ombs > li .price { color: #fff; }
.tabPrd_ombs > li .brand { margin: 7px 0 10px 0; }



/* 신상품 */
.prd_newWrap { 
    margin-top: 18px;
    margin-bottom: 40px;
}

.prd_newWrap .hd {
    text-align: left; /* 왼쪽 정렬 */
}

.prd_newWrap .hd h2 {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: -2px; /* "신상품" 텍스트의 글자 간격 줄이기 */
    color: #2e2e2e;  /* 텍스트 색상 */
    display: inline; /* 텍스트가 옆으로 배치되도록 inline으로 변경 */
    margin-right: 2px; /* h2와 span 사이에 간격을 두기 위해 margin-right 값 조정 */
}

.prd_newWrap .hd span {
    font-size: 16px;
    font-weight: normal;
    letter-spacing: -1px; /* "최고의 상품들입니다! 후회없는 선택!" 텍스트의 글자 간격 줄이기 */
    color: #7f7f7f;  /* 텍스트 색상 */
    display: inline; /* 텍스트가 옆으로 배치되도록 inline으로 설정 */
}

/* 박스형 버튼 스타일 */
.btn-more {
    display: inline-block;
    padding: 2px 6px; /* 텍스트 크기에 맞게 패딩 조정 */
    border: 1px solid #7b7b7b; /* 테두리 두께 1px로 설정 */
    color: #7b7b7b; /* 글자 색 */
    text-align: center;
    text-decoration: none;
    border-radius: 5px; /* 모서리 둥글게 */
    font-size: 12px; /* 텍스트 크기 */
    transition: all 0.3s ease; /* 테두리와 텍스트 색상 변화 효과 */
    vertical-align: bottom; /* 버튼의 밑부분을 기준으로 정렬 */
}


/* 더보기 버튼 위치 조정 */
.more {
    display: inline-block; /* 더보기 버튼이 옆으로 배치되도록 */
    margin-left: 10px; /* 버튼과 span 사이에 간격 추가 */
}




 /** ===================================*
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.c om
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
 /** RESET AND LAYOUT
=================================== 지우지 마세요! */

/*
.bx-wrapper img { display: block; width:100%; }
*/
.bx-wrapper .prdImg,
.bx-wrapper .bxImg { /* max-width: 100%; min-height: 450px; */ display: block; width:100%; }

/* 메인이미지 */
/* .m_img ul { width: 2560px; left: 50%; margin-left: -1000px; } */
#mainImg { /*width: 2560px;*/ width:1260px; left: 50%; /*margin-left: -1280px;*/ margin-left:-630px; position: relative; height: 500px; overflow: hidden; } 
.m_img .bx-wrapper .bx-controls-auto { position: absolute; bottom: 0; width: 100%; }
.m_img .bx-pager { width: 100%;  z-index: 9999;  bottom: 5%; /*top: 58%; */  position: absolute;  display: table; text-align: center; }
.m_img .bx-pager > div { display: inline-block; text-align: center; margin: 0 5px; }
.m_img .bx-pager-item {  }
.m_img .bx-pager-item a { text-indent: -999em;   width: 10px; height: 10px; border-radius: 50%; background: #fff; display: block;  }
.m_img .bx-pager-item a.active { background: #555; }
     /* DIRECTION CONTROLS (NEXT / PREV) */  
.m_img .bx-wrapper .bx-controls-direction { position: absolute; top: 45%; width: 100%;  display: none; }
.m_img .bx-wrapper .bx-controls-direction a { position: absolute; top: 0;  outline: 0; width: 27px; height: 52px;  text-indent: -9999px; z-index: 9999;  }
.m_img .bx-wrapper .bx-controls-direction a.disabled { display: none; }    
.m_img .bx-wrapper .bx-controls-direction a { text-indent: -999em; }   
.m_img .bx-wrapper .bx-prev { left: 5%; background: url(/design/d4-0693/s024/images/main_best_arrow_l.png) no-repeat;  }
.m_img .bx-wrapper .bx-next { right: 5%; background: url(/design/d4-0693/s024/images/main_best_arrow_r.png) no-repeat; }
.m_img .bx-controls-direction a {
    opacity: 0;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}
.m_img .bx-wrapper:hover .bx-controls-direction a {
    opacity: 1;
}
#bx-pager { position: absolute; bottom:0; left: 60%; margin-left: -365px; width: 890px; z-index: 9000; }
#bx-pager a { display: inline-block; width: 12px; text-align: center; border: 1px solid #ddd; height: 12px; line-height: 30px; margin: 10px; border-radius: 50%; background: #fff; margin-left: -5px; font-size: 14px; }
#bx-pager a.active { background: #5b5852; color: #fff; font-weight: bold; }

/* 판매자 추천상품 */
#bestPrd_ombs .bx-wrapper .bx-controls-auto { position: absolute; bottom: 0; width: 100%; }
#bestPrd_ombs .bx-pager { width: 100%;  z-index: 9999;  bottom: 5%; /*top: 58%; */  position: absolute;  display: table; text-align: center;  display: none; }
#bestPrd_ombs .bx-pager > div { display: inline-block; text-align: center; margin: 0 5px; }
#bestPrd_ombs .bx-pager-item {  }
#bestPrd_ombs .bx-pager-item a { text-indent: -999em;   width: 10px; height: 10px; border-radius: 50%; background: #fff; display: block;  }
#bestPrd_ombs .bx-pager-item a.active { background: #555; }
/* DIRECTION CONTROLS (NEXT / PREV) */  
#bestPrd_ombs .bx-wrapper .bx-controls-direction { position: absolute; top: -78px; left: 70px; }
#bestPrd_ombs .bx-wrapper .bx-controls-direction a { position: absolute; top: 0;  outline: 0; width: 32px; height: 32px;  text-indent: -9999px; z-index: 9999; border:1px solid #ddd; }
#bestPrd_ombs .bx-wrapper .bx-controls-direction a i { display: inline-block; width:100%; position: absolute; text-align: center; font-size:1.5em; height: 33px; line-height: 33px; text-indent: 0; left:0; top: 0; }
#bestPrd_ombs .bx-wrapper .bx-controls-direction a.disabled { display: none; }    
#bestPrd_ombs .bx-wrapper .bx-controls-direction a { text-indent: -999em; }   
#bestPrd_ombs .bx-wrapper .bx-prev { right: 33px; background: #f4f4f4;  }
#bestPrd_ombs .bx-wrapper .bx-next { right: 0px; background: #f4f4f4; }
/* start / stop */ 
#bestPrd_ombs .bx-wrapper .bx-controls-auto {  position: absolute; top: -25px; width: 100%; text-align: right; display: table; }
#bestPrd_ombs .bx-wrapper .bx-controls-auto > div { display: inline-block; width: 20px; text-align: left; }
#bestPrd_ombs .bx-wrapper .bx-controls-auto > div a { position: relative; display: block; color: #fff; margin-right: 10px;  }
#bestPrd_ombs .bx-wrapper .bx-controls-auto > div a i { position: absolute; top: 0; left: 0; width: 100%; color: #888; font-size: 1.5em; }
#bestPrd_ombs .bx-wrapper .bx-controls-auto > div a:hover i { color: #000; }
#bestPrd_ombs .bx-wrapper .bx-controls-auto .bx-stop {     }
#bestPrd_ombs .bx-wrapper .bx-controls-auto .bx-start { }

/* #bannery_type02 */
#banner_type02 .bx-wrapper .bx-controls-auto { position: absolute; bottom: 0; width: 100%; }
#banner_type02 .bx-pager { width: 100%;  z-index: 9999;  bottom: 10px; /*top: 58%; */  position: absolute;  display: table; text-align: center; }
#banner_type02 .bx-pager > div { display: inline-block; text-align: center; margin: 0 1.5px; }
#banner_type02 .bx-pager-item {  }
#banner_type02 .bx-pager-item a { text-indent: -999em;   width: 22px; height: 3px; background: #b5b5b5; display: block;  }
#banner_type02 .bx-pager-item a.active { background: #000; }
/* DIRECTION CONTROLS (NEXT / PREV) */  
#banner_type02 .bx-wrapper .bx-controls-direction { position: absolute; top: 48%; width: 100%;  }
#banner_type02 .bx-wrapper .bx-controls-direction a { position: absolute; top: 0;  outline: 0; width: 49px; height: 36px;  text-indent: -9999px; z-index: 9999;  }
#banner_type02 .bx-wrapper .bx-controls-direction a i { display: inline-block; width:100%; position: absolute; text-align: center; font-size:1.5em; height: 33px; line-height: 33px; text-indent: 0; left:0; top: 0; color: #fff; }
#banner_type02 .bx-wrapper .bx-controls-direction a.disabled { display: none; }    
#banner_type02 .bx-wrapper .bx-controls-direction a { text-indent: -999em; }   
#banner_type02 .bx-wrapper .bx-prev { left: 0px; background: rgba(000, 000, 000, 0.4);  }
#banner_type02 .bx-wrapper .bx-next { right: 0px; background: rgba(000, 000, 000, 0.4); }

/* .banner01 DIRECTION CONTROLS (NEXT / PREV) */
.banner02_slideWrap .bx-wrapper .bx-controls-direction {  width: 1000px; left: 50%; margin-left: -570px; position: absolute; top: 30px; z-index: 9999; }
.banner02_slideWrap .bx-wrapper .bx-controls-direction a { position: absolute; top: 0;  outline: 0;  text-indent: -9999px; z-index: 19999; height: 30px; opacity: 0.3; width: 40px; background: #000;  }
.banner02_slideWrap .bx-wrapper .bx-controls-direction a.disabled {  display: none; }    
.banner02_slideWrap .bx-wrapper .bx-controls-direction a { text-indent: -999em; }   
.banner02_slideWrap .bx-wrapper .bx-prev {    }
.banner02_slideWrap .bx-wrapper .bx-next {  left: 41px;  }
.banner02_slideWrap .bx-wrapper .bx-controls-direction a i { text-indent: 0px !important;  color: #fff; font-size: 1.5em; width:100%; height:100%; position: absolute; top:5px; left:0; text-align: center; }
.banner02_slideWrap .bx-wrapper .bx-controls-direction a:hover {  opacity: 0.5; }

.banner02_slideWrap  .bx-wrapper .bx-controls-auto { position: absolute; bottom: 0; width: 100%;  }
.banner02_slideWrap  .bx-pager { width: 100%;   z-index: 9999;  bottom: 10px;  position: absolute;  display: table; text-align: center;  }
.banner02_slideWrap  .bx-pager > div { display: inline-block; text-align: center; margin: 0 5px; }
.banner02_slideWrap  .bx-pager-item {  }
.banner02_slideWrap  .bx-pager-item a { text-indent: -999em;   width: 9px; height: 9px; border-radius: 50%; background: #fff; display: block;  }
.banner02_slideWrap  .bx-pager-item a.active { background: #555;}


/* 특별상품 */
.specialWrap .bx-pager { display: none; }
/* DIRECTION CONTROLS (NEXT / PREV) */  
.specialWrap .bx-wrapper .bx-controls-direction { position: absolute;  top: -90px; width: 100%; /* display: none;  height: 80px; */ }
.specialWrap .bx-wrapper .bx-controls-direction a { position: absolute; top: 0;  outline: 0; width: 27px; height: 52px;  text-indent: -9999px; z-index: 9999;  }
.specialWrap .bx-wrapper .bx-controls-direction a.disabled {  display: none; }    
.specialWrap .bx-wrapper .bx-controls-direction a { text-indent: -999em; }   
.specialWrap .bx-wrapper .bx-prev { left: 50px; background: url(/design/d4-0693/s024/images/main_best_arrow_l.png) no-repeat; background-size: 90%; }
.specialWrap .bx-wrapper .bx-next { right: 50px; background: url(/design/d4-0693/s024/images/main_best_arrow_r.png) no-repeat;  background-size: 90%; }

.specialWrap .bx-controls-auto { display: none; }



@media screen and (min-width:320px) and (max-width:1530px){

.banner01_Wrap ul {  margin-left: 23%;  }
.banner01_Wrap .bx-wrapper .bx-controls-direction {  left: 23%;  }

}




/* #md_hoiceWrap */
#md_hoiceWrap { margin: 10px 0 50px 0; border: 1px solid #e8e8e8; background: #64ffd3;  }
#md_hoiceWrap .Wrap { display: table; }
#md_hoiceWrap .Wrap > div { display: table-cell; border-right: 1px solid #e8e8e8; position: relative; }
#md_hoiceWrap .Wrap > div:last-child { border: none; }
#md_hoiceWrap .Wrap > div a { position: absolute; bottom: 35px; left: 45px; border: 1px solid #e4e4e4; background: #fff; font-size: 11px; padding: 3px 0 3px 13px; width: 80px; box-sizing: border-box; border-radius: 2px; }
#banner_type01 .Wrap > div a i { display: inline-block; padding-left: 5px; }


.md_hoiceWrap { margin-bottom: 100px;}


.md_title {
    width: 1240px;
    margin: 0 auto;
    font-size: 28px;
    text-align: center;
    font-weight: 700;
    padding-top: 60px;
    border-top: 1px solid #e2e2e2;
}

.button-group {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 30px;
    gap: 10px;
}

.button-group .tab-button {
    padding: 10px 20px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    border: 1px solid #efefef;
    background: #f7f7f7;
    border-radius: 50px;
}

.button-group .button-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}



.button-group .button-text {
    font-size: 16px;
    color: #adadad;
}

.tab-content {
    display: none;
}

.tab-content[data-tab="1"] {
    display: block;
}

.tab-button.active {
    background: #000;
}

.tab-button.active .button-text {
   color: #fff;
}


.main_title_wrap {

    
}

.main_title {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    padding-top: 50px;
    padding-bottom: 54px;
    /* border-top: 1px solid #e2e2e2; */
}

.main_title_button {
    margin-bottom : 10px;
}

.main_title_button a {
    padding: 6px 16px;
    position: absolute;
    top: 40px;
    right: 0px;
    font-size: 14px;
    border: 1px solid #e2e2e2;
    border-radius: 30px;
}


.cart_btn {
  display: flex;
  align-items: center;
  justify-content: center;

  height: 36px;
  width: 36px;

  border: 1px solid transparent;
  box-sizing: border-box;

  line-height: 1;
  transition: background-color 0.2s, color 0.2s, transform 0.2s;
}

.cart_btn i {
  display: block;
  font-size: 18px;
}

.cart_btn:hover {
  background-color: #f5f5f5;
}


/* 신상품 전용 */
.prd_newWrap .fixed {
  contain: paint;
}


.md_hoiceWrap .list {
  contain: paint;
}

/* 모든 상품 리스트 이미지 흔들림 완전 차단 */
.list img,
.prdImg {
  display: block;
  vertical-align: top;
  line-height: 0;
}

.list,
.prd_listWrap li {
  transform: translateZ(0);
}

/* ================================
   상품 카드 전체 흔들림 차단 (핵심)
================================ */

/* 카드 부모의 baseline 계산 제거 */
.tabPrd_ombs > li,
.prd_listWrap li,
.best_ombs > li {
  line-height: 0;
}

/* 텍스트 영역만 다시 살림 */
.suj,
.suj a,
.brand,
.price,
.price *,
.list_con {
  line-height: 1.4;
}

/* 아이콘 이미지 baseline 제거 */
.cart_btn img,
.list_icon img {
  display: block;
}

/* GPU 고정 (보험) */
.tabPrd_ombs > li,
.prd_listWrap li {
  transform: translateZ(0);
}


/* 베스트예약상품 */
.reserved_item {     display: flex;    width: 1200px;    background-color: #f7f7f7;    margin: 40px auto;    border-radius: 20px; padding:30px 40px 10px;}
.reserved_item .prd_listWrap { display: flex; flex-direction: row; margin-top: 16px;  justify-content: space-around; flex-wrap: wrap; }
.reserved_item .prd_listWrap .listPrd {width: 260px; padding: 0 0 40px 0; margin: 0 8px; }
.reserved_item_left { display: flex; flex-direction: column; width:100%; }
.reserved_item .reserved_item_title { position: relative; }
.reserved_item .reserved_title { font-size: 28px;    font-weight: 700;    padding: 30px 0 30px 0; text-align: center; }
.reserved_item_button a {
    padding: 6px 16px;
    text-align: center;
    font-size: 14px;
    border: 1px solid #e2e2e2;
    border-radius: 30px;
    margin-bottom: 40px;
    position: absolute;
    right: 16px;
    top: 20px;
    }
    
    
.reserved_item {
    display: flex;
    gap: 0;
}

.reserved_item_left {
    position: relative;
    flex: 1;
    padding-right: 20px;
}

.reserved_item_right {
    flex: 1;
    padding-left: 20px;
}

.reserved_item_right .prd_listWrap {
    display: flex;
    flex-wrap: wrap;
}

/* 라인은 with-divider 클래스 있을 때만 */
.reserved_item_left.with-divider::after {
    content: "";
    display: block;
    width: 1px;
    height: 88%;
    background: #e0e0e0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-52%);
}
/* BASIC css end */

