@charset "utf-8";
/* 옵션설정 */
.option-product table {border-bottom:1px solid #ddd;}
.option-product th {padding:1em 0; padding-right:5px; font-size:1em; line-height:1.5; letter-spacing:0; color:#242424; text-align:left;}
.option-product .td-first {}
.option-product .td-last {text-align:right;}
.option-product .delet {display:inline-block; margin-left:0.3em; vertical-align:middle; border:0; background:0;}
.option-product .delet img {display:block;}

/* 상품정렬 */
.goods-sort {display:flex; justify-content:space-between; align-items:center; margin-bottom:20px;}
.goods-sort .total {white-space:nowrap; color:#454545; font-size:1.13em; font-weight:400; line-height:1.5em; letter-spacing:-.03em;}
.goods-sort .total strong {font-weight:600; color:#242424;}
.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:#a5a5a5; font-weight:500; line-height:1.5em; letter-spacing:-.03em;}
.goods-sort .sort ul li.active a {color:#242424 !important;}

/* 상품 리스트 */
.goods-list {padding-top:27px; border-top:1px solid #242424;}
.goods-list ul {display:flex; flex-wrap:wrap; margin:0 calc(0px - var(--size15));}
.goods-list ul li {width:33.333%; padding:0 var(--size15); margin-bottom:var(--size60);}
.goods-list ul li.none {width:100%; padding:70px 0; margin:0; text-align:center; color:#767676;}
.goods-list ul li a {display:block; position:relative;}
.goods-list ul li .thumb {position:relative; padding-bottom:100%; margin-bottom:15px; overflow:hidden;}
.goods-list ul li .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-list ul li .thumb:after {content:""; position:absolute; top:0; left:0; right:0; bottom:0; border:1px solid #ddd;}
.goods-list ul li .soldout {position:absolute; top:0; left:0; width:100%; height:100%; display:flex; justify-content:center; align-items:center; color:#fff; font-size:24px; font-weight:500; line-height:1.3em; background:rgba(0,0,0,.5);}

.goods-list ul li .tit-wrap {display:flex; align-items:center; justify-content:space-between; font-size:clamp(14px, calc(18/ var(--inner) * 100vw ), 18px); font-weight:600; line-height:1.4em; color:#242424;}
.goods-list ul li .tit {letter-spacing:-0.03em; margin-right:1em;}
.goods-list ul li .txt {padding-top:1em; margin-top:1em; border-top:1px solid #ddd; font-size:0.88em; letter-spacing:-0.03em;}

/* 상품상세 상단 */
.sticky-area {display:flex; width:100%; max-width:1780px; margin:0 auto; position:relative;}
.sticky-area .in {width:56%; padding:0 100px; margin-right:100px;}

.goods-summary {margin-bottom:clamp(40px, calc(200/ var(--inner) * 100vw ),200px);}

.goods-photo .image-wrap {display:flex; align-items:center; width:732px; margin-right:0;}
.goods-photo .image-wrap .img {position:relative; padding-bottom:100%; background:#fbfbfb; border-radius:var(--size20); overflow:hidden;}
.goods-photo .image-wrap .img 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;}

.product-thumb-slider {position:relative; width:112px; margin-right:var(--size20);}

.product-thumb-slider .img {border-radius:var(--size10);}
.product-thumb-slider .slick-list {margin:-4px 0;}
.product-thumb-slider .slick-slide {position:relative; cursor:pointer; margin:4px 0;}
.product-thumb-slider .slick-slide:before {content:''; position:absolute; z-index:1; left:0; top:0; right:0; bottom:0; border-radius:var(--size10); border:1px solid #dfdfdf;}
.product-thumb-slider .slick-current:before {border-color:#0056b8; border-width:2px;}
.product-slider {flex:1 1 auto; min-width:0; width:1%;}

.sticky-box {flex:1 1 auto; min-width:0; width:1%; position:relative;}
.goods-info {max-width:460px; position:sticky; top:calc(var(--header-height) + clamp(60px, calc( 120 / var(--inner) * 100vw ), 120px) + 20px); overflow:hidden; transition:0.2s all ease;}
.scrolling .goods-info {top:var(--header-height);}
.goods-info .title {margin-bottom:24px;}
.goods-info .title h2 {color:#333; font-size:32px; font-weight:700; line-height:1.4em; letter-spacing:-.03em;}
.goods-info .title p {color:#888; font-size:15px; font-weight:400; line-height:1.4em; letter-spacing:-.03em; margin-top:20px;}

.goods-info .price-area {margin-bottom:20px;}
.goods-info .price-area .price {color:#242424; font-size:24px; font-weight:600; line-height:1.4em; letter-spacing:-.03em;}
.goods-info .table {border-top:1px solid #ddd; border-bottom:1px solid #ddd;}
.goods-info .table table {table-layout:fixed; width:100%; border-collapse:collapse; border-spacing:0px;}
.goods-info .table table tbody th {padding:16px 0; width:120px; font-weight:400; color:#ababab; font-size:15px; line-height:1.5em; text-align:left;}
.goods-info .table table tbody td {padding:16px 0; color:#242424; font-size:15px; font-weight:400; line-height:1.5em;}
.goods-info .table table tbody td img {vertical-align:middle;}
.goods-info .total {text-align:right; margin:var(--size30) 0 32px; color:#454545; font-size:15px; font-weight:400; line-height:1.5em;}
.goods-info .total .price {color:#242424; font-size:18px; font-weight:300; line-height:1.3em; margin-left:8px;}
.goods-info .total .price strong {font-size:32px; line-height:1.2em;}
.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 .col {flex:1 0 auto; padding:0 6px;}
.goods-info .btns .col.cart {flex:0 0 auto;}
.goods-info .btns .col-x2 {width:50%;}
.goods-info .btns .col-x4 {width:100%;}

.goods-info .btns .btn {display:block; text-align:center; font-weight:600; line-height:53px; border-radius:6px;}
.goods-info .btns .btn-list {border:1px solid #f7f7f7; color:#242424; background:#f7f7f7;}
.goods-info .btns .btn-wish {border:1px solid #aaa; color:#505050; background:#fff;}
.goods-info .btns .btn-buy {border:1px solid #242424; color:#fff; background:#242424;}
.goods-info .btns .btn-cart {width:55px; height:55px; border:1px solid #ddd; background:#fff url('/images/shop/icon-cart.png') no-repeat 56% 50%; text-indent:-999em; overflow:hidden;}

.goods-info .btns .btn-soldout {border:1px solid #aaa; background:#aaa; color:#fff; font-weight:400;}
.goods-info .btns.mobile-btn {display:none;}

.opt-toggle {display:none;}

.inquiry-btn {margin-top:var(--size60); text-align:center;}

/* 수량 */
.quantity {display:inline-block; position:relative; vertical-align:middle; width:90px; padding:0 29px;}
.quantity .input {display:block; width:100%; height:28px; text-align:center; color:#000; font-size:12px; padding:6px; border:1px solid #e5e5e5;}
.quantity .qty-bt {position:absolute; top:0; width:30px; height:28px; 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:#fff; margin-bottom:-1px; padding:17px;}
.add-options .opt-name {display:flex; justify-content:space-between; margin-bottom:9px;}
.add-options .opt-name .name {font-size:15px; font-weight:400; line-height:1.4em; color:#454545; margin-top:-3px;}
.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:15px; font-weight:400; line-height:1.4em; color:#454545;}

/* 장바구니 */
.cart-info-wrap {display:flex; align-items:center; justify-content:space-between; padding:25px 40px; border-radius:5px; background:#f5f5f5; margin-bottom:80px;}
.cart-info-wrap .list02 {margin-top:0;}
.cart-all-select {color:#333; font-size:16px; font-weight:500; line-height:1.3em; padding:0 7px; margin-bottom:15px;}

.cart-info-use {margin-top:var(--size60);}
.cart-info-use h3 {margin-bottom:0.7em; font-size:clamp(16px, calc(20/ var(--inner) * 100vw ),20px); font-weight:700; line-height:1.2; letter-spacing:-0.04em; color:#2c2c2c;}
.cart-info-use ul {background:#fbfbfb; padding:var(--size40); border-radius:var(--size20);}
.cart-info-use ul li {position:relative; padding-left:0.67em; margin-bottom:0.67em; font-size:0.94em; line-height:1.4; letter-spacing:-0.04em; color:#505050;}
.cart-info-use ul li:before {content:''; position:absolute; left:0; top:0.5em; width:0.33em; height:1px; background:#505050;}
.cart-info-use ul li:last-child {margin-bottom:0;}
.cart-info-use .regist {background:#fbfbfb; padding:var(--size40); border-radius:var(--size20); text-align:center;}
.cart-info-use .regist input {border-radius:3px;}
.cart-info-use .regist p {margin-top:1.13em; font-size:0.94em; font-weight:400; letter-spacing:-0.04em; color:#505050;}

.cart-cont-wrap {display:flex; margin-top:25px;}
.cart-cont-wrap .group.left {flex: 1 1 auto; min-width: 0; width: 1%;}
.cart-cont-wrap .group.right {width:300px; margin-left:40px;}
.cart-cont-wrap .group.right .check {font-size:15px; letter-spacing:-0.03em;}
.cart-cont-wrap .total-price {border:1px solid #ddd; border-radius:var(--size20); padding:23px; position:sticky; top:calc(var(--header-height) + clamp(60px, calc( 120 / var(--inner) * 100vw ), 120px) + 20px);}
.cart-cont-wrap .total-price h3 {font-size:22px; font-weight:700; line-height:1.2em; letter-spacing:-0.03em; color:#242424; margin-bottom:40px;}
.cart-cont-wrap .total-price .price-info {padding-bottom:25px; border-bottom:1px solid #ddd; margin-bottom:18px;}
.cart-cont-wrap .total-price .price-info dl {display:flex; justify-content:space-between; margin-bottom:14px; font-weight:500; line-height:1.2em; letter-spacing:-0.03em; color:#454545;}
.cart-cont-wrap .total-price .price-info dl:last-child {margin-bottom:0;}
.cart-cont-wrap .total-price .price {text-align:right; margin-bottom:45px;}
.cart-cont-wrap .total-price .price dt {font-size:18px; font-weight:500; line-height:1.2em; letter-spacing:-0.03em; color:#454545; margin-bottom:12px;}
.cart-cont-wrap .total-price .price dd {font-size:24px; font-weight:400; line-height:1.2em; letter-spacing:-0.03em; color:#242424;}
.cart-cont-wrap .total-price a {width:100%;}

.shop-table {border-top:1px solid #242424; margin-bottom:var(--size40);}
.shop-table .order-check {position:absolute; left:0; top:var(--size40);}
.shop-table ul li {display:flex; align-items:center; padding:var(--size40) 20px var(--size40) var(--size40); border-bottom:1px solid #dfdfdf; position:relative;}
.shop-table ul li.none {display:block; width:100%; text-align:center; padding:clamp(20px, calc(100/ var(--inner) * 100vw ),100px) 20px;}
.shop-table ul li.none .img {margin-bottom:clamp(10px, calc(17/ var(--inner) * 100vw ),17px);}
.shop-table ul li.none .tt {font-size:clamp(14px, calc(20/ var(--inner) * 100vw ),20px); font-weight:400; line-height:1.2em; letter-spacing:-0.03em; color:#686868;}

.shop-table .checkbox input:checked + label:before {width:20px; height:20px; background:#0056b8 url("../images/bbs/checkbox.png") 50% 50% no-repeat; border-color:#0056b8;}
.shop-table .order-image {width:150px; margin-right:20px; border:1px solid #ddd; border-radius:5px; overflow:hidden;}
.shop-table .order-title {flex:1 1 auto; min-width:0; width:1%;}
.shop-table .order-title .tit {color:#242424; font-size:clamp(15px, calc(24/ var(--inner) * 100vw ),24px); font-weight:700; line-height:1.5em; margin-bottom:5px;}
.shop-table .order-title .txt {color:#454545; font-weight:400; line-height:1.5em; margin-bottom:20px;}
.shop-table .order-title .opt {color:#454545; font-weight:400; 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 {max-width:200px; width:30%; font-weight:500; margin:0 20px; font-size:20px; font-weight:600; color:#242424; text-align:center;}
.shop-table.complete .order-price {width:auto;}
.shop-table .order-delete {width:18px; text-align:right; margin-left:50px;}
.shop-table .order-option a {display:block; margin:3px 0; padding:10px 20px; line-height:1em;}
.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-wish {position:relative; vertical-align:middle; margin-top:-.2em; display:inline-block; overflow:hidden; text-indent:-999em; width:18px; height:18px; overflow:hidden; background:url("../images/main/wish_w.png") no-repeat 50% 50%; background-size:contain;}
.shop-table .ico-wish:before {}

.shop-table .ico-delete {position:relative; vertical-align:middle; margin-top:-.2em; display:inline-block; overflow:hidden; text-indent:-999em; width:18px; height:18px; border:0; background:0; 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;}

.viewing2 h3 {font-size:20px; font-weight:600; line-height:1.2em; letter-spacing:-0.03em; color:#fff; background:#0056b8; padding:28px 50px;}
.viewing2 .fancybox-close {width:19px; height:19px; background:url("../images/close.png") no-repeat 50% 50%; background-size:contain; right:50px; top:33px; border-radius:0;}

.option-pop .quantity {margin-left:0; width:100%; border:1px solid #ddd; padding:0 50px;}
.option-pop .quantity .input {border:0; height:50px;}

.option-pop .quantity .qty-bt {border:0; background-color:#fff; width:50px; height:50px;}
.option-pop {width:90vw !important; max-width:600px; border-radius:18px; overflow:hidden;}
.option-pop .cnt {background:#fff; padding:50px;}
.option-pop .cnt dl {margin-bottom:50px;}
.option-pop .cnt dt {font-size:18px; font-weight:700; line-height:1.2em; letter-spacing:-0.03em; color:#242424; margin-bottom:10px;}

.viewing2 {width:90vw !important; max-width:600px; border-radius:18px; overflow:hidden !important;}
.viewing2 .fancybox-inner {width:90vw !important; max-width:600px;}

.pre-payment .cnt {background:#fff; padding:50px;}
.pre-payment p {font-size:16px; font-weight:400; line-height:1.2em; letter-spacing:-0.03em; color:#242424; margin-bottom:27px;}
.pre-payment .tit {font-size:18px; font-weight:700; line-height:1.2em; letter-spacing:-0.03em; color:#242424; margin-bottom:10px;}
.pre-payment .txt {font-size:18px; font-weight:700; line-height:1.2em; letter-spacing:-0.03em; color:#242424; padding-left:40px; margin-left:40px; position:relative;}
.pre-payment .txt:before {content:""; position:absolute; width:1px; height:40px; left:0; top:50%; margin-top:-20px; background-color:#ddd;}
.pre-payment .box {border:1px solid #ddd; border-radius:6px; display:flex; align-items:center; padding:20px 10px 20px 55px; margin-bottom:13px;}
.pre-payment .more {margin-bottom:25px;}
.pre-payment .more a {padding-right:20px;font-size:16px; font-weight:400; line-height:1.2em; letter-spacing:-0.03em; color:#454545; position:relative;}
.pre-payment .more a:before {content:""; position:absolute; width:8px; height:8px; border-right:1px solid #454545; border-bottom:1px solid #454545; right:0; top:50%; margin-top:-4px; transform:rotate(-45deg);}
.pre-payment .btns {display:flex; margin:-5px;}
.pre-payment .btns a {width:100%; margin:5px; height:60px; line-height:58px;}


/* 주문정보 설명 */
.order-info {margin:var(--size40) 0; color:#454545; line-height:24px;}
.order-info em {color:#0056b8; font-style:normal;}

.order-complete {margin-bottom:20px; padding:25px 30px; background:#fafafa; border-radius:0.5em; font-size:16px; line-height:1.3em; color:#242424; letter-spacing:-.02em;}
.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 { padding:20px; margin-top:50px; font-size:16px; line-height:1.3em; border:1px solid #a70015; border-bottom:0; color:#a70015;}
.order-date:after {content:""; display:block; clear:both;}
.order-date strong {margin-left:10px;}
.order-date a {float:right; color:#a70015; 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-top:60px; padding-bottom:16px; border-bottom:2px solid #242424;}
.order-info-title h3 {float:left; color:#242424; font-size:20px; font-weight:600; line-height:1.3em;}
.order-info-title .chk {float:right; margin:6px 0 0 20px; color:#454545; line-height:1em;}
.order-info-title:after {content:" "; display:block; clear:both;}

.order-info-table {width:100%; border-collapse:collapse; border-spacing:0px;}
.order-info-table tbody th {padding:15px; padding-left:40px; height:80px; font-weight:700; color:#242424; text-align:left; font-size:18px; border-bottom:1px solid #ddd;}
.order-info-table tbody td {padding:15px; font-size:17px; font-weight:400; color:#454545; border-bottom:1px solid #ddd;}
.order-info-table input {border-radius:5px; height:50px;}
.order-info-table select {border-radius:5px; height:50px;}
.order-info-table .item {display:inline-block; margin-right:var(--size20);}
.order-info-table .sub-txt {display:block; margin-top:10px; font-weight:500; color:#242424;}
.order-info-table .btn-pack {height:50px; line-height:48px;}
.order-info-table + .buttons {margin:var(--size60) 0 0;}
.cart-cont-wrap .checkbox label:before {width:20px; height:20px; border:2px solid #242424; border-radius:3px; background:#fff;}

.order-pay-info dl {display:flex; align-items:center; border:1px solid #ddd; border-radius:6px; padding:35px 40px; margin-top:15px; margin-bottom:10px;}
.order-pay-info dt {font-weight:700; color:#242424; font-size:18px; width:230px;}
.order-pay-info dd {width:100%;}
.order-pay-info dd select {border-radius:5px; height:50px;}
.order-pay-info .btns {display:flex; justify-content:space-between;}
.order-pay-info .btns a {display:flex; align-items:center; justify-content:center; height:70px; /* width:calc(33.333% - 6px); */ width:100%; border:1px solid #ddd; border-radius:5px; font-size:18px; font-weight:500; line-height:1.2em; letter-spacing:-0.03em; color:#242424;}

/* 상품리뷰 */
.grade-star {position:relative;display:inline-block;zoom:1;*display:inline;width:75px;height:15px;background-image:url('../images/shop/star.png');vertical-align:middle;}
.grade-star span {position:absolute;top:-999px;left:-999px;font-size:0;line-height:0;text-indent:-999px;}
.grade-star.star20 {background-position:0 0;}
.grade-star.star40 {background-position:0 -15px;}
.grade-star.star60 {background-position:0 -30px;}
.grade-star.star80 {background-position:0 -45px;}
.grade-star.star100 {background-position:0 -60px;}

.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:400; 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;}