@charset "UTF-8";
/* =============================================================================
   CCT95 DESIGN BASE
   to quote Adobe Dreamweaver CS6 as boilerplate.css
   ========================================================================== */
/* =============================================================================
   HTML5 顯示定義
   ========================================================================== */
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400&family=Noto+Serif+TC:wght@400;700;900&display=swap");
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
}

[hidden] {
  display: none;
}

/* =============================================================================
   印刷樣式
   ========================================================================== */
abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

/* 重新宣告固定寬度字體系列  */
pre, code, kbd, samp {
  font-family: monospace, monospace;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

/* 改善所有瀏覽器中預先格式化之文字的可讀性 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

q:before, q:after {
  content: "";
  content: none;
}

small {
  font-size: 85%;
}

/* 放置下標字和上標字內容，而不影響行高 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* =============================================================================
   內嵌內容
   ========================================================================== */
/*
 * 1. 改善在 IE7 中縮放時的影像品質
 * 2. 移除影像容器上影像與邊框之間的間隙
 */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

/* 修正 IE9 中未隱藏的溢位 */
svg:not(:root) {
  overflow: hidden;
}

/* =============================================================================
   圖表
   ========================================================================== */
figure {
  margin: 0;
}

/* =============================================================================
   表單
   ========================================================================== */
form {
  margin: 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/* 表示「label」會將焦點移至相關聯的表單元素 */
label {
  cursor: pointer;
}

/* 
 * 1. 修正 IE6/7/8/9 中非繼承的顏色 
 * 2. 修正 IE6/7 中顯示異常的對齊 
 */
legend {
  border: 0;
  padding: 0;
}

/*
 * 1. 修正所有瀏覽器中非繼承的字體大小
 * 2. 移除 FF3/4 S5 Chrome 中的邊界
 * 3. 在所有瀏覽器中定義一致的垂直對齊顯示
 */
button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}

/*
 * 1. 顯示手掌游標，表示可點選的表單元素
 * 2. 允許 iOS 中可點選之表單元素的樣式
 */
button, input[type=button], input[type=reset], input[type=submit] {
  cursor: pointer;
}

/* 一致的方塊大小和外觀 */
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
}

input[type=search] {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*  移除 FF3/4 中的內部內距和邊框 */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* 
 * 1. 移除 IE6/7/8/9 中的預設垂直捲軸 
 * 2. 僅允許垂直調整大小
 */
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/* 表單有效性的色彩 */
input:invalid, textarea:invalid {
  background-color: #f0dddd;
}

/* =============================================================================
   表格
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td {
  vertical-align: top;
}

/* ==|== 非語意的 helper 類別 ========================================
   在進入此區段之前，請先定義您的樣式。
   ========================================================================== */
/* 用於影像取代 */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}

.ir br {
  display: none;
}

/* 同時在螢幕讀取器和瀏覽器中隱藏: h5bp.com/u */
.hidden {
  display: none !important;
  visibility: hidden;
}

/* 僅垂直隱藏，但在螢幕讀取器中提供使用: h5bp.com/v */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* 擴充 .visuallyhidden 類別，以允許元素可在透過鍵盤瀏覽時取得焦點: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/* 垂直隱藏且在螢幕讀取器中隱藏，但保留版面 */
.invisible {
  visibility: hidden;
}

/* 包含浮動: h5bp.com/q */
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

/* ==|== 列印樣式 =======================================================
   列印樣式。
   已內嵌，以避免必要的 HTTP 連線: h5bp.com/r
   ========================================================================== */
@media print {
  /* 黑色的列印速度更快 */
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  a, a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /* 不要顯示影像的連結或 javascript/內部連結 */
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
}
/* =============================================================================
   ALL USE
   ========================================================================== */
html {
  height: 100%;
}

.clear {
  clear: both;
}

/* 消虛線IE7 */
/* JQ TOOL USE */
a.disabled {
  visibility: hidden !important;
}

/* =============================================================================
   base style
   ========================================================================== */
body, td, th, input {
  font-size: 14px;
  -webkit-text-size-adjust: none;
}

a:link, a:visited {
  text-decoration: none;
}

a:hover, a:active {
  text-decoration: underline;
}

a:focus {
  outline: thin dotted;
}

/* CSS Document */
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: none; /*  Fix Chrome Font size limit */
}

li {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
  font: 100%;
}

fieldset, img {
  border: none;
}

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: normal;
}

img {
  vertical-align: middle;
}

abbr, acronym {
  border: none;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, button, textarea, select {
  font-size: 100%;
}

input {
  vertical-align: middle;
}

select, input, button, textarea {
  font: 100% Verdana, Arial, Helvetica, sans-serif;
}

pre, code, kbd, samp, tt {
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

small {
  font-size: 100%;
}

ins {
  text-decoration: none;
}

pre {
  white-space: pre-wrap; /* css-3 */
  white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
  white-space: -pre-wrap; /* Opera 4-6 */
  white-space: -o-pre-wrap; /* Opera 7 */
  word-wrap: break-word; /* Internet Explorer 5.5+ */
}

body {
  margin: 0px;
  padding: 0px;
  font-family: "Noto Serif TC", "Noto Serif JP", serif;
  color: #000000;
  overflow-x: hidden;
}

* {
  box-sizing: border-box;
}
*:focus {
  outline: 0;
}

input::-webkit-input-placeholder {
  font-family: "Noto Serif TC", "Noto Serif JP", serif;
  color: #bbbbbb;
}

textarea, input, select, option {
  font-family: "Noto Serif TC", "Noto Serif JP", serif !important;
  color: #000000;
}

p, ul li, ol li {
  font-size: 14px;
  line-height: 25px;
}

ol li {
  list-style-type: decimal;
  margin-left: 16px;
}

a {
  color: #000000;
}
a:hover {
  text-decoration: none;
}
a:focus {
  outline: 0;
}

.wrapper {
  display: flex;
  flex-direction: column;
  width: calc(100% - 48px);
  max-width: 1200px;
  gap: 32px;
}
.wrapper--row {
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 32px;
}
.wrapper--center {
  justify-content: space-between;
  align-items: center;
}
.wrapper--footerInside {
  flex-direction: row;
  justify-content: center;
}

.button {
  min-width: 100px;
  text-align: center;
  cursor: pointer;
}
.button--link {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  min-width: 0;
}
.button--link:hover {
  text-decoration: underline;
}
.button--link img {
  width: 8px;
}
.button--cancel {
  padding: 8px 16px;
  color: white;
  background-color: #aaaaaa;
}
.button--normal {
  padding: 8px 16px;
  color: white;
  background-color: #000000;
}
.button--focus {
  padding: 8px 16px;
  color: white;
  background-color: #000000;
}
.button--fb {
  padding: 8px 16px;
  color: white;
  background-color: #666666;
}

.buttonArea {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  gap: 8px;
}
.buttonArea--full .button {
  width: 100%;
}
.buttonArea--social {
  padding-top: 16px;
  border-top: #333333 1px solid;
}
.buttonArea--center {
  justify-content: center;
}

.pageList {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  gap: 24px;
  width: 100%;
}
.pageList li {
  font-size: 14px;
}
.pageList li img {
  width: 8px;
}

.inputArea {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.inputArea__section {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.inputArea__item {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.inputArea__item--between {
  flex-direction: row;
  justify-content: space-between;
}
.inputArea textarea, .inputArea input {
  padding: 8px;
  border: #333333 1px solid;
}
.inputArea .checkCode {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
}
.inputArea .checkCode input {
  width: 125px;
}
.inputArea .checkCode img {
  height: 25px;
}
.inputArea .checkCode span {
  text-decoration: underline;
}
.inputArea .inputItem {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  border: #333333 1px solid;
}
.inputArea .inputItem .head {
  padding: 0 8px;
  width: 75px;
  font-size: 12px;
  text-align: center;
  white-space: nowrap;
  border-right: #333333 1px solid;
}
.inputArea .inputItem input, .inputArea .inputItem select {
  flex: 1;
  height: 33px;
  border: 0;
}
.inputArea--member {
  max-width: 100%;
  width: 1024px;
}

#app {
  width: 100%;
}

.appContent {
  display: flex;
  flex-direction: row;
}
.appContent--inside {
  flex-direction: column;
  padding-top: 57px;
}
.appContent--inside .header {
  position: static;
  width: 100%;
  height: 85px;
  flex-direction: row;
  justify-content: center;
  gap: 40px;
  padding: 0 24px;
}
.appContent--inside .header img {
  width: auto;
  height: 45px;
}
.appContent--inside .header .mainNav {
  flex-direction: row;
}
.appContent--inside .header .mainNav li a {
  width: auto;
  writing-mode: initial;
  text-orientation: initial;
  transform: none;
}
.appContent--inside .contentArea {
  width: 100%;
}
.appContent--inside .contentArea .accountBox {
  position: absolute;
  top: 0;
  left: 0;
}
.appContent--inside .footer {
  justify-content: center;
  color: #000000;
  background-color: white;
}
.appContent--inside .footer .secondNav a {
  color: #000000;
}
.appContent--inside .footer__section--logoArea {
  align-items: center;
}

.cartSlideDown {
  position: absolute;
  top: 57px;
  right: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 0;
  padding: 24px 0;
  z-index: 99;
  color: #000000;
  background-color: white;
  overflow: hidden;
}
.cartSlideDown ul {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-bottom: 8px;
  border-bottom: #999999 1px solid;
}
.cartSlideDown ul li {
  display: flex;
  flex-direction: row;
  gap: 8px;
  font-size: 12px;
}
.cartSlideDown ul li img {
  width: 25px;
  height: 25px;
  object-fit: cover;
  object-position: center;
}
.cartSlideDown ul li .title {
  width: 100px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.cartSlideDown ul li .detail {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100px;
}
.cartSlideDown .sumPrice {
  text-align: right;
}
.cartSlideDown .buttonList {
  display: flex;
  flex-direction: row;
  gap: 4px;
}
.cartSlideDown .buttonList .button {
  flex: 1;
}

.accountBox a:hover .cartSlideDown {
  width: auto;
  padding: 24px;
}

.header {
  position: sticky;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 100px;
  height: 100vh;
  padding: 48px 0;
  background-color: white;
}
.header img {
  width: 40px;
}
.header .mainNav {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.header .mainNav li {
  cursor: pointer;
}
.header .mainNav li a {
  display: block;
  width: 18px;
  font-size: 14px;
  line-height: 14px;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  transform: rotate(180deg);
}
.header .mainNav li a:hover {
  color: #000000;
}
.header .mainNav li.closeMenu {
  display: none;
}
.header .openMenu {
  display: none;
}

.contentArea {
  width: calc(100% - 100px);
  background-color: #E8F5E8;
}
.contentArea .accountBox {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  gap: 16px;
  width: 100%;
  padding: 0 24px;
  font-size: 14px;
  line-height: 14px;
  background-color: #000000;
  cursor: pointer;
}
.contentArea .accountBox a {
  display: block;
  padding: 16px 0;
  color: white;
}
.contentArea .accountBox a:hover {
  text-decoration: underline;
}
.contentArea .accountBox li.focus a {
  color: #E1F5FE;
}

.content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.titleArea {
  display: flex;
  flex-direction: row;
}
.titleArea--reverse {
  flex-direction: row-reverse;
}
.titleArea--reverse .title {
  align-items: flex-end;
  justify-content: flex-end;
}
.titleArea--column {
  flex-direction: column;
  gap: 24px;
  width: 200px;
  margin-right: 60px;
}
.titleArea .title {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.titleArea .title .main {
  font-size: 24px;
  line-height: 24px;
  font-weight: 900;
}
.titleArea .title .sub {
  line-height: 14px;
  color: #333333;
}
.titleArea .description {
  flex: 2;
  padding-left: 24px;
  border-left: #333333 1px solid;
}
.titleArea--inside .title {
  flex-direction: row;
  align-items: flex-end;
}
.titleArea--inside.titleArea--reverse .title {
  flex-direction: row-reverse;
  justify-content: flex-start;
}

.footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  padding: 48px;
  color: white;
  background-color: #000000;
}
.footer__section {
  display: flex;
  flex-direction: column;
  gap: 72px;
}
.footer__section--logoArea {
  align-items: flex-end;
  gap: 8px;
}
.footer .secondNav {
  display: flex;
  flex-direction: row;
  gap: 16px;
}
.footer .secondNav a {
  color: white;
}
.footer .secondNav a:hover {
  text-decoration: underline;
}
.footer .contactList {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-left: 16px;
  border-left: #333333 1px solid;
}
.footer .contactList li {
  display: flex;
  flex-direction: row;
  gap: 8px;
  font-size: 12px;
}
.footer .contactList li .head {
  width: 80px;
}
.footer .footerLogo {
  height: 50px;
}
.footer .copyright {
  font-size: 12px;
}

@media screen and (max-width: 979px) {
  .wrapper {
    display: flex;
    flex-direction: column;
    width: calc(100% - 48px);
    max-width: 1200px;
    gap: 32px;
  }
  .wrapper--row {
    flex-direction: column;
  }
  .titleArea {
    flex-direction: column;
    gap: 24px;
  }
  .titleArea--reverse {
    flex-direction: column;
  }
  .titleArea--reverse .title {
    align-items: flex-start;
  }
  .titleArea--column {
    width: 100%;
    margin-right: 0;
  }
  .titleArea--inside.titleArea--reverse .title {
    flex-direction: row;
    align-items: flex-end;
  }
  .inputArea {
    gap: 16px;
  }
  .inputArea__item {
    gap: 4px;
  }
  .inputArea__item--between {
    flex-direction: column;
    gap: 16px;
  }
  .inputArea .checkCode {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
  }
  .inputArea .checkCode input {
    width: calc(100% - 83px);
  }
  .inputArea .checkCode img {
    width: 75px;
    height: auto;
  }
  .inputArea .checkCode p {
    width: 100%;
  }
  .inputArea .inputItem {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 4px;
    border: #333333 1px solid;
  }
  .inputArea .inputItem .head {
    padding: 0 8px;
    width: 75px;
    font-size: 12px;
    text-align: center;
    white-space: nowrap;
    border-right: #333333 1px solid;
  }
  .inputArea .inputItem input, .inputArea .inputItem select {
    flex: 1;
    height: 33px;
    border: 0;
  }
  .inputArea--member {
    max-width: 100%;
    width: 1024px;
  }
  .cartSlideDown {
    top: 41px;
  }
  .appContent {
    flex-direction: column;
    padding-top: 41px;
  }
  .appContent .header {
    position: static;
    width: 100%;
    height: 65px;
    flex-direction: row;
    padding: 0 24px;
  }
  .appContent .header img {
    display: none;
  }
  .appContent .header > a {
    display: block;
    width: 70px;
    height: 35px;
    background-image: url("../images/smalllogo.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
  .appContent .header .mainNav {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
    width: 100%;
    height: 0;
    padding: 0 48px;
    background-color: rgba(12, 37, 43, 0.9);
    backdrop-filter: blur(16px);
    overflow: hidden;
    z-index: 99;
    transition: 0.3s;
  }
  .appContent .header .mainNav li a {
    width: 100%;
    padding: 24px 0;
    font-size: 18px;
    color: white;
    border-bottom: white 1px solid;
  }
  .appContent .header .mainNav li:nth-last-child(2) a {
    border: 0;
  }
  .appContent .header .mainNav .closeMenu {
    display: block;
    position: absolute;
    top: 24px;
    right: 24px;
    width: 24px;
    height: 24px;
  }
  .appContent .header .mainNav .closeMenu:before {
    content: "";
    position: absolute;
    top: 11px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: white;
    transform: rotate(45deg);
  }
  .appContent .header .mainNav .closeMenu:after {
    content: "";
    position: absolute;
    bottom: 11px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: white;
    transform: rotate(-45deg);
  }
  .appContent .header .mainNav.open {
    height: 100%;
    padding: 48px;
  }
  .appContent .header .openMenu {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 16px;
    border-top: #0A4DAA 2px solid;
    border-bottom: #0A4DAA 2px solid;
  }
  .appContent .header .openMenu:after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #0A4DAA;
  }
  .appContent .contentArea {
    width: 100%;
  }
  .appContent .contentArea .accountBox {
    position: absolute;
    top: 0;
    left: 0;
    justify-content: center;
    padding: 0 16px;
  }
  .appContent .contentArea .accountBox li {
    line-height: 9px;
  }
  .appContent--inside .header {
    padding: 0;
  }
  .appContent--inside .header .wrapper {
    flex-direction: row !important;
  }
  .appContent--inside .header .wrapper > a {
    display: block;
    width: 70px;
    height: 35px;
    background-image: url("../images/smalllogo.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
  .appContent .footer {
    flex-direction: column;
    align-items: center;
    padding: 24px;
    gap: 24px;
  }
  .appContent .footer__section {
    gap: 24px;
    width: 100%;
  }
  .appContent .footer__section--logoArea {
    align-items: center;
    padding-top: 16px;
    border-top: white 1px solid;
  }
  .appContent .footer .contactList {
    padding-left: 0;
    border-left: 0;
  }
  .appContent .footer .footerLogo {
    display: none;
  }
}
.indexBanner {
  width: 100%;
}
.indexBanner__item {
  width: 100%;
}
.indexBanner__item img {
  width: 100%;
  height: 620px;
  object-fit: cover;
  object-position: center;
}

.indexSection {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 96px 0;
}
.indexSection--dark {
  background-color: #0C252B;
}
.indexSection--dark a {
  color: white;
}
.indexSection--dark .titleArea {
  color: white;
}
.indexSection--light {
  background-color: white;
}

.categoryList {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 32px 12px 32px 32px;
  background-color: #000000;
}
.categoryList__card {
  position: relative;
  width: calc(25% - 18px);
  margin-right: 24px;
}
.categoryList__card a {
  display: flex;
}
.categoryList__card img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: center;
}
.categoryList__card .detail {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
}
.categoryList__card .detail .title {
  width: 22px;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
  color: white;
}

.promotion {
  width: 100%;
  margin-top: 24px;
}
.promotion img {
  width: 100%;
  height: auto;
}

.indexBanner .slick-dots {
  position: absolute !important;
  bottom: 0 !important;
  left: 0 !important;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  gap: 4px !important;
  width: 100% !important;
  padding: 24px 0 !important;
}
.indexBanner .slick-dots li button {
  width: 8px !important;
  height: 8px !important;
  border-radius: 4px !important;
  font-size: 0 !important;
  border: 0 !important;
  background-color: white !important;
}
.indexBanner .slick-dots li.slick-active button {
  width: 24px !important;
}

.slick-arrow {
  font-size: 0;
  border: 0;
  position: absolute;
  background-color: #000000;
}

.slick-prev {
  background-image: url("../images/arrowPrev--light.svg");
  background-repeat: no-repeat;
  background-size: 6px;
  background-position: center;
}

.slick-next {
  background-image: url("../images/arrowNext--light.svg");
  background-repeat: no-repeat;
  background-size: 6px;
  background-position: center;
}

.indexSection--dark .slick-arrow {
  background-color: white;
}
.indexSection--dark .slick-prev {
  background-image: url("../images/arrowPrev--dark.svg");
}
.indexSection--dark .slick-next {
  background-image: url("../images/arrowNext--dark.svg");
}

.biggerSlider .slick-arrow {
  top: 50%;
  width: 32px;
  height: 32px;
  margin-top: -18px;
  border-radius: 32px;
}
.biggerSlider .slick-prev {
  left: -48px;
}
.biggerSlider .slick-next {
  right: -48px;
}

.smallerSlider .slick-arrow {
  bottom: -58px;
  width: 24px;
  height: 24px;
  border-radius: 32px;
}
.smallerSlider .slick-prev {
  left: 0;
}
.smallerSlider .slick-next {
  left: 32px;
}

@media screen and (max-width: 979px) {
  .indexBanner__item img {
    height: 320px;
  }
  .indexSection {
    padding: 48px 0;
  }
  .slick-arrow {
    display: none !important;
  }
}
.insideBanner {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  padding: 56px 0 0;
}
.insideBanner--dark {
  padding: 56px 0 32px;
  color: white;
  background-color: #0F2A31;
}
.insideBanner--dark a {
  color: white;
}

.insideBackArea {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.insideContent {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  padding: 32px 0 96px;
}

.insideNav {
  display: flex;
  flex-direction: column;
  width: 200px;
  padding: 16px;
  background-color: white;
}
.insideNav li a {
  display: flex;
  padding: 16px;
  border-bottom: #333333 1px solid;
}
.insideNav li.active a, .insideNav li:hover a {
  color: white;
  background-color: #000000;
  border-color: #0A4DAA;
}
.insideNav li:last-child a {
  border-bottom: 0;
}

.insideRegularContent {
  display: flex;
  flex-direction: row;
  gap: 48px;
  padding: 48px;
  border-bottom: #0A4DAA 5px solid;
  background-color: white;
}
.insideRegularContent--cart {
  flex-direction: column;
}
.insideRegularNav {
  display: flex;
  flex-direction: column;
  width: 200px;
}
.insideRegularNav li a {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  padding: 16px;
  font-size: 16px;
  color: #aaaaaa;
  border-bottom: #333333 1px solid;
}
.insideRegularNav li a:before {
  content: "";
  width: 10px;
  height: 10px;
  background-image: url("../images/navIcon--regular.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.insideRegularNav li.active a, .insideRegularNav li:hover a {
  color: #0A4DAA;
}
.insideRegularNav li.active a:before, .insideRegularNav li:hover a:before {
  background-image: url("../images/navIcon--focus.svg");
}
.insideRegularNav li:last-child a {
  border-bottom: 0;
}
.insideRegularDetail {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  width: calc(100% - 248px);
  padding-left: 48px;
  border-left: #333333 1px solid;
}
.insideRegularDetail > .title {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  padding: 16px;
  font-size: 18px;
  font-weight: 700;
  line-height: 15px;
  border-bottom: #333333 1px solid;
}
.insideRegularDetail > .title:before {
  content: "";
  width: 14px;
  height: 14px;
  background-image: url("../images/navIcon--focus.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.insideRegularDetail > .title:after {
  content: "";
  width: 14px;
  height: 14px;
  background-image: url("../images/navIcon--focus.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transform: rotate(180deg);
}
.insideRegularDetail .regularDetail {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}
.insideRegularDetail .regularDetail img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.memberTable {
  display: table;
  border-collapse: collapse;
}
.memberTable__row {
  display: table-row;
  border-bottom: #333333 1px solid;
}
.memberTable__row.head {
  font-size: 12px;
  color: #aaaaaa;
}
.memberTable__cell {
  display: table-cell;
  padding: 8px;
}
.memberTable__cell .button {
  display: inline-block;
  font-size: 12px;
  line-height: 12px;
  padding: 8px;
  min-width: 50px;
}
.memberTable__cell .tableTitle {
  display: none;
}
.memberTable--detail .memberTable__cell {
  padding: 16px;
}
.memberTable--detail .memberTable__cell:first-child {
  width: 125px;
  font-size: 12px;
}
.memberTable--detail .memberTable__cell:last-child {
  width: calc(100% - 150px);
}
.memberTable--detail .memberTable__cell--productList {
  padding: 0;
}

.memberProductTable {
  display: table;
  width: 100%;
}
.memberProductTable__row {
  display: table-row;
}
.memberProductTable__row.head {
  border-bottom: #d6d6d6 1px solid;
}
.memberProductTable__row.head .memberProductTable__cell {
  font-size: 12px;
  color: #aaa;
}
.memberProductTable__row:nth-child(2n+2) .memberProductTable__cell {
  background-color: #fafafa;
}
.memberProductTable__cell {
  display: table-cell;
  padding: 8px;
}

@media screen and (max-width: 979px) {
  .insideNav {
    position: relative;
    flex-direction: column;
    padding: 73px 16px 16px;
    width: 100%;
    height: 0px;
    overflow: hidden;
  }
  .insideNav li a {
    display: flex;
    flex-direction: row;
    width: 100%;
    border-bottom: 0;
  }
  .insideNav li.active a {
    position: absolute;
    top: 16px;
    left: 16px;
    width: calc(100% - 32px);
  }
  .insideNav li.active a:before {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    right: 16px;
    width: 14px;
    height: 2px;
    background-color: white;
  }
  .insideNav li.active a:after {
    content: "";
    position: absolute;
    top: calc(50% - 7px);
    right: 22px;
    width: 2px;
    height: 14px;
    background-color: white;
  }
  .insideNav:hover {
    height: auto;
  }
  .insideNav:hover li.active a:after {
    display: none;
  }
  .insideRegularContent {
    flex-direction: column;
    gap: 24px;
    padding: 24px;
  }
  .insideRegularNav {
    position: relative;
    flex-direction: column;
    padding: 57px 0 0;
    width: 100%;
    height: 0px;
    overflow: hidden;
    background-color: #fafafa;
  }
  .insideRegularNav li a {
    display: flex;
    flex-direction: row;
    width: 100%;
  }
  .insideRegularNav li a:before, .insideRegularNav li a:after {
    display: none;
  }
  .insideRegularNav li.active a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .insideRegularNav li.active a:before {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    right: 16px;
    display: block;
    width: 14px;
    height: 2px;
    background-color: #000000;
  }
  .insideRegularNav li.active a:after {
    content: "";
    position: absolute;
    top: calc(50% - 7px);
    right: 22px;
    display: block;
    width: 2px;
    height: 14px;
    background-color: #000000;
  }
  .insideRegularNav li:last-child a {
    border-bottom: #333333 1px solid;
  }
  .insideRegularNav:hover {
    height: auto;
  }
  .insideRegularNav:hover li.active a:after {
    display: none;
  }
  .insideRegularDetail {
    gap: 24px;
    width: 100%;
    padding-left: 0;
    border-left: 0;
  }
  .insideRegularDetail > .title {
    display: none;
  }
  .insideRegularDetail .regularDetail {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
  }
  .insideRegularDetail .regularDetail img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
  }
  .memberTable {
    display: flex;
    flex-direction: column;
  }
  .memberTable__row {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 8px 0;
  }
  .memberTable__row.head {
    display: none;
  }
  .memberTable__cell {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 4px;
    width: 100%;
    padding: 8px 0;
  }
  .memberTable__cell .tableTitle {
    display: block;
    width: 65px;
    font-size: 12px;
    color: #aaa;
  }
  .memberTable__cell:has(.button) {
    justify-content: flex-end;
  }
  .memberTable--detail .memberTable__cell {
    padding: 4px 0;
  }
  .memberTable--detail .memberTable__cell:first-child {
    width: 100%;
    font-size: 12px;
  }
  .memberTable--detail .memberTable__cell:last-child {
    width: 100%;
  }
  .memberTable--detail .memberTable__cell--productList {
    padding: 0;
  }
}
.productList {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 24px;
}
.productList--index {
  gap: 0;
  padding: 32px 12px 32px 32px;
  background-color: #000000;
}
.productList--index .productList__card {
  margin-right: 24px;
}
.productList__card {
  width: calc(33.3333333333% - 16px);
  transition: 0.5s;
}
.productList__card a {
  display: flex;
  flex-direction: column;
  background-color: white;
}
.productList__card a:hover {
  transition: 0.2s;
  transform: translateY(-3px);
}
.productList__card a > img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  object-position: center;
}
.productList__card a .detail {
  padding: 24px;
}

.productCard .detail, .productList__card a .detail {
  flex: 1;
  display: flex;
  flex-direction: column;
  background-color: white;
}
.productCard .detail > .title, .productList__card a .detail > .title {
  padding-bottom: 16px;
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  border-bottom: #333333 1px solid;
}
.productCard .detail .detailSection, .productList__card a .detail .detailSection {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}
.productCard .detail .detailSection select, .productList__card a .detail .detailSection select {
  width: 75px;
  height: 36px;
  padding: 8px;
  line-height: 20px;
  border: #333333 1px solid;
  border-radius: 0;
}
.productCard .detail .detailSection > *, .productList__card a .detail .detailSection > * {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 4px;
}
.productCard .detail .detailSection .oldPrice, .productList__card a .detail .detailSection .oldPrice {
  font-size: 12px;
  line-height: 12px;
  color: #aaaaaa;
}
.productCard .detail .detailSection .price, .productList__card a .detail .detailSection .price {
  color: #000000;
  font-size: 14px;
  line-height: 14px;
}
.productCard .detail .detailSection .price .amount, .productList__card a .detail .detailSection .price .amount {
  font-size: 16px;
  line-height: 16px;
  margin-top: 4px;
}
.productCard .detail .description, .productList__card a .detail .description {
  margin-top: 16px;
}
.productCard .detail .productTitleArea, .productList__card a .detail .productTitleArea {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-bottom: 16px;
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 700;
  border-bottom: #333333 1px solid;
}
.productCard .detail .productTitleArea img, .productList__card a .detail .productTitleArea img {
  width: 20px;
}
.productCard .detail .buttonArea, .productList__card a .detail .buttonArea {
  margin-top: 24px;
}
.productCard .detail .buttonList, .productList__card a .detail .buttonList {
  display: flex;
  flex-direction: row;
  gap: 4px;
  margin-top: 24px;
}
.productCard .detail .buttonList .button, .productList__card a .detail .buttonList .button {
  flex: 1;
}
.productCard .imgArea, .productList__card a .imgArea {
  width: 50%;
  aspect-ratio: 1;
  background-position: center;
  background-size: cover;
}

.productCardList {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.productCardList .productCard {
  padding: 0;
  background-color: transparent;
}

.productCard {
  display: flex;
  align-items: stretch;
  flex-direction: row;
  padding: 48px;
  gap: 32px;
  background-color: white;
}
.productCard .detail .detailSection .price .amount {
  font-size: 20px;
  line-height: 20px;
}

.productDetail {
  display: flex;
  flex-direction: column;
  gap: 48px;
  padding: 48px;
  background-color: white;
  border-bottom: #000000 5px solid;
}
.productDetail__section {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.productDetail .detailTitle {
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 16px;
  border-bottom: #333333 1px solid;
}
.productDetail .productFeature {
  display: flex;
  flex-direction: row;
  gap: 24px;
}
.productDetail .productFeature .imgArea, .productDetail .productFeature .productTable {
  width: 50%;
}
.productDetail .productFeature .imgArea {
  background-position: center;
  background-size: cover;
}
.productDetail .productFeature .productTable {
  display: flex;
  flex-direction: column;
}
.productDetail .productFeature .productTable__row {
  display: flex;
  flex-direction: row;
  border-bottom: #333333 1px solid;
}
.productDetail .productFeature .productTable__row:last-child {
  border-bottom: 0;
}
.productDetail .productFeature .productTable__cell {
  padding: 16px;
  background-color: #efefef;
  width: calc(100% - 125px);
}
.productDetail .productFeature .productTable__cell.head {
  display: flex;
  flex-direction: row;
  gap: 8px;
  width: 125px;
  color: #000000;
  background-color: white;
}
.productDetail .productFeature .productTable__cell.head:before {
  content: "";
  width: 8px;
  height: 8px;
  margin-top: 6.5px;
  border-radius: 10px;
  background-color: #333333;
}
.productDetail .productDescription img {
  max-width: 100%;
  height: auto;
}

.productNav {
  display: flex;
  flex-direction: row;
  padding: 16px;
  background-color: white;
}
.productNav li {
  flex: 1;
  padding: 16px;
  text-align: center;
  font-size: 16px;
  line-height: 16px;
  border-right: #333333 1px solid;
}
.productNav li.active {
  border-right: #000000 1px solid;
  background-color: #000000;
}
.productNav li.active a {
  color: white;
}
.productNav li:last-child {
  border-right: 0;
}

.productInsideNav {
  display: flex;
  flex-direction: row;
  gap: 24px;
}
.productInsideNav li a {
  color: #aaaaaa;
}
.productInsideNav li.active a, .productInsideNav li:hover a {
  color: white;
}

.backButton {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}
.backButton img {
  width: 8px;
}

@media screen and (max-width: 979px) {
  .productList__card {
    width: 100%;
  }
  .productCard .imgArea, .productList__card a .imgArea {
    width: 100%;
    height: 175px;
  }
  .productCard {
    flex-direction: column;
    padding: 24px;
    gap: 16px;
  }
  .productDetail {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 24px;
  }
  .productDetail .productFeature {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .productDetail .productFeature .imgArea, .productDetail .productFeature .productTable {
    width: 100%;
    min-height: 175px;
  }
  .productDetail .productFeature .productTable {
    display: flex;
    flex-direction: column;
  }
  .productDetail .productFeature .productTable__cell {
    padding: 8px;
    width: calc(100% - 75px);
  }
  .productDetail .productFeature .productTable__cell.head {
    gap: 4px;
    width: 75px;
  }
  .productDetail .productFeature .productTable__cell.head:before {
    content: "";
    width: 4px;
    height: 4px;
    margin-top: 8.5px;
  }
  .productNav {
    position: relative;
    flex-direction: column;
    padding: 64px 16px 16px;
    height: 0px;
    overflow: hidden;
  }
  .productNav li {
    display: flex;
    flex-direction: row;
    width: 100%;
    border-right: 0;
  }
  .productNav li.active {
    position: absolute;
    top: 16px;
    left: 16px;
    width: calc(100% - 32px);
  }
  .productNav li.active:before {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    right: 16px;
    width: 14px;
    height: 2px;
    background-color: white;
  }
  .productNav li.active:after {
    content: "";
    position: absolute;
    top: calc(50% - 7px);
    right: 22px;
    width: 2px;
    height: 14px;
    background-color: white;
  }
  .productNav:hover {
    height: auto;
  }
  .productNav:hover li.active:after {
    display: none;
  }
  .productInsideNav {
    display: none;
  }
}
.videoList {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 24px;
  width: 100%;
}
.videoList .videoTitle, .videoList .videoCard a {
  position: relative;
  display: flex;
}
.videoList .videoTitle > img, .videoList .videoCard a > img {
  width: 100%;
  height: 325px;
  object-fit: cover;
  object-position: center;
}
.videoList .videoTitle {
  width: calc(50% - 12px);
}
.videoList .videoTitle .title {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  height: 100%;
  color: white;
  background-color: rgba(0, 0, 0, 0.25);
}
.videoList .videoTitle .title .main {
  font-size: 28px;
  font-weight: 900;
  line-height: 30px;
}
.videoList .videoTitle .title .sub {
  font-size: 16px;
}
.videoList .videoCard {
  width: calc(50% - 12px);
}
.videoList .videoCard a {
  display: flex;
  flex-direction: column;
}
.videoList .videoCard .playButton {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  width: 100%;
  height: calc(100% - 63px);
  color: white;
  background-color: rgba(0, 0, 0, 0.25);
}
.videoList .videoCard .playButton img {
  width: 50px;
  height: 50px;
}
.videoList .videoCard .videoDetail {
  padding: 24px;
  background-color: #0A4DAA;
}
.videoList .videoCard .videoDetail .title {
  font-size: 18px;
  font-weight: 700;
  line-height: 15px;
  color: white;
}
.videoList--index {
  padding: 32px;
  background-color: #0A4DAA;
}
.videoList--index .videoCard .playButton {
  height: 100%;
}

@media screen and (max-width: 979px) {
  .videoList {
    flex-direction: column;
  }
  .videoList .videoTitle > img, .videoList .videoCard a > img {
    height: 175px;
  }
  .videoList .videoTitle, .videoList .videoCard {
    width: 100%;
  }
}
.newsList {
  display: flex;
}
.newsList--index {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: calc(100% - 272px);
  margin-right: -24px;
}
.newsList--index .newsList__item {
  display: flex;
  flex-direction: column;
  width: calc(33.3333333333% - 16px);
  margin-right: 24px;
}
.newsList--index .newsList__item img {
  width: 100%;
  height: 225px;
  object-fit: cover;
  object-position: center;
}
.newsList--index .newsList__item .detail {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 32px;
  background-color: #E8F5E8;
}
.newsList--index .newsList__item .detail .date {
  font-size: 12px;
  color: #aaaaaa;
}
.newsList--index .newsList__item .detail .description {
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 16px;
  line-height: 23px;
  height: 46px;
}

.newsInsideList {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}
.newsInsideList li a {
  display: flex;
  flex-direction: row;
}
.newsInsideList li a .imgArea {
  width: 200px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.newsInsideList li a .detail {
  display: flex;
  flex-direction: column;
  width: calc(100% - 200px);
  padding: 24px;
  gap: 4px;
  background-color: #E8F5E8;
}
.newsInsideList li a .detail .date {
  font-size: 12px;
  color: #aaaaaa;
}
.newsInsideList li a .detail .description {
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 16px;
  line-height: 23px;
  height: 23px;
}

.newsInside {
  display: flex;
  flex-direction: column;
  gap: 32px;
  min-height: 400px;
  width: 100%;
}
.newsInsideTitle {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.newsInsideTitle .date {
  font-size: 12px;
  color: #aaaaaa;
}
.newsInsideTitle .description p {
  font-size: 20px;
  font-weight: 700;
  line-height: 23px;
}
.newsInsideDetail {
  display: flex;
  flex-direction: column;
  gap: 24px;
  flex: 1;
}
.newsInsideDetail p {
  line-height: 1.8;
  margin-bottom: 16px;
}

@media screen and (max-width: 979px) {
  .newsList--index {
    width: 100%;
    margin-right: 0;
  }
  .newsList--index .newsList__item {
    width: 100%;
    margin-right: 0;
  }
  .newsInsideList li a {
    display: flex;
    flex-direction: column;
  }
  .newsInsideList li a .imgArea {
    width: 100%;
    height: 175px;
  }
  .newsInsideList li a .detail {
    width: 100%;
  }
}
.recipeList {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: calc(100% - 232px);
}
.recipeList li a {
  display: flex;
  flex-direction: row;
}
.recipeList li a .imgArea {
  width: 350px;
  background-size: cover;
  background-position: center;
}
.recipeList li a .detail {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: calc(100% - 350px);
  padding: 24px;
  background-color: white;
}
.recipeList li a .detail .title {
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 16px;
  border-bottom: #4A90E2 1px solid;
}
.recipeList li a .detail .detailSection {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.recipeList li a .detail .texture {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
}
.recipeList li a .detail .texture span {
  font-size: 12px;
  line-height: 12px;
  color: #aaaaaa;
}
.recipeList li a .detail .texture span.main {
  font-size: 16px;
  line-height: 16px;
  color: #0A4DAA;
}
.recipeList li a .detail .amount {
  display: flex;
  flex-direction: row;
  gap: 4px;
}

.recipeInside {
  display: flex;
  flex-direction: column;
  padding: 48px;
  background-color: white;
  gap: 32px;
  width: calc(100% - 232px);
  border-bottom: #0A4DAA 5px solid;
}
.recipeInside > img {
  width: 100%;
  max-height: 500px;
  object-fit: cover;
  object-position: center;
}
.recipeInside .recipeDetail {
  display: flex;
  flex-direction: column;
  gap: 36px;
}
.recipeInside .detail {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.recipeInside .detail .title {
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 16px;
  border-bottom: #4A90E2 1px solid;
}
.recipeInside .detailTable {
  display: flex;
  flex-direction: column;
}
.recipeInside .detailTable__row {
  display: flex;
  flex-direction: row;
  border-bottom: #4A90E2 1px solid;
}
.recipeInside .detailTable__row:last-child {
  border-bottom: 0;
}
.recipeInside .detailTable__cell {
  padding: 16px;
  background-color: #efefef;
  width: calc(100% - 125px);
}
.recipeInside .detailTable__cell.head {
  display: flex;
  flex-direction: row;
  gap: 8px;
  width: 125px;
  color: #0A4DAA;
  background-color: white;
}
.recipeInside .detailTable__cell.head:before {
  content: "";
  width: 8px;
  height: 8px;
  margin-top: 6.5px;
  border-radius: 10px;
  background-color: #4A90E2;
}

.recipeArea {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 24px;
  background-color: #efefef;
}
.recipeArea__section {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.recipeArea .detailTitle {
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 16px;
  border-bottom: #4A90E2 1px solid;
}

@media screen and (max-width: 979px) {
  .recipeList {
    width: 100%;
  }
  .recipeList li a {
    flex-direction: column;
  }
  .recipeList li a .imgArea {
    width: 100%;
    height: 175px;
  }
  .recipeList li a .detail {
    width: 100%;
  }
  .recipeInside {
    padding: 24px;
    gap: 16px;
    width: 100%;
  }
  .recipeInside > img {
    height: 175px;
  }
}
.cartContent {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}
.cartContent > *:last-child {
  margin-top: 24px;
}
.cartContent .calcPrice {
  margin-bottom: 32px;
}

.cartStep {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.cartStep li {
  flex: 1;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  gap: 4px;
  padding: 16px;
  font-size: 16px;
  line-height: 16px;
  color: #aaaaaa;
  border-bottom: #4A90E2 1px solid;
}
.cartStep li .head {
  font-size: 12px;
  line-height: 12px;
}
.cartStep li.active {
  color: #0A4DAA;
  border-bottom: #0A4DAA 3px solid;
}

.cartTable {
  display: table;
  width: 100%;
  border-collapse: collapse;
}
.cartTable__row {
  display: table-row;
  border-bottom: #d6d6d6 1px solid;
}
.cartTable__row.head {
  font-size: 12px;
  color: #aaa;
}
.cartTable__row.head .cartTable__cell {
  padding: 8px;
}
.cartTable__cell {
  display: table-cell;
  vertical-align: middle;
}
.cartTable__cell img {
  width: 80px;
  height: 40px;
  object-fit: cover;
  object-position: center;
}
.cartTable .tableContent {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 4px;
  height: 100%;
  padding: 8px;
  font-size: 14px;
  line-height: 14px;
}
.cartTable .tableContent span.main {
  font-size: 18px;
  line-height: 18px;
}
.cartTable .tableContent input[type=number] {
  width: 50px;
  height: 25px;
  padding: 4px;
}
.cartTable .tableContent input, .cartTable .tableContent textarea, .cartTable .tableContent select {
  width: 100%;
  padding: 8px;
  border: #d6d6d6 1px solid;
}
.cartTable .tableContent select {
  width: 150px;
  height: 41px;
  font-size: 14px;
}
.cartTable .tableContent .calcButton {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  line-height: 25px;
  color: white;
  background-color: #0A4DAA;
  cursor: pointer;
}
.cartTable .tableContent--img {
  gap: 12px;
  align-items: center;
  font-size: 18px;
}
.cartTable .tableContent div.tableTitle {
  display: none;
}
.cartTable--info .head .cartTable__cell {
  padding: 16px;
}
.cartTable--info .cartTable__cell:first-child {
  width: 150px;
}
.cartTable--info .tableContent {
  padding: 16px;
  font-size: 16px;
}

.calcPrice {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 8px;
  padding: 16px;
  font-size: 16px;
  line-height: 16px;
  background-color: #efefef;
}
.calcPrice span.main {
  font-size: 22px;
  line-height: 22px;
}

.submitPrice {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 16px;
  padding: 24px;
  background-color: #fafafa;
}
.submitPrice__section {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 8px;
  font-size: 16px;
  line-height: 16px;
  color: #0A4DAA;
}
.submitPrice__section span.main {
  font-size: 22px;
  line-height: 22px;
  color: #0A4DAA;
}
.submitPrice__section:first-child {
  font-size: 14px;
  line-height: 14px;
}
.submitPrice__section:first-child span.main {
  font-size: 18px;
  line-height: 18px;
  color: #0A4DAA;
}

.selectList {
  display: flex;
  flex-direction: column;
}
.selectList li {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 24px;
  border-bottom: #d6d6d6 1px solid;
  cursor: pointer;
}
.selectList li.submit {
  padding: 16px;
}
.selectList li.submit .payTitle {
  width: auto;
}
.selectList li.submit .payTitle .title {
  font-size: 16px;
}
.selectList li input {
  display: none;
}
.selectList li input + label {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 24px;
  width: 100%;
  padding: 24px;
}
.selectList li input + label:before {
  content: "";
  width: 15px;
  height: 15px;
  margin-top: 2px;
  border: #efefef 5px solid;
  border-radius: 25px;
  background-color: #efefef;
}
.selectList li input:checked + label:before {
  background-color: #0A4DAA;
}
.selectList li .checkbox {
  width: 25px;
}
.selectList li .payTitle {
  width: calc(100% - 125px);
}
.selectList li .payTitle .title {
  font-size: 18px;
  margin-bottom: 8px;
}
.selectList li .payTitle .description {
  color: #666666;
}
.selectList li .price {
  width: 100px;
}

.cartTable__row:last-child, .selectList li:last-child {
  border: 0;
}

.infoSection {
  padding: 24px;
  background-color: #fafafa;
}
.infoSection__title {
  padding: 8px;
  margin-bottom: 16px;
  font-size: 12px;
  text-align: center;
  color: white;
  background-color: #cccccc;
}

.notice {
  padding: 16px;
  font-size: 12px;
  text-align: center;
  border-top: #d6d6d6 1px solid;
}

.doneMessage {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding: 96px 48px;
  background-color: #fafafa;
}
.doneMessage p {
  max-width: 580px;
}

@media screen and (max-width: 979px) {
  .cartStep li {
    display: none;
  }
  .cartStep li.active {
    display: flex;
  }
  .cartTable {
    display: flex;
    flex-direction: column;
  }
  .cartTable__row {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 16px 0;
    gap: 0px;
  }
  .cartTable__row.head {
    display: none;
  }
  .cartTable__cell {
    display: flex;
    width: 100%;
  }
  .cartTable__cell img {
    width: 100%;
    height: 175px;
  }
  .cartTable .tableContent {
    align-items: center;
    width: 100%;
    padding: 8px 0;
  }
  .cartTable .tableContent select {
    width: 150px;
    height: 41px;
    font-size: 14px;
  }
  .cartTable .tableContent--img {
    flex-direction: column-reverse;
    gap: 12px;
    align-items: center;
    font-size: 18px;
  }
  .cartTable .tableContent div.tableTitle {
    display: block;
    width: 35px;
    font-size: 12px;
    color: #aaa;
  }
  .cartTable--info .head .cartTable__cell {
    padding: 8px;
  }
  .cartTable--info .cartTable__cell:first-child {
    width: 100%;
  }
  .cartTable--info .tableContent {
    padding: 8px 16px;
    font-size: 16px;
  }
  .cartTable--info .tableContent:has(select), .cartTable--info .tableContent:has(input) {
    flex-direction: column;
  }
  .cartTable--info .tableContent:has(select) > *, .cartTable--info .tableContent:has(input) > * {
    width: 100%;
  }
  .submitPrice {
    align-items: center;
    padding: 16px;
  }
  .submitPrice__section {
    flex-wrap: wrap;
    gap: 4px;
    font-size: 14px;
    line-height: 14px;
  }
  .submitPrice__section span.main {
    font-size: 18px;
    line-height: 18px;
  }
  .submitPrice__section:first-child {
    font-size: 12px;
    line-height: 12px;
  }
  .submitPrice__section:first-child span.main {
    font-size: 16px;
    line-height: 16px;
  }
  .selectList li {
    gap: 0;
  }
  .selectList li input + label {
    gap: 8px;
    padding: 8px;
  }
  .selectList li input + label:before {
    display: flex;
  }
  .selectList li .payTitle .description {
    width: calc(100% + 75px);
  }
  .selectList li .price {
    width: 75px;
  }
  .selectList li.submit .payTitle {
    width: calc(100% - 75px);
  }
  .infoSection {
    padding: 0;
    background-color: transparent;
  }
  .infoSection__title {
    margin-bottom: 0;
  }
}
.orderComplete {
  text-align: center;
  padding: 40px 20px;
  background: #f8f9fa;
  border-radius: 8px;
  margin-bottom: 32px;
}
.orderComplete__icon {
  font-size: 64px;
  color: #28a745;
  margin-bottom: 20px;
}
.orderComplete__title {
  font-size: 28px;
  color: #333;
  margin-bottom: 16px;
  font-weight: 600;
}
.orderComplete__message {
  font-size: 16px;
  color: #666;
  margin-bottom: 32px;
}
.orderComplete__actions {
  display: flex;
  gap: 16px;
  justify-content: center;
  margin-top: 32px;
}

.orderInfo {
  background: white;
  padding: 24px;
  border-radius: 8px;
  margin-bottom: 24px;
}
.orderInfo__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid #eee;
}
.orderInfo__item:last-child {
  border-bottom: none;
}
.orderInfo__item .label {
  font-weight: 500;
  color: #333;
}
.orderInfo__item .value {
  color: #666;
  font-weight: 600;
}

.orderSummary {
  margin-top: 24px;
  padding: 20px;
  background: #f8f9fa;
  border-radius: 8px;
}
.orderSummary__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
}
.orderSummary__item--total {
  border-top: 2px solid #333;
  margin-top: 12px;
  padding-top: 16px;
  font-size: 18px;
  font-weight: 600;
  color: #333;
}

.show {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(18, 50, 58, 0.75);
  backdrop-filter: blur(25px);
  z-index: 999;
}
.show.active {
  display: block;
}
.showArea {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.showBox {
  display: none;
  flex-direction: column;
  gap: 16px;
  padding: 48px;
  background-color: white;
  z-index: 999;
}
.showBox.active {
  display: flex;
}
.showTitle {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 16px;
}
.showTitle .title {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 15px;
}
.showTitle .title:before {
  content: "";
  width: 14px;
  height: 14px;
  background-image: url("../images/navIcon--focus.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.showTitle .title:after {
  content: "";
  width: 14px;
  height: 14px;
  background-image: url("../images/navIcon--focus.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transform: rotate(180deg);
}
.showTitle img {
  width: 16px;
  cursor: pointer;
}
.showDetail {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.showSubtitle {
  line-height: 16px;
  padding-bottom: 8px;
  border-bottom: #4A90E2 1px solid;
}
.show .hintArea {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 4px;
}
.show .hintArea span {
  cursor: pointer;
}
.show .hintArea span:hover {
  text-decoration: underline;
}

@media screen and (max-width: 979px) {
  .showBox {
    gap: 16px;
    padding: 24px;
    max-height: 100%;
    overflow-y: auto;
  }
  .showTitle {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 16px;
  }
  .showTitle .title {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    font-size: 18px;
    font-weight: 700;
    line-height: 15px;
  }
  .showTitle .title:before {
    content: "";
    width: 14px;
    height: 14px;
    background-image: url("../images/navIcon--focus.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
  .showTitle .title:after {
    content: "";
    width: 14px;
    height: 14px;
    background-image: url("../images/navIcon--focus.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transform: rotate(180deg);
  }
  .showTitle img {
    width: 16px;
    cursor: pointer;
  }
  .showDetail {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .showSubtitle {
    line-height: 16px;
    padding-bottom: 8px;
    border-bottom: #4A90E2 1px solid;
  }
  .show .hintArea {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 4px;
  }
  .show .hintArea span {
    cursor: pointer;
  }
  .show .hintArea span:hover {
    text-decoration: underline;
  }
}

/* 購物車空車樣式 */
.cartEmpty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 80px 20px;
  text-align: center;
  background-color: #fafafa;
  border-radius: 8px;
  margin: 40px 0;
  width: 100%;
  min-height: 400px;
}

.cartEmpty__icon {
  margin-bottom: 24px;
}

.cartEmpty__icon svg {
  width: 80px;
  height: 80px;
  opacity: 0.6;
}

.cartEmpty__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.cartEmpty__title {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  margin: 0;
}

.cartEmpty__message {
  font-size: 16px;
  color: #666;
  margin: 0;
  max-width: 300px;
}

.cartEmpty__button {
  margin-top: 8px;
  padding: 12px 24px;
  background-color: #007bff;
  color: white;
  text-decoration: none;
  border-radius: 4px;
  font-weight: 500;
  transition: background-color 0.3s ease;
}

.cartEmpty__button:hover {
  background-color: #0056b3;
  color: white;
  text-decoration: none;
}


/* 響應式設計 */
@media screen and (max-width: 768px) {
  .cartEmpty {
    padding: 60px 15px;
    min-height: 300px;
  }
  
  .cartEmpty__icon svg {
    width: 60px;
    height: 60px;
  }
  
  .cartEmpty__title {
    font-size: 20px;
  }
  
  .cartEmpty__message {
    font-size: 14px;
  }
}

/*# sourceMappingURL=style.css.map */
