body { padding-top: 47px !important; }
.gd-mobile-product {
	background: #fff;
	color: #222;
	font-family: 'Noto Sans KR', sans-serif;
}
.gd-mobile-product .seller_contents {
	position: relative;
	overflow: hidden;
	background: #f5f4f2;
}
.gd-mobile-product #goodsimage img {
	display: block;
	width: 100%;
	height: auto;
}
.gd-mobile-product .swiper-pagination {
	left: auto;
	right: 12px;
	bottom: 10px;
	width: auto;
	min-width: 38px;
	padding: 3px 9px;
	border-radius: 14px;
	background: rgba(33, 33, 33, .68);
	color: #fff;
	font-size: 11px;
	line-height: 18px;
}
.gd-mobile-summary {
	padding: 12px 14px 16px;
	border-bottom: 1px solid #eee;
}
.gd-mobile-summary__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}
.gd-mobile-summary__badges {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 5px;
}
.gd-mobile-summary__badge,
.gd-mobile-summary .badge-top {
	display: inline-flex;
	align-items: center;
	height: 22px;
	padding: 0 7px;
	border: 1px solid #2e9e87;
	border-radius: 3px;
	background: #fff;
	color: #218c77;
	font-size: 10px;
	font-weight: 500;
	line-height: 20px;
	box-sizing: border-box;
}
.gd-mobile-summary__badge--benefit {
	border-color: #f17845;
	background: #f17845;
	color: #fff;
}
.gd-mobile-summary .badge-top {
	border-color: #f17845;
	background: #f17845;
	color: #fff;
}
.gd-mobile-summary__actions {
	display: flex;
	align-items: center;
	gap: 14px;
	position: relative;
	flex: 0 0 auto;
}
.gd-mobile-summary__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
}
.gd-mobile-summary__icon img {
	display: block;
	width: 21px;
	height: 21px;
	object-fit: contain;
}
.gd-mobile-summary__name {
	margin: 10px 0 2px;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.45;
	letter-spacing: -.3px;
}
.gd-mobile-summary__marketing {
	margin: 0 0 16px;
	color: #999;
	font-size: 12px;
	line-height: 1.5;
}
.gd-mobile-price__regular {
	margin-bottom: 2px;
	color: #444;
	font-size: 12px;
}
.gd-mobile-price__regular strong {
	font-size: 19px;
	font-weight: 700;
}
.gd-mobile-price__sale {
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;
	gap: 4px;
	font-size: 13px;
}
.gd-mobile-price__rate,
.gd-mobile-price__sale strong {
	color: #b11452;
	font-size: 20px;
	font-weight: 800;
}
.gd-mobile-price__sale del {
	margin-left: 2px;
	color: #999;
	font-size: 12px;
}
.gd-mobile-price__label {
	color: #b11452;
	font-size: 11px;
}
.gd-share-menu {
	display: none;
	position: absolute;
	right: -4px;
	top: 32px;
	z-index: 20;
	padding: 7px;
	border: 1px solid #e4e4e4;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 5px 16px rgba(0, 0, 0, .12);
	white-space: nowrap;
}
.gd-share-menu.is-open { display: flex; gap: 6px; }
.gd-share-menu .share_icon {
	display: block;
	position: static;
	width: 32px;
	height: 32px;
	cursor: pointer;
}
.gd-mobile-product #gc_size .gd-best-review-row {
	border-bottom: 8px solid #f5f5f5;
}
.gd-mobile-product #gc_size .gd-best-review-row > td {
	padding: 18px 0 20px !important;
	background: #fff;
}

.gd-best-review { padding: 20px 0;}
.gd-best-review__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 20px 14px;
}
.gd-best-review__title {
	margin: 0;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.4;
	color: #000;
}
.gd-best-review__all {
	color: #777;
	font-size: 11px;
	text-decoration: none;
}
.gd-best-review__viewport {
	overflow: hidden;
	padding-left: 20px;
}
.gd-best-review-swiper {
	overflow: visible;
}
.gd-best-review-swiper .swiper-slide {
	display: block;
	height: auto;
	text-align: left;
}
.gd-best-review__card {
	height: 100%;
	min-height: 152px;
	padding: 13px 14px 12px;
	border-radius: 7px;
	background: #f8f8f8;
	box-sizing: border-box;
}
.gd-best-review__meta {
	display: flex;
	align-items: center;
	gap: 6px;
	margin-bottom: 10px;
}
.gd-best-review__score {
	color: #000;
	font-size: 14px;
	font-weight: 700;
	white-space: nowrap;
}
.gd-best-review__star {
    width: 14px;
    height: 14px;
    display: block;
    flex-shrink: 0;
}
.gd-best-review__badge {
	display: inline-flex;
	align-items: center;
	white-space: nowrap;
	padding: 4px 8px;
	border-radius: 2px;
	background: #FFEEF5;
	color: #A01749;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: -0.2px;
}
.gd-best-review__comment {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	height: 72px;
	margin: 0;
	color: #333;
	font-size: 12px;
	line-height: 18px;
	word-break: keep-all;
	letter-spacing: 0.3px;
}
.gd-best-review__date {
	display: block;
	margin-top: 8px;
	color: #808080;
	font-size: 12px;
}
.gd-mobile-product #gc_size {
	width: 100%;
	border: 0;
	border-collapse: collapse;
	table-layout: fixed;
	font-family: 'Noto Sans KR', sans-serif;
}
.gd-mobile-product #gc_size tr.has-line {
    border-bottom: 1px solid #eee;
}
.gd-mobile-product #gc_size td {
	border: 0 !important;
	padding: 10px 14px;
	background: #fff;
	font-size: 14px;
	line-height: 1.45;
	vertical-align: middle; 
    text-align: center !important;
}
.gd-mobile-product #gc_size .gooddetail_left,
.gd-mobile-product #gc_size .gooddetail_left_last {
	width: 72px;
	padding-right: 0;
	color: #999;
	font-weight: 400;
	text-align: left ;
}
.gd-mobile-product #gc_size .gooddetail_right,
.gd-mobile-product #gc_size .gooddetail_right_last {
	color: #333;
	text-align: left !important;
}

/* 상품공지 5줄 더보기: 상품정보 #show-more와 별도 동작 */
.gd-mobile-product #gc_size .gd-goods-notice-row td {
	vertical-align: top;
}

.gd-goods-notice {
	width: 100%;
}

.gd-goods-notice__content {
	position: relative;
	overflow: visible;
	line-height: 1.55;
	word-break: break-all;
}

.gd-goods-notice.is-collapsed .gd-goods-notice__content {
	overflow: hidden;
}

.gd-goods-notice.is-collapsed .gd-goods-notice__content:after {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 1.8em;
	background: -webkit-linear-gradient(top, rgba(255,255,255,0), #fff 95%);
	background: linear-gradient(to bottom, rgba(255,255,255,0), #fff 95%);
	pointer-events: none;
}

.gd-goods-notice__toggle {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 28px;
	margin: 0;
	padding: 0;
	border: 0;
	background: #fff;
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
}

.gd-goods-notice-toggle-row {
	display: none;
}

.gd-goods-notice-toggle-row.has-toggle {
	display: table-row;
}

.gd-mobile-product #gc_size .gd-goods-notice-toggle-row td {
	padding: 0 14px 8px !important;
	background: #fff;
	text-align: center !important;
}

.gd-goods-notice__toggle:focus {
	outline: none;
}

.gd-goods-notice__arrow {
	display: block;
	width: 7px;
	height: 7px;
	border-right: 1px solid #555;
	border-bottom: 1px solid #555;
	transform: rotate(45deg);
}

.gd-goods-notice__toggle[aria-expanded="true"] .gd-goods-notice__arrow {
	transform: rotate(225deg);
}

/* 상품정보 > 기타정보 */
.gd-feature-section {
	padding: 30px 14px 18px;
	background: #fff;
	font-family: 'Noto Sans KR', sans-serif;
	text-align: left;
	box-sizing: border-box;
}
.gd-product-description {
	overflow: hidden;
	width: 100%;
	background: #fff;
	text-align: center;
}
.gd-product-description img,
.gd-product-description table {
	max-width: 100% !important;
	height: auto !important;
}
.gd-feature-section__title {
	margin: 0 0 18px;
	color: #666;
	font-size: 21px;
	font-weight: 700;
	line-height: 1.4;
}
.gd-feature-table-wrap {
	overflow: hidden;
	border: 1px solid #dedede;
	border-radius: 10px;
	background: #fff;
}
.gd-feature-table {
	width: 100%;
	border: 0;
	border-collapse: separate;
	border-spacing: 0;
	table-layout: fixed;
}
.gd-feature-table th,
.gd-feature-table td {
	padding: 17px 13px;
	border: 0;
	border-bottom: 1px solid #e2e2e2;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 1.65;
	vertical-align: top;
}
.gd-feature-table tr:last-child th,
.gd-feature-table tr:last-child td {
	border-bottom: 0;
}
.gd-feature-table th {
	width: 37%;
	background: #f5f5f5;
	color: #333;
	font-weight: 700;
	text-align: center;
	word-break: keep-all;
}
.gd-feature-table td {
	background: #fff;
	color: #3f3f3f;
	font-weight: 400;
	text-align: left;
	word-break: keep-all;
	overflow-wrap: anywhere;
}
.gd-feature-table td p {
	margin: 0;
}
.gd-feature-table td * {
	max-width: 100%;
	font-family: inherit !important;
	font-size: inherit !important;
	line-height: inherit !important;
}
.gd-feature-table td img,
.gd-feature-table td video,
.gd-feature-table td iframe {
	max-width: 100% !important;
	height: auto !important;
}
.gd-feature-table__content table {
	width: 100% !important;
	max-width: 100% !important;
	margin-top: 8px;
	border: 1px solid #ddd !important;
	border-collapse: collapse !important;
}
.gd-feature-table__content table th,
.gd-feature-table__content table td {
	width: auto !important;
	padding: 6px !important;
	border: 1px solid #ddd !important;
	background: #fff !important;
	font-size: 11px !important;
	font-weight: 400 !important;
	text-align: center !important;
}
.gd-feature-legacy {
	overflow: hidden;
	width: 100%;
}
.gd-feature-legacy img,
.gd-feature-legacy table {
	max-width: 100% !important;
}
@media(max-width: 380px) {
	.gd-feature-section {
		padding-right: 12px;
		padding-left: 12px;
	}
	.gd-feature-table th,
	.gd-feature-table td {
		padding: 14px 10px;
		font-size: 13px;
	}
}
.swiper2 {
    width:100%;
    height:auto;
    position: relative;
}
.swiper-slide {
    text-align:center;
    display:flex;
    align-items:center;
	justify-content:center;
}

.gooddetail_left, .gooddetail_right,
.gooddetail_left_last, .gooddetail_right_last {
	font-size: 12pt;
}
.top_story_line {
	width: 24%;
	text-decoration-line: line-through;
	height:1px;
	vertical-align: middle;
}
.btn-addcart {
	float: left;
	min-width: 180px;
	min-height: 41px;
	line-height: 41px;
	margin: 0 10px;

	border-radius: 5px;
	font-weight: bold;
	color: white;
}
.btn-sum { min-width: 190px; }
@media(max-width: 330px) {
	.gooddetail_left, .gooddetail_right,
	.gooddetail_left_last, .gooddetail_right_last {
		font-size: 9pt;
	}
	.top_story_line { width: 17%; }
	.btn-addcart, .btn-sum { min-width: 130px; }
}
@media(max-width: 380px) {
	.gooddetail_left, .gooddetail_right,
	.gooddetail_left_last, .gooddetail_right_last {
		font-size: 10pt;
	}
	.top_story_line { width: 20%; }
	.btn-addcart, .btn-sum { min-width: 145px; }
}
@media(max-width: 420px) {
	.gooddetail_left, .gooddetail_right,
	.gooddetail_left_last, .gooddetail_right_last {
		font-size: 11pt;
	}
	.top_story_line { width: 22%; }
	.btn-addcart { min-width: 170px;}
	.btn-sum { min-width: 180px;}
}


#show-more {
	display: block;
	width: calc(100% - 24px);
	height: 43px;
	margin: 0 12px 20px;
	padding: 0 12px;
	box-sizing: border-box;

	border: 1px solid #999;
	border-radius: 3px;
	color: #555;
	background: #fff;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 41px;
	text-align: center;
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
	
	<?= (!($ash_feature) || $NoMore == '1') ? "display: none;" : '' ?>
}

#show-more:focus {
	outline: none;
}

#show-more:active {
	background: #f7f7f7;
}

/* 상품 필수정보는 처음에 일부만 노출하고 더보기 시 전체 표시 */
#show-content.gd-info-collapsed {
	max-height: 390px;
	overflow: hidden;
}

#show-content.gd-info-expanded {
	max-height: none;
	overflow: visible;
}

.wrap-loading{ /*화면 전체를 어둡게 합니다.*/
	position: fixed;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background: rgba(0,0,0,0.2);
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr='#20000000', endColorstr='#20000000');    /* ie */
}

.wrap-loading-img{ /*로딩 이미지*/
	position: fixed;
	top:50%;
	left:50%;
	margin-left: -21px;
	margin-top: -21px;
}


/* 모바일 상품후기 */
#after_std_tab-exp.gd-review-section {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 20px;
	background: #fff;
	box-sizing: border-box;
	font-family: 'Noto Sans KR', sans-serif;
	color: #222;
	text-align: left;
}
.gd-review-section__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 14px;
}
.gd-review-section__title {
	margin: 0;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.4;
}
.gd-review-section__more {
	color: #333;
	font-size: 13px;
	text-decoration: none;
	font-weight: 400;
}
.gd-review-section__summary {
	display: flex;
	align-items: center;
	gap: 2px;
	margin-bottom: 8px;
}
.gd-review-section__star {
	width: 18px;
	height: 18px;
}
.gd-review-section__star.is-empty {
	filter: grayscale(1) brightness(1.6); /* 초록 svg를 회색으로 */
}
.gd-review-section__rate {
	font-size: 18px;
	font-weight: 800;
	color: #111;
	margin-left: 6px;
}
.gd-review-section__rate-count {
	font-size: 13px;
	color: #999;
	margin-left: 2px;
}
.gd-review-section__list {
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	border-collapse: collapse;
	table-layout: fixed;
}
.gd-review-section__list > tbody > tr {
	border-bottom: 1px solid #ededed;
}
.gd-review-section__list > tbody > tr > td {
	padding: 14px 0 !important;
	border: 0 !important;
	background: #fff !important;
	color: #444;
	font-size: 12px;
	line-height: 1.6;
	text-align: left;
}
.gd-review-section__list img {
	max-width: 100%;
	height: auto;
}
.gd-review-section__all {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 12px 0;
	margin-top: 18px;
	border: 1px solid #808080;
	border-radius: 4px;
	background: #fff;
	color: #333;
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
	box-sizing: border-box;

}
.gd-review-section__all:active {
	background: #f7f7f7;
}


.detail_fixbox {
	position: fixed;
	top: 0;
	width: 100%;
	box-sizing: border-box;
	z-index: 3;
	padding: 0 20px;
	background-color: #fff;
}

.fixbox-btm {
	height: 14%;
}

#bookmark_btn {
	float: right;
	max-width: 100px;
	min-width: 43px;
	height: auto;
	min-height: 41px;

	background-image: url("/coopmall/images/r16/main/heart.png");
	background-repeat: no-repeat;
	background-size: 32px 32px;
}

.b-close {
	display: none;
	cursor: pointer;
}

/* 페이지 공유 버튼 */
.share_icon {
	width: 50px;
	position: absolute;
	right: 3.5%;

	z-index: 1;
}
#share_btn {
	display: block;
	top: 300px;
	z-index: 2;
}
/* 툴팁 */
.price-box {
display: inline-block;
position: relative;
}

.tooltip-icon {
margin-left: 4px;
font-size: 13px;
color: #666;
cursor: pointer;
}

.tooltip-box {
	display: none;
	position: absolute;
	left: 0;
	top: -1px;
	width: 330px;     /* 고정 폭 */
	white-space: normal; /* 줄바꿈 자연스럽게 */
	padding: 5px 15px 15px;
	background: #fff;
	border-radius: 15px;
	box-shadow: 0 3px 10px rgba(0,0,0,0.2);
	border: 1px solid #ddd;
	color: #298CD1;
	font-size: 12pt;
	z-index: 99;
}

.tooltip-close {
position: absolute;
top: 7px;
right: 10px;
font-size: 16px;
color: #000000;
cursor: pointer;
}

.tooltip-close:hover {
color: #333;
}

.tooltip-box.show {
display: block;
}
.gd-detail-tabs {
    display: flex;
    width: 100%;
    border-bottom: 1px solid #d9d9d9;
    background: #fafafa;
    box-sizing: border-box;
}

.gd-detail-tab {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1 1 33.333%;
    height: 58px;
    padding: 0 4px;

    border: 0;
    border-bottom: 3px solid transparent;
    background: transparent;

    color: #444;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 15px;
    font-weight: 500;
    white-space: nowrap;
    cursor: pointer;
    box-sizing: border-box;
}

.gd-detail-tab.is-active {
    border-bottom-color: #078c68;
    color: #078c68;
    font-weight: 700;
}

.gd-detail-tab__count {
    margin-left: 3px;
    color: #888;
    font-weight: 400;
}

@media (max-width: 360px) {
    .gd-detail-tab {
        font-size: 12px;
        letter-spacing: -0.4px;
    }
}

.bottom_wrap {
    flex-direction: column;
    align-items: stretch;
    padding-top: 6px;
    padding-bottom: 20px;
    border-top-left-radius: 16px; 
    box-shadow: 0px -2px 4px 0px #0000001F;  
    border-top-right-radius: 16px; 
}

.bottom_wrap__actions {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.gd-bottom-message {
    width: 100%;
    margin-bottom: 8px;
    color: #444;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
}

.gd-bottom-message strong,
.gd-bottom-message span,
.gd-bottom-message b {
    color: #00784F;
    font-weight: 500;
}

.bottom_wrap .cart-btn.add_cart_btn {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
}

.gd-policy-section {
	padding: 24px 16px;
	border-top: 8px solid #f5f5f5;
}
.gd-policy-section__title {
	font-size: 17px;
	font-weight: 800;
	color: #111;
	margin: 0 0 8px 0;
}
.gd-policy-acc {
	border-bottom: 1px solid #eee;
}
.gd-policy-acc__head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding: 16px 4px;
	background: none;
	border: none;
	font-size: 15px;
	color: #333;
	text-align: left;
	cursor: pointer;
}
.gd-policy-acc__arrow {
	width: 16px;
	height: 16px;
	transition: transform 0.2s;
}
.gd-policy-acc__head[aria-expanded="true"] .gd-policy-acc__arrow {
	transform: rotate(180deg);
}
.gd-policy-acc__body {
	padding: 0 4px 16px 4px;
	overflow-x: auto;
}
.gd-fixtop-inner {
	display: flex;
	align-items: center;
	width: 100%;
	height: 50px;
	gap: 24px;
}
.gd-fixtop-back {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	cursor: pointer;
}
.gd-fixtop-back img { max-width: 23px; }

.gd-fixtop-title {
	width: 156px;            /* 디자이너 요청: 156px 고정 */
	flex-shrink: 0;
	font-size: 18px;
	font-weight: 700;
	text-align: left;
	white-space: nowrap;     /* 한 줄 유지 */
	overflow: hidden;
	text-overflow: ellipsis; /* 넘치면 … */
}

.gd-fixtop-icons {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-left: auto;  
}
.gd-fixtop-icon {
	background: none;
	border: none;
	padding: 0;
	display: flex;
	cursor: pointer;
}
.gd-fixtop-icon img { width: 22px; height: 22px; }

.gd-fixtop-cart {
	position: relative;
	display: flex;
	cursor: pointer;
}
.gd-fixtop-cart img { width: 22px; height: 22px; }
.gd-fixtop-badge {
	position: absolute;
	top: -6px;
	right: -8px;
	min-width: 16px;
	height: 16px;
	padding: 0 4px;
	border-radius: 8px;
	background: #29a949;     /* 자연드림 초록 톤에 맞게 조정 */
	color: #fff;
	font-size: 10px;
	font-weight: 700;
	line-height: 16px;
	text-align: center;
}