{"version":3,"file":"static/chunks/3094-3b30e8a39cf9e15f.js","mappings":"AACA","sources":["webpack://_N_E/./src/modules/products/components/ProductDetail/BooksBadge.tsx","webpack://_N_E/./src/modules/products/components/ProductDetail/ProductDetailContent.style.tsx","webpack://_N_E/./src/modules/products/components/ProductDetail/ProductDetailTerms.tsx","webpack://_N_E/"],"sourcesContent":["import { _ as _tagged_template_literal } from \"@swc/helpers/_/_tagged_template_literal\";\nfunction _templateObject() {\n const data = _tagged_template_literal([\n \"\\n margin-top: 20px;\\n\\n display: flex;\\n height: 48px;\\n padding: 7px 16px;\\n flex-direction: column;\\n justify-content: center;\\n align-items: center;\\n gap: 2px;\\n\\n border-radius: 6px;\\n background: \",\n \";\\n\"\n ]);\n _templateObject = function() {\n return data;\n };\n return data;\n}\nfunction _templateObject1() {\n const data = _tagged_template_literal([\n \"\\n display: flex;\\n justify-content: center;\\n align-items: center;\\n gap: 3px;\\n color: \",\n \";\\n\\n svg {\\n width: 14px;\\n height: 14px;\\n\\n color: \",\n \";\\n }\\n\"\n ]);\n _templateObject1 = function() {\n return data;\n };\n return data;\n}\nfunction _templateObject2() {\n const data = _tagged_template_literal([\n \"\\n font-size: 12px;\\n font-weight: 500;\\n line-height: 12px;\\n\"\n ]);\n _templateObject2 = function() {\n return data;\n };\n return data;\n}\nfunction _templateObject3() {\n const data = _tagged_template_literal([\n \"\\n color: \",\n \";\\n text-align: center;\\n\\n /* ref/typo/regular/10 */\\n font-size: 10px;\\n font-style: normal;\\n font-weight: 400;\\n line-height: 16px; /* 160% */\\n\"\n ]);\n _templateObject3 = function() {\n return data;\n };\n return data;\n}\nimport { jsx as _jsx, jsxs as _jsxs } from \"react/jsx-runtime\";\nimport { useBooks } from \"@/components/Books/Order\";\nimport Icon from \"@/components/icon/Icon\";\nimport { Goodnote6, Package } from \"@/components/icon/IconList\";\nimport styled from \"styled-components\";\nconst BooksBadge = ()=>{\n const { isBooks } = useBooks();\n return /*#__PURE__*/ _jsxs(BadgeLayout, {\n children: [\n /*#__PURE__*/ _jsxs(VendorTextBox, {\n children: [\n /*#__PURE__*/ _jsx(Icon, {\n icon: isBooks ? Package : Goodnote6\n }),\n /*#__PURE__*/ _jsxs(VendorText, {\n children: [\n isBooks ? \"도서 배송\" : \"굿노트6 eBook\",\n \" 상품\"\n ]\n })\n ]\n }),\n /*#__PURE__*/ _jsx(DescriptionText, {\n children: isBooks ? \"실물 도서가 배송되는 상품입니다.\" : \"굿노트6를 통해 eBook으로 이용가능한 상품입니다.\"\n })\n ]\n });\n};\nexport default BooksBadge;\nconst BadgeLayout = styled.div.withConfig({\n componentId: \"sc-dd3dfd56-0\"\n})(_templateObject(), (param)=>{\n let { theme } = param;\n return theme.new.colors.sol_gray_0;\n});\nconst VendorTextBox = styled.div.withConfig({\n componentId: \"sc-dd3dfd56-1\"\n})(_templateObject1(), (param)=>{\n let { theme } = param;\n return theme.new.colors.sol_gray_900;\n}, (param)=>{\n let { theme } = param;\n return theme.new.colors.sol_gray_900;\n});\nconst VendorText = styled.span.withConfig({\n componentId: \"sc-dd3dfd56-2\"\n})(_templateObject2());\nconst DescriptionText = styled.span.withConfig({\n componentId: \"sc-dd3dfd56-3\"\n})(_templateObject3(), (param)=>{\n let { theme } = param;\n return theme.new.colors.sol_gray_500;\n});\n","import { _ as _tagged_template_literal } from \"@swc/helpers/_/_tagged_template_literal\";\nfunction _templateObject() {\n const data = _tagged_template_literal([\n \"\\n padding-right: 72px;\\n width: calc(100% - 340px);\\n @media (max-width: 1200px) {\\n width: 100%;\\n padding-right: 0;\\n }\\n\"\n ]);\n _templateObject = function() {\n return data;\n };\n return data;\n}\nfunction _templateObject1() {\n const data = _tagged_template_literal([\n \"\\n display: flex;\\n @media (max-width: 1200px) {\\n padding: 0 12px;\\n }\\n @media (max-width: 768px) {\\n position: relative;\\n padding: 8px 16px;\\n }\\n\\n .detail-content {\\n padding-top: 48px;\\n display: flex;\\n flex-direction: column;\\n @media (max-width: 768px) {\\n padding-top: 32px;\\n }\\n }\\n\\n .studio-promotion-image {\\n margin-top: 44px;\\n\\n &.m {\\n display: none;\\n }\\n\\n @media (max-width: 768px) {\\n &.w {\\n display: none;\\n }\\n\\n &.m {\\n display: block;\\n }\\n }\\n }\\n\"\n ]);\n _templateObject1 = function() {\n return data;\n };\n return data;\n}\nfunction _templateObject2() {\n const data = _tagged_template_literal([\n \"\\n z-index: 2;\\n display: flex;\\n position: sticky;\\n top: \",\n \"px;\\n background-color: \",\n \";\\n align-items: center;\\n justify-content: space-around;\\n cursor: pointer;\\n font-weight: 600;\\n color: \",\n \";\\n border-bottom: 1px solid \",\n \";\\n transition: top 0.2s ease-in-out;\\n\\n :before,\\n :after {\\n content: '';\\n display: block;\\n width: calc(100%);\\n position: absolute;\\n bottom: -1px;\\n border-bottom: 1px solid \",\n \";\\n @media (max-width: 1200px) {\\n width: 30px;\\n }\\n }\\n\\n :before {\\n right: calc(100% + 60px);\\n left: 100%;\\n }\\n\\n :after {\\n right: 100%;\\n }\\n\\n body:has(.headroom--unpinned) & {\\n top: 0;\\n }\\n\\n li {\\n flex: 1;\\n align-items: center;\\n display: flex;\\n justify-content: center;\\n\\n a {\\n padding: 16px 10px;\\n width: 100%;\\n flex: 1;\\n align-items: center;\\n display: flex;\\n justify-content: center;\\n line-height: 1.5;\\n color: \",\n \";\\n\\n &.active {\\n padding: 16px 10px 14px;\\n border-bottom: 2px solid \",\n \";\\n color: \",\n \";\\n }\\n }\\n }\\n\\n @media (max-width: 1200px) {\\n }\\n @media (max-width: 768px) {\\n font-size: 14px;\\n margin: 0 -16px;\\n top: \",\n \"px;\\n li a {\\n padding: 12px 5px;\\n &.active {\\n padding: 12px 5px 10px;\\n }\\n }\\n }\\n\"\n ]);\n _templateObject2 = function() {\n return data;\n };\n return data;\n}\nfunction _templateObject3() {\n const data = _tagged_template_literal([\n \"\\n padding: 32px;\\n background-color: \",\n \";\\n border-radius: 6px;\\n\\n p {\\n font-size: 14px;\\n font-weight: 600;\\n color: \",\n \";\\n margin: 0 0 8px;\\n line-height: 22px;\\n }\\n\\n h5 {\\n height: 32px;\\n display: flex;\\n font-size: 24px;\\n font-weight: 600;\\n align-items: center;\\n margin-bottom: 20px;\\n\\n .img-wrapper {\\n width: 32px;\\n height: 32px;\\n border-radius: 50%;\\n margin-right: 8px;\\n display: flex;\\n align-items: center;\\n\\n img {\\n border-radius: 50%;\\n height: fit-content;\\n }\\n }\\n\\n a {\\n color: \",\n \";\\n font-size: 14px;\\n margin-left: 12px;\\n display: flex;\\n align-items: center;\\n\\n i {\\n vertical-align: middle;\\n }\\n }\\n }\\n\\n > div {\\n font-size: 16px;\\n color: \",\n \";\\n line-height: 27px;\\n }\\n\\n @media (max-width: 768px) {\\n padding: 20px;\\n p {\\n font-size: 12px;\\n }\\n\\n h5 {\\n font-size: 20px;\\n margin-bottom: 16px;\\n }\\n\\n > div {\\n font-size: 14px;\\n }\\n }\\n\"\n ]);\n _templateObject3 = function() {\n return data;\n };\n return data;\n}\nfunction _templateObject4() {\n const data = _tagged_template_literal([\n \"\\n &:nth-of-type(1) {\\n padding-top: 0;\\n }\\n\\n border-radius: 6px;\\n padding-top: 72px;\\n\\n > h3 {\\n font-size: 20px;\\n margin-bottom: 16px;\\n font-weight: 700;\\n }\\n\\n .wrapper {\\n border-radius: 6px;\\n background-color: \",\n \";\\n padding: 20px;\\n color: \",\n \";\\n white-space: pre-wrap;\\n word-break: keep-all;\\n span {\\n line-height: 1.5;\\n }\\n\\n > :first-child.title {\\n margin-bottom: 8px;\\n }\\n .title {\\n font-weight: 700;\\n }\\n }\\n\\n @media (max-width: 768px) {\\n > h3 {\\n font-size: 16px;\\n }\\n }\\n\"\n ]);\n _templateObject4 = function() {\n return data;\n };\n return data;\n}\nfunction _templateObject5() {\n const data = _tagged_template_literal([\n \"\\n div {\\n display: flex;\\n flex-direction: column;\\n gap: 40px;\\n }\\n\\n img {\\n border-radius: 6px;\\n border: 1px solid \",\n \";\\n }\\n\"\n ]);\n _templateObject5 = function() {\n return data;\n };\n return data;\n}\nfunction _templateObject6() {\n const data = _tagged_template_literal([\n \"\\n .description {\\n margin-bottom: 16px;\\n line-height: 1.5;\\n }\\n ul {\\n display: flex;\\n flex-wrap: wrap;\\n justify-content: space-between;\\n gap: 16px;\\n\\n li {\\n width: calc(50% - 20px);\\n display: flex;\\n\\n span {\\n display: inline-block;\\n line-height: 1.5;\\n }\\n\\n span.title {\\n width: 100px;\\n }\\n\\n span.content {\\n width: calc(100% - 100px);\\n color: \",\n \";\\n }\\n }\\n }\\n\\n @media (max-width: 768px) {\\n ul {\\n flex-direction: column;\\n\\n li {\\n width: 100%;\\n }\\n }\\n }\\n\"\n ]);\n _templateObject6 = function() {\n return data;\n };\n return data;\n}\nfunction _templateObject7() {\n const data = _tagged_template_literal([\n \"\\n .info-cell {\\n display: flex;\\n gap: 16px;\\n\\n margin-top: 32px;\\n\\n @media screen and (max-width: 768px) {\\n flex-direction: column;\\n }\\n\\n .title {\\n min-width: 100px;\\n font-weight: 600;\\n }\\n\\n .content {\\n color: \",\n \";\\n flex-grow: 1;\\n line-height: 1.5;\\n white-space: break-spaces;\\n > p {\\n line-height: 1.5;\\n color: \",\n \";\\n }\\n\\n text-align: justify;\\n }\\n }\\n\"\n ]);\n _templateObject7 = function() {\n return data;\n };\n return data;\n}\nfunction _templateObject8() {\n const data = _tagged_template_literal([\n \"\\n \",\n \"\\n h3 {\\n \",\n \"\\n }\\n .content {\\n line-height: 1.5;\\n color: \",\n \";\\n }\\n\\n .wrapper:not(:last-of-type) {\\n margin-bottom: 24px;\\n }\\n\\n ul > li {\\n color: \",\n \";\\n list-style-type: disc;\\n margin-inline-start: 24px;\\n }\\n\\n ol {\\n padding: 0;\\n margin-bottom: 0;\\n }\\n ol > li {\\n color: \",\n \";\\n list-style-type: decimal;\\n margin-inline-start: 24px;\\n }\\n\"\n ]);\n _templateObject8 = function() {\n return data;\n };\n return data;\n}\nfunction _templateObject9() {\n const data = _tagged_template_literal([\n \"\\n position: sticky;\\n margin-top: 56px;\\n top: 131px;\\n\\n padding-top: 40px;\\n\"\n ]);\n _templateObject9 = function() {\n return data;\n };\n return data;\n}\nfunction _templateObject10() {\n const data = _tagged_template_literal([\n \"\\n span:first-child {\\n margin-right: 16px;\\n }\\n\\n > div {\\n margin-top: 20px;\\n display: flex;\\n flex-direction: column;\\n gap: 16px;\\n }\\n\\n div {\\n color: \",\n \";\\n }\\n\\n @media (max-width: 768px) {\\n span {\\n font-size: 14px;\\n }\\n\\n span:first-child {\\n margin-right: 12px;\\n }\\n }\\n\"\n ]);\n _templateObject10 = function() {\n return data;\n };\n return data;\n}\nimport { GNBHeight, GNBHeightMobile } from \"@/containers/Header/GNB.style\";\nimport { Element } from \"react-scroll\";\nimport styled from \"styled-components\";\nconst ScrollSection = styled.div.withConfig({\n componentId: \"sc-696eb70e-0\"\n})(_templateObject());\nconst ProductDetailContentWrapper = styled.div.withConfig({\n componentId: \"sc-696eb70e-1\"\n})(_templateObject1());\nconst StyledAnchor = styled.ul.withConfig({\n componentId: \"sc-696eb70e-2\"\n})(_templateObject2(), GNBHeight, (props)=>props.theme.new.colors.white, (props)=>props.theme.new.colors.sol_gray_400, (props)=>props.theme.new.colors.sol_gray_100, (props)=>props.theme.new.colors.sol_gray_100, (props)=>props.theme.new.colors.sol_gray_400, (props)=>props.theme.new.colors.sol_indigo_500, (props)=>props.theme.new.colors.sol_indigo_500, GNBHeightMobile);\nconst AuthorTab = styled(Element).withConfig({\n componentId: \"sc-696eb70e-3\"\n})(_templateObject3(), (props)=>props.theme.new.colors.sol_gray_0, (props)=>props.theme.new.colors.sol_indigo_500, (props)=>props.theme.new.colors.sol_indigo_500, (props)=>props.theme.new.colors.sol_gray_500);\nconst ContentWrapper = styled(Element).withConfig({\n componentId: \"sc-696eb70e-4\"\n})(_templateObject4(), (props)=>props.theme.new.colors.sol_gray_0, (props)=>props.theme.new.colors.sol_gray_600);\nconst PreviewTab = styled(ContentWrapper).withConfig({\n componentId: \"sc-696eb70e-5\"\n})(_templateObject5(), (props)=>props.theme.new.colors.sol_gray_100);\nconst DetailTab = styled(ContentWrapper).withConfig({\n componentId: \"sc-696eb70e-6\"\n})(_templateObject6(), (props)=>props.theme.new.colors.sol_gray_600);\nconst BookInfoTab = styled(ContentWrapper).withConfig({\n componentId: \"sc-696eb70e-7\"\n})(_templateObject7(), (props)=>props.theme.new.colors.sol_gray_600, (props)=>props.theme.new.colors.sol_gray_600);\nconst RefundTab = styled(ContentWrapper).withConfig({\n componentId: \"sc-696eb70e-8\"\n})(_templateObject8(), (props)=>props.producttype === \"handout\" && \"padding-top: 0;\", (props)=>props.producttype === \"handout\" && \"font-size:16px ;\", (props)=>props.theme.new.colors.sol_gray_600, (props)=>props.theme.new.colors.sol_gray_600, (props)=>props.theme.new.colors.sol_gray_600);\nconst PriceTab = styled.div.withConfig({\n componentId: \"sc-696eb70e-9\"\n})(_templateObject9());\nconst ContentsTab = styled(ContentWrapper).withConfig({\n componentId: \"sc-696eb70e-10\"\n})(_templateObject10(), (props)=>props.theme.new.colors.sol_gray_600);\nexport { AuthorTab, BookInfoTab, ContentsTab, ContentWrapper, DetailTab, PreviewTab, PriceTab, ProductDetailContentWrapper, RefundTab, ScrollSection, StyledAnchor, };\n","import { jsx as _jsx, jsxs as _jsxs } from \"react/jsx-runtime\";\nimport { RefundTab } from \"./ProductDetailContent.style\";\nconst ProductDetailTerms = (param)=>{\n let { productType } = param;\n return productType === \"aladinbook\" ? /*#__PURE__*/ _jsxs(RefundTab, {\n name: \"bookShipRefund\",\n children: [\n /*#__PURE__*/ _jsx(\"h3\", {\n children: \"배송/반품/교환 정보\"\n }),\n /*#__PURE__*/ _jsxs(\"div\", {\n className: \"wrapper\",\n children: [\n /*#__PURE__*/ _jsx(\"p\", {\n className: \"title\",\n children: \"배송 정보\"\n }),\n /*#__PURE__*/ _jsx(\"div\", {\n className: \"content\",\n children: /*#__PURE__*/ _jsxs(\"ol\", {\n children: [\n /*#__PURE__*/ _jsx(\"li\", {\n children: \"도서 배송 상품은 2,500원의 배송 비용이 발생합니다. (도서산간지역 포함, 해외배송의 경우 별도 안내)\"\n }),\n /*#__PURE__*/ _jsx(\"li\", {\n children: \"도서 배송 비용은 3만원 이상 구매시 무료입니다.\"\n }),\n /*#__PURE__*/ _jsxs(\"li\", {\n children: [\n \"서책 상품의 경우 결제 확인 후 상품 수령까지 영업일 기준 \",\n /*#__PURE__*/ _jsx(\"b\", {\n children: \"2~4일 정도\"\n }),\n \" 소요됩니다.\"\n ]\n })\n ]\n })\n })\n ]\n }),\n /*#__PURE__*/ _jsxs(\"div\", {\n className: \"wrapper\",\n children: [\n /*#__PURE__*/ _jsx(\"p\", {\n className: \"title\",\n children: \"반품/교환 방법\"\n }),\n /*#__PURE__*/ _jsxs(\"p\", {\n className: \"content\",\n children: [\n '\" 홈페이지 우측 하단의 상담 버튼 > 대화 > 새 문의하기 > 환불 문의\"',\n \" \",\n /*#__PURE__*/ _jsx(\"br\", {}),\n \"환불 가능 여부 확인 후, 영업일 기준 1~3일 내에 환불 신청이 완료됩니다.\",\n /*#__PURE__*/ _jsx(\"br\", {}),\n \"상품 회수 및 환불 처리 일정은 택배사 상황에 따라 변동될 수 있습니다.\"\n ]\n })\n ]\n }),\n /*#__PURE__*/ _jsxs(\"div\", {\n className: \"wrapper\",\n children: [\n /*#__PURE__*/ _jsx(\"p\", {\n className: \"title\",\n children: \"반품/교환 가능 기간\"\n }),\n /*#__PURE__*/ _jsx(\"div\", {\n className: \"content\",\n children: /*#__PURE__*/ _jsxs(\"ul\", {\n children: [\n /*#__PURE__*/ _jsx(\"li\", {\n children: \"변심반품: 수령 후 20일\"\n }),\n /*#__PURE__*/ _jsx(\"li\", {\n children: \"파본 등 상품결함 시: 문제점 발견 후 30일\"\n })\n ]\n })\n })\n ]\n }),\n /*#__PURE__*/ _jsxs(\"div\", {\n className: \"wrapper\",\n children: [\n /*#__PURE__*/ _jsx(\"p\", {\n className: \"title\",\n children: \"반품/교환 비용\"\n }),\n /*#__PURE__*/ _jsx(\"div\", {\n className: \"content\",\n children: /*#__PURE__*/ _jsx(\"ul\", {\n children: /*#__PURE__*/ _jsxs(\"li\", {\n children: [\n \"단순 변심 혹은 구매 착오의 경우 반송료는 고객이 부담합니다. 단, 아래의 주문/취소 조건인 경우 취소 수수료가 면제됩니다.\",\n /*#__PURE__*/ _jsx(\"br\", {}),\n \"- 당일 00시 ~ 24시 주문을 당일 24시 이전에 취소하는 경우\"\n ]\n })\n })\n })\n ]\n }),\n /*#__PURE__*/ _jsxs(\"div\", {\n className: \"wrapper\",\n children: [\n /*#__PURE__*/ _jsx(\"p\", {\n className: \"title\",\n children: \"반품/교환 불가 사유\"\n }),\n /*#__PURE__*/ _jsx(\"div\", {\n className: \"content\",\n children: /*#__PURE__*/ _jsxs(\"ul\", {\n children: [\n /*#__PURE__*/ _jsx(\"li\", {\n children: \"소비자에게 책임이 있는 사유로 인해 상품이 손실 또는 훼손된 경우\"\n }),\n /*#__PURE__*/ _jsxs(\"li\", {\n children: [\n \"소비자의 상품 사용, 포장 개봉 등에 의해 상품의 가치가 현저히 감소한 경우 \",\n /*#__PURE__*/ _jsx(\"br\", {}),\n \"예) 랩핑이 제거된 수험서/문제집류\"\n ]\n }),\n /*#__PURE__*/ _jsx(\"li\", {\n children: \"상품 구매 시 함께 제공 받은 서비스 혹은 상품을 사용하거나 열람한 경우\"\n }),\n /*#__PURE__*/ _jsx(\"li\", {\n children: \"반품/교환 가능 기간이 경과한 경우\"\n })\n ]\n })\n })\n ]\n }),\n /*#__PURE__*/ _jsxs(\"div\", {\n className: \"wrapper\",\n children: [\n /*#__PURE__*/ _jsx(\"p\", {\n className: \"title\",\n children: \"소비자 피해보상/환불지연에 따른 배상\"\n }),\n /*#__PURE__*/ _jsx(\"div\", {\n className: \"content\",\n children: /*#__PURE__*/ _jsxs(\"ul\", {\n children: [\n /*#__PURE__*/ _jsx(\"li\", {\n children: \"상품의 불량에 의한 반품, 교환, 환불, 품질보증 및 피해보상 등에 관한 사항은 소비자분쟁해결기준 (공정거래위원회 고시) 에 준하여 처리됩니다.\"\n }),\n /*#__PURE__*/ _jsx(\"li\", {\n children: \"대금 환불 및 환불 지연에 따른 배상금 지급 조건, 절차 등은 전자상거래 등에서의 소비자 보호에 관한 법률에 따라 처리함\"\n })\n ]\n })\n })\n ]\n })\n ]\n }) : productType === \"ebook\" ? /*#__PURE__*/ _jsxs(RefundTab, {\n name: \"refund\",\n children: [\n /*#__PURE__*/ _jsx(\"h3\", {\n children: \"환불/교환 정보\"\n }),\n /*#__PURE__*/ _jsxs(\"div\", {\n className: \"wrapper\",\n children: [\n /*#__PURE__*/ _jsx(\"p\", {\n className: \"title\",\n children: \"환불 방법\"\n }),\n /*#__PURE__*/ _jsx(\"p\", {\n className: \"content\",\n children: '\"홈페이지 우측 하단의 상담 버튼 > 대화 > 새 문의하기 > 환불 문의\" 를 통해 환불을 신청할 수 있습니다. 환불 가능 여부 확인 후 영업일 기준 1~3일 내에 환불 신청이 완료됩니다.'\n })\n ]\n }),\n /*#__PURE__*/ _jsxs(\"div\", {\n className: \"wrapper\",\n children: [\n /*#__PURE__*/ _jsx(\"p\", {\n className: \"title\",\n children: \"환불 가능 기간\"\n }),\n /*#__PURE__*/ _jsx(\"p\", {\n className: \"content\",\n children: \"상품을 이용하지 않은 경우 (이용 조건 및 환불 가능 조건은 하기 환불 조건 참고), 결제일로부터 7일 이내에 환불을 요청할 수 있습니다.\"\n })\n ]\n }),\n /*#__PURE__*/ _jsxs(\"div\", {\n className: \"wrapper\",\n children: [\n /*#__PURE__*/ _jsx(\"p\", {\n className: \"title\",\n children: \"환불/교환 조건\"\n }),\n /*#__PURE__*/ _jsx(\"div\", {\n className: \"content\",\n children: /*#__PURE__*/ _jsxs(\"ul\", {\n children: [\n /*#__PURE__*/ _jsx(\"li\", {\n children: \"결제한 eBook 을 굿노트6 앱에서 열람한 이력이 있을 경우 환불 처리가 불가능합니다.\"\n }),\n /*#__PURE__*/ _jsx(\"li\", {\n children: \"굿노트6 앱에서 교재를 실수로 삭제했거나 eBook 상품을 잘못 구매한 경우 쏠북 고객센터에서 “쏠북 매니저 연결하기” 메뉴를 선택해주세요.\"\n })\n ]\n })\n })\n ]\n })\n ]\n }) : /*#__PURE__*/ _jsxs(RefundTab, {\n producttype: productType,\n name: \"refund\",\n children: [\n /*#__PURE__*/ _jsx(\"h3\", {\n children: \"환불/교환 정보\"\n }),\n /*#__PURE__*/ _jsxs(\"div\", {\n className: \"wrapper\",\n children: [\n /*#__PURE__*/ _jsx(\"p\", {\n className: \"title\",\n children: \"환불 방법\"\n }),\n /*#__PURE__*/ _jsx(\"div\", {\n className: \"content\",\n children: /*#__PURE__*/ _jsxs(\"ul\", {\n children: [\n /*#__PURE__*/ _jsxs(\"li\", {\n children: [\n \"쏠북 서비스 페이지 우측 하단의 상담 버튼 혹은 쏠북 메인 페이지 하단의 고객만족센터 채널톡 문의 버튼을 클릭하고, [문의하기 \",\n \">\",\n \" 환불 요청] 버튼을 통해 환불을 요청할 수 있습니다.\"\n ]\n }),\n /*#__PURE__*/ _jsx(\"li\", {\n children: \"환불 가능 여부 확인 후 영업일 기준 1~3일 내에 순차적으로 환불이 진행됩니다.\"\n }),\n /*#__PURE__*/ _jsx(\"li\", {\n children: \"상품 구매 시 사용한 결제 수단을 통해서만 환불이 가능하며, 다른 결제 수단으로의 전환은 불가합니다.\"\n }),\n /*#__PURE__*/ _jsx(\"li\", {\n children: \"단건 구매 시, 이용한 결제 수단으로 취소 처리됩니다.\"\n }),\n /*#__PURE__*/ _jsx(\"li\", {\n children: \"이용권을 통한 구매 시, 해당 이용권의 재화 형태로 고객에게 복구 혹은 환급 처리됩니다.\"\n })\n ]\n })\n })\n ]\n }),\n /*#__PURE__*/ _jsxs(\"div\", {\n className: \"wrapper\",\n children: [\n /*#__PURE__*/ _jsx(\"p\", {\n className: \"title\",\n children: \"환불 가능 조건\"\n }),\n /*#__PURE__*/ _jsx(\"div\", {\n className: \"content\",\n children: /*#__PURE__*/ _jsxs(\"ul\", {\n children: [\n /*#__PURE__*/ _jsx(\"li\", {\n children: \"상품을 이용하지 않은 경우, 결제일로부터 7일 내에 환불을 요청할 수 있습니다.\"\n }),\n /*#__PURE__*/ _jsx(\"li\", {\n children: \"결제일로부터 7일이 경과한 경우, 상품의 환불 요청이 불가합니다.\"\n }),\n /*#__PURE__*/ _jsxs(\"li\", {\n children: [\n \"아래의 경우 상품을 이용한 것으로 간주하며, 환불 처리가 불가합니다.\",\n /*#__PURE__*/ _jsxs(\"ul\", {\n children: [\n /*#__PURE__*/ _jsx(\"li\", {\n children: \"자료 보관함에서 상품을 열람한 경우\"\n }),\n /*#__PURE__*/ _jsx(\"li\", {\n children: \"쏠북 엑스퍼트 서비스를 통해 상품을 불러오거나 열람한 경우\"\n }),\n /*#__PURE__*/ _jsx(\"li\", {\n children: \"(저작권 해결을 위해 구매한 라이선스 상품에 한함) 구매한 라이선스와 연관된 상품을 쏠북 마켓에 판매 등록한 경우\"\n })\n ]\n })\n ]\n }),\n /*#__PURE__*/ _jsxs(\"li\", {\n children: [\n \"아래의 경우 환불 가능 여부에 대해 고객센터에 확인을 요청할 수 있습니다.\",\n /*#__PURE__*/ _jsxs(\"ul\", {\n children: [\n /*#__PURE__*/ _jsx(\"li\", {\n children: \"구매한 상품에 오류가 있는 경우\"\n }),\n /*#__PURE__*/ _jsx(\"li\", {\n children: \"기술적인 문제가 발생하여 상품의 이용이 어렵게 된 경우\"\n })\n ]\n })\n ]\n })\n ]\n })\n })\n ]\n })\n ]\n });\n};\nexport default ProductDetailTerms;\n"],"names":[],"sourceRoot":""}