@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;
  text-size-adjust: 100%;
  /* 標準屬性 */
  -webkit-text-size-adjust: 100%;
  /* Safari/Chrome */
  -moz-text-size-adjust: 100%;
  /* Firefox Android */
  -ms-text-size-adjust: 100%;
  /* 舊 IE/Edge */
}

html,
body {
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  /* iOS、Android 禁止自動字體縮放 */
}

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

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

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

h2 {
  font-size: 26px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
  line-height: 1.5;
}

h6 {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 5px;
}

p {
  font-size: 14px;
  line-height: 1.5;
  word-break: break-all;
  overflow-wrap: break-word;
  margin-bottom: 5px;
  margin: 0;
}

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

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

a:hover {
  color: #708293;
}

:root {
  --color1: #c586a4;
  --color2: #b5715c;
  --color3: #eae0d9;
}

.fcwhite {
  color: #fff;
}

.fcblack {
  color: #000;
}

.title-center {
  margin: 30px 0;
  text-align: center;
  padding: 0 10px;
}
.title-center img {
  width: auto;
  align-items: center;
  max-height: 40px;
}
.title-center h3,
.title-center h5 {
  margin: 10px 0;
}
.title-center p {
  margin: 10px 0;
}

.link-btn {
  width: 10em;
  height: auto;
  font-size: 14px;
  display: flex;
  padding: 15px 0;
  margin: 10px 0;
  justify-content: center;
  text-align: center;
  gap: 10px;
  white-space: nowrap;
  line-height: 1;
}

.link-btn-left {
  text-align: left;
  justify-content: start;
}

.pagination {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  margin: 30px auto;
  text-align: center;
  padding: 20px 0;
}
.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;
  line-height: 1.5;
}
.pagination ul a.active {
  background-color: #c586a4;
  color: #fff;
  font-weight: 700;
}
.pagination ul li:hover a {
  background-color: #c586a4;
  color: #fff;
  font-weight: 700;
}

.topBox {
  background-image: url(../images/about-bg.jpg);
  background-size: cover;
  background-position: 50% top;
  width: 100%;
  height: 170px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
  padding: 30px 0;
  row-gap: 20px;
}
.topBox h3 {
  color: #c586a4;
  font-weight: 700;
}
.topBox section {
  flex: none;
}

.container {
  text-align: center;
}
.container .breadcrumb {
  justify-content: center;
  margin: 0;
  color: #979797;
}
.container .breadcrumb .breadcrumb-item a {
  font-size: 14px;
}
.container .breadcrumb .breadcrumb-item.active a {
  color: #979797;
}

.breadcrumbRight {
  padding: 0 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-end;
  border-bottom: 1px solid #00a3ad;
}
.breadcrumbRight .breadcrumb {
  margin: 0;
  text-align: end;
}

hr {
  opacity: 1;
  border: 1px solid #708293;
}

.articlecontent {
  margin: 0 auto;
  padding: 20px 20px 35px;
  max-width: 900px;
}
.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: 360px) {
  body {
    padding-top: 60px;
  }
}
@media only screen and (min-width: 361px) {
  body {
    padding-top: 60px;
  }
}
@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%;
  }
}
@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%;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 22px;
  }
  h5 {
    font-size: 20px;
    line-height: 2;
  }
  h6 {
    font-size: 18px;
  }
  p {
    font-size: 16px;
    line-height: 1.8;
  }
  .title-center img {
    max-height: 50px;
  }
  .link-btn-left {
    font-size: 16px;
  }
  .breadcrumbRight {
    justify-content: space-around;
  }
  .topBox {
    height: 250px;
  }
  .topBox h2 {
    font-size: 35px;
  }
  body {
    padding-top: 123px;
  }
}
@media only screen and (min-width: 859px) {
  body {
    padding-top: 60px;
  }
}
@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%;
  }
  .breadcrumbRight {
    margin-left: 0;
  }
  .breadcrumbRight .breadcrumb {
    padding-left: 0;
  }
  .link-btn {
    font-size: 18px;
  }
  .topBox h3 {
    font-size: 30px;
  }
  body {
    padding-top: 59px;
  }
}
@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%;
  }
  .breadcrumbRight {
    margin-left: 0;
  }
  body {
    padding-top: 70px;
  }
  .title-center img {
    max-height: 65px;
  }
}
@media only screen and (min-width: 1900px) {
  .grid-xxl-1 {
    width: 8.3333333333%;
  }
  .grid-xxl-2 {
    width: 16.6666666667%;
  }
  .grid-xxl-3 {
    width: 25%;
  }
  .grid-xxl-4 {
    width: 33.3333333333%;
  }
  .grid-xxl-5 {
    width: 41.6666666667%;
  }
  .grid-xxl-6 {
    width: 50%;
  }
  .grid-xxl-7 {
    width: 58.3333333333%;
  }
  .grid-xxl-8 {
    width: 66.6666666667%;
  }
  .grid-xxl-9 {
    width: 75%;
  }
  .grid-xxl-10 {
    width: 83.3333333333%;
  }
  .grid-xxl-11 {
    width: 91.6666666667%;
  }
  .grid-xxl-12 {
    width: 100%;
  }
}
div.carouselSlide .carousel-indicators {
  margin-bottom: 0;
}
div.carouselSlide .carousel-indicators button {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
div.carouselSlide .carousel-control-prev-icon,
div.carouselSlide .carousel-control-next-icon {
  background-color: #000;
  color: #FFF;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-size: 40%;
  display: flex;
  align-items: center;
  justify-content: center;
}
div.carouselSlide .carousel {
  position: relative;
}
div.carouselSlide .carousel-text {
  width: 100%;
  position: absolute;
  display: flex;
  text-align: center;
  justify-content: center;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  align-items: center;
}
div.carouselSlide .carousel-text .link-btn {
  width: 8em;
  border-radius: 30px;
  border: 1px solid #c586a4;
  background-color: #fff;
  color: #c586a4;
  padding: 8px 0;
  margin-bottom: 0;
}
div.carouselSlide .carousel-text .link-btn:hover {
  color: #fff;
  background-color: #c586a4;
}

main .guideSec {
  background-image: url(../images/about-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 100px 10px;
  text-align: center;
  position: relative;
}
main .guideSec .textBox {
  margin: 0 auto;
}
main .guideSec .textBox h4 {
  color: #c586a4;
  margin-bottom: 20px;
}
main .guideSec .textBox .long-dash {
  display: inline-block;
  vertical-align: middle;
  width: 45px;
  height: 1px;
  /* 粗細 */
  margin: 0 4px;
  background: currentColor;
  /* 跟文字顏色一致 */
  border-radius: 2px;
  /* 圓頭效果 */
  position: relative;
  top: -0.1em;
}
main .aboutSec {
  padding: 40px 0;
}
main .aboutSec .default-padding-md.container.mainSaleCart .row > * {
  padding: 10px 30px;
}
main .aboutSec .default-padding-md.container.mainSaleCart .lSSlideOuter .lSPager.lSGallery li {
  aspect-ratio: 1/1;
  overflow: hidden;
}
main .aboutSec .default-padding-md.container.mainSaleCart .lSSlideOuter .lSPager.lSGallery img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  /* 保持比例，超出裁切 */
  display: block;
}
main .aboutSec .default-padding-md.container.mainSaleCart .lSAction > a {
  color: #808080;
  background: none;
  /* 取消原本背景圖 */
  background-color: #fff;
  opacity: 1;
  width: 50px;
  height: 50px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.8;
  transition: opacity 0.3s;
}
main .aboutSec .default-padding-md.container.mainSaleCart .lSAction > a:hover {
  opacity: 1;
}
main .aboutSec .default-padding-md.container.mainSaleCart .lSAction > .lSPrev {
  left: 0;
}
main .aboutSec .default-padding-md.container.mainSaleCart .lSAction > .lSNext {
  right: 0;
}
main .aboutSec .default-padding-md.container.mainSaleCart .product-info {
  text-align: left;
  padding: 50px 30px;
}
main .aboutSec .default-padding-md.container.mainSaleCart .product-info img {
  width: 50%;
  max-width: 220px;
}
main .aboutSec .default-padding-md.container.mainSaleCart .product-info .product-content {
  line-height: 1.5;
  font-size: 14px;
}
main .aboutSec .default-padding-md.container.mainSaleCart .product-info .product-content b {
  color: #c586a4;
}
main .aboutSec .default-padding-md.container.mainSaleCart .product-info .product-content .long-dash {
  display: inline-block;
  vertical-align: middle;
  width: 45px;
  height: 1px;
  /* 粗細 */
  margin: 0 4px;
  background: currentColor;
  /* 跟文字顏色一致 */
  border-radius: 2px;
  /* 圓頭效果 */
  position: relative;
  top: -0.1em;
}
main .aboutSec .default-padding-md.container.mainSaleCart button {
  color: #fff;
  background-color: #c586a4;
  border-radius: 30px;
  padding: 15px 20px;
  border: 1px solid #c586a4;
  width: 13em;
}
main .aboutSec .default-padding-md.container.mainSaleCart .d-flex a:hover button {
  color: #c586a4;
  background-color: #fff;
}
main .newSec {
  position: relative;
  width: 100%;
  padding: 0 0 20px;
  background-color: #eae0d9;
}
main .newSec .title-center {
  margin-top: 0;
}
main .newSec .title-center img {
  max-height: 55px;
}
main .newSec .rowBox {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 2em auto;
  margin-bottom: 0;
  row-gap: 20px;
}
main .newSec .rowBox .contentBox {
  padding: 0 10px;
  max-width: 400px;
}
main .newSec .rowBox .contentBox .imgWrapper {
  position: relative;
  overflow: hidden;
}
main .newSec .rowBox .contentBox .imgWrapper .more {
  position: absolute;
  bottom: -100%;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 15px 0;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  color: #b5715c;
  font-weight: 700;
  background-color: rgba(255, 255, 255, 0.5058823529);
  transition: all 0.7s ease;
}
main .newSec .rowBox .contentBox .textBox {
  max-height: 200px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  color: #c586a4;
}
main .newSec .rowBox .contentBox .textBox h5 {
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  line-height: 1.8;
}
main .newSec .rowBox .contentBox .textBox p {
  color: #c586a4;
}
main .newSec .rowBox .contentBox .textBox .timeP {
  line-height: 1.8;
}
main .newSec .rowBox .contentBox a {
  color: #666666;
  font-weight: 400;
}
main .newSec .rowBox .contentBox:hover .more {
  bottom: 0;
}
main .newSec .link-btn {
  margin: 40px auto;
  color: #fff;
  background-color: #c586a4;
  border-radius: 30px;
}
main .newSec .link-btn:hover {
  color: #c586a4;
  background-color: #fff;
}
main .serviceSec {
  width: 100%;
  background-image: url(../images/service-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
main .serviceSec .contentBox {
  margin: 0 auto;
  padding: 20px 0;
}
main .serviceSec .contentBox img {
  width: 60%;
  max-width: 250px;
}
main .serviceSec .contentBox h4 {
  color: #c586a4;
  font-weight: 400;
  margin-bottom: 25px;
}
main .serviceSec .contentBox h4 .long-dash {
  display: inline-block;
  vertical-align: middle;
  width: 45px;
  height: 1px;
  /* 粗細 */
  margin: 0 4px;
  background: currentColor;
  /* 跟文字顏色一致 */
  border-radius: 2px;
  /* 圓頭效果 */
  position: relative;
  top: -0.1em;
}
main .serviceSec .contentBox p {
  line-height: 1.7;
  margin: 5px 0;
}
main .serviceSec .contentBox p .long-dash {
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 1px;
  /* 粗細 */
  margin: 0 4px;
  background: currentColor;
  /* 跟文字顏色一致 */
  border-radius: 2px;
  /* 圓頭效果 */
  position: relative;
  top: -0.1em;
}
main .serviceSec .contentBox h6 {
  display: flex;
  align-items: center;
  color: #c586a4;
  margin-top: 15px;
}
main .serviceSec .contentBox h6 img {
  width: 17px;
  height: 15px;
  margin-right: 5px;
}
main .serviceSec .contentBox h6 ~ p {
  margin: 0;
}
main .serviceSec.second .contentBox h4 {
  color: #000;
  padding-left: 10px;
  margin-bottom: 10px;
}
main .serviceSec.second .contentBox .textBox {
  display: flex;
  gap: 15px;
  margin: 15px 0;
  width: 100%;
}
main .serviceSec.second .contentBox .textBox .imgBox {
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  width: 20%;
}
main .serviceSec.second .contentBox .textBox .imgBox img {
  display: inline-block;
  width: auto;
  height: 50px;
}
main .serviceSec.second .contentBox .textBox .text h6 {
  margin: 5px 0;
}
main .caseSec {
  position: relative;
  width: 100%;
  padding: 0 0 40px;
}
main .caseSec .title-center {
  margin-top: 0;
}
main .caseSec .title-center img {
  max-height: 55px;
}
main .caseSec .rowBox {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 2em auto;
  margin-bottom: 0;
  row-gap: 20px;
}
main .caseSec .rowBox .contentBox {
  padding: 0 10px;
  max-width: 400px;
}
main .caseSec .rowBox .contentBox .boximg4x5 img {
  transition: transform 1s ease;
  /* 變慢：1秒 */
}
main .caseSec .rowBox .contentBox {
  /* 黑色透明遮罩 */
}
main .caseSec .rowBox .contentBox .boximg4x5::after {
  content: "";
  position: absolute;
  inset: 0;
  /* 等同 top/right/bottom/left 全為 0 */
  background: rgba(255, 255, 255, 0.45);
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
  /* 不擋連結點擊 */
  z-index: 1;
}
main .caseSec .rowBox .contentBox {
  /* 右上角「+」 */
}
main .caseSec .rowBox .contentBox .boximg4x5::before {
  content: "READ MORE";
  /* Font Awesome search icon */
  /* 或 "Font Awesome 5 Free" */
  /* 確保顯示實心版本 */
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 46px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #b5715c;
  font-weight: 600;
  font-size: 18px;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.9);
  transition: opacity 0.3s ease, transform 0.5s ease;
  pointer-events: none;
  /* 點 + 一樣會觸發 a（fancybox） */
  z-index: 2;
}
main .caseSec .rowBox .contentBox .textBox {
  max-height: 200px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
}
main .caseSec .rowBox .contentBox .textBox h5 {
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  line-height: 1.8;
  color: #000;
  font-weight: 400;
  margin: 10px 0;
}
main .caseSec .rowBox .contentBox .textBox p {
  color: #c586a4;
}
main .caseSec .rowBox .contentBox .textBox .timeP {
  line-height: 1.8;
}
main .caseSec .rowBox {
  /* hover / focus 狀態顯示效果（鍵盤或手機點擊一樣會觸發 focus-within） */
}
main .caseSec .rowBox .contentBox:hover .boximg4x5::after,
main .caseSec .rowBox .contentBox:focus-within .boximg4x5::after {
  opacity: 1;
}
main .caseSec .rowBox .contentBox:hover .boximg4x5::before,
main .caseSec .rowBox .contentBox:focus-within .boximg4x5::before {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  /* 保持 translate */
}
main .caseSec .rowBox {
  /* 圖片可加一點亮度變化（不動 transform 就不會壓過你的置中） */
}
main .caseSec .rowBox .contentBox:hover .boximg4x5 img,
main .caseSec .rowBox .contentBox:focus-within .boximg4x5 img {
  filter: brightness(0.85);
}
main .caseSec .rowBox .contentBox:hover .boximg4x5 img,
main .caseSec .rowBox .contentBox:focus-within .boximg4x5 img {
  transform: translate(-50%, -50%) scale(1.2);
  /* 注意：合併在一起 */
}
main .caseSec .link-btn {
  margin: 40px auto;
  color: #fff;
  background-color: #c586a4;
  border-radius: 30px;
}
main .caseSec .link-btn:hover {
  color: #c586a4;
  background-color: #fff;
}
main .contactSec {
  background-image: url(../images/contact-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 150px 0 20px;
}
main .contactSec .textBox {
  text-align: center;
  margin: 0 auto;
}
main .contactSec .textBox .link-btn {
  border: 1px solid #4d4d4d;
  color: #4d4d4d;
  padding: 13px 0;
  width: 13em;
  border-radius: 5px;
  margin: 10px auto;
}
main .contactSec .textBox .link-btn:hover {
  background-color: #4d4d4d;
  color: #fff;
}

.contactBottom .contentBox {
  padding: 40px 0;
}
.contactBottom .contentBox .map {
  margin: 0 auto;
}
.contactBottom .contentBox .map iframe {
  border-radius: 30px;
}
.contactBottom .contentBox .contText {
  margin: 15px auto;
}
.contactBottom .contentBox .contText h5 {
  color: #c586a4;
  line-height: 2;
}
.contactBottom .contentBox .contText p {
  line-height: 1.8;
}
.contactBottom .contentBox .contText .iconBox {
  display: flex;
  gap: 15px;
}
.contactBottom .contentBox .contText .iconBox img {
  width: 40px;
  height: 40px;
}

footer {
  border-top: 1px solid #000;
  line-height: 3;
  font-size: 14px;
  margin: 0 auto;
  width: 90%;
  max-width: 1000px;
}

aside {
  display: flex;
  position: fixed;
  flex-direction: column;
  right: 0;
  bottom: 15px;
  text-align: center;
  align-items: center;
  overflow: hidden;
  padding: 0.5em 0;
  width: 50px;
  border-radius: 10px;
  transform: scale(0.8);
  z-index: 999;
}
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;
}
aside .asideBottom a {
  display: flex;
  align-items: center;
  margin: 0;
  justify-content: center;
}
aside .asideBottom.hidden {
  opacity: 0;
  pointer-events: none;
}

main .aboutPage .contentBox .about-content {
  margin-bottom: 15px;
}
main .aboutPage .contentBox .about-content img {
  margin: 20px auto;
}
main .aboutPage .contentBox .about-content .textBox {
  margin: 10px auto;
  padding: 0 10px;
}
main .aboutPage .contentBox .about-content .textBox img {
  width: 60%;
  max-width: 200px;
}
main .aboutPage .contentBox .about-content .textBox h4 {
  color: #c586a4;
  line-height: 2;
}
main .aboutPage .contentBox .about-content .textBox p {
  line-height: 2;
  font-weight: 350;
}
main .aboutPage .contentBox .about-content .textBox b {
  color: #c586a4;
}
main .aboutPage .contentBox .about-content:nth-of-type(2) {
  margin-bottom: 0;
}
main .aboutPage .contentBox .about-content:nth-of-type(2) .textBox h6 {
  font-weight: 300;
  color: #4d4d4d;
}
main .aboutPage .contentBox .about-content:nth-of-type(2) img {
  margin-bottom: 0;
}
main .aboutPage .contentBox .about-business {
  background-image: url(../images/about-bg1.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 50px 0;
  text-align: center;
}
main .aboutPage .contentBox .about-business .textBox {
  margin: 0 auto;
}
main .aboutPage .contentBox .about-business .textBox h4 {
  color: #c586a4;
  line-height: 2;
}
main .aboutPage .contentBox .about-business .textBox h6 {
  font-weight: 300;
}

main .newalbumPage {
  border-bottom: 1px solid #eae0d9;
}
main .newalbumPage .contentBox {
  position: relative;
  width: 100%;
  padding: 20px 0;
}
main .newalbumPage .contentBox .rowBox {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 2em auto;
  margin-bottom: 0;
  row-gap: 20px;
}
main .newalbumPage .contentBox .rowBox .content {
  padding: 0 10px;
}
main .newalbumPage .contentBox .rowBox .content .imgWrapper {
  position: relative;
  overflow: hidden;
}
main .newalbumPage .contentBox .rowBox .content .imgWrapper .more {
  position: absolute;
  bottom: -100%;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 15px 0;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  color: #b5715c;
  font-weight: 700;
  background-color: rgba(255, 255, 255, 0.5058823529);
  transition: all 0.7s ease;
}
main .newalbumPage .contentBox .rowBox .content .textBox {
  max-height: 200px;
  text-align: left;
  padding: 0 5px;
}
main .newalbumPage .contentBox .rowBox .content .textBox h5 {
  line-height: 1.8;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 1;
}
main .newalbumPage .contentBox .rowBox .content .textBox .time {
  line-height: 1.8;
}
main .newalbumPage .contentBox .rowBox .content .textBox p {
  color: #666666;
}
main .newalbumPage .contentBox .rowBox .content .textBox .longtext {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  min-height: 3.2em;
  max-height: 3.2em;
  margin: 0;
  line-height: 1.5;
}
main .newalbumPage .contentBox .rowBox a:hover {
  color: #000;
}
main .newalbumPage .contentBox .rowBox .content:hover .more {
  bottom: 0;
}

main .articlePage {
  background-image: url(../images/article-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 70%;
  background-position: bottom;
  border-bottom: 1px solid #eae0d9;
}
main .articlePage .articleBox {
  margin: 20px auto;
}
main .articlePage .articleBox .articlecontent {
  padding-top: 60px;
}
main .articlePage .link-button {
  display: flex;
  justify-content: flex-start;
  margin: 10px auto;
  padding: 20px;
  gap: 20px;
  max-width: 850px;
}
main .articlePage .link-button .link-btn {
  border-radius: 40px;
  align-items: center;
  justify-content: center;
  font-style: italic;
  color: #242f40;
  border: 1px solid #000;
  width: 9em;
}
main .articlePage .link-button .link-btn:hover {
  background-color: #242f40;
  color: #edb558;
}
main .articlePage .link-button .arrow {
  position: relative;
  display: inline-block;
  /* 讓圓點能定位 */
  z-index: 1;
  font-size: 20px;
  font-style: normal;
}
main .articlePage .link-button .arrow::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: #edb558;
  border-radius: 50%;
  left: 75%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  opacity: 0.3;
}
main .articlePage .contactBox {
  background-color: #242f40;
  color: #fff;
  text-align: center;
  padding: 40px 20px;
}
main .articlePage .contactBox h3 {
  margin: 25px 0;
}
main .articlePage .contactBox a:hover {
  color: #edb558;
}

main .newalbumPage.casePage .contentBox .rowBox .content .boximg4x5 img {
  transition: transform 1s ease;
  /* 變慢：1秒 */
}
main .newalbumPage.casePage .contentBox .rowBox .content {
  /* 黑色透明遮罩 */
}
main .newalbumPage.casePage .contentBox .rowBox .content .boximg4x5::after {
  content: "";
  position: absolute;
  inset: 0;
  /* 等同 top/right/bottom/left 全為 0 */
  background: rgba(255, 255, 255, 0.45);
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
  /* 不擋連結點擊 */
  z-index: 1;
}
main .newalbumPage.casePage .contentBox .rowBox .content {
  /* 右上角「+」 */
}
main .newalbumPage.casePage .contentBox .rowBox .content .boximg4x5::before {
  content: "READ MORE";
  /* Font Awesome search icon */
  /* 或 "Font Awesome 5 Free" */
  /* 確保顯示實心版本 */
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 46px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #b5715c;
  font-weight: 600;
  font-size: 18px;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.9);
  transition: opacity 0.3s ease, transform 0.5s ease;
  pointer-events: none;
  /* 點 + 一樣會觸發 a（fancybox） */
  z-index: 2;
}
main .newalbumPage.casePage .contentBox .rowBox {
  /* hover / focus 狀態顯示效果（鍵盤或手機點擊一樣會觸發 focus-within） */
}
main .newalbumPage.casePage .contentBox .rowBox .content:hover .boximg4x5::after,
main .newalbumPage.casePage .contentBox .rowBox .content:focus-within .boximg4x5::after {
  opacity: 1;
}
main .newalbumPage.casePage .contentBox .rowBox .content:hover .boximg4x5::before,
main .newalbumPage.casePage .contentBox .rowBox .content:focus-within .boximg4x5::before {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  /* 保持 translate */
}
main .newalbumPage.casePage .contentBox .rowBox {
  /* 圖片可加一點亮度變化（不動 transform 就不會壓過你的置中） */
}
main .newalbumPage.casePage .contentBox .rowBox .content:hover .boximg4x5 img,
main .newalbumPage.casePage .contentBox .rowBox .content:focus-within .boximg4x5 img {
  filter: brightness(0.85);
}
main .newalbumPage.casePage .contentBox .rowBox .content:hover .boximg4x5 img,
main .newalbumPage.casePage .contentBox .rowBox .content:focus-within .boximg4x5 img {
  transform: translate(-50%, -50%) scale(1.2);
  /* 注意：合併在一起 */
}

main .photoPage {
  border-bottom: 1px solid #eae0d9;
}
main .photoPage .contentBox {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
main .photoPage .contentBox .title {
  margin: 0 auto 20px;
  padding-bottom: 30px;
  max-width: 900px;
  padding: 10px;
}
main .photoPage .contentBox .title h3 {
  margin: 15px 0;
}
main .photoPage .contentBox .content {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: start;
  max-width: 1100px;
  margin: 10px auto 30px;
}
main .photoPage .contentBox .content .picBox {
  padding: 10px;
  position: relative;
  /* 讓遮罩能定位 */
  overflow: hidden;
}
main .photoPage .contentBox .content .picBox h6 {
  padding: 0 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  margin: 0;
}
main .photoPage .contentBox .content .picBox p {
  padding: 0px 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  line-height: 1.5;
}
main .photoPage .contentBox .content .picBox .boximg1x1 img {
  transition: transform 1s ease;
  /* 變慢：1秒 */
}
main .photoPage .contentBox .content .picBox {
  /* 黑色透明遮罩 */
}
main .photoPage .contentBox .content .picBox .boximg1x1::after {
  content: "";
  position: absolute;
  inset: 0;
  /* 等同 top/right/bottom/left 全為 0 */
  background: rgba(255, 255, 255, 0.45);
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
  /* 不擋連結點擊 */
  z-index: 1;
}
main .photoPage .contentBox .content .picBox {
  /* 右上角「+」 */
}
main .photoPage .contentBox .content .picBox .boximg1x1::before {
  content: "+";
  position: absolute;
  top: 10px;
  right: 10px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #c586a4;
  background-color: #fff;
  font-weight: 700;
  font-size: 30px;
  opacity: 0;
  transform: translateY(-8px) scale(0.9);
  transition: opacity 0.3s ease, transform 0.5s ease;
  pointer-events: none;
  /* 點 + 一樣會觸發 a（fancybox） */
  z-index: 2;
}
main .photoPage .contentBox .content {
  /* hover / focus 狀態顯示效果（鍵盤或手機點擊一樣會觸發 focus-within） */
}
main .photoPage .contentBox .content .picBox:hover .boximg1x1::after,
main .photoPage .contentBox .content .picBox:focus-within .boximg1x1::after {
  opacity: 1;
}
main .photoPage .contentBox .content .picBox:hover .boximg1x1::before,
main .photoPage .contentBox .content .picBox:focus-within .boximg1x1::before {
  opacity: 1;
  transform: none;
}
main .photoPage .contentBox .content {
  /* 圖片可加一點亮度變化（不動 transform 就不會壓過你的置中） */
}
main .photoPage .contentBox .content .picBox:hover .boximg1x1 img,
main .photoPage .contentBox .content .picBox:focus-within .boximg1x1 img {
  filter: brightness(0.85);
}
main .photoPage .contentBox .content .picBox:hover .boximg1x1 img,
main .photoPage .contentBox .content .picBox:focus-within .boximg1x1 img {
  transform: translate(-50%, -50%) scale(1.2);
  /* 注意：合併在一起 */
}

main .servicePage {
  border-bottom: 1px solid #eae0d9;
}
main .servicePage .lash-design {
  width: 100%;
  background-image: url(../images/service-bg.jpg);
  padding: 50px 0;
}
main .servicePage .lash-design .contentBox {
  max-width: 1100px;
  margin: 20px auto 100px;
  line-height: 1.8;
  padding: 0;
  background-color: #fff;
  border: 1px solid #c586a4;
  border-radius: 20px;
  position: relative;
  z-index: 99;
}
main .servicePage .lash-design .contentBox h3 {
  padding: 20px 0;
  text-align: center;
  border-bottom: 1px solid #c586a4;
  color: #fff;
  background-color: #c586a4;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
main .servicePage .lash-design .contentBox .text {
  border-bottom: 1px solid #c586a4;
  padding: 20px 10px;
  position: relative;
  z-index: 999;
}
main .servicePage .lash-design .contentBox .text p {
  padding: 5px 20px;
}
main .servicePage .lash-design .contentBox .info-table {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #c586a4;
  position: relative;
  z-index: 999;
}
main .servicePage .lash-design .contentBox .info-table .info-item {
  padding: 30px 5px;
  text-align: center;
}
main .servicePage .lash-design .contentBox .info-table .info-item h4 {
  margin-bottom: 10px;
  font-weight: bold;
}
main .servicePage .lash-design .contentBox .info-table .info-item ul li {
  font-size: 14px;
}
main .servicePage .lash-design .contentBox .info-table .info-item:first-child {
  border-bottom: 1px solid #c586a4;
}
main .servicePage .lash-design .contentBox .highlight {
  text-align: center;
  font-weight: 400;
  padding: 20px 0;
  color: #b5715c;
  position: relative;
  z-index: 999;
}
main .servicePage .lash-design .contentBox .imgBox {
  position: absolute;
  bottom: 0;
  left: -40px;
  z-index: 1;
  opacity: 0.5;
  /* 讓花像背景，不會搶戲，可依需求調整 */
}
main .servicePage .lash-design .contentBox .imgBox img {
  width: 30%;
  height: auto;
}
main .servicePage .lash-design .contentBox:nth-of-type(even) .imgBox {
  left: auto;
  right: -40px;
  transform: scaleX(-1);
}

main .servicePage.coursePage .lash-design .contentBox .info-table {
  border-bottom: none;
}

main .faqPage {
  border-bottom: 1px solid #eae0d9;
}
main .faqPage .qaAccordin {
  margin: 20px auto 40px;
  max-width: 900px;
  padding-bottom: 30px;
}
main .faqPage .qaAccordin .qa-item {
  border: 1px solid #c586a4;
  background-color: #fff;
  margin-bottom: 10px;
  border-radius: 5px;
  overflow: hidden;
}
main .faqPage .qaAccordin .qa-item .question {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-weight: bold;
  padding: 30px;
  color: #000;
  background-color: #fff;
  position: relative;
  transition: background-color 0.3s, color 0.3s;
}
main .faqPage .qaAccordin .qa-item .question .icon {
  width: 24px;
  height: 24px;
  margin-right: 10px;
  background-color: #eaeaea;
  color: #43496b;
  text-align: center;
  line-height: 24px;
  border-radius: 4px;
  flex-shrink: 0;
  transition: background-color 0.3s, color 0.3s;
}
main .faqPage .qaAccordin .qa-item .question.active {
  background-color: #c586a4;
  color: #fff;
}
main .faqPage .qaAccordin .qa-item .question.active .icon {
  background-color: #fff;
  color: #c586a4 c586a4;
}
main .faqPage .qaAccordin .qa-item .answer {
  display: none;
  padding: 16px;
  padding-top: 0;
  padding-left: 25px;
  background-color: #c586a4;
  color: #fff;
  transition: all 0.5s ease-in;
  font-size: 14px;
}
main .faqPage .qaAccordin .qa-item .answer.show {
  transition: all 0.5s ease-in;
  display: block;
}

/* 無障礙：若使用者偏好減少動效，僅保留淡入 */
@media (prefers-reduced-motion: reduce) {
  .boximg1x1 img {
    transition: none;
  }
  .boximg1x1::before,
  .boximg1x1::after {
    transition: opacity 0.2s linear;
  }
}
main .contactPage .contentBox .content-info {
  text-align: center;
  background-image: url(../images/contactPage-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  padding: 29% 0 15%;
}
main .contactPage .contentBox .content-info h5 {
  font-style: italic;
  color: #c586a4;
  margin-bottom: 15px;
}
main .contactPage .contentBox .content-information {
  padding: 50px 0;
}
main .contactPage .contentBox .content-information .textBox {
  margin: 0 auto;
  max-width: 350px;
}
main .contactPage .contentBox .content-information .textBox h5 {
  margin: 20px 0;
  text-align: center;
  color: #b5715c;
}
main .contactPage .contentBox .content-information .textBox .text {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 10px;
}
main .contactPage .contentBox .content-information .textBox .text p i {
  display: inline-flex;
  background-color: #ece7e4;
  font-size: 20px;
  margin-right: 10px;
  color: #b5715c;
  padding: 6px;
  border-radius: 50%;
  width: 2em;
  height: 2em;
  justify-content: center;
  align-items: center;
}
main .contactPage .contentBox .content-line {
  background-image: url(../images/contactPage-bg1.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 60px 0;
}
main .contactPage .contentBox .content-line .textBox {
  text-align: center;
  margin: 0 auto;
}
main .contactPage .contentBox .content-line .textBox h5 {
  margin: 20px 0;
}
main .contactPage .contentBox .content-line .textBox h6 {
  font-weight: 400;
}
main .contactPage .contentBox .content-line .textBox .link-btn {
  border: 1px solid #4d4d4d;
  color: #4d4d4d;
  padding: 15px 0;
  width: 16em;
  border-radius: 5px;
  margin: 10px auto;
}
main .contactPage .contentBox .content-line .textBox .link-btn:hover {
  background-color: #4d4d4d;
  color: #fff;
}
main .contactPage .contentBox .content-media {
  border-bottom: 1px solid #eae0d9;
}

@media only screen and (min-width: 768px) {
  div.carouselSlide .carousel-indicators {
    margin-bottom: 20px;
  }
  div.carouselSlide .carousel-indicators button {
    width: 10px;
    height: 10px;
  }
  div.carouselSlide .carousel-control-prev-icon,
  div.carouselSlide .carousel-control-next-icon {
    width: 50px;
    height: 50px;
  }
  div.carouselSlide .carousel-text {
    left: 65%;
    bottom: 20%;
  }
  main .newSec .title-center img {
    max-height: 70px;
  }
  main .newSec .rowBox {
    justify-content: space-between;
  }
  main .newSec .rowBox .contentBox {
    padding: 0 10px;
  }
  main .serviceSec .contentBox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 600px;
  }
  main .serviceSec .contentBox .link-button {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  main .serviceSec .contentBox .link-button .link-btn {
    padding: 40px 35px 40px 60px;
    width: 250px;
    font-size: 15px;
  }
  main .serviceSec.second .contentBox .textBox .imgBox img {
    height: 60px;
  }
  main .caseSec .title-center img {
    max-height: 70px;
  }
  main .caseSec .rowBox {
    justify-content: space-between;
  }
  main .caseSec .rowBox .contentBox {
    padding: 0 10px;
  }
  .contactBottom .contentBox {
    display: flex;
    justify-content: center;
    max-width: 1000px;
    margin: 10px auto;
  }
  .contactBottom .contentBox .map {
    margin: 0;
  }
  .contactBottom .contentBox .contText {
    margin: 0;
    padding: 0 20px 0 60px;
  }
  .contactBottom .contentBox .contText h5 {
    margin-bottom: 10px;
  }
  .contactBottom .contentBox .contText p {
    font-size: 17px;
    line-height: 2;
  }
  footer {
    font-size: 16px;
  }
  aside {
    right: 10px;
    transform: scale(1);
  }
  main .servicePage .lash-design .contentBox .text {
    padding: 40px 20px;
  }
  main .servicePage .lash-design .contentBox .info-table {
    flex-direction: row;
    justify-content: space-between;
  }
  main .servicePage .lash-design .contentBox .info-table .info-item {
    flex: 1;
  }
  main .servicePage .lash-design .contentBox .info-table .info-item:first-child {
    border-right: 1px solid #c586a4;
    border-bottom: none;
  }
  main .newalbumPage .contentBox .rowBox {
    justify-content: flex-start;
  }
  main .newalbumPage .contentBox .rowBox .content {
    flex: 0 0 calc(50% - 30px);
    padding: 0;
    margin: 15px;
  }
  main .contactPage .contentBox .content-info {
    padding: 16% 0 8%;
  }
  main .contactPage .contentBox .content-information .textBox {
    max-width: 1200px;
  }
  main .contactPage .contentBox .content-information .textBox .text {
    flex-direction: row;
    justify-content: center;
    gap: 0;
  }
  main .contactPage .contentBox .content-information .textBox .text p {
    margin: 10px 0;
  }
  main .contactPage .contentBox .content-information .textBox .text p::after {
    content: "|";
    margin: 0 10px;
    display: inline-block;
    vertical-align: middle;
    align-items: center;
  }
  main .contactPage .contentBox .content-information .textBox .text p:last-child::after {
    content: "";
  }
  main .contactPage .contentBox .content-information .textBox .text p:hover i {
    transition: all 0.8s ease;
    transform: scale(1.4);
  }
}
@media only screen and (min-width: 992px) {
  div.carouselSlide .carousel-text .link-btn {
    padding: 15px 0;
    width: 10em;
  }
  main .aboutSec .default-padding-md.container.mainSaleCart .product-info .product-content {
    line-height: 2;
    font-size: 16px;
  }
  main .newSec .title-center img {
    max-height: 90px;
  }
  main .newSec .rowBox {
    justify-content: flex-start;
    max-width: 1200px;
  }
  main .newSec .rowBox .contentBox {
    padding: 0 5px;
    margin: 10px;
    flex: 0 0 calc(33.3333% - 20px);
  }
  main .serviceSec {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: end;
  }
  main .serviceSec .picBox {
    align-items: center;
    display: flex;
    justify-content: flex-end;
  }
  main .serviceSec .contentBox {
    margin: auto 0;
    padding: 30px 20px 30px 40px;
    max-width: 500px;
  }
  main .serviceSec .contentBox h3 {
    font-size: 30px;
  }
  main .serviceSec .contentBox .link-button {
    justify-content: start;
    gap: 0;
  }
  main .serviceSec .contentBox .link-button .link-btn {
    margin: 0;
  }
  main .serviceSec .contentBox h5 {
    font-weight: 700;
  }
  main .serviceSec.second .picBox {
    justify-content: flex-start;
  }
  main .serviceSec.second .contentBox {
    padding: 10px 0 10px 20px;
  }
  main .caseSec .title-center img {
    max-height: 90px;
  }
  main .caseSec .rowBox {
    justify-content: flex-start;
    max-width: 1200px;
  }
  main .caseSec .rowBox .contentBox {
    padding: 0 5px;
    margin: 10px;
    flex: 0 0 calc(33.3333% - 20px);
  }
  main .contactSec {
    padding: 250px 0 60px;
  }
  main .aboutPage .contentBox .about-content {
    display: flex;
    justify-content: flex-start;
  }
  main .aboutPage .contentBox .about-content img {
    height: auto;
  }
  main .aboutPage .contentBox .about-content img,
  main .aboutPage .contentBox .about-content .textBox {
    margin: 10px 0;
  }
  main .aboutPage .contentBox .about-content .textBox img,
  main .aboutPage .contentBox .about-content .textBox .text {
    margin-bottom: 20px;
  }
  main .aboutPage .contentBox .about-content:nth-of-type(2) {
    justify-content: flex-end;
  }
  main .aboutPage .contentBox .about-content:nth-of-type(2) .textBox {
    padding: 50px 30px;
  }
  main .aboutPage .contentBox .about-content:nth-of-type(2) .textBox h4 {
    line-height: 2.5;
  }
  main .aboutPage .contentBox .about-content:nth-of-type(2) .textBox p {
    line-height: 2.2;
  }
  main .aboutPage .contentBox .about-business {
    padding: 80px 0;
  }
  main .newalbumPage .contentBox .rowBox .content .imgWrapper .more {
    font-size: 18px;
  }
  main .articlePage .link-button .link-btn {
    font-size: 18px;
  }
  main .articlePage .contactBox .rowBox {
    display: flex;
    justify-content: space-around;
    max-width: 900px;
    margin: 20px auto;
  }
  main .servicePage .lash-design .contentBox .info-table .info-item ul li {
    font-size: 16px;
  }
  main .contactPage .contentBox .content-info {
    background-image: url(../images/contactPage-bg.jpg);
    background-position: center;
    padding: 16% 0 5%;
  }
  main .contactPage .contentBox .content-info p {
    font-weight: 300;
  }
  main .contactPage .contentBox .content-information .textBox h5 {
    font-size: 22px;
  }
  main .contactPage .contentBox .content-information .textBox .text p {
    font-size: 18px;
  }
  main .contactPage .contentBox .content-information .textBox .text p i {
    font-size: 26px;
    width: 2.2em;
    height: 2.2em;
  }
  main .contactPage .contentBox .content-information .textBox .text p::after {
    margin: 0 20px;
  }
  main .contactPage .contentBox .content-line {
    padding: 80px 0;
  }
  main .contactPage .contentBox .content-line .textBox h5 {
    font-size: 22px;
  }
  main .contactPage .contentBox .content-line .textBox .link-btn {
    padding: 20px 0;
  }
}
@media only screen and (min-width: 1400px) {
  div.carouselSlide .carousel-text {
    left: 65%;
    bottom: 25%;
  }
  div.carouselSlide .carousel-text .link-btn {
    padding: 20px 0;
    width: 12em;
  }
  main .guideSec {
    padding: 130px 0;
  }
  main .guideSec .textBox img {
    margin: 40px 0;
  }
  main .guideSec .textBox p {
    font-size: 18px;
  }
  main .serviceSec .picBox {
    max-width: 1200px;
  }
  main .serviceSec .contentBox {
    max-width: 600px;
    align-items: start;
  }
  main .serviceSec .contentBox h3 {
    font-size: 40px;
  }
  main .serviceSec .contentBox h6 {
    font-size: 20px;
  }
  main .serviceSec .contentBox p {
    font-size: 18px;
  }
  main .serviceSec .contentBox .link-button {
    gap: 10px;
    margin: 40px 0;
  }
  main .serviceSec.second {
    justify-content: flex-start;
  }
  main .serviceSec.second .contentBox {
    padding-left: 50px;
  }
  main .serviceSec.second .contentBox .textBox .imgBox img {
    height: 80px;
  }
  main .serviceSec.second .contentBox .textBox .text h6 {
    margin-bottom: 5px;
  }
  main .aboutPage .contentBox .about-content {
    gap: 50px;
    align-items: center;
  }
  main .aboutPage .contentBox .about-content .textBox h4 {
    font-size: 28px;
  }
  main .aboutPage .contentBox .about-content .textBox h6 {
    font-size: 22px;
  }
  main .aboutPage .contentBox .about-content .textBox p {
    font-size: 18px;
  }
  main .aboutPage .contentBox .about-business {
    padding: 130px 0;
  }
  main .aboutPage .contentBox .about-business .textBox h4 {
    font-size: 28px;
  }
  main .aboutPage .contentBox .about-business .textBox h6 {
    font-size: 20px;
  }
  main .newalbumPage .contentBox .rowBox {
    max-width: 1300px;
  }
  main .newalbumPage .contentBox .rowBox .content {
    flex: 0 0 calc(33.3333% - 30px);
  }
  main .servicePage .lash-design .contentBox .text,
  main .servicePage .lash-design .contentBox .info-table,
  main .servicePage .lash-design .contentBox .highlight {
    z-index: 0;
  }
  main .servicePage .lash-design .contentBox .imgBox {
    left: -150px;
    bottom: -70px;
    opacity: 1;
  }
  main .servicePage .lash-design .contentBox .imgBox img {
    width: 30%;
  }
  main .servicePage .lash-design .contentBox:nth-of-type(even) .imgBox {
    right: -150px;
  }
  main .contactPage .contentBox .content-info {
    padding: 13% 0 6%;
  }
}
@media only screen and (min-width: 1920px) {
  main .guideSec {
    background-position: center right;
  }
  main .serviceSec {
    align-items: start;
  }
  main .serviceSec .contentBox {
    margin-right: 60px;
  }
  main .contactSec {
    padding: 17% 0 50px;
    background-position: center top;
  }
  main .contactPage .contentBox .content-info {
    background-position: center top;
    padding: 220px 0 50px;
  }
}