@charset "UTF-8";
/* CSS Document */


/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}





@font-face { 
    font-family: 'GmarketSansLight';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GmarketSansMedium';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GmarketSansBold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

ol, ul, li {
	list-style: none; padding: 0; margin: 0;
}

a {
	color: #111111; text-decoration: none;
}

input:focus, textarea:focus {
	outline: none;
}

body {
	font-family: 'GmarketSansMedium'; font-size: 16pt; color: #111111;
    line-height: 1.5; /* 가독성을 위한 줄 간격 */
	background: #e7F6eb;
}

.whole {
	width: 880px;
	margin-top: 130px; margin-bottom: 130px;
}

.sidebar {
	display: inline-block;
	width: 200px;
	margin-right: 20px;
	vertical-align: top;
}

.container {
	display: inline-block;
	width: 660px;
	vertical-align: top;
	max-width: 100%; /* 본문 크기를 넘지 않도록 */
    padding: 0 15px; /* 양쪽 여백 추가 */
    margin: 0 auto; /* 가운데 정렬 */
    box-sizing: border-box;
}

.wrap {
	background: white;
	border-radius: 100px 100px 0px 0px;
	padding: 40px;
	width: calc(100% - 80px);
}

.information {
	background: white;
	padding: 20px;
	border-radius: 100px 100px 0px 0px;
	line-height: 1.5;
}

.information img {
	width: 160px; height: 160px;
	border-radius: 50%;
	margin-bottom: 20px;
}

.information span {
	font-family: 'GmarketSansBold';
}

.menu {
	display: none;
	background: white;
	padding: 20px;
}

.menu > ul > li > a {
	display: none;
}

.menu ul li ul li {
	background: white;
	padding-bottom: 20px;
}

.heart {
	font-size: 25pt;
	margin-top: -20px;
}

.copyright {
	background: white;
	border-radius: 0px 0px 30px 30px;
	padding: 20px;
}

.footer {
	width: 100%;
	background: #c2e8cd;
}

.search {
	display: inline-block;
	width: calc(80% - 40px);
	text-align: left;
	padding: 20px;
}

.paging {
	display: inline-block;
	width: calc(20% - 40px);
	text-align: right;
	padding: 20px;
	font-size: 12pt;
}

.search input {
	background: #c2e8cd;
	border: none;
	font-family: 'GmarketSansLight'; font-size: 10pt; color: #7e765f;
}

.list-gallery .reallist {
	display: none;
}

.list-gallery .pancake {
	display: none;
}

.category-name {
	text-align: right;
	font-size: 16pt;
	margin-bottom: 80px;
}

.lemon, .pancake {
	font-size: 25pt;
	vertical-align: middle; 
	margin-left: 5px;
}

.list-gallery li {
	float: left;
	width: 30%;
	height: 180px;
	display: inline-block;
	margin-right: 5%; margin-bottom: 5%;
	background: #fff1c6;
	border-radius: 0px 40px 0px 40px;
}

.list-gallery li:nth-child(3n+1) {
	margin-right: 0;
}

.list-gallery {
	font-size: 0;
	overflow: hidden;
}

.list-gallery li .thumbnail {
	width: 100%; height: 100%;
	overflow: hidden;
	border-radius: 0px 40px 0px 40px;
}

.list-gallery li .thumbnail img {
	width: 100%; height: 100%;
	object-fit: cover;
	border-radius: 0px 40px 0px 40px;
	transition: 0.5s;
}

.list-gallery li .thumbnail img:hover {
	opacity: 0.5;
}

.list-list .thumbnail {
	display: none;
}

.list-list .lemon {
	display: none;
}

.list-list li {
	text-align: left;
	margin-bottom: 30px;
}

.list-list span {
	font-family: 'GmarketSansBold';
	margin-right: 20px;
	font-size: 8pt;
}

.article-title {
	text-align: left;
	margin-bottom: 40px;
	margin-top: 20px;
		font-family: 'GmarketSansBold';
	font-size: 20pt;
}



.article-content {
	text-align: left;
}

.comment-button {
	font-family: 'GmarketSansBold';
	text-align: right;
	margin-bottom: 40px;
}

.comment {
	text-align: left;
	line-height: 1.5;
	display: none;
}

#comment-body {
	margin-bottom: 20px;
}

.textarea textarea {
	width: calc(100% - 40px); height: 100px;
	background: #fff1c6;
	border: none;
	font-family: 'GmarketSansLight'; font-size: 10pt; color: #7e765f;
	border-radius: 25px 0px 25px 0px;
	padding: 20px;
	margin-top: 20px; margin-bottom: 20px;
}

.commentwrite-input {
	text-align: right;
}

.commentwrite-input input[type=submit] {
	border: none;
	font-family: 'GmarketSansLight'; font-size: 10pt; color: #7e765f;
	margin-left: 10px;
	background: white;
}


@media (max-width: 1000px) {
	
	* { max-width: 100%; }
	
	.whole {
		width: 95%;
		margin-top: 40px; margin-bottom: 40px;
	}
	
	.sidebar {
		display: block;
		margin-right: 0; margin-bottom: 20px;
		width: 100%;
	}
	
	.sidebar img {
		display: block;
	}
	
	.container {
		display: block;
		width: 100%;
		        padding: 0;
        margin: 0;
	}
	
	.search input {
		width: 70%;
	}
	
}






section {
    margin-bottom: 20px;
}

h2 {
    color: #0073e6;
    margin-bottom: 10px;
}



ul {
    list-style-type: disc;
    padding-left: 20px;
}

ul li {
    margin-bottom: 8px;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 14px;
}

table, th, td {
    border: 1px solid #ddd;
	word-wrap: break-word; /* 긴 텍스트 줄바꿈 */
    text-align: left; /* 기본 정렬 */
    padding: 8px; /* 셀 간격 */
}

th, td {
    padding: 10px;
    text-align: left;
}

th {
    background-color: #f4f4f4;
}

dl dt {
    font-weight: bold;
    margin-top: 10px;
    color: #0073e6;
}

dl dd {
    margin-left: 20px;
    margin-bottom: 10px;
}

strong {
    font-weight: bold;
}





/* 전체 리스트 스타일 */
.mobile-product-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 20px auto;
    max-width: 700px; /* 더 넓은 폭으로 확장 */
    text-align: center;
    font-family: Arial, sans-serif;
}

/* 개별 제품 아이템 */
.mobile-product-item {
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* 더 강한 그림자 */
    overflow: hidden;
    background-color: #ffffff;
    transition: transform 0.2s ease-in-out; /* 호버 애니메이션 */
}

.mobile-product-item:hover {
    transform: scale(1.02); /* 살짝 확대 */
}

/* 제품명 스타일 */
.mobile-product-name {
    text-align: center;
    font-size: 1.3em; /* 더 큰 글씨 크기 */
    color: #0073e6;
    font-weight: bold;
    margin: 10px 0;
}

/* 헤더 스타일 */
.mobile-product-header {
    background-color: #f0f4ff; /* 연한 파란색 배경 */
    color: #FF1493; /* 강조된 핑크 */
    font-size: 1em;
    font-weight: bold;
    padding: 12px;
    text-align: center;
    border-bottom: 2px solid #ddd; /* 더 두꺼운 구분선 */
}

/* 콘텐츠 스타일 */
.mobile-product-content {
    padding: 15px;
}

/* 이미지와 특징 한 줄 배치 */
.mobile-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

/* 이미지 섹션 */
.mobile-product-image img {
    max-height: 150px;
    max-width: 150px;
	heigt: 150px;
	width: 150px;
    display: block;
    margin: 0 auto;
        object-fit: contain; /* 이미지 왜곡 방지 */
}

/* 특징 섹션 */
.mobile-product-features {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
    color: #333;
    font-size: 1em; /* 글씨 크기 증가 */
    line-height: 2;
}

/* 특징 아이템 스타일 */
.mobile-product-features p {
    margin-bottom: 8px;
}


/* 버튼 섹션 */
.mobile-product-button {
    margin-top: 10px;
    text-align: center;
}

.button2 {
    display: block;
    padding: 10px 20px;
    background-color: #ff0080;
    color: white;
    font-weight: bold;
    font-size: 1em;
    border-radius: 5px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.button2:hover {
    background-color: #e60073;
    transform: translateY(-3px); /* 버튼이 살짝 올라감 */

}

/* 모바일 환경에서 레이아웃 조정 */
@media only screen and (max-width: 767px) {
    .mobile-row {
        flex-direction: column; /* 세로로 정렬 */
        align-items: center;   /* 가운데 정렬 */
        gap: 10px;             /* 간격 조정 */
    }

    .mobile-product-image img {
        width: 120px;
        height: auto;
        margin-bottom: 10px; /* 이미지와 특징 간격 */

    }

    .mobile-product-features {
        margin-top: 10px;
        text-align: center; /* 특징 가운데 정렬 */
    }


}













/* 소제목 스타일 */
.subtitle-box {
    background-color: #f0f5fc; /* 배경색 (연한 파란색) */
    border-radius: 10px;       /* 모서리를 둥글게 */
    padding: 10px 20px;        /* 내부 여백 */
    font-weight: bold;         /* 글자 굵게 */
    color: #333;               /* 글자 색상 */
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1); /* 그림자 효과 */
    font-size: 1.3em;          /* 글자 크기 조정 */
    display: block;     /* 필요한 공간만 차지하도록 */
}












/* 함께 구매하면 좋은 제품 */
.related-products {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
		    justify-content: center; /* 자식 요소를 가로축에서 중앙 정렬 */
    margin: auto; /* 컨테이너를 페이지에서 중앙에 위치 */
}

.product-card {
    width: 100%;
    max-width: 200px;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease-in-out;
}

.product-card:hover {
    transform: translateY(-5px); /* 호버 시 약간의 이동 효과 */
}

.product-card img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.image-wrapper {
    width: 120px; /* 원 크기 */
    height: 120px; /* 원 크기 */
    background-color: #bfd3d4; /* 원 배경색 */
    border-radius: 50%; /* 원형 모양 */
    display: flex; /* 중앙 정렬 */
    align-items: center; /* 세로 정렬 */
    justify-content: center; /* 가로 정렬 */
    margin: 0 auto 10px auto; /* 중앙 배치 및 아래 간격 */
}

.image-wrapper img {
    width: 80%; /* 이미지 크기 조정 */
    height: auto;
    border-radius: 50%; /* 이미지 자체도 원형으로 */
}

.product-card h3 {
    font-size: 1.1em;
    margin: 10px 0;
    color: #333;
		font-weight: 700;
}

.product-card p {
    font-size: 0.9em;
    color: #666;
    margin-bottom: 10px;
}

.button {
    background-color: #0073e6;
    color: #fff;
    padding: 8px 12px;
    text-decoration: none;
    border-radius: 5px;
    display: inline-block;
    font-weight: bold;
    transition: background-color 0.3s;
}

.button:hover {
    background-color: #005bb5;
}


