html.ws-intro-lock,
body.ws-intro-lock,
.ws-intro-overlay,
#ws-intro-overlay {
  overflow: auto !important;
}

.ws-intro-overlay,
#ws-intro-overlay {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

#westone-gnb-container,
#westone-gnb-hamburger-toggle,
#westone-gnb-fullmenu {
  pointer-events: auto !important;
}

#westone-gnb-container {
  z-index: 10000 !important;
}

#westone-gnb-fullmenu {
  z-index: 10001 !important;
}

#westone-gnb-fullmenu.westone-gnb-open,
body.skyocean-menu-open #westone-gnb-fullmenu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important;
}

#mobile_slide_menu_wrap,
#site_alarm_slidemenu_container {
  pointer-events: none !important;
}

body.skyocean-menu-open #mobile_slide_menu_wrap {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.ws-video-bg-wrapper,
.ws-video-bg-wrapper * {
  pointer-events: none !important;
}

.ws-video-bg-wrapper {
  background-image: url("/assets/home-hero-poster.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.ws-video-bg-player {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 100vh !important;
  object-fit: cover !important;
  object-position: center !important;
  opacity: 0;
  transition: opacity .35s ease;
}

.ws-video-bg-wrapper.skyocean-video-ready .ws-video-bg-player {
  opacity: 1;
}

.ws-video-bg-gif {
  display: none !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 100vh !important;
  object-fit: cover !important;
  object-position: center !important;
}

.skyocean-inquiry-button {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 9998;
  border: 0;
  border-radius: 999px;
  background: #ef4a24;
  color: #fff;
  height: 46px;
  padding: 0 18px;
  font: 700 14px/1 Arial, sans-serif;
  box-shadow: 0 10px 30px rgba(0,0,0,.25);
  cursor: pointer;
}

.skyocean-inquiry-modal {
  position: fixed;
  inset: 0;
  z-index: 10020;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 18px;
  background: rgba(0,0,0,.68);
}

.skyocean-inquiry-modal.is-open {
  display: flex;
}

.skyocean-inquiry-card {
  width: min(520px, 100%);
  background: #fff;
  color: #151515;
  border-radius: 8px;
  padding: 22px;
  box-shadow: 0 18px 70px rgba(0,0,0,.35);
}

.skyocean-inquiry-card h2 {
  margin: 0 0 14px;
  font-size: 22px;
  color: #151515;
}

.skyocean-inquiry-card label {
  display: grid;
  gap: 6px;
  margin: 0 0 10px;
  color: #242424;
  font: 700 13px/1.4 Arial, sans-serif;
}

.skyocean-inquiry-card input,
.skyocean-inquiry-card textarea {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 10px 11px;
  font: 14px/1.4 Arial, sans-serif;
}

.skyocean-inquiry-card textarea {
  min-height: 100px;
  resize: vertical;
}

.skyocean-inquiry-basket {
  margin: 0 0 14px;
  border: 1px solid #e2e2dc;
  border-radius: 8px;
  padding: 12px;
  background: #f7f7f4;
  color: #151515;
}

.skyocean-inquiry-basket strong {
  display: block;
  margin-bottom: 8px;
  font: 700 13px/1.3 Arial, sans-serif;
}

.skyocean-inquiry-basket p {
  margin: 0;
  color: #666;
  font: 13px/1.4 Arial, sans-serif;
}

.skyocean-inquiry-basket ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.skyocean-inquiry-basket li {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
}

.skyocean-inquiry-basket span {
  min-width: 0;
  overflow-wrap: anywhere;
  font: 13px/1.35 Arial, sans-serif;
}

.skyocean-inquiry-basket button,
.skyocean-inquiry-add {
  border: 0;
  border-radius: 6px;
  background: #e8e8e3;
  color: #151515;
  min-height: 32px;
  padding: 0 10px;
  font: 700 12px/1 Arial, sans-serif;
  cursor: pointer;
}

.skyocean-inquiry-add {
  width: 100%;
  margin: 0 0 12px;
}

.skyocean-honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.skyocean-inquiry-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 12px;
}

.skyocean-inquiry-actions button {
  height: 40px;
  border: 0;
  border-radius: 6px;
  padding: 0 14px;
  font-weight: 700;
  cursor: pointer;
}

.skyocean-inquiry-close {
  background: #e8e8e3;
  color: #151515;
}

.skyocean-inquiry-submit {
  background: #ef4a24;
  color: #fff;
}

@media (max-width: 900px), (hover: none) and (pointer: coarse) {
  html,
  body {
    overflow: auto !important;
    height: auto !important;
  }

  .ws-intro-overlay,
  #ws-intro-overlay {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
  }
}

body.ws-intro-lock,
html.ws-intro-lock {
  overflow: auto !important;
}

@media (max-width: 900px), (hover: none) and (pointer: coarse) {
  #s20251221854b59e88136b.pc_section,
  #s20251221913a33927a39c.pc_section,
  #s2025122190deb734b8e8b.pc_section,
  #s20251221ab51f0d4307c1.pc_section,
  #s202512211df24447d748c.pc_section,
  #s202512213ed9e886af4ee.pc_section {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    background: #000 !important;
  }

  #s20251221854b59e88136b .doz_aside,
  #s20251221854b59e88136b .side_gutter,
  #s20251221913a33927a39c .doz_aside,
  #s20251221913a33927a39c .side_gutter,
  #s2025122190deb734b8e8b .doz_aside,
  #s2025122190deb734b8e8b .side_gutter,
  #s20251221ab51f0d4307c1 .doz_aside,
  #s20251221ab51f0d4307c1 .side_gutter,
  #s202512211df24447d748c .doz_aside,
  #s202512211df24447d748c .side_gutter,
  #s202512213ed9e886af4ee .doz_aside,
  #s202512213ed9e886af4ee .side_gutter {
    display: none !important;
  }

  #s20251221854b59e88136b > main > .inside,
  #s20251221913a33927a39c > main > .inside,
  #s2025122190deb734b8e8b > main > .inside,
  #s20251221ab51f0d4307c1 > main > .inside,
  #s202512211df24447d748c > main > .inside,
  #s202512213ed9e886af4ee > main > .inside {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 16px 0 42px !important;
  }

  #s20251221854b59e88136b .doz_row.hidden-xs,
  #s20251221913a33927a39c .doz_row.hidden-xs,
  #s2025122190deb734b8e8b .doz_row.hidden-xs,
  #s20251221ab51f0d4307c1 .doz_row.hidden-xs,
  #s202512211df24447d748c .doz_row.hidden-xs,
  #s202512213ed9e886af4ee .doz_row.hidden-xs {
    display: none !important;
  }

  #s20251221854b59e88136b .widget._gallery_wrap .gallery2,
  #s20251221913a33927a39c .widget._gallery_wrap .gallery2,
  #s2025122190deb734b8e8b .widget._gallery_wrap .gallery2,
  #s20251221ab51f0d4307c1 .widget._gallery_wrap .gallery2,
  #s202512211df24447d748c .widget._gallery_wrap .gallery2,
  #s202512213ed9e886af4ee .widget._gallery_wrap .gallery2 {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 18px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    padding: 0 24px 36px !important;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  #s20251221854b59e88136b .widget._gallery_wrap .item_gallary,
  #s20251221913a33927a39c .widget._gallery_wrap .item_gallary,
  #s2025122190deb734b8e8b .widget._gallery_wrap .item_gallary,
  #s20251221ab51f0d4307c1 .widget._gallery_wrap .item_gallary,
  #s202512211df24447d748c .widget._gallery_wrap .item_gallary,
  #s202512213ed9e886af4ee .widget._gallery_wrap .item_gallary {
    display: block !important;
    flex: 0 0 76vw !important;
    width: 76vw !important;
    min-width: 76vw !important;
    max-width: 76vw !important;
    position: relative !important;
    scroll-snap-align: center;
  }

  #s20251221854b59e88136b .widget._gallery_wrap .item_container,
  #s20251221913a33927a39c .widget._gallery_wrap .item_container,
  #s2025122190deb734b8e8b .widget._gallery_wrap .item_container,
  #s20251221ab51f0d4307c1 .widget._gallery_wrap .item_container,
  #s202512211df24447d748c .widget._gallery_wrap .item_container,
  #s202512213ed9e886af4ee .widget._gallery_wrap .item_container {
    display: block !important;
    width: 100% !important;
  }

  #s20251221854b59e88136b .widget._gallery_wrap .img_wrap,
  #s20251221913a33927a39c .widget._gallery_wrap .img_wrap,
  #s2025122190deb734b8e8b .widget._gallery_wrap .img_wrap,
  #s20251221ab51f0d4307c1 .widget._gallery_wrap .img_wrap,
  #s202512211df24447d748c .widget._gallery_wrap .img_wrap,
  #s202512213ed9e886af4ee .widget._gallery_wrap .img_wrap {
    display: block !important;
    width: 100% !important;
    height: 72vw !important;
    min-height: 260px !important;
    max-height: 420px !important;
    background-position: center !important;
    background-size: cover !important;
  }

  #s20251221854b59e88136b .widget._gallery_wrap .text_wrap,
  #s20251221913a33927a39c .widget._gallery_wrap .text_wrap,
  #s2025122190deb734b8e8b .widget._gallery_wrap .text_wrap,
  #s20251221ab51f0d4307c1 .widget._gallery_wrap .text_wrap,
  #s202512211df24447d748c .widget._gallery_wrap .text_wrap,
  #s202512213ed9e886af4ee .widget._gallery_wrap .text_wrap {
    display: block !important;
    position: static !important;
    visibility: visible !important;
    opacity: 1 !important;
    padding: 12px 0 0 !important;
    background: transparent !important;
  }

  #s20251221854b59e88136b .widget._gallery_wrap .title,
  #s20251221913a33927a39c .widget._gallery_wrap .title,
  #s2025122190deb734b8e8b .widget._gallery_wrap .title,
  #s20251221ab51f0d4307c1 .widget._gallery_wrap .title,
  #s202512211df24447d748c .widget._gallery_wrap .title,
  #s202512213ed9e886af4ee .widget._gallery_wrap .title {
    display: block !important;
    color: #fff !important;
    font-size: 17px !important;
    font-weight: 600 !important;
    line-height: 1.25 !important;
    text-align: left !important;
  }

  #s20251221854b59e88136b .widget._gallery_wrap .slide_overlay,
  #s20251221913a33927a39c .widget._gallery_wrap .slide_overlay,
  #s2025122190deb734b8e8b .widget._gallery_wrap .slide_overlay,
  #s20251221ab51f0d4307c1 .widget._gallery_wrap .slide_overlay,
  #s202512211df24447d748c .widget._gallery_wrap .slide_overlay,
  #s202512213ed9e886af4ee .widget._gallery_wrap .slide_overlay {
    display: none !important;
  }
}
