@charset "utf-8"; /* 상품정렬 */
.goods-sort { margin-bottom:18px; display: flex; align-items: center; justify-content: space-between; } 
.goods-sort:after { content:none; display:block; clear:both; } 
.goods-sort .total { float:left; color:#878787; font-size:12px; line-height:30px; font-weight:500; } 
.goods-sort .total strong { display:inline-block; margin-right:14px; font-size:24px; font-weight:500; color:#009046; } 
.goods-sort .sort { float:right; } 
.goods-sort .sort ul { display:flex; } 
.goods-sort .sort ul li { position:relative; padding-left:32px; font-size:14px; line-height:30px; } 
.goods-sort .sort ul li:after { content:""; position:absolute; top:50%; left:16px; width:1px; height:18px; margin-top:-9px; background:#dfdfdf; } 
.goods-sort .sort ul li:first-child { padding-left:0; } 
.goods-sort .sort ul li:first-child:after { display:none; } 
.goods-sort .sort ul li a { display:block; color:#878787; letter-spacing:-0.06em; } 
.goods-sort .sort ul li.active a { padding-left:17px; background:url('../images/shop/sort_arrow.png') 0 50% no-repeat; color:#366631; } 
.goods-sort .m-sort { display:none; } 

/* 카테고리 별 설명 */
.goods-intro { display: flex; padding: 20px 0 40px; } 
.goods-intro .thumb { width: 38%; margin-right: 30px; } 
.goods-intro .thumb .img { display: block; position: relative; padding-bottom: 51.28%; overflow: hidden; } 
.goods-intro .thumb .img:after { content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; border: 1px solid rgba(0,0,0,.08); } 
.goods-intro .thumb .img img { position: absolute; top: 50%; left: 0; transition: .4s ease-in-out; transform: translateY(-50%); -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); width: 100%; height: auto !important; max-width: 100%; min-height: 100%; object-fit: cover; } 
.goods-intro .intro { flex: 1 1 auto; min-width: 0; width: 1%; } 
.goods-intro .txt { margin-bottom: 25px; color: #545454; font-size: 15px; line-height: 1.6em; max-height: 4.5em; overflow: hidden; text-overflow: ellipsis; word-break: break-all; white-space: normal; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; } 
.goods-intro .txt:last-child { margin-bottom: 0; } 

/* 상품 리스트 */
.goods-list { padding-top:40px; border-top:1px solid #eee; } 
.goods-list ul { display:flex; flex-direction:row; flex-wrap:wrap; margin:0 -15px; } 
.goods-list ul li { width:25%; padding:0 15px; margin-bottom:35px; } 
.goods-list ul li a { display:block; position:relative; text-align:center; } 
.goods-list ul li .thumb { position:relative; overflow:hidden; margin-bottom:8px; } 
.goods-list ul li .thumb .img { position:relative; width:100%; height:0; padding-bottom:100%; overflow:hidden; z-index:1; border: 1px solid #ddd; } 
.goods-list ul li .thumb .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; } 
.goods-list ul li .icon { position:absolute; top:10px; left:10px; width:50px; height:50px; border-radius:50%; z-index:2; } 
.goods-list ul li .icon .row { display:table; width:100%; height:100%; } 
.goods-list ul li .icon span { display:table-cell; width:100%; text-align:center; vertical-align:middle; font-family: 'Inter'; letter-spacing:0; font-size:12px; line-height:14px; font-weight:700; color:#fff; } 
.goods-list ul li .icon.icon-new { background:rgba(0,145,137,0.8); } 
.goods-list ul li .icon.icon-hot { background:rgba(246,135,3,0.8); } 
.goods-list ul li .icon.icon-soldout { background:rgba(51,51,51,0.8); } 
.goods-list ul li .icon.icon-soldout span { font-size:11px; line-height:12px; } 
.goods-list ul li .icon.icon-sale { background:rgba(120,39,139,0.8); } 
.goods-list ul li .tit { font-size:14px; line-height:1.4em; color:#2c2c2c; letter-spacing:-0.06em; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; } 
.goods-list ul li .desc { font-size: 15px; color: #888; margin: 8px 0; line-height: 1em; } 
.goods-list ul li .price { font-size:15px; line-height:1.4em; color:#2c2c2c; letter-spacing:-0.06em; width: fit-content; margin: 0 auto; } 
.goods-list ul li .price .cost-price { text-decoration:line-through; font-size:14px; color:#a8a8a8; } 
.goods-list ul li .delivery { font-size:12px; line-height:1.4em; color:#505050; letter-spacing:-0.06em; margin-top:3px; } 
.goods-list ul li:hover .tit { text-decoration:underline; color:#689354; } 
.goods-list ul li.ended .tit { color:#a8a8a8; text-decoration:none; } 
.goods-list ul li.ended .price { color:#a8a8a8; } 
.goods-list ul li.ended .delivery { color:#a8a8a8; } 

.goods-list ul li .price .price-num { display: inline-block; } 
.goods-list ul li .price .price-num .sale-percent { color: #56a7e6; padding-right: 10px; font-weight: 700; display: none; } 
.goods-list ul li .price .price-num .price-before { font-size: 14px; color: #888; text-decoration: line-through; padding-left: 10px; display: none; } 
.goods-list ul li .price .price-txt { text-align: left; color: #d73f3a; font-size: 15px; font-weight: 700; display:none; } 
.goods-list ul li .price .price-num .sale-percent.active,
.goods-list ul li .price .price-num .price-before.active { display: inline-block; } 
.goods-list ul li .price .price-txt.active { display: none; } 
.goods-list ul li:hover .tit { text-decoration:underline; color:#689354; } 
.goods-list ul li.ended .tit { color:#a8a8a8; text-decoration:none; } 
.goods-list ul li.ended .price { color:#a8a8a8; } 

.goods-list.goods-list2 ul { margin:0 -12.5px; } 
.goods-list.goods-list2 ul li { width:20%; padding:0 12.5px; } 

.goods-list.goods-list3 ul li { /*width:33%; */width:25%; padding:0 12.5px; } 

.goods-list.goods-protocol ul li { width: 25%; } 
/* 상품상세 상단 */
.goods-summary { margin-bottom:125px; } 
.goods-summary .inner { display:flex; } 
.goods-summary .left-cnt { margin-right: 60px; flex:1 1 400px; max-width:400px; } 
.goods-summary .photo { line-height:0; font-size:0; overflow:hidden; padding-bottom: 20px; } 
/* .goods-summary .photo .slider-for { margin-bottom:33px; } */
.goods-summary .photo .slider-for { margin-bottom:15px; } 
.goods-summary .photo .slider-for .item .img { position:relative; width:100%; height:0; padding-bottom:100%; background:#fff; overflow:hidden; border: 1px solid #ddd; border-radius: 10px; } 
.goods-summary .photo .slider-for .item .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; } 
.goods-summary .photo .slider-nav { width:100%; max-width:304px; margin:0 auto; } 
.goods-summary .photo .slider-nav .slick-list { margin:0 -4px; } 
.goods-summary .photo .slider-nav .slick-slide { padding:0 4px; } 
.goods-summary .photo .slider-nav .item { width:70px; } 
.goods-summary .photo .slider-nav .item .img { position:relative; width:100%; height:0; padding-bottom:100%; overflow:hidden; } 
.goods-summary .photo .slider-nav .item .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; } 
.goods-summary .photo .slider-nav .slick-current .item .img:after { content:" "; position:absolute; top:0; left:0; width:100%; height:100%; border:1px solid #689354; } 
.goods-summary .photo .slider-nav .slick-track { z-index:1; } 
.goods-summary .photo .slider-nav .slick-arrow { position:absolute; top:50%; margin-top:-10.5px; width:12px; height:21px; z-index:990; border-radius:50%; border:0; font-size:0; line-height:0; background-color:transparent; background-position:50% 50%; background-repeat:no-repeat; background-size:100% 100%; } 
.goods-summary .photo .slider-nav .slick-prev { left:0; margin-left:-40px; background-image:url("../images/shop/bt_prev.png"); } 
.goods-summary .photo .slider-nav .slick-next { right:0; margin-right:-40px; background-image:url("../images/shop/bt_next.png"); } 

.ico-area.type2 { margin-top: 15px; font-size:16px; } 
.ico-area.type2 .ico-wrap .ico { padding-left: 30px; } 
.ico-area.type2 .ico-wrap .ico:first-child { margin-right: 20px; } 
.ico-area.type2 .ico-wrap .ico::before { width: 21px; height: 20px; } 

.goods-summary .relative-product { position: relative; } 
.goods-summary .relative-tit { font-size: 20px; font-weight: 600; color: #121212; padding-top: 30px; margin-bottom: 17px; } 
.goods-summary .relative-product .item .img { position: relative; width: 100%; padding-bottom: 100%; display: block; overflow: hidden; border: 1px solid #ddd; margin-bottom: 10px; } 
.goods-summary .relative-product .item .img img { position: absolute; width: 100%; height: auto; top: 50%; left: 0; transform: translateY(-50%); max-width: 100%; min-height: 100%; object-fit: cover; } 
.goods-summary .relative-product .item .tit { font-size: 16px; color: #121212; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; word-break: break-all; } 
.goods-summary .relative-product .price { font-size: 14px; font-weight: 600; color: #121212; } 
.goods-summary .relative-product .slick-list { margin: 0 -12px; } 
.goods-summary .relative-product .item { padding: 0 12px; } 
.goods-summary .relative-product .slick-arrow { position:absolute; top:-34px; margin-top:-10.5px; width:25px; height:25px; z-index:990; border:0; font-size:0; line-height:0; background-color:transparent; background-position:50% 50%; background-repeat:no-repeat; background-size:100% 100%; } 
.goods-summary .relative-product .slick-prev { right: 95px; background-image:url("../images/shop/relative_slide_prev.png"); } 
.goods-summary .relative-product .slick-next { right:0; background-image:url("../images/shop/relative_slide_next.png"); } 
.goods-summary .relative-product .controls { position: absolute; top: 30px; right: 45px; font-size: 18px; color:#505050; } 
.goods-summary .relative-product .controls .current { font-weight: 600; } 

.goods-summary .info { flex:1 auto; width:1%; overflow:hidden; } 
.goods-summary .info .timer { display: flex; align-items: center; justify-content: space-between; background: #e46c74; padding: 6px 22px; border-radius: 5px; color: #fff; } 
.goods-summary .info .timer .name { display: flex; align-items: center; font-weight: 500; } 
.goods-summary .info .timer .ico img { vertical-align:middle; margin-top: -.3em; display: inline-block; margin-right: 12px; } 
.goods-summary .info .timer .count { display: flex; font-size: 18px; font-weight: 700; } 
.goods-summary .info .timer .count div:not(:last-child) { position: relative; margin-right: 7px; padding-right: 10px; } 
.goods-summary .info .timer .count div:not(:last-child):before { position: absolute; content: ':'; top: -2px; right: 0; color: #fff; font-size: 18px; font-weight: 300; } 
.goods-summary .info .title { position:relative; padding:20px 130px 20px 65px; border-bottom:1px solid #a8a8a8; vertical-align:top; } 
.goods-summary .info .title .icon { position:absolute; top:50%; left:0; margin-top:-25px; width:50px; height:50px; border-radius:50%; z-index:2; } 
.goods-summary .info .title .icon .row { display:table; width:100%; height:100%; } 
.goods-summary .info .title .icon span { display:table-cell; width:100%; text-align:center; vertical-align:middle; font-family: 'Inter'; letter-spacing:0; font-size:12px; line-height:14px; font-weight:700; color:#fff; } 
.goods-summary .info .title .icon.icon-new { background:rgba(0,145,137,0.8); } 
.goods-summary .info .title .icon.icon-hot { background:rgba(246,135,3,0.8); } 
.goods-summary .info .title .icon.icon-soldout { background:rgba(51,51,51,0.8); } 
.goods-summary .info .title .icon.icon-soldout span { font-size:11px; line-height:12px; } 
.goods-summary .info .title .icon.icon-sale { background:rgba(120,39,139,0.8); } 
.goods-summary .info .title h2 { display:inline-block; vertical-align:middle; max-width:100%; font-size:21px; line-height:1.4em; font-weight:500; color:#2c2c2c; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; } 
.goods-summary .info .title .info-btn-zone { position:absolute; top:50%; right:0; margin-top:-21px; height:42px; } 
.goods-summary .info .title .info-btn-zone ul { display:flex; } 
.goods-summary .info .title .info-btn-zone ul li { padding-left:10px; } 
.goods-summary .info .title .info-btn-zone ul li:first-child { padding-left:0; } 
.goods-summary .info .title .info-btn-zone ul li a { display:block; width:42px; height:42px; font-size:0; line-height:0; text-indent:-9999px; background-position:0 0; background-repeat:no-repeat; background-size:100% 100%; } 
.goods-summary .info .title .info-btn-zone ul li a.icon1 { background-image:url('../images/shop/icon_wishlist.png'); } 
.goods-summary .info .title .info-btn-zone ul li a.icon2 { background-image:url('../images/shop/icon_share.png'); } 
.goods-summary .info .title .info-btn-zone ul li.active a.icon1 { background-image:url('../images/shop/icon_wishlist_on.png'); } 
.goods-summary .info .title .info-btn-zone ul li.active a.icon2 { background-image:url('../images/shop/icon_share_on.png'); } 
.goods-summary .info .title .info-btn-zone ul li:hover a.icon1 { background-image:url('../images/shop/icon_wishlist_on.png'); } 
.goods-summary .info .title .info-btn-zone ul li:hover a.icon2 { background-image:url('../images/shop/icon_share_on.png'); } 

.goods-summary .info .lst { padding-bottom:20px; padding-top:20px; } 
.goods-summary .info .lst ul li { display:flex; width:100%; margin-bottom:10px; font-size:14px; line-height:28px; letter-spacing:-0.06em; color:#2c2c2c; } 
.goods-summary .info .lst ul li:last-child { margin-bottom:0; } 
.goods-summary .info .lst ul li .tit { flex:1 1 151px; max-width:151px; font-weight:500; color:#222; font-size:15px; } 
.goods-summary .info .lst ul li .tit.option-tt { line-height:35px; } 
.goods-summary .info .lst ul li .txt { flex:1 auto; width:1%; } 
.goods-summary .info .info-price { padding:20px 0; border-bottom:1px solid #dfdfdf; font-size:20px; line-height:30px; color:#2c2c2c; letter-spacing:-0.06em; } 
.goods-summary .info .info-price span { display:inline-block; margin-right:14px; text-decoration:line-through; font-size:14px; font-weight:200; color:#878787; } 
.goods-summary .info .info-delivery { padding:18px 0; border-bottom:1px solid #dfdfdf; font-size:14px; line-height:1.4em; color:#505050; letter-spacing:-0.06em; font-weight: 500; } 
.goods-summary .info .info-delivery .expect { display:inline-block; font-size:16px; margin-top:8px; } 

.goods-summary .info .info-spec { padding: 13px 0; border-bottom: 1px solid #ddd; } 
.goods-summary .info .info-spec ul li { display: flex; padding: 2px 0; } 
.goods-summary .info .info-spec ul li .tit { font-size: 14px; font-weight: 500; line-height: 1.571em; color: #2c2c2c; min-width: 130px; margin-right: 35px; display: inline-block; } 
.goods-summary .info .info-spec ul li p { font-size: 14px; font-weight: 400; color: #2c2c2c; line-height: 1.571em; } 

.goods-summary .info .info-spec .it-point-wrap { display: flex; align-items: center; padding: 2px 0; font-size: 14px; } 
.goods-summary .info .info-spec .it-point-wrap div { min-width: 130px; margin-right: 35px; display: inline-block; } 
.goods-summary .info .info-spec .it-point-wrap .tit { background: #e46c74; border-radius: 50vh; color: #fff; display: inline-block; padding: 4px 16px;  font-weight: 500; line-height: 1.2em; } 
.goods-summary .info .info-spec .it-point-wrap p { font-weight: 400; color: #e46c74; line-height: 1.571em; } 


.goods-summary .info .visit-option { border: 1px solid #009046; padding: 12px 22px; } 
.goods-summary .info .visit-option.active .accordion-cnt { display: block; } 
.goods-summary .info .accordion-tit, .goods-summary .info .accordion-cnt .item-tit { color: #121212; } 
.goods-summary .info .accordion-tit { display: flex; justify-content: space-between; font-size: 15px; font-weight: 500; } 
.goods-summary .info .accordion-tit .arrow { cursor: pointer; } 
.goods-summary .info .accordion-tit .arrow.active img { transform: rotate(180deg); } 
.goods-summary .info .accordion-tit img { vertical-align: middle; } 
.goods-summary .info .accordion-tit strong { font-weight: 700; font-size: 17px; } 
.goods-summary .info .accordion-cnt { padding-left: 10px; padding-top: 22px; display: none; } 
.goods-summary .info .accordion-cnt .item { margin-bottom: 20px; margin-top: 20px; } 
.goods-summary .info .accordion-cnt .item .item-tit { position: relative; padding-left: 30px; margin-bottom: 5px; } 
.goods-summary .info .accordion-cnt .item .item-tit:before { position: absolute; content: ''; width: 20px; height: 20px; left: 0; top: 50%; transform: translateY(-50%); background: url('../images/shop/ico_memo.png') no-repeat center center; background-size: contain; } 
.goods-summary .info .accordion-cnt .item .item-cnt { width: 100%; display: flex; justify-content: space-between; } 
.goods-summary .info .accordion-cnt .item .select-outer { width: 35%; overflow: hidden; position: relative; display: inline-block; } 
.goods-summary .info .accordion-cnt .item .visit { height: 40px; border: 1px solid #ddd; padding: 5px 10px; } 
.goods-summary .info .accordion-cnt .item .visit.date { width: 63.27%; } 
.goods-summary .info .accordion-cnt .item .visit.time { position: absolute; width: 100%; top: 0; left: 0; background: transparent; } 
.goods-summary .info .accordion-cnt .item .visit.memo { width: 100%; resize: none; } 
.goods-summary .info .accordion-cnt .btn { text-align: center; } 
.goods-summary .info .accordion-cnt .btn input { width: 130px; height: 50px; border: none; background-color: #009046; color: #fff; font-size: 18px; } 
.goods-summary .info .accordion-cnt .chk-input { display: none; } 
.goods-summary .info .accordion-cnt .chk-input + label { display: inline-block; position: relative; padding-left: 30px; padding: 5px 0 5px 30px; } 
.goods-summary .info .accordion-cnt .chk-input + label:before { position: absolute; content: ''; left: 0; top: 50%; transform: translateY(-50%); width: 20px; height: 20px; background: url('../images/shop/chk_off.png') no-repeat center center; background-size: contain; } 
.goods-summary .info .accordion-cnt .chk-input:checked + label:before { background: url('../images/shop/chk_on.png') no-repeat center center; background-size: contain; } 
.goods-summary .info .accordion-cnt label { font-weight: 700; letter-spacing: -.04em; } 
.goods-summary .info .accordion-cnt label span { font-weight: 400; } 

.order-total { padding:6px 0; display:flex; justify-content:space-between; line-height:45px; letter-spacing:-0.06em; } 
.order-total .tt { font-size:14px; color:#878787; } 
.order-total .price { color:#2c2c2c; font-size:16px; } 
.order-total .price strong { font-size:22px; } 

.info-add { background-color: #000; margin-bottom: 30px; } 
.info-add img { width: 100%; height: 100%; object-fit: contain; } 

.option-list { border:1px solid #dfdfdf; background:#fafafa; } 
.option-list .box { position:relative; padding:12px 50% 12px 22px; padding-right:250px; border-bottom:1px solid #dfdfdf; } 
.option-list .box:last-child { border-bottom:0; } 
.option-list .box .tt { padding:8px 0; font-size:14px; line-height:1.4em; letter-spacing:-0.06em; color:#505050; } 
.option-list .box .price-info { position:absolute; top:12px; right:45px; } 
.option-list .box .qty-wrap2 { float:right; } 
.option-list .box .price { float:right; line-height:34px; font-size:14px; color:#505050; padding-right:30px; font-weight:700; } 
.option-list .box .bt-close { position:absolute; top:50%; right:20px; margin-top:-6.5px; } 

.goods-summary .info .btn { width:100%; margin-bottom:20px; } 
.goods-summary .info .btn ul { margin:0 -5px; } 
.goods-summary .info .btn ul:after { content:" "; display:block; clear:both; } 
.goods-summary .info .btn ul li { float:left; width:50%; padding:0 5px; } 
.goods-summary .info .btn ul li .bt { display:block; text-decoration:none; width:100%; height:55px; text-align:center; border:1px solid transparent; font-size:17px; line-height:55px; } 
.goods-summary .info .btn ul li .bt01 { background:#009046; border-color:#009046; color:#fff; } 
.goods-summary .info .btn ul li .bt02 { background:#fff; border-color:#689354; color:#689354; } 

/* 상품상세 하단 */
#viewDetail,#viewQna,#viewReview { margin-bottom:70px; } 
.goods-view-tab { position:relative; text-align:center; margin-bottom:40px; z-index:1; } 
.goods-view-tab ul { display:table; table-layout:fixed; width:100%; } 
.goods-view-tab ul li { position:relative; display:table-cell; vertical-align:middle; height:52px; z-index:5; } 
.goods-view-tab ul li a { display:block; position:relative; border:1px solid #dfdfdf; border-right:0; background:#f4f4f4; text-align:center; font-size:16px; line-height:50px; color:#505050; } 
.goods-view-tab ul li:last-child a { border-right:1px solid #dfdfdf; } 
.goods-view-tab ul li.active a { background:#505050; border:1px solid #505050; color:#fff; } 
.goods-view-tab ul li.active + li a { border-left:0; } 

.goods-detail-tit { font-size:14px; color:#333; margin:0 0 5px 0; } 
.goods-detail-table { width:100%; border-collapse:collapse; border-spacing:0px; border-top:1px solid #ddd; margin:0 0 30px 0; } 
.goods-detail-table th { padding:12px 5px; background:#f8f9f9; text-align:center; font-size:16px; font-weight:400; color:#454545; border-bottom:1px solid #ddd; } 
.goods-detail-table td { padding:12px 22px; background:#ffffff; color:#686868; font-size:15px; line-height:26px; border-bottom:1px solid #ddd; } 
.goods-detail-table td ul li { position:relative; padding-left:8px; } 
.goods-detail-table td ul li:after { content:" "; position:absolute; top:11px; left:0; width:4px; height:4px; background:#686868; border-radius:50%; } 
.goods-detail-table .txt-point { color:#000; margin-bottom:10px; } 

.goods-sub-tit { *zoom:1; margin-bottom:6px; } 
.goods-sub-tit:after { content:" "; display:block; clear:both; } 
.goods-sub-tit .tit { float:left; } 
.goods-sub-tit .tit h4 { font-size:15px; font-weight:700; line-height:21px; color:#333; } 
.goods-sub-tit .btn { float:right; } 

.goods-board-list table { width:100%; border-collapse:collapse; border-spacing:0px; border-top:1px solid #656565; } 
.goods-board-list table thead th { height:34px; background:#f8f8f8; border-bottom:1px solid #e2e2e2; color:#333; font-size:12px; font-weight:normal; } 
.goods-board-list table tbody td { padding:15px 0; border-bottom:1px solid #e2e2e2; text-align:center; font-size:12px; line-height:18px; color:#767676; } 
.goods-board-list table tbody td.no { font-family:Tahoma; font-size:11px; color:#999; } 
.goods-board-list table tbody td.subject { text-align:left; padding-left:10px; } 
.goods-board-list table tbody td.name { font-weight:700; } 
.goods-board-list table tbody td.date,
.goods-board-list table tbody td.hit { font-family:Tahoma; font-size:11px; color:#999; } 
.goods-board-list table tbody td .opt { color:#4d6ccd; font-size:11px; } 
.goods-board-list table tbody td .tit { color:#111; font-weight:700; } 
.goods-board-list table tbody td img { vertical-align:middle; } 
.goods-board-list table tbody td.qna-expend { background:#f8f8f8; padding:0; color:#656565; } 
.goods-board-list .bbs-question { position:relative; width:84%; margin:0 auto; padding:18px 5% 20px 8%; text-align:left; } 
.goods-board-list .bbs-question .txt { color:#555; margin-bottom:10px; } 
.goods-board-list .bbs-answer { position:relative; width:84%; margin:0 auto; padding:18px 5% 20px 8%; text-align:left; border-top:1px dotted #c0c0c0; } 
.goods-board-list .bbs-answer .txt { color:#555; margin-bottom:10px; } 
.goods-board-list .ico { display:inline-block; overflow:hidden; vertical-align:middle; font-size:0; line-height:200px !important; } 
.goods-board-list .ico.ico-question { position:absolute; left:1.5%; width:21px; height:25px; background:url('../images/shop/icon_q.png') 0 0 no-repeat; } 
.goods-board-list .ico.ico-answer { position:absolute; left:1.5%; width:21px; height:25px; background:url('../images/shop/icon_a.png') 0 0 no-repeat; } 
.goods-board-list .qna-state { display:inline-block; zoom:1; *display:inline; width:47px; height:14px; margin:-3px 6px 0 0; border:1px solid #afb5c1; background:#fff; text-align:center; letter-spacing:-1px; font-family:Dotum; font-size:11px; line-height:1.5; color:#677791;; vertical-align:middle; } 

.view-detail-cnt { width: 100%; } 
.view-detail-cnt img { width:auto !important; height:auto !important; max-width:100%; } 
.view-detail-cnt ul { list-style-type:disc; margin-left:1.25em; } 
.view-detail-cnt ol { list-style-type:decimal; margin-left:1em; } 
.view-detail-cnt iframe { max-width: 1000px; width: 100%; object-fit: contain; } 

/*.view-detail-cnt { position: relative; height: 800px; overflow: hidden; margin-bottom: 0; } */
/*.view-detail-cnt.on { height:100%; margin-bottom:60px; } */
/* .view-detail-more { position: absolute; top: 10%; left: 50%; transform: translateX(-50%); width: 100%; } */
.view-detail-more { position: relative; margin-bottom: 40px; z-index: 1; } 
.view-detail-more .btn-more { position: relative; } 
.view-detail-more.on .btn-more { display: none; } 
.view-detail-more .btn-more::before { content: " "; position: absolute; left: 0; width: 100%; height: 1px; background: #009046; top: 50%; z-index: -1; } 
.view-detail-more button { position: relative; width: 300px; height: 50px; border-radius: 50vh; margin: 0 auto; text-align: center; display: flex; justify-content: center; align-items: center; color: #fff; background: #009046;; border: #009046;; font-size: 18px; font-weight: 500; } 


.essential-info { margin-bottom:50px; } 
.essential-info .title { border-top:1px solid #a8a8a8; background:#fafafa; padding:0 30px; } 
.essential-info .title h3 { font-size:18px; line-height:52px; color:#2c2c2c; } 
.essential-info .table table { width:100%; border-collapse:collapse; border-spacing:0px; } 
.essential-info .table table tbody th { height:40px; border:1px solid #dfdfdf; background:#fafafa; padding-left:33px; text-align:left; font-size:14px; line-height:1.4em; font-weight:normal; color:#505050; } 
.essential-info .table table tbody th:first-child { border-left:0; } 
.essential-info .table table tbody th:last-child { border-right:0; } 
.essential-info .table table tbody td { border:1px solid #dfdfdf; padding:12px 0 12px 20px; font-size:14px; line-height:1.4em; color:#878787; } 
.essential-info .table table tbody td:first-child { border-left:0; } 
.essential-info .table table tbody td:last-child { border-right:0; } 

.recommend-product .group { margin-bottom:50px; padding-bottom:26px; border-bottom:1px solid #dfdfdf; } 
.recommend-product .group:last-child { margin-bottom:0; } 
.recommend-product .title { border-top:1px solid #a8a8a8; border-bottom:1px solid #dfdfdf; background:#fafafa; padding:0 30px; margin-bottom:40px; } 
.recommend-product .title h3 { font-size:18px; line-height:52px; color:#2c2c2c; } 
.recommend-product .items { position:relative; padding:0 115px; } 
.recommend-product .item { position:relative; } 
.recommend-product .item a { display:block; position:relative; text-align:center; } 
.recommend-product .item .thumb { position:relative; overflow:hidden; margin-bottom:8px; } 
.recommend-product .item .thumb .img { position:relative; width:100%; height:0; padding-bottom:100%; overflow:hidden; z-index:1; } 
.recommend-product .item .thumb .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; } 
.recommend-product .item .icon { position:absolute; top:10px; left:10px; width:50px; height:50px; border-radius:50%; z-index:2; } 
.recommend-product .item .icon .row { display:table; width:100%; height:100%; } 
.recommend-product .item .icon span { display:table-cell; width:100%; text-align:center; vertical-align:middle; font-family: 'Inter'; letter-spacing:0; font-size:12px; line-height:14px; font-weight:700; color:#fff; } 
.recommend-product .item .icon.icon-new { background:rgba(0,145,137,0.8); } 
.recommend-product .item .icon.icon-hot { background:rgba(246,135,3,0.8); } 
.recommend-product .item .icon.icon-soldout { background:rgba(51,51,51,0.8); } 
.recommend-product .item .icon.icon-soldout span { font-size:11px; line-height:12px; } 
.recommend-product .item .icon.icon-sale { background:rgba(120,39,139,0.8); } 
.recommend-product .item .tit { font-size:14px; line-height:1.4em; color:#2c2c2c; letter-spacing:-0.06em; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; } 
.recommend-product .item .price { font-size:16px; line-height:1.4em; color:#2c2c2c; letter-spacing:-0.06em; } 
.recommend-product .item .price .cost-price { text-decoration:line-through; font-size:14px; color:#a8a8a8; } 
.recommend-product .item .delivery { font-size:12px; line-height:1.4em; color:#505050; letter-spacing:-0.06em; margin-top:3px; } 
.recommend-product .item:hover .tit { text-decoration:underline; color:#689354; } 
.recommend-product .slick-list { margin:0 -15px; } 
.recommend-product .slick-slide { padding:0 15px; } 
.recommend-product .slick-track { z-index:1; } 
.recommend-product .slick-arrow { position:absolute; top:50%; margin-top:-20.5px; width:22px; height:41px; z-index:990; border-radius:50%; border:0; font-size:0; line-height:0; background-color:transparent; background-position:50% 50%; background-repeat:no-repeat; background-size:100% 100%; } 
.recommend-product .slick-prev { left:40px; background-image:url("../images/shop/bt_prev2.png"); } 
.recommend-product .slick-next { right:40px; background-image:url("../images/shop/bt_next2.png"); } 

/* 쇼핑 테이블 */
.shop-table { border-top:2px solid #aaa; } 
.shop-table table { width:100%; border-collapse:collapse; border-spacing:0; } 
.shop-table table thead th { padding:10px 5px; border-bottom:1px solid #d8d8d8; border-left:1px solid #eee; background:#f7f7f7; font-size:14px; color:#333; font-weight:400; } 
.shop-table table tbody td { padding:15px 5px; border-bottom:1px solid #d8d8d8; border-left:1px solid #eee; font-size:14px; line-height:18px; text-align:center; word-break:break-all; } 
.shop-table table tbody td img { vertical-align:middle; } 
.shop-table table tbody td strong { color:#000; } 
.shop-table table tbody td.space-left { text-align:left; padding-left:15px; } 
.shop-table table tbody td.space-right { text-align:right; padding-right:15px; } 
.shop-table table tbody td.bt p { margin:1px 0; } 
.shop-table table tbody td .prod-info { *zoom:1; padding:0 0 0 80px; } 
.shop-table table tbody td .prod-info:after { content:" "; display:block; clear:both; } 
.shop-table table tbody td .prod-info .img { float:left; margin-left:-80px; line-height:0; } 
.shop-table table tbody td .prod-info .img img { border:1px solid #eee; } 
.shop-table table tbody td .prod-info .info { display:table-cell; width:100%; height:70px; vertical-align:middle; } 
.shop-table table tbody td .tit { padding:0 0 2px 0; font-size:14px; font-weight:500; line-height:20px; } 
.shop-table table tbody td .tit a { color:#000; } 
.shop-table table tbody td .opt { color:#4d6ccd; font-size:11px; } 
.shop-table table tbody td .price { color:#ff6000; font-size:13px; font-weight:500; } 
.shop-table table tbody td .num { color:#888; font-size:11px; } 
.shop-table table tbody td .state { color:#4d6ccd; margin-bottom:4px; } 
.shop-table table tbody tr:hover td { background-color:#fafafa; } 
.shop-table table tbody tr th:first-child,
.shop-table table tbody tr td:first-child { border-left:0; } 
.shop-table table tbody td.bt p:first-child a img { width: 30px; margin-bottom: 10px; } 

.shop-table-m { display:none; } 
.shop-table-m table { width:100%; border-collapse:collapse; border-spacing:0px; font-size:13px; line-height:1.4em; background:#fff; border-top:1px solid #ddd; } 
.shop-table-m thead th { padding:8px 4px; font-size:14px; font-weight:500; background:#666; color:#fff; } 
.shop-table-m tbody th { padding:10px 0; vertical-align:top; border-bottom:1px solid #ccc; } 
.shop-table-m tbody td { padding:10px 4px; vertical-align:top; border-bottom:1px solid #ccc; } 
.shop-table-m .photo img { width:100%; } 
.shop-table-m .title { font-size:14px; margin:0 0 5px; } 
.shop-table-m .opt { color:#5e9cc5; font-size:11px; padding:0 0 4px 0; } 
.shop-table-m .price { font-size:14px; padding:8px 0 0 0; font-weight:500; } 
.shop-table-m .btn { margin-top:15px; } 
.shop-table-m .total td { padding:8px 3%; background:#eee; border-bottom:1px solid #ccc; } 

.shop-table-m li { *zoom:1; padding:15px 18px; border-top:1px solid #ddd; overflow:hidden; } 
.shop-table-m li:after { content:" "; display:block; clear:both; } 
/* .shop-table-m li:first-child { border-top:0; } */
.shop-table-m li .wrap { position:relative; display:block; padding:0 0 0 100px; margin-bottom:15px; overflow:hidden; } 
.shop-table-m li .wrap.no-thumb { padding:0; } 
.shop-table-m li .thumb { float:left; position:relative; left:-100px; width:90px; margin-right:-90px; border:1px solid #ddd; line-height:0; } 
.shop-table-m li .thumb img { width:100%; } 
.shop-table-m li dl { float:left; width:97%; display:inline; padding:2px 0 0 0; } 
.shop-table-m li dt { padding:0 0 8px 0; color:#333; } 
.shop-table-m li dd { font-size:11px; color:#999; padding:0 0 2px 0; } 
.shop-table-m li dd span { color:#222; } 
.shop-table-m li dd span.state { color:#d20000; } 
.shop-table-m li.none { text-align:center; padding:70px 0; color:#999; } 

/* 수량 */
.qty-wrap { display:inline-block; zoom:1; *display:inline; width:57px; height:25px; overflow:hidden; } 
.qty-wrap input { float:left; width:40px; height:25px; font-size:12px; line-height:23px; padding:0; text-align:center; } 
.qty-wrap .qty { float:left; width:13px; line-height:0; margin-left:4px; } 
.qty-wrap .qty a { display:block; margin:1px 0; *margin:-1px 0; } 

.qty-wrap2 { height:34px; overflow:hidden; } 
.qty-wrap2:after { content:" "; display:block; clear:both; } 
.qty-wrap2 input { float:left; width:48px; height:34px; font-size:14px; line-height:32px; padding:0; text-align:center; border:0; border-radius:0; border-top:1px solid #dfdfdf; border-bottom:1px solid #dfdfdf; } 
.qty-wrap2 .qty { float:left; width:40px; height:34px; line-height:0; display:block; border:1px solid #dfdfdf; overflow:hidden; } 
/* .qty-wrap2 .qty.qty-up { border-radius:5px 0 0 5px; } 
.qty-wrap2 .qty.qty-down { border-radius:0 5px 5px 0; } */
.qty-wrap2 input.input[readonly] { color: #fff; } 

/* 주문단계 */
.order-step { margin-bottom:20px; padding-bottom:10px; border-bottom:1px solid #eee; background-position:100% 0; background-repeat:no-repeat; } 
.order-step.step1 { background-image:url('../images/shop/order_step_icon1.png'); } 
.order-step.step2 { background-image:url('../images/shop/order_step_icon2.png'); } 
.order-step.step3 { background-image:url('../images/shop/order_step_icon3.png'); } 

/* 주문정보 설명 */
.order-info { margin:20px 0; } 
.order-info em { color:#ff6000; 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-info-title { *zoom:1; margin-bottom:8px; } 
.order-info-title:after { content:" "; display:block; clear:both; } 
.order-info-title h3 { float:left; font-size:18px; line-height:24px; color:#333; font-weight:500; } 
.order-info-title .chk { float:left; margin:0 0 0 27px; font-family:dotum; font-size:12px; letter-spacing:-1px; line-height:24px; } 
.order-info-table { width:100%; border-collapse:collapse; border-spacing:0px; } 
.order-info-table tbody th { padding:7px 15px; height:26px; background:#f8f8f8; border:1px solid #ccc; font-weight:normal; color:#000; text-align:left; } 
.order-info-table tbody td { background:#fff; border:1px solid #ccc; padding:6px 6px 6px 10px; 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; } 
.guest-private-agree .scroll-box { position:relative; height:80px; border:1px solid #d8d8d8; font-size:13px; line-height:18px; background:#f7f7f7; color:#666; padding:10px; overflow:auto; } 

/* 전체금액 */
.total-price { *zoom:1; border:1px solid #d8d8d8; background:#fafafa; color:#333; padding:20px 20px; text-align:right; font-size:15px; font-weight:400; line-height:normal; } 
.total-price:after { content:" "; display:block; clear:both; } 
.total-price strong { color:#ff0000; } 

/* 주문서 배너 */
.order-banner { padding-bottom: 50px; } 
.order-banner .only-mobile .img { text-align: center; } 

/* 상품리뷰 */
.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; } 

/* 팝업 */
.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; } 