body {
  background-color: #7cb8eb
}
.package_header {
  --header-background: transparent; --header-border-bottom: transparent 1px solid; --header-anchor-color: #fff; --header-anchor-hover-color: #fff; --header-border-top: #7cb8eb 2px solid; --header-sticky-background: #7cb8eb; --header-navicon-color: #fff; --header-mobile-mainmenu-background: #4f83d1; --header-mobile-menu-li-border-bottom: rgba(255, 255, 255, 0.5) 1px solid
}
.package_footer {
  --footer-background: #4f83d1
}
.package_header::part(placeholder) {
  display: none
}
.package_banner {
  width: 100%; background: #fdfdfd
}
.package_banner web-universal-sbanner {
  --banner-height: min(800px, 100vh); background: #7cb8eb; mask: url(../images/wave.svg); mask-mode: luminance; mask-repeat: no-repeat; mask-position: bottom center; mask-size: cover
}
.package_banner web-universal-sbanner::part(content) {
  width: 100%; max-width: 100%; background: rgba(124, 184, 235, 0.5)
}
.package_banner web-universal-sbanner::part(link) {
  display: inline-block; background: #4f83d1; line-height: 100%; padding: 10px 20px; border-radius: 15px; border-bottom: 0px
}
.package_banner web-universal-sbanner::part(link):hover {
  background: #7cb8eb
}
.package_container {
  width: 100%
}
.package_container[bg=a] {
  --container-background: #fdfdfd
}
.package_container[bg=b] {
  --container-background: #f0f8ff
}
.package_scontainer {
  --container-headline-height: calc(100vh / 3); --container-headline-mask-background: rgba(124, 184, 235, 0.5); --container-headline-title-font-size: 3.2rem
}
.package_scontainer[bg=a] {
  --container-background: #fdfdfd
}
.package_scontainer[bg=b] {
  --container-background: #f0f8ff
}
.package_home_top {
  width: 100%; display: none; align-items: center; flex-wrap: wrap; justify-content: space-between; position: relative
}
.package_home_top div.text {
  width: 60%
}
.package_home_top div.text h3 {
  font-size: 2.4rem; line-height: 160%; padding-bottom: var(--page-gap)
}
.package_home_top div.text p {
  font-size: 1.4rem; line-height: 160%; color: #666
}
.package_home_top div.image {
  width: calc(40% - var(--page-gap) * 2)
}
.package_home_top div.image img {
  display: block; width: 100%
}
.package_home_top div.phone {
  position: absolute; right: 0px; bottom: 0px; background: #7cb8eb; padding: var(--page-gap); border-top-left-radius: 10px; border-top-right-radius: 10px; z-index: 100
}
.package_home_top div.phone h3 {
  font-size: 1.8rem; font-weight: normal; color: #fff; line-height: 160%
}
.package_home_top div.phone h3 em {
  display: block; font-style: normal; font-size: 2rem; font-weight: bold
}
.package_home_top div.phone p {
  padding-top: calc(var(--page-gap) / 2)
}
.package_home_top div.phone p a {
  font-size: 1.4rem; display: inline-flex; align-items: center; color: #fff; padding-bottom: 0.2rem; border-bottom: #fff 1px solid
}
.package_home_top div.phone p jtbc-svg {
  --fore-color: #fff; margin-right: 0.5rem
}
.package_home_top.slotted {
  display: flex
}
.package_aboutus_main {
  padding: var(--page-gap) 0px; display: none
}
.package_aboutus_main div.brief {
  width: 100%; display: flex; justify-content: space-between; flex-wrap: wrap
}
.package_aboutus_main div.brief div.text {
  width: calc(65% - var(--page-gap) * 2)
}
.package_aboutus_main div.brief div.text div.link {
  width: 100%; padding-bottom: var(--page-gap)
}
.package_aboutus_main div.brief div.text div.link a {
  display: inline-block; background: #4f83d1; font-size: 1.4rem; color: #fff; line-height: 100%; letter-spacing: 2px; padding: 10px 20px; border-radius: 15px; border-bottom: 0px; transition: all .3s ease
}
.package_aboutus_main div.brief div.text div.link a:hover {
  background: #7cb8eb
}
.package_aboutus_main div.brief div.image {
  width: 35%
}
.package_aboutus_main div.brief div.image img {
  display: block; width: 100%; border-radius: 2rem
}
.package_aboutus_main.slotted {
  display: block
}
.package_service_main {
  width: 100%; display: none
}
.package_team_main {
  width: 100%; padding: var(--page-gap) 0px; display: none
}
.package_team_main h3 {
  font-size: 2.4rem; line-height: 160%; padding: var(--page-gap) 0px
}
.package_team_main div.teams {
  display: grid; grid-template-columns: 1fr 1fr 1fr; gap: calc(var(--page-gap) * 2)
}
.package_team_main div.teams div.item {
  width: 100%; box-sizing: border-box
}
.package_team_main div.teams div.item p.image img {
  display: block; width: 100%; border-radius: 2rem
}
.package_team_main div.teams div.item p.title {
  padding-top: calc(var(--page-gap) / 2); font-size: 2rem; color: #4f83d1; line-height: 160%; text-align: center
}
.package_team_main div.teams div.item p.subtitle {
  padding-bottom: calc(var(--page-gap) / 2); font-size: 1.4rem; color: #999; line-height: 160%; text-align: center
}
.package_team_main.slotted {
  display: block
}
.package_service_main h3 {
  font-size: 2.4rem; line-height: 160%; padding: var(--page-gap) 0px
}
.package_service_main div.services {
  width: 100%; display: grid; grid-template-columns: 1fr 1fr; gap: var(--page-gap); padding-bottom: var(--page-gap)
}
.package_service_main div.services div.item {
  width: 100%; box-sizing: border-box; background: #fff; padding: var(--page-gap); display: flex; align-items: center; flex-wrap: wrap; justify-content: space-between; border-radius: 10px
}
.package_service_main div.services div.item div.image {
  width: 40%
}
.package_service_main div.services div.item div.image img {
  display: block; width: 100%; border-radius: 10px
}
.package_service_main div.services div.item div.text {
  width: calc(60% - var(--page-gap) * 2)
}
.package_service_main div.services div.item div.text p.title {
  font-size: 2.4rem; color: #7cb8eb; line-height: 160%; padding-bottom: var(--page-gap)
}
.package_service_main div.services div.item div.text p.summary {
  font-size: 1.4rem; color: #666; line-height: 160%; padding-bottom: var(--page-gap)
}
.package_service_main div.services div.item div.text p.price {
  font-size: 1.4rem; color: #4f83d1; line-height: 160%
}
.package_service_main.slotted {
  display: block
}
.package_contactus_main {
  width: 100%; padding: var(--page-gap) 0px; display: none
}
.package_contactus_main h3 {
  font-size: 2.4rem; line-height: 160%; padding: var(--page-gap) 0px
}
.package_contactus_main h4 {
  font-size: 1.4rem; line-height: 160%; font-weight: normal; padding-bottom: var(--page-gap)
}
.package_contactus_main.slotted {
  display: block
}
@media screen and (max-width: 960px) {
  .package_home_top div.text {
    width: 100%
  }
  .package_home_top div.image {
    width: 100%
  }
  .package_home_top div.phone {
    left: 0px; right: auto
  }
  .package_aboutus_main div.brief div.image {
    width: 100%; padding-bottom: calc(var(--page-gap) * 2)
  }
  .package_aboutus_main div.brief div.text {
    width: 100%
  }
  .package_team_main div.teams {
    grid-template-columns: 1fr 1fr; gap: var(--page-gap)
  }
  .package_service_main div.services {
    grid-template-columns: 1fr
  }
  .package_service_main div.services div.item div.image {
    width: 100%
  }
  .package_service_main div.services div.item div.text {
    width: 100%
  }
  .package_service_main div.services div.item div.text p.title {
    padding-top: var(--page-gap); font-size: 2rem
  }
}