* {
 box-sizing:border-box }

html {
 scroll-behavior:smooth }

@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css");

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;600;700;800;900&display=swap");

body {
  margin:0;

  font-family:"Pretendard","Noto Sans KR",-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;

  color:#071436;

  background:#fff;

  font-size:14px
}

button,input,select,textarea {
  font-family:inherit
}

a {
  text-decoration:none;

  color:inherit
}

.site-header {
  height:58px;

  background:#fff;

  position:sticky;

  top:0;

  z-index:100;

  border-bottom:1px solid #f2f4f8
}

.inner {
  max-width:1120px;

  margin:auto;

  height:100%;

  display:flex;

  align-items:center;

  justify-content:space-between;

  padding:0 18px
}

.logo img {
  width:96px;

  display:block
}

.gnb {
  display:flex;

  align-items:center;

  gap:28px;

  font-size:12px;

  font-weight:700
}

.gnb .active {
  color:#1e70ff
}

.nav-drop {
  position:relative
}

.nav-drop>button {
  border:0;

  background:transparent;

  font-size:12px;

  font-weight:700;

  color:#071436;

  cursor:pointer
}

.nav-drop>div {
  display:none;

  position:absolute;

  top:24px;

  left:0;

  background:#fff;

  min-width:190px;

  border-radius:10px;

  box-shadow:0 12px 35px rgba(7,20,54,.16);

  padding:10px
}

.nav-drop.open>div,.nav-drop:hover>div {
  display:block
}

.nav-drop a {
  display:block;

  padding:9px 10px;

  white-space:nowrap
}

.header-icons {
  display:flex;

  gap:16px;

  align-items:center
}

.cart,.hamb {
  border:0;

  background:transparent;

  font-size:18px;

  cursor:pointer
}

.hamb {
  display:none
}

.hero {
  height:410px;

  background:url('../images/hero.jpg') center/cover no-repeat;

  position:relative
}

.hero:before {
  content:"";

  position:absolute;

  inset:0;

  background:rgba(0,20,50,.18)
}

.hero-inner {
  max-width:1120px;

  margin:auto;

  position:relative;

  padding:82px 18px
}

.hero h1 {
  color:#fff;

  font-size:34px;

  margin:0 0 8px
}

.hero p {
  color:#fff;

  font-size:13px;

  font-weight:700;

  margin:0
}

.search-box {
  position:relative;

  margin-top:56px;

  background:#fff;

  border-radius:10px;

  box-shadow:0 18px 45px rgba(0,0,0,.16);

  padding:22px;

  display:grid;

  grid-template-columns:1.05fr 1.05fr 1.05fr 1.05fr 1.08fr;

  gap:16px;

  align-items:end
}

.switch {
  grid-column:1/3;

  display:flex;

  gap:6px
}

.switch button {
  border:0;

  border-radius:22px;

  padding:10px 18px;

  background:#f6f8ff;

  font-weight:800;

  font-size:11px;

  cursor:pointer
}

.switch .on {
  background:#000;

  color:#fff
}

.passenger {
  grid-column:5;

  grid-row:1;

  height:42px;

  background:#fff;

  border:1px solid #dce3ef;

  border-radius:5px;

  padding:0 14px;

  font-size:12px;

  text-align:left;

  cursor:pointer
}

.field label {
  display:block;

  font-size:11px;

  margin-bottom:10px;

  color:#172247
}

.fake-select,.date-input {
  width:100%;

  height:42px;

  border:1px solid #dce3ef;

  border-radius:5px;

  background:#fff;

  padding:0 12px;

  color:#172247;

  text-align:left;

  font-size:12px
}

.fake-select:after {
  content:"⌄";

  float:right;

  color:#8a95aa
}

.date-input {
  cursor:pointer;

  background:#fff
}

.date-field {
  position:relative
}

.date-field:after {
  content:"▣";

  position:absolute;

  right:12px;

  bottom:12px;

  font-size:12px;

  color:#273a60
}

.find {
  height:42px;

  border:0;

  border-radius:5px;

  background:#1e47c7;

  color:#fff;

  font-weight:800;

  font-size:12px;

  cursor:pointer
}

.find:hover {
  background:#1739aa
}

.passenger-pop {
  display:none;

  position:absolute;

  right:22px;

  top:72px;

  width:270px;

  background:#fff;

  border-radius:12px;

  box-shadow:0 15px 38px rgba(6,15,40,.18);

  padding:14px;

  z-index:30
}

.passenger-pop.open {
  display:block
}

.passenger-pop>div {
  display:grid;

  grid-template-columns:1fr 32px 28px 32px;

  gap:8px;

  align-items:center;

  padding:10px 0;

  border-bottom:1px solid #edf1f7
}

.passenger-pop>div:last-child {
  border-bottom:0
}

.passenger-pop small {
  display:block;

  color:#8b95a8;

  font-size:11px
}

.passenger-pop button {
  width:30px;

  height:30px;

  border:1px solid #dce3ef;

  background:#fff;

  border-radius:50%;

  font-weight:800;

  cursor:pointer
}

.select-layer {
  display:none;

  position:absolute;

  background:#fff;

  border:1px solid #e4e9f2;

  border-radius:10px;

  box-shadow:0 15px 35px rgba(6,15,40,.16);

  z-index:200;

  padding:7px
}

.select-layer.open {
  display:block
}

.select-layer button {
  display:block;

  width:230px;

  border:0;

  background:#fff;

  text-align:left;

  padding:12px;

  border-radius:7px;

  cursor:pointer;

  color:#172247
}

.select-layer button:hover {
  background:#f4f8ff;

  color:#1e47c7
}

.calendar-layer {
  display:none;

  position:absolute;

  width:285px;

  background:#fff;

  border:1px solid #e4e9f2;

  border-radius:12px;

  box-shadow:0 15px 35px rgba(6,15,40,.16);

  z-index:200;

  padding:14px
}

.calendar-layer.open {
  display:block
}

.cal-head {
  display:flex;

  justify-content:space-between;

  align-items:center;

  margin-bottom:10px;

  font-weight:800
}

.cal-head button {
  border:0;

  background:#f3f7ff;

  border-radius:7px;

  padding:6px 10px;

  cursor:pointer
}

.cal-grid {
  display:grid;

  grid-template-columns:repeat(7,1fr);

  gap:5px;

  text-align:center
}

.cal-grid span {
  font-size:11px;

  color:#8993a6;

  padding:5px
}

.cal-grid button {
  height:32px;

  border:0;

  background:#fff;

  border-radius:8px;

  cursor:pointer
}

.cal-grid button:hover,.cal-grid button.on {
  background:#1e70ff;

  color:#fff
}

main {
  max-width:1120px;

  margin:0 auto;

  padding:48px 18px 70px
}

.product-section {
  margin-bottom:86px
}

.section-head {
  display:flex;

  justify-content:space-between;

  align-items:center;

  margin-bottom:34px;

  gap:20px
}

.section-head h2 {
  font-size:27px;

  margin:0 0 8px
}

.section-head p {
  margin:0;

  font-size:12px;

  line-height:1.5
}

.more {
  background:#f4f8ff;

  color:#2868ff;

  padding:13px 21px;

  border-radius:2px;

  font-size:12px;

  font-weight:700
}

.slider-window {
  overflow:hidden;

  width:100%
}

.cards {
  display:flex;

  gap:24px;

  transition:transform .35s ease;

  will-change:transform
}

.card {
  position:relative;

  min-width:0;

  flex:0 0 calc((100% - 72px)/4)
}

.card img {
  width:100%;

  aspect-ratio:1/1;

  object-fit:cover;

  border-radius:4px;

  display:block
}

.badge {
  position:absolute;

  top:0;

  left:0;

  background:red;

  color:#fff;

  font-size:9px;

  font-weight:900;

  padding:7px 10px;

  border-radius:3px 0 3px 0
}

.badge.blue {
  background:#2e5cff
}

.card h3 {
  font-size:15px;

  line-height:1.25;

  margin:16px 0 8px
}

.card p {
  font-size:12px;

  line-height:1.45;

  color:#526073;

  min-height:50px;

  margin:0 0 14px
}

.rate {
  font-size:11px;

  font-weight:700;

  margin-bottom:14px;

  color:#071436
}

.rate::first-letter {
  color:#ffc400
}

.card b {
  font-size:12px;

  color:#1556d7
}

.dots {
  text-align:center;

  margin-top:32px
}

.dots button {
  display:inline-block;

  width:7px;

  height:7px;

  border-radius:50%;

  background:#d9e1ee;

  margin:0 4px;

  border:0;

  padding:0;

  vertical-align:middle
}

.dots button.on {
  width:17px;

  border-radius:10px;

  background:#2982ff
}

.coupon img {
  width:100%;

  display:block
}

footer {
  background:#fff;

  padding:45px 18px 28px
}

.footer-grid {
  max-width:1120px;

  margin:auto;

  display:grid;

  grid-template-columns:1.4fr repeat(4,1fr);

  gap:55px;

  border-bottom:1px solid #edf1f5;

  padding-bottom:45px
}

.f-logo {
  width:95px;

  margin-bottom:22px
}

footer h4 {
  font-size:12px;

  margin:0 0 18px
}

footer p,footer a {
  display:block;

  font-size:12px;

  color:#24304d;

  line-height:1.8
}

.reserve {
  display:inline-block!important;

  background:#2c74ff;

  color:#fff!important;

  border-radius:18px;

  padding:8px 16px;

  margin-top:12px
}

.social {
  text-align:center;

  margin:22px 0 10px;

  letter-spacing:18px
}

.copy {
  text-align:center;

  margin:0;

  font-size:11px;

  color:#3b4560;

  line-height:1.7
}

.wa,.top {
  position:fixed;

  border:0;

  z-index:90;

  cursor:pointer
}

.wa {
  right:18px;

  bottom:18px;

  width:42px;

  height:42px;

  border-radius:50%;

  background:#17d86f;

  color:white;

  display:grid;

  place-items:center;

  font-weight:900
}

.top {
  left:18px;

  bottom:20px;

  background:#f4f8ff;

  color:#1e70ff;

  width:30px;

  height:30px;

  border-radius:50%
}

.toast {
  display:none;

  position:fixed;

  left:50%;

  bottom:35px;

  transform:translateX(-50%);

  background:#071436;

  color:#fff;

  border-radius:20px;

  padding:11px 18px;

  font-size:12px;

  z-index:300
}

.toast.open {
  display:block
}

.mobile-menu,.mobile-dim {
  display:none
}

@media(max-width:760px) {
  body {
    font-size:12px
  }

.site-header {
    height:42px
  }

.inner {
    padding:0 8px
  }

.logo img {
    width:58px
  }

.gnb {
    display:none
  }

.hamb {
    display:block
  }

.cart {
    font-size:14px
  }

.mobile-dim.open {
    display:block;

    position:fixed;

    inset:0;

    background:rgba(0,0,0,.35);

    z-index:150
  }

.mobile-menu {
    display:block;

    position:fixed;

    right:-280px;

    top:0;

    width:260px;

    height:100vh;

    background:#fff;

    z-index:160;

    padding:22px;

    box-shadow:-10px 0 30px rgba(0,0,0,.18);

    transition:.25s
  }

.mobile-menu.open {
    right:0
  }

.mobile-menu img {
    width:88px;

    margin-bottom:20px
  }

.mobile-menu a {
    display:block;

    padding:14px 0;

    border-bottom:1px solid #edf1f5;

    font-weight:700
  }

.m-close {
    position:absolute;

    right:14px;

    top:12px;

    border:0;

    background:transparent;

    font-size:26px
  }

.hero {
    height:490px;

    background-position:center top
  }

.hero:before {
    background:rgba(0,20,45,.30)
  }

.hero-inner {
    padding:28px 8px
  }

.hero h1 {
    font-size:16px
  }

.hero p {
    font-size:8px;

    width:250px
  }

.search-box {
    margin-top:34px;

    border-radius:5px;

    padding:14px 12px;

    display:block
  }

.switch {
    justify-content:center;

    margin-bottom:14px
  }

.switch button {
    font-size:8px;

    padding:9px 18px
  }

.field {
    margin-bottom:10px
  }

.field label {
    font-size:8px;

    margin-bottom:7px
  }

.fake-select,.date-input {
    height:37px;

    font-size:9px;

    border-radius:4px
  }

.date-field:after {
    bottom:10px;

    font-size:10px
  }

.passenger {
    width:100%;

    font-size:9px;

    margin:2px 0 10px;

    border-radius:4px
  }

.find {
    height:37px;

    width:100%;

    font-size:9px
  }

.passenger-pop {
    left:12px;

    right:12px;

    top:auto;

    width:auto;

    margin-top:-6px
  }

.select-layer button {
    width:calc(100vw - 46px)
  }

main {
    padding:38px 8px 30px
  }

.product-section {
    margin-bottom:52px
  }

.section-head {
    display:block;

    margin-bottom:16px
  }

.section-head h2 {
    font-size:17px
  }

.section-head p {
    font-size:9px;

    line-height:1.55;

    margin-bottom:15px
  }

.more {
    display:inline-block;

    font-size:8px;

    padding:10px 18px
  }

.slider-window {
    overflow:hidden
  }

.cards {
    display:flex;

    overflow:visible;

    gap:0
  }

.card {
    flex:0 0 100%;

    padding:0;

    display:block;

    transition:.25s
  }

.card.clone {
    display:none
  }

.card img {
    aspect-ratio:1/.74
  }

.card h3 {
    font-size:11px;

    margin:12px 0 6px
  }

.card p {
    font-size:9px;

    min-height:0
  }

.rate,.card b {
    font-size:9px
  }

.badge {
    font-size:7px;

    padding:6px 8px
  }

.dots {
    margin-top:20px
  }

.coupon img {
    height:100px;

    object-fit:cover;

    object-position:center
  }

.footer-grid {
    display:block;

    padding-bottom:24px
  }

.footer-grid>div {
    margin-bottom:25px
  }

.f-logo {
    width:75px;

    margin-bottom:16px
  }

footer {
    padding:28px 14px
  }

footer h4 {
    font-size:10px;

    margin-bottom:10px
  }

footer p,footer a {
    font-size:9px;

    line-height:1.9
  }

.reserve {
    font-size:9px;

    border-radius:15px
  }

.social {
    font-size:11px;

    letter-spacing:12px
  }

.copy {
    font-size:8px
  }

.wa {
    width:34px;

    height:34px
  }

.top {
    left:10px;

    bottom:18px
  }

}

/* Hero visual slider */

.hero.hero-slider {
  height:560px;

  background:none;

  overflow:visible;

  position:relative
}

.hero.hero-slider:before {
  display:none
}

.hero-track,.hero-slide {
  position:absolute;

  inset:0
}

.hero-slide {
  background-size:cover;

  background-position:center;

  opacity:0;

  transform:scale(1.08);

  transition:opacity 1s ease, transform 5.8s ease;

  z-index:0
}

.hero-slide:after {
  content:"";

  position:absolute;

  inset:0;

  background:linear-gradient(90deg,rgba(0,18,45,.58),rgba(0,18,45,.30) 48%,rgba(0,18,45,.16));

  z-index:1
}

.hero-slide.active {
  opacity:1;

  transform:scale(1);

  z-index:1
}

.hero-caption {
  position:absolute;

  left:50%;

  top:86px;

  width:min(1120px,100%);

  transform:translateX(-50%);

  padding:0 18px;

  z-index:2;

  color:#fff;

  opacity:0;

  transition:opacity .8s ease, top .8s ease
}

.hero-slide.active .hero-caption {
  opacity:1;

  top:72px
}

.hero-caption h1 {
  font-size:46px;

  line-height:1.12;

  margin:0 0 16px;

  font-weight:900;

  letter-spacing:-.04em;

  text-shadow:0 3px 18px rgba(0,0,0,.22)
}

.hero-caption p {
  font-size:18px;

  line-height:1.55;

  font-weight:700;

  margin:0;

  text-shadow:0 3px 16px rgba(0,0,0,.25)
}

.hero-inner {
  z-index:5;

  padding-top:270px
}

.hero-nav {
  position:absolute;

  top:44%;

  z-index:8;

  width:42px;

  height:42px;

  border:1px solid rgba(255,255,255,.42);

  border-radius:50%;

  background:rgba(255,255,255,.12);

  color:#fff;

  font-size:34px;

  line-height:36px;

  display:grid;

  place-items:center;

  cursor:pointer;

  backdrop-filter:blur(3px)
}

.hero-prev {
  left:28px
}

.hero-next {
  right:28px
}

.hero-nav:hover {
  background:rgba(255,255,255,.25)
}

.hero-pager {
  position:absolute;

  right:calc((100% - 1120px)/2 + 18px);

  bottom:128px;

  z-index:8;

  color:#fff;

  font-weight:900;

  letter-spacing:.05em
}

.hero-pager .hero-current {
  font-size:28px
}

.hero-pager em {
  font-style:normal;

  opacity:.55;

  margin:0 8px
}

.hero-pager span:last-child {
  opacity:.72
}

.hero-dots {
  position:absolute;

  left:50%;

  bottom:132px;

  transform:translateX(-50%);

  z-index:8
}

.hero-dots button {
  width:8px;

  height:8px;

  border:0;

  border-radius:50%;

  background:rgba(255,255,255,.5);

  margin:0 5px;

  padding:0;

  cursor:pointer
}

.hero-dots button.on {
  width:26px;

  border-radius:20px;

  background:#fff
}

.scroll-down {
  position:absolute;

  left:calc((100% - 1120px)/2 + 18px);

  bottom:128px;

  z-index:8;

  color:#fff;

  font-size:12px;

  font-weight:800;

  text-shadow:0 2px 10px rgba(0,0,0,.35)
}

.hero-wave {
  position:absolute;

  left:0;

  right:0;

  bottom:-1px;

  height:34px;

  background:#fff;

  clip-path:ellipse(60% 100% at 50% 100%);

  z-index:4;

  pointer-events:none
}

.hero-slider .search-box {
  margin-top:0
}

@media(max-width:1200px) {
  .hero-pager {
    right:18px
  }

.scroll-down {
    left:18px
  }

}

@media(max-width:760px) {
  .hero.hero-slider {
    height:610px
  }

.hero-slide {
    background-position:center
  }

.hero-slide:after {
    background:linear-gradient(180deg,rgba(0,18,45,.56),rgba(0,18,45,.34) 50%,rgba(0,18,45,.18))
  }

.hero-caption {
    top:58px;

    padding:0 18px;

    text-align:left
  }

.hero-slide.active .hero-caption {
    top:46px
  }

.hero-caption h1 {
    font-size:25px;

    line-height:1.15;

    margin-bottom:10px
  }

.hero-caption p {
    font-size:12px;

    line-height:1.55;

    width:auto
  }

.hero-inner {
    padding:210px 8px 0
  }

.hero-nav {
    display:none
  }

.hero-dots {
    bottom:22px
  }

.hero-pager {
    right:14px;

    bottom:42px
  }

.hero-pager .hero-current {
    font-size:18px
  }

.scroll-down {
    display:none
  }

.hero-wave {
    height:18px
  }

.hero-slider .search-box {
    margin-top:0
  }

.hero-slider .passenger-pop {
    top:auto
  }

}

/* Premium hover effects: product cards and More button */

.card {
  transition:transform .55s cubic-bezier(.2,.7,.2,1), filter .55s ease;

   border-radius:18px;

}

.card::after {
  content:"";

  position:absolute;

  inset:-10px -10px auto -10px;

  height:calc(100% - 70px);

  border-radius:24px;

  box-shadow:0 28px 70px rgba(7,20,54,.16);

  opacity:0;

  transform:translateY(10px);

  transition:.55s cubic-bezier(.2,.7,.2,1);

  pointer-events:none;

  z-index:-1;

}

.card .img-wrap {
  position:relative;

  display:block;

  overflow:hidden;

  border-radius:14px;

  background:#eaf0f7;

  isolation:isolate;

}

.card .img-wrap::before {
  content:"";

  position:absolute;

  inset:0;

  background:linear-gradient(180deg,rgba(28,105,255,0),rgba(28,105,255,.22));

  opacity:0;

  transition:opacity .65s ease;

  z-index:2;

  pointer-events:none;

}

.card .img-wrap::after {
  content:"";

  position:absolute;

  left:-70%;

  top:0;

  width:45%;

  height:100%;

  background:linear-gradient(90deg,rgba(255,255,255,0),rgba(255,255,255,.35),rgba(255,255,255,0));

  transform:skewX(-22deg);

  opacity:0;

  z-index:3;

  pointer-events:none;

}

.card img {
  transition:transform .85s cubic-bezier(.2,.7,.2,1), filter .85s ease;

  border-radius:14px;

}

.card h3 {
  position:relative;

  display:inline-block;

  transition:color .35s ease, transform .45s cubic-bezier(.2,.7,.2,1);

}

.card h3::after {
  content:"";

  position:absolute;

  left:0;

  right:0;

  bottom:-5px;

  height:2px;

  background:#2868ff;

  transform:scaleX(0);

  transform-origin:left;

  transition:transform .45s cubic-bezier(.2,.7,.2,1);

}

.card p,.card .rate,.card b {
  transition:transform .45s cubic-bezier(.2,.7,.2,1), color .35s ease;

}

@media(hover:hover) {
  .card:hover {
    transform:translateY(-10px);

  }

  .card:hover::after {
    opacity:1;

    transform:translateY(0);

  }

  .card:hover .img-wrap::before {
    opacity:1;

  }

  .card:hover .img-wrap::after {
    animation:bffShine .85s ease forwards;

    opacity:1;

  }

  .card:hover img {
    transform:scale(1.12);

    filter:brightness(1.08) contrast(1.05) saturate(1.06);

  }

  .card:hover h3 {
    color:#1556d7;

    transform:translateY(-2px);

  }

  .card:hover h3::after {
    transform:scaleX(1);

  }

  .card:hover p,.card:hover .rate,.card:hover b {
    transform:translateY(-2px);

  }

}

@keyframes bffShine {
  0% {
    left:-70%
  }

100% {
    left:130%
  }

}

.more {
  position:relative;

  display:inline-flex;

  align-items:center;

  gap:9px;

  overflow:hidden;

  isolation:isolate;

  transition:transform .35s cubic-bezier(.2,.7,.2,1), box-shadow .35s ease, color .35s ease, background .35s ease;

  border-radius:999px;

}

.more::before {
  content:"";

  position:absolute;

  inset:0;

  background:linear-gradient(135deg,#2868ff,#12b6ff);

  transform:translateX(-105%);

  transition:transform .42s cubic-bezier(.2,.7,.2,1);

  z-index:-1;

}

.more::after {
  content:"→";

  display:inline-block;

  font-size:14px;

  line-height:1;

  transition:transform .35s cubic-bezier(.2,.7,.2,1);

}

@media(hover:hover) {
  .more:hover {
    color:#fff;

    transform:translateY(-3px);

    box-shadow:0 14px 30px rgba(40,104,255,.24);

  }

  .more:hover::before {
    transform:translateX(0);

  }

  .more:hover::after {
    transform:translateX(7px);

  }

}

.more:active {
  transform:translateY(-1px) scale(.98)
}

.card.touching {
  transform:scale(.985)
}

.card.touching .img-wrap::before {
  opacity:1
}

@media(max-width:760px) {
  .card {
    border-radius:14px
  }

.card::after {
    display:none
  }

.card .img-wrap,.card img {
    border-radius:10px
  }

.more {
    border-radius:999px
  }

}

/* Korean company footer style */

.wnw-footer {
  background:#f7f7f7;

  border-top:1px solid #d9d9d9;

  padding:0;

  color:#565d66;

  font-family:"Pretendard","Noto Sans KR",sans-serif;

}

.wnw-footer .footer-policy {
  height:43px;

  border-bottom:1px solid #ddd;

  background:#fafafa;

  display:flex;

  align-items:center;

  justify-content:center;

  gap:0;

  overflow-x:auto;

  white-space:nowrap;

  padding:0 20px;

}

.wnw-footer .footer-policy a {
  display:block;

  padding:0 17px;

  font-size:13px;

  color:#222;

  line-height:43px;

}

.wnw-footer .footer-policy a.strong {
  font-weight:900;

  color:#111;

}

.wnw-footer .footer-main {
  max-width:1165px;

  margin:0 auto;

  display:grid;

  grid-template-columns:1fr 280px;

  gap:34px;

  padding:34px 27px 31px;

}

.wnw-footer .footer-company {
  padding-right:44px;

  border-right:1px solid #ddd;

  min-width:0;

}

.wnw-logo {
  display:flex;

  align-items:center;

  gap:9px;

  margin-bottom:24px;

  color:#2196d9;

}

.wnw-logo .logo-mark {
  display:grid;

  place-items:center;

  width:28px;

  height:28px;

  border-radius:50%;

  background:linear-gradient(135deg,#21b8e6,#ff7b3e);

  color:#fff;

  font-weight:900;

  font-size:16px;

  transform:skew(-8deg);

}

.wnw-logo strong {
  font-size:19px;

  line-height:.82;

  font-weight:900;

  letter-spacing:.05em;

  color:#238ddb;

}

.wnw-logo em {
  font-style:normal;

  color:#2589d8;

  letter-spacing:.08em;

}

.wnw-footer p {
  margin:0 0 9px;

  font-size:13px;

  line-height:1.45;

  color:#606873;

}

.wnw-footer p b {
  font-weight:800;

  color:#3b4148;

}

.wnw-footer a {
  color:inherit;

}

.wnw-footer .footer-company p a {
  color:#006fff;

}

.footer-socials {
  display:flex;

  gap:11px;

  margin-top:21px;

  align-items:center;

}

.footer-socials a {
  width:32px;

  height:32px;

  border-radius:50%;

  display:grid;

  place-items:center;

  color:#fff!important;

  font-size:13px;

  font-weight:900;

  box-shadow:0 3px 10px rgba(0,0,0,.07);

  transition:.25s;

}

.footer-socials a:hover {
  transform:translateY(-3px);

  box-shadow:0 9px 20px rgba(0,0,0,.16);

}

.footer-socials .kakao {
  background:#ffe500;

  color:#111!important
}

.footer-socials .insta {
  background:#e83e63
}

.footer-socials .naver {
  background:#03c75a
}

.footer-socials .youtube {
  background:#ff1515
}

.footer-socials .mail {
  background:#555
}

.footer-cs {
  padding-left:0;

  color:#333;

}

.footer-cs h4 {
  margin:0 0 16px;

  font-size:16px;

  color:#222;

  font-weight:900;

  display:flex;

  align-items:center;

  gap:8px;

}

.footer-cs h4 span {
  color:#00bf5d;

  font-size:21px;

}

.footer-cs strong {
  display:block;

  font-size:30px;

  line-height:1;

  font-weight:900;

  color:#00bf5d;

  letter-spacing:.03em;

  margin-bottom:10px;

}

.footer-cs .small {
  font-size:14px;

  color:#555;

  margin-bottom:10px;

}

.footer-cs p {
  font-size:14px;

  color:#555;

  margin-bottom:13px;

}

.footer-cs .time {
  font-size:13px;

  line-height:1.75;

  color:#777;

  margin:18px 0 16px;

}

.cs-btn {
  height:36px;

  border:1px solid #d7d7d7;

  border-radius:4px;

  background:#fff;

  display:flex!important;

  align-items:center;

  justify-content:center;

  font-size:13px;

  font-weight:800;

  color:#555!important;

  margin-top:9px;

  transition:.22s;

}

.cs-btn.primary {
  border-color:#00bf5d;

  color:#00a950!important;

  background:transparent;

}

.cs-btn:hover {
  transform:translateY(-2px);

  box-shadow:0 8px 20px rgba(0,0,0,.08);

}

.cs-btn.primary:hover {
  background:#00bf5d;

  color:#fff!important;

}

.footer-copy {
  border-top:1px solid #ddd;

  max-width:none;

  margin:0;

  padding:18px 27px;

  font-size:12px;

  color:#9aa0a6;

}

@media(max-width:900px) {
  .wnw-footer .footer-policy {
    justify-content:flex-start;

    padding:0 10px;

    height:auto;

    min-height:42px;

  }

  .wnw-footer .footer-policy a {
    padding:0 10px;

    font-size:12px;

  }

  .wnw-footer .footer-main {
    grid-template-columns:1fr;

    gap:24px;

    padding:28px 18px;

  }

  .wnw-footer .footer-company {
    border-right:0;

    border-bottom:1px solid #ddd;

    padding:0 0 25px;

  }

  .footer-cs {
    max-width:420px;

  }

}

@media(max-width:760px) {
  .wnw-footer {
    padding:0!important;

  }

  .wnw-footer .footer-policy {
    gap:0;

    overflow-x:auto;

    justify-content:flex-start;

    -webkit-overflow-scrolling:touch;

  }

  .wnw-footer .footer-policy a {
    font-size:11px;

    line-height:40px;

    padding:0 9px;

  }

  .wnw-footer .footer-main {
    display:block;

    padding:25px 17px 23px;

  }

  .wnw-logo {
    margin-bottom:19px;

  }

  .wnw-logo .logo-mark {
    width:24px;

    height:24px;

    font-size:13px;

  }

  .wnw-logo strong {
    font-size:16px;

  }

  .wnw-footer p {
    font-size:11px;

    line-height:1.65;

    margin-bottom:7px;

    word-break:keep-all;

  }

  .footer-socials {
    gap:9px;

    margin-top:18px;

  }

  .footer-socials a {
    width:30px;

    height:30px;

    font-size:11px;

  }

  .footer-cs {
    padding-top:25px;

  }

  .footer-cs h4 {
    font-size:14px;

    margin-bottom:12px;

  }

  .footer-cs strong {
    font-size:28px;

  }

  .footer-cs p,.footer-cs .small {
    font-size:12px;

  }

  .footer-cs .time {
    font-size:11px;

    line-height:1.7;

    margin:14px 0;

  }

  .cs-btn {
    height:38px;

    font-size:12px;

  }

  .footer-copy {
    padding:16px 17px;

    font-size:10px;

    text-align:left;

  }

}

/* 2026-07 requested fixes */

html,body {
  width:100%;

  max-width:100%;

  overflow-x:hidden;

}

body {
  letter-spacing:0;

}

.site-header {
  height:74px;

}

.site-header .inner {
  max-width:1200px;

  padding:0 22px;

  gap:24px;

}

.logo img {
  width:118px;

}

.gnb {
  gap:34px;

  font-size:15px;

  font-weight:800;

  letter-spacing:0;

}

.gnb a {
  letter-spacing:0;

  white-space:nowrap;

}

.header-icons {
  gap:10px;

  flex-shrink:0;

}

.header-action {
  height:38px;

  display:inline-flex!important;

  align-items:center;

  gap:7px;

  padding:0 13px;

  border:1px solid #e0e6f0;

  border-radius:999px;

  background:#fff;

  color:#172247!important;

  font-size:13px;

  font-weight:800;

  line-height:1;

  transition:.25s;

  white-space:nowrap;

}

.header-action .ico {
  font-size:16px;

  line-height:1;

}

.header-action:hover {
  border-color:#2868ff;

  color:#1556d7!important;

  background:#f5f8ff;

  transform:translateY(-2px);

  box-shadow:0 8px 18px rgba(40,104,255,.12);

}

.cart {
  display:none!important;

}

.card {
  cursor:pointer;

  color:inherit;

  text-decoration:none;

}

.card:hover,.card:focus {
  text-decoration:none;

}

.hero-dots {
  bottom:214px;

}

.hero-pager,.scroll-down {
  bottom:210px;

}

.hero-slider .search-box {
  position:relative;

  z-index:10;

}

.wnw-logo img {
  width:118px!important;

  max-width:118px;

  height:auto;

  display:block;

}

.coupon {
  overflow:hidden;

}

.slider-window {
  overflow:hidden;

}

@media(max-width:900px) {
  .site-header {
    height:64px;

  }

  .site-header .inner {
    padding:0 14px;

  }

  .logo img {
    width:100px;

  }

  .gnb {
    gap:18px;

    font-size:13px;

  }

  .header-action {
    height:34px;

    padding:0 10px;

    font-size:12px;

  }

}

@media(max-width:760px) {
  .site-header {
    height:56px!important;

  }

  .inner {
    padding:0 12px!important;

  }

  .logo img {
    width:86px!important;

  }

  .header-icons {
    gap:6px;

  }

  .header-action {
    height:31px;

    padding:0 8px;

    font-size:10px;

    gap:4px;

  }

  .header-action .ico {
    font-size:13px;

  }

  .hamb {
    font-size:20px;

    display:block;

  }

  .hero-dots {
    bottom:336px;

  }

  .hero-pager {
    bottom:356px;

    right:12px;

  }

  .hero-slider .search-box {
    z-index:10;

  }

  .wnw-logo img {
    width:92px!important;

    max-width:92px;

  }

}

@media(max-width:390px) {
  .header-action b {
    display:none;

  }

  .header-action {
    width:31px;

    justify-content:center;

    padding:0;

  }

}

/* 2026-07 additional requested fixes */

.hero.hero-slider {
  overflow:hidden;

}

.hero-track {
  overflow:hidden;

  z-index:0;

}

.hero-slide {
  transform:none!important;

  transition:opacity .85s ease!important;

  background-position:center center;

}

.hero-slide.active {
  transform:none!important;

}

.hero-slide .hero-caption {
  transition:opacity .65s ease!important;

}

.hero-slide.active .hero-caption {
  top:72px;

}

.hero-wave {
  z-index:7;

}

.hero-slider .search-box {
  z-index:12;

}

.site-header .logo img {
  width:130px!important;

  max-width:130px;

  height:auto;

}

.card::after {
  inset:-12px -12px -20px -12px!important;

  height:auto!important;

  background:#fff;

  border:1px solid rgba(226,233,244,.92);

  box-shadow:0 28px 70px rgba(7,20,54,.16);

}

.card b {
  position:relative;

  z-index:1;

  display:inline-block;

}

.coupon {
  margin-bottom:58px;

}

.site-footer,.wnw-footer {
  margin-top:58px;

}

@media(max-width:900px) {
  .site-header .logo img {
    width:112px!important;

    max-width:112px;

  }

}

@media(max-width:760px) {
  .site-header .logo img {
    width:96px!important;

    max-width:96px;

  }

  .hero.hero-slider {
    overflow:hidden;

  }

  .hero-slide {
    transform:none!important;

    transition:opacity .75s ease!important;

    background-position:center top;

  }

  .hero-slide.active .hero-caption {
    top:46px;

  }

  .card::after {
    display:none!important;

  }

  .coupon {
    margin-bottom:36px;

  }

  .site-footer,.wnw-footer {
    margin-top:36px;

  }

}

/* 2026-07 final alignment and interaction fixes */

.coupon {
  width:min(1165px, calc(100% - 36px));

  margin-left:auto!important;

  margin-right:auto!important;

  margin-bottom:60px!important;

}

.coupon img {
  width:100%;

  border-radius:0;

  display:block;

}

.footer-copy {
  max-width:1165px!important;

  margin:0 auto!important;

  padding:18px 27px!important;

  text-align:left!important;

}

@media(hover:hover) {
  .card:hover {
    transform:translateY(-6px)!important;

  }

}

.card::after {
  box-shadow:none!important;

  border:1px solid rgba(226,233,244,.95)!important;

}

.hero-prev {
  left:calc((100% - 1120px)/2 + 34px)!important;

}

.hero-next {
  right:calc((100% - 1120px)/2 + 34px)!important;

}

.hero-dots {
  bottom:92px!important;

}

.hero-pager {
  bottom:108px!important;

}

.scroll-down {
  bottom:42px!important;

}

.top {
  left:auto!important;

  right:22px!important;

  bottom:22px!important;

  width:46px!important;

  height:46px!important;

  border-radius:50%!important;

  background:#071436!important;

  color:#fff!important;

  display:grid!important;

  place-items:center!important;

  font-size:22px!important;

  font-weight:900!important;

  box-shadow:0 10px 24px rgba(7,20,54,.22);

  opacity:0;

  visibility:hidden;

  transform:translateY(12px);

  transition:opacity .25s ease, visibility .25s ease, transform .25s ease, background .25s ease;

}

.top.show {
  opacity:1;

  visibility:visible;

  transform:translateY(0);

}

.top:hover {
  background:#2868ff!important;

}

@media(max-width:1200px) {
  .hero-prev {
    left:34px!important;

  }

  .hero-next {
    right:34px!important;

  }

}

@media(max-width:760px) {
  .coupon {
    width:calc(100% - 28px);

    margin-bottom:38px!important;

  }

  .footer-copy {
    padding:16px 17px!important;

  }

  .hero-dots {
    bottom:20px!important;

  }

  .hero-pager {
    bottom:42px!important;

  }

  .top {
    right:14px!important;

    bottom:14px!important;

    width:40px!important;

    height:40px!important;

    font-size:19px!important;

  }

}

/* 2026-07 requested fine tuning */

@media(min-width:1201px) {
  .hero-prev {
    left:calc((100% - 1120px)/2 - 66px)!important;

  }

  .hero-next {
    right:calc((100% - 1120px)/2 - 66px)!important;

  }

}

@media(max-width:1200px) and (min-width:761px) {
  .hero-prev {
    left:24px!important;

  }

  .hero-next {
    right:24px!important;

  }

}

.hero-dots {
  bottom:76px!important;

}

.hero-pager {
  bottom:92px!important;

}

.wnw-footer .footer-policy {
  overflow-y:hidden!important;

  min-height:43px;

}

.wnw-footer .footer-policy::-webkit-scrollbar {
  height:0;

  width:0;

}

.footer-company .footer-copy {
  border-top:0!important;

  max-width:none!important;

  margin:12px 0 0!important;

  padding:0!important;

  text-align:left!important;

  font-size:12px!important;

  color:#9aa0a6!important;

  line-height:1.6!important;

}

.footer-main>.footer-copy {
  display:none!important;

}

@media(max-width:760px) {
  .hero-dots {
    bottom:14px!important;

  }

  .hero-pager {
    bottom:36px!important;

  }

  .footer-company .footer-copy {
    font-size:10px!important;

    margin-top:10px!important;

  }

}

/* 2026-07-04 additional requested updates */
.coupon {
  width:min(1120px, calc(100% - 36px)) !important;

  max-width:1120px !important;

  margin:30px auto 64px !important;

  overflow:hidden !important;

  border-radius:24px !important;

  position:relative !important;

  background:#f5f7fb !important;

}

.coupon-track {
  display:flex !important;

  width:100% !important;

  transition:transform .55s cubic-bezier(.22,.61,.36,1) !important;

  will-change:transform !important;

}

.coupon-slide {
  flex:0 0 100% !important;

  display:block !important;

  border-radius:24px !important;

  overflow:hidden !important;

}

.coupon img {
  display:block !important;

  width:100% !important;

  height:auto !important;

  border-radius:24px !important;

}

.coupon-dots {
  position:absolute !important;

  left:50% !important;

  bottom:14px !important;

  transform:translateX(-50%) !important;

  display:flex !important;

  gap:8px !important;

  z-index:2 !important;

}

.coupon-dots button {
  width:8px !important;

  height:8px !important;

  border:0 !important;

  border-radius:50% !important;

  background:rgba(255,255,255,.65) !important;

  cursor:pointer !important;

}

.coupon-dots button.on {
  width:22px !important;

  border-radius:999px !important;

  background:#fff !important;

}

.coupon.single .coupon-dots {
  display:none !important;

}

.slider-window {
  touch-action:pan-y !important;

  cursor:grab !important;

}

.cards.slider {
  user-select:none !important;

  -webkit-user-drag:none !important;

}

.cards.slider.dragging {
  cursor:grabbing !important;

}

.cards.slider.dragging .card {
  pointer-events:none !important;

}

.scroll-down {
  left:50% !important;

  right:auto !important;

  transform:translateX(-50%) !important;

  text-align:center !important;

}

.footer-socials {
  gap:8px !important;

}

.footer-socials a {
  width:auto !important;

  min-width:74px !important;

  height:34px !important;

  padding:0 13px !important;

  border-radius:999px !important;

  font-size:13px !important;

  font-weight:800 !important;

  line-height:34px !important;

  text-align:center !important;

}

.footer-socials .kakao {
  background:#fee500 !important;

  color:#191919 !important;

}

.footer-socials .youtube {
  background:#ff0033 !important;

  color:#fff !important;

}

.footer-socials .naver {
  background:#03c75a !important;

  color:#fff !important;

}

@media(max-width:760px) {
  .coupon {
    width:calc(100% - 28px) !important;

    border-radius:18px !important;

    margin:24px auto 46px !important;

  }

  .coupon-slide,
  .coupon img {
    border-radius:18px !important;

  }

  .footer-socials a {
    min-width:auto !important;

    height:31px !important;

    padding:0 10px !important;

    font-size:12px !important;

    line-height:31px !important;

  }

}



/* 2026-07-04 final product/policy updates */
.section-head h2 {
  display:flex !important;
  align-items:center !important;
  gap:10px !important;
}

.cat-icon {
  width:34px;
  height:34px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:12px;
  color:#fff;
  font-size:18px;
  box-shadow:0 10px 24px rgba(20,80,180,.16);
  flex:0 0 34px;
}

.boat-icon::before { content:"🚢"; }
.hotel-icon::before { content:"🏨"; }
.car-icon::before { content:"🚗"; }
.tour-icon::before { content:"🧭"; }
.option-icon::before { content:"✨"; }

.boat-icon { background:linear-gradient(135deg,#1657d9,#19b7ff); }
.hotel-icon { background:linear-gradient(135deg,#6d5dfc,#9f7cff); }
.car-icon { background:linear-gradient(135deg,#153862,#2c6fb2); }
.tour-icon { background:linear-gradient(135deg,#11a777,#78d86b); }
.option-icon { background:linear-gradient(135deg,#ff7aae,#ffc257); }

.product-boat .card h3::before,
.product-hotel .card h3::before,
.product-car .card h3::before,
.product-tour .card h3::before,
.product-option .card h3::before {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:26px;
  height:26px;
  margin-right:8px;
  border-radius:9px;
  color:#fff;
  font-size:14px;
  vertical-align:middle;
  transform:translateY(-1px);
}

.product-boat .card h3::before { content:"🚢"; background:linear-gradient(135deg,#1657d9,#19b7ff); }
.product-hotel .card h3::before { content:"🏨"; background:linear-gradient(135deg,#6d5dfc,#9f7cff); }
.product-car .card h3::before { content:"🚗"; background:linear-gradient(135deg,#153862,#2c6fb2); }
.product-tour .card h3::before { content:"🧭"; background:linear-gradient(135deg,#11a777,#78d86b); }
.product-option .card h3::before { content:"✨"; background:linear-gradient(135deg,#ff7aae,#ffc257); }

.card .price,
.card b.price {
  display:inline-flex !important;
  align-items:center !important;
  gap:7px !important;
  color:#0d4fc6 !important;
  font-size:15px !important;
  font-weight:900 !important;
  letter-spacing:0 !important;
}

.won-icon {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:24px;
  height:24px;
  border-radius:50%;
  background:linear-gradient(135deg,#2868ff,#12b6ff);
  color:#fff;
  font-size:13px;
  font-weight:900;
  line-height:1;
  box-shadow:0 8px 18px rgba(40,104,255,.2);
}

.card .price em {
  font-style:normal;
  color:#7d8ca5;
  font-size:13px;
  margin-left:1px;
}

.slider-window {
  overflow:hidden !important;
  touch-action:pan-y !important;
}

.cards.slider {
  will-change:transform !important;
  cursor:grab !important;
  touch-action:pan-y !important;
}

.cards.slider.dragging {
  cursor:grabbing !important;
}

.cards.slider.dragging .card {
  pointer-events:none !important;
}

@media(max-width:760px) {
  .cat-icon {
    width:30px;
    height:30px;
    flex-basis:30px;
    border-radius:10px;
    font-size:16px;
  }

  .product-boat .card h3::before,
  .product-hotel .card h3::before,
  .product-car .card h3::before,
  .product-tour .card h3::before,
  .product-option .card h3::before {
    width:24px;
    height:24px;
    font-size:13px;
  }
}

.policy-page {
  background:#f5f7fb;
}

.policy-wrap {
  width:min(1120px, calc(100% - 36px));
  margin:0 auto;
  padding:70px 0 90px;
}

.policy-hero {
  background:linear-gradient(135deg,#071436,#1459d9);
  color:#fff;
  border-radius:28px;
  padding:42px 46px;
  margin-bottom:28px;
  box-shadow:0 24px 60px rgba(7,20,54,.14);
}

.policy-hero span {
  display:inline-flex;
  padding:8px 13px;
  border-radius:999px;
  background:rgba(255,255,255,.14);
  font-size:12px;
  font-weight:800;
  margin-bottom:16px;
}

.policy-hero h1 {
  margin:0 0 12px;
  font-size:34px;
  line-height:1.2;
  letter-spacing:-.02em;
}

.policy-hero p {
  margin:0;
  color:rgba(255,255,255,.78);
  line-height:1.7;
}

.policy-content {
  display:grid;
  grid-template-columns:260px 1fr;
  gap:28px;
}

.policy-toc {
  position:sticky;
  top:92px;
  align-self:start;
  background:#fff;
  border:1px solid #e8edf5;
  border-radius:22px;
  padding:20px;
}

.policy-toc strong {
  display:block;
  margin-bottom:12px;
  font-size:15px;
}

.policy-toc a {
  display:block;
  padding:10px 0;
  color:#526073;
  font-size:13px;
  border-bottom:1px solid #f0f3f8;
}

.policy-doc {
  background:#fff;
  border:1px solid #e8edf5;
  border-radius:24px;
  padding:34px;
  line-height:1.8;
  color:#344156;
}

.policy-doc section {
  padding:22px 0;
  border-bottom:1px solid #edf1f7;
}

.policy-doc section:last-child {
  border-bottom:0;
}

.policy-doc h2 {
  margin:0 0 12px;
  font-size:20px;
  color:#071436;
}

.policy-doc p,
.policy-doc li {
  font-size:14px;
}

.policy-doc ul,
.policy-doc ol {
  margin:0;
  padding-left:20px;
}

.policy-info {
  background:#f7faff;
  border:1px solid #e3ecff;
  border-radius:18px;
  padding:18px 20px;
  margin-top:18px;
}

@media(max-width:900px) {
  .policy-wrap {
    padding:40px 0 70px;
  }

  .policy-hero {
    padding:30px 24px;
    border-radius:22px;
  }

  .policy-hero h1 {
    font-size:26px;
  }

  .policy-content {
    display:block;
  }

  .policy-toc {
    position:static;
    margin-bottom:18px;
  }

  .policy-doc {
    padding:24px 20px;
  }
}

/* Product hover should move lightly without extra shadow */
.card::after,
.card:hover::after {
  display:none !important;
  opacity:0 !important;
  box-shadow:none !important;
}

.card:hover {
  box-shadow:none !important;
}


/* 2026-07-04 product slider usability update */
.dots button {
  cursor:pointer !important;
}

.product-section .dots button {
  width:12px !important;
  height:12px !important;
  border-radius:999px !important;
  cursor:pointer !important;
}

.slider-window {
  position:relative !important;
}

.product-nav {
  position:absolute;
  top:50%;
  z-index:6;
  width:42px;
  height:42px;
  margin-top:-21px;
  border:0;
  border-radius:50%;
  background:rgba(255,255,255,.72);
  color:#14345f;
  font-size:32px;
  line-height:38px;
  cursor:pointer;
  opacity:.48;
  box-shadow:0 8px 22px rgba(20,35,70,.10);
  transition:opacity .2s ease, transform .2s ease, background .2s ease;
}

.product-nav:hover {
  opacity:.9;
  background:rgba(255,255,255,.94);
  transform:translateY(-1px);
}

.product-prev {
  left:12px;
}

.product-next {
  right:12px;
}

@media(max-width:760px) {
  .product-nav {
    width:36px;
    height:36px;
    margin-top:-18px;
    font-size:27px;
    line-height:32px;
    opacity:.42;
  }
  .product-prev {
    left:8px;
  }
  .product-next {
    right:8px;
  }
}


/* Policy table */
.policy-table-wrap {
  width:100%;
  overflow-x:auto;
  margin:18px 0 8px;
  border:1px solid #e4e9f2;
  border-radius:18px;
  background:#fff;
}

.policy-table {
  width:100%;
  min-width:760px;
  border-collapse:collapse;
  font-size:14px;
  color:#334155;
}

.policy-table caption {
  position:absolute;
  width:1px;
  height:1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
}

.policy-table th {
  padding:14px 12px;
  background:#f4f7fb;
  color:#10233f;
  font-weight:800;
  border-bottom:1px solid #e4e9f2;
  text-align:left;
}

.policy-table td {
  padding:14px 12px;
  border-bottom:1px solid #edf1f7;
  line-height:1.65;
  vertical-align:top;
}

.policy-table tr:last-child td {
  border-bottom:0;
}


/* 2026-07-04 Korean UI / usability update */
.more,
.find,
.fake-select,
.passenger,
.switch button,
.date-input {
  cursor:pointer !important;
}

.footer-socials a {
  font-size:0 !important;
}

.footer-socials a svg {
  width:18px;
  height:18px;
  display:block;
  fill:currentColor;
}

.footer-socials .youtube svg {
  width:20px;
  height:20px;
}

.calendar-layer {
  font-family:"Pretendard","Noto Sans KR",sans-serif !important;
}

.cal-head span {
  font-weight:800 !important;
}

.cal-head button,
.cal-grid button {
  cursor:pointer !important;
}

.cal-grid > span:nth-child(7n+1),
.cal-grid > button:nth-child(7n+1) {
  color:#e54b4b;
}

.cal-grid > span:nth-child(7n),
.cal-grid > button:nth-child(7n) {
  color:#2d6bff;
}
