@charset "UTF-8";
:root {
  /* 웨딩& defalt */
  --max-width: 1400px;
  --base-color: #ffcccc;
  --input-defalt-col:#ffcccc;
  /*장례 */
  --funeral-base-color: #999999;
  --funeral-input-defalt-col: #999999;
  /* 돌잔치 */
  --baby-base-color: #1ec4c4;
  --baby-input-defalt-col: #1ec4c4;
}

::-moz-selection {
  background: #ff75a3;
  color: white;
}

::selection {
  background: #ff75a3;
  color: white;
}

[id^=fu] *::-moz-selection {
  background: rgb(80, 80, 80);
}

[id^=fu] *::selection {
  background: rgb(80, 80, 80);
}

[id^=fi] *::-moz-selection {
  background: rgb(155, 237, 184);
}

[id^=fi] *::selection {
  background: rgb(155, 237, 184);
}

@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 100;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff) format("woff"), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 300;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff) format("woff"), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 400;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff) format("woff"), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 500;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff) format("woff"), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 700;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff) format("woff"), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 900;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff) format("woff"), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.otf) format("opentype");
}
@font-face {
  font-family: "Chosun";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/ChosunGs.ttf") format("truetype");
}
@font-face {
  font-family: "parisienne";
  src: url("../fonts/Parisienne-Regular.ttf") format("truetype");
  font-weight: 500;
}
@font-face {
  font-family: "sebangGd";
  src: url("../fonts/SEBANG Gothic Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "scdream";
  src: url("../fonts/SCDream1.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
*::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

*::-webkit-scrollbar-thumb {
  background-color: var(--base-color);
  background-clip: padding-box;
}

* {
  box-sizing: border-box;
  font-family: "Nanum Brush Script", "Noto Sans KR", sans-serif, "Courier New", Courier, monospace;
  max-width: 100%;
}

html, body {
  margin: 0;
  font-family: "scdream";
  width: 100%;
}

.big-title {
  position: relative;
  font-style: italic;
  letter-spacing: 10px;
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
  padding: 5px;
}
.big-title::before {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 40px;
  height: 3px;
  background: #754f7f;
  border-radius: 120px;
  box-shadow: 0 3px 3px rgba(69, 53, 17, 0.5098039216);
}
.big-title::after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0;
  width: 40px;
  height: 3px;
  background: #4360ab;
  border-radius: 120px;
  box-shadow: 0 3px 3px rgba(69, 53, 17, 0.5098039216);
}

.main-container {
  display: flex;
  flex-direction: row;
  width: 100%;
  flex-direction: column;
  box-sizing: border-box;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.1098039216);
  border-radius: 18px;
  margin: 20px 0;
  overflow: hidden;
}

.body-content {
  max-width: 1400px;
  width: 100%;
  align-self: center;
}

.banner-container {
  display: inline-flex;
  box-sizing: border-box;
  width: 100%;
  background: url("../img/banner/CK_cm260037478_l.jpg") no-repeat center/cover;
  background-attachment: fixed;
}
.banner-container .banner-wrap {
  width: 100%;
  min-height: 400px;
  color: black;
  box-sizing: border-box;
  font-weight: bold;
  padding: 20px;
  font-size: 2rem;
  overflow: hidden;
}
.banner-container .banner-wrap > div {
  border-radius: 18px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-direction: column;
  background: rgba(0, 0, 0, 0.113);
  -webkit-backdrop-filter: blur(5px) saturate(0.5);
          backdrop-filter: blur(5px) saturate(0.5);
}
.banner-container .banner-wrap > div .padding-wrap {
  padding: 10px;
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
}
.banner-container .banner-wrap > div .padding-wrap .noti-body {
  width: 100%;
  border-bottom: 1px solid rgba(225, 225, 225, 0.6901960784);
  color: white;
  padding: 10px;
  font-size: 0.9rem;
  gap: 15px;
  cursor: pointer;
}
.banner-container .banner-wrap > div .padding-wrap .noti-body > .noti-context {
  letter-spacing: 1px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  align-self: flex-start;
}
.banner-container .banner-wrap > div .padding-wrap .noti-body > .noti-date {
  color: gainsboro;
  align-self: flex-end;
}
.banner-container .banner-wrap > div .padding-wrap .noti-body:hover {
  filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.315));
}
.banner-container .banner-wrap > div > .header {
  display: inline-flex;
  align-items: center;
  flex-direction: row;
  height: 50px;
  width: 100%;
  background: #7c8d91;
  color: white;
  padding: 5px 10px;
}

@keyframes rotatebg {
  from {
    filter: invert(0) hue-rotate(0deg);
  }
  to {
    filter: invert(0) hue-rotate(360deg);
  }
}
.pattern-intro-wrap {
  display: flex;
  flex-direction: row;
  width: 100%;
  box-sizing: border-box;
  margin: 20px 0;
  padding: 0 0 0 20px;
  border-radius: 20px;
  margin-bottom: 50px;
  box-shadow: 0 4px 18px rgba(220, 220, 220, 0.6784313725);
  overflow: hidden;
}
.pattern-intro-wrap .intro-icon {
  flex: 0.4;
  background: url("../img/item/wedding.jpg") no-repeat center/contain;
  min-height: 400px;
  top: 0;
}
.pattern-intro-wrap .intro-icon.funeral {
  background: url("../img/item/funeral.jpg") no-repeat center/contain;
  filter: saturate(0.5) grayscale(1);
}
.pattern-intro-wrap .intro-icon.firstbr {
  background: url("../img/item/firstberthday.jpg") no-repeat center/contain;
}
.pattern-intro-wrap .intro-content {
  display: inline-flex;
  flex-direction: column;
  padding: 50px 30px;
  gap: 10px;
  box-sizing: border-box;
  flex: 0.6;
  justify-content: space-between;
}
.pattern-intro-wrap .intro-content > .title {
  font-family: "sebangGd";
  color: gray;
  margin: 0 0 10px 0;
}
.pattern-intro-wrap .intro-content .text {
  color: #959595;
}

.scrollNav {
  position: fixed;
  display: inline-flex;
  flex-direction: column;
  bottom: 50vh;
  left: 0px;
  min-width: 90px;
  background: rgba(255, 255, 255, 0.3215686275);
  border-radius: 0 8px 8px 0;
  padding: 5px;
  z-index: 10;
  -webkit-backdrop-filter: blur(5px) saturate(0.5);
          backdrop-filter: blur(5px) saturate(0.5);
  transition: cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.35s;
}
.scrollNav.active {
  animation: showNav 1.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards alternate;
}
.scrollNav > li {
  list-style: none;
}
.scrollNav.table-of-contents a {
  color: rgba(255, 255, 255, 0.9215686275);
  padding-left: 16px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5803921569);
}
.scrollNav:hover {
  left: 0px;
  border-right: 1px solid #7f0000;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.4588235294);
  animation: unset;
}

@keyframes showNav {
  0% {
    left: 0px;
  }
  50% {
    left: 0px;
  }
  80% {
    left: 0px;
  }
  100% {
    left: -80px;
  }
}
.main-card-wrap {
  display: inline-flex;
  flex-direction: row;
  gap: 30px;
  min-height: 300px;
  width: 100%;
  padding: 20px 0px;
}
.main-card-wrap .item-card {
  display: inline-flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  min-height: 300px;
  gap: 10px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.092);
  border-radius: 0 0;
  flex: 1;
  overflow: hidden;
  transition: all 0.45s;
}
.main-card-wrap .item-card:hover {
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.308);
}
.main-card-wrap .item-card > .img-area {
  width: 100%;
  height: 120px;
  background: url("../img/item/CK_tc04360002182_l.jpg") no-repeat center/cover;
}
.main-card-wrap .item-card:nth-of-type(2) > .img-area {
  background: url("../img/item/CK_tc04360002184_l.jpg") no-repeat center/cover;
}
.main-card-wrap .item-card:nth-of-type(3) > .img-area {
  background: url("../img/item/CK_tc04360002185_l.jpg") no-repeat center/cover;
}
.main-card-wrap .item-card .icon-area {
  margin: 10px;
  width: 100px;
  min-width: 100px;
  height: 100px;
  align-self: center;
  border-radius: 100%;
  background: url("../img/item/CK_tc04360002182_l.jpg") no-repeat center/cover;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.249);
}
.main-card-wrap .item-card:nth-of-type(2) .icon-area {
  background: url("../img/item/CK_tc04360002184_l.jpg") no-repeat center/cover;
}
.main-card-wrap .item-card:nth-of-type(3) .icon-area {
  background: url("../img/item/CK_tc04360002185_l.jpg") no-repeat center/cover;
}
.page-footer {
  color: #fff;
  background-color: #ffffff;
  width: 100%;
  border-top: 1px solid #f1f1f1;
  padding: 50px 0;
}

.footer-copyright {
  color: black !important;
}

.vir-btn {
  display: flex !important;
  align-items: center;
  justify-content: center;
  border: 1px dashed gainsboro;
  color: #161616;
  border-radius: 8px;
  padding: 10px;
  font-weight: bolder;
  transition: all 0.35s;
}
.vir-btn:hover {
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.308);
}

.video-item {
  border: 22px solid #dcd8ce;
}

.progress {
  background-color: #fbdbff;
  height: 2px;
}
.progress .indeterminate {
  background-color: rgba(156, 132, 197, 0.6784313725);
}

.chip {
  background-color: #f9f9f9;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.0705882353);
  display: inline-flex;
  align-items: center;
  flex: 1 1 130px;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 150px;
}
.chip > img {
  width: 32px;
  height: 32px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.22);
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.card-title {
  font-family: "parisienne" !important;
  font-size: 3rem;
}

.parallax-container {
  height: calc(50vh - 130px);
  width: var(--max-width);
  align-self: center;
}
.parallax-container + .section {
  width: var(--max-width);
  align-self: center;
}

.main-btn {
  background: #6b93c5;
  /* border: 1px solid gainsboro; */
  padding: 10px 20px;
  cursor: pointer;
  color: #ffffff;
  transition: background-color 0.3s;
  cursor: pointer;
  vertical-align: middle;
  position: relative;
  z-index: 1;
}

.dropdown-content .li {
  display: inline-flex;
  align-items: center;
}

@media (max-width: 900px) {
  .main-card-wrap {
    padding: 20px 10px;
  }
  .scrollNav {
    left: 0px;
  }
  .parallax-container {
    height: 250px;
  }
  .pattern-intro-wrap .intro-content {
    padding: 50px 0;
  }
  .main-card-wrap .item-card > .img-area {
    display: none;
  }
  .main-card-wrap .item-card {
    align-items: center;
    min-height: 150px;
  }
  .pattern-intro-wrap .intro-icon {
    min-height: 300px;
  }
  .pattern-intro-wrap {
    padding: 0 10px;
  }
}