body {
  background-color: #222222
}
.package_header {
  --header-background: transparent; --header-border-bottom: rgba(255, 255, 255, 0.1) 1px solid; --header-anchor-color: #ffffff; --header-anchor-hover-color: #ffffff; --header-border-top: transparent 2px solid; --header-anchor-font-size: 16px; --header-anchor-font-weight: normal; --header-sticky-background: rgba(0, 0, 0, 0.9); --header-sticky-anchor-color: #ffffff; --header-submenu-background: rgba(0, 0, 0, 0.9); --header-submenu-anchor-font-size: 12px; --header-submenu-anchor-color: #ffffff; --header-submenu-anchor-hover-background: #c80000; --header-submenu-anchor-hover-color: #ffffff; --header-navicon-color: #c80000; --header-mobile-mainmenu-background: rgba(0, 0, 0, 0.9); --header-mobile-anchor-color: #f4f4f4; --header-mobile-menu-li-border-bottom: rgba(255, 255, 255, 0.3) 1px dashed
}
.package_header::part(placeholder) {
  display: none
}
.package_header div.lang {
  display: none
}
.package_header div.lang[slot=navicon-right] {
  margin-right: var(--page-gap)
}
.package_header div.lang.slotted {
  display: block
}
.package_header web-universal-langswitcher {
  --langswitcher-font-color: #fff; --langswitcher-options-background: rgba(0, 0, 0, 0.7); --langswitcher-options-font-color: #fff
}
.package_banner {
  --banner-dot-active-background: #ffffff
}
.package_banner::part(title) {
  color: #ffffff; font-size: 4.8rem; font-weight: lighter
}
.package_banner::part(subtitle) {
  color: rgba(255, 255, 255, 0.8); font-size: 2rem; font-weight: lighter
}
.package_banner::part(link) {
  background: #c80000; color: #ffffff; padding: calc(var(--page-gap) / 2) var(--page-gap); border-bottom: 0px; border-radius: 0.5rem
}
.package_banner::part(link):hover {
  background: #0b2931; color: #ffffff
}
.package_banner::part(mask) {
  background: linear-gradient(180deg, #333333 0%, #000000 100%); opacity: 0.7
}
.package_container {
  --container-background: #f6f6f6; --container-headline-min-height: 240px; --container-headline-mask-background: linear-gradient(180deg, rgba(51, 51, 51, 0.7) 0%, rgba(0, 0, 0, 0.7) 100%)
}
.package_container::part(breadcrumb) {
  --color: #ffffff; --hover-color: #ffffff
}
.package_container::part(headline-subtitle) {
  display: inline-block; padding: calc(var(--page-gap) / 2) calc(var(--page-gap) * 1); background: rgba(200, 0, 0, 0.3); font-size: 1.6rem; color: #ffffff; border-radius: 1rem; opacity: 0.8
}
.package_container[bg=business] {
  --container-background: #0b2931
}
.package_container[bg=business] .package_section h3 span {
  color: #ffffff
}
.package_footer {
  width: 100%; position: relative; z-index: 200; --footer-background: transparent; --footer-copyright-background: #222222
}
.package_footer::part(container) {
  background: url(../images/bg.footer.png) #0b2931 center center no-repeat; background-size: contain
}
.package_footer::part(bottom) {
  padding-top: var(--page-gap)
}
.package_footer::part(h3) {
  display: inline-block; font-size: 1.6rem; padding-bottom: 1rem; border-bottom: #c80000 2px solid
}
.package_footer::part(copyright) {
  border-top: #c80000 2px dashed
}

.package_more {
  width: 100%; padding-top: var(--page-gap); text-align: center
}
.package_more[align=left] {
  text-align: left
}
.package_more[align=right] {
  text-align: right
}
.package_more a {
  display: inline-block; padding: calc(var(--page-gap) / 2) var(--page-gap); background: #c80000; color: #ffffff; border-radius: 0.5rem; transition: all 0.3s ease
}
.package_more a:hover {
  background: #0b2931
}
.package_section {
  width: 100%; padding-bottom: var(--page-gap)
}
.package_section h3 {
  position: relative
}
.package_section h3 span {
  display: block; font-size: 3.6rem; padding-bottom: 2.4rem; line-height: 120%; color: #222222; font-weight: normal; text-align: center; position: relative; z-index: 200
}
.package_section h3::before {
  content: ''; display: block; width: 30px; height: 4px; background: #c80000; position: absolute; bottom: 0px; right: 50%; z-index: 300
}
.package_section h3::after {
  content: ''; display: block; width: 30px; height: 4px; background: #c80000; position: absolute; bottom: 0px; left: 50%; z-index: 300
}
.package_category {
  width: 100%; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; padding-bottom: var(--page-gap)
}
.package_category ul {
  background: #c80000; border-radius: var(--page-gap); padding: 0px var(--page-gap)
}
.package_category ul li {
  display: inline-block
}
.package_category ul li a {
  display: inline-block; line-height: 120%; padding: calc(var(--page-gap) / 2) var(--page-gap); background: transparent; font-size: 1.4rem; color: #ffffff; transition: all .3s ease
}
.package_category ul li a:hover,
.package_category ul li.pitchon a {
  background: #0b2931
}
.package_main {
  width: 100%; padding: var(--page-gap) 0px; display: none
}
.package_main.slotted {
  display: block
}
.package_main jtbc-tiny-pagination {
  --pagination-background: transparent; --pagination-background-hover: transparent; --pagination-color-hover: #000000
}
.package_main div.cushion {
  width: 100%; display: none
}
.package_main div.cushion.slotted {
  display: block
}
.package_aboutus_main div.brief {
  width: 100%; padding: var(--page-gap) 0px; display: flex; flex-wrap: wrap; align-items: flex-start; justify-content: space-between
}
.package_aboutus_main div.brief div.image {
  width: 35%; display: flex; align-items: center; justify-content: space-between
}
.package_aboutus_main div.brief div.image p {
  display: block; width: calc(50% - var(--page-gap) / 2)
}
.package_aboutus_main div.brief div.image p[i='1'] {
  transform: translate(0, -10px);
}
.package_aboutus_main div.brief div.image p[i='2'] {
  transform: translate(0, 10px);
}
.package_aboutus_main div.brief div.image img {
  display: block; width: 100%; height: 440px; object-fit: cover; border-radius: 1rem; box-shadow: 0px 2px 2px rgb(0 0 0 / 5%)
}
.package_aboutus_main div.brief div.text {
  width: 60%; position: relative
}
.package_aboutus_main div.brief div.text h3 {
  font-size: 2.4rem; font-weight: normal; color: #c80000; padding-bottom: calc(var(--page-gap) * 1)
}
.package_aboutus_main div.brief div.text p.intro {
  color: #999999; font-size: 1.4rem; line-height: 160%; padding-bottom: 14rem
}
.package_aboutus_main div.brief div.text div.business {
  width: 100%; display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--page-gap); position: absolute; left: 0px; bottom: 0px; z-index: 100
}
.package_aboutus_main div.brief div.text div.business div.item {
  width: 100%; background: #c80000; box-sizing: border-box; padding: var(--page-gap); border-radius: 1rem; box-shadow: 0px 2px 2px rgb(0 0 0 / 5%); transition: all 0.3s ease
}
.package_aboutus_main div.brief div.text div.business div.item:hover {
  background: #0b2931
}
.package_aboutus_main div.brief div.text div.business div.item p.icon {
  text-align: center
}
.package_aboutus_main div.brief div.text div.business div.item p.icon jtbc-svg {
  width: 30px; height: 30px; --fore-color: #ffffff
}
.package_aboutus_main div.brief div.text div.business div.item p.title {
  padding-top: calc(var(--page-gap) / 2); font-size: 1.4rem; text-align: center
}
.package_aboutus_main div.brief div.text div.business div.item p.title a {
  display: inline-block; padding-bottom: 4px; color: #ffffff; border-bottom: transparent 1px dashed; transition: all 0.3s ease
}
.package_aboutus_main div.brief div.text div.business div.item p.title a:hover {
  border-color: #ffffff
}
.package_aboutus_main div.count {
  width: 100%; height: 240px; box-sizing: border-box; background: url(../images/bg.aboutus.1.jpg) center center no-repeat; background-size: cover; margin: calc(var(--page-gap) * 2) 0px; border-radius: 1rem; overflow: hidden
}
.package_aboutus_main div.count div.text {
  width: 100%; height: 100%; background: linear-gradient(180deg, rgba(51, 51, 51, 0.8) 0%, rgba(0, 0, 0, 0.8) 100%); display: flex; align-items: center; justify-content: space-around; flex-wrap: wrap
}
.package_aboutus_main div.count div.text div.item {
  width: 20%
}
.package_aboutus_main div.count div.text div.item div.number {
  width: 100%; font-size: 4.8rem; color: #ffffff; text-align: center
}
.package_aboutus_main div.count div.text div.item div.number em {
  display: inline-block; font-size: 1.4rem; color: rgba(255, 255, 255, 0.6); font-style: normal
}
.package_aboutus_main div.count div.text div.title {
  width: 100%; text-align: center; padding-top: var(--page-gap); font-size: 1.6rem; line-height: 120%; color: rgba(255, 255, 255, 0.8)
}
.package_aboutus_main div.certificates {
  width: 100%; padding: var(--page-gap) 0px; display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--page-gap)
}
.package_aboutus_main div.certificates div.item p.image {
  display: flex; align-items: center; justify-content: center
}
.package_aboutus_main div.certificates div.item p.image img {
  display: block; max-width: 100%; box-sizing: border-box; border: #d1d1d1 1px solid; border-radius: 1rem; overflow: hidden
}
.package_aboutus_main div.certificates div.item p.title {
  padding-top: calc(var(--page-gap) / 2); font-size: 1.4rem; color: #181818; text-align: center
}
.package_business_main div.items {
  width: 100%; padding-top: var(--page-gap); display: grid; grid-template-columns: 1fr 1fr; grid-gap: var(--page-gap)
}
.package_business_main div.items div.item {
  width: 100%; box-sizing: border-box; display: flex; flex-wrap: wrap; align-items: flex-start; justify-content: space-between; background: #ffffff; border: #d1d1d1 1px solid; padding: var(--page-gap); border-radius: 1rem; overflow: hidden; transition: all 0.3s ease
}
.package_business_main div.items div.item div.image {
  width: calc(40% - var(--page-gap))
}
.package_business_main div.items div.item div.image img {
  display: block; width: 100%; height: 360px; object-fit: cover; border-radius: 1rem
}
.package_business_main div.items div.item div.text {
  width: calc(60% - var(--page-gap))
}
.package_business_main div.items div.item div.text p.icon {
  width: 80px; height: 80px; box-sizing: border-box; padding: 25px; background: #f2f2f2; border-radius: 100%
}
.package_business_main div.items div.item div.text p.icon jtbc-svg {
  width: 100%; height: 100%; --fore-color: #c80000
}
.package_business_main div.items div.item div.text p.title {
  padding: calc(var(--page-gap) * 2) 0px var(--page-gap) 0px; font-size: 2.4rem; line-height: 120%
}
.package_business_main div.items div.item div.text p.title a {
  display: inline-block; padding-bottom: 0.4rem; color: #c80000; border-bottom: transparent 1px dashed; transition: all 0.3s ease
}
.package_business_main div.items div.item div.text p.title a:hover {
  color: #c80000; border-color: #c80000
}
.package_business_main div.items div.item div.text p.intro {
  font-size: 1.2rem; color: #999999; line-height: 160%
}
.package_business_main div.items div.item:hover {
  box-shadow: 0px 2px 2px rgb(0 0 0 / 5%)
}
.package_news_main div.items {
  width: 100%; padding-top: var(--page-gap); display: grid; grid-template-columns: 1fr 1fr 1fr; grid-gap: var(--page-gap)
}
.package_news_main div.items div.item {
  width: 100%; box-sizing: border-box; background: #ffffff; border: #d1d1d1 1px solid; border-radius: 1rem; overflow: hidden; transition: all .3s ease
}
.package_news_main div.items div.item div.image img {
  display: block; width: 100%
}
.package_news_main div.items div.item div.text {
  width: 100%; box-sizing: border-box; padding: calc(var(--page-gap) / 2) calc(var(--page-gap) * 1)
}
.package_news_main div.items div.item div.text p.title {
  padding: var(--page-gap) 0px; font-size: 2.4rem; line-height: 120%; border-bottom: #d1d1d1 1px dashed
}
.package_news_main div.items div.item div.text p.title a {
  display: inline-block; padding-bottom: 0.4rem; color: #c80000; border-bottom: transparent 1px dashed; transition: all 0.3s ease
}
.package_news_main div.items div.item div.text p.title a:hover {
  color: #c80000; border-color: #c80000
}
.package_news_main div.items div.item div.text p.summary {
  padding: var(--page-gap) 0px; font-size: 1.2rem; line-height: 160%; color: #999999
}
.package_news_main div.items div.item:hover {
  box-shadow: 0px 2px 2px rgb(0 0 0 / 5%)
}
.package_contactus_main div.map {
  width: 100%; box-sizing: border-box; border: #d1d1d1 1px solid; margin-top: var(--page-gap); border-radius: 1rem; overflow: hidden; box-shadow: 0px 2px 2px rgb(0 0 0 / 5%)
}
.package_contactus_main div.contact {
  width: 100%; box-sizing: border-box; margin-top: var(--page-gap); padding: calc(var(--page-gap) * 2); background: #ffffff; border: #d1d1d1 1px solid; display: flex; flex-wrap: wrap; align-items: flex-start; justify-content: space-between; border-radius: 1rem; overflow: hidden; box-shadow: 0px 2px 2px rgb(0 0 0 / 5%)
}
.package_contactus_main div.contact div.info {
  width: 40%
}
.package_contactus_main div.contact div.info h3 {
  font-size: 3.2rem; padding-bottom: calc(var(--page-gap) * 2); font-weight: lighter
}
.package_contactus_main div.contact div.info ul li {
  padding-bottom: var(--page-gap); display: flex; flex-wrap: wrap; align-items: center
}
.package_contactus_main div.contact div.info ul li span.icon {
  display: inline-block; width: 50px; height: 50px; box-sizing: border-box; padding: 1rem; background: #c80000; border-radius: 100%
}
.package_contactus_main div.contact div.info ul li span.icon jtbc-svg {
  display: block; width: 100%; height: 100%; --fore-color: #ffffff
}
.package_contactus_main div.contact div.info ul li span.text {
  display: inline-block; padding-left: var(--page-gap); font-size: 1.6rem
}
.package_contactus_main div.contact div.form {
  width: 50%
}
.package_contactus_main div.contact div.form div.tip {
  font-size: 1.4rem; line-height: 160%; color: #ffffff; padding-bottom: var(--page-gap)
}
.package_contactus_main div.contact div.form div.message {
  color: #c80000
}
.package_contactus_main div.contact div.form button.submit {
  width: 100%; background: #c80000; border-color: #c80000; color: #ffffff; border-radius: 0.5rem; transition: all 0.3s ease
}
.package_contactus_main div.contact div.form button.submit:hover {
  background: #0b2931; border-color: #0b2931; color: #ffffff
}
@media screen and (max-width: 1280px) {
  .package_header {
    --header-anchor-padding: 16px
  }
}
@media screen and (max-width: 960px) {
  .package_header::part(anchor)::before {
    height: auto
  }
  .package_header::part(mainmenu) {
    border-top: rgba(255, 255, 255, 0.1) 1px solid
  }
  .package_banner {
    --banner-height: 400px
  }
  .package_banner::part(title) {
    font-size: 2.4rem
  }
  .package_banner::part(subtitle) {
    font-size: 1.2rem
  }
  .package_container::part(headline-title) {
    font-size: 1.6rem
  }
  .package_section h3 span {
    font-size: 3rem
  }
  .package_aboutus_main div.brief div.image {
    width: 100%
  }
  .package_aboutus_main div.brief div.text {
    width: 100%; padding-top: calc(var(--page-gap) * 2)
  }
  .package_aboutus_main div.brief div.text p.intro {
    padding-bottom: 22rem
  }
  .package_aboutus_main div.brief div.text div.business {
    grid-template-columns: repeat(2, 1fr)
  }
  .package_aboutus_main div.count {
    height: 360px
  }
  .package_aboutus_main div.count div.text div.item {
    width: 40%
  }
  .package_aboutus_main div.count div.text div.item div.number {
    font-size: 3.6rem
  }
  .package_aboutus_main div.certificates {
    grid-template-columns: 1fr
  }
  .package_business_main div.items {
    grid-template-columns: 1fr
  }
  .package_business_main div.items div.item div.image {
    width: 100%; padding-bottom: calc(var(--page-gap) * 2)
  }
  .package_business_main div.items div.item div.image img {
    height: 200px
  }
  .package_business_main div.items div.item div.text {
    width: 100%
  }
  .package_news_main div.items {
    grid-template-columns: 1fr
  }
  .package_contactus_main div.contact div.info {
    width: 100%
  }
  .package_contactus_main div.contact div.info h3 {
    font-size: 2.4rem
  }
  .package_contactus_main div.contact div.info ul li span.icon {
    width: 40px; height: 40px
  }
  .package_contactus_main div.contact div.info ul li span.text {
    font-size: 1.6rem
  }
  .package_contactus_main div.contact div.form {
    width: 100%
  }
  .package_contactus_main div.contact div.form div.tip {
    text-align: center


}
  }
}