@charset "utf-8";
.at-body {
  margin-top: 10rem;
}
aside.list-aside {
  margin-bottom: 4rem;
  display: flex;
  justify-content: space-between;
}
aside.list-aside>h6 {
  font-weight: 400;
  letter-spacing: .5px;
}
aside.list-aside>div {
  display: flex;
}
.list-wrap {
  line-height:20px;
}
.list-wrap .txt-normal { letter-spacing:0; }
.list-wrap .txt-short { letter-spacing:-1px; padding-right:1px; }
.list-wrap .item-row {
  float: left;
  position: relative;
  height: 410.97px;
  top: 0;
  z-index: 1;
  transition: all 150ms linear;
  -o-transition: all 150ms linear;
  -ms-transition: all 150ms linear;
  -moz-transition: all 150ms linear;
  -webkit-transition: all 150ms linear;
}
.list-wrap .item-row:hover {
  top: -3rem;
  z-index: 2;
  transition: all 150ms linear;
  -o-transition: all 150ms linear;
  -ms-transition: all 150ms linear;
  -moz-transition: all 150ms linear;
  -webkit-transition: all 150ms linear;
}
.list-wrap .item-list {
  padding: 2rem;
  border-radius: 5px;
  box-sizing: border-box;
}
.list-wrap .item-row:hover .item-list {
  box-shadow: 0 0 10px 1px rgba(0,0,0,.1);
  margin-bottom: 0;
  transition: all 150ms linear;
  -o-transition: all 150ms linear;
  -ms-transition: all 150ms linear;
  -moz-transition: all 150ms linear;
  -webkit-transition: all 150ms linear;
}
.list-wrap .item-image { position:relative; overflow:hidden; }
.list-wrap .item-content { padding-top:10px; margin:0px 4px; text-align:center; }
.list-wrap .item-star { text-align:center; overflow:hidden; letter-spacing:-1px; font-size:18px; line-height:20px; height:20px; margin-bottom:4px; }
.list-wrap .item-name { overflow:hidden; letter-spacing:-1px; padding-right:1px; text-align:center; font-size:14px; }
.list-wrap .item-name b {
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: .5px;
}
.list-wrap .item-name>a>b{
  font-family: "Poppins", 'Noto Sans KR', Arial, sans-serif;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
.list-wrap .item-text {
  letter-spacing: .2px;
  font-size: 12px;
  color: #888;
  font-family: 'Open Sans',sans-serif;
}

.list-wrap .item-price { margin-top:4px; line-height:22px; }
.list-wrap .item-price b { font-size:16px; display:inline-block; margin:0px 4px; }
.list-wrap .item-price b i { font-size:12px; }
.list-wrap .item-price strike { color:#888; margin:0px 4px; font-size:14px; display:inline-block; }
.list-wrap .item-details { color:#888; margin-top:4px; padding:0px 1px; font-size:13px; text-align:center; }
.list-wrap .item-sp { margin:0px 4px; white-space:nowrap; }
.list-wrap .item-sp i { margin-right:2px; color:#888; }
.list-wrap .item-sns { margin-top:15px; text-align:center; }
.list-wrap .item-sns img { width:15%; max-width:34px; border-radius:50%; }
.list-wrap .item-view {
  display: flex;
  justify-content: center;
}
.list-wrap .item-view>div {
  border-radius: 100%;
  height: 5rem;
  width: 5rem;
  display: none;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  color: rgb(255, 255, 255);
  background-color: rgb(98, 100, 105);
  border-color: rgb(98, 100, 105);
  border-style: solid;
  border-width: 1px;
  margin: 2rem 1rem 1rem;
  cursor: pointer;
}
.list-wrap .item-view>div>a {
  color: rgb(255, 255, 255);
  display: flex;
  height: 100%;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.list-wrap .item-row:hover .item-view>div {
  display: block;
  animation-name: zoomIn;
}
.list-wrap .item-row:hover .item-view>div:hover {
  background-color: rgb(199, 0, 52);
  border-color: rgb(199, 0, 52);
}
.list-wrap .item-row:hover .item-view>div::after {
  background-color: rgb(98, 100, 105);
}
.list-wrap .item-row:hover .item-view>div:hover::after {
  background-color: rgb(199, 0, 52);
}

.list-wrap .item-view >div.shopping {
  background-color: rgb(199, 0, 52);
  border-color: rgb(199, 0, 52);
}
.list-wrap .item-view:hover >div.shopping:hover {
  color: rgb(98, 100, 105);
  background-color: #fff;
  border-color: rgb(98, 100, 105);
}
.list-wrap .item-view:hover >div.shopping:hover>a {
  color: rgb(98, 100, 105);
}
.list-wrap .item-row:hover .item-view>div.shopping::after {
  background-color: rgb(199, 0, 52);
}
.list-wrap .item-row:hover .item-view>div.shopping:hover::after {
  background-color: #fff;
}
.list-none { margin:0px 0px 15px; padding:80px 0px; text-align:center; color:#888; }
.list-page { margin:70px 0px; }
.list-page .pagination { margin:0; }

/***************************************
 lsit view bulleted
***************************************/
.list-wrap.bulleted {
  overflow: visible;
}
.list-wrap.bulleted .item-row {
  top: 0;
  height: auto;
  width: 100%;
}
.list-wrap.bulleted .item-row:hover {
  top: 0;
}
.list-wrap.bulleted .item-list {
  display: flex;
  padding: 0;
  border: none;
}
/* .list-wrap.bulleted .item-list>* {
  box-shadow: 0 0 10px 1px rgba(0,0,0,.1);
} */
.list-wrap.bulleted .img-item {
  padding: 2rem;
}
.list-wrap.bulleted .item-image {
  width: 35%;
  border-radius: 5px 0 0 5px;
}
.list-wrap.bulleted .item-content {
  width: 65%;
  text-align: left;
  border-radius: 0 5px 5px 0;
  margin: 0;
  margin-left: .5rem;
  background: #f9f9f9;
  display: flex;
  align-items: center;
}
.list-wrap.bulleted .item-content>div {
  position: relative;
  padding: 0 4rem;
}
.list-wrap.bulleted .item-name {
  height: auto !important;
  text-align: left;
}
.list-wrap.bulleted .item-name b {
  font-size: 2.5rem;
  font-weight: 400;
  letter-spacing: .5px;
}
.list-wrap.bulleted .item-text {
  margin-top: 2rem;
  letter-spacing: .4px;
  height: auto !important;
}
.list-wrap.bulleted .item-view {
  position: absolute;
  right: 2rem;
  top: 92%;
}

/***************************************
 label
***************************************/
.label-cap {
  z-index: 2;
  font-family: 'Poppins', "Noto Sans KR", sans-serif;
  position: absolute;
  top: 0;
  right: 0;
  letter-spacing: 0;
  width: auto;
  padding: 0rem .7rem;
  font-size: 1.1rem;
  text-align: center;
  font-weight: normal;
  transform: none;
  -o-transform: none;
  -ms-transform: none;
  -moz-transform: none;
  -webkit-transform: none;
  border-radius: 5px;
}
.list-wrap.bulleted .label-cap {
  top: 2rem;
  left: 2rem;
  right: auto;
}

/***************************************
 sort
***************************************/
.list-sort {
  padding-right: 2rem;
  letter-spacing: 1px;
}
.list-sort .dropdown>a {
  display: flex;
  align-items: center;
  font-size: 1.25rem;
}
.list-sort .dropdown>a::after {
  content: "\f239";
  display: inline-block;
  font: normal normal normal 24px/1 "Material Design Icons";
  font-size: 2.2rem;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: rotate(0);
}
.list-sort .dropdown.open>a::after {
  transform: rotate(180deg);
}
.list-sort .dropdown>ul {
  font-size: 1.25rem;
  letter-spacing: 0.5px;
  border-radius: 0;
  padding: 0;
  margin: 0;
  border: 0;
  top: 150%;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  opacity: .85;
}
.list-sort .dropdown>ul a {
  padding: .7rem 1rem;
  line-height: 1;
}
.list-sort .dropdown>ul a.on,
.list-sort .dropdown>ul a:hover {
  background: rgb(199, 0, 52);
  color: #fff;
}

.modal-open .at-main .modal.fade.in {
	display: flex !important;
  justify-content: center;
  align-items: center;
}
.modal-open .at-main .modal.fade.in .modal-header {
	border-radius: 5px 5px 0 0;
}
