@import url('/assets/js/bxslider/jquery.bxslider.css');

/* SeachFilter__result */
.SeachFilter__result{
  display: flex;
  flex-direction: row;
  align-items: center;
}
.SeachFilter__result strong{color:#4e28d3;font-weight: bold;}

/* SearchInput */
.SearchInput{
  background: #E3E1EA;
  border-radius: 0.6em;
  position: relative;
}
.SearchInput .SearchInput__input{
  background: transparent;
  width: 100%;
  padding: 0 1em;
  box-sizing: border-box;
  height: 3.75em;
  line-height: 3.75em;
  color:#111;
}
.SearchInput .SearchInput__input::placeholder{
  color:#767676;
}
.SearchInput .SearchInput__button{
  position: absolute;
  right:0;
  top:50%;
  width:3em;
  height: 3em;
  line-height: 3em;
  margin-top:-1.5em;
  text-align: center;
  z-index: 10;
}
.SearchInput .SearchInput__button i{color:#767676}

/* FloatingButton */
.FloatingButton{
  position: absolute;
  right: 1.2em;
  bottom: 5.5em;
  z-index: 1000;
}
.FloatingButton .button{
  width: 2.6em;
  height: 2.6em;
  border-radius: 2em;
  box-shadow: 0 0 1em #00000057;
  overflow: hidden;
  position: relative;
  z-index: 10;
  background: #4e28d3db;
  display: flex;
  align-items: center;
  justify-content: center;
  color:#fff;
}
.FloatingButton span{color:#fff}

/* MainGallery */
.MainGallery .bx-viewport{
  position: relative;
}
.MainGallery .bx-viewport{
  position: relative;
  overflow: hidden;
  height:100%;
}
.MainGallery .bx-viewport div{height:100%}
.MainGallery .bx-viewport div div{height:100%}
.MainGallery .bx-viewport:after{
  position: absolute;
  display: none;
  z-index: 100;
  height:20em;
  content:'';
  left:0;
  right:0;
  bottom:-1em;
  background: rgb(245,244,248);
  background: linear-gradient(0deg, rgba(245,244,248,1) 0%, rgba(245,244,248,0) 90%);
}
.MainGallery .bx-wrapper .bx-viewport{border:0;left:0;background: #ccc;box-shadow: none;}
.MainGallery .bx-wrapper img{height:100%}
.MainGallery .bx-wrapper{margin:0}
.MainGallery .bx-wrapper .bx-pager.bx-default-pager a{width:6px;height:6px;margin:0 4px;background-color: #00000030;}
.MainGallery .bx-wrapper .bx-pager.bx-default-pager a.active{background-color:#3800AF ;}
.MainGallery .bx-wrapper .bx-pager{
  top: 21.4em;
  left: 0;
  text-align: left;
  padding-left: 2.4em;
  height: 1em;
  width: 10em;
}

/* MainNaviLink */
.MainNaviLink{
  padding: 0 1.5em;
  position: relative;
  top: -2.6em;
}
.MainNaviLink__inner{
  border-radius: 3em;
  backdrop-filter: blur(20px);
  background: #ffffff5e; 
  box-shadow: 0px 6px 20px 0px #0000001A;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap:1em;
  justify-content: space-between;
  padding: 1em 2.5em;
}
.MainNaviLink__inner > a{
  display: block;
  text-align: center;
}
.MainNaviLink__inner > a span{
  display: block;
  text-align: center;
  color:#111;
}
.MainNaviLink__inner > a .text{
  font-size: 0.75em;
  line-height: 2em;
}
.MainNaviLink__inner > a .icon{
  padding-top:.2em;
}

/* MainArtist */
.MainArtist{
}
.MainArtist__list{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  overflow-x: auto;
  gap:.8em;
  padding:0 1.2em;
}
.MainArtist__item{
  display: block;
  text-align: center;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
}
.MainArtist__item.ig .story{
  position: relative;
  width: 86px;
  height: 86px;
  margin: 0 auto;
}
.MainArtist__item.ig .story .ring{
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  background: conic-gradient(#feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5);
  padding: 2px;
  /* animation: ig-ring-rotate 3s linear infinite; */
  will-change: transform;
}
.MainArtist__item.ig .story .img{
  position: absolute;
  left: 2px;
  top: 2px;
  right: 2px;
  bottom: 2px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #efefef;
  border: 3px solid #fff;
}

.MainArtist__item .img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.MainArtist__item .text{
  font-size:14px;
  line-height: 2em;
}

/* Instagram-like ring rotate animation */
@keyframes ig-ring-rotate {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}


/* MainTitle */
.MainTitle__title{
  padding: 0 1.2em;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	line-height: 3em;
  padding-bottom: 1em;
}
.MainTitle__title > span{font-weight:bold;font-size: 1.125em;color: #111111;line-height: 1.1em;}
.MainTitle__title a{margin-right:2em;color:#767676;font-size:0.8em;display: block;position: relative;}
.MainTitle__title a:after{
	display: block;
	content:'';
	position: absolute;
  right: -2em;
	top:50%;
	margin-top:-1em;
  width: 2em;
  height: 2em;
  background-image: url(/assets/images/icon_arrow_link.svg);
  background-size: 0.9em;
  background-position: center;
  background-repeat: no-repeat;
}
.MallProduct{
  overflow-x: auto;
}
.MallProduct__list{
  display: flex;
  flex-direction: row;
  padding:.5em 1.2em 1.5em;
  gap:0.8em;
  overflow-x: auto;
}
.MallProduct__item{
  width: 16em;
  height: 16em;
  position: relative;
  overflow: hidden;
  border-radius: 1.5em;
  flex-shrink: 0;
  flex-grow: 0;
  box-shadow: 0px 6px 20px 0px #3800AF1A;
}
.MallProduct__item .link{
  position: absolute;
  left:0;
  right:0;
  top:0;
  bottom:0;
  z-index: 10;
}
.MallProduct__item .action{
  position: absolute;
  right:1em;
  top:1em;
  z-index: 100;
}
.MallProduct__item .action .active{
  color:#3800AF;
}
.MallProduct__item .action > a{
  height:2.4em;
  width:2.4em;
  text-align: center;
  line-height: 2.4em;
  border-radius: 2em;
  background-color: #ffffff4f;
  display: block;
}
.MallProduct__item .action > a i{vertical-align: middle;}
.MallProduct__item .info{
  position: absolute;
  left:1em;
  bottom:1em;
  color:#fff;
  z-index: 100;
}
.MallProduct__item .info .title{padding-bottom: .5em;}
.MallProduct__item .info .name{font-size: 0.75em;}
.MallProduct__item .info .price{display: flex;flex-direction: row;gap:.5em;align-items: center;}
.MallProduct__item .info .price i{font-style: normal;}
.MallProduct__item .img{
  width: 100%;
  height:100%;
  background-color: #c8c8c8;
  object-fit: cover;
  position: relative;
}
.MallProduct__item .img:after{
  content:'';
  display: block;
  position: absolute;
  left:0;
  right:0;
  top:0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.7) 100%);
}


/* MallCollection */
.MallCollection{
  padding: 0 1.2em;
  display: flex;
  flex-direction: column;
  gap:.8em;
}
.MallCollection__item{
  position: relative;
  background-color: #fff;
  padding:1em;
  border-radius: 1.5em;
  box-shadow: 0px 6px 20px 0px #3800AF1A;
}
.MallCollection__item .link{
  position: absolute;
  left:0;
  top:0;
  right:0;
  bottom:0;
  z-index: 10;
}
.MallCollection__item .img{
  width: 6em;
  height: 6em;
  border-radius: 1em;
  overflow: hidden;
  position: absolute;
  left:0;
  top:50%;
  margin-top:-3em;
}
.MallCollection__item .img img{max-width: 100%;}
.MallCollection__item .img.sold_out:after{
  content:'';
  display: block;
  position: absolute;
  left:0;
  right:0;
  top:0;
  bottom:0;
  z-index: 100;
  background-color: #0000006e;
}
.MallCollection__item .img.sold_out::before{
  content:'판매완료';
  display: block;
  position: absolute;
  left:0;
  right:0;
  top:50%;
  margin-top:-1em;
  line-height: 2em;
  z-index: 1000;
  color:#fff;
  text-align: center;
}

.MallCollection__item .info{
  padding-left:6.8em;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.MallCollection__item .inner{
  position: relative;
}
.MallCollection__item .text{
  padding-bottom:1em;
}
.MallCollection__item .text .artist{
  font-size: 0.725em;
  color:#111;
  line-height: 2em;
}
.MallCollection__item .text .title{
  font-weight: bold;
  color:#111;
}
.MallCollection__item .tags{
  overflow-x: auto;
  position: relative;
  z-index: 100;
  font-size: 0.9em;
}
.MallCollection__item .tags_inner{
  display: flex;
  flex-direction: row;
  gap:.4em;
  overflow-x: auto;
}
.MallCollection__item .tags a{
  border:1px solid #ccc;
  display: block;
  border-radius: 1em;
  line-height: 1.8em;
  padding:0 .6em;
  color:#767676;
  flex-grow: 0;
  flex-shrink: 0;
}
.MallCollection__item .tags a span{font-size: 0.875em;}

.MallRecommed{padding:0 1.2em}
.MallRecommed__button{
  line-height: 3.75em;
  background: #232A36;
  color:#fff;
  text-align: center;
  display: block;
  border-radius: 1em;
}

/* MallCategory */
.MallCategory{
  overflow-x: auto;
}
.MallCategory__list{
  display: flex;
  flex-direction: row;
  padding:0 1.2em;
  gap:0.4em;
}
.MallCategory__item{
  display: block;
  border-radius: 2em;
  line-height: 3em;
  padding: 0 1em;
  border: 1px solid #4E29D3;
  color:#4E29D3;
  text-align: center;
  flex-grow: 0;
  flex-shrink: 0;
}
.MallCategory__item span{font-size: 0.875em;}
.MallCategory__item.active{
  background-color: #4E29D3;
  color:#fff;
}

/* MallBanner */
.MallBanner{
  padding:0 1.2em;
}
.MallBanner__item{
  border-radius: 1.5em;
  overflow: hidden;
  box-shadow: 0px 6px 20px 0px #3800AF1A;
}
.MallBanner__item img{max-width: 100%;}
.MallBanner__item a{
  width: 100%;
  height: 100%;
  display: block;
}

/* ArtItem */
.ArtItem .btn_edit{
  height: 2em;
  width: 2em;
  text-align: center;
  display: block;
  line-height: 2em;
  background-color: #232a36d9;
  color: #fff;
  border-radius: 2em;
  overflow: hidden;
  position: absolute;
  right: 1.4em;
  top: 5em;
  z-index: 100;
}
.ArtItem .btn_edit span{font-size: 0.875em;}
.ArtItem .bx-wrapper{margin:0}
.ArtItem .bx-wrapper .bx-pager{padding-top:0}
.ArtItem .bx-wrapper .bx-pager.bx-default-pager a{width:6px;height:6px;margin:0 4px;background-color: #00000030;}
.ArtItem .bx-wrapper .bx-pager.bx-default-pager a.active{background-color:#fff ;}
.ArtItem .bx-wrapper .bx-pager{bottom:10em}
.ArtItem .bx-wrapper .bx-viewport{left:0;border:0;overflow: hidden;max-height: 32em ;}


/* ArtItem__title */
.ArtItem__title{
  border-radius: 1.5em 1.5em 0 0;
  background-color: #ffffffa8;
  padding:1em 1.4em;
  position: relative;
  box-shadow: 0px -5px 20px 0px #00000026;
}
.ArtItem__title .info{
  padding-top: 0.5em;
  padding-bottom: 1.2em;
  padding-right: 3em;
}
.ArtItem__title .artist{
  line-height: 1.2em;
  display: flex;
  flex-direction: row;
  gap:6px;
  align-items: center;
}
.ArtItem__title .artist span{font-size: 0.875em;color:#111;font-weight: bold;}
.ArtItem__title .title{line-height: 1.2em;padding-top:0.3em}
.ArtItem__title .title span{font-size: 1.125em;color:#111;font-weight: bold;line-height: 1.2em;}
.ArtItem__title .control{
  position: absolute;
  right: 1.2em;
  top: 50%;
  margin-top: -1.6em;
  display: flex;
  flex-direction: row;
  gap: 4px;
}
.ArtItem__title .control button{
  color: #323232;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  gap: 0.3em;
  border-radius: 2em;
  width: 2.4em;
  height: 2.4em;
  font-size: 1em;
  background: #ffffffa1;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
}
.ArtItem__title .control button.active{
  color: #4e28d3;
}
.ArtItem__title .control button i{vertical-align: middle;font-size: 0.875em;}
.ArtItem__content{position: relative;z-index: 1;transform: translateY(-8em);margin-bottom: -8em;} 

.ArtItem__content .button{
  line-height: 3em;
  text-align: center;
  border-radius: .5em;
  background-color: #fff;
  color:#767676;
  display: block;
  transition: all .5s;
  flex-grow: 1;
  flex-shrink: 1;
  border:1px solid #767676;
}
.ArtItem__content .text span{font-size: 0.725em;}

.ArtItem__detail{
  border-radius: 1.5em 1.5em 0 0;
  background-color: #F5F4F8;
  padding:1.2em 1.4em;
  position: relative;
  z-index: 100;
  box-shadow: 0px -5px 20px 0px #00000026;
  top:-1.3em;
}
.ArtItem__detail ul{
  font-size: 0.825em;
}
.ArtItem__detail ul li{
  position: relative;
  padding-bottom: .5em;
}
.ArtItem__detail ul li .tit{
  line-height: 1.2em;
  font-size: 13px;
}
.ArtItem__detail ul li .txt{
  line-height: 1.2em;
  color:#111;
  font-size: 14px;
}
.ArtItem__detail ul li .value{
  line-height: 2em;
}

.ArtItem__detail .control{
  display: flex;
  flex-direction: row;
  gap: 4px;
  justify-content: end;
}
.ArtItem__detail .control button{
  color: #323232;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  gap: 0.3em;
  padding: 0.5em;
  border-radius: 1em;
  width: 2em;
  font-size: 1em;
  background: #ffffffa1;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
}

/* Detail images gallery under summary */
.ArtDetailPhotos{display:flex;flex-direction:column;gap:.6em}
.ArtDetailPhotos .photo{width:100%;border-radius:1em;overflow:hidden;background:#f5f5f5}
.ArtDetailPhotos .photo img{width:100%;height:auto;display:block}

.ArtItem__detail_content{line-height: 1.4em;font-size: 0.875em;}
.ArtItem__detail_content .copyright{
  padding:1em;
  background: #fff;
  text-align: center;
  border-radius: 1.2em;
}
.ArtItem__detail_content .copyright p{
  font-size: 0.875em;
  color:#666;
}

.ArtItem__button{
  display: flex;
  flex-direction: row;
  gap: .5em;
  padding: 1.2em 1.2em 1em;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  backdrop-filter: blur(4px);
  border-radius: 1.2em 1.2em 0 0;
  box-shadow: 0px -5px 20px 0px #00000026;
}
.ArtItem__button button{
  border: 1px solid #232A36;
  color:#fff;
  background-color: #232A36;
  border-radius: .5em;
  flex-grow: 2;
  height:3em !important;
  text-align: center;
}
.ArtItem__button button.btn_wish{
  background-color: #fff;
  color: #aaa;
  width: 3em;
  flex-grow: 0;
  flex-shrink: 0;
  border-color: #666;
}
.ArtItem__button button.btn_wish.active{
  color:#3800AF;
}
.ArtItem__button button.btn_pay{
  background-color: #fff;
  color:#000;
}
.ArtItem__price .delivery{
  line-height: 2em;
  font-size: 0.875em;
  color:#676767;
  padding:0 1.2em;
}
.ArtItem__price .delivery .title{}
.ArtItem__price .delivery .value{font-weight: bold;}
.ArtItem__price table{
  font-size: 0.825em;
}

.ArtItem__price{
  text-align: right;
}
.ArtItem__price .price .mark{
  font-size: 0.875em;
}
.ArtItem__price .price{
  background: #4E29D31A;
  padding:1em;
  border: 1px solid #4E29D3;
  border-radius: 0.5em;
}
.ArtItem__price .price .value{
  font-size: 1.2em;
  font-weight: bold;
  color:#111;
}
.ArtItem__price .currency{
  font-size: 1em;
  color:#222;
}

/* ArtItem__total */
.ArtItem__total{}
.ArtItem__tab{
  border-bottom: 1px solid #ccc;
}
.ArtItem__tab a{
  display: block;
  float: left;
  width: 25%;
  line-height: 3em;
  text-align: center;
  position: relative;
}
.ArtItem__tab a.active span{color:#4E28D3}
.ArtItem__tab a.active:after{
  content:'';
  display: block;
  position: absolute;
  left:0;
  right:0;
  height: 2px;
  background-color: #4E28D3;
  bottom: -1px;
  z-index: 10;
}
.ArtItem__tab a > span{font-size: 0.875em;color:#767676}
.TabContent{opacity: 0;min-height: initial;overflow: hidden;height:0}
.TabContent.active{opacity: 1;min-height: 10em;height:auto;padding:2em 1.4em;box-sizing: border-box;}
.TabContent__title{line-height: 1em;padding-bottom:1em}
.TabContent__title span{font-size: 1.125em;color:#000;font-weight: bold;}
.TabContent__info{
  line-height: 1.6em;
  font-size: 0.825em;
  color:#676767;
}
.TabContent__info .content{
  padding: 1em 0;
}

/* ArtItemFaq */
.ArtItemFaq{}
.ArtItemFaq__item{
  padding: .5em 1em;
  background: #fff;
  border-radius: 1.2em;
  box-shadow: 0px 6px 20px 0px #3800AF1A;
}
.ArtItemFaq__title{
  padding: 0.8em 0;
  border-bottom: 1px solid #E9E9E9;
}
.ArtItemFaq__title span{color:#111}
.ArtItemFaq__content{padding-top:0.8em;color:#767676;line-height: 1.4em;}

.ArtItem__info{
}
.cmall-list{
	margin: 20px 0;
}
.cmall-detail{
	height: 30px; line-height:30px
}
.cmall-detail li{
	float: left; padding: 0 5px;
}
.cmall-price{
	font-size: 14px; font-weight:bold;margin-bottom:10px;
}
.cmall-tit{
	font-size: 14px; font-weight:bold;
}
.cmall-txt{
	font-size: 12px; color: #383838;
}

.cmall-options {
  background: #F2F3F5;
  border: 1px solid #DEE3E0;
  clear: both;
  overflow: hidden;
  margin-top: 5px;
    border-bottom: 0;;
}
.cmall-options li {
  color: #5A5A5A;
  border-bottom: 1px solid #DEE3E0;
  padding: 5px;
}

.change_option{padding:5px 10px 5px 10px; color: #fff; background: #555; border: none;width:100%;}

.product-box{overflow: hidden; clear: both;}
.product-box .product-left{width: 100%; position: relative;}
.product-box .product-left img{
	width: 100%;
}
.product-box .product-left .prev{position: absolute;left: 0; top: 45%;
	
}
.product-box .product-left .next{position: absolute;right: 0; top: 45%;
	
}
.product-box .btn-prev{width: 45px; height: 45px; display: inline-block;}
.product-box .btn-next{width: 45px; height: 45px;display: inline-block;}
.product-right{width: 100%; margin-top:20px;}
.product-detail{margin: 20px;clear: both;  overflow: hidden;}
.product-option{clear: both;overflow: hidden;}

.product-info{clear: both;width: 100%; display: block;overflow: hidden;border: 1px solid #dcdcdc;}
.product-info .product-info-top{background: #ededed;width: 100%; height: 30px; line-height:30px;border-bottom: 1px solid #dcdcdc;}
.product-info .product-info-top li{float: left; width: 33%; display: inline-block; text-align:center; border-right: 1px solid #dcdcdc;}
.product-info .product-info-top li:last-child{border-right: none !important;}
.product-info .product-info-top li:hover{background: #587ccd; color: #fff;}
.product-info .product-info-top li:hover a{background: #587ccd; color: #fff;}
.product-info .product-info-top .current{background: #587ccd; color: #fff;}
.product-info .product-info-top .current a{color: #fff;}
.product-feedback{margin:20px; overflow: hidden; border-bottom: 1px solid #dcdcdc; padding-bottom: 10px;}
.product-feedback ul{overflow: hidden;overflow: hidden;color: #5f5f5f;font-size: 12px;}
.product-feedback ul li{float: left; padding-right:10px}
.feedback-box{background:#f1f1f1; border: 1px solid #dcdcdc; clear: both; overflow: hidden; padding: 10px; margin-top: 10px !important;}
.detail-box{background:#f1f1f1; border: 1px solid #dcdcdc; clear: both; overflow: hidden; padding: 5px; margin-top: 5px !important;}

.product-title{font-weight: bold;padding-bottom: 10px;font-size: 16px;}
.product-no{font-size: 13px;}
.popup-cart{
	width: 600px; z-index: 999; height:auto; display:block; position: absolute; background:#fff; border: 2px solid #dcdcdc; padding:20px 20px 10px;
}

.total_price {
	float:right;
	font-weight:bold;
	font-size:14px;

}

table.item_detail_table th {text-align:center;}
table.item_detail_table td {text-align:center;}
table.item_detail_table .detail_price {text-align:right; padding-right:30px;}
table.item_detail_table .cart_total_price {text-align:right;padding-right:30px;font-weight:bold;}
.detail_qty {width:50px;}
.item_slider *{transition: all .5s;}
.item_slider img {cursor:pointer;transition: all .5s;width: 100%;height: 100%;object-fit: cover}

.review-score label {margin-right:20px;}
.review-content {display: none;}
.qna-content {display: none;}
.item_review_title, .item_qna_title  {cursor:pointer;}

.main_box {width:40%; 
  padding-right: 15px;
  padding-left: 15px;
}
.main_box  img {width:100%; padding:4px;}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.cmall-main-title {  font-weight: 500; line-height: 1.1;  color: inherit;font-size:14px;margin-bottom:20px;}

.table-image{overflow: hidden;clear: both;}
.table-image .table-list-item {width: 46%;float: left;padding: 0 2%;}
.table-image ul{margin-bottom: 10px;clear:both;}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb>li {
  display: inline-block;
}
.breadcrumb>li+li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.cmall-category-nav {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-color: #ddd;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
  box-shadow: 0 1px 1px rgba(0,0,0,.05);
 }
.cmall-category-nav-body {
  padding: 15px;
  display:table;
}
.product-detail img, .review-content img, .qna-content img {max-width:100%;}

.market table{
	font-size: 13px;
}
.market-list{margin: 20px 0;}
.market-detail{height: 30px; line-height:30px}
.market-detail li{float: left; padding: 0 5px;}
.market-price{font-size: 14px; font-weight:bold;}
.market-title{font-size: 15px;
font-weight: bold;
border-bottom: 1px solid #dcdcdc;
padding-bottom: 15px;
}
.market-order-person label {padding:5px 0;display:block}
.market-tit{font-size: 14px; font-weight:bold;}
.market-txt{font-size: 12px; color: #383838;}
.bank-info {display:none;}


/* MainBest */
.MainBestReview{
  margin: 0 0.6em;
  padding-bottom: 2em;
}
.MainBestReview .bx-wrapper{margin:0}
.MainBestReview .bx-viewport{
  position: relative;
  background-color: transparent;
  height:100%;
  border:0;
  left:0;
  box-shadow: none;
  overflow: visible !important;
}
.MainBestReview .bx-wrapper .bx-pager{bottom:0.5em}
.MainBestReview .bx-wrapper .bx-pager.bx-default-pager a{width:6px;height:6px;margin:0 4px;background-color: #00000030;}
.MainBestReview .bx-wrapper .bx-pager.bx-default-pager a.active{background-color:#3800AF ;}

.MainBestReview__inner{
  border-radius: 1.2em;
  background-color: #ffff;
  padding:1.8em;
  margin: 0 0.6em;
  box-shadow: 0px 6px 20px 0px #3800AF1A;
  padding-bottom: 3em;
  position: relative;
  z-index: 1;
}
.MainBestReview__inner .link{
  position: absolute;
  left:0;
  right:0;
  top:0;
  bottom:0;
  z-index: 10;
}
.MainBestReview__title{
  color:#111;
  position: relative;
}
.MainBestReview__title .etc{
  position: absolute;
  right:0;
  bottom:0;
  line-height: 1.6em;
}
.MainBestReview__title .rating span{vertical-align: baseline;padding-left:.5em;font-size: 0.875em;font-weight: bold;letter-spacing: -0.5px;}
.MainBestReview__title .rating i{color: #FFD323;vertical-align: baseline;}
.MainBestReview__title .info .name{line-height: 1.2em;height:1.2em}
.MainBestReview__title .info .name span{font-size: 0.875em ;}
.MainBestReview__title .info .title{
  line-height: 1.6em;
}
.MainBestReview__title .info .title span{font-size: 1.125em ;font-weight: bold;}
.MainBestReview__content {
  color: #767676;
  height: 4em;
  position: relative;
  overflow: hidden;
}
.MainBestReview__content:after{
  position: absolute;
  display: block;
  z-index: 100;
  height: 2em;
  content: '';
  left: 0;
  right: 0;
  bottom: -1px;
  background: linear-gradient(0deg, rgb(255 255 255) 0%, rgb(255 255 255 / 0%) 100%);
}
.MainBestReview__content span{font-size: 0.875em ;}
.MainBestReview__img .img{
  height:16em;
  overflow: hidden;
  border-radius: 1em;
}
.MainBestReview__img img{
  object-fit: cover;
  width: 100%;
  height: 100%;
}

/* ImageRegister */
.ImageRegister{
  padding-left:8.5em;
  position: relative;
  margin-right:-1.2em;
  height: 10em;
}
.ImageRegister__add{
  width:8em;
  height:8em;
  background-color: #E5E4EB;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border-radius: 1em;
  position: absolute;
  left:0;
  top:0;
  background-image: url(/assets/images/icon_add.svg);
  background-size:1.6em;
  background-position: center;
  background-repeat: no-repeat;
}
.ImageRegister__inner{
  overflow-x: auto;
}
.ImageRegister__list{
  display: flex;
  flex-direction: row;
  gap:.5em;
}
.ImageRegister__item{
  position: relative;
  flex-grow: 0;
  flex-shrink: 0;
  width:8em;
  height:8em;
  background-color: #ccc;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border-radius: 1em;
  overflow: hidden;
}
.ImageRegister__item .img{
  width: 100%;
  height: 100%;
}
.ImageRegister__item .img img{
  width: 100%;
  height: 100%;
  object-fit: cover; /* 부모 요소에 꽉 차도록 비율을 유지하면서 크기를 조정 */
}
.ImageRegister__item .close{
  position: absolute;
  right:0.5em;
  top:0.5em;
  border-radius: 1em;
  width: 1.4em;
  height:1.4em;
  overflow: hidden;
  background-color: #ffffff94;
  display: block;
  z-index: 100;
  background-image: url(/assets/images/icon_close.svg);
  background-size: 0.6em;
  background-position: center;
  background-repeat: no-repeat;
}

/* Register__info */
.Register__info{
  position: relative;
  box-shadow: 0px 6px 20px 0px #3800AF1A;
  border-radius: 1.2em;
  background: #fff;
  padding: 1em;
  display: flex;
  flex-direction: column;
  gap: .4em;
}
.Register__info .info_row{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  font-size: 0.825em;
}
.Register__info .info_row .title{
  color:#111;
}
.Register__info .total{font-size: 1.2em;font-weight:bold;}

/* Register */
.Register__item{}
.Register__title .img{width: 3em;height: 3em;overflow: hidden;overflow: hidden;border-radius: 3em;}
.Register__title .img img{max-width: 100%;}
.Register__title .title {line-height: 2em;}
.Register__title .title span{font-size: 1.725em;font-weight: bold;}
.Register__title .subtitle{line-height: 1.5em;}
.Register__title .subtitle span{font-size: 0.875em;}
.Register__item .input_info{line-height: 1.5em;text-align: right;padding:0 .4em}
.Register__item .input_info span{font-size: 0.875em;}
.Register__item .error{
  text-align: right;
  padding: 0 .4em;
  color: #7f21f3;
}
.Register__item .error span{font-size: 0.875em;}
.Register__item .select_button{
  border-radius: 1em;
  color:#111;
  font-size: 0.875em;
  padding:1em;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #DDDDDD;
  width:100%;
  line-height: 1.6em;
  background-color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.Register__item .select_button.on{
  border:2px solid #3800AF;
}
.Register__item .label{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-weight: bold;
  margin-bottom: .5em;
}
.Register__item .label label{
  font-size: 0.875em;
  color: #111;
  line-height: 1.2em;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: .5em;
}
.Register__item .label .mark{
  display: inline-block;
  padding: 0 .5em;
  line-height: 2em;
  border-radius: 4px;
  background-color: #3800AF;
  color:#fff;
  font-size: 0.75em;
  font-weight: normal;
}
.Register__item .label .mark.select{
  background: #aaa;
}
.Register__item .label .tips{
  color: #767676;
  font-size: 0.825em;
  font-weight: normal;
}
.Register__item .input.has_button{
  display: flex;
  flex-direction: row;
  gap:.5em;
  justify-content: space-between;
  align-items: center;
}
.Register__item .input.has_button input{
  flex-grow: 1;
  flex-shrink: 1;
}
.Register__item .input.has_button .button{
  flex-grow: 0;
  flex-shrink: 0;
  width: 6em;
  border-radius: 1em;
  border: 1px solid #3800AF;
  display: block;
  line-height: 3.2em;
  text-align: center;
  background: #f1eaff;
  color: #111;
}
.Register__item .input.has_button .button span{font-size: 0.925em;}
.Register__item .input input{
  height:4em;
  border-radius: 1em;
  color:#111;
  font-size: 0.875em;
  padding:1em;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #DDDDDD;
  box-shadow: 0px 6px 20px 0px #3800AF1A;
}
.Register__item .input input.right{text-align: right;}
.Register__item .input input.on{
  border:2px solid #3800AF;
}
.Register__item .input select{
  height:4em;
  border-radius: 1em;
  border: 1px solid #DDDDDD;
  color:#111;
  font-size: 0.875em;
  padding:1em;
  box-sizing: border-box;
  width: 100%;
  background-color: #fff;
  background-image: url(/assets/images/icon_arrow_down.svg);
  background-size: 1.2em;
  background-position: 96% center;
  background-repeat: no-repeat;
}
.Register__item .input select.on{
  border:2px solid #3800AF;
}

.Register__item .input.size{
  display: flex;
  flex-direction: row;
  gap:.5em;
  align-items: center;
}
.Register__item .input.size .value{
  min-width: auto;
  width: 6em;
  flex-grow: 1;
  flex-shrink: 1;
  text-align: left;
}
.Register__item textarea{
  min-height: 10em;
  border-radius: 1em;
  color: #111;
  border-color: #DDDDDD;
  font-size: 14px;
  line-height: 1.3em;
  width: 100%;
  min-width: auto;
  padding:1em;
  box-shadow: 0px 6px 20px 0px #3800AF1A;
}
.Register__item textarea.on{
  border: 2px solid #3800AF;
}
.Register__item .input.size input{
  height: 4em;
  border-radius: 1em;
  color: #111;
  font-size: 0.875em;
  width: 100%;
  min-width: auto;
  box-shadow: 0px 6px 20px 0px #3800AF1A;
}
.Register__item .input.size label {line-height: 1.4em;}
.Register__item .input.size label span{font-size: 0.825em;}
.Register__item .input.size .unit{
  padding-top:1.4em;
}
.Register__item .text{color:#757575;text-align: right;}
.Register__item .text span{font-size: 0.825em;font-weight: normal;}
.Register__callout{
  padding:1em;
  border-radius: 1em;
  background-color: #fff;
  color:#767676;
}
.Register__callout:last-child{
  padding-bottom: 0;
}
.Register__callout .text{font-size: 0.825em;padding-bottom: .5em;}
.Register__sample{
  background-color: #fff;
  border-radius: 1em;
  justify-content: center;
  align-items: center;
  display: flex;
  padding:1em;
  min-height: 4em;
}
.Register__sample .frame{
  border:3px solid #111;
  width: 3em;
  height:3em;
  background-color: #cdcdcdd9;
}
.Register__item .photo{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.Register__photo{
  width:100%;
  height:8em;
  background-color: #E5E4EB;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border-radius: 1em;
  background-image: url(/assets/images/icon_add.svg);
  background-size:1.6em;
  background-position: center;
  background-repeat: no-repeat;
}
.Register__item .preview{
  display: flex;
  flex-direction: row;
  justify-content: center;
  overflow: hidden; /* 이미지가 부모 영역을 벗어나지 않도록 */
  position: relative;
}
.Register__item .preview_img{
  height:8em;
  background-color: #E5E4EB;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border-radius: 1em;
  overflow: hidden;
}
.Register__item .preview_img img{
  width: 100%;
  height: 100%;
  object-fit: cover; /* 부모 요소에 꽉 차도록 비율을 유지하면서 크기를 조정 */
}

.Register__item .close{
  position: absolute;
  right:0.5em;
  top:0.5em;
  border-radius: 1em;
  width: 1.4em;
  height:1.4em;
  overflow: hidden;
  background-color: #ffffff94;
  display: block;
  z-index: 100;
  background-image: url(/assets/images/icon_close.svg);
  background-size: 0.6em;
  background-position: center;
  background-repeat: no-repeat;
}


.Register__item .tooltip{line-height: 1.6em;}
.Register__item .tooltip span{font-size:0.825em;}
.Register__item .star-rating{
  border: 1px solid #DDDDDD;
  border-radius: 1em;
  line-height: 4em;
  height: 4em;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 0px 6px 20px 0px #3800AF1A;
}
.Register__load{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding:.8em 1em;
  box-shadow: 0px 6px 20px 0px #3800AF1A;
  border-radius: .5em;
  border: 1px solid #DDDDDD;
}
.Register__load .tit i{vertical-align: middle;}
.Register__load .tit span{font-size: 0.875em;}
.Register__load .button{
  border-radius: .5em;
  line-height: 2em;
  height:2em;
  text-align: center;
  width: 5em;
  color:#fff;
  background-color: #232A36;
}
.Register__load .button span{font-size: 0.875em; vertical-align: baseline;}

.TagsInput{
  overflow-x: auto;
}
.TagsInput__inner{
  display: flex;
  flex-direction: row;
  gap:.4em;
}
.TagsInput__item{
  border-radius: .2em;
  padding: 0 .5em;
  line-height: 2em;
  background-color: #232a36;
  color: #fff;
  padding-right: 1.5em;
  position: relative;
  flex-grow: 0;
  flex-shrink: 0;
}
.TagsInput__item span{font-size: 0.825em;letter-spacing: -0.5px;}
.TagsInput__item i{
  position: absolute;
  right:0.3em;
  top:50%;
  margin-top:-0.5em;
  line-height: 1em;
  width:1em;
  text-align: center;
}
/* TabRadio */
.TabRadio{
  display: flex;
  flex-direction: row;
  border: 1px solid #443f4e;
  border-radius: .5em;
  background-color: #fff;
  overflow: hidden;
  box-shadow: 0px 6px 20px 0px #3800AF1A;
}
.TabRadio__item{
  position: relative;
  overflow: hidden;
  flex-basis: 34%;
}
.TabRadio__item input{
  position: absolute;
  left:-99em;
}
.TabRadio__item input:checked + label {
  background-color: #4e28d31c; /* 배경색 */
}
.TabRadio__item label{
  display: block;
  height: 4em;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.TabRadio__item label span{font-size: 0.875em;}

.btn_next{
  height:3.75em;
  line-height: 3.75em;
  color:#fff;
  background-color: #232A36;
  display: block;
  text-align: center;
  border-radius: .5em;
}
.btn_next span{font-size: 1em;font-weight: 400;}


/* ProductItemCategory */
.ProductItemCategory{
  overflow-x: auto;
}
.ProductItemCategory__list{
  display: flex;
  flex-direction: row;
  padding:0 1.2em;
  gap:0.4em;
  list-style: none;
}
.ProductItemCategory__item{
  display: block;
  border-radius: 2em;
  line-height: 3em;
  padding: 0 1em;
  border: 1px solid #4E29D3;
  color:#4E29D3;
  text-align: center;
  flex-grow: 0;
  flex-shrink: 0;
}
.ProductItemCategory__item span{font-size: 0.875em;}
.ProductItemCategory__item.active{
  background-color: #4E29D3;
  color:#fff;
}


/* ProductItem__list */
.ProductItem__list{
  margin:0 -0.3em;
}
.ProductItem__total{line-height: 2em;}
.ProductItem__total span{
  font-size: 0.875em;
  color:#767676;
}
.ProductItem__empty{
  text-align: center;
  padding:1em;
  color:#767676;
  background-color: #ffffff55;
  border-radius: 1em;
  line-height: 5em;
  margin-bottom: 2em;
}
.ProductItem__empty span{font-size: 0.875em;}

.ProductItem__item{
  float:left;
  width:50%;
}
.ProductItem__item .inner{
  padding:.3em;
  position: relative;
}
.ProductItem__item .control{
  position: absolute;
  right:1em;
  top:1em;
  z-index: 100;
}
.ProductItem__item .control .button{
  width: 2em;
  height: 2em;
  line-height: 2em;
  text-align: center;
  background: #ffffffa1;
  border-radius: 1em;
  display: block;
}
.ProductItem__item .control .active{
  color:#3800AF;
}
.ProductItem__item .control .button span{vertical-align: middle;font-size: 12px;}
.ProductItem__item .date{
  line-height: 1.4em;
}
.ProductItem__item .price{
  display: flex;
  flex-direction: row;
  justify-items: start;
  align-items: center;
  padding-top:.5em;
  gap:.5em;
}
.ProductItem__item .date span{font-size: 0.75em;}
.ProductItem__item .img{
  border-radius: 1em;
  overflow: hidden;
  height:10em;
  background-color: #eee;
  position: relative;
}
.ProductItem__item .img img{
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.ProductItem__item .img.sold_out:after{
  content:'';
  display: block;
  position: absolute;
  left:0;
  right:0;
  top:0;
  bottom:0;
  z-index: 100;
  background-color: #0000006e;
}
.ProductItem__item .img.sold_out::before{
  content:'판매완료';
  display: block;
  position: absolute;
  left:0;
  right:0;
  top:50%;
  margin-top:-1em;
  line-height: 2em;
  z-index: 1000;
  color:#fff;
  text-align: center;
}
.ProductItem__item .info{
  position: relative;
  min-height: 7em;
}
.ProductItem__item .name span{
  font-size: 0.75em;
}
.ProductItem__item .title{
  overflow: hidden;
}
.ProductItem__item .title span{
  font-size: 15px;
  display: block;
  line-height: 1.2em;
}
.ProductItem__item .price span{
  font-size: 16px;
  font-weight: bold;
}
.ProductItem__item .nickname span{
  font-size: 13px;
  display: block;
  line-height: 1.2em;
  color:#111;
}
.ProductItem__item .group span{
  font-size: 13px;
  display: block;
  line-height: 1.2em;
  color:#767676;
}
.ProductItem__item .order {
  display: flex;
  flex-direction: row;
  gap: 5px;
  position: absolute;
  left: 1em;
  right: 1em;
  top: 7.5em;
}
.ProductItem__item .order a{
  display: block;
  line-height: 2.4em;
  border-radius: 8px;
  font-size: 0.875em;
  width: 100%;
  color: #868686;
  border: 1px solid #ccc;
  text-align: center;
  background-color: #fff;
}
.ProductItem__item .order a span{
  font-size: 0.875em;
}
.ProductItem__item .order .buy{
  background-color: #3800AF;
  color:#fff;
  border: 1px solid #3800AF;
}

/* .FilterArea */
.FilterArea{
  position: absolute;
  left:0;
  top:0;
  right:0;
  bottom:0;
}
.FilterArea__list{
  overflow-y: auto;
  position: absolute;
  left:0;
  top:0;
  right:0;
  bottom:3em;
  padding: 2em 1.2em;
}
.FilterArea__submit{
  position: absolute;
  left:0;
  right:0;
  bottom:0;
  display: flex;
  flex-direction: row;
  gap:.5em;
  padding: 1em 1.2em;
}
.FilterArea__submit .button{
  display: block;
  height: 3em;
  flex-grow: 1;
  flex-shrink: 1;
  text-align: center;
  background: #111;
  color: #fff;
  border-radius: .6em;
  border: 1px solid #232A36;
}
.FilterArea__submit .button[type='reset']{
  background-color: #fff;
  color:#232A36; 
}
.FilterArea__item{
  padding-bottom: 1em;
}
.FilterArea__item .title{line-height: 2em;}
.FilterArea__item .title span{font-weight: bold;}
.FilterArea__item .list{
  font-size: 0.825em;
}
.FilterArea__item .list a{
  display: inline-block;
  line-height: 3em;
  color:#aaa;
  border-radius: 2em;
  border:1px solid #aaa;
  padding:0 1em;
}

/* Register */
.Register{}
.Register__footer{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: .5em 1.2em;
  z-index: 1000;
}
.Register__footer.buttons{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap:.5em;
  align-items: center;
}
.Register__footer .button{
  height:3.75em;
  width: 6em;
  line-height: 3.75em;
  background-color: #fff;
  color:#767676;
  border:1px solid #666;
  display: block;
  text-align: center;
  border-radius: .5em;
}
.Register__content{}

.Register .btn_next{
  height:3.75em;
  width: 100%;
  line-height: 3.75em;
  color:#fff;
  background-color: #232A36;
  display: block;
  text-align: center;
  border-radius: .5em;
}
.Register .btn_next span{font-size: 1em;font-weight: 400;}


/* SelectItem */
.SelectItem{
  padding:0 1.2em;
}
.SelectItem__title{
  line-height: 2em;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
}
.SelectItem__title span{font-size: 0.875em;color:#111}
.SelectItem__title .button{
  display: block;
  border-radius: 0.5em;
  line-height: 2em;
  background-color: #8f8f8f;
  color:#fff;
  width: 5em;
  text-align: center;
}
.SelectItem__title .button.on{
  background-color: #111;
}
.SelectItem__title .button span{color:#fff;}
.SelectItem__title .control{
  display: flex;
  flex-direction: row;
  gap:.2em;
}
.SelectItem__cotent{
  position: absolute;
  top: 4em;
  bottom: 0;
  overflow-y: auto;
  left: 1em;
  right: 1em;
}
.SelectItem__list{
  margin-left:-0.5em;
}
.SelectItem__item{
  float:left;
  width:50%;
  padding-left:0.5em;
  padding-bottom: .5em;
  box-sizing: border-box;
}
.SelectItem__item > a{
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  border-radius: .5em;
  color:#111;
  border:1px solid #d6d6d6;
  line-height: 1em;
  padding:1em;
}
.SelectItem__item > a.active{
  background-color: #3800AF;
  color:#fff;
}
.SelectItem__item > a span{font-size: 1em;}

/* ArtRoomNotice */

.ArtRoomNotice{
  position: relative;
  display: flex;
  flex-direction: column;
  gap:.5em;
  box-shadow: 0px 6px 20px 0px #3800AF1A;
  border-radius: 1.2em;
  background: #fff;
  padding:1em;
  justify-content: center;
}
.ArtRoomNotice .top{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.ArtRoomNotice .more > a{
  margin-right:2em;
  color:#767676;
  font-size:0.8em;
  display: block;
  position: relative;
}
.ArtRoomNotice .more > a:after{
	display: block;
	content:'';
	position: absolute;
  right: -2em;
	top:50%;
	margin-top:-1em;
  width: 2em;
  height: 2em;
  background-image: url(/assets/images/icon_arrow_link.svg);
  background-size: 0.9em;
  background-position: center;
  background-repeat: no-repeat;
}
.ArtRoomNotice .img{height: 7em;text-align: center;}
.ArtRoomNotice .img img{max-height: 100%;}
.ArtRoomNotice .text {
  text-align: center;
  padding: 0 2em;
  word-break: auto-phrase;
  padding: 1em;
  background: #efefef;
  border-radius: .5em;
}
.ArtRoomNotice .text img{height:1.2em}
.ArtRoomNotice .text span{font-size: 0.825em;color:#111}
.ArtRoomNotice .count{
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap:0.5em;
}
.ArtRoomNotice .num{
  font-family: "Suranna", serif;
}
.ArtRoomNotice .num.current{
  color:#4E29D3;
}
.ArtRoomNotice .count .num{
  font-size: 3em;
}
.ArtRoomNotice .count .num.current{
  padding-bottom: 0.4em;
}
.ArtRoomNotice .num.total{
  padding-top: 0.2em;
}
.ArtRoomNotice .count .line{width: 1px;height: 30px;display: block;background-color: #111;transform: rotate(22deg);}
.ArtRoomNotice .level{}
.ArtRoomNotice .level span{
  padding-left: .2em;
  font-weight: bold;
  line-height:2em;
  font-size: 1.125em;
}
.ArtRoomNotice .sell_info{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding:0 2em;
}
.ArtRoomNotice .sell_info .txt{font-size: 0.825em;}
.ArtRoomNotice .sell_info .line{
  display: block;
  width: 1px;
  height: 2.5em;
  background-color: #efefef;
  margin:0 0.5em;
}
.ArtRoomNotice .sell_info > div{
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-basis: 30%;
}
.ArtRoomNotice .sell_info .num{
  font-size:2em;
  line-height: 1em;
}
.ArtRoomNotice .control{
  padding-top:.2em;
  display: flex;
  flex-direction: row;
  gap:.2em;
  align-items: center;
  justify-content: space-between;
}
.ArtRoomNotice .button.basic{
  color:#767676;
  border-color: #767676;
}
.ArtRoomNotice .button{
  height:2.6em;
  display: block;
  border:1px solid #4e28d3;
  color:#4e28d3;
  border-radius: .5em;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.ArtRoomNotice .button span{font-size: 0.875em;vertical-align: baseline;}

/* ArtRoom */
.ArtRoom{}

.ArtRoom__list{
  display: flex;
  flex-direction: column;
  gap:.8em;
}
.ArtRoom__item{
  display: flex;
  flex-direction: column;
  gap:.5em;
  box-shadow: 0px 6px 20px 0px #3800AF1A;
  border-radius: 1.2em;
  background: #fff;
  padding:1em;
}
.ArtRoom__item .info{overflow: hidden;}
.ArtRoom__item.empty{
  text-align: center;
}
.ArtRoom__item.empty span{
  font-size: 0.875em;
}
.ArtRoom__item.empty .button{
  color: #4e28d3;
  height:3em;
  line-height: 3em;
  display: block;
  border:1px solid #4e28d3;
  border-radius: 0.6em;
  text-align: center;
}
.ArtRoom__item.empty .button span{color:#4e28d3;font-size: 0.825em;vertical-align: baseline;}



.ArtRoom__link{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap:.8em;
}
.ArtRoom__link .img.sold_out:after{
  content:'';
  display: block;
  position: absolute;
  left:0;
  right:0;
  top:0;
  bottom:0;
  z-index: 100;
  background-color: #0000006e;
}
.ArtRoom__link .img.sold_out::before{
  content:'판매완료';
  display: block;
  position: absolute;
  left:0;
  right:0;
  top:50%;
  margin-top:-1em;
  line-height: 2em;
  z-index: 1000;
  color:#fff;
  text-align: center;
}
.ArtRoom__link .img{
  width: 6em;
  height: 6em;
  border-radius: .8em;
  flex-grow: 0;
  flex-shrink: 0;
  overflow: hidden;
  background-color: #eee;
  position: relative;
}
.ArtRoom__link .img img{max-width: 100%;}
.ArtRoom__link .info{
  flex-grow: 1;
  flex-shrink: 1;
  padding-top: .2em;
  position: relative;
}
.ArtRoom__link .info .state{
  position: absolute;
  right:0em;
  top:0em;
}
.ArtRoom__link .info .state span{
  display: inline-block;
  line-height: 1.6em;
  padding:0 .5em;
  border-radius: 3px;
  background-color: #767676;
  color:#fff;
  font-size: 12px;
}
.ArtRoom__link .info .mark i{
  display: inline-block;
  color: #111;
  font-style: normal;
  padding-right:.2em;
}
.ArtRoom__link .info .mark{line-height: 1.8em;}

.ArtRoom__link .info .date{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  font-size: 0.81em;
}
.ArtRoom__link .info .title > .year{
  color:#767676;
  font-weight: normal;
  font-size: 0.825em;
}
.ArtRoom__link .info .title > span{font-weight: bold;}
.ArtRoom__link .more{
  position: absolute;
  right:.2em;
  bottom:0em;
  color:#4E28D3
}
.ArtRoom__link .icon{
  position: absolute;
  right:.2em;
  left:0;
  bottom:0em;
  display: flex;
  flex-direction: row;
  gap: .4em;
}
.ArtRoom__link .icon span{}
.ArtRoom__link .icon i{color:#adadad}
.ArtRoom__link .icon span{font-size: 0.825em;vertical-align: baseline;}
.ArtRoom__info{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.ArtRoom__info .count{color:#4E28D3;font-size: 0.825em;}
.ArtRoom__control{
  display: flex;
  flex-direction: row;
  gap:.3em;
}
.ArtRoom__control .button{
  display: block;
  background-color: #fff;
  line-height: 2.6em;
  width: 100%;
  text-align: center;
  border-radius: .5em;
  border:1px solid #ccc;
  color:#767676;
}
.ArtRoom__control .button.icon_button{width: 7em;}
.ArtRoom__control .button span{
  font-size: 0.875em;
}
.ArtRoom__control .button[data-button='home']{
  background-color: #fff;
  color:#111;
}

/* MallCart */
.MallCart__inner{
  padding:0 1.2em;
}
.MallCart__content{

}
.MallCart__footer{
  position: absolute;
  left:0;
  right:0;
  bottom:0;
  z-index: 100;
  background: #232A36;
  padding:2em 1.2em 1.2em;
  box-shadow: 0px -5px 20px 0px #00000026;
  color:#fff;
  border-radius: 1.2em 1.2em 0 0;
}
.MallCart__price .info{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-bottom: .8em;
}
.MallCart__price .info .count span{font-size: 0.825em;}
.MallCart__price .info .total_price span{font-size: 1.2em;}
.MallCart__price .submit .button{
  color: #111;
  height:3em;
  line-height: 3em;
  border:1px solid #111;
  border-radius: 0.6em;
  text-align: center;
  display: block;
  width: 100%;
  text-align: center;
  background-color: #fff;
}
.MallCart__price .submit .button span{font-weight:bold;color:#111;vertical-align: baseline;}
.MallCart__control{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.MallCart__control .sort{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap:.5em;
  font-size: 0.9em;
}
.MallCart__control .sort a{color:#767676;font-size: 0.875em;}
.MallCart__control .sort a.on{color:#3800AF}
.MallCart .check{
  overflow: hidden;
  color:#767676;
  position: relative;
  padding-left: 1.5em;
  line-height: 2em;
}
.MallCart .home{
  display: flex;
  flex-direction: row;
  gap: .2em;
  align-items: center;
  justify-content: center;
  line-height: 1.2em;
}
.MallCart .check input{
  position: absolute;
  left:-99em;
}
.MallCart .check label{
  position: absolute;
  left:0;
  margin-top:-0.6em;
  top:50%;
  width: 1.2em;
  height: 1.2em;
  background: #AAAAAA;
  color:#fff;
  display: block;
  border-radius: 5px;
  background-repeat: no-repeat;
  background-position: center;
  background-size:10px;
}
.MallCart .check input:checked + label{
  background-image: url(/assets/images/icon_check_white.svg);
}
.MallCart__item .link{
  position: absolute;
  left:0;
  top:0;
  bottom:0;
  right:0;
}
.MallCart__item .top{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.MallCart__total{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding:1.4em;
  border-radius: 1em;
  border:2px solid #3800AF;
  background: #4E29D31A;
  overflow: hidden;
}
.MallCart__total .tit{font-size: 0.875em;color:#111;}
.MallCart__total .value{
  font-size: 1.2em;
  color:#111;
  font-weight: bold;
}
.MallCart__items{
  font-size: 0.9em;
}
.MallCart__info{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  font-size: 0.875em;
}
.MallCart__info .order_id a{color:#767676;font-weight: bold;}
.MallCart__info .order_state{
  display: inline-block;
  padding:.5em 1em;
  border-radius: 3px;
  background-color: #767676;
  color:#fff;
  font-size: 0.875em;
}
.MallCart__info .order_date{font-size: 0.825em;}
.MallCart__detail{
  border-top:2px dotted #ccc;
  margin-top:1em;
  padding-top:0.8em;
  padding-left:0.4em;
  padding-right: 0.4em;
  padding-bottom: 1em;;
}

.MallCart__detail .order_price{
  color:#111;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin:0.2em 0;
}
.MallCart__detail .order_price span{font-size: 0.875em;}
.MallCart__detail .order_price .title{
  color:#767676;
}
.MallCart__list{
  display: flex;
  flex-direction: column;
  gap:1em;
}
.MallCart__item.empty{
  text-align: center;
}
.MallCart__item.empty span{
  font-size: 0.875em;
}
.MallCart__item.empty .button{
  color: #4e28d3;
  height:3em;
  line-height: 3em;
  display: block;
  border:1px solid #4e28d3;
  border-radius: 0.6em;
  text-align: center;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.MallCart__item.empty .button span{color:#4e28d3;font-size: 0.825em;vertical-align: baseline;}
.MallCart__button{
  display: flex;
  flex-direction: row;
  gap:.5em;
}
.MallCart__button .button{
  color: #4e28d3;
  height:3em;
  line-height: 3em;
  display: block;
  border:1px solid #4e28d3;
  border-radius: 0.6em;
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.MallCart__button .button span{color:#4e28d3;font-size: 0.875em;vertical-align: baseline;}
.MallCart__button.cancle .button{
  border-color: #ccc;
}
.MallCart__button.cancle .button span{
  color: #767676;
}
.MallCart__item{
  background-color: #fff;
  box-shadow: 0px 6px 20px 0px #3800AF1A;
  border-radius: 1.5em;
  padding:1.2em 1.2em 1.4em;
}
.MallCart__item .item{
  display: flex;
  flex-direction: row;
  gap:0.8em;
  margin:.5em 0;
}
.MallCart__item .img{
  width: 6.25em;
  height:6.25em;
  border-radius: 1em;
  flex-grow: 0;
  flex-shrink: 0;
  overflow: hidden;
  position: relative;
}
.MallCart__item .img.sold_out:after{
  content:'';
  display: block;
  position: absolute;
  left:0;
  right:0;
  top:0;
  bottom:0;
  z-index: 100;
  background-color: #0000006e;
}
.MallCart__item .img.sold_out::before{
  content:'판매완료';
  display: block;
  position: absolute;
  left:0;
  right:0;
  top:50%;
  margin-top:-1em;
  line-height: 2em;
  z-index: 1000;
  color:#fff;
  text-align: center;
}


.MallCart__item .img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.MallCart__item .info{
  flex-grow: 1;
  flex-shrink: 1;
  position: relative;
}
.MallCart__item .info .price{
  position: absolute;
  left:0;
  right:0;
  bottom:0;
}
.MallCart__item .info .artist span{font-size: 0.81em;color:#111}
.MallCart__item .info .state{}
.MallCart__item .info .state span{font-size: 0.81em;color:#3800AF}
.MallCart__item .info .delivery{line-height: 1.2em;}
.MallCart__item .info .delivery span{font-size: 0.81em;color:#767676}
.MallCart__item .info .title{}
.MallCart__item .info .title span{font-size: 1em;color:#111;font-weight: bold;line-height: 1em;}
.MallCart__item .info .price span{font-weight:bold; font-size: 1em;color:#111}
.MallCart__item .info .price i{font-weight:normal; font-size: 0.825em;color:#767676;font-style: normal;}
.MallCart__item .detail{
  border-top:2px dotted #d9d9d9;
}
.MallCart__item .link{
  font-size: 0.875em;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: .3em;
  line-height: 2em;
}
.MallCart__item .detail li{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  color:#767676;
  font-size: 0.825em;
  padding:.2em 0;
}
.MallCart__item .detail li .cont{color:#111;}
.MallCart__item .detail li.total {font-weight: bold;}
.MallCart__item .button.basic{
  border-color: #ccc;
}
.MallCart__item .button.basic span{color:#767676}
.MallCart__item .button{
  color: #4e28d3;
  height:3em;
  line-height: 3em;
  display: block;
  border:1px solid #4e28d3;
  border-radius: 0.6em;
  text-align: center;
  box-sizing: border-box;
  flex-grow: 1;
  flex-shrink: 1;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.MallCart__item .button span{color:#4e28d3;font-size: 0.875em;vertical-align: baseline;}
.MallCart__item .action .row{
  margin:0;
  display: flex;
  align-items: center;
  flex-direction: row;
  gap:.5em;
}

/* MallCartOrder */
.MallCartOrder{}
.MallCartOrder__box{
  background-color: #fff;
  box-shadow: 0px 6px 20px 0px #3800AF1A;
  border-radius: 1.5em;
  padding: 1.2em 1.2em;
  margin-bottom: 1em;
}
.MallCartOrder__box .title{font-size: 1em;font-weight: bold;}
.MallCartOrder__box .info{font-size: 0.825em;color:#767676}
.MallCartOrder__title{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  line-height: 2.6em;
  border-bottom: 1px dashed #ccc;
}
.MallCartOrder__title.no_line{
  border-bottom: 0;
}
.MallCartOrder__title .control{
  font-size: 0.825em;
  font-weight: normal;
}
.MallCartOrder__title .control a{
  border: 1px solid #eee;
  padding: 0 .5em;
  border-radius: .5em;
  background: #fff;
  line-height: 2em;
  display: block;
}
.MallCartOrder__title span{font-size: 1em;font-weight: bold;}
.MallCartOrder__info{
  display: flex;
  flex-direction: column;
  gap:.5em;
  font-size: 0.875em;
  color:#111;
}
.MallCartOrder__info .text{text-align: center;color:#767676;}
.MallCartOrder__info .row{
  padding:0 1em;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.MallCartOrder__info .row.log{
  text-align: right;
  display: block;
  padding-bottom: .2em;
}
.MallCartOrder__info .row.log p{text-align: right;font-size: 0.875em;color:#767676}
.MallCartOrder__info .row .tit{
  color:#767676;
  width: 5em;
  letter-spacing: -0.5px;
  flex-shrink: 0;
  flex-grow: 0;
  font-weight: bold;
}
.MallCartOrder__info .row .value{
  color: #111;
  text-align: left;
  flex-grow: 1;
}
.MallCartOrder__info .row.price .tit{
  color:#3800AF;
}
.MallCartOrder__info .row.price .value{
  color:#3800AF;
}
.MallCartOrder__box .control{
  gap:.5em;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.MallCartOrder__box .button.basic{
  border-color: #ccc;
}
.MallCartOrder__box .button.basic span{color:#767676}
.MallCartOrder__box .button{
  color: #4e28d3;
  height:3em;
  line-height: 3em;
  display: block;
  border:1px solid #4e28d3;
  border-radius: 0.6em;
  text-align: center;
  box-sizing: border-box;
  flex-grow: 1;
  flex-shrink: 1;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.MallCartOrder__box .button span{color:#4e28d3;vertical-align: baseline;}



.MallCartOrder__detail .control-label{line-height: 2em;font-size: 0.875em;}
.MallCartOrder__detail .form-group{padding-bottom: .5em;}
.MallCartOrder__detail textarea{
  height:10em;
	border-radius: 1em;
	color:#111;
	font-size: 0.875em;
	padding:1em;
	box-sizing: border-box;
	width: 100%;
	border: 1px solid #DDDDDD;
}
.MallCartOrder__detail input[type='text'],
.MallCartOrder__detail input[type='email']{
  height:4em;
	border-radius: 1em;
	color:#111;
	font-size: 0.875em;
	padding:1em;
	box-sizing: border-box;
	width: 100%;
	border: 1px solid #DDDDDD;
  position: relative;
}
.MallCartOrder__detail input[readonly=readonly]{
	background-color: #eee;
	color:#666;
}
.MallCartOrder__deposit{
  font-size: 0.875em;
  color:#666;
}
.MallCartOrder__deposit .info{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.MallCartOrder__detail select{
	height:4em;
	border-radius: 1em;
	border: 1px solid #DDDDDD;
	color:#111;
	font-size: 0.875em;
	padding:1em;
	box-sizing: border-box;
	width: 100%;
	background-color: #fff;
	background-image: url(/assets/images/icon_arrow_down.svg);
	background-size: 1.2em;
	background-position: 96% center;
	background-repeat: no-repeat;
}

.MallCartOrder__detail .btn.btn-order{
  height:3em !important;
  line-height: 3em !important;
  display: block;
  border:1px solid #4e28d3;
  background-color: #4e28d3;
  border-radius: .8em;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
}
.MallCartOrder__detail .btn.btn-order span{color:#fff;vertical-align: baseline;font-size: 1em;}

/* Artist */
.Artist .Artist__top{
  background: #232A36;
  background-image: url(/assets/images/bg_artist.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  background-attachment: fixed;
  border-radius: 0 0 1.5em 1.5em;
  padding: 2em 1.2em 2em;
}
.Artist__content{padding:0 1.2em}
.Artist__info{text-align: center;padding-top: 3em;}
.Artist__info .greetings{
  color:#fff;
  font-size: 0.875em;
}
.Artist__info .info{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: #ffffffcf;
  font-size: 0.875em;
  gap: 1em;
}
.Artist__info .control{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: .5em;
}
.Artist__info .control .button{
  color: #111;
  height:2.6em;
  line-height: 2.6em;
  border:1px solid #fff;
  border-radius: 0.6em;
  text-align: center;
  display: block;
  width: 100%;
  text-align: center;
  color:#fff;
}
.Artist__info .control .button span{
  font-size: 0.875em;
}
.Artist__info .profile .button{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color:#fff;
	position: absolute;
	z-index: 10;
	background-color: #00000061;
}
.Artist__info .profile{
	position: relative;
	margin: 0 auto;
	display: inline-block;
}
.Artist__info .profile .img{
	border:2px solid #fff;
	width:5em;
	height: 5em;
	border-radius: 5em;
	overflow: hidden;
	position: relative;
	background-color: #efefef;
}
.Artist__info .profile .img img{
	max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.Artist__info .profile .btn_modify{
    position: absolute;
    right: -1em;
    bottom: 0em;
    width: 2em;
    height: 2em;
    background: #D3384A;
    text-align: center;
    border-radius: .5em;
    background-image: url(/assets/images/icon_pen.svg);
    background-size: 0.9em;
    background-position: center;
    background-repeat: no-repeat;
    font-size: 0.8em;
}
.Artist__info .nickname{
  color: #fff;
  line-height: 2em;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: .3em;
}
.Artist__info .nickname span{font-size: 1.2em;}
.Artist__info .email{color:#fff}
.Artist__info .email span{font-size: 0.9em;font-weight: normal;}


/* UploadNotice */
.UploadNotice {
  background: #fbfbff;
  border-radius: 1.2em;
  box-shadow: inset 0 0 1em rgba(54, 54, 54, 0.1); /* 2px 5px equivalent */
  padding: 1em; /* 20px equivalent */
  box-sizing: border-box;
}
.UploadNotice__top .title{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.UploadNotice__top .title {line-height: 1.2em;}
.UploadNotice__top .title span {
  font-size: 1em; /* 18px to em */
  font-weight: bold;
  color: #111111;
}

.UploadNotice__top .sub_title span {
  font-size: 0.75em; 
  color: #767676;
}

.UploadNotice__content {
  margin-top: 1em; /* 16px to em */
}

.UploadNotice__content .count {
  font-size: 1.125em; /* 16px to em */
  color: #111111;
  display: flex;
  align-items: center;
  gap: 0.5em; /* 8px to em */
  font-family: "Suranna", serif;
  justify-content: end;
}
.UploadNotice__content .count span{font-size: 1.125em;}
.UploadNotice__content .loading {
  margin-top: 0.5em; /* 8px to em */
  width: 100%;
  height: 0.5em; /* 8px to em */
  background: #eee;
  border-radius: 0.25em; /* 4px to em */
  position: relative;
}
.UploadNotice__content .date{
  text-align: right;
  line-height: 1.4em;
}
.UploadNotice__content .date span{
  font-size: 0.75em;
  color:#767676;
}
.UploadNotice__content .loading .progress-bar {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, #4E28D3, #7A5BF1);
  width: 33%; /* This remains percentage */
  border-radius: 0.25em; /* 4px to em */

}
@keyframes progressAnimation {
  from {
    width: 0%;
  }
  to {
    width: 100%; /* 최종 진행 상태 */
  }
}
.UploadNotice__note p{
  position: relative;
  padding-left:0.8em;
}
.UploadNotice__note p:after{
  content:"-";
  position: absolute;
  left:0;
  top:.1em;
  line-height: 1em;
  display: block;
  color:#767676;
}
.UploadNotice__note p span{
  font-size: 0.75em; /* 12px to em */
  color: #767676;
}


/* CateProduct */
.CateProduct{}
.CateProduct__title{font-weight: bold;line-height: 2em;}
.CateProduct__title span{font-size: 1.25em;color:#111}
.CateProduct__list{
  margin-left:-0.5em;
}
.CateProduct__item{
  float:left;
  width:33.3%;
}
.CateProduct__item > a{
  border-radius: 1em;
  background: #fff;
  padding:0.6em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 6.5em;
  box-shadow: 0px 6px 14px 0px #3800AF1A;
  margin-left:.5em;
  margin-bottom: .5em;
}
.CateProduct__item .img{
  width: 3.4em;
  height: 3.4em;
  border-radius: 3.4em;
  overflow: hidden;
  margin:0 auto;
}
.CateProduct__item .img img{width: 100%;height: 100%;object-fit: cover;}
.CateProduct__item .nickname{text-align: center;line-height: 1em;}
.CateProduct__item .nickname span{font-size: 0.8125em;font-weight: bold;color:#111}
.CateProduct__empty{line-height: 10em;text-align: center;background: #ffffff55;border-radius: 1em;}
.CateProduct__empty span{font-size: 0.875em;color:#767676}

/* 좋아요 버튼 스타일 */
.like-btn {
    background: none;
    border: none;
    color: #999;
    font-size: 1.2em;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 0.3em;
    padding: 0.5em;
    border-radius: 0.25em;
}

.like-btn:hover {
    color: #e91e63;
    background: rgba(233, 30, 99, 0.1);
}

.like-btn.liked {
    color: #e91e63;
}

.like-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    transform: none !important;
}


/* 하트 애니메이션 */
.heart-animate {
    animation: heartBeat 0.6s ease !important;
}

@keyframes heartBeat {
    0% { transform: scale(1); }
    25% { transform: scale(1.2); }
    50% { transform: scale(1.4); }
    75% { transform: scale(1.2); }
    100% { transform: scale(1); }
}

/* 토스트 메시지 스타일 */
.toast {
    position: fixed;
    top: 2em;
    right: 2em;
    padding: 1em 1.5em;
    border-radius: 0.5em;
    color: #fff;
    font-weight: 500;
    z-index: 9999;
    transform: translateX(100%);
    transition: transform 0.3s ease;
    box-shadow: 0 0.25em 0.75em rgba(0, 0, 0, 0.2);
}

.toast.show {
    transform: translateX(0);
}

.toast-success {
    background: #28a745;
}

.toast-error {
    background: #dc3545;
}

/* 모바일 대응 */
@media (max-width: 768px) {
    .toast {
        top: 1em;
        right: 1em;
        left: 1em;
        transform: translateY(-100%);
    }
    
    .toast.show {
        transform: translateY(0);
    }
}