@charset "UTF-8";
.header-content .logo-nav-wrap

.txt-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip-path: polygon(0 0, 0 0, 0 0);
}

img {
  vertical-align: middle;
}

.inner {
  position: relative; /* *************************** 2024-05-23 추가 *************************** */
  /*width: 90%;
  max-width: 1200px;*/
  width: 1200px;
  margin: 0 auto;
}
/*
@media all and (max-width: 1650px) {
  .inner {
    max-width: 1080px;
  }
}
*/
::-webkit-scrollbar {
  background-color: transparent;
  width: 15px;
}

::-webkit-scrollbar-track {
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  background-color: #D9D9D9;
  border-radius: 8px;
  border: 4px solid transparent;
}
.btn-nodisplay {
  background-color: transparent;
  border: 0;
  padding: 0;
  border-radius: 0;
  cursor: pointer;
  text-align: center;
  align-items: center;
  justify-content: center;
  gap: 4px;
  display: flex;
}

.btn {
  background-color: transparent;
  border: 0;
  padding: 0;
  border-radius: 0;
  cursor: pointer;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.btn-txt-gray {
  font-size: 12px;
  font-weight: 400;
  color: #cacaca;
}

.btn-solid {
  background-color: #752182;
  color: white;
}

.btn-solid2 {
  background-color: #969696;
  color: white;
}

.btn-dark-solid {
  background-color: #222;
  color: white;
}

.btn-sm {
  font-size: 10px;
  line-height: 1;
}

.btn-bd-gray {
  color: #969696;
  border: 1px solid #D9D9D9;
  border-radius: 2px;
  padding: 3.5px 5px;
}
.btn-bd-white {
  color: #969696;
  border: 1px solid #D9D9D9;
  border-radius: 2px;
  padding: 3.5px 5px;
  background-color: #ffffff;
}

.btn-md {
  height: 40px;
  font-size: 14px;
  font-weight: 700;
}

.btn-lg {
  height: 50px;
}

.square-btn {
  border-radius: 10px;
}

.btn-bd-purple {
  border: 1px solid #752182;
  color: #752182;
  background-color: white;
}
.thumbnail_2 {
  position: relative;
  width: 250px;
  height: 225px;
  overflow: hidden;
}
.thumbnail {
  position: relative;
  width: 100%;
  height: 225px;
  overflow: hidden;
}
.thumbnail .thumbnail-img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	overflow: hidden;
	object-fit: cover;
}
.thumbnail .thumbnail-img:hover {
	transform: scale(1.3);
	transition: transform .8s; 
	width: 100%;
	height: 225px;
	overflow: hidden;
	object-fit: cover;
}
.thumbnail-dtl {
  position: relative;
  width: 100%;
  height: 600px;
}

.thumbnail-dtl .thumbnail-img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.thumbnail-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.thumbnail-ttl-wrap {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 7px 9px;
}
.thumbnail-ttl-wrap .badge-list {
  margin-bottom: 4px;
}
.thumbnail-ttl-wrap .ttl-btn-wrap {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.thumbnail-ttl-wrap .ttl {
  font-size: 14px;
  font-weight: 700;
  padding-right: 5px;
  word-break: keep-all;
  text-align: left;
}
.thumbnail-ttl-wrap .btn-like {
  position: relative;
  top: -5px;
}
.thumbnail-ttl-wrap .btn-like .icon-active {
  display: none;
}
.thumbnail-ttl-wrap .btn-like.active .icon-active {
  display: block;
}
.thumbnail-ttl-wrap .btn-like.active .icon-inactive {
  display: none;
}

.badge-list {
  display: flex;
  align-items: flex-start;
  gap: 5px;
  flex-wrap: wrap;
}

.badge {
  font-size: 14px;
  font-weight: 600;
  border-radius: 3px;
  padding: 1px 7px 2px 7px;
}
.badge.red {
  background: #C10000;
  color: white;
}
.badge.blue {
  background: #2764FF;
  color: white;
}
.badge.orange {
  background: #FF7A00;
  color: white;
}
.badge.green {
  background: #04C100;
  color: white;
}
.badge.purple {
  background: #752182;
  color: white;
}

.icon-badge {
  background-color: transparent;
  border: 0;
  padding: 0;
  border-radius: 0;
  cursor: none;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 3px;
  font-size: 10.3px;
  font-weight: 400;
  border-radius: 3px;
  padding: 0 3px;
  height: 16px;
  width: 72px;
}
.icon-badge.i {
  font-size: 13px;
  font-weight: 600;
}
.icon-badge.yellow {
  color: #3A3100;
  border: 1px solid #C3AB2A;
  background-color: #f6d62d;
}
.icon-badge.green {
  color: #2A3E00;
  border: 1px solid #82B01F;
  background: #B1E42A;
}
.icon-badge.blue {
  color: #011930;
  border: 1px solid #3C82C2;
  background: #85C4FF;
}
.icon-badge.pink {
  color: #41092D;
  border: 1px solid #BB77A3;
  background: #E8B8D7;
}
.icon-badge.mint {
  color: #133330;
  border: 1px solid #55CDB1;
  background: #87E3CD;
}

.item-card .thumbnail {
  margin-bottom: 11px;
}
.item-container {
  display: flex; /* 가로 정렬 */
  align-items: center; /* 세로 정렬 (중앙 정렬) */
  gap: 20px; /* 요소 간 간격 */
  background-color: #F5F5F5;
}
.item-card-gray {
  background-color: #F5F5F5;
  padding: 10px;
}
.item-card-gray .item-card-content .dl-list-grp {
  padding: 3px 3px 7px;
}
.item-card-gray .item-card-content .dl-list-grp dl {
  padding: 5px 0;
}
.item-card-gray .item-card-content .dl-list-grp dl:last-child {
  padding-bottom: 0;
}
.item-card-gray .item-card-content .etc-txt-wrap {
  padding: 5px 3px;
}

.item-card-content .name-wrap {
  border-bottom: 1px solid #cacaca;
  padding-bottom: 5px;
}
.item-card-content .name-wrap .name {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}
.item-card-content .badge-list {
  margin-bottom: 6px;
}
.item-card-content .dl-list-grp {
  font-size: 14px;
  border-bottom: 1px solid #cacaca;
  padding: 3px 0 3px 0;
}

.item-card-content .dl-list-grp:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.item-card-content .dl-list-grp dl {
  padding: 3px 0;
}

.item-card-content .dl-list-grp .fontResize {
  font-size: 16px;
  
  padding: 0px;
}

.item-card-content .etc-txt-wrap .etc-txt {
  font-weight: 350;
  font-size: 14px;
  color: #752182;
  font-weight: 600;
}
.item-card-content .btn-wrap {
  margin-top: 5px;
}
.item-card-content .btn-wrap .btn {
  width: 100%;
  height: 30px;
  border-radius: 5px;
  font-weight: 700;
  font-size: 14px;
}

/* inspect rolling */
.inroll {
    overflow: auto;
	margin-top: 50px;
}
.inroll-card {
  width: 300px;
  float: left;
}
.inroll-card .thumbnail {
  margin-bottom: 11px;
}

.inroll-card-gray {
  background-color: #F5F5F5;
  padding: 10px;
}
.inroll-card-gray .inroll-card-content .dl-list-grp {
  padding: 3px 3px 7px;
}
.inroll-card-gray .inroll-card-content .dl-list-grp dl {
  padding: 5px 0;
}
.inroll-card-gray .inroll-card-content .dl-list-grp dl:last-child {
  padding-bottom: 0;
}
.inroll-card-gray .inroll-card-content .etc-txt-wrap {
  padding: 5px 3px;
}

.inroll-card-content .name-wrap {
  border-bottom: 1px solid #cacaca;
  padding-bottom: 5px;
}
.inroll-card-content .name-wrap .name {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}
.inroll-card-content .badge-list {
  margin-bottom: 6px;
}
.inroll-card-content .dl-list-grp {
  font-size: 14px;
  border-bottom: 1px solid #cacaca;
  padding: 3px 0 3px 0;
}
.inroll-card-content .dl-list-grp:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.inroll-card-content .dl-list-grp dl {
  padding: 3px 0;
}
.inroll-card-content .etc-txt-wrap {
  text-align: right;
  padding: 5px 0;
}
.inroll-card-content .etc-txt-wrap .etc-txt {
  font-weight: 350;
  font-size: 14px;
  color: #752182;
  font-weight: 600;
}
.inroll-card-content .btn-wrap {
  margin-top: 5px;
}
.inroll-card-content .btn-wrap .btn {
  width: 100%;
  height: 30px;
  border-radius: 5px;
  font-weight: 700;
  font-size: 14px;
}
.rolling-title-wrap {
  	display: flex; 
	margin-top: 60px;
}
.rolling-title-wrap .left {
	width: 60%;
	font-size: 18px;
	font-weight: 600;
    align-items: left; 
    text-align: left;
}
.in-button {
	margin-left: 20px;
    background-color: #538221; 
    color: white; 
    font-weight: 600;
    padding: 7px 12px 7px 12px;
    border: none; 
    border-radius: 5px; 
    cursor: pointer;
}
.rolling-title-wrap .right {
	width: 40%;
    align-items: right; 
    text-align: right;
}
.rolling-wrap {
  	display: flex; 
  	overflow: hidden;
    width: 100%; /* 배너의 너비 설정 */
}
.rolling-list {
	margin-top: 10px;
}
.rolling-list ul {
    display: flex;
    padding: 0;
    margin: 0;
}
.rolling-list li {
	margin-right: 10px;
    list-style: none;
    display: flex; 
    align-items: center; 
    flex-shrink: 0; 
}
.rolling-list.original {
	animation: rollingleft1 120s linear infinite;
}
.rolling-list.clone {
	animation: rollingleft2 120s linear infinite;
}
@keyframes rollingleft1 {
	0% { transform: translateX(0); }
	50% { transform: translateX(-100%); }
	50.01% { transform: translateX(100%); }
	100% { transform: translateX(0); }
}
@keyframes rollingleft2 {
	0% { transition: translateX(0); }
	100% { transform: translateX(-200%); }
}
/* inspect rolling */

.card-ttl-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-bottom: 6px;
}
.card-ttl-wrap .btn {
  margin-left: auto;
}

.card-ttl-bd {
  margin-bottom: 6px;
  border-bottom: 1px solid #CACACA;
}
.card-ttl-nologin {
  align-items: center;
  text-align: center;
  margin-bottom: 5px;
}
.card-ttl-nologin .txt {
  font-weight: 500;
  font-size: 12px;
  font-weight: 600;
}
.card-ttl-nologin .txt-normal {
  font-size: 8.6px;
  color: #969696;
}
.btn-solid-nologin {
	font-size: 18px;
    width: 100%;
    border-radius: 5px;
    height: 30px;
    font-weight: 500;    
    background-color: #752182;
    color: white;
}
.card-ttl {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
}
.card-ttl .txt {
  font-weight: 500;
}

.dl-list-grp dl {
  display: flex;
  align-items: flex-start;
  padding: 2px 3px;
  justify-content: flex-start;
}
.dl-list-grp dl:last-child {
  padding-bottom: 0;
}
.dl-list-grp dt {
  position: relative;
  flex-shrink: 0;
  margin-right: 10px;
  font-weight: 300;
  padding-left: 10px;
}
.dl-list-grp dt:before {
  /*content: "";*/
  width: 4px;
  height: 4px;
  background-color: #752182;
  border-radius: 50%;
  position: absolute;
  display: inline-block;
  top: 7px;
  left: 0;
}
.dl-list-grp dd {
  font-weight: 700;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.dl-list-grp .light-txt {
  font-weight: 400;
}
.dl-list-grp .purple-txt {
  color: #752182;
  display: inline-block;
}
.dl-list-grp .mt-txt {
  display: inline-block;
  margin-top: 4px;
}

.card-content .color-ttl {
  color: #752182;
  font-weight: 700;
  padding: 5px;
  border-bottom: 1px solid #CACACA;
  padding-bottom: 12px;
}
.card-content .ttl-dl-list-wrap {
  border-bottom: 1px solid #cacaca;
  padding: 8px 0;
}
.card-content .ttl-dl-list-wrap .ttl {
  font-weight: 600;
  margin-bottom: 3px;
  font-size: 16px;
  margin-bottom: 5px;
  padding: 0 5px;
}
.card-content .ttl-dl-list-wrap:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.common-nav-wrapper {
  border-bottom: 1px solid #e5e5e5;
  padding: 19px 0;
}

.common-nav-list-grp {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 64px;
}

.common-nav-btn {
  background-color: transparent;
  border: 0;
  padding: 0;
  border-radius: 0;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.common-nav-btn .txt {
  font-size: 16px;
  margin-top: 6px;
  display: inline-block;
  width: 100%;
  text-align: center;
  font-weight: 350;
  line-height: 1.5;
}
/*
@media all and (max-width: 1650px) {
  .common-nav-btn .txt {
    font-size: 13px;
  }
}
*/
.ttl-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 33px 0 21px;
}

.ttl-grp {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}

.ttl-container h3 {
  font-size: 25px;
  letter-spacing: -1.25px;
  font-weight: 500;
  text-decoration-line: underline;
  text-decoration-thickness: 4px;
  text-decoration-color: #ae7cb5;
}

.grid-list-grp {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 28px 30px;
}
/* 2026/02/07 */
.grid-list-grp .grid-list {
  width: calc((100% - 30px) / 2);
}

.center-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 18px;
}
.center-wrapper p {
  font-size: 20px;
}
.center-wrapper .inquiry-inp-wrap {
    max-width: 70%;
    width: 100%;
    position: relative;
}
.center-wrapper .inquiry-inp-wrap .inp {
    width: 100%;
    border: 1px solid #752182;
    background-color: white;
    height: 40px;
    position: relative;
    padding: 0 20px 0 20px;
    font-size: 15px;
    border-radius: 5px;
}
.center-wrapper .btn-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    width: 120px;
}
.center-wrapper .btn-wrap .btn {
    height: 40px;
    border-radius: 5px;
    width: 120%;
    font-size: 16px;
    font-weight: 500;
}
.center-wrapper .btn-wrap .inquiry-inp-wrap .btn {
    height: 43px;
    border-radius: 5px;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
}
.left-right-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}
.left-right-wrapper .left-wrap {
  gap: 30px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.left-right-wrapper .right-wrap {
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
}

.label-txt-item {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  color: #333;
  font-size: 14px;
  font-weight: 400;
}
.label-txt-item .label {
  color: #333;
}
.label-txt-item .color-txt {
  color: #752182;
  font-weight: 700;
}

.checkbox-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}

.custom-inp {
  display: none;
}

/* inspect find file */
.inspect_file::file-selector-button {
	background-color: transparent;
	border: 0;
	padding: 0;
	border-radius: 0;
	cursor: pointer;
	background-color: #000;
	color: white;
	flex-shrink: 0;
	padding: 0 10px;
	border-radius: 10px;
	font-size: 14px;
	height: 50px;
	min-width: 100px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	&:hover {
		background: rgb(77,77,77);
		color: #fff;
	}
}

.custom-checkbox {
  border-radius: 2px;
  border: 1px solid #E5E5E5;
  background: rgba(255, 255, 255, 0.5);
  width: 15px;
  height: 15px;
  display: inline-block;
}

.custom-checkbox-label {
  font-size: 14px;
  color: #333;
  font-weight: 400;
}

.custom-inp:checked ~ .custom-checkbox {
  background-image: url(../images/icon/icon-checkbox-checked.svg);
  background-size: 9px;
  background-position: center;
  background-repeat: no-repeat;
}

.cat-list-grp {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 27px;
}

.cat-list .btn {
  font-size: 14px;
  color: #333;
  font-weight: 400;
  padding: 3px 0px;
}

.cat-list.active .btn {
  color: #752182;
  border-bottom: 1px solid #742182;
}

.view-list-grp {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.view-list-grp {
  border: 1px solid #E5E5E5;
  border-radius: 2px;
}

.view-list {
  border-right: 1px solid #E5E5E5;
}
.view-list:last-child {
  border-right: 0;
}
.view-list .btn {
  width: 25px;
  height: 25px;
}
.view-list .btn .icon-active {
  display: none;
}

.view-list.active .btn .icon-inactive {
  display: none;
}
.view-list.active .btn .icon-active {
  display: block;
}

.content-floating-wrapper {
  position: relative;
  /*display: flex;*/
  align-items: flex-start;
  justify-content: flex-start;
}

.floating-wrap {
  top: 0;
}

.floating-card {
  width: 165px;
}
.floating-card .card {
  margin-bottom: 15px;
}
.floating-card .card:last-child {
  margin-bottom: 0;
}
.floating-card .card-ttl img {
  width: 16px;
}
.floating-card .card-ttl .txt {
  font-size: 12px;
}
.floating-card .card-ttl-wrap .btn {
  font-size: 9px;
}
.floating-card .card-content .color-ttl {
  font-size: 13px;
  border-color: #e5e5e5;
}
.floating-card .card-ttl-bd {
  border-color: #e5e5e5;
}
.floating-card .card-content .ttl-dl-list-wrap {
  border-color: #e5e5e5;
}
.floating-card .card-content .ttl-dl-list-wrap .ttl {
  font-size: 12px;
}
.floating-card .dl-list-grp dl {
  font-size: 11px;
}
.floating-card .thumbnail-ttl-wrap .ttl {
	font-size: 13px;
}
.floating-card .viewed-item-card {
  margin-bottom: 7px;
}
.floating-card .viewed-item-card .thumbnail {
  height: 160px;
}

.floating-card-inner {
  border: 1px solid #d9d9d9;
  padding: 7px 4px;
  background-color: white;
  position: relative;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  will-change: position, transform;
  width: 165px;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pgbtn-ctrl-list-grp {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.pgbtn-list-grp {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 15px;
}

.pgbtn-link {
  background-color: transparent;
  cursor: pointer;
  font-size: 13px;
  color: #AFAFAF;
  display: inline-block;
  padding: 6px 12px;
  border-radius: 4px;
  border: 1px solid #D9D9D9;
}

.pgbtn-ctrl-list {
  background-color: transparent;
  border: 0;
  padding: 0;
  border-radius: 0;
  cursor: pointer;
  border: 1px solid #D9D9D9;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background-color: white;
}

.pgbtn-list.active .pgbtn-link {
  background-color: #752182;
  color: white;
  font-weight: 600;
  border: none;
}

.stuck {
  position: fixed;
  top: 0;
}

.cst-inp {
  border-radius: 10px;
  border: 1px solid #DAE1EB;
  background: #F8F9FB;
  padding: 0 15px;
  height: 50px;
  font-size: 16px;
  font-weight: 400;
  outline: none;
}

.cst-inp:focus {
  border-color: #c5bbcb;
}

.cst-inp::placeholder {
  color: #969696;
}

.cst-inp-select {
  border-radius: 10px;
  border: 1px solid #DAE1EB;
  background: #F8F9FB;
  padding: 0 15px;
  height: 50px;
  font-size: 16px;
  font-weight: 400;
  outline: none;
  /* 아이폰 사파리 보더 없애기 */
  -webkit-appearance: none;
  /* 화살표 없애기 for chrome*/
  -moz-appearance: none;
  /* 화살표 없애기 for firefox*/
  appearance: none;
  /* 화살표 없애기 공통*/
  background-image: url(../images/icon/icon-select-arrow.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) 50%;
  padding-right: 35px;
}
.cst-inp-select2 {
  border-radius: 10px;
  border: 1px solid #DAE1EB;
  background: #F8F9FB;
  padding: 0 15px;
  height: 50px;
  font-size: 16px;
  font-weight: 400;
  outline: none;
  /* 아이폰 사파리 보더 없애기 */
  -webkit-appearance: none;
  /* 화살표 없애기 for chrome*/
  -moz-appearance: none;
  /* 화살표 없애기 for firefox*/
  appearance: none;
  /* 화살표 없애기 공통*/
  background-image: url(../images/icon/icon-select-arrow.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) 50%;
  padding-right: 35px;
}
.cst-inp-select3 {
  border-radius: 10px;
  border: 1px solid #DAE1EB;
  background: #F8F9FB;
  padding: 0 15px;
  height: 50px;
  font-size: 16px;
  font-weight: 400;
  outline: none;
  /* 아이폰 사파리 보더 없애기 */
  -webkit-appearance: none;
  /* 화살표 없애기 for chrome*/
  -moz-appearance: none;
  /* 화살표 없애기 for firefox*/
  appearance: none;
  /* 화살표 없애기 공통*/
  background-image: url(../images/icon/icon-select-arrow.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) 50%;
  padding-right: 35px;
}

.cst-inp-select-small {
  border-radius: 10px;
  border: 1px solid #DAE1EB;
  background: #F8F9FB;
  padding: 0 10px;
  height: 30px;
  font-size: 12px;
  font-weight: 400;
  outline: none;
  /* 아이폰 사파리 보더 없애기 */
  -webkit-appearance: none;
  /* 화살표 없애기 for chrome*/
  -moz-appearance: none;
  /* 화살표 없애기 for firefox*/
  appearance: none;
  /* 화살표 없애기 공통*/
  background-image: url(../images/icon/icon-select-arrow.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) 50%;
  padding-right: 35px;
}


#app {min-width: 1200px;} /*20240805 추가*/

.header-wrap {
  position: sticky;
  top: 0;
  z-index: 1000;
}

.header-top {
  width: 100%;
  height: 35px;
  background-color: #752182;
}

.header-inner {
  /*max-width: 1198px;*/
  /*width: 90%;*/
  width: 1200px;
  margin: 0 auto;
  height: 100%;
}

.hd-list-grp {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
  color: white;
}
.hd-list-grp .hd-list {
  line-height: 14px;
  border-right: 1px solid #cacaca;
}
.hd-list-grp .hd-list:last-child {
  border-right: 0;
}
.hd-list-grp .hd-list:last-child a {
  padding-right: 0;
}
.hd-list-grp .hd-list a {
  display: inline-block;
  padding: 0 14px;
  font-size: 13px;
  font-weight: 400;
  vertical-align: middle;
}

.header {
  width: 100%;
  height: 90px;
  background-color: white;
  border-bottom: 1px solid #E5E5E5;
}
.header .logo {
  width: 137px;
}
.header .logo img {
  width: 100%;
}

.header-content {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  /*width: 100%;*/
  width: 1200px;
}
.header-content .logo-nav-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 80px;
}
.header-content .nav-list-grp {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 50px;
  font-weight: 600;
  font-size: 18px;
}

/* ****************************** 2024-05-23 추가 / full down menu ****************************** */
/*
.header-content .nav-list-grp:after {content: ""; position: fixed;top:125px;left: 0;width:100%;height: 0;background:#f6f6f6;opacity: 0;border-bottom: 1px solid #e5e5e5; transition: all 0.2s ease}
.header-content .nav-list-grp:hover:after {height: 170px;opacity: 1;}
.header-content .nav-list-grp .nav-list {position: relative;}
.header-content .nav-list-grp .nav-list > a {position: relative;transition: color 0.3s ease;z-index: 2;}
.header-content .nav-list-grp .nav-list:hover > a {color:#752182;}
.header-content .nav-list-grp .nav-list > a + ul.nav-sub{position: absolute;left: 50%;top:0;padding-top:80px;width: max-content;transform: translateX(-50%);opacity: 0;visibility: hidden;z-index: 1; transition: opacity 0.3s ease;}
.header-content .nav-list-grp:hover .nav-list a + ul.nav-sub {opacity: 1; visibility: visible;}
.header-content .nav-list-grp .nav-list a + ul.nav-sub li a {display: block;font-size: 15px; color:#666; text-align: center; padding:6px 10px;}
.header-content .nav-list-grp .nav-list a + ul.nav-sub li:hover a {color:#000}
*/
/* ****************************** 2024-05-23 추가 / full down menu ****************************** */

.header-content .search-inp-wrap {
  margin-left: auto;
  max-width: 300px;
  width: 100%;
  position: relative;
}
.header-content .search-inp-wrap .inp {
  width: 100%;
  border-radius: 100px;
  border: 1px solid #752182;
  background-color: white;
  height: 40px;
  position: relative;
  padding: 0 50px 0 20px;
  font-size: 15px;
}
.header-content .search-inp-wrap button {
  background-color: transparent;
  border: 0;
  padding: 0;
  border-radius: 0;
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 13px;
  transform: translateY(-50%);
}

.footer-wrap {
  background-color: #333;
}

.footer-top {
  border-bottom: 1px solid #4E4E4E;
}

.footer-inner {
  width: 90%;
  max-width: 1198px;
  margin: 0 auto;
}
/*
@media all and (max-width: 1650px) {
  .footer-inner {
    max-width: 980px;
  }
}
*/
.ft-list-grp {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-left: 1px solid #4E4E4E;
}
.ft-list-grp .ft-list {
  border-right: 1px solid #4E4E4E;
}
.ft-list-grp .ft-list a {
  padding: 0 14px;
  display: inline-block;
  color: #707070;
  height: 45px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 2;
}

.footer {
  padding: 33px 0 35px;
}
.footer .logo {
  width: 118px;
}
.footer .logo img {
  width: 100%;
}
.footer .footer-inner {
  display: flex;
  align-items: flex-start;
  gap: 19px;
}

.ft-info-left {
  color: #AFAFAF;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}
.ft-info-left .txt {
  margin-bottom: 3px;
}
.ft-info-left .txt:last-child {
  margin-bottom: 0;
}

.ft-info-right {
  color: #AFAFAF;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  width: 51%;
  text-align: right;
}
.ft-info-right .txt {
  margin-bottom: 3px;
}
.ft-info-right .txt:last-child {
  margin-bottom: 0;
}
.ft-info .txt {
	color: #707070;
	font-size: 13px;
}
.modal-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
}

.modal-wrapper.active {
  opacity: 1;
  pointer-events: visible;
}

.modal-overlay {
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.3s;
}

.modal-wrapper.active .modal-overlay {
  opacity: 1;
}

.custom-modal {
  transform: translateY(60px);
  transition: all 0.3s;
  background-color: #FFFFFF;
  border-radius: 6px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
}

.modal-wrapper.active .custom-modal {
  transform: translateY(0);
}

.narrow-modal {
  width: 100%;
  max-width: 800px;
  padding: 20px 26px;
  border-radius: 15px;
}

.custom-modal-top {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.custom-modal-top .ttl {
  font-size: 25px;
  font-weight: 400;
  line-height: 150%;
}

.custom-modal-top .close-btn {
  margin-left: auto;
  width: 20px;
  height: 20px;
  border: 0;
  background-color: transparent;
}

.tbl-cnt-txt {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 5px;
}

.tbl-bottom-txt {
  font-size: 10px;
  color: gray;
  margin-top: 10px;
  font-weight: 400;
}

.custom-modal .tbl-wrap {
  margin-bottom: 25px;
}

.tbl-form-item {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  width: 100%;
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
}

.tbl-form-head {
  background-color: #f4f1f4;
  width: 100%;
  max-width: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  text-align: center;
}
.tbl-form-head .custom-label {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
}

.tbl-form-body {
  width: 100%;
  padding: 7px 8px;
}
.tbl-form-body .cst-inp {
  width: 100%;
  background-color: white;
  border-radius: 0;
  border: 1px solid #cacaca;
  height: 35px;
  padding: 0 10px;
  font-size: 14px;
}

.d-col-flex {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 5px;
}

.tbl-form-body .sm-txt {
  font-size: 10px;
  color: #4e4e4e;
  font-weight: 500;
}

.custom-modal-contt {
  margin-bottom: 15px;
}

.custom-modal-mid .modal01-scrollarea {
  max-height: 305px;
}

.custom-modal-mid .modal02-scrollarea {
  max-height: 540px;
}

.modal-scrollarea {
  overflow: auto;
}

.modal-scrollarea .tbl {
  border-top: 0;
}

.modal-scrollarea .tbl-head {
  position: sticky;
  top: 0;
  height: 34px;
}

.modal-scrollarea .tbl-head th {
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
}

.custom-modal-bottom .btn-wrap {
  gap: 6px;
  padding-bottom: 0px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.custom-modal-bottom .btn-wrap .btn {
  width: 100%;
}

.custom-modal-bottom .mini-solid-btn {
  background-color: transparent;
  border: 0;
  padding: 0;
  border-radius: 0;
  cursor: pointer;
  margin-left: auto;
  border-radius: 10px;
  background: #752182;
  color: white;
  display: inline-flex;
  min-width: 60px;
  padding: 0 10px;
  height: 30px;
  align-items: center;
  justify-content: center;
}

/* 1215 구매취소 문의모달 */
.inquiry-modal-contt {
  padding: 30px 0 0;
}
.inquiry-modal-contt .tbl-form-item-grp {
  margin-bottom: 12px;
}
.inquiry-modal-contt .tbl-form-body .txt {
  color: #707070;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}
.inquiry-modal-contt .tbl-form-body {
  padding: 12px 17px;
}
.inquiry-modal-contt .tbl-form-body-inp {
  padding: 10px;
  padding-right: 0;
}
.inquiry-modal-contt textarea.cst-inp {
  height: 272px;
  resize: none;
  padding: 9px 12px;
}

.main-page {
  padding-bottom: 160px;
}

.main-top-wrapper {
  background-color: #dfdfdf;
  padding: 15px 0;
  overflow: hidden;/*20240530 수정*/
}

/* *************************** 2024-05-23 추가 / main right banner *************************** */
.inner .vsl-banner {position: absolute;top:0;right:-90px;width:80px;background:#fff;border:1px solid #e5e5e5;text-align: center;z-index: 10}
.inner .vsl-banner.fixed {position: fixed; top:130px;right: calc(50% - 600px - 90px);}
.inner .vsl-banner ul {padding: 10px;}
.inner .vsl-banner ul li + li {border-top:1px solid #e5e5e5;}
.inner .vsl-banner ul li a {display: block;padding: 10px 0; }
.inner .vsl-banner ul li a .apb {display: block;font-size: 24px;font-weight: 900; color:#752182; }
.inner .vsl-banner ul li a .apb-blue {display: block;font-size: 24px;font-weight: 900; color:#213F82; }
.inner .vsl-banner ul li a .apb-green {display: block;font-size: 24px;font-weight: 900; color:#538221; }
.inner .vsl-banner ul li a .apb-desc {display: block;font-size:14px;color:#000;}
.inner .vsl-banner a.btn-iqr {display: block; padding: 10px;font-size: 13px; background:#752182;color:#fff;} /*background:#05366A*/
/* *************************** 2024-05-23 추가 / main right banner *************************** */


/*@media screen and (max-width:1650px){
  .inner .vsl-banner.fixed {right: auto;left:1440px;}
}*/
@media screen and (max-width:1400px){
  .inner .vsl-banner,
  .inner .vsl-banner.fixed {display: none}
}
/**/
.main-top-cards {
  display: flex;
  align-items: stretch;
  gap: 9px;
}
.main-top-cards .card {
  /*20240530 수정*/
  position: relative;
  z-index: 2;
  /**/
  background-color: white;
  padding: 10px 10px 8px 10px; 
  width: 230px;
}
.main-top-cards > .cards {
  width: 230px;
  height: 370px;
}
.main-top-cards .dl-list-grp {
  font-size: 13px;
}
.main-top-cards .dl-list-grp dl {
  padding: 4px 3px;
}
.main-top-cards .item-card .thumbnail {
  margin-bottom: 8px;
  height: 114px;
}
.main-top-cards .item-card-content .name-wrap {
  padding-bottom: 3px;
}
.main-top-cards .item-card-content .badge-list {
  margin-bottom: 5px;
}
.main-top-cards .item-card-content .dl-list-grp dl {
  padding: 1px 3px;
}
.main-top-cards .item-card-content .btn-wrap {
  margin-top: 5px;
  margin-bottom: -3px;
}
.main-top-cards .card-content .ttl-dl-list-wrap .ttl {
  font-size: 14px;
}

.cards {
  display: flex;
  flex-direction: column;
  background-color: white;
}
.cards .card {
  border-bottom: 6px solid #f4f1f4;
}
.cards .card:last-child {
  border-bottom: 0;
}

.center-card {
  flex: 1;
  height: 370px;
  max-width: 720px;
  position: relative;
}
.center-card .swiper,
.center-card .swiper-wrapper,
.center-card .swiper-slide {
  height: 100%;
}
#swiper-main {overflow: visible;}/*20240530 추가*/
.center-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-main-pagination {
  position: absolute;
  bottom: 30px !important;
  z-index: 1;
  padding-left: 35px;
}

.swiper-main-pagination .swiper-pagination-bullet {
  border: 1px solid white;
  opacity: 1;
  background-color: transparent;
  /*20240530 수정*/
  width: 20px;
  height: 20px;
  /**/
  margin: 0 6.5px !important;
}
.swiper-main-pagination .swiper-pagination-bullet-active {
  background-color: #752182;
  border-color: #752182;
}
/*20240530 추가*/
.swiper-main-button-prev {position: absolute;left:calc(50% - 1330px);top:0;background:rgba(0,0,0,0.3);width:100%;height: 100%;z-index: 10}
.swiper-main-button-next {position: absolute;right:calc(50% - 1330px);top:0;background:rgba(0,0,0,0.3);width:100%;height: 100%;z-index: 10}
/*
@media screen and (max-width:1650px){
  .swiper-main-button-prev {left:calc(50% - 1225px);}
  .swiper-main-button-next {right:calc(50% - 1225px);}
}
*/
/**/

.before-login-card {
  border-bottom: 0 !important;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.before-login-card .desc {
  font-size: 16px;
  text-align: center;
  font-weight: 400;
  line-height: 1.4;
  padding: 16px 0 22px;
}
.before-login-card .btn-solid {
  font-size: 18px;
  width: 100%;
  border-radius: 5px;
  height: 30px;
  font-weight: 700;
}
.before-login-card .opt-list-grp {
  border-top: 1px solid #cacaca;
  margin-top: 53px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 15px;
  padding-bottom: 5px;
}
.before-login-card .opt-list {
  text-align: center;
  font-size: 12px;
  color: #969696;
  letter-spacing: -1px;
  border-right: 1px solid #CACACA;
  line-height: 15px;
  padding: 0 7px;
}
.before-login-card .opt-list:last-child {
  border-right: 0;
}

.sub-page {
  padding-bottom: 50px;
  min-height: calc(100vh - 229px - 140px);
}
.sub-page .item-contents {
  position: relative;
  padding-top: 40px;
}
.sub-page .item-list-container {
  position: relative;
  padding-top: 22px;
}
.sub-page .left-right-wrapper {
  margin-bottom: 18px;
}
.sub-page .inner {
  max-width: 1200px;
}
.sub-page .content-floating-wrapper {
  min-height: 700px;
  gap: 15px;
  justify-content: flex-start;
}
.sub-page .content-floating-wrapper .content {
  width: 1200px;
}
.sub-page .content-view {
  display: none;
}
.sub-page .content-view.active {
  display: block;
}
.sub-page .grid-list-grp {
  padding-bottom: 60px;
}
.sub-page .pagination {
  margin-top: 50px;
}
.sub-page .floating-card {
  position: absolute;
  top: 0;
  left: calc(50% + 620px);
  padding-top:20px;
}

.grid-row-head {
  background-color: #F4F1F4;
  border-top: 1px solid #D9D9D9;
  padding: 12.5px 0;
}
.grid-row-head .tb-txt {
  color: #707070;
  font-size: 14px;
}

.tb-row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}
.tb-row li {
  text-align: center;
}
.tb-row li:nth-child(1) {
  width: 25%;
}
.tb-row li:nth-child(2) {
  width: 25%;
}
.tb-row li:nth-child(3) {
  width: 13%;
}
.tb-row li:nth-child(4) {
  width: 13%;
}
.tb-row li:nth-child(5) {
  width: 12%;
}
.tb-row li:nth-child(6) {
  width: 12%;
}
.tb-row li:nth-child(7) {
  width: 13%;
}
.tb-row .checkbox-item {
  justify-content: center;
}

.tb-row2 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}
.tb-row2 li {
  text-align: center;
}
.tb-row2 li:nth-child(1) {
  width: 25%;
}
.tb-row2 li:nth-child(2) {
  width: 35%;
}
.tb-row2 li:nth-child(3) {
  width: 20%;
}
.tb-row2 li:nth-child(4) {
  width: 20%;
}

.item-card-mini {
  width: 185px;
  height: 200px;
  margin-left: 0;
  margin-right: auto;
}
.item-card-mini .thumbnail {
  height: 100%;
}

.grid-row-body .tb-txt {
  font-size: 14px;
  font-weight: 600;
}
.grid-row-body li {
  padding: 11px 0;
  min-height: 135px;
  display: inline-grid; /* flex */
  align-items: center;
  justify-content: center;
}
.grid-row-body .light-txt {
  font-weight: 400;
}
.grid-row-body .color-txt {
  color: #752182;
}

.grid-row-list {
  border-bottom: 1px solid #E5E5E5;
}

.auction-item-name {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 10px;
  text-align: left;
}
.auction-item-name .badge-list {
  max-width: 80%;
}

.aution-time {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.grid-row-body .aution-time .light-txt {
  font-weight: 500;
}

.content-view-thumbnail .item-card .thumbnail {
  height: 225px;
}

.item-detail-page .icon-sm {
  width: 14px;
}
.item-detail-page .bid-list-grp {
  margin: 7px 0;
}
.item-detail-page .bid-list {
  display: flex;
  margin-bottom: 9px;
  font-size: 12px;
}
.item-detail-page .bid-list:last-child {
  margin-bottom: 0;
}
.item-detail-page .bid-list .txt {
  width: 100%;
}
.item-detail-page .bid-list .txt:nth-child(2) {
  color: #4E4E4E;
}
.item-detail-page .bid-list .txt.pink-txt {
  color: #e3477f;
}
.item-detail-page .bid-list .txt.gray03-txt {
  text-align: right;
  width: 82%;
  color: #AFAFAF;
}
.item-detail-page .box-list-grp {
  padding-bottom: 5px;
  margin-top: 10px;
}
.item-detail-page .box-list {
  background-color: #EDE1EF;
  border: 1px solid #D6C8D2;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  border-radius: 2px;
  overflow: hidden;
  font-size: 14px;
  color: #333;
  margin-bottom: 3px;
  min-height: 49px;
}
.item-detail-page .box-list dt {
  border-right: 1px solid #D6C8D2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 8px;
  width: 129px;
  flex-shrink: 0;
  color: #752182;
  background-color: #FCF8FA;
  gap: 5px;
}
.item-detail-page .box-list dt span {
  font-family: "NotoKrMedium";
}
.item-detail-page .box-list:last-child {
  margin-bottom: 0;
}
.item-detail-page .box-list dd {
  width: 100%;
  text-align: right;
  padding: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  line-height: 1.3;
  padding: 6px 8px;
  gap: 5px;
}
.item-detail-page .purple-bd-btn {
  border-radius: 2px;
  width: 17px;
  height: 17px;
  border: 1px solid #B286BA;
}
.item-detail-page .purple-bd-btn .icon {
  width: 13px;
}
.item-detail-page .my-bid-inp-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 12px;
}
.item-detail-page .my-bid-inp-item label {
  font-size: 14px;
  font-weight: 500;
  position: relative;
}
.item-detail-page .my-bid-inp-item label.dot-label {
  padding-left: 10px;
}
.item-detail-page .my-bid-inp-item label.dot-label:before {
  width: 4px;
  height: 4px;
  background-color: #752182;
  border-radius: 50%;
  position: absolute;
  display: inline-block;
  top: 7px;
  left: 0;
  content: "";
}
.item-detail-page .my-bid-inp-item .inp {
  border: 1px solid #d9d9d9;
}
.item-detail-page .my-bid-inp-item input {
  border: 1px solid #878787;
  border-radius: 3px;
  height: 35px;
  font-size: 16px;
  padding: 0 10px;
  text-align: right;
  width: 100%;
  max-width: 260px;
  font-weight: 700;
}
.item-detail-page .my-bid-inp-item input::placeholder {
  color: #752182;
  font-size: 16px;
  font-weight: 700;
  opacity: 1;
}
.item-detail-page .my-bid-result {
  font-size: 14px;
  /* padding-top: 10px; */
  position: relative;
  /* margin-left: 5px; */
}
.item-detail-page .my-bid-result dl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin: 10px 0;
  /* padding-left: 15px; 17px; */
}
.item-detail-page .my-bid-result dl:last-child {
  margin-bottom: 0;
}
.item-detail-page .my-bid-result dl:before {
  /*
  content: "";
  display: inline-block;
  width: 10px;
  height: 1px;
  background-color: #d9d9d9;
  position: absolute;
  top: 7px;
  left: 0;
  */
}
.item-detail-page .my-bid-result:before {
  /*
  content: "";
  display: inline-block;
  height: calc(100% - 11px);
  width: 1px;
  background-color: #d9d9d9;
  position: absolute;
  top: 0;
  left: 0;
  */
}

.item-detail-page .my-bid-result dd {
  align-items: end;
}

.item-detail-page .id-right-wrap .btn-etc-wrap {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 20px;
}
.item-detail-page .id-right-wrap .btn-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.item-detail-page .id-right-wrap .btn-wrap .btn {
  height: 43px;
  border-radius: 5px;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
}
.item-detail-page .gray-box {
  font-size: 13px;
  background-color: #F5F5F5;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 5px;
  padding: 6.5px 10px;
}
.item-detail-page .gray-box .gray02-txt {
  color: #707070;
}
.item-detail-page .gray-box .gray03-txt {
  color: #4E4E4E;
}
.item-detail-page .gray-box .circle {
  width: 17px;
  height: 17px;
  display: inline-flex;
  justify-content: center;
  background-color: white;
  border-radius: 50%;
  border: 1px solid #d9d9d9;
}
.item-detail-page .gray-box .circle img {
  width: 52%;
}
.item-detail-page .ul-list-grp {
  padding: 0 14px;
}
.item-detail-page .ul-list-grp li {
  margin-bottom: 5px;
  font-size: 13px;
  color: #252525;
  line-height: 1.3;
  padding-left: 8px;
  position: relative;
  word-break: keep-all;
}
.item-detail-page .ul-list-grp li:before {
  content: "";
  width: 3px;
  height: 3px;
  display: inline-block;
  border-radius: 50%;
  background-color: #D9D9D9;
  position: absolute;
  top: 5px;
  left: 0;
}
.item-detail-page .id-detail-wrap {
  width: 100%;
}
.item-detail-page .id-detail-wrap img {
  max-width: 100%;
}
.item-detail-page .full-img-wrap {
  width: 100%;
  text-align: center;
}
.item-detail-page .full-img-wrap img {
  max-width: 100%;
}
.item-detail-page .img-desc-grp {
  margin-bottom: 20px;
  position: relative;
}
.item-detail-page .img-desc-grp:last-child {
  margin-bottom: 0;
}
.item-detail-page .img-desc-grp .img-desc {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  text-align: center;
  color: yellow;
  font-family: 'NotoKrBold';
  font-size: 22px;
  line-height: 1.3;
  padding: 15px;
  text-shadow: 1px 1px 4px #000;
}
.item-detail-page .id-bottom-container {
  padding-top: 60px;
}
.item-detail-page .floating-card {
  position: absolute;
  top: 25px;
  left: calc(50% + 620px);
}
.item-detail-page .floating-card .inner-wrapper-sticky {width: 140px}
.item-detail-page .content-floating-wrapper {
  gap: 20px 0;
}
.item-detail-page .content-floating-wrapper .content {
  width: 100%;
}

.item-detail-container {
  position: relative;
  padding: 0 0 100px 0;
  margin-bottom: 40px;
}
.item-detail-container > .inner {
  /*max-width: 1475px;*/
}
.item-detail-container .auction-num-item {
  color: #333;
}

.id-info-container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

.inspect-info-container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

.id-top-container {
  display: flex;
  align-items: flex-start;
  /*padding-left: 27px;*/
  justify-content: space-between;
}
.id-thumbnail-bottom {
  text-align: center;
  line-height: 45px;
  border-radius: 5px;
  background-color: #752182;
  width: 100%;
  /*max-width: 774px;*/
  font-weight:600;
  margin-top:25px;
  color: #ffffff;
}
.id-thumbnail-bottom2 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 37px;
  width: 100%;
  /*max-width: 774px;*/
  border-bottom: 1px solid #E5E5E5;
}

.id-thumbnail-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 40px 20px;
  width: 100%;
  /*max-width: 774px;*/
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 40px;
  padding-top: 25px;
}
.id-thumbnail-wrap .thumbnail-ttl-wrap {
  padding: 16px 14px;
}
.id-thumbnail-wrap .thumbnail-ttl-wrap .ttl {
  font-size: 20px;
  font-weight: 500;
}

.id-mini-thumbnail-list-grp {
  width: 62px;
  flex-shrink: 0;
}

.id-mini-thumbnail-list {
  margin-bottom: 17px;
  width: 62px;
  height: 72px;
}

.id-thumbnail-badge-wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  /*max-width: 547px;*/
}
.id-thumbnail-badge-wrap .thumbnail {
  height: 680px;
}

.id-thumbnail-badge-wrap > .badge-list {
  width: 100%;
  gap: 7px 13px;
}
.id-thumbnail-badge-wrap > .badge-list .icon-badge {
  width: calc((100% - 39px) / 4);
  justify-content: center;
  height: 30px;
}
.id-thumbnail-badge-wrap > .badge-list .icon-badge .txt {
  font-size: 14px;
}

.id-thumbnail-badge-wrap .auction-num-item {
  color: #333;
  font-size: 12px;
  margin-top: -5px;
}

/* ************************************************************** inspect */
.id-inspect-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 40px 20px;
  width: 100%;
  /*max-width: 774px;*/
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 40px;
  padding-top: 25px;
}
.id-inspect-badge-wrap {
  display: flex;
  flex-direction: column;
  padding-top: 30px;
  width: 100%;
  /*max-width: 547px;*/
}
.inspect-detail-wrap {
	display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 40px;
}
.inspect-detail-wrap-left {
	width:200px;
}
.inspect-detail-wrap-right {
	width:550px;
	text-align: left;
}
.inspect-detail-wrap-right .name-wrap {
  border-bottom: 1px solid #E5E5E5;
  padding-top: 5px;
  padding-bottom: 15px;
}
.inspect-detail-wrap-right .name-wrap h2 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 3px;
  font-family: "NotoKrLight";
}
.inspect-detail-wrap-right .dl-list-grp {
  font-size: 14px;
  border-bottom: 1px solid #e5e5e5;
  padding: 5px 0;
}
.inspect-detail-wrap-right .dl-list-grp dl {
  padding: 15px 0px;
  list-style-type:none;
}
.inspect-detail-wrap-right .dl-list-grp .dl-left {
  padding: 15px 15px;
}
.inspect-detail-wrap-right .dl-list-grp dt {
  font-weight: 600;
  list-style-type:none;
}
.inspect-detail-wrap-right .dl-list-grp dt:before {
  top: 8px;
  list-style-type:none;
}
.inspect-detail-wrap-right .dl-list-grp dd {
  font-weight: 400;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  list-style-type:none;
  padding-right: 15px;
}
.inspect-cst-inp {
    border-radius: 4px;
    border: 1px solid #DAE1EB;
    background: #F8F9FB;
    padding: 0 15px;
    height: 35px;
    font-size: 14px;
    font-weight: 400;
    outline: none;
    width: 100%;
}
.inspect-cst-inp:focus {
  border-color: #c5bbcb;
}

.inspect-cst-inp::placeholder {
  color: #969696;
}
.dl-list-grp .btn-dark-solid {
    background-color: transparent;
    border: 0;
    padding: 0;
    border-radius: 0;
    cursor: pointer;
    background-color: #000;
    color: white;
    flex-shrink: 0;
    padding: 0 10px;
    border-radius: 4px;
    font-size: 14px;
    height: 35px;
    min-width: 100px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
}
.floating-card .card-content .color-ttl2 {
  font-size: 15px;
  border-color: #e5e5e5;
  text-align: center;
}
.card-content .color-ttl2 {
    color: #752182;
    font-weight: 700;
    padding: 15px 15px 10px 15px;
}

.floating-card .card-content .color-ttl3 {
  font-size: 12px;
  border-color: #e5e5e5;
  text-align: center;
  background-color: #538221;
}
.card-content .color-ttl3 {
    color: #ffffff;
    font-weight: 700;
    padding: 10px 15px 10px 15px;
}
/* ************************************************************** inspect */

.id-left-wrap {
  width: 800px;
}

.id-right-wrap {
  width: 350px;
}
.id-right-wrap .id-right-wrap-inner {
  background-color: white;left: auto !important
}
.id-right-wrap .bold-txt {
  font-weight: 700;
  font-family: "NotoKrLight";
}
.id-right-wrap .color-txt {
  color: #752182;
}
.id-right-wrap .color-txt-red {
  color: #c90000;
  font-size: 15px;
}
.id-right-wrap .name-wrap {
  border-bottom: 1px solid #E5E5E5;
  padding-top: 5px;
  padding-bottom: 5px;
}
.id-right-wrap .name-wrap h2 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 3px;
  padding-top: 15px;
  font-family: "NotoKrLight";
}
.id-right-wrap .name-wrap span {
  font-size: 14px;
  font-weight: 400;
  color: #333;
}
.id-right-wrap .dl-list-grp {
  font-size: 14px;
  border-bottom: 1px solid #e5e5e5;
  padding: 5px 0;
}
.id-right-wrap .dl-list-grp dt {
  padding-left: 0;
}
.id-right-wrap .dl-list-grp dt:before {
  display: none;
}
.id-right-wrap .dl-list-grp:last-child {
  border-bottom: 0;
  border-bottom: 1px solid #e5e5e5;
  padding: 5px 0;
}
.id-right-wrap .dl-list-grp dl {
  padding: 5px 0px;
}
.id-right-wrap .dl-list-grp dt {
  font-weight: 500;
}
.id-right-wrap .dl-list-grp dt:before {
  top: 8px;
}
.id-right-wrap .dl-list-grp dd {
  font-weight: 400;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}

#agree-gray-box {
  transition: all 0.3s;
  cursor: pointer;
}

#agree-gray-box:hover {
  background: #eaeaea;
}

#agree-desc-box {
  display: none;
}

.auth-page {
  min-height: calc(100vh - 139px - 229px);
}

.auth-inner {
  width: 80%;
  max-width: 800px;
  margin: 0 auto;
}

.white-box {
  padding: 74px 0;
  text-align: center;
  border-radius: 10px;
  border: 1px solid #DAE1EB;
  background: #FFF;
}

.white-box-ttl {
  color: #752182;
  font-size: 30px;
  font-weight: 400;
  text-align: center;
}
.white-box-ttl .desc {
  font-size: 16px;
  margin-top: 5px;
}

.white-box .white-box-ttl {
  margin-bottom: 56px;
}

.auth-page .white-box {
  margin: 132px auto;
}

.auth-form {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

.auth-form .form-item-grp {
  margin-bottom: 22px;
}

.auth-form .form-item {
  margin-bottom: 22px;
  width: 100%;
}

.auth-form .form-item .cst-inp {
  width: 100%;
}

.auth-form .submit-btn {
  border-radius: 10px;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
}

.auth-opt {
  margin-top: 54px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.auth-opt .item-row {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}

.auth-opt .txt-btn {
  font-size: 14px;
  color: #969696;
  font-weight: 400;
}

.auth-page {
  min-height: calc(100vh - 229px - 140px);
}

.rgintro-container {
  width: 90%;
  max-width:1000px;
  margin: 0 auto;
  margin: 188px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}
.rgintro-container .list {
  width: 100%;
}
.rgintro-container .list-txt {
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  text-align: center;
  margin-top: 18px;
}
.rgintro-container-boxes {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 21px;
  width: 100%;
  align-items: center;
  margin: 0 auto;
  padding: 150px 0px;
}
.rgintro-container-boxes .box-wrap {
  border-radius: 10px;
  border: 1px solid #DAE1EB;
  background: #FFF;
  padding: 27px 17px 20px;
  width: 500px;
}
.rgintro-container-boxes .boxes {
  display: flex;
  align-items: stretch;
  gap: 16px;
}
.rgintro-container-boxes .box-wrap-ttl {
  color: #222;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  width: 100%;
  display: inline-block;
  margin-bottom: 30px;
}
.rgintro-container-boxes .boxes .join-box {
  width: 50%;
}
.rgintro-container-boxes .list-txt {
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  text-align: center;
  margin-top: 18px;
}

.auth-square-box {
  width: 100%;
  height: 200px;
  border-radius: 10px;
  border: 1px solid #EBE8EB;
  background: #F4F1F4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 8.5px;
  transition: background-color 0.3s;
}
.auth-square-box .box-name {
  color: #752182;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}
.auth-square-box .box-name b {
  font-family: "NotoKrBold";
}

.auth-square-box:hover {
  background-color: #eae7ea;
}

.auth-agree-container {
  padding: 55px 0 100px;
}
.auth-agree-container .auth-step-box {
  margin-bottom: 50px;
}
.auth-agree-container .auth-step-box-bottom {
  margin-top: 20px;
}
.auth-step-box-bottom {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #EBE8EB;
  background: #F4F1F4;
  padding: 23px 0;
  color:#752182;
  font-size: 18px;
  font-weight: 600;
}
.auth-step-box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #EBE8EB;
  background: #F4F1F4;
  padding: 23px 0;
}
.auth-step-box .step-list-grp {
  width: 90%;
  max-width: 680px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.auth-step-box .step-list-grp:before {
  content: "";
  width: 85%;
  height: 2px;
  background-color: #CACACA;
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}
.auth-step-box .step-list-grp:after {
  content: "";
  width: 0;
  height: 2px;
  background-color: #752182;
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 0;
  z-index: 0;
  opacity: 0;
}
.auth-step-box .step-list-grp.step-02:after {
  width: 45%;
  opacity: 1;
}
.auth-step-box .step-list-grp.step-03:after {
  width: 100%;
  opacity: 1;
}
.auth-step-box .step-list {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #aeaeae;
  gap: 8px;
  position: relative;
  z-index: 1;
  padding-bottom: 30px;
}
.auth-step-box .step-list .txt {
  font-size: 20px;
  font-weight: 600;
  position: absolute;
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
  width: max-content;
}
.auth-step-box .step-badge {
  height: 20px;
  min-width: 73px;
  background-color: #aeaeae;
  font-size: 12px;
  font-weight: 700;
  color: white;
  padding: 0 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  font-family: "NotoKrMedium";
}
.auth-step-box .step-list.active {
  color: #752182;
}
.auth-step-box .step-list.active .txt {
  font-family: "NotoKrBold";
}
.auth-step-box .step-list.active .step-badge {
  background-color: #752182;
}

.auth-step-box.type-step02 .step-list-grp:before {
  width: 70%;
}
.auth-step-box.type-step02 .step-list-grp:after {
  left: 100px;
}
.auth-step-box.type-step02 .step-list-grp.step-03:after {
  width: 70%;
  opacity: 1;
}

.step-information-txt-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #752182;
}
.step-information-txt-box .top-txt-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  font-size: 20px;
  font-weight: 600;
}
.step-information-txt-box .top-txt-wrap .ttl {
  font-weight: inherit;
  font-family: "NotoKrBold";
}
.step-information-txt-box .top-txt-wrap .btn-solid {
  border-radius: 100px;
  font-size: 12px;
  font-weight: 600;
  padding: 0 10px;
  min-width: 155px;
  height: 26px;
}
.step-information-txt-box .bottom-txt {
  font-size: 16px;
  font-weight: 500;
}

.auth-ttl-contt {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 10px;
}
.auth-ttl-contt form {
  width: 100%;
}

.auth-ttl-contt .submit-btn {
  border-radius: 10px;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  margin-top: 30px;
}

.terms-box {
  border: 1px solid #EBE8EB;
  background: #FFF;
  width: 100%;
  height: 360px;
  overflow: auto;
  overflow: auto;
  padding: 15px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  line-height: 1.4;
}
.terms-box h1 {
  font-size: 18px;
  font-weight: 700;
}
.terms-box h2 {
  font-size: 16px;
  font-weight: 500;
}
.terms-box p {
  font-size: 14px;
  font-weight: 300;
}
.terms-box ul li {
  font-size: 14px;
  font-weight: 300;
}

.auth-ttl {
  font-size: 18px;
  font-weight: 500;
  font-family: "NotoKrMedium";
  color: #752182;
}

.page-title {
  font-size: 18px;
  font-weight: 500;
  font-family: "NotoKrMedium";
  color: #752182;
  padding: 0px 0px 40px 0px;
}

.terms-box-under {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}

.terms-box-under .custom-checkbox {
  border: 2px solid rgba(202, 202, 202, 0.8);
  background: #FFF;
}

.terms-box-under .custom-checkbox-label {
  color: #707070;
  font-size: 16px;
  font-weight: 300;
}

.auth-form-container {
  width: 100%;
  margin: 37px auto;
  padding-bottom: 100px;
}
.auth-form-container .auth-ttl-contt {
  max-width: 800px;
  margin: 0 auto;
}
.auth-form-container .auth-step-box {
  margin-bottom: 37px;
}
.auth-form-container .auth-ttl {
  width: 100%;
  border-bottom: 2px solid #e5e5e5;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.auth-form-container .auth-ttl.type-notbd {
  border-bottom: 0;
  margin-bottom: 5px;
}
.auth-form-container .btn-dark-solid {
  background-color: transparent;
  border: 0;
  padding: 0;
  border-radius: 0;
  cursor: pointer;
  background-color: #000;
  color: white;
  flex-shrink: 0;
  padding: 0 10px;
  border-radius: 10px;
  font-size: 14px;
  height: 50px;
  min-width: 100px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.auth-form-container .submit-btn {
  border-radius: 10px;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
}
.auth-form-container .submit-btn b {
  font-family: "NotoKrBold";
}
.auth-form-container .submit-btn .sm-txt {
  font-size: 87%;
  vertical-align: middle;
  display: inline-block;
}

.auth-info-form {
  width: 100%;
}

.auth-grid-grp {
  width: 100%;
  margin-bottom: 0px;
}

.auth-grid {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 20px;
  margin-bottom: 10px;
}
.auth-grid:last-child {
  margin-bottom: 0;
}
.auth-grid .form-item {
  width: 100%;
}
.auth-grid .form-item .form-label {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 13px;
  padding: 0 15px;
  font-family: "NotoKrRegular"; /* NotoKrMedium */
}
.auth-grid .form-item-w500 {
  width: 100%;
  max-width: 500px;
  flex-shrink: 0;
}
.auth-grid .form-inp-wrap {
  width: 100%;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
.auth-grid .form-inp-wrap.type-w500 {
  max-width: 500px;
}
.auth-grid .cst-inp {
  width: 100%;
  font-size: 14px;
}
.auth-grid .cst-inp-readonly {
  background-color: white;
}
.auth-grid .cst-inp-select {
  min-width: 110px;
  flex-shrink: 0;
  font-size: 14px;
}
.auth-grid .cst-inp-select2 {
  width: 100%;
  flex-shrink: 0;
  font-size: 14px;
}
.auth-grid .cst-inp-select3 {
  width: 50%;
  flex-shrink: 0;
  font-size: 14px;
}
.auth-grid .checkbox-item-wrap {
  margin-top: 5px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 15px;
  gap: 50px;
}
.auth-grid .custom-checkbox {
  width: 23px;
  height: 23px;
  border-radius: 50%;
  border: 1px solid #dae1eb;
  background-color: #F8F9FB;
}
.auth-grid .custom-inp:checked ~ .custom-checkbox {
  background-size: 11px;
}
.auth-grid .custom-checkbox-label {
  font-size: 16px;
  font-weight: 500;
}

.form-label {
  font-size: 16px;
  font-weight: 600;
}

.auth-section {
  width: 100%;
  padding-bottom: 30px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 30px;
}

.form-caution-wrap {
  margin-top: 20px;
}

.form-caution {
  font-size: 14px;
  margin: 5px 0;
  color: #4E4E4E;
}

.auth-complete-container {
  margin: 37px auto;
  padding-bottom: 200px;
}
.auth-complete-container .auth-step-box {
  margin-bottom: 110px;
}

.auth-complete-section .ac-ttl {
  color: #752182;
  text-align: center;
  font-size: 25px;
  font-weight: 800;
  line-height: 160%;
  font-family: "NotoKrBold";
}
.auth-complete-section .ac-desc {
  color: #000;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 160%;
}

.auth-square-box-wrap {
  margin: 0 auto;
  margin-top: 110px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 24px;
}
.auth-square-box-wrap .auth-square-box {
  width: 250px;
}

.white-dl-list-wrap {
  border: 1px solid #DAE1EB;
  background: #FFF;
  border-radius: 10px;
  width: 100%;
  padding: 25px 0;
}
.white-dl-list-wrap .dl-list-wrap {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
}
.white-dl-list-wrap .dl-list-wrap .dl-list {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.white-dl-list-wrap .dl-list-wrap .dl-list {
  margin: 5px 0;
}
.white-dl-list-wrap .dl-list-wrap .dl-list dt {
  color: #969696;
  min-width: 70px;
  padding-right: 10px;
}
.white-dl-list-wrap .dl-list-wrap .dl-list dd {
  font-weight: 500;
  font-family: "NotoKrMedium";
}

.auth-check-container {
  margin: 160px auto;
}

/* 1215 사업자쪽 추가 */
.bsns-form-container {
  margin-bottom: 53px;
}

.promo-box-container {
  background-color: #752182;
  color: white;
  text-align: center;
  margin-bottom: 53px;
  margin-top: -22px;
}

.promo-box-top {
  background-color: #410C49;
  padding: 14px 0;
}
.promo-box-top .ttl {
  font-size: 25px;
  font-family: "NotoKrBold";
  line-height: 1.6;
  margin-bottom: 3px;
}
.promo-box-top .desc {
  font-size: 14px;
  font-family: "NotoKrLight";
}

.promo-box-bottom {
  padding: 22px 0;
}

.promo-list-grp {
  display: flex;
  align-items: flex-end;
  align-items: flex-end;
  justify-content: center;
  gap: 50px;
}

.promo-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.promo-list .img-box {
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.promo-list .txt {
  font-family: "NotoKrBold";
  font-size: 18px;
}

.mypage-page {
  min-height: calc(125vh - 139px - 229px);
}

.mypage-main-top-box {
  border: 1px solid #EBE8EB;
  background: #F4F1F4;
  padding: 30px 0;
}

.mypage-main-top-box .top-txt-wrap {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 25px;
  margin-bottom: 20px;
  position: relative;
  text-align: center;
}

.mypage-main-top-box .top-txt-wrap:after {
  width: 466px;
  height: 1px;
  background-color: #ede1ef;
  display: inline-block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.mypage-main-top-box .top-txt-wrap .txt-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.mypage-main-top-box .top-txt-wrap .txt {
  color: #752182;
  font-size: 20px;
  font-weight: 600;
  line-height: 160%;
}

.mypage-main-top-box .top-txt-wrap .btn {
  height: 26px;
  padding: 0 8.5px;
  border-radius: 50px;
}

.mypage-main-top-box .bottom-txt-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.mypage-main-top-box .bottom-txt-wrap .txt {
  color: #752182;
  text-align: center;
  font-family: NotoKrLight, NotoKrRegular, Pretendard;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
}

.mypage-main-top-box .bottom-txt-wrap .btn {
  width: 100%;
  max-width: 372px;
  height: 42px;
  font-size: 16px;
  border-radius: 10px;
  font-weight: 500;
}

.mypage-main-top-box {
  margin-bottom: 50px;
}

.mypage-main-bottom-boxes {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 21px;
  width: 100%;
  align-items: center;
  margin: 0 auto;
  padding-bottom: 50px;
}

.mypage-main-bottom-boxes .box-wrap {
  border-radius: 10px;
  border: 1px solid #DAE1EB;
  background: #FFF;
  padding: 27px 17px 20px;
}

.mypage-main-bottom-boxes .boxes {
  display: flex;
  align-items: stretch;
  gap: 16px;
}

.mypage-main-bottom-boxes .box {
  /* width: 217px;
  height: 182px; */
  min-width: 172px;
  height: 172px;
  border-radius: 10px;
  border: 1px solid #DAE1EB;
  background: #F8F9FB;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
  transition: all 0.3s;
  cursor: pointer;
}

.mypage-main-bottom-boxes .box:hover {
  background: #eef0f4;
}

.mypage-main-bottom-boxes .box:active {
  opacity: 0.6;
  transition: all 0s;
}

.mypage-main-bottom-boxes .box-wrap-ttl {
  color: #222;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  width: 100%;
  display: inline-block;
  margin-bottom: 30px;
}

.mypage-main-bottom-boxes .box-txt {
  color: #1D1D1B;
  text-align: center;
  font-family: NotoKrLight, NotoKrRegular, Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
}

.mypage-main-bottom-boxes .box-sub-txt {
  color: #1D1D1B;
  text-align: center;
  font-family: NotoKrLight, NotoKrRegular, Pretendard;
  font-size: 35px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mypage-main-bottom-boxes .box-sub-txt strong {
  font-weight: 800;
}

.mypage-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 130px;
}


.common-ttl {
  font-size: 24px;
  color: #752182;
  text-align: center;
  margin-bottom: 35px;
}

.mypatbl-wrapper {
  padding: 84px 0 150px;
}

.mypatbl-container {
  margin-bottom: 53px;
}

.mypatbl-container .top-opt {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 28px;
}

.mypatbl-container .top-opt .mini-solid-btn {
  background-color: transparent;
  border: 0;
  padding: 0;
  border-radius: 0;
  cursor: pointer;
  background-color: #752182;
  color: white;
  padding: 8px 8px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 81px;
  font-size: 14px;
}

.tbl {
  width: 100%;
  border-top: 1.5px solid #D9D9D9;
}

.tbl2 {
  width: 100%;
}
.tbl-head {
  background-color: #F4F1F4;
  height: 45px;
}

.tbl-head th {
  font-size: 14px;
  color: #707071;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
}

.tbl-body .tr td {
  padding: 6px 0;
  text-align: center;
  font-size: 14px;
  border-bottom: 1px solid #E5E5E5;
  font-weight: 450;
  line-height: 1.5;
}

.tbl .mini-solid-btn {
  background-color: transparent;
  border: 0;
  padding: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-flex;
  height: 37px;
  font-size: 14px;
  padding: 0 10px;
  background-color: #752182;
  color: white;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  width: 100%;
  max-width: 81px;
}

.tbl .item-col {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
}

.tbl .xmini-solid-btn {
  background-color: transparent;
  border: 0;
  padding: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-flex;
  padding: 4px 8px;
  background-color: #752182;
  color: white;
  font-size: 12px;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  width: 100%;
  min-width: 67px;
}

.tbl .xmini-solid-btn2 {
  background-color: transparent;
  border: 0;
  padding: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-flex;
  padding: 4px 8px;
  background-color: #969696;
  color: white;
  font-size: 12px;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  width: 100%;
  min-width: 67px;
}

.tbl .color-txt {
  color: #752182;
}

/* 1215 수정 */
.mypage-main-bottom-boxes .box.active {
  background-color: #F4F1F4;
  /* border-color: #dadada; */
  border: 3px solid #752182;
}
.mypage-main-bottom-boxes .box.active .box-sub-txt {
  color: #752182;
}
.mypage-main-bottom-boxes .box.active .box-txt {
  color: #752182;
}
/*
@media all and (max-width: 1650px) {
  html {
    min-width: 1800px;
  }
  .before-login-card .btn-solid {
    font-size: 14px;
  }
  .before-login-card .opt-list-grp {
    margin-top: 43px;
    padding-top: 10px;
  }
  .before-login-card .opt-list {
    font-size: 10px;
  }
  .main-top-cards > .cards {
    width: 208px;
  }
  .main-top-cards .item-card-content .dl-list-grp dl {
    padding: 4px 3px;
  }
  .center-card {
    max-width: 650px;
    height: auto;
  }
  .main-top-cards > .card {
    width: 208px;
  }
  .main-top-cards {
    gap: 7px;
  }
  .main-top-cards .card-ttl {
    font-size: 12px;
  }
  .main-top-cards .card-ttl img {
    width: 20px;
  }
  .main-top-cards .card-content .color-ttl {
    font-size: 12px;
  }
  .main-top-cards .dl-list-grp {
    font-size: 11px;
  }
  .main-top-cards .item-card-content .name-wrap .name {
    font-size: 11px;
  }
  .main-top-cards .item-card-content .etc-txt-wrap .etc-txt {
    font-size: 10px;
  }
  .main-top-cards .item-card-content .etc-txt-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .badge {
    font-size: 8px;
  }
  .icon-badge {
    font-size: 8px;
  }
  .main-top-cards .card-content .ttl-dl-list-wrap .ttl {
    font-size: 12px;
  }
  .main-top-cards .item-card-content .btn-wrap .btn {
    font-size: 12px;
    height: 25px;
  }
  .main-top-cards .center-card-swiper {
    height: 100%;
  }
  .item-detail-page .my-bid-inp-item input {
    max-width: 170px;
    font-size: 12px;
  }
  .id-right-wrap .dl-list-grp dl {
    padding: 3px 0;
  }
  .item-detail-page .bid-list {
    font-size: 11px;
    margin-bottom: 5px;
  }
  .item-detail-page .bid-list:last-child {
    margin-bottom: 0;
  }
  .item-detail-page .my-bid-wrap {
    margin-top: 5px;
  }
  .item-detail-page .my-bid-result {
    font-size: 12px;
  }
  .item-detail-page .my-bid-result dl {
    margin: 5px 0;
  }
  .item-detail-page .box-list {
    font-size: 12px;
  }
  .item-detail-page .gray-box {
    font-size: 11px;
  }
  .id-right-wrap .dl-list-grp {
    font-size: 12px;
  }
}
*/


.ft-12x { font-size: 12px; }
.ft-13x { font-size: 13px; }
.ft-14x { font-size: 14px; }
.ft-15x { font-size: 15px; }
.ft-16x { font-size: 16px; }
.ft-18x { font-size: 18px; }
.ft-20x { font-size: 20px; }
.ft-22x { font-size: 22px; }
.ft-24x { font-size: 24px; }

.fw-bold { font-weight: 600; }

.ft-color-752182 { color: #752182; }
.ft-color-e10000 {  color: #e10000; }
.ft-color-ffd700 {  color: #ffd700; }

font.red { color: #FF0000; }
font.blue { color: #0000FF; }
font.black { color: #000000; }

.text-start { text-align: left !important; }
.text-center { text-align: center !important; }
.text-end { text-align: right !important; }

/*  hidden box */
.item-detail-page .box-list-hidden { 
	margin-top: 3px;
    background-color: #1b1e87;
    border: 1px solid #1b1e87;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    border-radius: 4px;
    overflow: hidden;
    font-size: 15px;
    color: #ffffff;
    margin-bottom: 3px;
    min-height: 49px;
}
.item-detail-page .box-list-hidden dt { 
    text-align: center !important;
    font-weight: 500;
    line-height: 40px;
    width: 75%;
}
.item-detail-page .box-list-hidden dd { 
    text-align: center !important;
    font-weight: 500;
    line-height: 40px;
    width: 25%;
}

/* close box */
.item-detail-page .box-list-close { 
	margin-top: 3px;
    background-color: #752182;
    border: 1px solid #752182;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-radius: 4px;
    overflow: hidden;
    font-size: 15px;
    color: #ffffff;
    margin-bottom: 24px;
    min-height: 89px;
}
.item-detail-page .box-list-close dt { 
    text-align: center !important;
    font-weight: 500;
    line-height: 40px;
    width: 100%;
}

/* hidden bid list badge */
.hidden-badge {
 min-width: 10px;
 padding: 0px 4px 2px 4px;
 font-weight: 300;
 font-size: 12px;
 color: white;
 text-align: center;
 background: #752182;
 border: 1px solid #752182;
 border-radius: 10px;
}
/* hidden bid list badge */
.general-badge {
 min-width: 10px;
 padding: 0px 4px 2px 4px;
 font-weight: 300;
 font-size: 12px;
 color: black;
 text-align: center;
 background: #e5e5e5;
 border: 1px solid #e5e5e5;
 border-radius: 10px;
}

@media screen and (max-width:1600px){
  .sub-page .floating-card {display: none}
  .sub-page .floating-card .inner-wrapper-sticky {left: auto !important;right: 0 !important}
  
  .item-detail-page .floating-card {display: none; left: auto;right: 0;z-index: 10;}
  .item-detail-page .inner-wrapper-sticky {left: auto !important; right: 0 !important}
}

.fc-purple {
	color: #752182;
}
/* file drag & drop */
.dropzone {
    border: 1px dotted #c8c8c8;
    width:100%;
    height:80px;
    color:#92AAB0;
    text-align:center;
    font-size:13px;
    border-radius: 10px; 
    line-height: 80px;
    background: #F8F9FB;
}

/* ********** inspect apps / checkbox, radio css ********** */
.skinTypeCheck input {
	display: none;
}
									
.skinTypeCheck label {
	display: flex;
	padding: 8px 12px;
	justify-content: center;
	align-items: center;
	border-radius: 6px;
	border: 1px solid #DBDBDB;
	background: #FFF;
	cursor: pointer;
}

.skinTypeCheck input[type="checkbox"]:checked+label {
	border: 1px solid #752182;
	background: #fdefff;
}

.skinTypeCheck input[type="radio"]:checked+label {
	border: 1px solid #752182;
	background: #fdefff;
}
/* ********** inspect apps / checkbox, radio css ********** */

.kind-box {
	display: flex;
	padding: 8px 12px;
	justify-content: center;
	align-items: center;
	border-radius: 6px;
	border: 1px solid #752182;
	background: #fdefff;
}

pre {
    width: 100%;
    white-space: pre-wrap;
    word-wrap: break-word;
}

.fc-70 {
	color: #707070;
}
