@charset "UTF-8";
.category-box__pad {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  background-color: #fff; }

.category-box__header {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.category-box__close-button {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  line-height: 1;
  opacity: 0.4; }
  .category-box__close-button .icon {
    display: block;
    margin-right: -5px;
    padding: 5px;
    font-size: 21px; }
  .category-box__close-button:hover, .category-box__close-button:focus {
    opacity: 1; }

.category-box .t1-a:hover, .category-box .t1-a:focus {
  color: #4076FF; }
  .category-box .t1-a:hover .a-text, .category-box .t1-a:focus .a-text {
    background-size: 100% 100%; }

.category-box .t1-a .a-text {
  width: calc(100%);
  background-image: -o-linear-gradient(transparent calc(100% - 1px), #4076FF 1px);
  background-image: linear-gradient(transparent calc(100% - 1px), #4076FF 1px);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  -webkit-transition: background-size .3s;
  -o-transition: background-size .3s;
  transition: background-size .3s; }

.category-box .t1-a.is-current {
  color: #4076FF; }
  .category-box .t1-a.is-current .a-text {
    background-size: 100% 100%; }

.category-box .t2-list {
  padding-top: 1em; }
  .category-box .t2-list--makeup .t2-item:nth-child(n+6) {
    display: none; }
  .category-box .t2-list--makeup .t3-item {
    float: none;
    width: auto; }
    .category-box .t2-list--makeup .t3-item:first-child {
      display: block; }

.category-box .t2-item > .t2-a {
  float: none;
  display: inline-block;
  width: auto;
  padding: 0.5em 20px; }

.category-box .t2-h {
  margin: 0;
  padding: 0.5em 20px;
  color: #000; }

.category-box .t2-a {
  display: inline-block;
  font-size: 1rem; }
  .category-box .t2-a:hover, .category-box .t2-a:focus {
    color: #4076FF; }
    .category-box .t2-a:hover .a-text, .category-box .t2-a:focus .a-text {
      background-size: 100% 100%; }
  .category-box .t2-a .a-text {
    width: calc(100%);
    background-image: -o-linear-gradient(transparent calc(100% - 1px), #4076FF 1px);
    background-image: linear-gradient(transparent calc(100% - 1px), #4076FF 1px);
    background-repeat: no-repeat;
    background-size: 0% 100%;
    -webkit-transition: background-size .3s;
    -o-transition: background-size .3s;
    transition: background-size .3s; }
  .category-box .t2-a.is-current {
    color: #4076FF; }
    .category-box .t2-a.is-current .a-text {
      background-size: 100% 100%; }

.category-box .t3-list {
  zoom: 1;
  padding: 1em 20px; }
  .category-box .t3-list:before {
    content: '';
    display: block; }
  .category-box .t3-list:after {
    content: '';
    display: table;
    clear: both; }

.category-box .t3-item {
  float: left;
  width: 50%; }

.category-box .t3-a {
  display: block;
  padding: .5em 0; }
  .category-box .t3-a.is-current {
    color: #4076FF; }
    .category-box .t3-a.is-current .link__text {
      background-size: 100% 100%; }

@media (max-width: 59.99em) {
  .category-box {
    height: 100%; }
    .category-box__header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      height: 60px;
      border-bottom: 1px solid #eaeaea; }
    .category-box__list-wrap {
      overflow: scroll;
      padding-bottom: 30px; }
    .category-box .t2-h {
      background-color: #f7f7f7; } }

@media (min-width: 60em) {
  .category-box__pad {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 310px;
    border: 1px solid #ddd; }
  .category-box__header {
    position: absolute;
    width: 100%; }
  .category-box__heading {
    position: absolute !important;
    overflow: hidden;
    height: 1px;
    width: 1px;
    margin: -1px;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap; }
  .category-box__close-button {
    top: 30px; }
    .category-box__close-button .icon {
      color: #444;
      font-size: 18px; }
  .category-box .t2-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-left: 5%;
    padding-right: 5%; }
    .category-box .t2-list--makeup .t2-item {
      width: 25%; }
  .category-box .t2-item {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 33%;
    padding-left: 2%;
    padding-right: 2%; }
    .category-box .t2-item:first-child {
      width: 100%; }
    .category-box .t2-item > .t2-a {
      padding-left: 0; }
  .category-box .t2-h {
    padding: .25em 0;
    border-bottom: 1px solid #eaeaea; }
  .category-box .t3-list {
    padding: .5em 0; }
  .category-box .t3-item {
    width: 50%; }
  .category-box .t3-a {
    padding: .125em 0;
    white-space: nowrap; } }

.shelf {
  padding-bottom: 60px; }
  .shelf__header {
    position: relative;
    height: 160px;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .shelf__header .bg {
      overflow: hidden;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: #eaeaea; }
      .shelf__header .bg img {
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        max-width: none;
        width: 720px;
        height: 160px; }
  .shelf__heading {
    position: relative;
    width: 100%;
    text-align: center; }
  .shelf__wrapper {
    margin-left: 20px;
    margin-right: 20px; }
  .shelf__filter {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .shelf__category, .shelf__order {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 50%; }
  .shelf__category {
    padding-right: 3px; }
  .shelf__order {
    padding-left: 3px; }
  .shelf__total {
    margin: 1em 0 .2em;
    color: #767676; }
  .shelf .func {
    margin-top: 30px; }
  @media (min-width: 45em) {
    .shelf__header {
      height: 214px; }
      .shelf__header .bg img {
        width: auto;
        height: 100%; }
    .shelf__filter {
      margin-bottom: 20px; }
    .shelf__category {
      width: 180px; }
      .shelf__category button.details__summary-button {
        position: absolute;
        top: 0;
        left: 0;
        width: 180px; }
    .shelf__order {
      width: 180px; }
    .shelf__total {
      position: absolute;
      right: 0; } }
  @media (min-width: 60em) {
    .shelf {
      padding-bottom: 120px; }
      .shelf__header {
        height: 240px;
        margin-bottom: 36px; }
      .shelf__wrapper {
        margin-left: 50px;
        margin-right: 50px; }
      .shelf__filter {
        z-index: 10; } }
  @media (min-width: 80em) {
    .shelf__header {
      height: 320px;
      margin-bottom: 50px; }
      .object-fit .shelf__header .bg img {
        width: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
    .shelf__wrapper {
      max-width: 1180px;
      margin-left: auto;
      margin-right: auto; } }

.details .details__summary-button::-webkit-details-marker {
  display: none; }

.no-touchevents .details:focus {
  outline: 2px solid #4477be; }

.details[open] .details__summary-button:before,
.details[open] .details__summary-button:before, .details[data-open=true] .details__summary-button:before,
.details[data-open=true] .details__summary-button:before {
  content: '\ea16';
  display: inline-block;
  font-family: 'icon';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none; }

.details__summary-button {
  position: relative;
  display: block;
  cursor: pointer; }
  .details__summary-button:before {
    content: '\ea1a';
    display: inline-block;
    font-family: 'icon';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none; }
  .details__summary-button:before {
    top: 10px;
    font-size: 18px; }
  .details__summary-button:after {
    display: none; }

.no-details .details__body {
  display: none; }

@media (max-width: 59.99em) {
  .details__body {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 110; } }

@media (min-width: 60em) {
  .details[open], .details[data-open=true] {
    padding-bottom: 365px; }
  .details__body {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    top: 56px;
    width: 100%;
    height: calc(100% - 50px); }
  .details__box {
    height: 100%; } }

.product-list {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-top: 1px solid #eaeaea; }
  .product-list::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    z-index: 10;
    background-color: #fff; }
  .product-list__item {
    width: calc(50% - 5px); }
    .product-list__item:nth-child(even) {
      margin-left: 10px; }
    .product-list__item:nth-child(n+3) {
      margin-top: 10px; }
    .product-list__item::before {
      content: '';
      position: absolute;
      bottom: 0;
      left: -10px;
      right: -10px;
      border-bottom: 1px solid #eaeaea; }
  .product-list__banner {
    width: 100%;
    padding-top: 10px;
    border-bottom: 1px solid #eaeaea; }
    .product-list__banner ~ .product-list__item:nth-child(odd) {
      margin-left: 10px; }
    .product-list__banner ~ .product-list__item:nth-child(even) {
      margin-left: 0; }
    .product-list__banner ~ .product-list__item:nth-child(n+3) {
      margin-top: 0; }
    .product-list__banner ~ .product-list__item:nth-child(n+4) {
      margin-top: 10px; }
  .product-list + .func {
    position: relative;
    margin-top: 0;
    padding-top: 30px;
    border-top: 1px solid #eaeaea;
    background: #fff; }
  @media (min-width: 45em) {
    .search-result__title + .product-list,
    .shelf__filter + .product-list {
      border-top: 0; }
    .product-list__item {
      width: calc(25% - 15px); }
      .product-list__item:nth-child(n) {
        margin-top: 0;
        margin-left: 20px; }
      .product-list__item:nth-child(n+5) {
        margin-top: 20px; }
      .product-list__item:nth-child(4n+1) {
        margin-left: 0; }
    .product-list__banner {
      width: calc(50% - 10px);
      padding-bottom: 20px;
      padding-top: 0; }
      .product-list__banner ~ .product-list__item:nth-child(n) {
        margin-left: 20px; }
      .product-list__banner ~ .product-list__item:nth-child(n+4) {
        margin-top: 20px; }
      .product-list__banner ~ .product-list__item:nth-child(4n+4) {
        margin-left: 0; } }
  @media (min-width: 60em) {
    .product-list__item {
      padding-bottom: .5em; } }

.list-banner {
  overflow: hidden;
  display: block;
  padding: 0 0 20px;
  font-family: "brandon-grotesque", "Arita", sans-serif;
  line-height: 1;
  text-align: center; }
  .list-banner__cover {
    overflow: hidden;
    position: relative;
    height: 0;
    padding-bottom: 57.931%;
    background-size: cover; }
  .list-banner__title {
    display: block;
    margin: 12px 0 6px;
    color: #000;
    font-size: 1.125rem;
    font-weight: 600;
    text-transform: uppercase; }
  .list-banner__text {
    display: inline-block;
    border-bottom: 1px solid;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.4);
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s; }
    .list-banner:hover .list-banner__text {
      color: #000; }
  @media (min-width: 60em) {
    .list-banner__title {
      margin: 17px 0 12px; } }

.product-item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative; }
  .product-item__badge-wrap {
    position: absolute;
    top: 15px;
    left: 10px;
    z-index: 5;
    line-height: 1; }
  .product-item__badge {
    display: block;
    width: 40px; }
    .product-item__badge + .product-item__badge {
      margin-top: 2px; }
  .product-item__hash {
    color: #767676;
    font-size: 0.875rem; }
    .product-item__hash::before {
      content: '#'; }
    .product-item__hash + .product-item__hash {
      margin-left: 5px; }
/* 240308 커서 수정*/
/*
  .product-item__link {
    display: block;
    text-align: center;
    cursor: url(../image/a/pointer.png) 0 0, auto; }
*/
/*// 240308 커서 수정*/
  .no-touchevents .product-item__link:hover .product-item__over,
  .no-touchevents .product-item__link:focus .product-item__over {
    opacity: 1; }

  .product-item__thumb {
    position: relative;
    height: 0;
    padding-bottom: 120%;
    margin-bottom: .25em; }
  .product-item__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
  .product-item__over {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    background-size: cover;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease; }
  .product-item__over .product-item__over-video {display:block; width:100%;}
  .product-item__awards {
    position: absolute;
    top: 20px;
    right: 5px;
    width: 14%; }
  .product-item__emblem {
    display: block;
    width: 100%;
    margin-bottom: 5px; }
  .product-item__name {
    display: block;
    margin-top: 4px;
    padding: 0 .5em 1em;
    color: #000;
    font-weight: 400;
    line-height: 1.3;
    word-break: keep-all;
    word-wrap: break-word; }
  @media (max-width: 59.99em) {
    .product-item__hash:nth-child(n+2) {
      display: none; } }
  @media (min-width: 45em) {
    .product-item::before {
      left: -20px;
      right: -20px; }
    .product-item__badge-wrap {
      top: 20px;
      left: 20px; } }
  @media (min-width: 60em) {
    .product-item__thumb {
      margin-bottom: 10px; }
    .product-item__name {
      font-size: 1.0625rem; } }

.shelf__filter + .no-content {
  margin-top: 0;
  margin-bottom: 2.5rem;
  border-top: 1px solid #eaeaea; }
  @media (min-width: 45em) {
    .shelf__filter + .no-content {
      border-top: none; } }
  @media (min-width: 80em) {
    .shelf__filter + .no-content {
      margin-bottom: 0rem; } }

      /* 2021 웹접근성 추가 */
.details__summary-button:before {content: '\ea1a' !important;display: inline-block;font-family: 'icon';-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;font-style: normal;font-variant: normal;font-weight: normal;text-decoration: none;text-transform: none;}
.details[data-view=true] .details__summary-button:before{content: '\ea16' !important;}
@media (min-width: 45em) {
	.shelf__category .details__summary-button {position: absolute;top: 0;left: 0;width: 180px;}
}
@media (min-width: 60em){
	.details[data-view=true] {padding-bottom: 365px;}
	.details[data-view=false] {padding-bottom: 0;}
}
.details__body{display:none;}
.details[data-view=true] .details__body{display:block;}


/*240308 커서 수정*/
  .product-item__link {
    display: block;
    text-align: center;
    cursor: pointer; }
/*//240308 커서 수정*/
