@charset "utf-8";

/* 카테고리 */
.goods-cate-wrap {margin-bottom:35px;}
.goods-cate-wrap .lnb {margin-bottom:0;}

.goods-cate-wrap .depth {padding:12px 0; text-align:center; border-bottom:1px solid #ddd;}
.goods-cate-wrap .depth ul {display:flex; flex-wrap:wrap; justify-content:center;}
.goods-cate-wrap .depth ul li {position:relative; padding:7px 34px;}
.goods-cate-wrap .depth ul li:after {content:""; position:absolute; top:50%; right:0; width:1px; height:15px; background:#e2e2e2; margin-top:-6px;}
.goods-cate-wrap .depth ul li:last-child::after {display:none;}
.goods-cate-wrap .depth ul li a {display:block; color:#242424; font-size:16px; font-weight:300; line-height:1.3em;}
.goods-cate-wrap .depth ul li a:hover {color:#005d32}
.goods-cate-wrap .depth ul li.active a {color:#005d32 !important;}

/* 상품정렬 */
.goods-sort {display:flex; justify-content:space-between; align-items:center; margin-bottom:15px;}
.goods-sort .total {white-space:nowrap; color:#454545; font-size:15px; font-weight:500; line-height:1.5em; letter-spacing:-.03em;}
.goods-sort .sort {flex:1 1 auto; min-width:0; width:100%; text-align:right;}
.goods-sort .sort .sort-name {display:none;}
.goods-sort .sort ul {display:inline-flex;}
.goods-sort .sort ul li {position:relative; padding:0 13px;}
.goods-sort .sort ul li:after {content:""; position:absolute; top:50%; right:0; width:1px; height:13px; background:#e8e8e8; margin-top:-6px;}
.goods-sort .sort ul li:last-child {padding-right:0;}
.goods-sort .sort ul li:last-child::after {display:none;}
.goods-sort .sort ul li a {display:block; color:#686868; font-size:15px; font-weight:300; line-height:1.5em; letter-spacing:-.03em;}
.goods-sort .sort ul li.active a {color:#454545 !important; font-weight:500;}

/* 상품 리스트 */
.goods-list {margin-top:50px;}
.goods-list ul {display:flex; flex-wrap:wrap; margin:0 -10px;}
.goods-list ul li {width:25%; text-align:left; padding:0 10px; margin-bottom:90px; position:relative;}
.goods-list ul li a {display:flex; height:100%; flex-direction:column; justify-content:space-between; position:relative;}
.goods-list ul li a:hover .thumb img {transform:scale(1.02) translateY(-50%);}
.goods-list ul li .tags {position:absolute; left:0; top:0; z-index:1;}
.goods-list ul li .tags span {display:inline-block; min-width:52px; height:23px; line-height:23px; background:#121212; font-size:13px; font-weight:700; letter-spacing:-0.04em; color:#fff; text-align:center; padding:0 10px; margin-right:4px;}
.goods-list ul li .tags span:last-child {margin-right:0;}
.goods-list ul li .thumb {position:relative; padding-bottom:135.22%; margin-bottom:27px; overflow:hidden;}
.goods-list ul li .thumb img {position:absolute; top:50%; left:0; transition:.4s ease-in-out; transform:translateY(-50%); width:100%; height:auto !important; max-width:100%; min-height:100%; object-fit:cover;}
.goods-list ul li .tit {font-size:18px; font-weight:500; line-height:1.4em; color:#2c2c2c; margin-bottom:16px;}
.goods-list ul li .txt {font-size:13px; font-weight:400; line-height:1.4em; color:#878787;}

.goods-list ul li .price-wrap {margin-top:30px;}
.goods-list ul li .line-txt {font-size:15px; font-weight:400; line-height:1.4em; color:#a8a8a8; text-decoration:line-through;}
.goods-list ul li .price {font-size:26px; font-weight:600; line-height:1.4em; color:#2c2c2c; margin-top:6px;}
.goods-list ul li .price .disc {display:inline-block; color:#e52a2a; margin-right:15px;}
.goods-list ul li .cart {position:absolute; right:10px; bottom:5px;}
.goods-list ul li .cart a {display:block;}

.goods-list ul li.soldout:before {content:""; position:absolute; width:100%; height:100%; left:0; top:0; background:rgba(255,255,255,0.5); z-index:10;}
.goods-list ul li.soldout .tags {left:auto; right:0;}

/* 상품상세 상단 */
.goods-summary {display:flex; margin-bottom:50px;}

.goods-photo {width:580px; margin-right:100px;}
.goods-photo img {width:100%;}
.goods-photo .thumb {position:relative; padding-bottom:100%; overflow:hidden;}
.goods-photo .thumb img {position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); -ms-transform:translate(-50%,-50%); -webkit-transform:translate(-50%,-50%); width:auto !important; height:auto !important; max-width:100%; max-height:100%; object-fit:contain;}
.goods-photo .thumbSlider .slick-current:after {content:""; position:absolute; top:0; left:0; right:0; bottom:0; border:1px solid rgba(0,0,0,.08);}
.goods-photo .thumbSlider {position:relative; padding:0 75px; margin-top:30px;}
.goods-photo .thumbSlider .slick-list {margin:0 -4px;}
.goods-photo .thumbSlider .slick-slide {margin:0 4px; position:relative; cursor:pointer;}
.goods-photo .thumbSlider .slick-current:before {content:""; position:absolute; width:100%; height:100%; left:0; top:0; border:1px solid #121212; z-index:1;}
.goods-photo .slick-arrow {position:absolute; z-index:1; top:50%; display:block; width:45px; height:45px; margin-top:-22.5px; border-radius:100%; border:1px solid #cdcdcd; background-color:#fff; background-repeat:no-repeat; background-position:50% 50%; text-indent:-999em; overflow:hidden;}
.goods-photo .slick-prev {background-image:url("../images/sub/sld_prev.png"); left:-75px;}
.goods-photo .slick-next {background-image:url("../images/sub/sld_next.png"); right:-75px;}


.goods-info {flex:1 1 auto; min-width:0; width:1%;}
.goods-info .tags {margin-bottom:45px;}
.goods-info .tags span {display:inline-block; min-width:52px; height:23px; line-height:23px; background:#121212; font-size:13px; font-weight:700; letter-spacing:-0.04em; color:#fff; text-align:center; padding:0 10px; margin-right:4px;}
.goods-info .tags span:last-child {margin-right:0;}

.goods-info .title {margin-bottom:38px;}
.goods-info .title h2 {color:#2c2c2c; font-size:32px; font-weight:700; line-height:1.3em; letter-spacing:-.04em;}
.goods-info .title p {color:#505050; font-size:15px; font-weight:400; line-height:1.4em; letter-spacing:-.04em; margin-top:20px;}

.goods-info .price-area {margin-bottom:38px;}
.goods-info .price-area .price {color:#2c2c2c; font-size:26px; font-weight:600; line-height:1.4em; letter-spacing:-.04em;}
.goods-info .price-area .price strong {font-size:28px; line-height:1em; font-weight:500;}
.goods-info .price-area .price .disc {display:inline-block; color:#e52a2a; margin-right:15px;}
.goods-info .price-area .price2 {color:#a8a8a8; font-size:15px; font-weight:400; line-height:1.4em; letter-spacing:-.04em; text-decoration:line-through; margin-bottom:4px;}

.goods-info .wrap {padding-bottom:38px; border-bottom:1px solid #e8e8e8;}
.goods-info .wrap dl {display:flex; margin-bottom:12px;}
.goods-info .wrap dl:last-child {margin-bottom:0;}
.goods-info .wrap dt {min-width:100px; color:#878787; font-weight:500;}
.goods-info .wrap dd {flex: 1 1 auto; min-width: 0; width: 1%; font-size:15px; font-weight:400; line-height:1.6em; letter-spacing:-0.04em; color:#505050;}

.goods-info .total {display:flex; align-items:center; justify-content:space-between; padding:25px 0; font-size:15px; font-weight:500; line-height:1.2em; letter-spacing:-0.04em; color:#878787;}
.goods-info .total .price {font-size:30px; font-weight:600; line-height:1.2em; color:#2c2c2c;}
.goods-info .inner .in {padding:30px 0; border-bottom:1px solid #e8e8e8;}
.goods-info .inner .tit {font-size:16px; font-weight:600; line-height:1.2em; letter-spacing:-0.04em; color:#2c2c2c; margin-bottom:8px;}
.goods-info .cart-opt .table {border-top:0;}
.goods-info .btns {margin-bottom:14px;}
.goods-info .btns:last-child {margin-bottom:0;}
.goods-info .btns .row {display:flex; margin:0 -6px;}
.goods-info .btns .row2 {display:flex;}
.goods-info .btns .row2 .col1 {width:auto; margin-right:8px;}
.goods-info .btns .row2 .col1 a {border:0;}
.goods-info .btns .row2 .col2 {flex: 1 1 auto; min-width: 0; width: 1%;}
.goods-info .btns .row2 .btn {widtH:100%;}
.goods-info .btns .col {width:25%; padding:0 6px;}
.goods-info .btns .col-x2 {width:50%;}
.goods-info .btns .col-x4 {width:100%;}
.goods-info .btns .btn {display:block; text-align:center; font-size:17px; font-weight:500; line-height:53px; border-radius:4px; border-radius:100vh;}
.goods-info .btns .row .btn img {display:inline-block; margin-right:10px;}
.goods-info .btns .btn-wish {border:1px solid #ddd; color:#686868; background:#fff;}
.goods-info .btns .btn-buy {border:1px solid #121212; color:#fff; background:#121212; border-radius:100vh;}
.goods-info .btns .btn-cart {border:1px solid #2c2c2c; color:#fff; background:#2c2c2c; font-weight:400;}
.goods-info .btns .btn-soldout {border:1px solid #aaa; background:#aaa; color:#fff; font-weight:400;}
.goods-info .btns .btn-kakao {background:#fee705; color:#2c2c2c; display:flex; justify-content:center; align-items:center;}
.goods-info .btns .btn-naver {background:#00c32c; color:#fff; display:flex; justify-content:center; align-items:center;}
.goods-info .btns.mobile-btn {display:none;}

.opt-toggle {display:none;}

/* 상세페이지 메뉴 */
.page-menu-wrap {border-bottom:1px solid #dfdfdf; background:#fff; position:relative; z-index:10;}
.page-menu-wrap.fixed {position:fixed; left:0; top:80px; width:100%;}
.page-menu-wrap .page-menu2 {width:100%; max-width:1200px; margin:0 auto;}
.page-menu2 ul {display:flex;}
.page-menu2 ul li {flex:1; position:relative;}
.page-menu2 ul li a {display:flex; align-items:center; justify-content:center; min-height:66px; padding:0 10px; font-size:17px; font-weight:600; line-height:1.2em; letter-spacing:-0.04em; color:#a8a8a8; position:relative;}
.page-menu2 ul li.active:before {content:""; position:absolute; width:100%; height:1px; background:#505050; left:0; bottom:-1px;}
.page-menu2 ul li a:hover,
.page-menu2 ul li.active a {font-weight:600; color:#2c2c2c;}


/* 상세 */
.view-wrap {display:flex;align-items:flex-start;}
.view-wrap .in {flex: 1 1 auto; min-width: 0; width: 1%;}
.view-wrap .view-payment {width:300px; position:sticky; top:146px; padding:20px 0 20px 20px; height:calc(100vh - 147px); display:flex; justify-content:space-between; flex-direction:column; border-left:1px solid #dfdfdf;}
.view-wrap .view-payment .opt-wrap {position:relative; display:block; padding:20px; border:0; background:#f4f4f4; margin-bottom:4px;}
.view-wrap .view-payment .opt-wrap:last-child {margin-bottom:0;}
.view-wrap .view-payment .opt-info {padding-right:20px;}
.view-wrap .view-payment .opt-info .tt {font-size:14px; font-weight:400; line-height:1.4em; letter-spacing:-0.04em; color:#505050;}
.view-wrap .view-payment .opt-count {display:flex; justify-content:space-between; align-items:center; margin-top:10px; font-size:17px; font-weight:500; color:#2c2c2c; letter-spacing:-0.04em;}
.view-wrap .view-payment .price-area {display:flex; align-items:center; justify-content:space-between; font-size:14px; font-weight:700; line-height:1.2em; letter-spacing:-0.03em; color:#878787; margin-bottom:26px;}
.view-wrap .view-payment .price-area .price {font-weight:700; color:#2c2c2c; font-size:22px;}

.view-wrap .view-payment .view-payment-bottom {padding-top:30px; border-top:1px solid #dfdfdf;}
.view-wrap .view-payment .btns .row2 {display:flex; margin-bottom:10px;}
.view-wrap .view-payment .btns .row2 .col1 {width:auto; margin-right:8px;}
.view-wrap .view-payment .btns .row2 .col1 a {border:0;}
.view-wrap .view-payment .btns .row2 .col2 {flex: 1 1 auto; min-width: 0; width: 1%;}
.view-wrap .view-payment .btns .row2 .btn {widtH:100%;}
.view-wrap .view-payment .btns .col {margin-bottom:10px;}
.view-wrap .view-payment .btns .col:last-child {margin-bottom:0;}
.view-wrap .view-payment .btns .btn-pack {display:block; height:50px; line-height:48px;}
.view-wrap .view-payment .btn {display:block; text-align:center; font-size:17px; font-weight:500; line-height:53px; border-radius:4px; border-radius:100vh;}
.view-wrap .view-payment .row .btn img {display:inline-block; margin-right:10px;}
.view-wrap .view-payment .btn-buy {border:1px solid #121212; color:#fff; background:#121212; border-radius:100vh;}
.view-wrap .view-payment .btn-kakao {background:#fee705; color:#2c2c2c; display:flex; justify-content:center; align-items:center;}
.view-wrap .view-payment .btn-naver {background:#00c32c; color:#fff; display:flex; justify-content:center; align-items:center;}

.view-wrap .view-payment .del {display:inline-block; position:absolute; width:16px; height:16px; overflow:hidden; right:20px; top:20px;}
.view-wrap .view-payment .del:before,
.view-wrap .view-payment .del:after {content:" "; position:absolute; top:7px; left:0; width:100%; height:2px; background:#878787;}
.view-wrap .view-payment .del:before {transform:rotate(45deg);}
.view-wrap .view-payment .del:after {transform:rotate(-45deg);}

.onepage {border-top:1px solid #505050; margin-bottom:100px;}
.onepage .section {padding-top:100px; padding-right:20px;}

.shop-group-info {border-top:1px solid #505050;}
.shop-group-info:last-child {border-bottom:1px solid #505050;}
.shop-group-info .tit {padding:25px 30px; font-size:20px; font-weight:400; line-height:1.2em; letter-spacing:0; color:#2c2c2c; font-family:var(--font-marcellus); cursor:pointer;}
.shop-group-info .cnt {display:none; padding:0 30px 40px 30px;}
.shop-group-info .ingredirnts-cate {width:366px;}
.shop-group-info .ingredirnts-cate ul li {margin-bottom:15px;}
.shop-group-info .ingredirnts-cate ul li:last-child {margin-bottom:0;}
.shop-group-info .ingredirnts-cate ul li.active button {color:#2c2c2c;}
.shop-group-info .ingredirnts-cate button {border:0; background:0; display:block; font-size:15px; font-weight:400; line-height:1.2em; letter-spacing:-0.04em; color:#878787;}

.shop-group-info .ingredirnts {display:flex;}
.shop-group-info .ingredirnts .inner {flex: 1 1 auto; min-width: 0; width: 1%; font-size:13px; font-weight:400; line-height:1.8em; letter-spacing:-0.04em; color:#878787;}
.shop-group-info .ingredirnts .inner strong {font-weight:400; color:#2c2c2c;}


/* 수량 */
.quantity {display:inline-block; position:relative; vertical-align:middle; width:125px; padding:0 34px;}
.quantity .input {display:block; width:100%; height:32px; padding:6px 10px; text-align:center; color:#000; font-size:12px; border:1px solid #e5e5e5;}
.quantity .qty-bt {position:absolute; top:0; width:34px; height:32px; overflow:hidden; text-indent:-999em; background-color:#fff; background-position:50% 50%; background-repeat:no-repeat; border:1px solid #e5e5e5;}
.quantity .qty-down {left:0; background-image:url("../images/shop/icon_minus.png");}
.quantity .qty-up {right:0; background-image:url("../images/shop/icon_plus.png");}

/* 옵션별 수량 선택 */
.add-opt-select {position:relative; z-index:10;}
.add-opt-select .select-hidden {display:none;}
.add-opt-select .select-input {position:relative; padding:0 40px 0 17px; height:45px; color:#454545; font-size:15px; line-height:43px; letter-spacing:-.03em; overflow:hidden; white-space:nowrap; cursor:pointer; background:#fff url("../images/shop/select.png") right 17px center no-repeat; border:1px solid #ddd; z-index:2;}
.add-opt-select .select-options {display:none; position:absolute; margin-top:-1px; left:0; width:100%; max-height:460px; font-size:14px; line-height:1.5em; letter-spacing:-.03em; background:#fff; border:1px solid #ddd; overflow:auto;}
.add-opt-select .select-options li {display:flex; justify-content:space-between; padding:13px 17px; cursor:pointer; transition:.2s; font-size:14px; line-height:1.5em; border-bottom:1px solid #eee;}
.add-opt-select .select-options li:last-child {border-bottom:0;}
.add-opt-select .select-options li:hover {background:#f7f7f7}
.add-opt-select.active .select-input {background-image:url("../images/shop/select_up.png");}

.add-options {margin-top:5px;}
.add-options > ul > li {border:1px solid #efefef; background:#fafafa; margin-bottom:4px; padding:18px;}
.add-options > ul > li:last-child {margin-bottom:0;}
.add-options .opt-name {display:flex; justify-content:space-between; margin-bottom:9px;}
.add-options .opt-name .name {font-size:14px; font-weight:400; line-height:1.4em; color:#505050;}
.add-options .opt-name .del {display:inline-block; position:relative; width:16px; height:16px; overflow:hidden;}
.add-options .opt-name .del:before,
.add-options .opt-name .del:after {content:" "; position:absolute; top:7px; left:0; width:100%; height:2px; background:#989898;}
.add-options .opt-name .del:before {transform:rotate(45deg);}
.add-options .opt-name .del:after {transform:rotate(-45deg);}
.add-options .opt-count {display:flex; justify-content:space-between; align-items:center;}
.add-options .opt-count .price {text-align:right; font-size:17px; font-weight:500; line-height:1.4em; color:#2c2c2c;}

.add-options .quantity {background:#fff; border-radius:100vh; overflow:hidden;}
.add-options .quantity .input {display:block; width:100%; height:34px; text-align:center; color:#000; font-size:12px; border:0;}
.add-options .quantity .qty-bt {position:absolute; top:0; width:34px; height:34px; border:0;}

.view-payment .quantity {background:#fff; border-radius:100vh; overflow:hidden;}
.view-payment .quantity .input {display:block; width:100%; height:34px; text-align:center; color:#000; font-size:12px; border:0;}
.view-payment .quantity .qty-bt {position:absolute; top:0; width:34px; height:34px; border:0;}



/* 관련상품 */
.relatied-goods {margin-bottom:50px;}
.relatied-goods h3 {margin-bottom:15px; color:#333; font-size:18px; font-weight:500; line-height:1.3em; letter-spacing:-.03em;}
.relatied-goods .slider {position:relative;}
.relatied-goods .slick-track {margin:0 !important;}
.relatied-goods .goods-list {overflow:hidden;}
.relatied-goods .goods-list ul {display:block; margin:0 -7px;}
.relatied-goods .goods-list ul li {padding:0 7px; margin:0;}
.relatied-goods .goods-list ul li .tit {font-size:16px; font-weight:400;}
.relatied-goods .goods-list ul li .price2 {font-size:16px;}
.relatied-goods .slick-arrow {position:absolute; top:50%; margin-top:-55px; width:34px; height:34px; background-color:transparent; background-position:50% 50%; background-repeat:no-repeat; border:0; overflow:hidden; text-indent:-9999em;}
.relatied-goods .slick-prev {left:-60px; background-image:url("../images/shop/slide_prev.png");}
.relatied-goods .slick-next {right:-60px; background-image:url("../images/shop/slide_next.png");}

/* 상품상세 하단 */
#viewQna,#viewDetail,#viewReview {margin-bottom:30px;}

.goods-view-tab {text-align:center; margin-bottom:35px;}
.goods-view-tab ul {display:flex;}
.goods-view-tab ul li {flex:1; border:1px solid #e1e1e1; border-right:0; border-bottom:1px solid #ddd; background:#f8f9f9;}
.goods-view-tab ul li:last-child {border-right:1px solid #ddd;}
.goods-view-tab ul li a {display:flex; align-items:center; justify-content:center; height:48px; color:#4e4e4e; font-size:16px; font-weight:500; line-height:1.3em;}
.goods-view-tab ul li.active {border-color:#e1e1e1; border-bottom:1px solid #fff; background:#fff;}
.goods-view-tab ul li.active + li {border-left-color:#e1e1e1;}

.goods-detail-tit {font-size:16px; font-weight:500; line-height:1.3em; color:#4e4e4e; margin-bottom:10px;}
.goods-detail-table {width:100%; border-collapse:collapse; border-spacing:0px; border-top:1px solid #ddd; font-size:15px; line-height:1.5em;}
.goods-detail-table th {padding:13px 19px; background:#f8f9f9; text-align:left; font-weight:400; color:#242424; border-bottom:1px solid #ddd;}
.goods-detail-table td {padding:13px 25px; background:#ffffff; color:#686868; font-weight:300; border-bottom:1px solid #ddd;}
.goods-detail-table ul li {padding-left:10px; position:relative;}
.goods-detail-table ul li:before {content:"·"; position:absolute; top:0; left:0; font-weight:700;}

.goods-sub-tit {margin-bottom:22px;}
.goods-sub-tit h4 {color:#242424; font-size:16px; font-weight:500; line-height:1.3em; margin-bottom:4px;}
.goods-sub-tit p {color:#6b6b6b; font-size:14px; font-weight:300; line-height:1.5em;}

.shop-guide {margin-top:50px;}
.shop-guide .group {margin-bottom:-1px;}
.shop-guide .tit {display:flex; align-items:center; border:1px solid #ddd; padding:15px 28px;}
.shop-guide .tit h4 {width:155px; color:#005d32; font-size:18px; line-height:1.3em; font-weight:500;}
.shop-guide .tit p {flex:1 1 auto; min-width:0; width:1%; color:#454545; font-weight:300; line-height:1.5em;}
.shop-guide .tit .bt {color:#005d32; font-weight:300; line-height:1.5em; display:flex; align-items:center;}
.shop-guide .tit .bt span {margin-right:10px;}
.shop-guide .tit .bt:after {content:""; display:inline-block; width:14px; height:14px; background:url('../images/shop/guide_arrow_open.png') 50% 50% no-repeat;}
.shop-guide .cnt {display:none;}
.shop-guide .qa dl {display:flex; padding:25px 30px; border-bottom:1px solid #ddd;}
.shop-guide .qa dl:last-child {border-bottom:0;}
.shop-guide .qa dt {color:#242424; font-weight:500; width:45%; max-width:350px;}
.shop-guide .qa dd {color:#686868; font-weight:300; flex:1 1 auto; min-width:0; width:1%;}
.shop-guide .qa ol li {padding-left:.8em; text-indent:-.8em;}
.shop-guide .group.active .bt:after {background-image:url('../images/shop/guide_arrow_close.png');}
.shop-guide .group.active .cnt {display:block;}

#viewInfo .wrap {background:#f4f4f4; padding:45px 50px;}
#viewInfo .wrap .col {display:flex; padding:40px 0; border-bottom:1px solid #a8a8a8;}
#viewInfo .wrap .col:first-child {padding-top:0;}
#viewInfo .wrap .col:last-child {padding-bottom:0; border-bottom:0;}
#viewInfo .wrap .col-tit {min-width:185px;}
#viewInfo .wrap .inner {flex: 1 1 auto; min-width: 0; width: 1%; font-size:14px; font-weight:400; line-height:1.8em; letter-spacing:-0.04em; color:#505050;}
#viewInfo .wrap .inner p {margin-bottom:20px;}
#viewInfo .wrap .inner p:last-child {margin-bottom:0;}
#viewInfo .wrap .inner ul li {position:relative; padding-left:13px; margin-bottom:10px;}
#viewInfo .wrap .inner ul li:last-child {margin-bottom:0;}
#viewInfo .wrap .inner ul li:before {content:""; position:absolute; width:5px; height:5px; background:#ccc; left:0; top:10px; border-radius:100%;}
#viewInfo .wrap .inner ul li .sml {color:#878787;}
#viewInfo .wrap .inner .tit {font-size:18px; font-weight:600; line-height:1.2em; letter-spacing:-0.04em; color:#2c2c2c; margin:26px 0 10px;}


/* 쇼핑 테이블 */
.cart-all-select {color:#333; font-size:16px; font-weight:500; line-height:1.3em; padding:0 7px; margin-bottom:15px;}

.shop-table {border-top:1px solid #242424; margin-bottom:10px;}
.shop-table ul li {display:flex; align-items:center; padding:25px 7px; border-bottom:1px solid #dfdfdf;}
.shop-table .order-check {width:50px;}
.shop-table .order-image {width:70px; margin-right:20px;}
.shop-table .order-title {flex:1 1 auto; min-width:0; width:1%;}
.shop-table .order-title .tit {color:#222; font-size:17px; font-weight:500; line-height:1.5em; margin-bottom:5px;}
.shop-table .order-title .opt {color:#888; font-size:14px; font-weight:300; line-height:1.5em;}
.shop-table .order-quantity {width:86px; text-align:center;}
.shop-table .order-quantity .input {width:100%; height:30px; padding:0; font-size:14px; line-height:1.5em; text-align:center; margin-bottom:4px;}
.shop-table .order-quantity .btn-pack {display:block; width:100%;}
.shop-table .order-qnt {width:100px; text-align:center;}
.shop-table .order-price {width:130px; font-weight:500; margin:0 20px; text-align:right;}
.shop-table .order-delete {width:18px; text-align:right; margin-left:20px;}
.shop-table .order-btn {width:95px; text-align:center; margin-left:20px;}
.shop-table .order-btn p {margin:4px 0;}
.shop-table .order-btn strong {font-weight:500;}
.shop-table .order-btn .btn-pack.small {display:block; margin:4px auto; width:100%; padding:0;}
.shop-table .ico-delete {position:relative; vertical-align:middle; margin-top:-.2em; display:inline-block; overflow:hidden; text-indent:-999em; width:18px; height:18px; overflow:hidden;}
.shop-table .ico-delete:before, .shop-table .ico-delete:after {content:""; position:absolute;top:0;left:8px; height:100%;width:2px;background-color:#999;}
.shop-table .ico-delete:before {transform:rotate(45deg);}
.shop-table .ico-delete:after {transform:rotate(-45deg);}
.shop-table .ico-delete:hover {opacity:.5;}

/* 주문정보 설명 */
.order-info {margin:20px 0; color:#666; font-size:14px; line-height:24px;}
.order-info em {color:#ed1c24; font-style:normal;}

.order-desc {margin-top:30px; background:#fafafa; border:1px solid #d8d8d8; padding:15px; color:#666; font-size:14px; line-height:24px;}

.order-complete {margin-bottom:20px; padding:25px 30px; font-size:16px; line-height:1.3em; color:#2c2c2c; letter-spacing:-.02em; background:#fafafa;}
.order-complete .item {display:inline-block; margin-right:40px;}
.order-complete .item strong {margin-left:5px;}
.order-complete .item:last-child {margin-right:0;}

.order-date {background:#fafafa; padding:20px; margin-top:50px; font-size:16px; line-height:1.3em; border:1px solid #333; border-bottom:0;}
.order-date:after {content:""; display:block; clear:both;}
.order-date strong {margin-left:10px;}
.order-date a {float:right; color:#888; letter-spacing:-.03em;}
.order-date a:after {content:"+"; color:#2c2c2c; font-weight:500; margin-left:10px;}
.order-date .bar {color:#ddd; margin:0 12px; vertical-align:top; font-weight:100;}

/* 주문정보 테이블 */
.order-info-title {margin-bottom:10px; margin-top:50px;}
.order-info-title:after {content:" "; display:block; clear:both;}
.order-info-title h3 {float:left; color:#333; font-size:20px; font-weight:700; line-height:1.3em;}
.order-info-title .chk {float:left; margin:6px 0 0 20px; font-family:dotum; font-size:14px; line-height:16px;}
.order-info-table {width:100%; border-collapse:collapse; border-spacing:0px; margin-bottom:50px;}
.order-info-table tbody th {padding:7px 15px; height:59px; background:#f8f8f8; border:1px solid #ddd; font-weight:400; color:#333; text-align:left;}
.order-info-table tbody td {padding:7px 15px; background:#fff; border:1px solid #ddd; color:#666;}
.order-info-table tbody td * {vertical-align:middle;}
.order-info-table tbody td .input-point {padding:0 5px; height:30px; border:1px solid #ccc; background:#fafafa; line-height:28px;}
.order-info-table tbody td .txt {color:#4d6ccd; font-size:11px; margin-top:4px;}
.order-info-table tbody td .point {color:#ff0000;}
.order-info-table tbody td .radiobox {margin-right:25px;}
.guest-private-agree {text-align:center; margin-bottom:50px;}
.guest-private-agree .scroll-box {position:relative; height:120px; border:1px solid #d8d8d8; text-align:left; font-size:14px; line-height:18px color:#666; padding:15px; margin-bottom:20px; overflow:auto;}

/* 전체금액 */
.total-price {display:flex; justify-content:space-between; background:#f6f6f6; color:#555; padding:37px 40px; font-size:17px; font-weight:400; line-height:1.4em; margin:40px 0;}
.total-price h3 {width:50%; color:#2c2c2c; font-size:25px; font-weight:500; line-height:1.3em; margin-top:-5px;}
.total-price ul {width:50%;}
.total-price ul li {display:flex; justify-content:space-between; align-items:center; padding:16px 0; border-bottom:1px solid #eee; overflow:hidden;}
.total-price ul li:first-child {padding-top:0;}
.total-price ul li:last-child {padding-bottom:0; border-bottom:0; color:#000; font-weight:700;}
.total-price ul li:last-child .price {font-size:1.2em; font-weight:700;}
.total-price ul li .item {}
.total-price ul li .price {text-align:right;}
.total-price + .buttons {margin-top:70px;}

/* 상품리뷰 */

.review-prod-info {*zoom:1; padding:0 0 0 80px;}
.review-prod-info:after {content:" "; display:block; clear:both;}
.review-prod-info .img {float:left; margin-left:-80px; line-height:0;}
.review-prod-info .tit {color:#333; font-size:12px; line-height:18px; padding:2px 0;}
.review-prod-info .price {font-size:12px; font-weight:700; color:#333; line-height:18px;}
.review-prod-info .price span {color:#966324; font-size:11px; font-weight:normal;}

/* 적립금 */
.point .head {margin-bottom:15px;}
.point .head dl {border:1px solid #ccc; background:#fff; text-align:center; font-weight:bold;}
.point .head dt {padding:8px 0; background:#f0f0f0; border-bottom:1px solid #ddd; color:#666;}
.point .head dd {padding:8px 0;}
.point table {width:100%; border-collapse:collapse; border-spacing:0px; font-size:15px; line-height:1.5em;}
.point table th {padding:12px 20px; font-weight:400; border-top:1px solid #333; border-bottom:1px solid #333;}
.point table td {padding:12px 20px; text-align:center; border-bottom:1px solid #dfdfdf; font-weight:300; color:#686868;}
.point .title {font-weight:bold; margin:0 0 5px 0;}
.point .list dl {border:1px solid #ccc; background:#fff; margin:0 0 10px 0;}
.point .list dt {padding:8px 10px; background:#f0f0f0; font-weight:bold; border-bottom:1px solid #ddd; color:#333;}
.point .list dd {padding:3px 10px; font-size:12px; overflow:hidden;}
.point .list dd:nth-child(2) {padding-top:10px;}
.point .list dd:last-child {padding-bottom:10px;}
.point .list dd .fl {color:#666;}
.point .list dd .fr {color:#999;}
.point .list dd strong {color:#d20000;}

/* 팝업 */
.shop-pop-wrap .head {background:#e51d1d; padding:8px 15px; border-bottom:1px solid #c31919;}
.shop-pop-wrap .head h1 {color:#fff; font-size:18px; font-weight:500; line-height:1.2em;}
.shop-pop-wrap .body {padding:15px;}
.shop-pop-wrap .pop-form {margin-bottom:15px;}
.shop-pop-wrap .pop-form .group {position:relative; padding:12px 0 12px 90px; font-size:12px; line-height:26px; border-bottom:1px solid #eee; overflow:hidden;}
.shop-pop-wrap .pop-form .group.first {border-top:0;}
.shop-pop-wrap .pop-form .group.content {padding-left:0;}
.shop-pop-wrap .pop-form .group img {vertical-align:middle;}
.shop-pop-wrap .pop-form .title {position:absolute; left:0; top:12px; width:85px; font-weight:700; color:#333;}
.shop-pop-wrap .pop-desc {background:#fafafa; border:1px solid #eee; padding:15px; font-size:11px; line-height:18px; margin-bottom:20px;}
.shop-pop-wrap .pop-photo {margin-bottom:15px;}
.shop-pop-wrap .pop-photo .tit {color:#333; font-size:20px; font-weight:700; line-height:1.3; margin-bottom:10px;}
.shop-pop-wrap .pop-photo .photo-wrap {*zoom:1;}
.shop-pop-wrap .pop-photo .photo-wrap:after {content:" "; display:block; clear:both;}
.shop-pop-wrap .pop-photo .photo-wrap .img {float:left; width:500px; line-height:0; border:1px solid #d8d8d8;}
.shop-pop-wrap .pop-photo .photo-wrap .thumb {float:right; width:82px;}
.shop-pop-wrap .pop-photo .photo-wrap .thumb li {line-height:0; border:1px solid #d8d8d8; margin-top:6px;}
.shop-pop-wrap .pop-photo .photo-wrap .thumb li:first-child {margin-top:0;}