@charset "UTF-8";
.prd_image img {
  height: 40px;
}

.detail_thumb_list li {
  height: 100%;
  width: 100%;
}

.detail_thumb_swiper img {
  height: 75px;
}

/***** 약관 *****/
.terms_cont {
  max-height: 300px;
  margin: 15px 0;
  padding: 20px 10px;
  font-size: .875rem;
  color: var(--light);
  line-height: 1.43;
  border: 1px solid var(--border);
  -webkit-overflow-scrolling: touch;
}

.pop_cont .terms_cont {
  max-height: inherit;
  margin: 0;
  padding: 0;
  border: none;
}

.terms_cont h1, .terms_cont h2 {
  margin: 20px 0 10px;
  font-size: 1rem
}

.terms_cont h3 {
  margin: 10px 0 5px;
  font-size: .875rem;
}

.terms_cont h1:first-child {
  margin-top: 0;
}

.terms_cont li ol, .terms_cont li ul {
  padding-left: 10px;
}

.terms_cont ol li {
  padding-left: 1.2em;
  text-indent: -1.2em;
}

.terms_cont ol li * {
  text-indent: 0;
}

.terms_cont p {
  margin: 10px 0;
}

.terms_cont p:first-child {
  margin-top: 0;
}

.terms_cont table {
  width: 100%;
  margin: 25px 0;
  border: 1px solid #D2D2D2;
  border-collapse: collapse;
}

.terms_cont table:last-child {
  margin-bottom: 0;
}

.terms_cont table th, .terms_cont table td {
  height: 25px;
  padding: 5px 12px;
  font-weight: normal;
  font-size: .875rem;
  color: var(--light);
  line-height: 1.43;
  border: 1px solid var(--border);
}

.terms_cont table th {
  color: #000;
  text-align: center;
  background-color: #F6F7FB;
}

.pop_cont {
  width: 100%; /* 너비를 전체로 설정 (필요에 따라 조정 가능) */
  max-height: 300px; /* 최대 높이를 지정 */
  overflow-y: auto; /* 세로 스크롤이 필요할 때 나타나도록 설정 */
  padding: 10px; /* 내용에 패딩 추가 (선택사항) */
  border: 1px solid #ccc; /* 테두리 추가 (선택사항) */
  box-sizing: border-box; /* 패딩을 포함한 너비/높이 계산 */
  background-color: #f9f9f9; /* 배경색 추가 (선택사항) */
}

.btn02:focus {
  border: 2px solid black;
}

.cont_column_center {
  display: flex;
  justify-content: center; /* 가로 방향 가운데 정렬 */
  align-items: center; /* 세로 방향 가운데 정렬 */
}

/*
.sell_complate_status {margin: 45px 0;}
.sell_complate:first-child {margin-top: 0;}
.sell_complate dl {display: flex; margin-top: 20px; align-items: center;}
.sell_complate dl:first-child {margin-top: 0;}
*/
.sell_complate dd {
  flex: 1;
  font-weight: 600;
  text-align: left;
}

/*
.sell_complate del {font-weight: 300; color: var(--sub);}
.sell_complate .divide {padding-top: 20px; border-top: 1px solid #F4F4F4;}
*/

.table03 {
  width: 100%;
  font-size: 0.875rem;
  text-align: center;
  border-top: 2px solid #181818;
}

.table03 tr {
  border-bottom: 1px solid #E2E2E2;
}

.table03 thead th {
  height: 52px;
  padding: 10px 5px;
  font-weight: normal;
}

.table03 tbody tr > * {
  height: 56px;
  padding: 10px 5px;
}

.table03 a {
  padding: 7px 0;
  justify-content: flex-start;
}

.table03 a.cen {
  justify-content: center;
}

.table03 tr:hover a {
  color: var(--primary);
}

.table03.view {
  text-align: left;
}

.table03.view th, .table01.view td {
  padding: 10px 20px;
}

.table03.view th {
  text-align: center;
}

.table03.view tbody th {
  background-color: #F4F4F4;
}

.table03.view td {
  color: var(--sub);
}


.tit_sub01 {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 1.375rem;
}

.tit_sub01 > * {
  font-weight: 600;
}

.col_cont > .tit_sub01 {
  margin-top: 10px;
}

div.tit_sub01:not(:first-of-type) {
  margin-top: 30px; /* 원하는 만큼의 마진 */
}


.deliveryModalWrap, .deliveryModalWrap2 {
  position: fixed;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: 20px;
  width: 100%;
  height: 100%;
  padding: 50px 100px;
  -webkit-box-align: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  flex-wrap: wrap;
  overflow: auto;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.5);
}

.deliveryPopWrap, .deliveryPopWrap2 {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  min-width: 300px;
  max-width: 1000px;
  min-height: 150px;
  max-height: 100%;
  margin: 0 auto;
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  width: 50%;
  height: 75%;
}

.closeBtn, .closeBtn2 {
  background-color: transparent;
  border: none;
  font-size: 20px;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
}

.onPoint {
  cursor: pointer;
}

.breadcrumb > * {font-size: 1rem;}
.drop_layer a {font-size: 0.85rem}

.red-bg { background-color: red; }
