.pt_top_main
{
  display:flex;
  flex-direction:column;
  flex-grow:0;
  flex-shrink:1;
  flex-basis:100%;
  height:100%;
  overflow:auto;
}

.pt_popup_main
{
  flex-direction:column;
  flex-grow:0;
  flex-shrink:0;
  flex-basis:auto;
  border-radius:5px;
  background:rgba(255, 255, 255, 1);
  position:absolute;
  display:flex;
  z-index:10;
  border: 1px solid #000;
  border-radius: 6px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.pt_popup_body
{
  display:flex;
  flex-direction:column;
  flex-grow:0;
  flex-shrink:1;
  flex-basis:100%;
  overflow:auto;
  background-color:#fff;
  border-bottom-left-radius:6px;
  border-bottom-right-radius:6px;
}

.pt_popup_main_back
{
  background:rgba(0, 0, 0, 0.6);
  width:100%;
  height:100%;
  top:0;
  left:0;
  position:absolute;
  display:flex;
  z-index:2;
}
.pt_popup_main_back2
{
  width:100%;
  height:100%;
  top:0;
  left:0;
  position:absolute;
  display:flex;
  z-index:2;
}

.pt_popup_title
{
  display:flex;
  flex-direction:row;
  flex-grow:0;
  flex-shrink:1;
  flex-basis:auto;
  font-size:20px;
  cursor:pointer;
  align-items:center;
  border-bottom:1px solid #ddd;
  border-top-left-radius:6px;
  border-top-right-radius:6px;
}
.pt_popup_title_color_0 { background-color:#fff; }
.pt_popup_title_color_1 { background-color:#fff; }
.pt_popup_title_color_2 { background-color:#fff; }
.pt_popup_title_color_3 { background-color:#fff; }
.pt_popup_title_color_4 { background-color:#fff; }
.pt_popup_title_color_5 { background-color:#fff; }
.pt_popup_title_color_6 { background-color:#fff; }
.pt_popup_title_color_7 { background-color:#fff; }
.pt_popup_title_color_8 { background-color:#fff; }
.pt_popup_title_color_9 { background-color:#fff; }
.pt_popup_title_font
{
  padding: 15px 20px;
  flex-grow:0;
  flex-shrink:1;
  flex-basis:100%;
  color:#1a1a1a;
  font-family: 'Pretendard';
  font-weight:bold;
  font-size:20px;
  border-top-left-radius:6px;
}
.pt_popup_title_close
{
  padding: 15px 20px;
  flex-grow:0;
  flex-shrink:0;
  flex-basis:auto;
  color:#fff;
  font-family: 'Pretendard';
  font-weight:bold;
  font-size:20px;
}

.pt_progress
{
  flex-direction:column;
  flex-grow:0;
  flex-shrink:1;
  flex-basis:100%;
  align-items:center;
  justify-content:center;
  background:rgba(0, 0, 0, 0.1);
  width:100%;
  height:100%;
  top:0;
  left:0;
  position:absolute;
  display:none;
}

.pt_msg_main_back
{
  background:rgba(0, 0, 0, 0.6);
  width:100%;
  height:100%;
  top:0;
  left:0;
  position:absolute;
  display:none;
}

.pt_msg_main
{
  width:100%;
  height:100%;
  top:0;
  left:0;
  position:absolute;
  display:none;
  flex-direction:column;
  flex-grow:0;
  flex-shrink:1;
  flex-basis:100%;
  border: 1px solid #000;
  border-radius: 6px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.pt_msg_title
{
  display:flex;
  flex-direction:row;
  align-items:center;
  flex-grow:0;
  flex-shrink:1;
  flex-basis:auto;
  background:#fff;
  border-top-left-radius:6px;
  border-top-right-radius:6px;
  cursor:pointer;
  padding:20px 20px 10px 20px;
}
.pt_msg_title_font
{
  display:flex;
  flex-direction:row;
  align-items:center;
  justify-content: center;
  flex-grow:0;
  flex-shrink:1;
  flex-basis:100%;
  font-size: 20px;
  font-weight: bold;
  color: #1a1a1a;
}

.pt_msg_close
{
  display:flex;
  flex-direction:row;
  justify-content:center;
  flex-grow:0;
  flex-shrink:0;
  flex-basis:auto;
  color:#fff;
}

.pt_msg_body
{
  display:flex;
  justify-content: center;
  flex-direction:row;
  flex-grow:0;
  flex-shrink:1;
  flex-basis:100%;
  padding: 20px 40px 30px 40px;
  border-top:0;
  background-color:#fff;
  text-align:center;
}

.pt_msg_btn
{
  display:flex;
  flex-direction:row;
  justify-content:center;
  flex-grow:0;
  flex-shrink:0;
  flex-basis:auto;
  border-top:0;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  background-color:#fff;
}

.bodySub
{
  display:flex;
  flex-direction:row;
  flex-grow:0;
  flex-shrink:1;
  flex-basis:100%;
  background:#fff;
  overflow:hidden;
}

/****************************************

2. 메인화면

****************************************/

/* 메인 슬라이드 */
.slider-container
{
  width: 100%;
  margin: 0 auto;
  overflow-x:clip;
  margin-top:10px;
}
.swiper
{
  width: 100%;
  height: 500px;
  overflow: visible;
}
.swiper-slide
{
  /* width:60%; */
  width:1300px;
  flex-shrink: 0;
  background-size: cover;
  background-position: center;
  position: relative;
  transition: transform 0.5s;
}
.text-box
{
  position: absolute;
  color: #fff;
  width:85%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.text-box h2
{
  font-size: 80px;
  font-weight: bold;
  margin-bottom:40px;
  color:#fff;
  width:100%;
  text-align: center;
  line-height:1.1;
  transform: translateY(50px);
  opacity: 0;
  transition: .8s;
}
.swiper-slide-active .text-box h2
{
  transform: translateY(0);
  opacity: 1;
}
.text-box p
{
  font-size: 20px;
  color:#fff;
  width:100%;
  text-align: center;
  transform: translateY(20px);
  opacity: 0;
  transition: 1s;
}
.swiper-slide-active .text-box p
{
  transform: translateY(0);
  opacity: 1;
  transition-delay: .4s;
}
.swiper-button-next,
.swiper-button-prev
{
  color:#fff;
}
.swiper-pagination-bullet-active
{
  background:#1a1a1a;
}

/* 하단 내비게이션 */
.swiper-bottom
{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 15px 0;
  flex-wrap: nowrap; /* 줄바꿈 방지 */
}
.swiper-pagination
{
  position: static;
  display: flex;
  align-items: center;
}
.swiper-controls button
{
  background: none;
  border: none;
  cursor: pointer;
  background-size: 20px auto;
  width:20px;
  height:20px;
}

.header
{
  width:100%;
  height:80px;
  background-color:#1a1a1a;
}

.header .row
{
  display:flex;
  width: 1360px;
  margin: 0 auto;
  padding: 0 30px;
  align-items:center;
}

.header .row .logo
{
  display: block;
  width: 185px;
  height: 29px;
  background: url(../images/logo-w.png) no-repeat center center;
  background-size: 185px auto;
}

.header .row .menu
{
  padding: 0;
  list-style: none;
  display: table;
  margin-left:40px;
}

.header .menu li
{
  display: inline;
  padding: 0 20px;
  position: relative;
  display: table-cell;
}

.header .menu li a
{
  font-size: 18px;
  font-weight: 400;
  position: relative;
  color:rgba(255,255,255,.6)
}

.header .menu li.active a
{
  color:rgba(255,255,255,1)
}

.header .search
{
  position:relative;
  margin:0 auto;
}

.header .search .search_input
{
  background: transparent;
  border: 0;
  border-bottom: 2px solid #fff;
  border-radius: 0;
  height: 36px;
  width:250px;
  padding-right: 35px;
  color: #fff;
}

.header .search input:focus {outline:none; color:#fff;}

.header .search .searchInner
{
  top: 8px;
  right: 5px;
  opacity: 1;
  width: 22px;
  height: 22px;
  background-image: none;
  background-size: 22px auto;
  position: absolute;
  background: url(img/search.png) no-repeat center center;
  background-size: 22px auto;
  cursor: pointer;
}

.header .util a
{
  margin-left:30px;
  align-items:center;
  position:relative;
}

.header .util a .design-center
{
  width:27px;
  height:25px;
  background: url(img/designcenter.png) no-repeat center center;
  background-size: 27px auto;
  margin-bottom:3px;
}

.header .util .alarm .alarm_open
{
  position:absolute;
  top:60px;
  width:360px;
  height:440px;
  background-color:#fff;
  z-index:10;
  border:1px solid #ddd;
  cursor: auto;
  display:none;
}

.header .util .alarm .alarm_open:before
{
  content: "";
  position: absolute;
  top: -11px;
  right: 165px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 13px solid #fff;
}

.header .util .alarm .alarm_open .scroll-y
{
  padding:20px;
  overflow-y: auto;
  height: 430px;
}

.header .util .alarm .alarm_open .title
{
  font-size:18px;
  font-weight: bold;
  border-bottom:1px solid #1a1a1a;
  padding-bottom:5px;
}

.header .util .alarm .alarm_open .list-area .list
{
  padding:15px 5px;
  border-bottom:1px solid #ddd;
  cursor: pointer;
}

.header .util .alarm .alarm_open .list-area .list:hover
{
  background-color:#f5f5f5;
}

.header .util .alarm .alarm_open .list-area .list .txt>div
{
  font-size:14px;
  color:#444;
}

.header .util .alarm .alarm_open .list-area .list .txt .new
{
  display: inline-block;
  width: 32px;
  height: 14px;
  background: url(img/new.png) no-repeat center center;
  background-size: 32px auto;
  margin-top: 2px;
  margin-left:5px;

}

.header .util .alarm .alarm_open .list-area .list .date
{
  font-size:14px;
  color:#666;
}

.header .util a .contest-icon
{
  width:29px;
  height:24px;
  background: url(img/contest.png) no-repeat center center;
  background-size: 29px auto;
  margin-bottom:4px;
}

.header .util a .alarm-icon
{
  width:23px;
  height:25px;
  background: url(img/alarm.png) no-repeat center center;
  background-size: 23px auto;
  margin-bottom:3px;
}

.header .util a .my-icon
{
  width:22px;
  height:25px;
  background: url(img/my.png) no-repeat center center;
  background-size: 22px auto;
  margin-bottom:3px;
}

.header .util a .order-icon
{
  width:19px;
  height:25px;
  background: url(img/orderStatus.png) no-repeat center center;
  background-size: 19px auto;
  margin-bottom:3px;
}

.header .util a .cart-icon
{
  width:19px;
  height:25px;
  background: url(img/cart.png) no-repeat center center;
  background-size: 19px auto;
  margin-bottom:3px;
}

.header .util a>div
{
  color:rgba(255,255,255,1);
  font-weight: 400;
  font-size:12px;
}

.row
{
  max-width: 100%;
  width:1300px;
  margin:0 auto;
}

.quick-category .row
{
  justify-content:center;
  margin-top:40px;
  margin-bottom:80px;
}

.quick-category a
{
  margin-right:50px;
}

.quick-category a:last-child
{
  margin-right:0px;
}

.quick-category a .img
{
  width:90px;
  height:90px;
  border-radius: 50%;
  margin-bottom:5px;
  overflow:hidden;
}

.quick-category a>div
{
  text-align: center;
  font-size:16px;
}

.quick-category .clothing .img
{
  background: url(img/category-clothing.png) no-repeat center center;
  background-size: 90px auto;
}

.quick-category .shoes .img
{
  background: url(img/category-shoes.png) no-repeat center center;
  background-size: 90px auto;
}

.quick-category .bags .img
{
  background: url(img/category-bags.png) no-repeat center center;
  background-size: 90px auto;
}

.quick-category .jewelry .img
{
  background: url(img/category-jewelry.png) no-repeat center center;
  background-size: 90px auto;
}

.quick-category .furniture .img
{
  background: url(img/category-furniture.png) no-repeat center center;
  background-size: 90px auto;
}

.rvw-area
{
  padding:80px 0;
  background-color:#F5F5F5;
}

.rvw-area h4
{
  font-weight: 500;
}

.rvw-area .tab-recent
{
  margin-top:40px;
}

.rvw-area .tab-recent .tag-title
{
  margin-bottom:10px;
  border:1px solid #DDDDDD;
  height:36px;
  width:170px;
  border-radius: 30px;
  padding:0 20px;
  align-items: center;
  color:#666;
  cursor: pointer;
  position:relative;
  justify-content:space-between;
}

.rvw-area .tab-recent .tag-title i
{
  color:#CCCCCC;
  font-size:12px;
}

.rvw-area .tab-recent .tag-title.active
{
  border:1px solid #1A1A1A;
  background-color:#1A1A1A;
  color:#fff;
}

.rvw-area .tab-recent .tag-title.active i
{
  color:#fff;
}

.products
{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 36px;
}

.product_area
{
  width:232px;
}

.product_area .sample_img
{
  width:232px;
  height:308px;
  overflow:hidden;
}

.product_area .sample_img img:hover
{
  transition-duration: .3s;
  transform: scale(1.05);
}

.product_area .name
{
  color:#444;
  font-size:14px;
  margin-top:10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.product_area .title
{
  color:#444;
  font-size:16px;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.product_area .delete
{
  text-align: right;
  cursor: pointer;
  margin-top:10px;
  border: 1px solid #ddd;
  width: 58px;
  height: 30px;
  border-radius: 4px;
  align-items: center;
  justify-content: center;
  font-size:14px;
}

.product_area .price
{
  color:#1a1a1a;
  font-size:18px;
  font-weight: bold;
}

.product_area:first-child
{
  margin-left:0;
}

.bg-black
{
  background-color:#1a1a1a;
}

.bg-black h4
{
  color:#fff;
}

.bg-black .product_area .name,
.bg-black .product_area .title
{
  color:rgba(255,255,255,0.8);
}

.bg-black .product_area .price
{
  color:rgba(255,255,255,1);
}

.footer
{
  background-color:#F5F5F5;
  padding:60px 0;
}

.footer .logo
{
  width:185px;
  height:29px;
  background: url(../images/logo_gray.png) no-repeat center center;
  background-size: 185px auto;
  margin-bottom:30px;
}

.footer .info
{
  color:#999;
  font-size:13px;
  padding:0px;
}

.footer .info b
{
  color:#999;
}

.footer a
{
  color:#999;
  font-weight: bold;
  line-height: 2;
}

.quick-menu
{
  position:fixed;
  right:30px;
  bottom:20px;
  width:60px;
  opacity:0;
  transition:all ease .6s;
  z-index:15;
  visibility: hidden;
}
.quick-menu.on
{
  opacity:1;
  visibility: visible;
}
.quick-menu a
{
  cursor:pointer;
  margin:10px 0 0;
  display:block;
}

/****************************************

3. 카테고리

****************************************/

.quick-category a.active .img
{
  border: 1px solid #1a1a1a;
}

.quick-category a.active
{
  position:relative;
}

.quick-category a.active::after
{
  position: absolute;
  content: '▼';
  bottom: -14px;
  left: 40px;
  font-size: 10px;
  color:#1a1a1a;
}

.category-details
{
  border:1px solid #ddd;
  border-radius: 16px;
  padding:4px;
  margin-right:35px;
  width:230px;
  height: 480px;
	margin-bottom:50px
}

.category-details .tit
{
  font-size:18px;
  color:#1a1a1a;
  font-weight: bold;
}

.category-details .cate-menu>div
{
  margin-top:20px;
}

.category-details .cate-menu>div span
{
  font-size:15px;
  font-weight: 500;
  color:#444;
}

.category-details .cate-menu>div span.active
{
  color: #0059FF;
}

.category-details .cate-menu>div a
{
  font-size:14px;
  margin-left:10px;
  color:#444;
  padding: 1px 0;
}

.category-details .cate-menu>div a:hover
{
  color:#000;
}

.category-details .cate-menu>div a.active
{
  color:#0059FF;
}

.filter li
{
  display:inline-block;
  margin:0 8px;
  position:relative;
  cursor: pointer;
  color:#666;
  font-size:15px;
}

.filter li.active
{
  font-weight: bold;
}

.filter li::after
{
  position: absolute;
  content: '';
  width: 1px;
  height: 7px;
  background-color: #ddd;
  right: -10px;
  top: 7px;
}

.filter li:last-child::after
{
  display:none;
}

.filter li:last-child
{
  margin-right:0;
}



/****************************************

4. 상품상세

****************************************/

.product-detail
{
  padding:60px 0 100px 0;
}

.product-detail .photo
{
  margin-right:50px;
}

.product-detail .photoview
{
  margin-bottom:5px;
}

.product-detail .gallery li
{
  margin-right:10px;
  opacity: .3;
}

.product-detail .gallery li.on
{
  opacity: 1;
}

.product-detail .name
{
  font-size:16px;
  font-weight: 400;
  color:#1a1a1a;
}

.product-detail .title
{
  font-size:22px;
  font-weight: 500;
  color:#1a1a1a;
}

.product-detail .price
{
  font-size:30px;
  font-weight: bold;
  color:#1a1a1a;
  margin-top:15px;
}

.product-detail .heart
{
  width:24px;
  height:23px;
  background: url(/images/heart.png) no-repeat center center;
  background-size: 24px auto;
  cursor: pointer;
}

.product-detail .heart.on
{
  background: url(/images/heart_on.png) no-repeat center center;
}

.product-detail .line
{
  width:100%;
  height:1px;
  background-color:#ddd;
  margin-top:25px;
  margin-bottom:10px;
}

.product-detail .fee
{
  padding:10px;
  position:relative;
}

.product-detail .min-order
{
  padding:10px;
  position:relative;
}

.product-detail .fee>div,
.product-detail .min-order>div
{
  font-size:16px;
  color:#999999;
  margin-right:15px;
}

.product-detail .fee span,
.product-detail .min-order span
{
  font-size:16px;
  margin-right:20px;
}

.product-detail .fee::before,
.product-detail .min-order::before
{
  position:absolute;
  content:'';
  width:4px;
  height:4px;
  border-radius: 50%;
  background-color:#ddd;
  top: 18px;
  left: 0;
}

.product-detail .select-option-area
{
  margin-top: 15px;
}

.product-detail .custom-select
{
  position: relative;
  width: 100%;
  margin-bottom:10px;
  user-select: none;
}

.product-detail .selected
{
  padding: 10px;
  border: 1px solid #ddd;
  background: #fff;
  cursor: pointer;
  border-radius: 6px;
}

.product-detail .options
{
  display: none;
  position: absolute;
  width: 100%;
  border: 1px solid #ddd;
  border-top: none;
  background: #fff;
  z-index: 10;
  border-end-start-radius: 6px;
  border-end-end-radius: 6px;
}

.product-detail .option
{
  padding: 10px;
  cursor: pointer;
}

.product-detail .option:hover
{
  background-color: #f0f0f0;
}

.product-detail .custom-select.active .options
{
  display: block;
}

.product-detail .custom-select.active .selected
{
  border-end-start-radius: 0;
  border-end-end-radius: 0;
}


/* 화살표 추가 */
.product-detail .selected::after
{
  content: "";
  position: absolute;
  top: 19px;
  right: 10px;
  width: 12px;   /* 아이콘 크기에 따라 조정 */
  height: 12px;
  background-image: url(/images/angle-down.png); /* 또는 PNG, JPG 등 */
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 0.3s ease;
  pointer-events: none;
}

/* 열렸을 때 화살표 위로 회전 */
.product-detail .custom-select.active .selected::after
{
  transform: translateY(-50%) rotate(180deg);
}

.btn_left
{
  height: 60px;
  margin-top: 15px;
  font-size: 16px;
  cursor: pointer;
  font-weight: 500;
  background: #F5F5F5;
  color: #1A1A1A;
  border: 0;
  margin-top: 20px;
  margin-right:10px;
}

.btn_left.active
{
  background: #1A1A1A;
  color: #FFFFFF;
}

.btn_right
{
  height: 60px;
  margin-top: 15px;
  font-size: 16px;
  cursor: pointer;
  font-weight: 500;
  background: #1A1A1A;
  color: #fff;
  border: 0;
  margin-top: 20px;
}

.product-detail .summary
{
  background-color:#F5F5F5;
  padding:20px;
  margin-top:30px;
}

.product-detail .summary .title
{
  font-size:16px;
  font-weight: 500;
  color:#999;
  margin-bottom:10px;
}

.product-detail .summary .label
{
  width:100px;
  color:#999999;
  line-height: 2;
}

.product-detail .summary .txt
{
  color:#444444;
  line-height: 2;
}

.product-detail .size-detail
{
  border:1px solid #ddd;
  background-color:#fff;
  padding:6px 8px;
  margin-left:10px;
  border-radius: 4px;
	font-size:14px;
}

.product-detail .option-choice
{
  width: 100%;
  max-height: 280px;
  padding: 20px;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  background: #F5F5F5;
  margin-bottom:10px;
}

.product-detail .option-choice .dot
{
  background-color: #CCCCCC;
  width:1px;
  height:7px;
  display: inline-block;
  margin: 7px 8px;
}

.product-detail .option-choice .field-form
{
  display: flex;
  margin-top:15px;
}

.product-detail .option-choice .field-form>button
{
  width: 34px;
  height: 34px;
  border: 1px solid #ddd;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #fff;
  cursor: pointer;
}

.product-detail .option-choice .field-form>button.none
{
  color:#ccc;
  cursor:auto;
}

.product-detail .option-choice .field-form>input:read-only
{
    background: #fff;
}

.product-detail .option-choice .field-form>input
{
  height: 30px;
  text-align: center;
  border-radius: 0;
  width: 70px;
  border: 0;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

/**/
.sizeinfo-popup
{
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 20px;
  border-radius: 6px;
  max-width: 750px;
  width: 100%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  z-index: 2;
  display: block;
  border: 1px solid #000;
}

.sizeinfo-popup .title
{
  font-size:20px;
  font-weight: bold;
  color:#1a1a1a;
  margin-bottom:20px;
  align-items: center;
  justify-content: space-between;
  border-bottom:1px solid #1a1a1a;
  padding-bottom: 15px;
}

.sizeinfo-popup .title i
{
  cursor: pointer;
}

.sizeinfo-popup .txt
{
  font-size:14px;
  color:#666;
  font-weight: normal;
  margin-bottom:20px;
  height:450px;
  overflow-y: auto;
}

.sizeinfo-popup .txt .table>div>div
{
  text-align: center;
  height:45px;
  border-bottom:1px solid #ddd;
  justify-content: center;
  align-items: center;
}

.sizeinfo-popup .txt .table>div>div:first-child
{
  background-color:#F5F5F5;
  border-top:1px solid #1A1A1A;
  font-weight: 500;
}

/**/
.popup
{
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 0;
  border-radius: 6px;
  max-width: 750px;
  width: 100%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  z-index: 2;
  display: block;
  border: 1px solid #000;
}

.popup .title
{
  font-size:20px;
  font-weight: bold;
  color:#1a1a1a;
  margin-bottom:0;
  align-items: center;
  justify-content: space-between;
  border-bottom:1px solid #ddd;
  padding: 15px 20px;
}

.popup .title i
{
  cursor: pointer;
}




.pop
{
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 0;
  border-radius: 6px;
  max-width: 400px;
  width: 100%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  z-index: 2;
  display: block;
  border: 1px solid #000;
}
.pop .tit
{
  font-size:20px;
  font-weight: bold;
  color:#1a1a1a;
  text-align: center;
  margin-bottom:10px;
}
.pop .txt
{
  text-align: center;
  font-size:14px;
  color:#666;
  font-weight: normal;
  margin-bottom:20px;
}

.popup_btn
{
  width:100%;
  height: 60px;
  margin-top: 15px;
  font-size: 16px;
  cursor: pointer;
  font-weight: bold;
  border-radius: 6px;
  background: #1A1A1A;
  color: #fff;
  border: 0;
}

.popup .txt
{
  text-align: center;
  font-size:14px;
  color:#666;
  font-weight: normal;
  margin-bottom:20px;
}


.popup .txt
{
  font-size:14px;
  color:#666;
  font-weight: normal;
  margin-bottom:20px;
  height:450px;
  overflow-y: auto;
  padding:20px;
}

.popup_btn.line
{
  border:1px solid #ddd;
  background:#fff;
  color:#333
}

.popup .txt .table>div>div
{
  text-align: center;
  height:45px;
  border-bottom:1px solid #ddd;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
}

.popup .txt .table>div>div:first-child
{
  background-color:#F5F5F5;
  border-top:1px solid #1A1A1A;
  font-weight: 500;
}

.quote-doc-area .tit
{
  font-size:18px;
  font-weight: bold;
  text-align: left;
}

.popup .txt .table .dot
{
  background-color: #CCCCCC;
  width: 1px;
  height: 7px;
  display: inline-block;
  margin: 7px 8px;
}

/****************************************

5. 주문결제

****************************************/

.orderpay .tit
{
  font-size:25px;
  font-weight: bold;
  padding:16px 0;
  text-align: center;
  width:100%;
}

.orderpay .section_article
{
  background-color: #fff;
  border-radius: 8px;
  padding:30px;
  margin-bottom:40px;
}

.orderpay .section_article .name
{
  font-size:20px;
  font-weight: 500;
  margin-bottom: 20px;
}

.orderpay .section_article .label
{
  color:#444;
  font-weight: 500;
  width:100px;
  align-self:center;
}

.orderpay .info-btn-line
{
  width: auto;
  margin-left: 5px;
  padding: 0 20px;
  height: 50px;
  font-size: 15px;
  cursor: pointer;
  font-weight: 500;
  border-radius: 6px;
  background: #fff;
  color: #444444;
  border: 1px solid #999999;
}

.section_article .table
{
  margin-top:15px;
}

.section_article .table>div>div
{
  text-align: center;
  height:45px;
  border-bottom:1px solid #ddd;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  min-width: 130px;
}

.section_article .table>div>div:first-child
{
  background-color:#F5F5F5;
  border-top:1px solid #1A1A1A;
  font-weight: 500;
}

.section_article .table .dot
{
  background-color: #CCCCCC;
  width: 1px;
  height: 7px;
  display: inline-block;
  margin: 7px 8px;
}

.section_article .tab-area
{
  background-color: #f5f5f5;
  height: 50px;
  border-radius: 6px;
  color: #ccc;
  line-height: 48px;
  cursor: pointer;
  margin-bottom:20px;
}

.section_article .tab-area .tab
{
  background-color:#f5f5f5;
  height:100%;
  border-radius: 6px;
  color:#ccc;
  text-align: center;
  font-weight: bold;
  font-size:15px;
}

.section_article .tab-area .tab.active
{
  background-color:#fff;
  border:1px solid #1A1A1A;
  height:100%;
  border-radius: 6px;
  color:#1A1A1A;
}

.section_article .card
{
  align-items: center;
  padding: 15px 00px;
  margin: 10px 0;
  cursor: pointer;
  transition: .3s;
  border-radius: 10px;
  width: 154px;
  border:1px solid #fff;
}

.section_article .card:hover
{
  background-color:#f5f5f5;
}

.section_article .card img
{
  margin-bottom:5px;
}

.section_article .card.active
{
  border:1px solid #444;
}

.section_article .card.active:hover
{
  background-color:#fff;
}

.section_article .tab-content-1,
.section_article .tab-content-2
{
  display:none;
}

.section_article .tab-content-1.active,
.section_article .tab-content-2.active
{
  display:flex;
}

/*일시불선택*/
.payment-type .custom-select
{
  position: relative;
  width: 100%;
  margin-bottom:5px;
  user-select: none;
  margin-top:20px;
}

.payment-type .selected
{
  padding: 15px;
  border: 1px solid #ddd;
  background: #fff;
  cursor: pointer;
  border-radius: 6px;
  height: 50px;
}

.payment-type .options
{
  display: none;
  position: absolute;
  width: 100%;
  border: 1px solid #ddd;
  border-top: none;
  background: #fff;
  z-index: 10;
  border-end-start-radius: 6px;
  border-end-end-radius: 6px;
}

.payment-type .option
{
  padding: 10px;
  cursor: pointer;
}

.payment-type .option:hover
{
  background-color: #f0f0f0;
}

.payment-type .custom-select.active .options
{
  display: block;
}

.payment-type .custom-select.active .selected
{
  border-end-start-radius: 0;
  border-end-end-radius: 0;
}


/* 화살표 추가 */
.payment-type .selected::after
{
  content: "";
  position: absolute;
  top: 23px;
  right: 15px;
  width: 12px;   /* 아이콘 크기에 따라 조정 */
  height: 12px;
  background-image: url(/images/angle-down.png); /* 또는 PNG, JPG 등 */
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 0.3s ease;
  pointer-events: none;
}

/* 열렸을 때 화살표 위로 회전 */
.payment-type .custom-select.active .selected::after
{
  transform: translateY(-50%) rotate(180deg);
}

/**주문완료**/
.ordered .tit
{
  font-size:34px;
  font-weight: bold;
  padding: 60px 0 25px 0;
  text-align: center;
  width: 100%;
}

.order-info
{
  border:1px solid #ddd;
  border-radius: 8px;
  padding:23px 40px;
}

.order-info h6
{
  color:#666666;
  margin-right:60px;
  align-self: center;
}

.order-info h6 b
{
  color:#444;
  margin-left:20px;
}

.ordered .section_article .name
{
  font-size: 20px;
  font-weight: 500;
  /* margin-bottom: 20px; */
}

.shipping-info
{
  border-top:1px solid #1a1a1a;
  margin-top: 15px;
}

.shipping-info>div
{
  border-bottom:1px solid #DDDDDD;
  align-items:center;
}

.shipping-info>div>div:first-child
{
  min-width: 200px;
  background-color: #F5F5F5;
  font-weight: 500;
}

.shipping-info>div>div
{
  height: 60px;
  align-items:center;
  padding:0 20px;
}

.payment-box
{
  border-top:1px solid #0059FF;
  border-left:1px solid #ddd;
  border-bottom:1px solid #ddd;
  border-right:1px solid #ddd;
  background-color:#f5f5f5;
  margin-top:15px;
}

.payment-box .plus
{
  font-size:40px;
  font-weight: 300;
  color:#999;
  padding-top:10px;
}

.payment-box .flexBox2
{
  padding:30px;
  align-items:center;
  width:15%;
}

.payment-box .flexBox2>:first-child
{
  color:#666;
}

.payment-box .flexBox2>:last-child
{
  font-size:18px;
  font-weight: 500;
}

.payment-box .final-amount
{
  font-size:22px;
  font-weight: 500;
  text-align: right;
  padding:0 40px;
  align-items: center;
  justify-content: flex-end;
}

.payment-box .final-amount b
{
  color:#FF1516;
  font-weight: bold;
  font-size:25px;
  margin-left:10px;
}


/* 미디어쿼리 */
@media (max-width:1350px)
{
  .swiper-slide {width:70%;}
}

/**탭**/
ul.tabs
{
  margin: 0px;
  padding: 0px;
  list-style: none;
  border-bottom:1px solid #ddd;
}

ul.tabs li
{
  background: none;
  color: #999999;
  display: inline-block;
  padding: 6px 2px;
  margin-right:20px;
  cursor: pointer;
  font-size:16px;
  font-weight: 500;
}

ul.tabs li.current
{
  color: #1A1A1A;
  border-bottom:2px solid #1a1a1a;
  font-weight: bold;
}

.cart-area .tit
{
  font-size: 34px;
  font-weight: bold;
  padding: 60px 0 25px 0;
  text-align: center;
  width: 100%;
}

.contest-area .tit
{
  font-size: 34px;
  font-weight: bold;
  padding: 60px 0 25px 0;
  text-align: center;
  width: 100%;
}

.btn-small
{
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: #fff;
  padding: 5px 10px;
  font-weight: 500;
  min-width: 60px;
  text-align: center;
  color: #444;
}


.custom-checkbox
{
  display: none;
}

.checkbox-img
{
  width: 20px;
  height: 20px;
  cursor: pointer;
  transition: transform 0.2s ease;
  font-size:15px;
}

.custom-checkbox:checked + label .checkbox-img
{
  content: url('/images/checked.png');
}

.checkbox-text
{
  font-size: 15px;
  color: #1a1a1a;
  cursor: pointer;
  vertical-align: middle;
  margin-left:10px;
}

.checkbox-style
{
  align-items: center;
  display:flex;
  padding:10px 0;
  position: relative;
}

.checkbox-style i
{
  position:absolute;
  right:0;
  top:14px;
  color:#C4C4C4;
  cursor: pointer;
}

.price-btn
{
  background-color: #CCCCCC;
  padding: 7px 22px;
  border-radius: 4px;
  font-weight: 500;
  text-align: center;
  color:#fff;
}

.price-btn.active
{
  background-color: #1A1A1A;
}

.price-btn.line
{
  background-color: #fff;
  border:1px solid #999;
  color:#444;
}

.toggle-popup
{
  padding: 8px 20px;
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translate(-50%, 0);
  display: none;
  text-align: center;
}

.toggle-popup-2
{
  padding: 8px 20px;
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translate(-50%, 0);
  display: none;
  text-align: center;
}
