@charset "UTF-8";
/* 상품상세 영상 */
.prd-youtube {
  width: 950px;
  height: 540.6px;
  margin-top: 40px;
}

.prd-youtube > iframe {
  width: 100%;
  height: 100%;
}

.detailAdd + .prd-youtube {
  margin-top: -30px;
}

/*terrace*/
.product-terrace {
  font-family: "Apple SD Gothic Neo", "Noto Sans KR", sans-serif;
  border-bottom: 1px solid #ddd;
  margin-bottom: 9px;
}

.product-terrace .title-box {
  color: #453675;
}

.product-terrace .info {
  line-height: 20px;
  margin-top: 12px;
}

.product-terrace .product_article {
  padding: 8px 0 10px 0;
}

.product-terrace .product_article_tit,
.product-terrace .product_article_contents {
  line-height: 20px;
  margin-top: 4px;
}

.product-terrace .n-info-txt {
  width: 335px;
  margin-bottom: 11px;
}

/*상품상세 관련 상품*/
.prd-relations {
  padding-right: 0 !important;
}

.prd-relations .title-box {
  line-height: 18px;
}

.prd-relations .title-box .korSub {
  line-height: 18px;
}

.prd-relations .owl-carousel {
  display: block;
  max-width: 1280px;
}

.prd-relations .owl-carousel .owl-wrapper-outer {
  overflow: visible;
}

.prd-relations .owl-carousel .owl-wrapper-outer .owl-item {
  visibility: hidden;
}

.prd-relations .owl-carousel .owl-wrapper-outer .owl-item.active {
  visibility: visible;
}

.prd-relations .owl-theme .owl-controls {
  margin-top: 0;
}

.prd-relations .owl-pagination {
  display: none;
}

.prd-relations .pagination {
  position: absolute;
  top: 32px;
  left: 20px;
  width: 960px;
  height: 26px;
  padding-right: 71px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  text-align: right;
}

.prd-relations .pagination.hide-page-btn {
  display: none;
}

.prd-relations .owl-buttons {
  position: absolute;
  top: -32px;
  left: 909px;
  width: 51px;
  text-align: right;
  font-weight: bold;
  line-height: 28px;
}

.prd-relations .pagination.hide-page-btn + .owl-carousel .owl-buttons {
  display: none;
}

.prd-relations .owl-next,
.prd-relations .owl-prev {
  float: left;
  position: relative;
  width: 24px;
  height: 24px;
  margin-top: 0;
  background: none;
  border: 1px solid #ddd;
  overflow: hidden;
  cursor: pointer;
  font-size: 0;
  line-height: 0;
  text-indent: -999999px;
}

.prd-relations .owl-prev {
  border-right: 0;
}

.prd-relations .owl-prev:after {
  position: absolute;
  top: 0;
  left: 7px;
  content: "◀";
  color: #000;
  font-size: 10px;
  line-height: 24px;
  text-indent: 0;
}

.prd-relations .owl-next:after {
  position: absolute;
  top: 0;
  left: 7px;
  content: "▶";
  color: #000;
  font-size: 10px;
  line-height: 24px;
  text-indent: 0;
}

.prd-relations .page-cnt {
  font-weight: bold;
  line-height: 28px;
}

.prd-relations .list_related_product .li_box {
  margin-top: 0;
}

.prd-relations .list_related_product .li_box:nth-child(8n+1) {
  border-left: 1px solid #ddd;
}

/*피팅*/
.size-fitting {
  width: 960px;
  margin-top: 150px;
  margin-bottom: 150px;
  font-family: "Apple SD Gothic Neo", "Noto Sans KR", sans-serif;
}
.size-fitting > .ui-tab-btn {
  margin-bottom: 5px;
  text-align: center;
}
.size-fitting > .ui-tab-btn > .ui-btn {
  display: inline-block;
  position: relative;
  padding: 20px 23px;
  color: #ccc;
  font-size: 40px;
  line-height: 60px;
}
.size-fitting > .ui-tab-btn > .ui-btn.is-active {
  color: #000000;
}
.size-fitting .fitting-detail {
  text-align: center;
}
.size-fitting .snb {
  display: inline-block;
  width: auto;
  border-left: 1px solid #e5e5e5;
}
.size-fitting .tab-btn.box-tab-btn {
  padding: 6px 15px 4px;
  background: transparent;
  border-color: #e5e5e5;
  color: #777;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
}
.size-fitting .tab-btn.box-tab-btn:first-child {
  border-left: none;
}
.size-fitting .tab-btn.box-tab-btn.active {
  padding-top: 7px;
  padding-bottom: 5px;
  background: #000000;
  border-top: none;
  color: #ffffff;
}
.size-fitting .tab {
  position: relative;
  width: 960px;
  padding-top: 80px;
  text-align: center;
}
.size-fitting .name {
  margin-bottom: 81px;
  font-weight: normal;
}
.size-fitting .name strong {
  display: block;
  margin-bottom: 10px;
  text-align: center;
  font-weight: normal;
  font-size: 34px;
  line-height: 35px;
}
.size-fitting .name span {
  display: block;
  text-align: center;
  color: #999;
  font-size: 20px;
}
.size-fitting .swiper-container {
  width: 960px;
  height: 705px;
}
.size-fitting .fit {
  position: relative;
  float: left;
  display: flex;
  flex-direction: column;
  width: 450px;
  height: 670px;
  overflow: hidden;
}
.size-fitting .fit img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.size-fitting .size-post {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 17px;
}
.size-fitting .size-post.font-mss {
  bottom: 75px;
  font-size: 30px;
  line-height: 32px;
}
.size-fitting .swiper-lazy {
  opacity: 0;
  -webkit-transition: opacity 0.1s;
  transition: opacity 0.1s;
}
.size-fitting .swiper-lazy.swiper-lazy-loaded {
  opacity: 1;
}
.size-fitting .swiper-pagination {
  left: 0;
  width: 100%;
  margin-top: -45px;
}
.size-fitting .swiper-pagination-bullet {
  width: auto;
  height: auto;
  margin: 0 9px;
  background: transparent;
  border-radius: 0;
  color: #b2b2b2;
  font-weight: bold;
  font-size: 14px;
  opacity: 1;
}
.size-fitting .swiper-pagination-bullet-active {
  border-bottom: 2px solid #000;
  color: #000;
}
.size-fitting .swiper-slide {
  padding: 0 30px;
  background: #fff;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.size-fitting .arrow {
  width: 40px;
  left: 0;
  height: 74px;
  margin-top: -54px;
  background-position: 0 -74px;
  background: url(https://image.msscdn.net/skin/musinsa/images/slide-left.png) no-repeat;
}
.size-fitting .arrow.swiper-button-next {
  left: inherit;
  right: 0;
  background-position: 0 -74px;
  background: url(https://image.msscdn.net/skin/musinsa/images/slide-right.png) no-repeat;
}
.size-fitting .arrow.swiper-button-next::after {
  display: none;
}
.size-fitting .arrow.swiper-button-prev::after {
  display: none;
}

/*캠페인 배너*/
.n-bn-festival .n-event-url {
  position: relative;
  width: 950px;
  height: 1811px;
  background-image: url(https://image.msscdn.net/musinsaUI/campaign/black2020/bg_detail_logout.jpg?202011251131);
  background-repeat: no-repeat;
  margin-top: 20px;
}
.n-bn-festival .n-event-url.login {
  background-image: url(https://image.msscdn.net/musinsaUI/campaign/black2020/bg_detail_login.jpg?202011251131);
  background-repeat: no-repeat;
}
.n-bn-festival .n-event-url .url {
  position: absolute;
  top: 376px;
  left: 50px;
  width: 850px;
  height: 100px;
  padding: 23px 20px 21px;
  box-sizing: border-box;
  color: #aaa;
  font-size: 31px;
  line-height: 1;
}
.n-bn-festival .n-event-url .url.disable {
  padding: 21px 15px 19px;
  font-size: 31px;
  line-height: 2;
  text-align: center;
  color: #fff;
}
.n-bn-festival .n-event-url .btn {
  position: absolute;
  top: 50px;
  right: 40px;
  width: 200px;
  height: 64px;
}
.n-bn-festival .n-event-url .btn.btn-copy {
  right: 248px;
}
.n-bn-festival .n-event-url .btn-link {
  position: absolute;
  top: auto;
  bottom: 230px;
  right: 50%;
  width: 900px;
  height: 140px;
  margin-right: -450px;
}
.n-bn-festival .n-event-url .btn-link.btn-link2 {
  bottom: 90px;
}
.n-bn-festival .n-event-url .btn-sns {
  position: absolute;
  top: 530px;
  width: 100%;
  text-align: center;
}
.n-bn-festival .n-event-url .btn-sns a {
  display: inline-block;
  width: 120px;
  height: 120px;
  margin: 0 13px;
  overflow: hidden;
}
.n-bn-festival .n-event-url .btn-sns .btn-kt {
  background-position: 0 0;
}
.n-bn-festival .n-event-url .btn-sns .btn-fb {
  background-position: -90px 0;
}
.n-bn-festival .n-event-url .btn-sns .btn-tt {
  background-position: -180px 0;
}

/*상품문의 비밀글 필터*/
.option.single-option {
  position: relative;
  display: inline-block;
  padding: 10px 0;
}
.option.single-option > input {
  position: absolute;
  width: 0;
  height: 0;
  visibility: hidden;
  -webkit-appearance: none;
  appearance: none;
}
.option.single-option > input + label {
  padding: 6px 0 4px;
  line-height: 23px;
  font-size: 12px;
  color: #b2b2b2;
}
.option.single-option > input:checked + label {
  color: #000;
}
.option.single-option > input:checked + label i {
  color: #14aaff;
}

/*상품정보 더보기*/
@-webkit-keyframes upDown {
  0% {
    top: -3px;
  }
  30% {
    top: 2px;
  }
  50%, 100% {
    top: -3px;
  }
}
@-moz-keyframes upDown {
  0% {
    top: -3px;
  }
  30% {
    top: 2px;
  }
  50%, 100% {
    top: -3px;
  }
}
@-ms-keyframes upDown {
  0% {
    top: -3px;
  }
  30% {
    top: 2px;
  }
  50%, 100% {
    top: -3px;
  }
}
@-o-keyframes upDown {
  0% {
    top: -3px;
  }
  30% {
    top: 2px;
  }
  50%, 100% {
    top: -3px;
  }
}
@keyframes upDown {
  0% {
    top: -3px;
  }
  30% {
    top: 2px;
  }
  50%, 100% {
    top: -3px;
  }
}
.product_info_contents .detail_product_info {
  max-height: 2000px;
  overflow: hidden;
}
.product_info_contents .detail_product_info.view-all {
  max-height: inherit;
}
.product_info_contents .detail_product_info img {
  max-width: 100%;
}
.product_info_contents .btn-more {
  position: relative;
  width: 960px;
  padding: 0 0 40px;
  text-align: center;
}
.product_info_contents .btn-more:before {
  display: block;
  width: 100%;
  height: 120px;
  margin-top: -120px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(255, 255, 255));
  content: "";
}
.product_info_contents .btn-more.btn-close {
  margin-top: 30px;
}
.product_info_contents .btn-more.btn-close:before {
  height: 0;
  margin-top: 0;
}
.product_info_contents .btn-more button {
  width: 430px;
  height: 72px;
  padding: 20px 0 19px;
  background: none;
  border: 1px solid #0078ff;
  color: #0078ff;
  font-size: 20px;
  line-height: 30px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.product_info_contents .btn-more span {
  position: relative;
  display: inline-block;
  padding-right: 30px;
  vertical-align: middle;
  font-weight: bold;
}
.product_info_contents .btn-more i {
  position: absolute;
  top: -3px;
  -moz-animation-name: upDown;
  -moz-animation-duration: 0.9s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: ease-in-out;
  -webkit-animation-name: upDown;
  -webkit-animation-duration: 0.9s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -ms-animation-name: upDown;
  -ms-animation-duration: 0.9s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: ease-in-out;
  -o-animation-name: upDown;
  -o-animation-duration: 0.9s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: ease-in-out;
  animation-name: upDown;
  animation-duration: 0.9s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

/* 사은품 추가 구매 유도 */
.layer-gift-area.wrap-layer.layer-basic {
  padding-bottom: 0;
}
.layer-gift-area .gift-area {
  position: relative;
  height: auto;
  margin: 0;
  padding: 30px 20px 10px;
  background: #fff;
  border-top: 1px solid #f5f5f5;
  box-sizing: border-box;
  text-align: center;
}
.layer-gift-area .gift-area p {
  margin-bottom: 20px;
  color: #777;
}
.layer-gift-area .gift-area .txt {
  margin-bottom: 6px;
  color: #000;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  font-family: "Musinsa", sans-serif;
}
.layer-gift-area .gift-area .txt span {
  color: #0078ff;
  font-family: "Musinsa", sans-serif;
}
.layer-gift-area .gift-area .info {
  float: none;
  position: relative;
  height: 120px;
  margin-bottom: 83px;
}
.layer-gift-area .gift-area progress {
  width: 100%;
  vertical-align: bottom;
}
.layer-gift-area .gift-area progress::-webkit-progress-bar {
  background: #eee;
}
.layer-gift-area .gift-area progress::-webkit-progress-value {
  background: #0078ff;
  transition: width 1s;
}
.layer-gift-area .gift-area progress::-moz-progress-value {
  background: #0078ff;
}
.layer-gift-area .gift-area progress::-moz-progress-bar {
  background: #eee;
}
.layer-gift-area .gift-area .img-area {
  float: none;
  width: 120px;
  height: 120px;
  margin: 0 auto;
  text-align: center;
}
.layer-gift-area .gift-area .img-area img {
  max-width: 100%;
  max-height: 100%;
}
.layer-gift-area .gift-area .price {
  width: auto;
  padding-top: 8px;
  color: #777;
  font-weight: normal;
}
.layer-gift-area .gift-area .price span {
  font-weight: bold;
  color: #000;
}
.layer-gift-area .gift-area .pop-btn {
  display: block;
  height: 50px;
  margin-bottom: 10px;
  padding-top: 12px;
  text-align: center;
  color: #fff;
  background: #0078ff;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-weight: 500;
  font-size: 16px;
  line-height: 27px;
  font-family: "Musinsa", sans-serif;
}
.layer-gift-area .gift-area .pop-btn.cart {
  background: #000;
}

.pop-add-cart {
  position: fixed;
  left: 50%;
  top: -48px;
  z-index: 10000;
  width: 480px;
  height: 48px;
  margin-left: -240px;
  padding: 14px 15px 0;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-sizing: border-box;
  color: #000;
  font-size: 14px;
  line-height: 21px;
}

.gift_pop .gift-bot .product_list li {
  margin-bottom: -1px;
  border-top: 1px solid #ddd;
}
.gift_pop.ui-layer.layer-basic .layer-cont {
  padding-bottom: 40px;
}
.gift_pop.ui-layer.layer-basic .gift-bot .product_list ul {
  margin-bottom: 1px;
  border-top: none;
}
.gift_pop .btn-wrap-bot {
  padding-top: 60px;
  text-align: center;
}
.gift_pop .btn-wrap-bot .plain-btn {
  padding: 14px 20px 13px;
  background: #000;
  border: none;
  color: #fff;
  font-weight: normal;
}

.product_info_contents .n-report-wrap {
  position: relative;
  width: 960px;
  right: 0;
  top: -15px;
}
.product_info_contents .n-report-wrap .n-report {
  position: absolute;
  top: 0;
  right: 0;
}
.product_info_contents .n-report-wrap .n-report span {
  display: block;
  float: left;
  color: #aaaaaa;
  font-size: 12px;
  padding-right: 15px;
  height: 18px;
  line-height: 1.5;
}
.product_info_contents .n-report-wrap .n-report em {
  color: #FF5300;
  text-decoration: underline;
}
.product_info_contents .n-report-wrap .n-report .btn-report {
  display: block;
  border: none;
  background: none;
  color: #aaaaaa;
  font-size: 14px;
  height: 18px;
  line-height: 1.29;
}
.product_info_contents .n-report-wrap .n-report .btn-report i {
  margin: -4px 2px 0 0;
}

/*상품상세 - 스타일링*/
.related-styling .title-box .korSub {
  font-family: "AppleSDGothicNeo", "Apple SD Gothic Neo", "Apple SD 산돌고딕 Neo", auto, sans-serif;
}
.related-styling ul.style_list {
  min-height: 310px;
  margin: 24px 0 0;
}
.related-styling .list-link {
  float: left;
  position: relative;
}
.related-styling .n-brandshop-link {
  position: absolute;
  right: 4px;
  top: -38px;
  color: #aaaaaa;
  font-size: 14px;
  line-height: 21px;
  font-family: "AppleSDGothicNeo", "Apple SD Gothic Neo", "Apple SD 산돌고딕 Neo", auto, sans-serif;
  white-space: nowrap;
}
.related-styling .n-brandshop-link i {
  padding-bottom: 2px;
}

.style_list {
  overflow: visible;
}
.style_list .list_item {
  position: relative;
  float: left;
  width: 152px;
  max-height: 325px;
  margin-right: 10px;
  overflow: hidden;
  font-family: "AppleSDGothicNeo", "Apple SD Gothic Neo", "Apple SD 산돌고딕 Neo", auto, sans-serif;
}
.style_list .list_item .ic-30-stencil-360dgree {
  position: absolute;
  top: 0;
  left: 8px;
  z-index: 1;
}
.style_list .list_item .ic-22-line-autoplay {
  position: absolute;
  top: 4px;
  left: 4px;
  z-index: 1;
}
.style_list .list_item:last-child {
  padding-right: 0;
}
.style_list .list_item .img-block {
  display: block;
  overflow: hidden;
  position: relative;
  width: 152px;
  height: 217px;
  padding-top: 0;
}
.style_list .list_item .img-block .staff_img,
.style_list .list_item .img-block .coordi_img,
.style_list .list_item .img-block .street_img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  max-width: 100%;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.style_list .list_item .style_title {
  font-size: 12px;
  font-weight: bold;
  padding-top: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.style_list .list_item .style_title .style_txt {
  font-weight: normal;
  color: #777777;
}
.style_list .list_item .style_txt {
  font-size: 12px;
  padding-top: 5px;
}
.style_list .list_item .coordi_option {
  overflow: hidden;
  padding-top: 10px;
  display: block;
  height: 21px;
  font-weight: bold;
  font-size: 14px;
  line-height: normal;
}
.style_list .list_item .coordi_option span {
  display: inline-block;
  max-width: 115px;
  height: 21px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.style_list .comment {
  display: block;
  margin-top: 10px;
  line-height: 15px;
  color: #777777;
}
.style_list .comment.txt-primary {
  color: #0078ff;
}
.style_list .comment span {
  font-weight: 500;
  line-height: 15px;
  vertical-align: middle;
}

.staff .list_item .coordi_option span {
  max-width: 140px;
}

/*온-오프라인 판매 : 픽업 안내*/
.n-terrace-pickup {
  padding: 5px 0 6px;
}
.n-terrace-pickup .tit {
  height: 50px;
  padding-left: 15px;
  background: #453675;
  color: #fff;
  font: 16px/50px "Musinsa Stencil", Sans-Serif;
}
.n-terrace-pickup .branch {
  height: 20px;
  padding: 20px 15px 24px;
  background: url(https://image.msscdn.net/skin/musinsa/images/terrace-logo.png) no-repeat 15px 20px/190px 18px;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}
.n-terrace-pickup .branch:after {
  clear: both;
  display: block;
  content: "";
}
.n-terrace-pickup .branch span {
  float: right;
  color: #453675;
  font-size: 14px;
  line-height: 20px;
}
.n-terrace-pickup .info {
  padding: 0 15px 20px;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  font-size: 14px;
  line-height: 21px;
}
.n-terrace-pickup .info div {
  margin-bottom: 4px;
}
.n-terrace-pickup .info p {
  margin-top: 2px;
  color: #777;
  font-size: 12px;
  line-height: 18px;
}
.n-terrace-pickup .btn-map {
  display: block;
  height: 50px;
  padding-top: 15px;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  text-align: center;
}
.n-terrace-pickup .btn-map span {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 21px;
}
.n-terrace-pickup .btn-map i {
  margin-left: 4px;
}

/*온-오프라인 판매 : 옵션선택*/
.option-pickup + .option1 {
  margin-top: 0;
}

.box_option_inventory .txt-pickup {
  padding-top: 4px;
  color: #aaaaaa;
  font-size: 12px;
  line-height: 18px;
}

.box-selected-opt .pickup-option {
  display: block;
  color: #453675;
  font-weight: bold;
  font-style: normal;
}

.delivery_info_section .tooltip .ui-layer {
  width: max-content;
  max-width: 346px;
  margin-left: -87px;
}
.delivery_info_section .tooltip .ui-layer:before {
  margin-left: -111px;
}

.product_img_basic .n-label-group {
  position: absolute;
  bottom: 0;
  left: 0;
}
.product_img_basic .n-label-group .n-label {
  float: left;
  height: 36px;
  padding: 8px 10px 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-size: 14px;
  line-height: 1.5;
}

.wrap-btn-buy .n-add-cart-layer {
  position: relative;
  top: -67px;
  width: 360px;
  height: 17px;
  padding: 20px 20px;
  background: #383838;
  color: #fff;
  border-radius: 4px;
}
.wrap-btn-buy .n-add-cart-layer > div {
  position: absolute;
  line-height: normal;
  font-family: "Musinsa", sans-serif;
  font-size: 16px;
}
.wrap-btn-buy .n-add-cart-layer .n-link {
  position: absolute;
  top: 20px;
  right: 20px;
  font-family: "Musinsa", sans-serif;
  text-decoration: none;
  font-size: 16px;
  line-height: normal;
}

.product_order_info .explan_product.rel-prd-block {
  margin-bottom: 0;
}

.n-rel-prd-sm {
  margin-bottom: -5px;
}
.n-rel-prd-sm .title-box {
  position: relative;
  margin-top: 9px;
  margin-bottom: 9px;
  line-height: 27px;
}
.n-rel-prd-sm .ui-layer-btn {
  display: inline-block;
  margin-top: -4px;
}
.n-rel-prd-sm .prd-group li {
  position: relative;
  float: left;
  width: 50px;
  height: 60px;
  margin-right: 5px;
  margin-bottom: 5px;
  border: 1px solid #ddd;
  vertical-align: middle;
  text-align: center;
  background-color: #fff;
  overflow: hidden;
}
.n-rel-prd-sm .prd-group li.is-active, .n-rel-prd-sm .prd-group li:hover {
  border: 1px solid #000;
}
.n-rel-prd-sm .prd-group li.more_over {
  overflow: visible;
}
.n-rel-prd-sm .prd-group:after {
  clear: both;
  display: block;
  content: "";
}
.n-rel-prd-sm + .n-rel-prd-sm {
  margin-top: 18px;
  border-top: 1px solid #ddd;
}
.n-rel-prd-sm .n-tooltip {
  position: absolute;
  left: 50%;
  max-width: 160px;
  width: 160px;
  width: max-content;
  width: -moz-max-content;
  margin-top: 5px;
  padding: 8px 8px 6px 8px;
  box-sizing: border-box;
  font-size: 11px;
  text-align: left;
  line-height: 16px;
  background-color: #000 !important;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.n-rel-prd-sm .n-tooltip.tooltip-musinsa,
.n-rel-prd-sm .n-tooltip.tooltip-musinsa:before {
  background-color: #000 !important;
}

.cs-info-section {
  padding: 30px 20px 10px;
  min-width: 962px;
  font-family: "Apple SD Gothic Neo", "Noto Sans KR", sans-serif !important;
  font-size: 14px;
  line-height: 22px;
  border-bottom: 1px solid #ddd;
}
.cs-info-section .cs-info-tit {
  font-size: 24px;
  font-weight: bold;
}
.cs-info-section .cs-info-tit div {
  margin-bottom: 16px;
}
.cs-info-section .cs-info-tit p {
  margin-bottom: 37px;
  font-size: 14px;
  color: #666;
  font-weight: normal;
}

.cs-info-cont {
  width: 960px;
}

.cs-info-block {
  margin-bottom: 20px;
  color: #777777;
  border: 1px solid #eee;
  border-bottom: 0;
}
.cs-info-block.dlv-info-block {
  border-bottom: 1px solid #eee;
}
.cs-info-block.dlv-info-block .cont-info li + li {
  margin-top: 13px;
}
.cs-info-block.dlv-info-block .cont-info li.dlv-info-dot {
  padding-left: 12px;
}
.cs-info-block.dlv-info-block .cont-info li.dlv-info-dot::before {
  position: relative;
  left: -8px;
  display: inline-block;
  width: 3px;
  height: 3px;
  border-radius: 100%;
  background-color: #6e6e6e;
  vertical-align: middle;
  content: "";
}
.cs-info-block.dlv-info-block .cont-info li > a {
  text-decoration: underline;
}
.cs-info-block .block-tit {
  position: relative;
  padding-left: 20px;
  height: 57px;
  line-height: 57px;
  font-size: 18px;
  font-weight: bold;
  color: #000;
  background-color: #f5f5f5;
}
.cs-info-block .block-tit > strong {
  color: #14aaff;
}
.cs-info-block .block-tit > span {
  padding-left: 7px;
  font-weight: normal;
  font-size: 14px;
  color: #777;
}
.cs-info-block .block-tit > span > strong {
  color: #777;
}
.cs-info-block .block-tit > a {
  position: absolute;
  top: 7px;
  right: 8px;
  display: block;
  width: 167px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  text-align: center;
  color: #fff;
  background-color: #000;
}
.cs-info-block strong {
  color: #000;
}
.cs-info-block > ul {
  padding: 13px 0 13px 19px;
}
.cs-info-block > ul li {
  line-height: 27px;
}
.cs-info-block > ul li .boutique-popup {
  color: #000;
  text-decoration: underline;
  font-weight: bold;
}
.cs-info-block .cs-cont {
  display: table;
  width: 100%;
  padding: 5px 0;
  border-bottom: 1px solid #eee;
}
.cs-info-block .cs-cont > div {
  float: left;
  display: table-cell;
  padding: 15px 0;
  box-sizing: border-box;
}
.cs-info-block .cs-cont .cont-label {
  width: 201px;
  padding-left: 19px;
  color: #000000;
  font-weight: bold;
}
.cs-info-block .cs-cont .cont-label.font-mss {
  font-weight: 500;
  font-size: 20px;
}
.cs-info-block .cs-cont .cont-info {
  position: relative;
  width: calc(100% - 201px);
}
.cs-info-block .cs-cont .cont-info > strong {
  color: #000000;
  font-weight: bold;
}
.cs-info-block .cs-cont .cont-info > strong.txt-danger {
  color: #ff0000;
}
.cs-info-block .cs-cont .cont-info + .cont-label {
  padding-top: 0;
}
.cs-info-block .cs-cont .cont-info + .cont-label + .cont-info {
  padding-top: 0;
}
.cs-info-block .cs-cont .cont-info .n-info-txt {
  padding-bottom: 15px;
}
.cs-info-block .cs-cont .cont-info .n-info-txt .cs-sub-title {
  padding-top: 18px;
  font-size: 14px;
  color: #000;
}
.cs-info-block .cs-cont .cont-info .n-info-txt .cs-sub-title::before {
  display: none;
}
.cs-info-block .cs-cont .cont-info .n-btn-group {
  text-align: left;
  margin-bottom: 15px;
}
.cs-info-block .cs-cont .cont-info .n-btn {
  height: 33px;
  border: 1px solid #eee;
  color: #000000;
  font-size: 12px;
  line-height: 29px;
  font-family: "Apple SD Gothic Neo", "Noto Sans KR", sans-serif;
}
.cs-info-block .cs-cont .cont-tit {
  width: 100%;
  padding: 15px 0 5px 19px;
  font-size: 16px;
  font-weight: bold;
  color: #000;
}
.cs-info-block .cs-cont .cont-tit.cont-label {
  width: 201px;
}
.cs-info-block .cs-cont .n-info-txt {
  padding-top: 0;
  font-family: "Apple SD Gothic Neo", "Noto Sans KR", sans-serif;
}
.cs-info-block .cs-cont .packing-img {
  position: absolute;
  top: 0;
  right: 0;
  width: 344px;
  height: 100%;
  background-image: url(https://image.msscdn.net/skin/musinsa/images/img_changeInfox2.png);
  background-position: 0 50%;
  background-size: 347px 134px;
  background-repeat: no-repeat;
}
.cs-info-block .cs-cont .cs-connect {
  float: left;
  width: 244px;
  color: #000000;
  font-weight: bold;
}

/* 시즌 툴팁 */
.product_article_tit .tooltip {
  position: relative;
}
.product_article_tit .tooltip a {
  display: inline-block;
  padding-right: 20px;
  position: relative;
}
.product_article_tit .tooltip a .ico {
  position: absolute;
  right: -4px;
  top: -4px;
}
.product_article_tit .tooltip .ui-layer {
  width: 164px;
  background-color: #0078ff;
  font-size: 11px;
  color: #fff;
  line-height: 17px;
  letter-spacing: -1px;
  padding: 6px 8px;
  border-radius: 3px;
  position: absolute;
  left: 100%;
  top: 100%;
  margin: 8px 0 0 -48px;
  z-index: 100;
}
.product_article_tit .tooltip .ui-layer:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-color: #0078ff;
  transform: rotate(45deg);
  position: absolute;
  left: 50%;
  top: 0;
  margin: -3px 0 0 -56px;
}

.product_article_tit .tooltip .ui-toggle-btn {
  padding-right: 0;
  cursor: pointer;
}
.product_article_tit .tooltip .ui-toggle-btn i {
  margin-top: -4px;
}
.product_article_tit .tooltip .ui-toggle-btn.is-active + .n-tooltip {
  display: inline-block;
}
.product_article_tit .tooltip .ui-toggle-btn.is-active + .n-tooltip.fade-in {
  -webkit-animation: fadeIn 0.25s both;
  -moz-animation: fadeIn 0.25s both;
  -o-animation: fadeIn 0.25s both;
  animation: fadeIn 0.25s both;
}
.product_article_tit .tooltip .n-tooltip {
  position: absolute;
  display: none;
  width: 164px;
  padding: 8px 8px 6px;
  background-color: #0078ff;
  color: #fff;
  font-size: 11px;
  line-height: 17px;
  letter-spacing: -1px;
  left: 100%;
  top: 100%;
  margin: 8px 0 0 -48px;
}
.product_article_tit .tooltip .n-tooltip:before {
  left: 50%;
  top: 0;
  margin: -3px 0 0 -56px;
}

.delivery_info_section .tooltip .n-tooltip {
  width: max-content;
  max-width: 346px;
  margin-left: -81px;
}
.delivery_info_section .tooltip .n-tooltip:before {
  margin-left: -115px;
}

.MArrivalInformation.product_article_tit {
  display: block;
  width: auto;
}
.MArrivalInformation.product_article_tit .tooltip .n-tooltip {
  left: 0;
  margin-left: -51px;
}
.MArrivalInformation.product_article_tit .tooltip .n-tooltip:before {
  margin-left: -94px;
}

.n-prd-gift .n-info-txt {
  margin-bottom: 20px;
  padding-top: 0;
  font-size: 12px;
  line-height: 1.5;
}
.n-prd-gift .n-info-txt > li {
  margin-top: 3px;
  color: #595959;
}
.n-prd-gift .n-info-txt > li:before {
  background-color: #595959;
}
.n-prd-gift .n-info-txt > li:first-of-type {
  margin-top: 0;
}
.n-prd-gift .gift-list > li {
  margin-bottom: 15px;
}
.n-prd-gift .gift-list > li:after {
  clear: both;
  display: block;
  content: "";
}
.n-prd-gift .gift-list .img-block {
  float: left;
  width: 83px;
  height: 83px;
  padding-top: 0;
}
.n-prd-gift .gift-list .img-block > img {
  left: 50%;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.n-prd-gift .gift-list .img-block > a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 83px;
  height: 83px;
}
.n-prd-gift .gift-list .info {
  margin-left: 98px;
}
.n-prd-gift .gift-list .info li {
  margin-top: 2px;
  color: #595959;
  font-size: 12px;
  line-height: 1.5;
}
.n-prd-gift .gift-list .info li:first-of-type {
  margin-top: 4px;
}
.n-prd-gift .gift-list .name {
  overflow: hidden;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.5;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.n-prd-gift .gift-list .tit {
  display: inline-block;
  margin-right: 10px;
  font-weight: bold;
}
.n-prd-gift .gift-list .cnt {
  color: #0095dc;
}

.section_product_summary .share-block {
  position: absolute;
  right: 15px;
  top: 25px;
}
.section_product_summary .share-button {
  display: inline-block;
  float: left;
  padding: 5px;
}
.section_product_summary .title-box {
  height: auto;
  line-height: 27px;
  color: #000;
}
.section_product_summary .title-box.pickup-wrap {
  display: flex;
  align-items: center;
}
.section_product_summary .title-box.pickup-wrap > a {
  display: inline-flex;
  align-items: center;
  margin-left: 1px;
}
.section_product_summary .korSub {
  vertical-align: middle;
}
.section_product_summary .wrap_product {
  margin-top: 20px;
}
.section_product_summary .n-info-txt {
  padding-top: 0;
  font-size: 12px;
}
.section_product_summary .access-block {
  padding-bottom: 5px;
}

.product-note-box {
  position: relative;
  margin-top: 19px;
  padding: 15px 15px 15px 52px;
  border: 1px solid #ddd;
}
.product-note-box > i {
  position: absolute;
  left: 12px;
  top: 50%;
  margin-top: -15px;
  color: #eb0000;
}

.earlymorning-delivery,
.plus-delivery {
  position: relative;
  padding-bottom: 15px !important;
}
.earlymorning-delivery__text,
.plus-delivery__text {
  padding: 12px 0 10px;
  font-weight: 500;
}
.earlymorning-delivery__text > span,
.plus-delivery__text > span {
  font-weight: bold;
  color: #14aaff;
}
.earlymorning-delivery__btn,
.plus-delivery__btn {
  position: absolute;
  top: 0px;
  right: 0px;
  display: inline-block;
  height: 33px;
  padding: 0 9px;
  border: 1px solid #ddd;
  box-sizing: border-box;
  font-weight: bold;
  line-height: 33px;
}
.earlymorning-delivery .goods-plusdelivery__viewAll,
.plus-delivery .goods-plusdelivery__viewAll {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 37px;
  margin: 16px auto 0;
  background-image: url("https://static.musinsa.com/musinsaUI/store/goods/plusdelivery_button_bg_pc.png");
  background-size: 100% 37px;
  background-repeat: no-repeat;
}

.section_product_summary .box_state.box-state-multi {
  display: block;
  padding-bottom: 12px;
  margin-top: 2px;
}

.explan_product.pickup_info {
  position: relative;
  padding-bottom: 15px;
}
.explan_product.pickup_info .pickup_info__button {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 33px;
  border: 1px solid #d1d1d1;
  font-size: 12px;
  font-weight: bold;
}
.explan_product.pickup_info .pickup_info__list {
  margin-top: 4px;
}
.explan_product.pickup_info .pickup_info__item {
  position: relative;
  padding-left: 10px;
  padding-bottom: 2px;
  color: #777;
}
.explan_product.pickup_info .pickup_info__item:last-child {
  padding-bottom: 0;
}
.explan_product.pickup_info .pickup_info__item::before {
  display: block;
  width: 3px;
  height: 3px;
  position: absolute;
  top: 7px;
  left: 0;
  border-radius: 100%;
  background: #777;
  content: "";
}
.explan_product .goods-delivery-mode {
  padding: 20px 15px;
  border: 1px solid #d1d1d1;
  border-bottom: none;
}
.explan_product .goods-delivery-mode__label {
  display: block;
  margin-bottom: 17px;
  font-size: 12px;
}
.explan_product .goods-delivery-mode__label:last-of-type {
  margin-bottom: 0;
}
.explan_product .goods-delivery-mode__place {
  padding-left: 8px;
  color: #6e6e6e;
  vertical-align: top;
}

.btn-imagesearch {
  position: absolute;
  bottom: 25px;
  left: 25px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  box-sizing: border-box;
  color: #fff;
  font-weight: bold;
  line-height: 18px;
  font-size: 12px;
}
.btn-imagesearch .btn-smartsearch {
  display: block;
  padding: 4px 8px;
}

.product_img_basic:hover {
  cursor: url(https://image.msscdn.net/skin/musinsa/images/img/cursor-zoom.png), crosshair;
}
.product_img_basic:hover .product_arrow_prev,
.product_img_basic:hover .product_arrow_next {
  display: block;
}
.product_img_basic .product_img_basic .product-img img .product_arrow_prev {
  left: 10px;
}
.product_img_basic .product_arrow_next {
  right: 9px;
}
.product_img_basic .product_arrow_prev,
.product_img_basic .product_arrow_next {
  display: none;
  top: 280px;
}
.product_img_basic .product_arrow_prev > a,
.product_img_basic .product_arrow_next > a {
  width: 40px;
  height: 40px;
  padding: 0;
  background: rgba(0, 0, 0, 0.2);
  text-align: center;
  line-height: 40px;
}

.layer-cart-notify.ui-layer {
  border: 0;
}
.layer-cart-notify .btn-set .btn-cancel {
  border: 1px solid #333333;
  background-color: #333333;
}
.layer-cart-notify .btn-set .btn-cancel:hover {
  background-color: #ffffff;
  border-color: #000000;
  color: #000000;
}
.layer-cart-notify__count {
  display: flex;
  justify-content: center;
  padding: 14px 0 12px;
  margin-top: 10px;
  background-color: #f9f9f9;
  color: #6e6e6e;
}
.layer-cart-notify__title {
  margin-right: 8px;
}
.layer-cart-notify__number {
  font-weight: bold;
}
.layer-cart-notify__number > strong {
  color: #000000;
}

.intangible-product-btn {
  display: flex;
}
.intangible-product-btn .btn_buy {
  flex: 1;
}
.intangible-product-btn .btn_buy a {
  width: 100%;
}
.intangible-product-btn .btn_cart {
  display: none;
}

.deliveryinfo_special {
  display: flex;
  align-items: center;
  height: 40px;
  padding: 7px 10px 0;
  margin-top: 5px;
  box-sizing: border-box;
  background-color: #F8F8FA;
}
.deliveryinfo_special__icon {
  display: flex;
  align-items: center;
  width: auto;
  height: 100%;
  font-size: 0;
}
.deliveryinfo_special__text {
  height: 26px;
  margin-left: 10px;
  font-size: 13px;
  line-height: 26px;
  font-weight: 400;
  color: #333;
}
.deliveryinfo_special__text__point {
  font-weight: 700;
  color: #14AAFF;
}

.product_size_chart .info_size {
  padding-top: 15px;
}
.product_size_chart .info_size li {
  position: relative;
  padding-left: 10px;
  margin-top: 5px;
  font-size: 12px;
  color: #000;
}
.product_size_chart .info_size li:first-child {
  margin-top: 0;
}
.product_size_chart .info_size li:before {
  display: block;
  position: absolute;
  top: 8px;
  left: 2px;
  width: 3px;
  height: 3px;
  border-radius: 100%;
  background-color: #000;
  content: "";
}

.simulation_notice_text {
  display: flex;
  align-items: center;
  margin-top: 5px;
  font-size: 12px;
  color: #b3b3b3;
}
.simulation_notice_text__icon {
  display: flex;
  padding-bottom: 3px;
}

.product_size_chart .tab_size {
  border-right: none;
}
.product_size_chart .tab_size .tab-btn:last-child {
  border-right: 1px solid #eee;
}
