@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&family=Red+Hat+Text:ital,wght@0,300..700;1,300..700&display=swap");
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
header,
footer,
menu,
nav,
main,
aside,
article,
p,
a,
ul,
ol,
li,
table,
tr,
td,
th,
input,
button,
form,
img,
div,
span {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: inherit;
  list-style: none;
  text-decoration: none;
  font-family: "Red Hat Text", "Noto Sans TC", "微軟正黑體";
}

html {
  scroll-behavior: smooth;
}

html,
body {
  overflow-x: hidden;
  height: auto;
}

.site-wrapper {
  overflow-x: hidden;
  width: 100%;
  max-width: 100vw;
}

.blank {
  min-height: 100vh;
  /* 滿版高度 */
  display: flex;
  flex-direction: column;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

main,
section {
  width: 100%;
  flex: 1;
  /* 撐開內容區 */
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
  line-height: 2em;
}

h6 {
  font-size: 18px;
  line-height: 1.8em;
}

p {
  font-size: 15px;
  line-height: 1.8em;
  word-break: break-all;
  overflow-wrap: break-word;
  margin-bottom: 5px;
}

a.line {
  text-decoration: underline;
  font-weight: 700;
}

a {
  text-decoration: none;
  font-weight: normal;
  color: inherit;
}

a:hover {
  color: #4974a5;
}

a.line.fcdarkblue:hover {
  color: #4974a5;
}

.fcwhite {
  color: #fff;
}

.fcblack {
  color: #000;
}

.fcred {
  color: #f11717;
}

.fcblue {
  color: #4974a5;
}

.fcgray {
  color: #666666;
}

.fclightgray {
  color: #b1b1b1;
}

.bgwhite {
  background-color: #fff;
}

.bglightgray {
  background-color: #f6f6f6;
}

.mainTitle-center {
  margin-top: 20px;
  padding: 0 10px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.mainTitle-center img {
  width: 100%;
  align-items: center;
  max-width: 500px;
}
.mainTitle-center h6 {
  color: #b1b1b1;
}
.mainTitle-center hr {
  border: 1px solid #808080;
  width: 4em;
  margin: 10px 0;
}
.mainTitle-center p {
  margin: 10px;
}

.btn {
  width: 100%;
  height: auto;
  font-size: 16px;
  display: flex;
  margin-top: 20px;
  justify-content: center;
  text-align: center;
  gap: 20px;
  white-space: nowrap;
}
.btn button {
  left: 0;
  width: 7.5em;
  color: #000;
  border: 2px solid #b1b1b1;
  background-color: #fff;
  white-space: nowrap;
}
.btn button a:hover {
  color: #fff;
}
.btn button:hover {
  background-color: #000;
  color: #fff;
}

.pagination {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  margin: 1em auto;
  text-align: center;
}
.pagination ul {
  display: inline-block;
  padding: 0;
  margin: 0;
}
.pagination ul li {
  display: inline;
}
.pagination ul a {
  margin: 0 5px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #000;
  float: left;
  padding: 8px 10px;
  text-decoration: none;
}
.pagination ul a.active {
  background-color: #000;
  color: #fff;
}
.pagination ul li:hover a {
  background-color: #000;
  color: #fff;
}

main section.container {
  margin-top: 100px;
  width: 100%;
}
main section.container .breadcrumb {
  padding-left: 20px;
  max-width: 100%;
}
main section.container .breadcrumb .breadcrumb-item.active a {
  color: #4974a5;
}

hr {
  opacity: 1;
  border: 1px solid #4974a5;
  margin: 10px 0;
}

.articlecontent {
  margin: 0 auto;
  padding: 20px;
}
.articlecontent img {
  width: 100% !important;
  height: auto !important;
  display: block;
}
.articlecontent iframe {
  width: 100% !important;
  height: 100% !important;
}

@media (min-width: 992px) {
  .articlecontent {
    padding: 40px;
  }
  .articlecontent img {
    max-width: 1000px !important;
    max-height: 100% !important;
  }
  .articlecontent iframe {
    width: 100% !important;
    height: 100% !important;
  }
}
@media only screen and (max-width: 576px) {
  .grid-sm-1 {
    width: 8.3333333333%;
  }
  .grid-sm-2 {
    width: 16.6666666667%;
  }
  .grid-sm-3 {
    width: 25%;
  }
  .grid-sm-4 {
    width: 33.3333333333%;
  }
  .grid-sm-5 {
    width: 41.6666666667%;
  }
  .grid-sm-6 {
    width: 50%;
  }
  .grid-sm-7 {
    width: 58.3333333333%;
  }
  .grid-sm-8 {
    width: 66.6666666667%;
  }
  .grid-sm-9 {
    width: 75%;
  }
  .grid-sm-10 {
    width: 83.3333333333%;
  }
  .grid-sm-11 {
    width: 91.6666666667%;
  }
  .grid-sm-12 {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .grid-1 {
    width: 8.3333333333%;
  }
  .grid-2 {
    width: 16.6666666667%;
  }
  .grid-3 {
    width: 25%;
  }
  .grid-4 {
    width: 33.3333333333%;
  }
  .grid-5 {
    width: 41.6666666667%;
  }
  .grid-6 {
    width: 50%;
  }
  .grid-7 {
    width: 58.3333333333%;
  }
  .grid-8 {
    width: 66.6666666667%;
  }
  .grid-9 {
    width: 75%;
  }
  .grid-10 {
    width: 83.3333333333%;
  }
  .grid-11 {
    width: 91.6666666667%;
  }
  .grid-12 {
    width: 100%;
  }
  .btn {
    margin: 0;
  }
  .btn button {
    font-size: 12px;
  }
}
@media only screen and (min-width: 768px) {
  .grid-md-1 {
    width: 8.3333333333%;
  }
  .grid-md-2 {
    width: 16.6666666667%;
  }
  .grid-md-3 {
    width: 25%;
  }
  .grid-md-4 {
    width: 33.3333333333%;
  }
  .grid-md-5 {
    width: 41.6666666667%;
  }
  .grid-md-6 {
    width: 50%;
  }
  .grid-md-7 {
    width: 58.3333333333%;
  }
  .grid-md-8 {
    width: 66.6666666667%;
  }
  .grid-md-9 {
    width: 75%;
  }
  .grid-md-10 {
    width: 83.3333333333%;
  }
  .grid-md-11 {
    width: 91.6666666667%;
  }
  .grid-md-12 {
    width: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .grid-lg-1 {
    width: 8.3333333333%;
  }
  .grid-lg-2 {
    width: 16.6666666667%;
  }
  .grid-lg-3 {
    width: 25%;
  }
  .grid-lg-4 {
    width: 33.3333333333%;
  }
  .grid-lg-5 {
    width: 41.6666666667%;
  }
  .grid-lg-6 {
    width: 50%;
  }
  .grid-lg-7 {
    width: 58.3333333333%;
  }
  .grid-lg-8 {
    width: 66.6666666667%;
  }
  .grid-lg-9 {
    width: 75%;
  }
  .grid-lg-10 {
    width: 83.3333333333%;
  }
  .grid-lg-11 {
    width: 91.6666666667%;
  }
  .grid-lg-12 {
    width: 100%;
  }
  main section.container {
    margin-left: 150px;
    margin-top: 150px;
  }
  main section.container .breadcrumb {
    padding-left: 50px;
  }
}
@media only screen and (min-width: 1400px) {
  .grid-xl-1 {
    width: 8.3333333333%;
  }
  .grid-xl-2 {
    width: 16.6666666667%;
  }
  .grid-xl-3 {
    width: 25%;
  }
  .grid-xl-4 {
    width: 33.3333333333%;
  }
  .grid-xl-5 {
    width: 41.6666666667%;
  }
  .grid-xl-6 {
    width: 50%;
  }
  .grid-xl-7 {
    width: 58.3333333333%;
  }
  .grid-xl-8 {
    width: 66.6666666667%;
  }
  .grid-xl-9 {
    width: 75%;
  }
  .grid-xl-10 {
    width: 83.3333333333%;
  }
  .grid-xl-11 {
    width: 91.6666666667%;
  }
  .grid-xl-12 {
    width: 100%;
  }
  main section.container {
    margin-left: 250px;
  }
}
.carouselSlide {
  margin-top: 80px;
}
.carouselSlide .carousel-control-prev i,
.carouselSlide .carousel-control-next i {
  display: none;
}
.carouselSlide .carousel {
  position: relative;
}
.carouselSlide .carousel-text {
  width: 100%;
  position: absolute;
  text-align: center;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  align-items: center;
}
.carouselSlide .carousel-text h6 {
  font-weight: 500;
  font-size: 16px;
}
.carouselSlide .carousel-text p {
  font-weight: 600;
  font-size: 12px;
  margin-bottom: 0;
}

main .serviceSec {
  width: 100%;
  padding: 20px 0;
}
main .serviceSec .pic,
main .serviceSec .text {
  padding: 30px;
}
main .serviceSec .serviceline {
  display: none;
}
main .serviceSec .text {
  margin: 0 auto;
  padding-bottom: 10px;
}
main .serviceSec .text h4 {
  font-size: 20px;
  font-weight: normal;
}
main .serviceSec .text .btn {
  justify-content: center;
  margin-bottom: 20px;
  padding: 10px 0;
}
main .sixboxSec {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  font-style: 0;
}
main .sixboxSec img {
  width: 100%;
  font-size: initial;
}
main .sixboxSec .content {
  position: relative;
}
main .sixboxSec .content .text {
  position: absolute;
  top: 50%;
  left: 10%;
}
main .sixboxSec .content .text h4 {
  font-size: 18px;
}
main .sixboxSec .content .text .btn {
  justify-content: start;
  margin-top: 10px;
}
main .shopSec .contentBox {
  width: 100%;
}
main .shopSec .contentBox .rowBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  gap: 15px;
}
main .shopSec .contentBox .rowBox .item-card {
  box-sizing: border-box;
}
main .shopSec .contentBox .rowBox .product-card {
  display: block;
  height: 100%;
  text-decoration: none;
}
main .shopSec .contentBox .rowBox .title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  width: 100%;
}
main .shopSec .contentBox .rowBox .card-des {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  font-size: 0.875rem;
  color: #666666;
}
main .shopSec .contentBox .rowBox .price {
  font-weight: normal;
  width: 100%;
  height: auto;
  text-align: left;
}
main .shopSec .contentBox .rowBox .price .onSale {
  color: #f11717;
}
main .shopSec .contentBox .row-gap-5 {
  row-gap: 3rem;
}
main .caseSec {
  position: relative;
  width: 100%;
  padding: 20px 0;
}
main .caseSec .flexBox {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 2em auto;
  margin-bottom: 0;
}
main .caseSec .flexBox .contentBox {
  padding: 10px;
}
main .caseSec .flexBox .contentBox a {
  width: 100%;
}
main .caseSec .flexBox .contentBox .text {
  text-align: center;
  max-height: 350px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-clamp: 4;
}
main .caseSec .flexBox .contentBox .text h6 {
  margin: 10px 0;
}
main .caseSec .flexBox .contentBox .line {
  text-decoration: underline;
  font-weight: 700;
}
main .caseSec .flexBox .contentBox:hover h6,
main .caseSec .flexBox .contentBox:hover .line {
  color: #708293;
}
main .adventureSec {
  width: 100%;
  padding: 50px 0;
  text-align: center;
  background-image: url(../images/adventurebg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
main .adventureSec .mainTitle-center h6,
main .adventureSec .mainTitle-center h4 {
  color: #fff;
}
main .adventureSec .mainTitle-center hr {
  border-color: #fff;
}
main .adventureSec .flexBox {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 99;
}
main .adventureSec .flexBox .contentBox {
  padding: 0 20px 10px;
  margin-bottom: 10px;
}
main .adventureSec .flexBox .contentBox img {
  width: 80%;
  max-width: 80px;
  margin-bottom: 10px;
}
main .serviceSec.shortSec .content .texts {
  padding: 20px;
  margin: 0 auto;
  text-align: center;
}
main .serviceSec.shortSec .content .row img {
  width: auto;
  height: 70px;
  margin: 0 auto;
}
main .serviceSec.shortSec .content .textsright {
  display: flex;
  justify-content: center;
}
main .serviceSec.shortSec .content .textsright a img {
  width: 50px;
  margin: 0 5px;
}

aside {
  display: flex;
  position: fixed;
  flex-direction: column;
  right: 0;
  bottom: 100px;
  text-align: center;
  align-items: center;
  overflow: hidden;
  padding: 0.5em 0;
  width: 50px;
  border-radius: 10px;
  transform: scale(0.8);
  z-index: 99;
}
aside a {
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: block;
  cursor: pointer;
  margin: 10px 0;
}
aside .asideBottom {
  margin-top: 5px;
  transition: opacity 0.3s ease;
  opacity: 1;
  width: 30px;
}
aside .asideBottom a {
  display: flex;
  align-items: center;
  margin: 0;
  justify-content: center;
}
aside .asideBottom.hidden {
  opacity: 0;
  pointer-events: none;
}

.mainContactSec {
  padding: 32px 0;
  width: 100%;
  background-color: #000;
}
.mainContactSec .content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.mainContactSec .content [class*=grid] {
  margin: 30px 0;
}
.mainContactSec .content .contLeft .btn {
  justify-content: start;
  padding-left: 0;
}
.mainContactSec h4,
.mainContactSec p,
.mainContactSec p a,
.mainContactSec footer {
  color: #fff;
}
.mainContactSec h4 {
  margin-bottom: 10px;
}
.mainContactSec hr {
  width: 80%;
  border: 1px solid #fff;
  margin: 20px auto;
}
.mainContactSec p a:hover {
  color: #4974a5;
}
.mainContactSec footer {
  text-align: center;
  font-size: 12px;
}
.mainContactSec footer p {
  color: #f11717;
  margin-top: 10px;
  font-size: 12px;
}

main .aboutPage .content {
  width: 100%;
}
main .aboutPage .content .text {
  padding: 20px;
}
main .aboutPage .content .text .mainTitle-center h3 {
  font-size: 35px;
  font-weight: 600;
}
main .aboutPage .content .text hr {
  margin: 10px auto;
  width: 90%;
  border-color: #000;
}
main .aboutPage .content .text .boxRow .textBox {
  margin: 0 auto;
}
main .aboutPage .content .text .boxRow .textBox h6 {
  font-weight: normal;
}
main .aboutPage .content .text .boxRow .textBox p {
  font-weight: 600;
}
main .aboutPage .content .text .boxRow .imgBox {
  margin: 0 auto;
}
main .aboutPage .content .textBg {
  padding: 50px 0;
}
main .aboutPage .content .textBg hr {
  width: 5em;
  border-color: #fff;
}
main .aboutPage .content .textBg1 {
  background-image: url(../images/aboutbg1.jpg);
}
main .aboutPage .content .textBg2 {
  background-image: url(../images/aboutbg2.jpg);
}
main .aboutPage .content .textBg2 hr {
  border-color: #000;
}
main .aboutPage .content .textstyle hr {
  border-color: #b3b3b3;
  margin: 20px 20px;
}
main .aboutPage .content .textstyle .text h4 {
  margin-bottom: 10px;
}
main .aboutPage .content .imgBox {
  margin: 0 auto;
}

main .pricePage .content {
  width: 100%;
}
main .pricePage .content .text {
  margin: 20px auto;
}
main .pricePage .content .text h4 {
  font-weight: 600;
}
main .pricePage .content .text hr {
  margin: 10px 0;
}

main .mediaPage .content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  max-width: 1500px;
  margin: 0 auto;
}

main .product-container {
  margin: 0 auto;
  overflow: hidden;
}
main .product-container .product-sidebar {
  margin: 1em;
  padding: 10px;
  padding-left: 0;
}
main .product-container .product-sidebar hr {
  width: 9em;
  border: 1px solid #4974a5;
  opacity: 1;
}
main .product-container .product-sidebar h3 {
  margin: 0.5em 0;
  color: #4974a5;
}
main .product-container .product-sidebar ul li {
  line-height: 2em;
  padding: 10px;
  cursor: pointer;
}
main .product-container .product-sidebar ul li .dropdown-content {
  display: none;
}
main .product-container .product-sidebar ul li.filter-btn:hover,
main .product-container .product-sidebar ul .active {
  background-color: #4974a5;
  color: #fff;
  font-weight: 700;
}
main .product-container .product-sidebar ul li.filter-btn:hover a {
  color: #fff;
}
main .product-container .product-sidebar ul .dropdown-toggle:hover ul {
  display: block;
}
main .product-container .product-sidebar ul li.dropdown-toggle::after {
  content: none;
  /* 或刪除整個這段 */
}
main .product-container .product-list {
  margin-top: 1em;
  margin: 0 auto;
}
main .product-container .product-list .product-item {
  margin: 1em;
}
main .product-container .product-list .product-item h6 {
  margin-top: 1em;
  white-space: nowrap;
  /* 不允許換行 */
  overflow: hidden;
  /* 超出寬度的文字隱藏 */
  text-overflow: ellipsis;
  /* 顯示省略符號 "..." */
}
main .product-container .product-list .product-item .image-wrapper {
  position: relative;
  overflow: hidden;
}
main .product-container .product-list .product-item .image-wrapper .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  /* 按鈕樣式 */
}
main .product-container .product-list .product-item .image-wrapper .overlay .detail-btn {
  background-color: #4974a5;
  color: #fff;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 5px;
  font-size: 16px;
  transition: background-color 0.3s;
}
main .product-container .product-list .product-item .image-wrapper .overlay .detail-btn:hover {
  background-color: #2b5088;
}
main .product-container .product-list .product-item .image-wrapper:hover .overlay,
main .product-container .product-list .product-item .image-wrapper:active .overlay {
  opacity: 1;
}

main .picturePage .content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

main .shopPage .product-container .row {
  display: flex;
  justify-content: start;
}
main .shopPage .product-container .row .product-item {
  margin: 0;
  padding: 0 10px;
}
main .shopPage .product-container .row .product-card:hover {
  background-color: transparent;
}
main .shopPage .product-container .row .product-card:hover h5,
main .shopPage .product-container .row .product-card:hover p {
  color: #4974a5;
}
main .shopPage .product-container .row .title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  width: 100%;
  font-size: 18px;
}
main .shopPage .product-container .row .card-des {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  font-size: 0.875rem;
  color: #666666;
}
main .shopPage .product-container .row .price {
  font-weight: normal;
  width: 100%;
  height: auto;
  text-align: left;
  font-size: 18px;
  line-height: 1em;
}
main .shopPage .product-container .row .price span {
  font-size: 16px;
}
main .shopPage .product-container .row .price .onSale {
  color: #f11717;
}
main .shopPage .product-container .row .price:has(.onSale:not(:empty)) .default {
  text-decoration: line-through;
}
main .shopPage .product-container .row-gap-5 {
  row-gap: 3rem;
}

main .shopdetailPage .shopdetail .default-padding-md {
  padding-top: 48px;
  padding-bottom: 48px;
  margin: 0 auto;
}
main .shopdetailPage .shopdetail .default-padding-md .list-unstyle {
  padding: 0;
  margin: 0;
  list-style: none;
}
main .shopdetailPage .shopdetail .default-padding-md .list-unstyle .zoomIn a {
  position: relative;
  display: inline-block;
  width: 100%;
}
main .shopdetailPage .shopdetail .default-padding-md .list-unstyle .zoomIn a .img-wrapper {
  display: none;
}
main .shopdetailPage .shopdetail .default-padding-md .list-unstyle .zoomIn a:hover .img-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
main .shopdetailPage .shopdetail .default-padding-md .list-unstyle .zoomIn a:hover .img-wrapper i {
  color: #fff;
  font-size: 2rem;
}
main .shopdetailPage .shopdetail a {
  text-decoration: none;
  color: var(--bs-body-color);
}
main .shopdetailPage .shopdetail a:hover {
  color: #034D91;
}
main .shopdetailPage .shopdetail .product-info {
  display: flex;
  flex-direction: column;
  align-items: start;
  padding: 1.25rem;
}
main .shopdetailPage .shopdetail .product-info .type {
  display: inline-block;
  border-radius: 0.25rem;
  padding: 0.25rem 1.25rem;
  background-color: #036EAE;
  color: #fff;
  margin-bottom: 0.75rem;
}
main .shopdetailPage .shopdetail .product-info h5 {
  line-height: 1em;
}
main .shopdetailPage .shopdetail .product-info .price {
  font-weight: normal;
  width: 100%;
  margin: 10px 0;
}
main .shopdetailPage .shopdetail .product-info .price .onSale {
  padding-left: 0;
  color: #f11717;
}
main .shopdetailPage .shopdetail .product-info .price:has(.onSale:not(:empty)) .default {
  text-decoration: line-through;
}
main .shopdetailPage .shopdetail .product-info hr {
  border-top: 1px solid #808080;
  width: 100%;
}
main .shopdetailPage .shopdetail .product-info .product-content {
  flex-grow: 1;
  padding: 1.25rem 0;
  min-height: 120px;
}
main .shopdetailPage .shopdetail .product-info .spec {
  margin: 0.5rem 0;
  width: 100%;
}
main .shopdetailPage .shopdetail .product-info .spec select {
  width: 100%;
  padding: 0.5rem;
}
main .shopdetailPage .shopdetail .product-info .add-number {
  display: flex;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 50%;
}
main .shopdetailPage .shopdetail .product-info .add-number label {
  margin: 0;
  padding-right: 0.5rem;
  flex-shrink: 0;
}
main .shopdetailPage .shopdetail .product-info .add-number input {
  min-height: 2rem;
  padding: 0;
  flex: 1 0 auto;
}
main .shopdetailPage .shopdetail .product-info .align-items-center {
  height: 2em;
}
main .shopdetailPage .shopdetail .product-info .align-items-center .fa-line {
  transform: scale(0.9);
}
main .shopdetailPage .shopdetail .product-more-item {
  text-align: left;
  width: 100%;
}
main .shopdetailPage .shopdetail .product-more-item .more-item-wrape {
  border: 1px solid #e2e2e2;
  border-radius: 15px;
  padding: 10px 20px;
  overflow-y: auto;
  min-height: 300px;
  margin-top: 20px;
}
main .shopdetailPage .shopdetail .product-more-item .more-item-wrape h6 {
  margin-bottom: 5px;
  font-size: 16px;
}
main .shopdetailPage .shopdetail .product-more-item .more-item-wrape .more-item-block {
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 20px;
}
main .shopdetailPage .shopdetail .product-more-item .more-item-wrape .more-item-block label {
  display: flex;
  cursor: pointer;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
  align-items: flex-start;
  flex-direction: column;
}
main .shopdetailPage .shopdetail .product-more-item .more-item-wrape .more-item-block label .more-item-left {
  display: flex;
  width: 100%;
  margin-bottom: 10px;
  justify-content: space-between;
  align-items: flex-start;
}
main .shopdetailPage .shopdetail .product-more-item .more-item-wrape .more-item-block label .more-item-left input {
  margin-right: 10px;
}
main .shopdetailPage .shopdetail .product-more-item .more-item-wrape .more-item-block label .more-item-left input[type=checkbox][disabled] {
  cursor: not-allowed;
}
main .shopdetailPage .shopdetail .product-more-item .more-item-wrape .more-item-block label .more-item-left input[type=radio],
main .shopdetailPage .shopdetail .product-more-item .more-item-wrape .more-item-block label .more-item-left input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
  box-sizing: border-box;
  padding: 0;
}
main .shopdetailPage .shopdetail .product-more-item .more-item-wrape .more-item-block label .more-item-left .more-item-box-img {
  width: 80px;
  border-radius: 10px;
  align-items: center;
}
main .shopdetailPage .shopdetail .product-more-item .more-item-wrape .more-item-block label .more-item-left .more-item-box-img a {
  width: 100%;
}
main .shopdetailPage .shopdetail .product-more-item .more-item-wrape .more-item-block label .more-item-left h6 {
  width: 50%;
  text-align: right;
}
main .shopdetailPage .shopdetail .product-more-item .more-item-wrape .more-item-block label .more-item-right {
  position: relative;
  width: 100%;
}
main .shopdetailPage .shopdetail .product-more-item .more-item-wrape .more-item-block label .more-item-right p {
  text-align: right;
  font-weight: 500;
}
main .shopdetailPage .shopdetail .product-more-item .more-item-wrape .more-item-block:last-child {
  border-bottom: unset !important;
  padding-bottom: unset !important;
}
main .shopdetailPage .shopdetail .d-flex {
  justify-content: center;
  margin-top: 20px;
}
main .shopdetailPage .shopdetail .d-flex .btn {
  width: 7.5em;
  height: 3.5em;
  color: #000;
  border: 2px solid #b1b1b1;
  background-color: #fff;
  white-space: nowrap;
  align-items: center;
}
main .shopdetailPage .shopdetail .d-flex .btn:hover,
main .shopdetailPage .shopdetail .d-flex .btn.active {
  background-color: #000;
  color: #fff;
}
main .shopdetailPage .shopdetail .col-lg-12 .area-title {
  border-bottom: 1px solid #4974a5;
  padding: 8px;
  font-size: 18px;
  margin-top: 20px;
  color: #4974a5;
}
main .shopdetailPage .shopdetail .col-lg-12 .product-detail {
  margin-top: 1.5rem;
  padding: 0;
}
main .shopdetailPage .shopdetail .col-lg-12 .product-detail img {
  display: block;
  margin: 1rem auto;
}

main .contactPage .contactBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
main .contactPage .contactBox .texttitle {
  padding: 20px;
}
main .contactPage .contactBox .texttitle h3 {
  font-size: 35px;
  font-weight: 600;
}
main .contactPage .contactBox .texttitle h6 {
  font-weight: 300;
}
main .contactPage .contactBox hr {
  border: 1px solid #b3b3b3;
}
main .contactPage .contactBox .grayline {
  display: none;
}
main .contactPage .contactBox .titleBox {
  margin: 20px 0;
  padding: 10px 0;
  font-size: 30px;
  background-color: #f2f2f2;
  text-align: center;
}
main .contactPage .contactBox .textRow .textBox {
  padding: 0 20px 10px;
  margin: 0 auto;
}
main .contactPage .contactBox .textRow .textBox .text {
  padding: 10px;
  border-bottom: 1px solid #b3b3b3;
}
main .contactPage .formSec .content {
  width: 100%;
}
main .contactPage .formSec .content .formBox {
  max-width: 800px;
  padding: 10px;
  margin: 0 auto;
}
main .contactPage .formSec .content .formBox h4 {
  margin: 30px 0;
  text-align: center;
}
main .contactPage .formSec .content .formBox .formgroup {
  margin-bottom: 1.5rem;
}
main .contactPage .formSec .content .formBox .formgroup label {
  display: block;
  margin-bottom: 0.5rem;
}
main .contactPage .formSec .content .formBox .formgroup label .required {
  color: red;
  margin-right: 0.25rem;
}
main .contactPage .formSec .content .formBox .formgroup input[type=text],
main .contactPage .formSec .content .formBox .formgroup input[type=tel],
main .contactPage .formSec .content .formBox .formgroup textarea,
main .contactPage .formSec .content .formBox .formgroup select {
  width: 100%;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 6px;
  transition: border-color 0.3s ease;
}
main .contactPage .formSec .content .formBox .formgroup input:focus,
main .contactPage .formSec .content .formBox .formgroup textarea:focus,
main .contactPage .formSec .content .formBox .formgroup select:focus {
  border-color: #4974a5;
  outline: none;
}
main .contactPage .formSec .content .formBox .formgroup textarea {
  resize: vertical;
}
main .contactPage .formSec .content .formBox .btn {
  margin: 20px 0;
}

.section-container {
  padding: 40px 20px 80px;
}
.section-container .account {
  border-radius: 20px;
  border: 1px solid #000;
}
.section-container .member-nav {
  border-bottom: 1px solid #000;
}
.section-container .member-nav .nav-item .nav-link {
  color: #000;
}
.section-container .member-nav .nav-item .active {
  background-color: #000;
  color: #fff;
}
.section-container .c-btn-primary {
  color: #000;
  border: 2px solid #b1b1b1;
  background-color: #fff;
  margin: 24px auto 0;
}
.section-container .c-btn-primary:hover,
.section-container .c-btn-primary.active {
  background-color: #000;
  color: #fff;
}
.section-container .member-order tr {
  padding: 0 8px;
}
.section-container .cart-content .title {
  background-color: #000;
  color: #fff;
  padding: 20px 0;
  font-size: 24px;
}
.section-container .cart-content .list {
  margin-top: 0;
}
.section-container .cart-content .list .cart-item .cart-item-info .text-content h3 {
  font-size: 18px;
}
.section-container .cart-content .list .cart-item .cart-item-info .text-content .price .onSale {
  padding-left: 0;
}
.section-container .cart-content .list .cart-item .count-area p {
  text-align: right;
}
.section-container .cart-content .list .cart-item .count-area span {
  white-space: nowrap;
}
.section-container .cart-content .list .cart-item .count-area .delete-btn {
  line-height: 2rem;
}
.section-container .cart-content .sum-area {
  border-top: 1px solid #222;
  border-bottom: none;
}
.section-container .cart-content .sum-area .c-btn-primary {
  width: 100%;
  margin-top: 10px;
}
.section-container .cart-content .sum-area .price-item p {
  font-size: 18px;
}
.section-container .btn-area .c-btn-primary {
  margin: 0;
}
.section-container .cart-content .sum-area .points {
  display: flex;
  flex-direction: row;
  vertical-align: middle;
  align-items: center;
  margin-bottom: 15px;
}
.section-container .cart-content .sum-area .points p {
  font-size: 16px;
  margin-left: 10px;
  margin-bottom: 0;
}
.section-container .cart-content hr {
  border-color: #000;
}

@media only screen and (min-width: 400px) {
  aside {
    right: 10px;
    transform: scale(1);
  }
}
@media only screen and (min-width: 768px) {
  .carouselSlide .carousel-control-prev i,
  .carouselSlide .carousel-control-next i {
    color: #000;
    background-color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-size: 50% 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .carouselSlide .carousel-text {
    top: 40%;
  }
  .carouselSlide .carousel-text h6 {
    font-size: 22px;
  }
  .carouselSlide .carousel-text p {
    font-size: 16px;
    margin-bottom: 5px;
  }
  main .shopSec .contentBox .rowBox .item-card {
    padding: 0 15px;
  }
  main .caseSec .flexBox {
    justify-content: space-between;
  }
  .mainContactSec .content {
    gap: 30px;
    align-items: baseline;
  }
  .mainContactSec footer {
    font-size: 14px;
  }
  .mainContactSec footer p {
    font-size: 14px;
  }
  main .product-container {
    display: flex;
  }
  main .product-container .product-sidebar {
    margin: 1em 10px 1em 2.5em;
    max-width: 250px;
  }
  main .product-container .product-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    justify-content: start;
  }
  main .shopPage .product-container {
    display: block;
  }
  main .shopPage .product-container .product-sidebar {
    max-width: 400px;
  }
  main .shopPage .product-container .row {
    justify-content: space-between;
  }
  main .shopPage .product-container .row .product-item {
    padding: 0 20px;
  }
  main .shopPage .product-container .row .title {
    font-size: 20px;
  }
  main .shopPage .product-container .row .price {
    line-height: 1.5em;
  }
  main .shopPage .product-container .row .price span {
    font-size: 18px;
  }
  main .shopdetailPage .shopdetail .product-info h4 {
    font-size: 30px;
  }
  main .shopdetailPage .shopdetail .product-info .price span {
    font-size: 20px;
  }
  main .shopdetailPage .shopdetail .product-more-item .more-item-wrape {
    padding: 20px;
  }
  main .shopdetailPage .shopdetail .product-more-item .more-item-wrape h6 {
    margin-bottom: 15px;
  }
  main .shopdetailPage .shopdetail .product-more-item .more-item-wrape .more-item-block label {
    align-items: center;
    width: 100%;
  }
  main .shopdetailPage .shopdetail .product-more-item .more-item-wrape .more-item-block label .more-item-left {
    width: 70%;
    margin-bottom: 30px;
  }
  main .shopdetailPage .shopdetail .product-more-item .more-item-wrape .more-item-block label .more-item-left .more-item-box-img {
    width: 100px;
    margin-right: 10px;
  }
  main .shopdetailPage .shopdetail .product-more-item .more-item-wrape .more-item-block label .more-item-left h6 {
    width: 100%;
    -moz-text-align-last: left;
         text-align-last: left;
  }
  main .shopdetailPage .shopdetail .product-more-item .more-item-wrape .more-item-block label .more-item-right {
    width: 30%;
    padding-right: 50px;
  }
  .section-container .cart-content .title {
    font-size: 30px;
  }
  .section-container .cart-content .list .cart-item .cart-item-info .text-content h3 {
    font-size: 20px;
  }
  .section-container .cart-content .list .cart-item .cart-item-info .text-content .price br {
    display: none;
  }
  .section-container .cart-content .sum-area {
    justify-content: space-between;
  }
  .section-container .cart-content .sum-area .coupon input[type=text] {
    width: 10em;
    height: 3.5em;
    padding: 10px;
  }
  .section-container .cart-content .sum-area .coupon .c-btn-primary {
    margin: 0;
    width: 10em;
  }
}
@media only screen and (min-width: 992px) {
  main .serviceSec .content {
    display: flex;
    justify-content: center;
  }
  main .serviceSec .content .text {
    margin: 0;
    padding-bottom: 30px;
  }
  main .serviceSec .content .text h4 {
    font-size: 24px;
  }
  main .serviceSec .content .grid-lg-4 {
    max-width: 350px;
  }
  main .serviceSec .content .serviceline {
    display: block;
    height: 200px;
    padding-top: 30px;
  }
  main .sixboxSec .content .text h4 {
    font-size: 24px;
  }
  main .sixboxSec .content .text .btn {
    margin-top: 15px;
    padding-left: 0;
  }
  main.shopSec .contentBox .rowBox {
    gap: 10px;
  }
  main .caseSec .flexBox {
    justify-content: space-evenly;
  }
  main .serviceSec.shortSec .content .row {
    margin: 0;
  }
  main .serviceSec.shortSec .content .row h5 {
    max-width: 450px;
    padding-top: 10px;
  }
  main .serviceSec.shortSec .content .row img {
    margin: 0;
  }
  main .serviceSec.shortSec .content .serviceline {
    height: 100px;
  }
  main .serviceSec.shortSec .content .textsright {
    padding-top: 35px;
    margin: 0;
    justify-content: start;
  }
  .mainContactSec .contLeft {
    max-width: 350px;
  }
  .mainContactSec .contCenter,
  .mainContactSec .contRight {
    max-width: 250px;
  }
  main .aboutPage .content .text .boxRow {
    padding: 20px 0;
    display: flex;
    justify-content: center;
    gap: 20px;
  }
  main .aboutPage .content .text .boxRow .textBox,
  main .aboutPage .content .text .boxRow .imgBox {
    margin: 0;
  }
  main .aboutPage .content .textBg {
    padding: 80px 0;
  }
  main .aboutPage .content .textstyle {
    padding: 0;
  }
  main .aboutPage .content .textstyle .boxRow {
    padding: 30px 0;
  }
  main .shopPage .product-container {
    display: flex;
  }
  main .shopPage .product-container .product-sidebar {
    max-width: 250px;
  }
  main .shopPage .product-container .row {
    gap: 20px;
    justify-content: start;
  }
  main .shopdetailPage .shopdetail .product-info .add-number {
    width: 50%;
  }
  main .shopdetailPage .shopdetail .product-more-item {
    width: 80%;
    margin: 0 auto;
  }
  main .shopdetailPage .shopdetail .product-more-item .more-item-wrape .more-item-block label {
    display: flex;
    flex-direction: row;
    width: 100%;
  }
  main .shopdetailPage .shopdetail .product-more-item .more-item-wrape .more-item-block label .more-item-left {
    align-items: center;
    justify-content: start;
    width: 80%;
  }
  main .shopdetailPage .shopdetail .product-more-item .more-item-wrape .more-item-block label .more-item-left .more-item-box-img {
    margin: 0 15px;
  }
  main .shopdetailPage .shopdetail .product-more-item .more-item-wrape .more-item-block label .more-item-left h6 {
    width: 70%;
    text-align: left;
  }
  main .shopdetailPage .shopdetail .product-more-item .more-item-wrape .more-item-block label .more-item-right {
    position: relative;
    width: 20%;
  }
  main .shopdetailPage .shopdetail .product-more-item .more-item-wrape .more-item-block label .more-item-right p {
    position: absolute;
    top: 35px;
    right: 30px;
  }
  main .contactPage .contactBox .textRow .textBox {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    border-bottom: 1px solid #b3b3b3;
  }
  main .contactPage .contactBox .textRow .textBox .text {
    border-bottom: none;
    padding: 15px;
    padding-bottom: 10px;
  }
  main .contactPage .contactBox .textRow .textBox .text p,
  main .contactPage .contactBox .textRow .textBox .text a {
    font-size: 18px;
  }
  main .contactPage .contactBox .textRow .textBox .grayline {
    margin-top: 10px;
    display: block;
    height: 70px;
  }
  main .contactPage .contactBox .textRow .textBoxnoborder {
    border-bottom: none;
  }
  main .contactPage .formSec .content .formBox .formgroup {
    display: flex;
    align-items: center;
  }
  main .contactPage .formSec .content .formBox .formgroup label {
    width: 100px;
    margin-bottom: 0;
    flex-shrink: 0;
  }
  main .contactPage .formSec .content .formBox .formgroup input,
  main .contactPage .formSec .content .formBox .formgroup textarea {
    flex: 1;
  }
  main .contactPage .formSec1 .content .formBox .formgroup label {
    width: 250px;
  }
}
@media only screen and (min-width: 1400px) {
  main .serviceSec .grid-xl-5 {
    max-width: 600px;
  }
  .shopSec .contentBox .rowBox {
    max-width: 1600px;
    padding: 0 150px;
    justify-content: space-evenly;
    margin: 0 auto;
    gap: 20px;
  }
  .shopSec .contentBox .rowBox .item-card {
    padding: 0;
    max-width: 250px;
  }
  main .sixboxSec .content .text {
    top: 65%;
  }
  main .shortSec .content .row {
    flex-wrap: nowrap;
    justify-content: end;
  }
  .mainContactSec .contRight {
    justify-content: start;
  }
  main .aboutPage .content .textstyle .boxRow {
    justify-content: start;
  }
  main .aboutPage .content .textstyle .boxRow .textBox {
    padding: 40px 0;
  }
  main .aboutPage .content .textstyle .boxRow .textBox hr {
    margin: 30px 20px;
  }
  main .product-container {
    margin: 0 auto;
  }
  main .product-container .product-list {
    margin: 1em;
    margin-right: 0;
    gap: 20px;
  }
  main .product-container .product-list .product-item {
    margin: 1em;
  }
  main .shopPage .product-list {
    gap: 10px;
  }
  main .shopPage .product-container .row {
    gap: 0;
    row-gap: 3rem;
  }
  main .shopdetailPage .shopdetail .container {
    max-width: 1250px;
  }
}/*# sourceMappingURL=style.css.map */