@charset "utf-8"; /* by아름 상품상세 210906  */
#goodsDetail {
    width: 1340px;
    margin: 0 auto;
}

#goodsDetail .goods_top_wrap {
    display: flex;
    padding-bottom: 70px;
    border-bottom: 1px solid #e5e5e5;
    justify-content: flex-end;
}

#goodsDetail .goods_top_wrap .photo {
    width: 936px;
    height: 850px;
    /* margin-right: 60px; */
}

#goodsDetail .goods_photo {
    display: flex
}

#goodsDetail .goods_photo img {
    width: 600px;
    display: block;
}

.img-zoom-container {
    position: relative;
}

.img-zoom-lens {
    position: absolute;
    /* border: 1px solid #d4d4d4; */
    /*set the size of the lens:*/
    width: 250px;
    height: 250px;
    background-color: rgba(0, 0, 0, 0.1);
    z-index: 1000
}

.img-zoom-result {
    border: 1px solid #000;
    /*set the size of the result div:*/
    width: 500px;
    height: 501px;
    position: absolute;
    top: 0;
    right: -502px;
    z-index: 20;
    image-rendering: -moz-crisp-edges;
    /* Firefox */
    image-rendering: -o-crisp-edges;
    /* Opera */
    image-rendering: -webkit-optimize-contrast;
    /* Webkit (non-standard naming) */
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
    /* IE (non-standard property) */
    background-color: white
}

#goodsDetail .swiper-goods-photo-pagination {
    margin-right: 26px;
    width: 60px;
}

#goodsDetail .swiper-goods-photo-pagination .swiper-pagination-bullet {
    display: block;
    width: 56px;
    height: auto;
    opacity: 1;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid transparent;
    background: none;
    box-sizing: border-box;
    margin-bottom: 10px;
}

#goodsDetail .swiper-goods-photo-pagination .swiper-pagination-bullet img {
}

#goodsDetail .goods_photo {
    display: flex;
    position: relative;
    width: 100%;
}
#goodsDetail .goods_photo:not(:has(.swiper-pagination-bullet + .swiper-pagination-bullet)) .swiper-goods-photo-pagination{
    width:0;
    margin-right: 0;
}
#goodsDetail .goods_photo:not(:has(.swiper-pagination-bullet + .swiper-pagination-bullet)) .goods_photo_swiper{
    margin-left:86px;
}
#goodsDetail .swiper-goods-photo-pagination .swiper-pagination-bullet img {
}

#goodsDetail .goods_photo .swiper-container {
    width: 100%;
    min-width: 600px;
    position: relative;
    height: 850px;
    overflow: hidden;
}

#goodsDetail .goods_photo .swiper-container .videoArea {
    background: #000;
}

#goodsDetail .goods_photo .swiper-container video {
    width: auto;
    margin: 0 auto;
    height: 850px !important;
    display: block;
    height: auto;
    object-position: center;
    object-fit: cover;
    /* width: 100%; */
    /* background: #000; */
}

#goodsDetail .swiper-goods-photo-pagination .swiper-pagination-bullet-active {
    border: 1px solid #222222;
}

#goodsDetail .swiper-goods-photo-pagination .swiper-pagination-bullet-active img {
}

#goodsDetail .photo .tag_set,#goodsDetail .photo .tag_one_get_one_free {
    position: absolute;
    right: 15px;
    top: 15px;
    /* padding: 5px 12px; */
    background: #222222;
    border-radius: 15px 0px 15px 0px;
    font-size: 16px;
    line-height: 36px;
    font-weight: 600;
    color: #fff;
    font-family: 'Pretendard',Sans-Serif;
    width: 66px;
    height: 36px;
    text-align: center;
    z-index: 2;
}

#goodsDetail .goods_info_right {width: calc(100% - 936px);}

#goodsDetail .goods_info_right .brand_name {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#goodsDetail .goods_info_right .brand_name .name {
    font-size: 14px;
    font-weight: 600;
    color: #707070;
    line-height: 1;
}

#goodsDetail .goods_info_right .brand_name .name:after {
    display: inline-block;
    content: '';
    background: url(../../imgs/web/global/input_arrow_right@3x.png) center 2px no-repeat;
    width: 12px;
    height: 14px;
    background-size: 14px;
}

#goodsDetail .goods_info_right .brand_name .goods_code {
    font-size: 13px;
    color: #aaaaaa;
    font-weight: 500;
    line-height: 1;
}

#goodsDetail .goods_info_right > h2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    width: 429px;
}

#goodsDetail .goods_info_right .marketing_title {
    display: block;
    height: 27px;
    margin: 12px 48px 3px 0;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: -0.18px;
    color: #5e1dd5;
}

#goodsDetail .goods_info_right .link_wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    height: 28px;
    line-height: 28px;
}

#goodsDetail .goods_info_right .link_wrap .review_star {
    display: flex;
    align-items: center;
}

#goodsDetail .goods_info_right .link_wrap .review_star .star_wrap {
    /* display: flex; */
    width: 104px;
    height: 17px;
    background: #dddddd;
    position: relative;
}

#goodsDetail .goods_info_right .link_wrap .review_star .star_wrap .star_bar {
    /* display: flex; */
    background: #38AFF5;
    height: 16px;
    /* width: 97px; */
}

#goodsDetail .goods_info_right .link_wrap .review_star .star_wrap .star_bg {
    content: "";
    display: block;
    position: relative;
    z-index: 10;
    width: 104px;
    height: 17px;
    background: url(../../imgs/goods/rating_off_white@3x.png) repeat-x 0 0;
    background-size: contain;
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 0;
    background-size: 103px;
}

#goodsDetail .goods_info_right .link_wrap .review_star .star_wrap li {
    width: 18px;
    margin-right: 4px;
    display: flex;
    align-items: center;
}

#goodsDetail .goods_info_right .link_wrap .review_star .star_wrap li img {
}

#goodsDetail .goods_info_right .link_wrap .review_star p {
    margin-left: 12px;
    font-size: 18px;
    font-weight: 600;
}

#goodsDetail .goods_info_right .link_wrap .review_star p:after {
    display: inline-block;
    content: '';
    background: #dddddd;
    width: 1px;
    height: 14px;
    margin: 0 10px
}

#goodsDetail .goods_info_right .link_wrap .review_star .btn_reviewlist {
    font-size: 15px;
    font-weight: 500;
    display: flex;
    align-items: center;
}

#goodsDetail .goods_info_right .link_wrap .review_star .btn_reviewlist:after {
    display: inline-block;
    content: '';
    width: 12px;
    height: 12px;
    background: url(../../imgs/web/global/input_arrow_black2@3x.png) 0 0 no-repeat;
    background-size: 12px;
}

#goodsDetail .goods_info_right .link_wrap .wish_btn {
    position: relative;
    display: flex;
}

#goodsDetail .goods_info_right .link_wrap .wish_btn .input_none {
    display: none;
}

#goodsDetail .goods_info_right .link_wrap .wish_btn #like {
    /* position: absolute; */
    /* right: 0; */
    /* top: 0; */
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
    /* width: 30px; */
    /* height: 30px; */
    /* border-radius: 21px; */
    /* background-color: #fff; */
    /* box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); */
}

#goodsDetail .goods_info_right .link_wrap .wish_btn #like + label {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../../imgs/goods/icon_heart@3x.png) center no-repeat;
    /* background-size: contain; */
    text-indent: -9999px;
    overflow: hidden;
    background-size: 30px;
    margin-right: 6px;
}

#goodsDetail .goods_info_right .link_wrap .wish_btn #like:checked + label {
    display: block;
    width: 30px;
    height: 30px;
    background: url(../../imgs/goods/icon_heart_on@3x.png) center no-repeat;
    background-size: contain;
}

#goodsDetail .goods_info_right .link_wrap .wish_btn #like {
}

#goodsDetail .goods_info_right .link_wrap .wish_btn #like + label.active {
    background: url(../../imgs/goods/icon_heart_on@3x.png) center no-repeat;
    background-size: 20px;
}

#goodsDetail .goods_info_right .link_wrap .wish_btn #like:checked + label {
}

#goodsDetail .goods_info_right .link_wrap .wish_btn .share {
    display: inline-block;
    position: relative;
}

#goodsDetail .goods_info_right .link_wrap .wish_btn .share button {
    text-indent: -9999em;
    background: url(../../imgs/web/global/icon_share@3x.png) 0 0 no-repeat;
    background-size: 28px;
    width: 28px;
    height: 28px;
    position: relative;
    z-index: 1;
}

#goodsDetail .goods_info_right .link_wrap .wish_btn .share .sns {
    display: flex;
    position: absolute;
    right: -52px;
    /* padding: 0 0 0 13px; */
    top: 0;
    overflow: hidden;
    opacity: 0;
    transition: opacity 0.3s;
}

#goodsDetail .goods_info_right .link_wrap .wish_btn .share .sns li {
    padding: 0 5px;
    /* transform: translate(0, 0); */
    transition: transform 0.3s;
}

#goodsDetail .goods_info_right .link_wrap .wish_btn .share .sns li a {
    width: 30px;
    height: 30px;
    display: block;
    text-indent: -9999em;
    box-sizing: border-box;
    /* border: 1px solid transparent; */
}

#goodsDetail .goods_info_right .link_wrap .wish_btn .share .sns li.twitter a {
    background: #73a0fa url(../../imgs/web/global/twitter@3x.png) center center no-repeat;
    background-size: 14px;
    border-radius: 50%;
    border: 1px solid #73a0fa;
}

#goodsDetail .goods_info_right .link_wrap .wish_btn .share .sns li.facebook a {
    background: #4167b1 url(../../imgs/web/global/facebook@3x.png) center center no-repeat;
    background-size: 7px;
    border-radius: 50%;
    border: 1px solid #4167b1;
}

#goodsDetail .goods_info_right .link_wrap .wish_btn .share .sns li.kakao a {
    background: #f9e103 url(../../imgs/web/global/kakaotalk@3x.png) center center no-repeat;
    background-size: 15px;
    border-radius: 50%;
    border: 1px solid #f9e103;
}

#goodsDetail .goods_info_right .link_wrap .wish_btn .share .sns li.url_copy a {
    background: #fff url(../../imgs/web/global/url_copy@3x.png) center center no-repeat;
    background-size: 14px;
    border-radius: 50%;
    border: 1px solid #e5e5e5
}

#goodsDetail .goods_info_right .link_wrap .wish_btn .share .sns li.twitter {
    transform: translate(0, 0);
}

#goodsDetail .goods_info_right .link_wrap .wish_btn .share .sns li.facebook {
    transform: translate(-40px, 0);
}

#goodsDetail .goods_info_right .link_wrap .wish_btn .share .sns li.kakao {
    transform: translate(-129px, 0);
}

#goodsDetail .goods_info_right .link_wrap .wish_btn .share .sns li.url_copy {
    transform: translate(-80px, 0);
}

#goodsDetail .goods_info_right .link_wrap .wish_btn .share.active .sns li.twitter {
    transform: translate(0, 0);
}

#goodsDetail .goods_info_right .link_wrap .wish_btn .share.active .sns li.facebook {
    transform: translate(0, 0);
}

#goodsDetail .goods_info_right .link_wrap .wish_btn .share.active .sns li.kakao {
    transform: translate(0, 0);
}

#goodsDetail .goods_info_right .link_wrap .wish_btn .share.active .sns li.url_copy {
    transform: translate(0, 0);
}

#goodsDetail .goods_info_right .link_wrap .wish_btn .share.active .sns {
    overflow: visible;
    opacity: 1;
}

#goodsDetail .goods_info_right .goodsItemInfo {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: end;
}

#goodsDetail .goods_info_right .goodsItemInfo .price_area {
}

#goodsDetail .goods_info_right .goodsItemInfo .price_area .price_1 {
    display: flex;
}

#goodsDetail .goods_info_right .goodsItemInfo .price_area .price_1 span {
}
#goodsDetail .goods_info_right .goodsItemInfo .price_area .price_1 h3{order: 2;margin-right: 0;margin-left: 10px;}
#goodsDetail .goods_info_right .goodsItemInfo .price_area .price_1 h3 {
    font-family: 'Pretendard',Sans-Serif;
    font-size: 18px;
    color: #666;
    font-weight: 600;
    margin-right: 10px;
    /* line-height: 1; */
}

#goodsDetail .goods_info_right .goodsItemInfo .price_area .price_1 p {
    color: #aaa;
    font-size: 18px;
    font-weight: 500;
    text-decoration: line-through;
    /* line-height: 1; */
    font-family: 'Pretendard',Sans-Serif;
}

#goodsDetail .goods_info_right .goodsItemInfo .price_area .price_coupon_wrap {
    margin-top: 5px;
    display: flex;
}

#goodsDetail .goods_info_right .goodsItemInfo .price_area .price_coupon_wrap > span {
    font-weight: 800;
    font-size: 27px;
    color: #38AFF5;
    margin-right: 10px;
    font-family: 'Pretendard',Sans-Serif;
    line-height: 34px;
}

#goodsDetail .goods_info_right .goodsItemInfo .price_area .price_coupon_wrap .price_coupon {
    display: flex;
    align-items: center;
}

#goodsDetail .goods_info_right .goodsItemInfo .price_area .price_coupon_wrap .price_coupon .cpnApply_info {
    display: inline-block;
    width: 13px;
    height: 13px;
    margin-left: 5px;
    background: url(../../imgs/display/i.png) center no-repeat;
    background-size: 13px;
    text-indent: -9999px;
    overflow: hidden;
    padding-top: 5px;
    cursor: pointer;
}

#goodsDetail .goods_info_right .goodsItemInfo .price_area .price_coupon_wrap .price_coupon h2 {
    font-size: 28px;
    font-weight: 800;
    font-family: 'Pretendard',Sans-Serif;
    margin-right: 10px;
    line-height: 33px;
}

#goodsDetail .goods_info_right .goodsItemInfo .price_area .price_coupon_wrap .price_coupon span {
    font-size: 14px;
    font-weight: 500;
    line-height: 32px;
}

#goodsDetail .goods_info_right .goodsItemInfo .coupondown {
    width: 89px;
    height: 30px;
    line-height: 27px;
    border: 1px solid #222;
    border-radius: 5px;
    box-sizing: border-box;
    font-weight: 600;
    font-size: 13px
}

#goodsDetail .goods_info_right .goodsItemInfo .coupondown:after {
    display: inline-block;
    content: '';
    background: url(../../imgs/web/global/download@3x.png) center center no-repeat;
    width: 14px;
    height: 13px;
    background-size: 14px;
    /* margin-left:2px; */
}

#goodsDetail .goods_info_right .goodsItemInfo .coupondown span {
}

#goodsDetail .goods_info_right .goodsItemInfo .coupondown em {
}

#goodsDetail .goods_info_right .goodsItemInfo + .label_list {
    margin-top: 16px;
}

#goodsDetail .goods_info_right .benefit_coupon {
    margin-top: 30px;
}

#goodsDetail .goods_info_right .benefit_coupon .benefit_coupon_header {
    font-family: Pretendard;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.16px;
    margin-bottom: 15px;
}

#goodsDetail .goods_info_right .benefit_coupon .benefit_coupon_header span {
    font-size: 16px;
    font-weight: bold;
}

#goodsDetail .goods_info_right .benefit_coupon .benefit_coupon_header a {
    float: right;
    font-size: 13px;
    font-weight: 500;
    text-decoration: underline;
    text-underline-position: under;
}

#goodsDetail .goods_info_right .benefit_coupon .coupons .coupon {
    margin-bottom: 10px;
    display: flex;
    border: solid 1px #e5e5e5;
    border-radius: 5px;
    height: 44px;
    align-items: center;
    cursor: pointer;
}

#goodsDetail .goods_info_right .benefit_coupon .coupons .coupon.cant_down {
    opacity: 0.3;
    cursor: default;
}

#goodsDetail .goods_info_right .benefit_coupon .coupons .coupon:last-child {
    margin-bottom: unset;
}

#goodsDetail .goods_info_right .benefit_coupon .coupons .coupon .coupon_img {
    margin-left: 6%;
    width: 4%;
}

#goodsDetail .goods_info_right .benefit_coupon .coupons .coupon .coupon_img > img {
    display: block;
    width: 16px;
    margin: auto;
}

#goodsDetail .goods_info_right .benefit_coupon .coupons .coupon .coupon_name {
    margin-left: 2%;
    width: 55%;
    font-family: 'Pretendard', 'Montserrat';
    font-size: 13px;
    font-weight: 500;
    letter-spacing: -0.13px;
}

#goodsDetail .goods_info_right .benefit_coupon .coupons .coupon .coupon_avail_eddt {
    width: 33%;
    font-family: 'Pretendard',Sans-Serif;
    font-size: 13px;
    letter-spacing: -0.13px;
}

#goodsDetail .goods_info_right .benefit_coupon .coupons .coupon .coupon_down_img {
    width: 10%;
}

#goodsDetail .goods_info_right .benefit_coupon .coupons .coupon .coupon_down_img > button {
    width: 11px;
}

#container .label_list {
    font-size: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    /* padding-top: 15px; */
    /* border-bottom: 1px solid #e5e5e5; */
    /* margin-bottom: 20px; */
}

#container .label_list span {
    /* padding: 2px 3px; */
    font-size: 10px;
    line-height: 11px;
    letter-spacing: -0.08px;
    font-family: 'Pretendard',Sans-Serif;
    border-radius: 3px;
    display: block;
    box-sizing: border-box;
    margin-right: 4px;
    font-weight: 600;
    margin-bottom: 2px;
    /* -webkit-transform: scale(0.8); */
    position: relative;
    /* text-indent: -9999em; */
    height: 19px;
    /* width: 29px; */
    /* padding: 3px 7px; */
}

#container .label_list span img {
    display: block;
    height: 19px;
}

#container .label_list span:last-child {
    margin-right: 0
}

#container .label_list span.label_best {
    /* color: #fff; */
    /* background: #222222; */
    /* border: 1px solid #222; */
    /* width: 36px; */
    /* height: 17px; */
    /* width: 29px; */
    /* height: 14px; */
}

#container .label_list span.label_new {
    /* color: #fff; */
    /* background: #38aff5; */
    /* border: 1px solid #38aff5; */
}

#container .label_list span.label_case {
    /* color: #222; */
    /* background: #efefef; */
    /* border: 1px solid #efefef; */
}

#container .label_list span.label_gift {
    /* color: #fff; */
    /* background: #ff99a6; */
    /* width: 26px; */
    /* border: 1px solid #ff99a6; */
}

#container .label_list span.label_exc {
    /* color: #fff; */
    /* background: #38AFF5; */
    /* border: 1px solid #38AFF5; */
    /* width: 53px; */
}

#container .label_list span.label_online {
    /* color: #222222; */
    /* border: 1px solid #222222; */
    /* padding: 1px 4px; */
    /* width: 40px; */
}

#container .label_list span.label_cobuying {
    color: #5212ce;
    border: 1px solid #5212ce;
    background: #fff;
    letter-spacing: -0.12px;
    /* width: 37px; */
    font-family: 'Pretendard';
    padding: 3px 7px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#container .label_list span.label_cobuying img {
    height: 17px
}

#goodsDetail .item_color {
}

#goodsDetail .goods_info_right .item_color {
    padding: 25px 0 0;
    position: relative
}

#goodsDetail .item_color .tit {
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

#goodsDetail .item_color .colornm {
    position: absolute;
    top: 25px;
    right: 0;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: -0.13px;
}

#goodsDetail .item_color p {
    display: flex;
    justify-content: space-between;
    font-weight: 600;
}

#goodsDetail .item_color p span:first-child {
    font-size: 16px;
    color: #000000;
}

#goodsDetail .item_color p span:last-child {
    font-size: 12px;
    margin-top: auto;
    font-weight: 500;
}

#goodsDetail .item_color .color_select_box {
    margin: 12px -5px -10px -5px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    width: 300px;
}

#goodsDetail .item_color .color_select_box li {
    padding: 0 5px 10px;
}

#goodsDetail .item_color input {
    display: none;
}

#goodsDetail .item_color label div {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid transparent;
    box-sizing: border-box;
    overflow: hidden;
}

#goodsDetail .item_color label div:hover {
    cursor: pointer
}

#goodsDetail .item_color label img {
    width: 48px;
    display: block;
}

#goodsDetail .item_color .active div {
    border: 1px solid #222;
    border-radius: 5px;
}

#goodsDetail .item_size p {
    display: flex;
    justify-content: space-between;
    font-weight: 700;
    /*align-items: baseline;*/
}

/*#goodsDetail .item_size p span:nth-child(1){margin-right:10px;}*/
/*#goodsDetail .item_size p span:nth-child(2){color:#8080ff;font-size: 13px;margin-right:auto;font-weight:500;}*/
#goodsDetail .item_size .item_name {
    font-weight: 500;
    flex-basis: 0;
    flex-grow: 1;
}

#goodsDetail .item_size p button {
    font-size: 12px;
    margin-top: auto;
    font-weight: 500;
}

#goodsDetail .item_size.set {
    margin-top: 25px
}

#goodsDetail .item_size.set:last-child {
    padding-bottom: 0;
}

#goodsDetail .item_size.set button {
    margin-bottom: auto;
}

#goodsDetail .item_size.set .item_name {
    font-weight: 600;
    padding-right: 30px;
}

#goodsDetail .item_size p button:after {
    content: '';
    width: 100%;
    display: block;
    height: 1px;
    background: #222;
}

#goodsDetail .item_size .item_size_list {
    display: flex;
    flex-wrap: wrap;
    margin: 12px -5px -10px -5px;
    /* width: 277px; */
}

#goodsDetail .item_size .item_size_list li {
    padding: 0 5px 10px 5px;
}

#goodsDetail .item_size .item_size_list li:last-child {
    margin-right: 0;
}

#goodsDetail .item_size .item_size_list li:nth-child(8) {
    margin-right: 0;
}

#goodsDetail .item_size .item_size_list li:nth-child(16) {
    margin-right: 0;
}

#goodsDetail .item_size .item_size_list li input {
    display: none
}

#goodsDetail .item_size .item_size_list li input + label.select_size {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 44px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    font-family: 'Pretendard',Sans-Serif;
    font-weight: 600;
    font-size: 12px;
    color: #dddddd;
    box-sizing: border-box;
}

#goodsDetail .item_size .item_size_list li input + label.select_size:hover {
    cursor: pointer
}

#goodsDetail .item_size .item_size_list input:checked + label.select_size {
    border: 1px solid #222222;
    border-radius: 5px;
    color: #222222;
}

#goodsDetail .item_size .item_size_list li.active label {
    color: #222222 !important;
    ;}

#goodsDetail .item_size {
    margin-top: 25px;
}

#goodsDetail .item_size p {
    display: flex;
    justify-content: space-between;
    font-weight: 700;
    align-items: baseline;
}

#goodsDetail .item_size p span:nth-child(1) {
    margin-right: 10px;
}

#goodsDetail .item_size p span:nth-child(2) {
    color: #38aff5;
    font-size: 13px;
    margin-right: auto;
    font-weight: 500;
    height: 18px;
}

#goodsDetail .item_size p span {
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

#goodsDetail .item_size p .view_size_guide {
    font-size: 13px;
    font-weight: 500;
}



#detail_view .pro_cont .cont_table table tr.option_select td ul.selected_box li.price {
    float: right;
    font-family: 'hk_nova_bold','Noto Sans KR';
    font-size: 17px;
    color: #555;
}

#detail_view .pro_cont .cont_table table tr.option_select td ul.selected_box li.price span {
    color: #222;
}

#detail_view .pro_cont .cont_table table tr.option_select td ul.selected_box li.price img {
    display: inline-block;
    margin: 7px 0 0;
    vertical-align: top;
}

#goodsDetail .item_amount {
    display: flex;
    padding: 15px 0 0 0;
}

#goodsDetail .item_amount .tit {
    font-size: 16px;
    font-weight: 600;
    line-height: 2;
    color: #000000;
    align-items: center;
    display: flex;
}

#goodsDetail .item_amount .count_btn {
    margin-left: auto;
    height: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* border-bottom: 1px solid #e5e5e5; */
}

#goodsDetail .item_amount .count_btn span {
}

#goodsDetail .item_amount .count_btn span input {
    font-family: 'Pretendard',Sans-Serif;
    font-size: 16px;
    font-weight: 700;
    border: 0;
    width: 100px;
    text-align: center;
}

#goodsDetail .item_amount .count_btn #minus_one {
    width: 14px;
    height: 14px;
    background: url(../../imgs/goods/amount_down.png) no-repeat center;
    background-size: cover;
    text-indent: -9999em;
}

#goodsDetail .item_amount .count_btn #plus_one {
    width: 14px;
    height: 14px;
    background: url(../../imgs/goods/amount_up.png) no-repeat center;
    background-size: cover;
    text-indent: -9999em;
}

#goodsDetail .total {
    border-top: 1px solid #e5e5e5;
    padding-top: 19px;
    margin-top: 20px;
}

#goodsDetail .total.deal {
    border: none;
    padding-top: 0;
}

#goodsDetail .total .box {
    font-size: 18px;
    font-weight: 500;
    color: #222;
    display: flex;
    justify-content: space-between;
    align-items: end;
}

#goodsDetail .total .box .price {
}

#goodsDetail .total .box .price strong {
    font-size: 24px;
    font-weight: 700;
    font-family: 'Pretendard',Sans-Serif;
    line-height: 30px;
}

#goodsDetail .detail_buttons {
    margin-top: 30px;
    display: flex;
}

#goodsDetail .detail_buttons a {
    width: 210px;
    text-align: center;
    height: 60px;
    line-height: 58px;
    border: 1px solid #dddddd;
    box-sizing: border-box;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 600;
}

#goodsDetail .detail_buttons .cart {
    margin-right: 9px;
}

#goodsDetail .detail_buttons .buy {
    border: 1px solid #222222;
    background: #222222;
    color: #fff;
}

#goodsDetail .detail_buttons .soldout {
    text-align: center;
    height: 60px;
    line-height: 58px;
    box-sizing: border-box;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    background: #222222;
    color: #fff;
    width: 100%;
}

#goodsDetail .detail_buttons .soldout:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255,255,255,.7)
}

#goodsDetail .goods_info_right .benefit {
    margin-top: 40px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 30px;
}

#goodsDetail .benefit {
    position: relative;
    /* padding: 35px 20px 0; */
    /* background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.03), rgba(0, 0, 0, 0.02) 0.5%, rgba(0, 0, 0, 0)); */
}

#goodsDetail .goods_info_right .benefit .tit {
    font-size: 16px;
    font-weight: 600;
    color: #222;
    padding-bottom: 13px;
}

#goodsDetail .goods_info_right .benefit ul {
}

#goodsDetail .goods_info_right .benefit ul li {
    position: relative;
    padding: 4px 0 4px 30px;
    font-size: 13px;
    line-height: 19px;
    color: #707070;
    letter-spacing: -0.13px;
    font-weight: 500;
    display: flex;
}

#goodsDetail .goods_info_right .benefit ul li.card, #goodsDetail .goods_info_right .benefit ul li.change {
    display: flex;
    align-items: center;
    position: relative;
}

#goodsDetail .goods_info_right .benefit ul li.change.set {
    padding-bottom: 70px
}

#goodsDetail .goods_info_right .benefit ul li.change span {
    position: absolute;
    top: 26px;
    display: block;
}

#goodsDetail .goods_info_right .benefit ul li span.add_info {
    display: inline-block;
    width: 13px;
    height: 13px;
    margin-left: 5px;
    background: url(../../imgs/display/i.png) center no-repeat;
    background-size: 13px;
    text-indent: -9999px;
    overflow: hidden;
}

#goodsDetail .goods_info_right .benefit ul li span.add_info:hover {
    cursor: pointer
}

#goodsDetail .goods_info_right .benefit ul li span.important {
    font-weight: bold;
    color: #222222;
}

#goodsDetail .goods_info_right .benefit ul li:before {
    position: absolute;
    left: 0;
    top: 4px;
    display: block;
    width: 20px;
    height: 20px;
    content: '';
}

#goodsDetail .goods_info_right .benefit ul li.card:before {
    background: url(../../imgs/goods/icon_card.png) center no-repeat;
    background-size: 20px;
}

#goodsDetail .goods_info_right .benefit ul li.li_card_promotion:first-child:before {
    background: url(../../imgs/goods/icon_point_60px.png) center no-repeat;
    background-size: 20px;
}

#goodsDetail .goods_info_right .benefit ul li.point:before {
    background: url(../../imgs/goods/icon_point.png) center no-repeat;
    background-size: 20px;
}

#goodsDetail .goods_info_right .benefit ul li.deliveryfee:before {
    background: url(../../imgs/goods/icon_delivery.png) center no-repeat;
    background-size: 20px;
}

#goodsDetail .goods_info_right .benefit ul li.deliveryInfo {
    display: flex;
    align-items: center;
}

#goodsDetail .goods_info_right .benefit ul li.deliveryInfo .icon {
    display: block;
    width: 15px;
    height: 15px;
    cursor: pointer;
    margin-left: 5px;
    background: url(../../imgs/display/i.png) 0px 2px no-repeat;
}

#goodsDetail .goods_info_right .benefit ul li.deliveryInfo .icon:after {
    content: '결제일 기준 2일이내 출고예정\A (주말/공휴일 제외이며, 매장 발송 건 및 당사 사정에 의하여\A 지연될 수 있습니다.)';
    white-space: pre;
    display: none;
    position: absolute;
    top: 26px;
    left: 45px;
    border: 1px solid #999;
    padding: 10px 20px;
    background: #fff;
    font-weight: 500;
    z-index: 2;
    color: #222;
    border-radius: 5px 20px 20px 20px;
}

#goodsDetail .goods_info_right .benefit ul li.deliveryInfo .icon.resGoods:after {
    content: '주말/공휴일 제외이며, 매장 발송 건 및 당사 사정에\A 의하여 지연될 수 있습니다.';
    white-space: pre;
    display: none;
    position: absolute;
    top: 26px;
    left: 45px;
    border: 1px solid #999;
    padding: 10px 20px;
    background: #fff;
    font-weight: 500;
    z-index: 2;
    color: #222;
    border-radius: 5px 20px 20px 20px;
}

#goodsDetail .goods_info_right .benefit ul li.deliveryInfo .icon:hover::after {
    display: block;
}

#goodsDetail .goods_info_right .benefit ul li.stock:before {
    background: url(../../imgs/goods/icon_stock.png) center no-repeat;
    background-size: 20px;
}

#goodsDetail .goods_info_right .benefit ul li.stock .off {
    margin-left: 7px;
    display: inline-block;
    height: 18px;
    border-bottom: 1px solid #222222;
    font-size: 13px;
    letter-spacing: -0.12px;
    color: #222222;
    font-weight: bold;
}

#goodsDetail .goods_info_right .benefit ul li.stock .off:hover {
    cursor: pointer
}

#goodsDetail .goods_info_right .benefit ul li.change:before {
    background: url(../../imgs/goods/icon_change.png) center no-repeat;
    background-size: 20px;
}

#goodsDetail .goods_info_right .benefit .change_info_wrap {
    display: none;
}

#goodsDetail .goods_info_right .benefit .change_info_wrap.active {
    display: block;
}

#goodsDetail .goods_info_right .benefit .change_info {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: -15px;
}

#goodsDetail .goods_info_right .benefit .change_info p {
    background: #222222;
    padding: 10px 12px;
    border-radius: 5px 20px 20px 20px;
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: -0.24px;
}

#goodsDetail .goods_info_right .benefit .change_info p span {
    color: #38AFF5;
}

#goodsDetail .goods_info_right .benefit .close_bg {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    z-index: 1;
}

#goodsDetail .detail_detail {
    display: flex;
    border-bottom: 1px solid #e5e5e5;
}

#goodsDetail .detail_detail .detail {
    width: 919px;
    position: relative;
    padding-top: 70px;
}

#goodsDetail .detail_detail .detail .detail_tab {
    display: flex;
    border-bottom: 1px solid #e5e5e5;
    padding-left: 28px;
    background: #fff;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    /* left: 0; */
    width: 100%;
}

#goodsDetail .detail_detail .detail .detail_tab.fixed {
    position: fixed;
    top: 71px;
    z-index: 50;
    width: 919px;
    /* left: 0; */
    transition: transform 0s;
}

body.scrolldown #goodsDetail .detail_detail .detail .detail_tab.fixed {
    transform: translate(0, 10);
}

#topBanner ~ #wrap #goodsDetail .detail_detail .detail .detail_tab.fixed {
    top: 112px;
}

#goodsDetail .detail_detail .detail .detail_tab li {
    /* width: 20%; */
    text-align: center;
    margin-right: 70px;
}

#goodsDetail .detail_detail .detail .detail_tab li:last-child {
    margin-right: 0
}

#goodsDetail .detail_detail .detail .detail_tab li a {
    font-size: 18px;
    color: #707070;
    font-weight: 500;
    text-align: center;
    display: inline-block;
    padding: 22px 0 20px;
    margin-bottom: -1px;
}

#goodsDetail .detail_detail .detail .detail_tab li.active {
}

#goodsDetail .detail_detail .detail .detail_tab li.active a {
    color: #222;
    border-bottom: 2px solid #222;
    font-weight: 600
}

#goodsDetail .detail_detail .detail .info_btn {
    margin-top: 60px;
}

#goodsDetail .detail_detail .detail .info_btn .btn_wrap {
    /* padding: 40px 20px 0; */
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    margin: 0 -5px -20px -5px;
}

#goodsDetail .detail_detail .detail .info_btn .btn_wrap li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 420px;
    height: 100px;
    border-radius: 5px;
    box-sizing: border-box;
    background: #f5f5f5;
    /* flex-shrink: 1; */
    margin: 0 5px 20px 5px;
}

#goodsDetail .detail_detail .detail .info_btn .btn_wrap li:first-child {
    /* border: 1px solid #e5e5e5; */
}

#goodsDetail .detail_detail .detail .info_btn .btn_wrap li:last-child {
    background: #f5f5f5;
}

#goodsDetail .detail_detail .detail .info_btn .btn_wrap button {
    font-size: 18px;
    color: #222222;
    font-weight: 500;
    text-align: left;
    padding: 24px 0 22px 34px;
    width: 100%;
    position: relative;
}

#goodsDetail .detail_detail .detail .info_btn .btn_wrap li:first-child button {
    position: relative;
    /* padding: 0 0 0 33px; */
}

#goodsDetail .detail_detail .detail .info_btn .btn_wrap li:first-child button {
}

#goodsDetail .detail_detail .detail .info_btn .btn_wrap li:first-child button:after {
    position: absolute;
    right: 34px;
    top: 50%;
    margin-top: -32px;
    display: inline-block;
    width: 63px;
    height: 63px;
    content: '';
    background: url(../../imgs/web/goods/icon_delivery2.png) center no-repeat;
    background-size: cover;
}

#goodsDetail .detail_detail .detail .info_btn .btn_wrap li:last-child button:after {
    position: absolute;
    right: 34px;
    top: 50%;
    margin-top: -28px;
    display: inline-block;
    width: 101px;
    height: 64px;
    content: '';
    background: url(../../imgs/web/goods/couponimg@3x.png) 0 0 no-repeat;
    background-size: cover;
}

#goodsDetail .detail_detail .detail .info_btn .btn_wrap button strong {
    font-weight: 600;
    /* display: block; */
}

#goodsDetail .detail_detail .detail .info_btn .btn_wrap .btn_more {
    display: inline-block;
    width: 16px;
    height: 14px;
    background: url(../../imgs/goods/arrow_more.png) center center no-repeat;
    background-size: 16px;
    text-indent: -9999px;
    overflow: hidden;
    margin-left: 5px;
}

#goodsDetail .detail_detail .detail .info_btn .btn_wrap li img {
    /* width: 101px; */
    /* margin-top: -4px; */
    /* margin-left: 15px; */
}

#goodsDetail span.btn_more {
}

#goodsDetail .detail_detail .detail .thanks_gift {
}

#goodsDetail .detail_detail .detail .thanks_gift {
    position: relative;
    background-color: #f9fafc;
    margin-top: 76px;
    border-radius: 15px;
    margin-right: 20px;
    width: 850px;
    height: 280px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}

#goodsDetail .detail_detail .detail .thanks_gift .swiper-slide > div {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 280px;
}

#goodsDetail .detail_detail .detail .thanks_gift .flag {
    position: absolute;
    top: -16px;
    left: 20px;
    padding: 7px 12px;
    background-color: #101010;
    border-radius: 20px 20px 20px 5px;
}

#goodsDetail .detail_detail .detail .thanks_gift .flag span {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: -0.12px;
    /* font-family: 'Pretendard',Sans-Serif; */
}

#goodsDetail .detail_detail .detail .thanks_gift .flag span .point {
    color: #38AFF5;
}

#goodsDetail .detail_detail .detail .thanks_gift .swiper-container {
    width: 100%;
}

#goodsDetail .detail_detail .detail .thanks_gift .swiper-container .swiper-slide {
    width: 100%;
    height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#goodsDetail .detail_detail .detail .thanks_gift .event_list {
    position: absolute;
    top: 20px;
    right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#goodsDetail .detail_detail .detail .thanks_gift .event_list span {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: -0.1px;
    color: #aaaaaa;
}

#goodsDetail .detail_detail .detail .thanks_gift .event_list .icon_info {
    width: 16px;
    height: 16px;
    margin-left: 5px;
    background: url(../../imgs/web/goods/icon_info@3x.png) no-repeat center;
    background-size: 16px;
}

#goodsDetail .detail_detail .detail .thanks_gift .img_wrap {
    width: 160px;
    height: 160px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 50%;
    /* display: inline-block; */
    /* flex-grow: 1; */
    display: flex;
    align-items: center;
    justify-content: center;
    object-fit: contain;
    box-sizing: border-box;
    overflow: hidden;
    /* padding: 20px; */
}

#goodsDetail .detail_detail .detail .thanks_gift .txt {
    flex-basis: 0;
    flex-grow: 1;
    margin-left: 30px;
    height: 160px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#goodsDetail .detail_detail .detail .thanks_gift .txt .tit {
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
    /* height: 60px; */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    word-break: break-all;
}

#goodsDetail .detail_detail .detail .thanks_gift .txt span {
    display: inline-block;
}

#goodsDetail .detail_detail .detail .thanks_gift .txt span.condition {
    position: relative;
    line-height: 1.71;
    letter-spacing: -0.14px;
    margin: 10px 0;
    font-size: 14px;
    font-weight: 500;
    flex: 0 0 auto;
    display: block;
    width: fit-content;
    display: block;
    width: 100%
}

/* #goodsDetail .detail_detail .detail .thanks_gift .txt span.condition:after{position: absolute;bottom: 2px;content:'';display:block;width:100%;height:5px;background-color:rgba(82, 17, 206, 0.3);} */
#goodsDetail .detail_detail .detail .thanks_gift .txt span.date {
    font-family: 'Pretendard',Sans-Serif;
    font-size: 14px;
    font-weight: 500;
    color: #aaaaaa;
    display: block;
}

#goodsDetail .detail_detail .detail .thanks_gift .img_wrap img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

/* #goodsDetail .detail_detail .detail .thanks_gift .swiper-button-prev{width: 44px;height: 44px;background: url(/ux/imgs/web/goods/slider_arr_left@3x.png) center center no-repeat;background-size: 44px;transform: rotate(-180deg);left: 20px;opacity: 1;}
#goodsDetail .detail_detail .detail .thanks_gift .swiper-button-next{width: 44px;height: 44px;background: url(/ux/imgs/web/goods/slider_arr_right@3x.png) center center no-repeat;background-size: 44px;right: 20px;opacity: 1;}
 */
/* #goodsDetail .detail_detail .detail .thanks_gift .swiper-button-prev:after, #goodsDetail .thanks_gift .swiper-button-next:after{display:none} */
#goodsDetail .detail_detail .detail .thanks_gift .thanks_gift-prev {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: 44px;
    height: 44px;
    background: url(../../imgs/web/goods/slider_arr_left@3x.png) center center no-repeat;
    background-size: 44px;
    left: 20px;
    display: none;
    transform: translateY(-50%);
    z-index: 3;
}

#goodsDetail .detail_detail .detail .thanks_gift .thanks_gift-next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: 44px;
    height: 44px;
    background: url(../../imgs/web/goods/slider_arr_right@3x.png) center center no-repeat;
    background-size: 44px;
    right: 20px;
    display: none;
    transform: translateY(-50%);
    z-index: 3;
}

#goodsDetail .detail_detail .thanks_gift .thanks_gift_swiper:hover .thanks_gift-prev:not(.swiper-button-disabled) {
    display: block;
}

#goodsDetail .detail_detail .thanks_gift .thanks_gift_swiper:hover .thanks_gift-next:not(.swiper-button-disabled) {
    display: block;
}

#goodsDetail .detail_detail .detail .goods_detail {
    margin-right: 69px;
    padding-bottom: 20px;
    padding-top: 60px;
}

#goodsDetail .detail_detail .detail .goods_detail .detail_info {
    overflow: hidden;
    position: relative;
    padding-bottom: 100px;
}

#goodsDetail .detail_detail .detail .goods_detail .detail_info .detail_img_wrap {
    padding-bottom: 50px;
}

#goodsDetail .detail_detail .detail .goods_detail .detail_info .detail_img_wrap .detail_con {
    /* padding-bottom: 100px; */
}

#goodsDetail .detail_detail .detail .goods_detail .detail_info .detail_img_wrap .detail_con img {
    display: block;
    margin: 0 auto
}

#goodsDetail .detail_detail .detail .goods_detail .detail_info .detail_open {
    position: absolute;
    bottom: 0;
    width: 100%;
}

#goodsDetail .detail_detail .detail .goods_detail .detail_info .detail_open .linear_gradient {
}

#goodsDetail .detail_detail .detail .goods_detail .detail_info .detail_open .btn_wrap {
    /* position: absolute; */
    /* bottom: 150px; */
    /* left: 0; */
    /* width: 100%; */
}

#goodsDetail .detail_detail .detail .goods_detail .detail_info .detail_open .btn_wrap button {
}

#goodsDetail .detail_detail .detail .goods_detail .detail_info .detail_open .btn_wrap button.on {
}

#goodsDetail .detail_detail .detail .goods_detail .linear_gradient {
    width: 100%;
    height: 150px;
    background-image: linear-gradient(to top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0));
}

#goodsDetail .detail_detail .detail .goods_detail .detail_info .detail_open .btn_wrap {
    padding: 16px 0 0 0;
    background: #fff;
}

#goodsDetail .detail_detail .detail .goods_detail .detail_info .detail_open button {
    position: relative;
    text-align: center;
    /* padding: 0 20px 0 0; */
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 180px;
    height: 50px;
    border: 1px solid #c4c4c4;
    border-radius: 80px;
    line-height: 20px;
    font-size: 16px;
    color: #000;
}

#goodsDetail .detail_detail .detail .goods_detail .detail_info .detail_open button:after {
    /* position: absolute; */
    /* right: 15px; */
    /* top: 50%; */
    display: inline-block;
    content: '';
    margin-left: 5px;
    /* margin-top: -10px; */
    width: 20px;
    height: 20px;
    background: url(../../imgs/web/global/input_arrow_down_black@3x.png) center 2px no-repeat;
    background-size: 20px;
    transform: rotate(180deg);
}

#goodsDetail .detail_detail .detail .goods_detail .detail_info .detail_open button.on:after {
    transform: rotate(0deg);
}

#goodsDetail .detail_detail .size_guide {
    width: 850px
}

#goodsDetail .detail_detail .size_guide .table_wrap .con_wrap {
    width: 100%;
    overflow-x: auto;
}

#goodsDetail .detail_detail .size_guide .table_wrap .con_wrap table {
    table-layout: auto;
}

#goodsDetail .detail_detail .size_guide .table_wrap .con_wrap tr {
    display: flex;
    border-bottom: 1px solid #e3e3e3;
    height: 48px;
}

#goodsDetail .detail_detail .size_guide .table_wrap .con_wrap tr td {
    height: 48px;
    text-align: center;
    color: #aaa;
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    flex: 0 0 auto;
    width: 128px;
}

#goodsDetail .detail_detail .detail .review .tit_box {
    display: flex;
    justify-content: space-between;
    padding: 30px 0 0 0;
}

#goodsDetail .detail_detail .detail .review .tit_box button {
    font-size: 12px;
    font-weight: 500;
}

#goodsDetail .detail_detail .detail .review .tit_box button:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #222;
}

#goodsDetail .detail_detail .detail .review .diagram-box {
    padding: 16px 0 85px 0;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e5e5e5;
}

#goodsDetail .detail_detail .detail .review .star-box {
    width: 100%;
    border-right: 1px solid #e3e3e3;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

#goodsDetail .detail_detail .detail .review .star-box p {
    font-size: 36px;
    font-weight: 500;
    font-family: 'Pretendard',Sans-Serif;
}

#goodsDetail .detail_detail .detail .review .star-box .text {
    font-size: 13px;
    color: #aaa;
    font-weight: normal;
    word-break: keep-all;
}

#goodsDetail .detail_detail .detail .review .star-box .text .num {
    font-family: 'Pretendard',Sans-Serif;
    font-weight: 600;
}

#goodsDetail .detail_detail .detail .review .star-box .star {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5px 0;
}

#goodsDetail .detail_detail .detail .review .star-box .star li {
    padding-right: 4px
}

#goodsDetail .detail_detail .detail .review .star-box .star li:last-child {
    padding-right: 0
}

#goodsDetail .detail_detail .detail .review .star-box .star li img {
    width: 17px
}

#goodsDetail .recommend {
    /* margin: 0 -38px 0 -38px; */
    padding-top: 100px;
    position: relative;
}

#goodsDetail .recommend > h2 {
    padding-bottom: 20px;
    font-size: 24px;
    font-weight: 600;
}

#goodsDetail .recommend .list_form {
    padding-bottom: 20px;
    /* display: flex; */
    /* flex-wrap: nowrap; */
}

#goodsDetail .other {
    /* margin: 0 -38px 0 -38px; */
}

#goodsDetail .other #goodsOtherArea {
}

#goodsDetail .other #goodsRelCoordiArea {
}

#goodsDetail .recommend .swiper {
    /* margin: 0 -80px; */
    position: relative;
}

#goodsDetail .recommend .gr_recommend_wrap.swiper-container {
    /* overflow: visible; */
    /* overflow-x: clip; */
    width: 100%;
    /* display: flex; */
    /* flex-wrap: nowrap; */
}

#goodsDetail .recommend .recommend-list-prev {
    cursor: pointer;
    position: absolute;
    top: 135px;
    left: 0;
    z-index: 1;
    width: 60px;
    height: 60px;
    background: url(../../imgs/web/display/list_slider_prev@3x.png) center no-repeat;
    background-size: 60px;
    display: none;
}

#goodsDetail .recommend .recommend-list-next {
    cursor: pointer;
    position: absolute;
    top: 135px;
    right: 0;
    z-index: 1;
    width: 60px;
    height: 60px;
    background: url(../../imgs/web/display/list_slider_next@3x.png) center no-repeat;
    background-size: 60px;
    display: none;
}

#goodsDetail .recommend:hover .recommend-list-prev:not(.swiper-button-disabled) {
    display: block;
}

#goodsDetail .recommend:hover .recommend-list-next:not(.swiper-button-disabled) {
    display: block;
}
#goodsDetail .best_item .gr_recommend_wrap.swiper-container {
    overflow: visible;
    overflow-x: clip;
    width: 1420px;
}

#goodsDetail .best_item .swiper {
    /* margin: 0 -80px; */
    position: relative;
}

#goodsDetail .best_item .best_item-list-prev {
    cursor: pointer;
    position: absolute;
    top: 177px;
    left: 0;
    z-index: 1;
    width: 60px;
    height: 60px;
    background: url(../../imgs/web/display/list_slider_prev@3x.png) center no-repeat;
    background-size: 60px;
    display: none;
}

#goodsDetail .best_item .best_item-list-next {
    cursor: pointer;
    position: absolute;
    top: 177px;
    right: 0;
    z-index: 1;
    width: 60px;
    height: 60px;
    background: url(../../imgs/web/display/list_slider_next@3x.png) center no-repeat;
    background-size: 60px;
    display: none;
}

#goodsDetail .best_item:hover .best_item-list-prev:not(.swiper-button-disabled) {
    display: block;
}

#goodsDetail .best_item:hover .best_item-list-next:not(.swiper-button-disabled) {
    display: block;
}

#goodsDetail .coordi_item .gr_recommend_wrap.swiper-container {
    overflow: visible;
    overflow-x: clip;
    width: 1420px;
}

#goodsDetail .coordi_item .swiper {
    position: absolute;
    margin-left: 343px;
    width: 930px;
}

#goodsDetail .coordi_item .coordi_item-list-prev {
    cursor: pointer;
    position: absolute;
    top: 135px;
    left: 0;
    z-index: 1;
    width: 60px;
    height: 60px;
    background: url(../../imgs/web/display/list_slider_prev@3x.png) center no-repeat;
    background-size: 60px;
    display: none;
}

#goodsDetail .coordi_item .coordi_item-list-next {
    cursor: pointer;
    position: absolute;
    top: 135px;
    right: 0;
    z-index: 1;
    width: 60px;
    height: 60px;
    background: url(../../imgs/web/display/list_slider_next@3x.png) center no-repeat;
    background-size: 60px;
    display: none;
}

#goodsDetail .coordi_item:hover .coordi_item-list-prev:not(.swiper-button-disabled) {
    display: block;
}

#goodsDetail .coordi_item:hover .coordi_item-list-next:not(.swiper-button-disabled) {
    display: block;
}

#goodsDetail .coordi_item_deal .swiper {
    margin: 0 -80px;
    position: relative;
}

#goodsDetail .coordi_item_deal .coordi_item-list-prev {
    cursor: pointer;
    position: absolute;
    top: 135px;
    left: 0;
    z-index: 1;
    width: 60px;
    height: 60px;
    background: url(../../imgs/web/display/list_slider_prev@3x.png) center no-repeat;
    background-size: 60px;
    display: none;
}

#goodsDetail .coordi_item_deal .coordi_item-list-next {
    cursor: pointer;
    position: absolute;
    top: 135px;
    right: 0;
    z-index: 1;
    width: 60px;
    height: 60px;
    background: url(../../imgs/web/display/list_slider_next@3x.png) center no-repeat;
    background-size: 60px;
    display: none;
}

#goodsDetail .coordi_item_deal:hover .coordi_item-list-prev:not(.swiper-button-disabled) {
    display: block;
}

#goodsDetail .coordi_item_deal:hover .coordi_item-list-next:not(.swiper-button-disabled) {
    display: block;
}

#goodsDetail .rel_item .gr_recommend_wrap.swiper-container {
    overflow: visible;
    overflow-x: clip;
    width: 1420px;
}

#goodsDetail .rel_item .swiper {
    margin: 0 -80px;
    position: relative;
}

#goodsDetail .rel_item .rel_item-list-prev {
    cursor: pointer;
    position: absolute;
    top: 135px;
    left: 0;
    z-index: 1;
    width: 60px;
    height: 60px;
    background: url(../../imgs/web/display/list_slider_prev@3x.png) center no-repeat;
    background-size: 60px;
    display: none;
}

#goodsDetail .rel_item .rel_item-list-next {
    cursor: pointer;
    position: absolute;
    top: 135px;
    right: 0;
    z-index: 1;
    width: 60px;
    height: 60px;
    background: url(../../imgs/web/display/list_slider_next@3x.png) center no-repeat;
    background-size: 60px;
    display: none;
}

#goodsDetail .rel_item:hover .rel_item-list-prev:not(.swiper-button-disabled) {
    display: block;
}

#goodsDetail .rel_item:hover .rel_item-list-next:not(.swiper-button-disabled) {
    display: block;
}

#goodsDetail .other #goodsRelCoordiArea .coordi_item_wrap.swiper-container {
    overflow: visible;
    overflow-x: clip;
    width: 864px;
    margin: 0
}

#goodsDetail .other #goodsRelCoordiArea .rel_item_wrap.swiper-container {
    overflow: visible;
    overflow-x: clip;
    width: 1420px;
}

#goodsDetail .other #goodsRelCoordiArea .coordi_item_deal_wrap.swiper-container {
    overflow: visible;
    overflow-x: clip;
    width: 1420px;
}

#goodsDetail .other #goodsRelCoordiArea .coordi_item_wrap.swiper-container .swiper-wrapper .swiper-slide div.text_con {
    width: 270px;
}

#goodsDetail .other #goodsRelCoordiArea .coordi_item_wrap.swiper-container .swiper-wrapper .swiper-slide div.btm_btn_wrap {
    width: 270px;
}

#goodsDetail .other #goodsRelCoordiArea > div > h2 {
    font-size: 24px;
    padding: 100px 0 20px;
    font-weight: 600;
}

#goodsDetail .other #goodsRelCoordiArea > div > h2 .gold {
    color: #bfad91;
}

#goodsDetail .other #goodsRelCoordiArea > div > h2 > img {
    width: 33px;
    height: 33px;
    vertical-align: -webkit-baseline-middle;
    margin: 4px 10px 18.7px 0;
    padding: 7.3px 4.3px 7.3px 6.4px;
    background-color: var(--5211-ce);
}

#goodsDetail .other #goodsRelCoordiArea .coordi_item .base_goods_wrap {
    float: left;
    height: 519px;
    width: 270px;
    line-height: 0;
    position: relative;
}

#goodsDetail .other #goodsRelCoordiArea .coordi_item .base_goods_side_plus {
    width: 23px;
    height: 59px;
    margin: 125.2px 25px 103.8px;
    font-family: Pretendard;
    font-size: 40px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.53;
    letter-spacing: -0.4px;
    text-align: left;
    color: #222222;
    position: absolute;
    float: right;
}

#goodsDetail .other #goodsRelCoordiArea .coordi_item .base_goods_wrap > img {
    width: 268px;
    height: 269px;
    position: relative;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-left: solid 1px #f5f5f5;
    border-top: solid 1px #f5f5f5;
    border-right: solid 1px #f5f5f5;
}

#goodsDetail .other #goodsRelCoordiArea .coordi_item .base_goods_wrap .base_goods_txt_div {
    width: 270px;
    height: 44px;
    background-color: #222222;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    text-align: center
}

#goodsDetail .other #goodsRelCoordiArea .coordi_item .base_goods_wrap .base_goods_txt_div .base_goods_txt {
    width: 270px;
    height: 25px;
    font-family: Pretendard;
    font-size: 17px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.5;
    letter-spacing: -0.17px;
    color: white;
}

#goodsDetail .other #goodsRelCoordiArea .coordi_item .base_goods_wrap .base_goods_desc_div {
    width: 270px;
    height: auto;
    margin: 20px 30px 82.7px 6px;
}

#goodsDetail .other #goodsRelCoordiArea .coordi_item .base_goods_wrap .base_goods_desc_div > span {
    font-family: Pretendard;
    font-size: 17px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.53;
    letter-spacing: -0.17px;
    text-align: left;
    color: var(--222222);
}

#goodsDetail .other #goodsRelCoordiArea .coordi_item .list_form {
    padding-bottom: 30px
}

#goodsDetail .other #goodsRelCoordiArea .coordi_item_deal .list_form {
    padding-bottom: 30px
}

#goodsDetail .other #goodsRelCoordiArea .rel_item .list_form {
    padding-bottom: 30px
}

#goodsDetail .other #goodsOtherArea .swiper-container {
    overflow: visible;
    overflow-x: clip;
    /* width: 1420px; */
}

#goodsDetail .other #goodsOtherArea .recommend {
}

#goodsDetail .other #goodsOtherArea .recommend .recommend_wrap {
}

#goodsDetail .other #goodsOtherArea > div > h2 {
    font-size: 24px;
    padding: 100px 0 20px;
    font-weight: 600;
}

#goodsDetail .other #goodsOtherArea .recommend .list_form {
    /* overflow: hidden; */
    /* padding: 0 27.5px; */
    width: 100%;
    box-sizing: border-box;
    padding-bottom: 20px;
}

#goodsDetail .other #goodsOtherArea .best_item .list_form {
    padding-bottom: 30px
}

#goodsDetail .other #goodsOtherArea .brand h2 {
    font-size: 18px;
    font-weight: 500;
    color: #707070;
    padding-left: 41px;
    padding-bottom: 26px;
}

#goodsDetail .other #goodsOtherArea .brand a {
    display: flex;
    position: relative;
}

#goodsDetail .other #goodsOtherArea .brand a >div {
    display: flex
}

#goodsDetail .other #goodsOtherArea .brand .brand_img {
    width: 995px;
    border-radius: 30px 30px 100px 30px;
    overflow: hidden;
    height: 500px;
    margin-right: 50px;
    position: relative;
    z-index: -1;
}

#goodsDetail .other #goodsOtherArea .brand a > div h3 {
    position: absolute;
    top: -24px;
    left: 40px;
    font-size: 44px;
    font-weight: 700;
    font-family: 'Pretendard',Sans-Serif;
    line-height: 1;
    /* z-index: 1; */
}

#goodsDetail .other #goodsOtherArea .brand .brand_img img {
    /* border-radius: 30px 30px 100px 30px; */
}

#goodsDetail .other #goodsOtherArea .brand .brand_cont {
    width: 295px;
    padding-top: 28px;
}

#goodsDetail .other #goodsOtherArea .brand .brand_cont .brand_logo {
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 50%;
}

#goodsDetail .other #goodsOtherArea .brand .brand_cont .brand_logo img {
}

#goodsDetail .other #goodsOtherArea .brand .brand_cont h4 {
    font-size: 24px;
    font-weight: 600;
    padding-top: 30px;
    word-break: break-all;
    line-height: 36px;
}

#goodsDetail .other #goodsOtherArea .brand .brand_cont p {
    padding-top: 21px;
    font-size: 16px;
    color: #707070;
    line-height: 24px;
}

#goodsDetail .other #goodsOtherArea .brand .brand_cont .brand_go {
    margin-top: 51px;
    width: 176px;
    height: 50px;
    border-radius: 90px;
    border: 1px solid #222;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
}

#goodsDetail .other #goodsOtherArea .promotion {
    margin-bottom: 50px;
}

#goodsDetail .other #goodsOtherArea .promotion .promotion_form {
    position: relative
}

#goodsDetail .other #goodsOtherArea .promotion .swiper-prev {
    cursor: pointer;
    position: absolute;
    top: 229px;
    left: -80px;
    z-index: 1;
    width: 60px;
    height: 60px;
    background: url(../../imgs/web/display/list_slider_prev@3x.png) center no-repeat;
    background-size: 60px;
    /* margin-top: -30px; */
}

#goodsDetail .other #goodsOtherArea .promotion .swiper-next {
    cursor: pointer;
    position: absolute;
    top: 229px;
    right: -80px;
    z-index: 1;
    width: 60px;
    height: 60px;
    background: url(../../imgs/web/display/list_slider_next@3x.png) center no-repeat;
    background-size: 60px;
    /* margin-top: -30px; */
}

#goodsDetail .other #goodsOtherArea .promotion h2 {
    padding: 90px 0 20px;
}

#goodsDetail .other #goodsOtherArea .promotion ul {
}

#goodsDetail .other #goodsOtherArea .promotion ul li {
}

#goodsDetail .other #goodsOtherArea .promotion ul li a {
}

#goodsDetail .other #goodsOtherArea .promotion ul li a .img {
    width: 100%;
    /* height: 577px; */
    border-radius: 5px;
    overflow: hidden;
}

#goodsDetail .other #goodsOtherArea .promotion ul li a .img img {
    width: 100%;
    display: block;
}

#goodsDetail .other #goodsOtherArea .promotion ul li a h3 {
    padding-top: 20px;
    font-size: 21px;
    font-weight: 600;
    line-height: 25px;
}

#goodsDetail .other #goodsOtherArea .promotion ul li a .sub_tit {
    padding-top: 6px;
    font-size: 16px;
    font-weight: 500;
    color: #707070
}

#goodsDetail .other #goodsOtherArea .promotion ul li a p {
    padding-top: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #aaa;
    line-height: 1;
}

/* 딜상품 */
#goodsDetail .pack_detail_goods {
    /* margin-top: 60px; */
}

#goodsDetail .pack_detail_goods .pack_detail_goods_tit {
    display: flex;
    justify-content: space-between;
    padding: 25px 0;
    border-top: 1px solid #ddd;
}

#goodsDetail .pack_detail_goods .pack_detail_goods_tit h1 {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.18px;
}

#goodsDetail .pack_detail_goods .pack_detail_goods_tit h1 + span {
    display: block;
    width: 24px;
    height: 24px;
    background: url(../../imgs/goods/input_arrow.png) center no-repeat;
    background-size: 24px;
    text-indent: -9999px;
    overflow: hidden;
}

#goodsDetail .pack_detail_goods .pack_goods_list {
}

#goodsDetail .pack_detail_goods .pack_goods_list ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

#goodsDetail .pack_detail_goods .pack_goods_list ul li {
    width: 33.3333%;
    padding: 0 10px 60px;
    box-sizing: border-box;
}

#goodsDetail .pack_detail_goods .pack_goods_list ul li > div {
    position: relative;
    width: 270px;
}

#goodsDetail .pack_detail_goods .pack_goods_list ul li:nth-child(even) {
    margin-right: 0
}

#goodsDetail .pack_detail_goods .pack_goods_list .thumb_img {
    position: relative;
    overflow: hidden;
    width: 100%;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    box-sizing: border-box;
    height: 270px;
    width: 270px;
}

#goodsDetail .pack_detail_goods .pack_goods_list .mark_order {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 44px;
    height: 44px;
    background-color: #38AFF5;
    text-align: center;
    line-height: 30px;
    border-radius: 10px 0 10px 0;
    z-index: 1;
}

#goodsDetail .pack_detail_goods .pack_goods_list .mark_order span {
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    font-family: 'Pretendard',Sans-Serif;
    line-height: 44px;
}

#goodsDetail .pack_detail_goods .pack_goods_list .btn_wish {
    position: absolute;
    width: 30px;
    height: 30px;
    background: url(../../imgs/web/global/icon_heart@3x.png) 0 0 no-repeat;
    background-size: 30px;
    bottom: 11px;
    text-indent: -9999em;
    /* z-index: 5; */
    right: 13px;
}

#goodsDetail .pack_detail_goods .pack_goods_list .thumb_img > img {
    display: block;
}

#goodsDetail .pack_detail_goods .pack_goods_list .thumb_img .icons button {
    /* position: absolute; */
    /* bottom:8px; */
    /* width:24px; */
    /* height:24px; */
    z-index: 3;
    font-weight: 600;
    font-size: 15px;
    color: #fff;
    margin-right: 35px;
    text-align: center;
}

#goodsDetail .pack_detail_goods .pack_goods_list .thumb_img .icons button img {
    display: block;
    width: 56px;
    height: 64px;
    margin: 0 auto;
}

#goodsDetail .pack_detail_goods .pack_goods_list .thumb_img .icons .btn_cart {
    margin-right: 0;
}

#goodsDetail .pack_detail_goods .pack_goods_list .thumb_img .btn_go_detail {
}

.page_detail #detail_detail .pack_detail_goods .pack_goods_list ul li .thumb_box {
    overflow: hidden;
    position: relative;
    width: 408px;
    height: 408px;
    text-align: center;
    border: 1px solid #d6d6d6;
}

.page_detail #detail_detail .pack_detail_goods .pack_goods_list ul li .thumb_box img {
    max-width: 100%;
}

.page_detail #detail_detail .pack_detail_goods .pack_goods_list ul li .thumb_box .num {
    position: absolute;
    left: 20px;
    top: 20px;
    width: 61px;
    height: 61px;
    font-size: 22px;
    line-height: 61px;
    text-align: center;
    color: #fff;
    background: #222;
}

#goodsDetail .pack_detail_goods .pack_goods_list .overbox {
    position: absolute;
    left: 0;
    top: 0;
    width: 270px;
    height: 270px;
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    z-index: 2;
}

#goodsDetail .pack_detail_goods .pack_goods_list .overbox .dim {
    width: 270px;
    height: 270px;
    background: #000;
    opacity: 0.3;
    filter: alpha(opacity=40);
    z-index: 2;
    position: relative;
}

#goodsDetail .pack_detail_goods .pack_goods_list .overbox .icons {
    position: absolute;
    left: 0;
    top: 0;
    width: 270px;
    height: 270px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#goodsDetail .pack_detail_goods .pack_goods_list .overbox .icons a {
    display: block;
    float: left;
    width: 115px;
    height: 51px;
    margin: 0 0 0 10px;
    padding: 64px 0 0;
    font-size: 15px;
    text-align: center;
    color: #222;
    background: url(../../../image/web/goods/pack_goodsicon01.html) #fff no-repeat center 31px;
    border-radius: 100%;
}

#goodsDetail .pack_detail_goods .pack_goods_list .overbox .icons a.pack_layerbtn {
    background-image: url(../../../image/web/goods/pack_goodsicon02.html);
}

#goodsDetail .pack_detail_goods .pack_goods_list ul li .thumb_img:hover .overbox {
    opacity: 1;
    filter: alpha(opacity=100);
}

#goodsDetail .pack_detail_goods .pack_goods_list .brand_nm {
    font-weight: 500;
    font-size: 14px;
    color: #aaa;
    margin-top: 20px
}

#goodsDetail .pack_detail_goods .pack_goods_list .goods_nm {
    padding: 5px 0 10px 0;
}

#goodsDetail .pack_detail_goods .pack_goods_list .goods_nm span {
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 51px;
    line-height: 25.522px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-size: 17px;
    word-break: break-all;
}

#goodsDetail .pack_detail_goods .pack_goods_list .price_area {
}

#goodsDetail .pack_detail_goods .pack_goods_list .price_area .origin_price {
    position: relative;
    font-size: 16px;
    font-family: 'Pretendard',Sans-Serif;
    font-weight: 500;
    color: #aaaaaa;
    /* margin-bottom: 3px; */
    display: inline-block;
}

#goodsDetail .pack_detail_goods .pack_goods_list .price_area .origin_price:before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #aaa
}

#goodsDetail .pack_detail_goods .pack_goods_list .price_area .dis_price {
    line-height: 22px;
}

#goodsDetail .pack_detail_goods .pack_goods_list .price_area .dis_price span {
    font-size: 22px;
    font-family: 'Pretendard',Sans-Serif;
    font-weight: 700;
}

#goodsDetail .pack_detail_goods .pack_goods_list .price_area .dis_price .per {
    color: #38AFF5;
    margin-left: 6px;
}

#goodsDetail .pack_detail_goods .pack_goods_list .other_info {
    /* margin-top: 15px; */
}

#goodsDetail .pack_detail_goods .pack_goods_list .other_info dl {
    display: flex;
    font-size: 12px;
    font-weight: 500;
}

#goodsDetail .pack_detail_goods .pack_goods_list .other_info dl.delivery {
    margin-top: 3px
}

#goodsDetail .pack_detail_goods .pack_goods_list .other_info dl dt {
    color: #000000;
    margin-right: 10px;
    font-size: 14px;
    font-weight: 500;
}

#goodsDetail .pack_detail_goods .pack_goods_list .other_info dl dd {
    color: #707070;
    font-size: 14px;
    font-weight: 500;
}

#goodsDetail .pack_detail_goods .pack_goods_list .other_info dl dd .num {
    font-family: 'Pretendard',Sans-Serif;
}

#goodsDetail .pack_detail_goods .pack_goods_list .other_info p {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.56;
    letter-spacing: -0.12px;
    color: #707070;
    display: inline-block;
}

#goodsDetail .pack_detail_goods .pack_goods_list .other_info p .num {
    font-family: 'Pretendard',Sans-Serif;
}

#goodsDetail .detail_detail .item_option_area {
    border-left: 1px solid #e5e5e5;
    box-sizing: border-box;
    /* width: 100%; */
    width: 421px;
    position: relative;
}

#goodsDetail .detail_detail .item_option_area .option_area {
    padding: 30px 0 30px 50px;
    box-sizing: border-box;
    width: 420px;
}

#goodsDetail .detail_detail .item_option_area .option_area.fixed {
    position: fixed;
    z-index: 50;
    /* left: 0; */
    transition: transform, top 0.3s;
    background: #fff;
}

body.scrolldown #goodsDetail .detail_detail .item_option_area .option_area {
}

#goodsDetail .detail_detail .item_option_area .option_area.absolute {
    position: absolute;
    bottom: 0
}

#goodsDetail .item_option_area .item_color .colornm {
}

#goodsDetail .item_option_area .item_size.set:first-child {
    margin-top: 0
}

body.scrolldown #goodsDetail .detail_detail .item_option_area .option_area.fixed {
    transform: translate(0, 0);
    top: 72px;
}

body.scrollup #goodsDetail .detail_detail .item_option_area .option_area.fixed {
    transform: translate(0, 0);
    top: 144px;
}

body.scrolldown #topBanner ~ #wrap #goodsDetail .detail_detail .item_option_area .option_area.fixed {
    top: 132px;
}

body.scrollup #topBanner ~ #wrap #goodsDetail .detail_detail .item_option_area .option_area.fixed {
    top: 204px;
}

#goodsDetail .item_option_area .detail_buttons a {
    font-size: 16px
}

#goodsDetail #review {
    /* border-bottom:1px solid #e5e5e5; */
    padding-right: 70px;
}

#goodsDetail .detail_info_top {
    display: flex;
    justify-content: space-between;
    padding-bottom: 25px;
}

#goodsDetail .detail_info_top .tit {
    font-size: 24px;
    font-weight: 600
}

#goodsDetail .detail_info_top .tit .acc {
    color: #38aff5;
}

#goodsDetail .detail_info_top .btn {
}

#goodsDetail .detail_info_top .btn button {
    width: 126px;
    height: 42px;
    text-align: center;
    border: 1px solid #222;
    border-radius: 3px;
    font-size: 15px;
    font-weight: 600;
}

#goodsDetail .detail_info_top .btn .flag {
}

#goodsDetail .cont_empty {
    text-align: center;
    /* padding-bottom:99px; */
    height: 220px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #e5e5e5;
    box-sizing: border-box;
}

#goodsDetail .cont_empty > p {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: #aaa;
    /* padding:98px 0 20px; */
}

#goodsDetail .cont_empty button {
    font-weight: 500;
    font-size: 16px;
    color: #222;
    display: inline;
    margin-top: 20px;
}

#goodsDetail .cont_empty button:after {
    display: block;
    content: '';
    width: 100%;
    height: 1px;
    background: #222;
}

#goodsDetail .cont_empty .reviewBtn {
    border: 1px solid #E5E5E5;
    height: 50px;
    padding: 0 48px;
    border-radius: 25px;
}

#goodsDetail .cont_empty .reviewBtn {
    display: none;
}

#goodsDetail .cont_empty .reviewBtn:after {
    height: 0px;
}

#goodsDetail #review .review_summary {
    display: flex;
    padding: 15px 0 50px;
}

#goodsDetail #review .star-box {
    width: 267px;
    border-right: 1px solid #e5e5e5;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    height: 140px;
}

#goodsDetail #review .star-box p {
    font-size: 48px;
    font-weight: 600;
    font-family: 'Pretendard',Sans-Serif;
    line-height: initial;
}

#goodsDetail #review .star-box .text {
    font-size: 16px;
    /* color:#aaa; */
    font-weight: 600;
    word-break: keep-all;
}

#goodsDetail #review .star-box .text .num {
    font-family: 'Pretendard',Sans-Serif;
    font-weight: 700;
    color: #38aff5;
}

#goodsDetail #review .star-box .star {
    /* display:flex; */
    /* justify-content:center; */
    /* align-items:center; */
    margin: 13px 0;
    font-size: 0;
    width: 158px;
    height: 26px;
    position: relative;
    background: #dddddd;
}

#goodsDetail #review .star-box .star .star_bar {
    /* display: flex; */
    background: #222;
    height: 26px;
    /* width: 97px; */
}

#goodsDetail #review .star-box .star .star_bg {
    content: "";
    display: block;
    position: relative;
    z-index: 10;
    width: 158px;
    height: 26px;
    background: url(../../imgs/goods/rating_off_white@3x.png) repeat-x 0 0;
    background-size: contain;
    pointer-events: none;
    position: absolute;
    left: 0px;
    top: 0;
    background-size: 157px;
}

#goodsDetail #review .star-box .star li {
    padding-right: 6px;
    height: 27px;
}

#goodsDetail #review .star-box .star li:last-child {
    padding-right: 0
}

#goodsDetail #review .star-box .star li img {
    width: 27px;
}

#goodsDetail #review .bar-diagram {
    width: 100%;
    flex-basis: 0;
    flex-grow: 1;
    padding: 5px 50px 0 60px;
}

#goodsDetail #review .bar-diagram ul {
}

#goodsDetail #review .bar-diagram ul li {
    margin-bottom: 30px;
}

#goodsDetail #review .bar-diagram ul li:last-child {
    margin: 0
}

#goodsDetail #review .bar-diagram .review_option {
    display: flex;
}

#goodsDetail #review .bar-diagram .review_option span {
    position: relative;
    font-size: 15px;
    line-height: 30px;
    letter-spacing: -0.12px;
    font-weight: 500;
    /* align-self: center; */
    /* margin-left: auto; */
}

#goodsDetail #review .bar-diagram .review_option span.dotted {
    /* width:100%; */
    flex-grow: 1;
    flex-basis: 0;
    display: flex;
    align-items: center;
    padding: 0 12px;
    box-sizing: border-box;
}

#goodsDetail #review .bar-diagram .review_option span.dotted em {
    display: block;
    width: 100%;
    height: 2px;
    border-top: 2px dotted #e5e5e5;
    margin-top: 2px;
}

#goodsDetail #review .bar-diagram .review_option span.num:before {
    display: block;
    /* content:''; */
    width: 400px;
    height: 1px;
    border-top: 2px dotted #e5e5e5;
    position: absolute;
    right: 0;
    top: 50%;
}

#goodsDetail #review .bar-diagram .review_option span.num {
    margin-left: auto;
    font-family: 'Pretendard',Sans-Serif;
    font-weight: 700;
}

#goodsDetail #review .bar-diagram .review_option span.txt {
    /* flex-grow: 1; */
    /* flex-basis: 0; */
}

#goodsDetail #review .bar-diagram .review_option .tit {
    /* color: #aaaaaa; */
    margin-right: 11px;
    display: inline-block;
    width: 70px;
    height: 30px;
    line-height: 30px;
    background: #f2f4f7;
    border-radius: 80px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
}

#goodsDetail #review .bar-diagram .review_chart {
    display: flex;
    /* justify-content: space-between; */
    /* align-items: center; */
}

#goodsDetail #review .bar-diagram .review_chart .bar_wrap {
    width: 100%;
    height: 5px;
    background-color: #e5e5e5;
    border-radius: 10px;
    margin-top: 15px;
}

#goodsDetail #review .bar-diagram .review_chart .bar_wrap .bar {
    height: 5px;
    border-radius: 10px;
    background-color: #222;
}

#goodsDetail #review .bar-diagram .review_chart .num {
    font-size: 13px;
    font-family: 'Pretendard',Sans-Serif;
    font-weight: 600;
}

#goodsDetail #review .review_filter form {
    display: flex;
    justify-content: space-between;
    padding-bottom: 25px;
}

#goodsDetail #review .review_filter form > div {
    display: flex;
}

#goodsDetail #review .review_filter > div.filter2 {
}

#goodsDetail #review .radio-type {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* padding-bottom: 14px; */
}

#goodsDetail #review .radio-type label {
    font-size: 13px;
    font-weight: 500;
    margin-right: 12px;
}

#goodsDetail #review .toggle {
    background: #CCCCCC;
    width: 29px;
    height: 17px;
    border: 1px solid #CCCCCC;
    border-radius: 15px;
}

#goodsDetail #review .btn_toggle {
    background: #FFFFFF;
    width: 15px;
    height: 15px;
    border: none;
    border-radius: 15px;
    position: relative;
    left: 1px;
    top: -2.5px;
}

#goodsDetail #review .radio-type+p {
    font-size: 14px;
    color: #707070;
}

#goodsDetail #review .review_filter .select_box {
    margin-right: 25px;
}

#goodsDetail #review .review_notice {
    padding: 30px 30px 30px 23px;
    margin: 25px 0;
    background-color: #F9FAFC;
}

#goodsDetail #review .review_notice h1 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

#goodsDetail #review .review_notice span {
    font-size: 14px;
    font-weight: 600;
}

#goodsDetail .detail_info_cont {
    border-top: 2px solid #222;
}

#goodsDetail .accordion .tit {
    display: flex;
    align-items: center;
    gap: 20px;
}

#goodsDetail .accordion .tit:after {
    display: block;
    content: '';
    width: 30px;
    height: 30px;
    background: url(../../imgs/goods/input_arrow.png) 0px 0px no-repeat;
    background-size: 30px;
    transform: rotate(0deg);
}

#goodsDetail .accordion.active .tit:after {
    display: block;
    content: '';
    width: 30px;
    height: 30px;
    background: url(../../imgs/goods/input_arrow.png) 0px 0px no-repeat;
    background-size: 30px;
    transform: rotate(180deg);
}

#goodsDetail .accordion .detail_info_cont {
    display: none;
    height: 0px;
    opacity: 0;
    transition: all 100ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
    will-change: height, opacity,display;
}

#goodsDetail .accordion.active .detail_info_cont {
    display: block;
    height: max-content;
    opacity: 1;
}

#goodsDetail .accordion#detail_noti .detail_info_cont {
    margin-bottom: 55px;
}

#goodsDetail .accordion#detail_delivery_change .detail_info_top {
    padding-top: 5px;
}

#goodsDetail .accordion#detail_delivery_change {
    margin-bottom: 35px;
}

#goodsDetail .detail_info_cont > table {
    border-bottom: 1px solid #e5e5e5;
}

#goodsDetail .detail_info_cont > table:last-child {
    border-bottom: 0
}

#goodsDetail .detail_info_cont > table tbody {
}

#goodsDetail .detail_info_cont > table tbody tr {
}

#goodsDetail .detail_info_cont > table tbody tr th {
    font-size: 15px;
    text-align: left;
    font-weight: 600;
    padding-bottom: 30px;
    vertical-align: top;
}

#goodsDetail .detail_info_cont > table tbody tr th.line_top {
    border-top: 1px solid #e5e5e5;
    padding-top: 39px;
}

#goodsDetail .detail_info_cont > table tbody tr th strong {
    font-size: 18px;
}

#goodsDetail .detail_info_cont > table tbody tr:first-child th {
    padding-top: 25px
}

#goodsDetail .detail_info_cont > table tbody tr:last-child th {
    padding-bottom: 36px
}

#goodsDetail .detail_info_cont > table tbody tr td {
    vertical-align: top;
    font-size: 15px;
    font-weight: 500;
    color: #707070;
}

#goodsDetail .detail_info_cont > table tbody tr td.line_top {
    padding-top: 39px;
    border-top: 1px solid #e5e5e5
}

#goodsDetail .detail_info_cont > table tbody tr td strong {
    font-size: 15px;
    font-weight: 600;
    padding-bottom: 8px;
    color: #222;
    display: block;
}

#goodsDetail .detail_info_cont > table tbody tr:first-child td {
    padding-top: 25px;
}

#goodsDetail .detail_info_cont > table tbody tr:last-child td {
    padding-bottom: 40px;
}

#goodsDetail .detail_info_cont > table tbody tr td strong {
}

#goodsDetail .detail_info_cont > table tbody tr td ul {
    padding-bottom: 30px;
}

#goodsDetail .detail_info_cont > table tbody tr:last-child td ul {
    padding-bottom: 0
}

#goodsDetail .detail_info_cont > table tbody tr td ul li {
    font-size: 15px;
    color: #707070;
    line-height: 25.5px;
    font-weight: 400;
}

#goodsDetail .detail_info_cont > table tbody tr td ul.num {
}

#goodsDetail .detail_info_cont > table tbody tr td ul.num li {
    list-style: auto;
    margin-left: 15px;
}

#goodsDetail .detail_info_cont > table tbody tr td ul li button {
}

#goodsDetail #photoList {
    padding: 20px 0 30px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    /* display: flex; */
}

#goodsDetail #photoList li {
    position: relative;
    width: 130px;
    margin-right: 13px;
    border-radius: 5px;
    overflow: hidden;
    height: 130px;
}

#goodsDetail #photoList li a {
    display: block;
}

#goodsDetail #photoList li img {
    object-fit: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 100%;
    height: 130px;
}

#goodsDetail #photoList li:last-child {
    margin-right: 0
}

#goodsDetail #photoList li.more {
}

#goodsDetail #photoList li.more div:after {
    display: block;
    content: '';
    position: absolute;
    width: 130px;
    height: 130px;
    background: rgba(0,0,0,.3);
    top: 0;
    left: 0;
}

#goodsDetail #photoList li.more a {
    /* display:flex */
    position: absolute;
    z-index: 1;
    width: 130px;
    height: 130px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

#goodsDetail #photoList li.more a .cnt {
    display: block;
    position: absolute;
    top: 37px;
    width: 100%;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    font-family: 'Pretendard',Sans-Serif;
    color: #fff;
}

#goodsDetail #photoList li.more a .text {
    display: block;
    font-size: 14px;
    font-weight: 500;
    position: absolute;
    bottom: 37px;
    width: 100%;
    text-align: center;
    color: #fff;
}

#goodsDetail #photoList li.more a .text:after {
    display: block;
    content: '';
    background: #fff;
    width: 40px;
    height: 1px;
    position: absolute;
    left: 50%;
    margin-left: -20px;
    bottom: 1px
}

#goodsDetail #photoList li .play {
    position: absolute;
    left: 10px;
    bottom: 10px;
    text-indent: -99999em;
    background: url(../../imgs/web/display/icon_shortclip_20px@3x.png) center center no-repeat;
    background-size: 20px;
    z-index: 1;
    width: 20px;
    height: 20px;
}

#goodsDetail #photoList li video {
    pointer-events: none;
    display: block;
    position: relative;
}

#goodsDetail #photoList li .video-js .vjs-big-play-button {
    width: 120px;
    height: 120px;
    /* background: url(/ux/imgs/web/display/movie_play_btn_big@3x.png) center no-repeat; */
    background-size: cover;
    border: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* display: inherit; */
    border-radius: 50%;
    background: rgba(0,0,0,0.2);
    /* margin-top: -60px; */
    background: none;
}

#goodsDetail #photoList li .video-js .vjs-big-play-button {
    /* display:none; */
}

#goodsDetail #photoList li .vjs-has-started .vjs-control-bar {
    /* display:none; */
}

#goodsDetail #photoList li .photo-review .video-js .vjs-big-play-button {
    display: none
}

#goodsDetail #photoList li .video-js .vjs-play-control.vjs-control.vjs-button {
    /* display: none !important; */
}

#goodsDetail #photoList li .photo-review .video-js .vjs-big-play-button span {
    display: none
}

#goodsDetail #photoList li .photo-review .video-js .vjs-big-play-button span:before {
    display: none
}

#goodsDetail #photoList li .video-js .vjs-big-play-button .vjs-icon-placeholder:before, .video-js .vjs-play-control .vjs-icon-placeholder:before, .vjs-icon-play:before {
    /* display:none */
}

#goodsDetail #photoList li .video-js .vjs-mute-control.vjs-control.vjs-button {
    display: none;
}

#goodsDetail #photoList li .video-js .vjs-big-play-button {
    width: 40px;
    height: 40px;
    /* background: url(/ux/imgs/web/display/movie_play_btn_big@3x.png) center no-repeat; */
    background-size: cover;
    border: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* display: inherit; */
    border-radius: 50%;
    background: rgba(0,0,0,0.2);
    /* margin-top: -60px; */
    background: none;
    pointer-events: none;
}

#goodsDetail #photoList li .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
    content: "\f101";
    font-size: 25px;
    background: rgba(0,0,0,0.2);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    /* line-height: 30px; */
    display: flex;
    justify-content: center;
    align-items: center;
}

#goodsDetail #photoList li .video-js .vjs-big-play-button span {
}

#goodsDetail #photoList li .video-js .vjs-big-play-button span:before {
    content: ''
}

#goodsDetail #photoList li .vjs-has-started .vjs-control-bar {
    /* display: flex !important; */
    /* visibility: visible !important; */
    /* opacity: 1 !important; */
    /* transition: visibility .1s,opacity .1s !important; */
    height: 100%;
    position: relative;
    /* background: none; */
    background-color: rgba(0,0,0,0);
    align-items: center;
    justify-content: center;
    /* text-align: center; */
}

#goodsDetail #photoList li .photo-review .video-js .vjs-big-play-button {
    width: 50px;
    height: 50px;
    background: url(../../imgs/web/display/movie_play_btn_big@3x.png) center no-repeat;
    background-size: cover;
    border: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#goodsDetail #photoList li .video-js .vjs-play-control.vjs-control.vjs-button {
    width: 26px;
    height: 26px;
    position: absolute;
    left: 10px;
    bottom: 10px;
    /* margin-top: -60px; */
    /* margin-left: -60px; */
    display: block;
    /* transform: translate(-50%, -50%); */
    pointer-events: none;
}

#goodsDetail #photoList li .photo-review .video-js .vjs-big-play-button span {
}

#goodsDetail #photoList li .photo-review .video-js .vjs-big-play-button span:before {
    /* content:''; */
}

#goodsDetail #photoList li .video-js .vjs-big-play-button .vjs-icon-placeholder:before, .video-js .vjs-play-control .vjs-icon-placeholder:before, .vjs-icon-play:before {
    /* display:block; */
    /* content: "\f101"; */
    /* font-size: 50px; */
    /* background: rgba(0,0,0,0.2); */
    /* width: 120px; */
    /* height: 120px; */
    /* border-radius: 50%; */
    /* text-align: center; */
    /* line-height: 30px; */
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
}

#goodsDetail #photoList li .video-js .vjs-big-play-button .vjs-icon-placeholder:before, #goodsDetail #photoList li .video-js .vjs-play-control .vjs-icon-placeholder:before, #goodsDetail #photoList li .vjs-icon-play:before {
    display: block;
    /* content: ''; */
    /* font-size: 30px; */
    background: rgba(0,0,0,0.2);
    width: 26px;
    height: 26px;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    background: url(../../imgs/web/display/icon_shortclip_20px@3x.png) center center no-repeat;
    background-size: 26px;
    font-size: 0;
}

#goodsDetail #photoList li .video-js .vjs-big-play-button {
    pointer-events: all;
    width: 120px;
    height: 120px;
    display: none;
}

#goodsDetail #photoList li .video-js .vjs-mute-control.vjs-control.vjs-button {
    /* position: absolute; */
    /* right: 20px; */
    /* bottom: 221px; */
    /* width: 40px; */
    /* height: 40px; */
    /* z-index: 3; */
    /* display: flex; */
    /* pointer-events: none; */
}

#goodsDetail #photoList li .vjs-progress-control {
    display: none;
}

#goodsDetail #photoList li .vjs-volume-panel {
    display: none;
}

#goodsDetail #photoList li .vjs-control-bar {
    display: block;
    display: flex;
    height: 100%;
    background: none;
}

#goodsDetail #photoList li .vjs-remaining-time {
    display: none
}

#goodsDetail #photoList li .vjs-picture-in-picture-control {
    display: none
}

#goodsDetail #photoList li .vjs-fullscreen-control {
    display: none
}

#goodsDetail .real-review {
    /* margin-top:30px;padding-top:25px; */
    border-top: 1px solid #e5e5e5;
}

#goodsDetail .real-review > li {
    padding-bottom: 30px;
    border-bottom: 1px solid #e5e5e5;
    padding-top: 26px;
}

#goodsDetail .real-review .real-review-header {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

#goodsDetail .real-review .real-review-header span {
    padding-right: 5px;
    font-size: 14px;
    color: #aaa;
    line-height: 21px;
}

#goodsDetail .real-review .real-review-header .date {
    font-family: 'Pretendard',Sans-Serif;
}

#goodsDetail .real-review .real-review-header .star {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: auto;
}

#goodsDetail .real-review .real-review-header .star li {
    padding-right: 2px;
    display: flex;
}

#goodsDetail .real-review .real-review-header .star li:last-child {
    padding-right: 0
}

#goodsDetail .real-review .real-review-header .star li img {
    width: 17px;
}

#goodsDetail .real-review .buyoption {
    padding-top: 30px;
    display: flex;
    cursor: pointer;
    width: max-content;
}

#goodsDetail .real-review .buyoption .buyGoods {
    display: flex;
    flex-direction: column;
}

#goodsDetail .real-review .buyoption img {
    margin: 0 10px;
    height: 50px;
    border-radius: 5px;
}

#goodsDetail .real-review .buyoption strong {
    font-size: 14px;
    font-weight: 600;
}

#goodsDetail .real-review .buyoption span {
    font-size: 14px;
    font-weight: 600;
}

#goodsDetail .real-review .option-box {
    margin: 20px 0;
    padding: 20px;
    border-radius: 5px;
    background-color: #f8f8f8;
    font-size: 12px;
    width: 423px;
    box-sizing: border-box;
}

#goodsDetail .real-review .option-box table {
    border-spacing: 5px;
    border-collapse: separate;
    text-align: left
}

#goodsDetail .real-review .option-box th {
    font-weight: 500;
    width: 80px;
    font-size: 14px
}

#goodsDetail .real-review .option-box td {
    /* font-weight:500; */
    /* width:60px; */
    padding-left: 20px;
    font-size: 14px;
}

#goodsDetail .real-review .review-text {
    font-size: 15px;
    color: #707070;
    line-height: 25.5px;
}

#goodsDetail .real-review .photo-review .photo_list {
    display: flex;
    flex-wrap: wrap;
    padding: 30px 0 0 0;
    /* margin: -5px 0px; */
}

#goodsDetail .real-review .photo-review .photo_list li {
    position: relative;
    margin: 0 5px 0 0;
    width: 100px;
    height: 100px;
    flex: 0 0 auto;
    border-radius: 5px;
    overflow: hidden;
}

#goodsDetail .real-review .photo-review .photo_list.active li {
    width: 100%;
    height: auto;
    margin: 0 0 15px;
}

#goodsDetail .real-review .photo-review .photo_list.active li:last-child {
    /* margin: 0; */
}

#goodsDetail .real-review .photo-review .photo_list.active li img {
    height: auto;
    margin: 10px 0;
}

#goodsDetail .real-review .photo-review .photo_list.active li video {
    height: auto;
    /* margin: 10px 0; */
}

#goodsDetail .real-review .photo-review .photo_list li img {
    display: block;
    object-fit: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100px;
}

#goodsDetail .real-review .photo-review .photo_list li .shortclip {
    width: 20px;
    position: absolute;
    left: 5px;
    bottom: 5px;
}

#goodsDetail .real-review .photo-review .photo_list li video {
    pointer-events: none;
}

#goodsDetail .real-review .photo-review .photo_list li .video-js .vjs-big-play-button {
    width: 120px;
    height: 120px;
    /* background: url(/ux/imgs/web/display/movie_play_btn_big@3x.png) center no-repeat; */
    background-size: cover;
    border: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* display: inherit; */
    border-radius: 50%;
    background: rgba(0,0,0,0.2);
    /* margin-top: -60px; */
    background: none;
}

#goodsDetail .real-review .photo-review .photo_list li .video-js .vjs-big-play-button {
    /* display:none; */
}

#goodsDetail .real-review .photo-review .photo_list li .vjs-has-started .vjs-control-bar {
    /* display:none; */
}

#goodsDetail .real-review .photo-review .photo_list li .video-js .vjs-big-play-button {
    display: none
}

#goodsDetail .real-review .photo-review .photo_list li .video-js .vjs-play-control.vjs-control.vjs-button {
    /* display: none !important; */
}

#goodsDetail .real-review .photo-review .photo_list li .video-js .vjs-big-play-button span {
    display: none
}

#goodsDetail .real-review .photo-review .photo_list li .video-js .vjs-big-play-button span:before {
    display: none
}

#goodsDetail .real-review .photo-review .photo_list li .video-js .vjs-big-play-button .vjs-icon-placeholder:before, .video-js .vjs-play-control .vjs-icon-placeholder:before, .vjs-icon-play:before {
    /* display:none */
}

#goodsDetail .real-review .photo-review .photo_list li .video-js .vjs-mute-control.vjs-control.vjs-button {
    display: none;
}

#goodsDetail .real-review .photo-review .photo_list li .video-js .vjs-big-play-button {
    width: 40px;
    height: 40px;
    /* background: url(/ux/imgs/web/display/movie_play_btn_big@3x.png) center no-repeat; */
    background-size: cover;
    border: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* display: inherit; */
    border-radius: 50%;
    background: rgba(0,0,0,0.2);
    /* margin-top: -60px; */
    background: none;
    pointer-events: none;
}

#goodsDetail .real-review .photo-review .photo_list li .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
    content: "\f101";
    font-size: 25px;
    background: rgba(0,0,0,0.2);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    /* line-height: 30px; */
    display: flex;
    justify-content: center;
    align-items: center;
}

#goodsDetail .real-review .photo-review .photo_list li .video-js .vjs-big-play-button span {
}

#goodsDetail .real-review .photo-review .photo_list li .video-js .vjs-big-play-button span:before {
    content: ''
}

#goodsDetail .real-review .photo-review .photo_list li .vjs-has-started .vjs-control-bar {
    /* display: flex !important; */
    /* visibility: visible !important; */
    /* opacity: 1 !important; */
    /* transition: visibility .1s,opacity .1s !important; */
    height: 100%;
    position: relative;
    /* background: none; */
    background-color: rgba(0,0,0,0);
    align-items: center;
    justify-content: center;
    /* text-align: center; */
}

#goodsDetail .real-review .photo-review .photo_list li .video-js .vjs-big-play-button {
    width: 50px;
    height: 50px;
    background: url(../../imgs/web/display/movie_play_btn_big@3x.png) center no-repeat;
    background-size: cover;
    border: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#goodsDetail .real-review .photo-review .photo_list li .video-js .vjs-play-control.vjs-control.vjs-button {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 8px;
    bottom: 8px;
    /* margin-top: -60px; */
    /* margin-left: -60px; */
    display: block;
    /* transform: translate(-50%, -50%); */
    pointer-events: none;
}

#goodsDetail .real-review .photo-review .photo_list li .video-js .vjs-big-play-button span {
}

#goodsDetail .real-review .photo-review .photo_list li .video-js .vjs-big-play-button span:before {
    /* content:''; */
}

#goodsDetail .real-review .photo-review .photo_list li .video-js .vjs-big-play-button .vjs-icon-placeholder:before, .video-js .vjs-play-control .vjs-icon-placeholder:before, .vjs-icon-play:before {
    /* display:block; */
    /* content: "\f101"; */
    /* font-size: 50px; */
    /* background: rgba(0,0,0,0.2); */
    /* width: 120px; */
    /* height: 120px; */
    /* border-radius: 50%; */
    /* text-align: center; */
    /* line-height: 30px; */
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
}

#goodsDetail .real-review .photo-review .photo_list li .video-js .vjs-big-play-button .vjs-icon-placeholder:before, #goodsDetail .real-review .photo-review .photo_list li .video-js .vjs-play-control .vjs-icon-placeholder:before, #goodsDetail .real-review .photo-review .photo_list li .vjs-icon-play:before {
    display: block;
    /* content: ''; */
    /* font-size: 30px; */
    background: rgba(0,0,0,0.2);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    background: url(../../imgs/web/display/icon_shortclip_20px@3x.png) center center no-repeat;
    background-size: 20px;
    font-size: 0;
}

#goodsDetail .real-review .photo-review .photo_list li .video-js .vjs-big-play-button {
    pointer-events: all;
    width: 120px;
    height: 120px;
    display: none;
}

#goodsDetail .real-review .photo-review .photo_list li .video-js .vjs-mute-control.vjs-control.vjs-button {
    /* position: absolute; */
    /* right: 20px; */
    /* bottom: 221px; */
    /* width: 40px; */
    /* height: 40px; */
    /* z-index: 3; */
    /* display: flex; */
    /* pointer-events: none; */
}

#goodsDetail .real-review .photo-review .photo_list li .vjs-progress-control {
    display: none;
}

#goodsDetail .real-review .photo-review .photo_list li .vjs-volume-panel {
    display: none;
}

#goodsDetail .real-review .photo-review .photo_list li .vjs-control-bar {
    display: block;
    display: flex;
    height: 100%;
    background: none;
}

#goodsDetail .real-review .photo-review .photo_list li .vjs-remaining-time {
    display: none
}

#goodsDetail .real-review .photo-review .photo_list li .vjs-picture-in-picture-control {
    display: none
}

#goodsDetail .real-review .photo-review .photo_list li .vjs-fullscreen-control {
    display: none
}

#goodsDetail .real-review .photo-review .photo_list.active li .video-js .vjs-mute-control.vjs-control.vjs-button {
    display: flex;
}

#goodsDetail .real-review .photo-review .photo_list.active li video {
    /* pointer-events:all; */
    width: 100% !important;
    height: 100% !important;
    position: relative;
    display: block;
}

#goodsDetail .real-review .photo-review .photo_list.active li .video-js {
    width: 100% !important;
    height: 100% !important;
}

#goodsDetail .real-review .photo-review .photo_list.active li .video-js .vjs-play-control.vjs-control.vjs-button {
    width: 4em;
    height: 100%;
    position: relative;
    left: unset;
    top: unset;
    /* margin-top: -60px; */
    /* margin-left: -60px; */
    /* display: block; */
    transform: unset;
    pointer-events: all;
    left: 0;
    bottom: 0;
}

#goodsDetail .real-review .photo-review .photo_list.active li .video-js .vjs-big-play-button .vjs-icon-placeholder:before, #goodsDetail .real-review .photo-review .photo_list.active li .video-js .vjs-play-control .vjs-icon-placeholder:before, #goodsDetail .real-review .photo-review .photo_list.active li .vjs-icon-play:before {
    /* display:block; */
    /* content: "\f101"; */
    font-size: 1.8em;
    background: none;
    width: 100%;
    height: 100%;
    /* border-radius: 50%; */
    /* text-align: center; */
    line-height: 1.67;
    display: block;
    justify-content: unset;
    align-items: unset;
    /* pointer-events: all; */
}

#goodsDetail .real-review .photo-review .photo_list.active li .video-js .vjs-control-bar {
    height: auto;
    position: absolute;
    background-color: rgba(43,51,63,.7);
    align-items: unset;
    justify-content: unset;
    height: 30px;
}

#goodsDetail .real-review .photo-review .photo_list.active li .vjs-volume-panel {
    /* display:none; */
}

#goodsDetail .real-review .photo-review .photo_list.active li .vjs-progress-control {
    display: flex;
}

#goodsDetail .real-review .photo-review .photo_list.active li .vjs-volume-panel {
    display: flex;
}

#goodsDetail .real-review .photo-review .photo_list.active li .vjs-remaining-time {
    display: block;
}

#goodsDetail .real-review .photo-review .photo_list.active li .vjs-picture-in-picture-control {
    display: block;
}

#goodsDetail .real-review .photo-review .photo_list.active li .vjs-fullscreen-control {
    /* display: block */
}

#goodsDetail .qna {
    padding-right: 70px;
    margin: 60px 0;
}

#goodsDetail .qna #qna_list {
}

#goodsDetail .qna #qna_list li {
    padding: 25px 0 20px;
    border-bottom: 1px solid #e5e5e5;
}

#goodsDetail .qna #qna_list li a {
    display: block;
    /* padding-top: 25px; */
}

#goodsDetail .qna #qna_list li .qna_accodion_con {
    /* height:0; */
    /* transition: height, overflow 0.3s; */
    /* overflow: hidden; */
    display: none;
    padding-top: 20px;
    font-size: 15px;
    color: #707070;
    line-height: 25.5px;
}

#goodsDetail .qna #qna_list li.active .qna_accodion_con {
    display: block
}

#goodsDetail .qna #qna_list li .qna_tit {
    /* display: flex; */
    /* justify-content: space-between; */
    /* align-items: center; */
    position: relative;
}

#goodsDetail .qna #qna_list li .qna_tit h2 {
    font-size: 16px;
    font-weight: 600;
    vertical-align: middle;
    margin-bottom: 8px;
}

#goodsDetail .qna #qna_list li dl {
    display: flex;
    /* margin-top: 8px; */
}

#goodsDetail .qna #qna_list li dd {
    font-size: 14px;
    line-height: 1;
    color: #aaaaaa;
    font-weight: 500;
    font-family: 'Pretendard',Sans-Serif;
}

#goodsDetail .qna #qna_list li dd:first-child {
    position: relative;
    margin-right: 8px;
    padding-right: 8px;
    letter-spacing: -0.12px;
}

#goodsDetail .qna #qna_list li dd:first-child:after {
    position: absolute;
    right: 0;
    top: 3px;
    display: block;
    content: '';
    width: 1px;
    height: 12px;
    background: #dddddd;
}

#goodsDetail .qna #qna_list li dd:last-child {
}

#goodsDetail .qna #qna_list li .qna_tit > span {
    font-size: 14px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: -0.12px;
    position: absolute;
    right: 0;
    top: 4px;
}

#goodsDetail .qna #qna_list li .qna_tit > span:after {
    display: inline-block;
    content: '';
    background: url(../../imgs/web/global/input_arrow_top_balck@3x.png) 0 -5px no-repeat;
    background-size: 20px;
    width: 20px;
    height: 12px;
    margin-left: 20px;
    transform: rotate(180deg);
    /* vertical-align: top; */
}

#goodsDetail .qna #qna_list li.active .qna_tit > span:after {
    transform: rotate(0);
    background-position: 0 -5px;
}

#goodsDetail .qna #qna_list li .qna_tit h2.secret {
    /* display: flex; */
    /* align-items: center; */
    padding: 0 111px 0 0;
}

#goodsDetail .qna #qna_list li .qna_tit h2.secret span {
    margin-left: 4px;
    display: inline-block;
    width: 20px;
    height: 22px;
    background: url(../../imgs/goods/icon_lock.png) center 2px no-repeat;
    background-size: 20px;
    text-indent: -9999px;
    overflow: hidden;
    vertical-align: top;
}

#goodsDetail .qna #qna_list li .qna_tit span.done {
    color: #38AFF5;
}

#goodsDetail .qna #qna_list li .qna_tit span.wait {
    color: #000000;
}

#goodsDetail .qna #qna_list li .qna_con {
    margin-top: 20px;
    padding: 20px 23px;
    font-size: 14px;
    line-height: 21px;
    color: #222222;
    font-weight: 500;
    letter-spacing: -0.14px;
    background: #f8f8f8;
    border-radius: 5px;
    word-break: break-word;
    margin-bottom: 5px;
    display: none;
}

#goodsDetail .qna #qna_list li.active .qna_con {
    display: block
}

#goodsDetail .qna #qna_list li .qna_con dl {
    display: flex;
    align-items: center;
}

#goodsDetail .qna #qna_list li .qna_con dl dt {
    position: relative;
    padding-left: 21px;
    font-size: 13px;
    line-height: 18px;
    font-weight: 600;
    letter-spacing: -0.12px;
}

#goodsDetail .qna #qna_list li .qna_con dl dt:before {
    position: absolute;
    left: 0;
    top: -1px;
    display: block;
    width: 20px;
    height: 20px;
    content: '';
    background: url(../../imgs/goods/icon_qna_con.png)center no-repeat;
    background-size: 20px;
}

#goodsDetail .qna #qna_list li .qna_con dl dd {
    position: relative;
    padding-left: 8px;
    margin-left: 8px;
    font-size: 13px;
    line-height: 15px;
    color: #aaaaaa;
    font-family: 'Pretendard',Sans-Serif;
}

#goodsDetail .qna #qna_list li .qna_con dl dd:before {
    position: absolute;
    left: 0;
    top: 1px;
    display: block;
    width: 1px;
    height: 12px;
    content: '';
    background: #dddddd;
}

#goodsDetail .qna #qna_list li .qna_con p {
    margin-top: 15px;
    font-size: 15px;
    line-height: 25.5px;
    letter-spacing: -0.14px;
    font-weight: 400;
    word-break: keep-all;
}

#goodsDetail .qna #qna_list li .qna_btn {
    display: none;
    justify-content: flex-end;
    margin-top: 20px;
}

#goodsDetail .qna #qna_list li.active .qna_btn {
    display: flex
}

#goodsDetail .qna #qna_list li .qna_btn button {
    /* margin: 15px 0; */
    /* padding: 12px 0; */
    width: 88px;
    height: 38px;
    font-size: 13px;
    line-height: 38px;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    font-weight: 500;
    margin-right: 16px;
}

#goodsDetail .qna #qna_list li .qna_btn button:first-child {
    margin-right: 10px
}

#goodsDetail .goods_info {
    padding-right: 70px;
}

#goodsDetail .detail > .delivery {
    padding-right: 70px
}

/*상품상세 정보*/
.pastellmall_detailSummary {
    margin-top: 30px;
    text-align: center;
}

.pastellmall_detailSummary dl {
    margin: 40px 0 30px;
    color: #222
}

.pastellmall_detailSummary dt em {
    display: inline-block;
    padding: 17px 0;
    line-height: 22px;
    font-weight: bold;
    font-size: 20px;
    border-top: 1px solid #cecece;
    border-bottom: 1px solid #cecece;
    font-style: normal;
    letter-spacing: -0.5px;
}

.pastellmall_detailSummary dd {
    margin-top: 30px;
    font-size: 20px;
    line-height: 1.6;
    color: #333;
    letter-spacing: -0.5px;
}

@media (max-width: 1024px) {
    .pastellmall_detailSummary dt em {
        font-size:22px;
        letter-spacing: -0.2px;
    }

    .pastellmall_detailSummary dd {
        font-size: 22px;
        letter-spacing: -0.2px
    }
}

@media (max-width: 768px) {
    .pastellmall_detailSummary dt em {
        padding:10px 0;
        font-size: 20px;
        letter-spacing: -0.5px;
    }

    .pastellmall_detailSummary dd {
        font-size: 20px;
        letter-spacing: -0.5px
    }
}

@media (max-width: 640px) {
    .pastellmall_detailSummary dl {
        margin:40px 0 0;
    }

    .pastellmall_detailSummary dt em {
        padding: 10px 0;
        line-height: 10px;
        height: 12px;
        font-size: 12px;
    }

    .pastellmall_detailSummary dd {
        margin-top: 10px;
        font-size: 12px;
    }
}

/* 검색결과 */
#search_result {
}

#search_result .wrap {
    padding: 25px 0;
}

#search_result .wrap .search_box {
    position: relative;
    display: flex;
    justify-content: center;
    margin: 60px 0 0;
}
#search_result .wrap .search_box .search_box{
    margin:0 !important;
}
#search_result .wrap .search_box input {
    font-size: 24px;
    font-weight: 500;
    color: #222;
    width: 590px;
    height: 68px;
    border: none;
    border-bottom: 2px solid #222;
}

#search_result .wrap .search_box input::placeholder {
    font-size: 24px;
    font-weight: 500;
    color: #222;
}

#search_result .wrap .search_box .icon_wrap {
    /* position: absolute;top: 14px; */
    right: 0;
}

#search_result .wrap .search_box .icon_wrap button {
}

#search_result .wrap .search_box .icon_wrap .delete {
    text-indent: -99999px;
    width: 26px;
    height: 26px;
    background: url(../../imgs/web/display/icon_input_del@3x.png) center no-repeat;
    background-size: 26px;
}

#search_result .wrap .search_box .icon_wrap .search {
    margin-left: 16px;
    text-indent: -99999px;
    width: 40px;
    height: 40px;
    background: url(../../imgs/web/display/icon_search@3x.png) center no-repeat;
    background-size: 40px;
}

#search_result .wrap .result_wrap {margin-top: 60px;}

#search_result .wrap .result_wrap .con {
    display: flex;
}

#search_result .wrap .result_wrap .tab_menu {
}

#search_result .wrap .result_wrap .tab_menu ul {
    display: flex;
    border-bottom: 1px solid #e5e5e5;
}

#search_result .wrap .result_wrap .tab_menu ul li {
    margin-right: 40px;
    cursor: pointer;
}

#search_result .wrap .result_wrap .tab_menu ul li .tit {
    padding-right: 10px;
    font-size: 24px;
    font-weight: 500;
    color: #707070;
    letter-spacing: -0.24px;
}

#search_result .wrap .result_wrap .tab_menu ul li.active {
    border-bottom: 2px solid #222;
    padding-bottom: 18px;
}

#search_result .wrap .result_wrap .tab_menu ul li.active .tit {
    color: #222;
    font-weight: 600;
}

#search_result .wrap .result_wrap .tab_menu ul li .count {
    font-size: 24px;
    font-weight: 700;
    color: #38AFF5;
}

#search_result .category_con .con {
    display: flex;
    /* padding-top: 40px; */
}

#search_result .category_con .con .aside_wrap {
    padding-top: 40px;
}

#category_detail .list_form .price {
    margin-left: 0
}

#search_result .wrap .aside_wrap {
    width: 260px;
    flex: 0 0 auto;
    padding-top: 40px;
}
#search_result .wrap .aside_wrap .lnbCateList{
    padding-top:26px;
}
#search_result .wrap .aside_wrap .lnbCateList .catelist > li {
    cursor: pointer;
}

#search_result .wrap .aside_wrap .lnbCateList .catelist > li.filter_clear {
    margin-top: 40px;
    border-top: 2px solid #222;
}

#search_result .wrap .aside_wrap .lnbCateList .list > li > .accodion_tit {
    width: 100%
}

#search_result .wrap .aside_wrap .lnbCateList .list > li:last-child {
    margin-bottom: 20px;
}

#search_result .wrap .aside_wrap .lnbCateList .list > li span {
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    color: #222;
}

#search_result .wrap .aside_wrap .filter {
    /* border-top: 1px solid #e5e5e5; */
    /* padding-top: 26px; */
}

#search_result .wrap .aside_wrap .filter:last-child {
    border-bottom: 1px solid #e5e5e5;
}

#search_result .wrap .aside_wrap .filter.border_none {
    border-bottom: 0
}

#search_result .wrap .aside_wrap .filter .brand_chk_list {
}

#search_result .wrap .aside_wrap .filter .brand_chk_list li {
    padding-top: 15px;
}

#search_result .wrap .aside_wrap .filter .brand_chk_list li:last-child {
    padding-bottom: 30px;
}

#search_result .wrap .aside_wrap .filter .brand_chk_list li input {
    display: none
}

#search_result .wrap .aside_wrap .filter .brand_chk_list li input + label {
    font-size: 16px;
    font-weight: 500;
    color: #222;
    display: flex
}

#search_result .wrap .aside_wrap .filter .brand_chk_list li input + label:before {
    margin-right: 10px;
    display: block;
    content: '';
    width: 22px;
    height: 22px;
    background: url(../../imgs/web/display/check_box_off@3x.png) center no-repeat;
    background-size: 22px;
}

#search_result .wrap .aside_wrap .filter .brand_chk_list li input:checked + label:before {
    display: block;
    content: '';
    width: 22px;
    height: 22px;
    background: url(../../imgs/web/display/check_box_on@3x.png) center no-repeat;
    background-size: 22px;
}

#search_result .wrap .aside_wrap .filter h3 {
    color: #222;
    font-size: 18px;
}

#search_result .wrap .aside_wrap .filter .item_size_list {
    display: flex;
    flex-wrap: wrap;
    margin: 5px -5px 25px -5px;
}

#search_result .wrap .aside_wrap .filter .item_size_list li {
    padding: 5px;
}

#search_result .wrap .aside_wrap .filter .item_size_list li input {
    display: none;
}

#search_result .wrap .aside_wrap .filter .item_size_list li input + label {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    font-family: 'Pretendard',Sans-Serif;
    font-weight: 600;
    font-size: 15px;
    box-sizing: border-box;
}

#search_result .wrap .aside_wrap .filter .item_size_list input:checked + label {
    border: 1px solid #222222;
    border-radius: 5px;
    color: #222222;
}

#search_result .wrap .aside_wrap .filter .item_size_list li.active label {
    color: #222222 !important;
}

#search_result .wrap .aside_wrap .filter .item_color_list {
    padding: 10px 53px 30px 0;
    display: flex;
    flex-wrap: wrap;
    margin: -6px
}

#search_result .wrap .aside_wrap .filter .item_color_list li {
    padding: 6px
}

#search_result .wrap .aside_wrap .filter .item_color_list li input {
    display: none
}

#search_result .wrap .aside_wrap .filter .item_color_list li input + label.select_color {
    position: relative;
    border: 2px solid transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    box-sizing: border-box;
    text-indent: -9999px;
    border-radius: 50%;
}

#search_result .wrap .aside_wrap .filter .item_color_list input:checked + label.select_color {
    border: 2px solid #222222;
    border-radius: 50%;
}

#search_result .wrap .aside_wrap .filter .item_color_list input:checked + label.select_color:after {
    position: absolute;
    background: url(../../imgs/goods/icon_checked_on_white@3x.png) no-repeat center;
    content: "";
    display: block;
    background-size: contain;
    height: 24px;
    width: 8px
}

#search_result .wrap .aside_wrap .filter .item_price_list {
}

#search_result .wrap .aside_wrap .filter .item_price_list li {
    margin-bottom: 10px
}

#search_result .wrap .aside_wrap .filter .item_price_list li:last-child {
    margin-bottom: 30px
}

#search_result .wrap .aside_wrap .filter .item_price_list li input {
    display: none;
}

#search_result .wrap .aside_wrap .filter .item_price_list li input + label.select_price {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 44px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    font-weight: 500;
    font-size: 16px;
    color: #dddddd;
    box-sizing: border-box;
    padding: 10px 12px;
}

#search_result .wrap .aside_wrap .filter .item_price_list input[type='checkbox']:checked + label.select_price {
    border: 1px solid #222222;
    border-radius: 5px;
    color: #222222;
}

#search_result .wrap .aside_wrap .filter .item_price_list li.active label {
    color: #222222 !important;
}

#search_result .wrap .aside_wrap .filter .item_price_list input[type='checkbox']:checked + label.select_price .icon_checked_on {
    background: url(../../imgs/goods/icon_checked_on@3x.png) no-repeat center;
    background-size: 13px 9px;
    width: 13px;
    height: 9px;
    margin-left: 10px;
}

#search_result .wrap .aside_wrap .filter .season_select_list {
    display: flex;
    flex-wrap: wrap;
    margin: -5px 5px 25px -5px;
}

#search_result .wrap .aside_wrap .filter .season_select_list li {
    padding: 5px;
}

#search_result .wrap .aside_wrap .filter .season_select_list li input {
    display: none
}

#search_result .wrap .aside_wrap .filter .season_select_list li input + label.select_season {
    display: flex;
    align-items: center;
    height: 44px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    font-weight: 500;
    font-size: 15px;
    box-sizing: border-box;
    justify-content: center;
    padding: 0 14px;
}

#search_result .wrap .aside_wrap .filter .season_select_list li input#fourseason + label.select_season {
    width: 98px;
}

#search_result .wrap .aside_wrap .filter .season_select_list li input#fourseason + label.select_season .sm {
    font-size: 12px;
}

#search_result .wrap .aside_wrap .filter .season_select_list input[type='checkbox']:checked + label.select_season {
    border: 1px solid #222222;
    border-radius: 5px;
    color: #222222;
}

#search_result .wrap .aside_wrap .filter .season_select_list li.active label {
    color: #222222 !important;
}

#search_result .wrap .aside_wrap .filter .season_select_list li.season_off {
    width: 246px;
}

#search_result .wrap .aside_wrap .filter.md_rec {
}

#search_result .wrap .aside_wrap .filter.md_rec h3 {
    display: flex
}

#search_result .wrap .aside_wrap .filter .sex_chk_list {
    margin: 10px 0 30px 0
}

#search_result .wrap .aside_wrap .filter .sex_chk_list li {
    padding-bottom: 20px;
}

#search_result .wrap .aside_wrap .filter .sex_chk_list li:last-child {
    padding-bottom: 0;
}

#search_result .wrap .aside_wrap .filter .sex_chk_list li input {
    display: none;
}

#search_result .wrap .aside_wrap .filter .sex_chk_list li input + label {
    font-size: 16px;
    font-weight: 500;
    color: #222;
    display: flex
}

#search_result .wrap .aside_wrap .filter .sex_chk_list li input + label:before {
    margin-right: 10px;
    display: block;
    content: '';
    width: 22px;
    height: 22px;
    background: url(../../imgs/web/display/check_box_off@3x.png) center no-repeat;
    background-size: 22px;
}

#search_result .wrap .aside_wrap .filter .sex_chk_list li input:checked + label:before {
    display: block;
    content: '';
    width: 22px;
    height: 22px;
    background: url(../../imgs/web/display/check_box_on@3x.png) center no-repeat;
    background-size: 22px;
}

#search_result .wrap .aside_wrap .filter .theme_select_list {
    display: flex;
    flex-wrap: wrap;
    margin: 10px -2px 28px -2px;
}

#search_result .wrap .aside_wrap .filter .theme_select_list li {
    margin: 0 2px 10px 2px;
}

#search_result .wrap .aside_wrap .filter .theme_select_list li input {
    display: none
}

#search_result .wrap .aside_wrap .filter .theme_select_list li input + label.select_theme {
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    font-weight: 500;
    box-sizing: border-box;
    padding: 6px 12px;
    border-radius: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#search_result .wrap .aside_wrap .filter .theme_select_list input[type='checkbox']:checked + label.select_theme {
    border: 1px solid #222222;
}

#search_result .wrap .aside_wrap .filter .used_chk_list {
    margin: 10px 0
}

#search_result .wrap .aside_wrap .filter .used_chk_list li {
    padding-bottom: 20px
}

#search_result .wrap .aside_wrap .filter .used_chk_list li:last-child {
    padding-bottom: 0
}

#search_result .wrap .aside_wrap .filter .used_chk_list li input {
    display: none
}

#search_result .wrap .aside_wrap .filter .used_chk_list li input + label {
    font-size: 16px;
    font-weight: 500;
    color: #222;
    display: flex
}

#search_result .wrap .aside_wrap .filter .used_chk_list li input + label:before {
    margin-right: 10px;
    display: block;
    content: '';
    width: 22px;
    height: 22px;
    background: url(../../imgs/web/display/check_box_off@3x.png) center no-repeat;
    background-size: 22px;
}

#search_result .wrap .aside_wrap .filter .used_chk_list li input:checked + label:before {
    display: block;
    content: '';
    width: 22px;
    height: 22px;
    background: url(../../imgs/web/display/check_box_on@3x.png) center no-repeat;
    background-size: 22px;
}

#search_result .wrap .accodion_tit {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 0;
}

#search_result .wrap .accodion_tit h3 {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    letter-spacing: -0.18px;
}

#search_result .wrap .accodion_tit span {
    display: block;
    width: 20px;
    height: 20px;
    background: url(../../imgs/goods/input_arrow.png) center no-repeat;
    background-size: 20px;
    text-indent: -9999px;
    overflow: hidden;
}

#search_result .wrap .accodion_tit.active span {
    transform: rotate( 180deg );
}

#search_result .wrap .accodion_con {
    display: none;
}

#search_result .wrap .accodion_tit.active + .accodion_con {
    display: block;
}

#search_result .wrap .accodion_con.active {
    display: block;
}

#search_result .wrap .accodion_con .list .all span {
    padding: 10px 0;
    display: block;
}

#search_result .wrap .accodion_con .list > li {
    /* height: 44px;display: flex;align-items: center;justify-content: space-between; */
}

#search_result .wrap .accodion_con .list > li.active span {
    font-weight: 600
}

#search_result .wrap .accodion_con .list > li .more {
    display: block;
    width: 20px;
    height: 20px;
    background: url(../../imgs/web/global/input_arrow_down@3x.png) center no-repeat;
    background-size: 20px;
    text-indent: -9999px;
    overflow: hidden;
}

#search_result .wrap .accodion_con.active .list > li .more {
    transform: rotate( 180deg );
}

#search_result .wrap .aside_wrap .filter_clear p {
    color: #222;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.18px;
}

#search_result .wrap .aside_wrap .filter_clear .img_filter {
    padding: 0px 0px 0px 10px;
    height: 20px;
}

#search_result .wrap .aside_wrap .filter_clear .filter_btn_refresh {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 1px solid #e5e5e5;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 5px;
}

#search_result .wrap .aside_wrap .filter_clear .filter_btn_refresh .img_refresh {
    height: 15px;
}

#search_result .wrap #lnbCateList > li > a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 0;
    font-size: 18px;
    color: #000;
    font-weight: 600;
    letter-spacing: -0.18px;
}

#search_result .wrap #lnbCateList > li > a:after {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../../imgs/goods/input_arrow.png) center no-repeat;
    background-size: 20px;
    text-indent: -9999px;
    overflow: hidden;
    content: '';
}

#search_result .wrap #lnbCateList > li.active > a:after {
    transform: rotate( 180deg )
}

#search_result .wrap .accodion_tit h3 {
}

#search_result .wrap .accodion_tit span {
    display: block;
    width: 20px;
    height: 20px;
    background: url(../../imgs/goods/input_arrow.png) center no-repeat;
    background-size: 20px;
    text-indent: -9999px;
    overflow: hidden;
}

#search_result .wrap .accodion_tit.active span {
    transform: rotate( 180deg );
}

#search_result .wrap .accodion_con {
    display: none;
}

#search_result .wrap .accodion_tit.active + .accodion_con {
    display: block;
}

#search_result .wrap .accodion_con.active {
    display: block;
}

#search_result .wrap .accodion_con .list .all span {
    padding: 10px 0;
    display: block;
}

#search_result .wrap .accodion_con .list > li {
    /* height: 44px;display: flex;align-items: center;justify-content: space-between; */
}

#search_result .wrap .accodion_con .list > li.active span {
    font-weight: 600
}

#search_result .wrap .accodion_con .list > li .more {
    display: block;
    width: 20px;
    height: 20px;
    background: url(../../imgs/web/global/input_arrow_down@3x.png) center no-repeat;
    background-size: 20px;
    text-indent: -9999px;
    overflow: hidden;
}

#search_result .wrap .accodion_con.active .list > li .more {
    transform: rotate( 180deg );
}

#search_result .wrap #lnbCateList > li > ul {
    display: none
}

#search_result .wrap #lnbCateList > li.active > ul {
    display: block;
}

#search_result .wrap #lnbCateList > li > ul > li > a {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    font-size: 16px;
    font-weight: 500;
    color: #999;
}

#search_result .wrap #lnbCateList > li > ul > li.active > a {
    font-weight: 600
}

#search_result .wrap #lnbCateList > li > ul > li > a:not(.all):after {
    display: block;
    width: 20px;
    height: 20px;
    background: url(../../imgs/web/global/input_arrow_down@3x.png) center no-repeat;
    background-size: 20px;
    text-indent: -9999px;
    overflow: hidden;
    content: '';
}

#search_result .wrap #lnbCateList > li.active > ul > li.active > a:after {
    transform: rotate( 180deg )
}

#search_result .wrap .accodion_tit2 h4 {
}

#search_result .wrap .accodion_tit2.active h4 {
    font-weight: 600
}

#search_result .wrap .accodion_con2 {
    display: none;
}

#search_result .wrap .accodion_con2.active {
    display: block;
}

#search_result .wrap .accodion_tit2.active + .accodion_con2 {
    display: block;
}

#search_result .wrap #lnbCateList > li > ul > li > ul {
    padding-left: 10px;
    display: none;
}

#search_result .wrap #lnbCateList > li.active > ul > li.active > ul {
    display: block;
}

#search_result .wrap #lnbCateList > li > ul > li > ul li {
}

#search_result .wrap #lnbCateList > li > ul > li > ul li:last-child {
    padding-bottom: 10px;
}

#search_result .wrap #lnbCateList > li > ul > li > ul li a {
    font-size: 14px;
    font-weight: 500;
    color: #707070;
    letter-spacing: -0.14px;
    height: 42px;
    display: block;
    line-height: 42px;
}

#search_result .wrap #lnbCateList > li > ul > li > ul li.active a {
    font-weight: 600;
    color: #222;
}

#search_result .result_wrap .right_wrap {
    width: 100%;
    margin-left: 90px;
    position: relative;
    margin-top: 43px;
}

#search_result .result_wrap .right_wrap.outlet {
    padding-top: 76px;
}

#search_result .result_wrap .right_wrap.outlet .filter_btn_wrap {
    position: absolute;
    left: 0;
    top: 0
}

#search_result .result_wrap .right_wrap .filter_btn_wrap {
    margin-left: -10px;
    background: #fff;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 0 20px 0;
}

#search_result .result_wrap .right_wrap .filter_btn_wrap .fiter_wrap {
    width: 60%;
    display: flex;
}

body.scrolldown #search_result .result_wrap .right_wrap .filter_btn_wrap.on {
    /* padding: 0; */
    position: fixed;
    top: 90px;
    z-index: 2;
    align-items: center;
    /* padding: 20px 0; */
    width: 1370px;
    z-index: 11;
    transition: top 0s;
    left: auto;
}

body.scrollup #search_result .result_wrap .right_wrap .filter_btn_wrap.on {
    position: fixed;
    top: 144px;
    /* transform: translate(0, 72px); */
    align-items: center;
    z-index: 12;
    width: 1370px;
    /* padding: 20px 0; */
    left: auto;
    transition: top 0s;
}

body.scrolldown #topBanner ~ #wrap #search_result .result_wrap .right_wrap .filter_btn_wrap.on {
    top: 153px;
}

body.scrollup #topBanner ~ #wrap #search_result .result_wrap .right_wrap .filter_btn_wrap.on {
    top: 153px;
}

#search_result .result_wrap .right_wrap .filter_btn_wrap .filter_list {
    display: flex;
    flex-wrap: wrap;
    margin: -5px
}

#search_result .result_wrap .right_wrap .filter_btn_wrap .filter_list li {
    padding: 5px;
}

#search_result .result_wrap .right_wrap .filter_btn_wrap .filter_list li button {
}

#search_result .result_wrap .right_wrap .filter_btn_wrap .filter_list li button span {
    font-size: 14px;
    font-weight: 500;
    color: #222;
}

#search_result .result_wrap .right_wrap .filter_btn_wrap .btn_refresh {
    margin-right: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #222;
    height: 36px;
    padding: 8px 20px;
    border-radius: 60px;
    border: solid 1px #e5e5e5;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    word-break: keep-all;
    flex: 0 0 auto;
}

#search_result .result_wrap .right_wrap .filter_btn_wrap .btn_refresh img {
    width: 12px;
    display: block;
    margin-right: 7px
}

#search_result .result_wrap .right_wrap .filter_btn_wrap .filter_list li .filter_btn {
    height: 36px;
    padding: 9px 12px;
    border-radius: 60px;
    background-color: #f2f4f7;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

#search_result .result_wrap .right_wrap .filter_btn_wrap .filter_list li .filter_btn div {
    display: flex;
    align-items: center;
}

#search_result .result_wrap .right_wrap .filter_btn_wrap .filter_list li .filter_btn span {
    display: block;
    margin-right: 4px;
    font-weight: 600;
}

#search_result .result_wrap .right_wrap .filter_btn_wrap .filter_list li .filter_btn .icon_close {
    display: block;
    text-indent: -9999em;
    width: 10px;
    height: 10px;
    background: url(../../imgs/web/global/close_btn_small@3x.png) center no-repeat;
    background-size: 10px;
}

#search_result .result_wrap .right_wrap > .hd {
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
    padding-top: 40px;
}

#search_result .result_wrap .right_wrap > .hd h3 {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.16px;
    color: #222;
}

#search_result .result_wrap .right_wrap > .hd h3 .num {
    font-weight: 700;
    color: #38AFF5;
}

#search_result .result_wrap .right_wrap #listBox > li {
    margin: 0 10px 60px 9px;
    width: 328px;
}

#search_result .result_wrap .right_wrap #listBox > li>div {
    /* height: 553px; */
    position: relative;
    display: flex;
    flex-direction: column;
    height: max-content;
    justify-content: space-between;
}

#search_result .result_wrap .right_wrap .list_form .img_con {
    /* position: relative; */
    width: 328px;
    height: 328px;
    /* overflow:hidden; */
}

#search_result .recommend_wrap {
    margin-top: 70px;
    /* width: 1327px; */
    /* overflow-x: clip; */
    /* overflow-y: visible; */
}

#search_result .recommend_wrap .hd {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 30px;
}

#search_result .recommend_wrap .hd h2 {
    font-weight: 600;
    font-size: 24px;
}

#search_result .recommend_wrap .recommend_item {
    padding-bottom: 70px
}

#search_result .recommend_wrap .list_form >ul >li a {
    position: relative;
    display: inline-block;
}

#search_result .recommend_wrap .swiper_nav {
    position: relative;
    width: 110px;
}

#search_result .recommend_wrap .swiper-slide {
    display: flex;
    width: 328px;
}

#search_result .rec_list_wrap {
    margin: 0 -90px;
    position: relative;
}

#search_result .rec_list_wrap .swiper-container {
    width: 1372px;
    overflow-x: clip;
    overflow-y: visible;
    /* margin: 0; */
}

#search_result .recommend_wrap .gr_rec_item_slider-prev,.gr_rec_item_slider-prev {
    cursor: pointer;
    position: absolute;
    top: 135px;
    left: 0;
    z-index: 1;
    width: 60px;
    height: 60px;
    background: url(../../imgs/web/display/list_slider_prev@3x.png) center no-repeat;
    background-size: 60px;
    display: none;
}

#search_result .recommend_wrap .gr_rec_item_slider-next,.gr_rec_item_slider-next {
    cursor: pointer;
    position: absolute;
    top: 135px;
    right: 0;
    z-index: 1;
    width: 60px;
    height: 60px;
    background: url(../../imgs/web/display/list_slider_next@3x.png) center no-repeat;
    background-size: 60px;
    display: none;
}

#search_result .recommend_wrap .rec_list_wrap:hover .gr_rec_item_slider-prev:not(.swiper-button-disabled) {
    display: block;
}

#search_result .recommend_wrap .rec_list_wrap:hover .gr_rec_item_slider-prev:not(.swiper-button-disabled) {
    display: block;
}

#search_result .recommend_wrap .rec_list_wrap:hover .gr_rec_item_slider-next:not(.swiper-button-disabled) {
    display: block;
}

#search_result .recommend_wrap .rec_list_wrap:hover .gr_rec_item_slider-next:not(.swiper-button-disabled) {
    display: block;
}

#search_result .tab_con.planning {
    display: flex;
    flex-direction: column;
    padding-top: 40px;
}

#search_result .tab_con.planning .hd {
    padding-bottom: 40px;
}

#search_result .tab_con.planning .hd span {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.16px;
}

#search_result .tab_con.planning .hd .num {
    color: #38AFF5;
    font-weight: 600;
}

#search_result .tab_con.planning .planning_list {
}

#search_result .tab_con.planning .planning_list ul {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
}

#search_result .tab_con.planning .planning_list ul li {
    box-sizing: border-box;
    width: 414px;
    margin-bottom: 60px;
    margin-right: 20px;
    height: 657px;
}

#search_result .tab_con.planning .planning_list ul li:nth-child(4n) {
    margin-right: 0
}

#search_result .tab_con.planning .planning_list ul li .img {
    height: 513px;
    width: 414px;
    border-radius: 10px;
    overflow: hidden;
}

#search_result .tab_con.planning .planning_list ul li a {
    display: block;
}

#search_result .tab_con.planning .planning_list ul li img {
    display: block;
    width: 100%;
}

#search_result .tab_con.planning .planning_list ul li .txt_box {
    display: flex;
    flex-direction: column;
}

#search_result .tab_con.planning .planning_list ul li .txt_box .tit {
    padding: 20px 0 5px 0;
    font-size: 21px;
    font-weight: 600;
    letter-spacing: -0.21px;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}

#search_result .tab_con.planning .planning_list ul li .txt_box .subtit {
    /* padding-bottom:20px; */
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.16px;
    color: #707070;
}

#search_result .tab_con.planning .planning_list ul li .txt_box .date {
    font-weight: 500;
    color: #aaa;
    padding-top: 10px;
}

#search_result .hd_root {
    /* padding-top: 20px; */
}

#search_result .hd_root ul {
    display: flex;
    align-items: center;
}

#search_result .hd_root ul li {
    display: flex;
    align-items: center;
}

#search_result .hd_root ul li:before {
    margin: 0 5px;
    display: block;
    content: '';
    width: 12px;
    height: 12px;
    background: url(../../imgs/web/global/input_arrow_black2@3x.png) center no-repeat;
    background-size: 12px;
}

#search_result .hd_root ul li:first-child:before {
    display: none
}

#search_result .hd_root ul li .home {
    text-indent: -99999em;
    display: block;
    width: 13px;
    height: 13px;
    background: url(../../imgs/web/display/icon_location_home@3x.png) center no-repeat;
    background-size: 13px;
}

#search_result .hd_root ul li a {
    display: block;
    font-size: 13px;
    font-weight: 500;
    color: #222;
    letter-spacing: -0.13px
}

#search_result .no_return {
    line-height: 30px;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    color: #aaaaaa;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 150px 0 300px 0;
}

#search_result .no_return .text_b, #search_result .no_return .point {
    color: #222
}

#search_result .no_return span {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -0.2px;
}

/* 포토 & 동영상 팝업 - 상세 */
.picreview-detail {
}

.picreview-detail .con {
    display: flex;
    /* padding-bottom: 28px; */
    justify-content: space-between;
}

.picreview-detail .rev_popup_slider {
    width: 450px !important;
}

.picreview-detail .con_photo {
    position: relative;
    width: 450px;
    height: 450px;
    overflow: hidden;
    border-radius: 10px;
}

.picreview-detail .con .photo_wrap {
    flex: 0 0 auto;
    width: 450px;
    height: 450px;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.picreview-detail .con .photo_wrap img {
    width: 100%;
    object-fit: cover;
    display: flex;
    align-items: center;
}

.picreview-detail .con .txt_wrap {
    width: 420px;
    margin-left: 40px;
    display: flex;
    flex-direction: column;
}

.picreview-detail .con .txt_wrap .review_tit {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.picreview-detail .con .txt_wrap .review_tit dl {
    display: flex;
}

.picreview-detail .con .txt_wrap .review_tit dd {
    font-size: 14px;
    line-height: 18px;
    color: #aaaaaa;
    font-weight: 500;
}

.picreview-detail .con .txt_wrap .review_tit dd:first-child {
    position: relative;
    margin-right: 8px;
    padding-right: 8px;
    letter-spacing: -0.12px;
}

.picreview-detail .con .txt_wrap .review_tit dd:first-child:after {
    position: absolute;
    right: 0;
    top: 3px;
    display: block;
    content: '';
    width: 1px;
    height: 12px;
    background: #dddddd;
}

.picreview-detail .con .txt_wrap .review_tit dd:last-child {
}

.picreview-detail .con .txt_wrap .review_tit .star_wrap {
    display: flex;
}

.picreview-detail .con .txt_wrap .review_tit .star_wrap img {
    width: 17px;
    margin-left: 2px;
}

.picreview-detail .con .txt_wrap .review_info {
    margin: 20px 0;
    padding: 20px 20px 10px;
    margin-bottom: 20px;
    background: #f8f8f8;
    border-radius: 5px;
}

.picreview-detail .con .txt_wrap .review_info >div {
    padding: 0 0 6px 0;
    display: flex;
    font-size: 14px;
}

.picreview-detail .con .txt_wrap .review_info >div >span {
    width: 80px;
    color: #222222;
    font-weight: 600;
    margin-right: 23px
}

.picreview-detail .con .txt_wrap .review_info .review_info_con {
    display: flex;
}

.picreview-detail .con .txt_wrap .review_info .review_info_con p {
    color: #222222;
}

.picreview-detail .con .txt_wrap .review_info .review_info_con span.slash {
    margin: 0 3px;
}

.picreview-detail .con .txt_wrap .buyoption {
    padding-top: 30px;
    display: flex;
    cursor: pointer;
}

.picreview-detail .con .txt_wrap .buyoption strong {
    font-size: 14px;
    font-weight: 600;
}

.picreview-detail .con .txt_wrap .buyoption img {
    width: 50px;
    height: 50px;
    border-radius: 5px;
    margin-right: 10px;
}

.picreview-detail .con .txt_wrap .buyoption span {
    font-size: 14px;
    font-weight: 600;
}

.picreview-detail .con .txt_wrap .buyoption .buyGoods {
    display: flex;
    flex-direction: column;
}

.picreview-detail .con .txt_wrap .list_form {
    margin-top: auto;
    padding-bottom: 0;
    position: relative;
    display: flex;
    width: 100%;
}

.picreview-detail .con .txt_wrap .list_form a {
    display: flex;
    width: 90px;
    height: 90px;
    flex: none;
}

.picreview-detail .con .txt_wrap .list_form .img_con {
    width: 90px
}

.picreview-detail .con .txt_wrap .list_form .brand_name {
    font-size: 12px;
    padding-top: 0;
    margin: 0;
}

.picreview-detail .con .txt_wrap .list_form .brand_name + h2 {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    /* height: auto; */
    /* display: inline-block; */
    /* width: 100%; */
    /* white-space: nowrap; */
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
    /* padding-top: 10px; */
    height: 20px;
    line-height: 20px;
    box-sizing: border-box;
    padding: 0;
    margin-top: 10px;
    /* width: 100%; */
    /* display: block; */
}

.picreview-detail .con .txt_wrap .list_form .text_con {
    margin-left: 15px;
    width: 315px;
    height: auto;
    height: 90px;
    padding-top: 4px;
}

.picreview-detail .con .txt_wrap .list_form .text_con .price_wrap {
    flex-direction: row;
    align-items: center;
    padding-top: 10px;
}

.picreview-detail .con .txt_wrap .list_form .sale {
    font-size: 20px;
    margin: 0;
    line-height: 27px;
}

.picreview-detail .con .txt_wrap .list_form .price {
    font-size: 16px;
    margin-top: 0;
}

.picreview-detail .con .txt_wrap .list_form .btm_btn_wrap {
    display: block;
    position: absolute;
    bottom: 6px;
    right: 0;
    margin-top: 0;
}

.picreview-detail .con .txt_wrap .list_form .btn_wish {
    overflow: hidden;
    width: 26px;
    height: 26px;
    text-indent: -999em;
    background: url(../../imgs/goods/icon_heart_in_list@3x.png) center center no-repeat;
    background-size: cover;
}

.picreview-detail .con .txt_wrap .list_form .btn_cart {
    width: 26px;
    height: 26px;
    background-size: cover;
}

.picreview-detail .con .con_txt {
}

.picreview-detail .con .con_txt span {
    font-size: 16px;
    letter-spacing: -0.16px;
    color: #707070;
    word-break: keep-all;
}

.picreview-detail .rev_popup-list-prev {
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 14px;
    z-index: 1;
    width: 44px;
    height: 44px;
    background: url(../../imgs/web/display/list_slider_prev@3x.png) center no-repeat;
    background-size: 44px;
}

.picreview-detail .rev_popup-list-next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 14px;
    z-index: 1;
    width: 44px;
    height: 44px;
    background: url(../../imgs/web/display/list_slider_next@3x.png) center no-repeat;
    background-size: 44px;
}

.picreview-detail .rev_popup_pagination {
    position: absolute;
    padding-top: 20px;
    display: flex;
    left: 50%;
    transform: translateX(-50%);
}

.picreview-detail .rev_popup_pagination .swiper-pagination-bullet {
    background-color: #d6d6d6;
    margin-right: 10px
}

.picreview-detail .rev_popup_pagination .swiper-pagination-bullet:last-child {
    margin-right: 0
}

.picreview-detail .rev_popup_pagination .swiper-pagination-bullet-active {
    background-color: #000;
}

.picreview-detail .video-js .vjs-big-play-button {
    width: 80px;
    height: 80px;
    background: url(../../imgs/web/display/movie_play_btn_big@3x.png) center no-repeat;
    background-size: cover;
    border: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.picreview-detail .video-js .vjs-big-play-button span {
}

.picreview-detail .video-js .vjs-big-play-button span:before {
    content: ''
}

.video-js .vjs-big-play-button:focus, .video-js:hover .vjs-big-play-button {
    width: 80px;
    height: 80px;
    background: url(../../imgs/web/display/movie_play_btn_big@3x.png) center no-repeat !important;
    background-size: cover !important;
    border: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.picreview-detail .video-js .vjs-big-play-button {
    width: 80px;
    height: 80px;
    background: url(../../imgs/web/display/movie_play_btn_big@3x.png) center no-repeat;
    background-size: cover;
    border: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.picreview-detail .video-js .vjs-big-play-button span {
}

.picreview-detail .video-js .vjs-big-play-button span:before {
    content: ''
}

.video-js .vjs-big-play-button:focus, .video-js:hover .vjs-big-play-button {
    width: 80px;
    height: 80px;
    background: url(../../imgs/web/display/movie_play_btn_big@3x.png) center no-repeat !important;
    background-size: cover !important;
    border: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.full_popup .swiper-review-detail-next {
    position: absolute;
    right: -102px;
    background: url(../../imgs/web/display/main_slider_next@3x.png) center center no-repeat;
    background-size: 102px;
    width: 102px;
    height: 102px;
    z-index: 100;
    top: 50%;
    margin-top: -51px;
    cursor: pointer;
}

.full_popup .swiper-review-detail-prev {
    position: absolute;
    left: -102px;
    background: url( ../../imgs/web/display/main_slider_prev@3x.png) center center no-repeat;
    background-size: 102px;
    width: 102px;
    height: 102px;
    z-index: 100;
    top: 50%;
    margin-top: -51px;
    cursor: pointer;
}

/* 상세 사은품 행사 목록 팝업  */
.layer-box.gifts_event_list {
    padding: 20px 20px 30px 20px;
    width: 400px;
}

.layer-box.gifts_event_list .tit_wrap {
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
}

.layer-box.gifts_event_list .tit_wrap .layer_box_close {
    width: 18px;
    height: 18px;
    background: #ffffff url(../../imgs/global/icon_close_btn@3x.png) center center no-repeat;
    font-size: 0;
    text-indent: -9999px;
    background-size: 18px;
    top: 20px;
}

.layer-box.gifts_event_list .tit_wrap p {
    font-size: 18px;
}

.layer-box.gifts_event_list .con_wrap {
    margin-bottom: 40px;
}

.layer-box.gifts_event_list .con_wrap .info_box {
}

.layer-box.gifts_event_list .con_wrap .info_box li {
    display: flex;
    padding-bottom: 5px;
}

.layer-box.gifts_event_list .con_wrap .info_box .num {
    margin-right: 5px;
}

.layer-box.gifts_event_list .con_wrap .info_box span {
    font-size: 16px;
    font-weight: 500;
    color: #707070;
    letter-spacing: -0.13px;
    word-break: keep-all;
}

.layer-box.gifts_event_list .other_info {
    border-radius: 5px;
    background-color: #f5f5f5;
    padding: 15px;
    margin: 15px 0 0 0
}

.layer-box.gifts_event_list .other_info li {
    padding-bottom: 5px;
}

.layer-box.gifts_event_list .other_info li:last-child {
    padding-bottom: 0;
}

.layer-box.gifts_event_list .other_info .disc {
    width: 3px;
    height: 3px;
    background-color: #707070;
    border-radius: 50%;
    vertical-align: middle;
    display: inline-block;
    margin-right: 6px;
}

.layer-box.gifts_event_list .other_info span {
    display: block;
    position: relative;
    padding-left: 10px;
    color: #707070;
    line-height: 1.5;
    letter-spacing: -0.12px;
    word-break: keep-all;
}

.layer-box.gifts_event_list .other_info span:before {
    position: absolute;
    left: 0;
    top: 8px;
    display: block;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #707070;
    content: '';
}

.layer-box.gifts_event_list .btn_wrap {
    display: flex;
}

.layer-box.gifts_event_list .confirm {
    color: #fff;
    background: #000;
    height: 50px;
    width: 120px;
    border: 1px solid #000;
    min-width: 140px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 500;
    margin: 0 auto;
}

/* 띠배너 슬라이더 */
#wrap #bandBannerArea.banner_wrap {
    padding: 100px 0 0
}

#wrap #bandBannerArea.banner_wrap .banner {
    width: 100%;
    height: 90px;
    border-radius: 10px;
    background-color: #340d81;
    /* display: flex; */
    justify-content: center;
    align-items: center;
}

#wrap #bandBannerArea.banner_wrap .banner a {
    display: block;
    font-size: 22px;
    letter-spacing: -0.22px;
    color: #fff;
    font-weight: 500;
    display: block;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#wrap #bandBannerArea .swiper-container {
    width: 100%;
    overflow-x: clip;
    overflow-y: visible;
}

#wrap #bandBannerArea .swiper-container .list_form {
    padding-bottom: 0;
}

#wrap #bandBannerArea .swiper-container .swiper-slide {
    display: flex;
    /* justify-content: center; */
}

#wrap #bandBannerArea.banner_wrap .banner-list-prev {
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 30px;
    z-index: 1;
    width: 24px;
    height: 24px;
    background: url(../../imgs/web/display/prev_btn_w@3x.png) center no-repeat;
    background-size: 24px;
}

#wrap #bandBannerArea.banner_wrap .banner-list-next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    z-index: 1;
    width: 24px;
    height: 24px;
    background: url(../../imgs/web/display/next_btn_w@3x.png) center no-repeat;
    background-size: 24px;
}

#goodsOtherArea .list_form .btn_cart_n {
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 24px;
    height: 24px;
    background: url(../../images/common/icon-cart-new.png) center no-repeat;
    background-size: contain;
    text-indent: -99999em;
    z-index: 99;
}


/* 연관 검색어 영역 */
#related_wrap {
    position: relative;
    margin-top: 20px;
    width: 590px;
    height: auto;
    display: flex;
}

#related_wrap .tit {
    float: left;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
    /* height: 70px; */
    color: #222;
}

#related_wrap ul li {
    float: left;
    margin: 0 0px 0 25px;
}

#related_wrap ul li button {
    margin: 0 0 10px 0;
}

#related_span:hover {
    text-decoration: underline;
}
#related_wrap .list{
    margin-top: 2.5px;
}
#related_wrap .related_span {
    width: 102px;
    height: 20px;
    margin: 20px 0 10px 0;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.14px;
    text-align: left;
    color: #aaa;
}
