#accessibility {
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
}

#accessibility a {
  display: block;
  overflow: hidden;
  height: 1px;
  width: 1px;
  margin: 0 -1px -1px 0;
  font-size: 0;
  line-height: 0;
  text-align: center;
  transition: 0s;
}

#accessibility a:focus,
#accessibility a:hover,
#accessibility a:active {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0;
  background: #20262c;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  height: 46px;
}

/* fixed navi web search */
/* 검색창 클릭 시 생성되는 박스 (web) */
.webSearchCont {
  position: absolute;
  top: calc(var(--vh, 1vh) * -70 - 50px);
  height: 100%;
  z-index: 1041;
  opacity: 0;

  transition: all ease 0.3s 0s;
}

.webSearch {
  position: relative;
  top: 90px;
  left: 0;
  width: 100vw;
  height: auto;
  border-top: solid 1px #f9f9f9;
  background: #fff;
  z-index: 1043;
}

.webSearchBox {
  padding-bottom: 40px;
}

.webSearchCont.active {
  top: 0;
  opacity: 1;
  transition: all ease 0.1s 0s;
}

body:has(.webSearchCont.active) {
  overflow-y: hidden;
}

.all-sub-cont>.bBtn,
.webSearch>.bBtn {
  position: absolute;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0 0 8px 8px;
  background-color: #fff;
  bottom: -50px;
  left: 50%;
  border: none;
  transform: translateX(-50%);
}

.all-sub-cont>.bBtn:hover,
.webSearch>.bBtn:hover {
  background-color: #f9f9f9;
}

@media (max-width: 768px) {
  .webSearchCont {
    display: none;
  }
}

/* fixed navi all category */
/* 전체 카테고리  */
.all-category i {
  padding-right: 4px;
}

.all-category:hover .tit a {
  color: #9627ff;
  text-decoration-line: none;
}

.all-category .tit>a {
  padding: 0 20px 0 0;
  display: block;
  height: 100%;
}

.all-sub-cont {
  position: absolute;
  top: -740px;
  left: 0;
  background: #fff;
  border: solid 1px #eee;
  z-index: 1041;
  width: 100%;
  height: 500px !important;

  opacity: 0;
  transition: all ease 0.3s 0s;
}

.all-category-sub {
  position: relative;
  height: 100%;
  padding-top: 20px;
  padding-bottom: 20px;

  overflow-y: auto;
}

.all-category-sub>ul {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.all-category-sub>ul>li {
  padding-bottom: 0;
  padding-right: 40px;
  display: inline !important;
}

.all-category-sub>ul>li:nth-last-child(1) {
  padding-bottom: 40px;
}

.all-category-sub>ul>li>a {
  font-size: 18px !important;
  padding: 0 0 5px 0 !important;
  margin-bottom: 10px;
}

.all-category-sub>ul .all-tit a {
  font-weight: 700;
}

.all-category-sub>ul .all-sub a {
  font-size: 16px !important;
  padding: 4px 0 !important;
}

.all-category-sub>ul>li.active>.all-tit>a {
  position: relative;
}

.all-category-sub>ul>li.active>.all-tit>a::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 10px;
  background-color: rgba(150, 39, 255, 0.2);
  left: 0;
  bottom: 10px;
  z-index: 999999;
}

.all-category-sub>ul>li .all-sub.active {
  font-weight: 700;
}

.all-category-sub>ul>li a {
  display: block;
  float: none;
  color: #3a4754;
  line-height: 1.4;
  font-size: 18px;
  padding: 12px 0;
}

.all-category-sub>ul>li>div {
  padding: 12px 0;
}

.all-category-sub>ul>li>div a {
  display: inline;
  float: none;
  color: #3a4754;
  line-height: 1.4;
  font-size: 18px;
}

#header:has(.all-category.on) .all-sub-cont {
  top: 140px;
  opacity: 1;
  transition: all ease 0.1s 0s;
}

body:has(.all-category.on) {
  overflow-y: hidden;
}

#header:has(.all-category.on) .header-container {
  z-index: 2000 !important;
}

#header:has(.all-category.on) .all-category-sub .header-container {
  padding: 0 25px;
}

.all-category.on a {
  color: #9627ff;
  font-weight: 700;
}

.all-category>span {
  display: block;
  float: left;
  font-size: 16px;
  line-height: 50px;
  text-align: left;
  font-weight: 500;
  text-decoration: none;
  color: #212121;
  transition: 0s;
}

@media (max-width: 768px) {
  .all-category-sub {
    display: none;
  }
}

.navi {
  display: flex;
  align-items: center;
}

/* Type 02 */
/* fixed navi gnb */
#gnb {
  position: relative;
}

.navi-txt {
  position: absolute;
  z-index: 99;
}

#gnb .gnb-nav {
  /* display: inline-block; */
  display: inline;
  position: relative;
  z-index: 90;
}

#gnb .gnb-nav>li {
  position: relative;
  display: block;
  float: left;
}

#gnb .gnb-nav>li>a {
  display: block;
  position: relative;
  float: left;
  padding: 0 25px;
  font-size: 16px;
  line-height: 50px;
  text-align: left;
  font-weight: 500;
  text-decoration: none;
  color: #212121;
  transition: 0s;
}

#gnb .gnb-nav>li.active>a,
.all-category-sub>li.active ul li.active a {
  color: #000;
  font-weight: 700;
}

#gnb .gnb-nav>li.active>a>span {
  position: relative;
}

#gnb .gnb-nav>li.active>a>span::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 10px;
  background-color: rgba(150, 39, 255, 0.2);
  left: 0;
  bottom: 0;
  z-index: 999999;
}

#gnb .gnb-nav>li:hover>a+ul,
#gnb .gnb-nav>li:focus>a+ul {
  display: block;
  left: 0;
}

#gnb .gnb-nav>li.nav-focus>ul {
  display: block;
  left: 0;
}

#gnb .gnb-nav li.on ul {
  left: 0;
}

#gnb .gnb-nav>li ul {
  position: absolute;
  left: -999999px;
  top: 50px;
  width: 180px;
  background: #fff;
  border: solid 1px #eee;
  border-radius: 4px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  z-index: -1;
}

#gnb .gnb-nav li ul>li {
  display: block;
  width: 100%;
}

#gnb .gnb-nav li.active ul>li.active a {
  color: #000;
  font-weight: 700;
}

#gnb .gnb-nav li ul>li>a {
  display: block;
  float: none;
  color: #3a4754;
  font-size: 1.1em;
  line-height: 1.4;
  padding: 12px 15px;
}

#gnb .gnb-nav>li>ul.expanded {
  width: 360px;
}

#gnb .gnb-nav>li>ul.expanded li {
  margin-right: 180px;
}

#gnb .gnb-nav>li>ul>li>ul {
  /* display: none; */
  display: block;

  background: #f1f1f1;
  position: absolute;
  border-left: solid 1px #ddd;
  left: 180px;
  top: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

#gnb .gnb-nav>li>ul>li>ul>li>a {
  color: #777;
  font-size: 16px;
}

#gnb .gnb-nav>li>ul>li>ul>li.active {
  border: 0;
}

#gnb .gnb-nav>li>ul>li>ul>li.active>a,
#gnb .gnb-nav>li>ul>li>ul>li>a:hover {
  background: #fff;
  border: 0;
  color: #384958;
  text-decoration: underline;
}

.mobile-menu-toggle-box {
  display: none;
}

.mobile-menu-toggle-box>a {
  display: inline-block;
  width: 32px;
  height: 32px;
  font-size: 21px;
  color: #0e315b;
  text-align: center;
}

.gnb-right {
  display: none;
}

@media (max-width: 1280px) {
  #gnb .gnb-nav li a {
    padding: 0 20px;
  }
}

@media (max-width: 768px) {
  #gnb {
    position: static;
    float: none;
    display: none;
  }
}

/* mobile search */
/* 기존 검색 스타일 (사용 안함) */
.mobile-search {
  display: none;
}

.mobile-search-btn {
  display: inline-block;
  width: 32px;
  height: 32px;
  font-size: 21px;
  background-color: #fff;
  border: 0;
  text-align: center;
  outline: none;
  color: #0e315b;
}

.mobile-wishlist-btn {
  display: inline-block;
  width: 32px;
  height: 32px;
  font-size: 21px;
  background-color: #fff;
  border: 0;
  outline: none;
  text-align: center;
  color: #0e315b;
}

.mobile-search-form-wrap {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 99999;
  -webkit-transition: -webkit-transform 0ms;
  -moz-transition: -moz-transform 0ms;
  -o-transition: -o-transform 0ms;
  transition: transform 0ms;
  transform: translate(100%, 0%);
  overflow-y: scroll;
}

.mobile-search-form-wrap.on {
  transform: translate(0, 0%);
}

.mobile-search-form-wrap .mobile-search-cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

.mobile-search-form-wrap .mobile-search-cont .mobile-search-btn-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
}

.mobile-search-form-wrap .mobile-search-cont .mobile-search-btn-box .mobile-search-input-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
}

.mobile-search-form-wrap .mobile-search-cont .mobile-search-btn-box .mobile-search-input-box .mobile-search-close-btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 100%;
  background: none;
  border: 0;
}

.mobile-search-form-wrap .mobile-search-cont .mobile-search-btn-box .mobile-search-input-box .search-btn {
  width: 55px;
  border: none;
  background: none;
  font-size: 20px;
  color: #0e315b;
  padding-left: 7px;
}

.mobile-search-form-wrap .mobile-search-cont .mobile-search-btn-box .mobile-search-input-box .mobile-search-input {
  display: block;
  border-radius: 4px;
  border: 1px solid #ddd;
  padding: 10px 8px 9px 46px;
  width: 100%;
  font-size: 15px;
}

.mobile-search-list {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 0 18px;
}

.mobile-search-list .mobile-search-list-header {
  padding: 12px 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.mobile-search-list .mobile-search-list-header .mobile-search-list-header-title {
  font-size: 13px;
  color: #767676;
}

.mobile-search-list .mobile-search-list-header .mobile-serarch-list-header-delete {
  display: inline-block;
  background: none;
  border: none;
  font-size: 13px;
  color: #767676;
}

.mobile-search-list .mobile-search-list-item {
  position: relative;
  padding: 6px 40px 8px 0px;
}

.mobile-search-list .mobile-search-list-item .mobile-search-list-item-link {
  display: block;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.mobile-search-list .mobile-search-list-item .mobile-serarch-list-item-delete {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  background: none;
  border: none;
  font-size: 13px;
  color: #979797;
}

.logo.travel_icoop-logo {
  width: 270px;
}

@media (max-width: 1280px) {
  .logo.travel_icoop-logo {
    width: 180px;
  }

  .search-form .form-inline {
    width: 180px;
  }
}

@media (max-width: 1024px) {
  .mobile-menu-toggle-box {
    display: inline-block;
  }

  .header-layout {
    height: 100%;
  }

  .search-form {
    display: none;
  }

  .search-form .form-inline {
    width: 140px;
  }

  .search-form .search-input {
    height: 40px;
    line-height: 40px;
    padding: 0 38px 0 14px;
  }

  .search-form .search-btn {
    width: 36px;
    height: 40px;
  }

  .search-form .search-btn i {
    font-size: 15px;
  }

  .gnb-right {
    display: block;
  }

  .header-layout {
    justify-content: space-between;
  }
}

@media (max-width: 997px) {
  .header-layout {
    height: 100%;
  }

  .logo.travel_icoop-logo {
    width: 150px;
  }
}

/* mobile navi */
/* 모바일 하단 네비게이션 (너비 767px 이하부터 적용) */
.mobile-navi {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 -4px 4px rgba(0, 0, 0, 0.2);
  height: 64px;
  z-index: 1042;
}

.mobile-navi a {
  flex-basis: 20%;
  font-size: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
}

.mobile-navi p {
  font-size: 14px;
}

.mobile-navi a:hover {
  text-decoration: none;
  color: #9627ff;
}

.mobile-navi a:nth-child(3) {
  position: relative;
}

.mobile-navi .search-center {
  position: absolute;
  top: -12px;
  left: calc(50% - 32px);
  width: 64px;
  height: 64px;
  background-color: #9627ff;
  border-radius: 100px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  box-shadow: 0 -4px 4px rgba(0, 0, 0, 0.2);
}

.mobile-navi .search-center:hover {
  font-weight: 700;
}

@media (max-width: 768px) {
  .mobile-navi {
    display: flex;
  }

  .mobile-navi p {
    font-size: 12px;
  }
}

/* .offcanvas mobile navi */
/* 모바일 하단 메뉴 관련 (카테고리, 검색) */
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1045;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  transition: bottom 0.3s ease-in-out;
  border-radius: 12px 12px 0 0;
}

.offcanvas-header,
.offcanvas-header button:hover,
.offcanvas-header button:focus,
.offcanvas-header button:focus-visible,
.offcanvas-header button:active {
  outline: none !important;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.offcanvas.active {
  bottom: calc(var(--vh, 1vh) * 90);
  z-index: 1045;
  transition: bottom 0.3s ease-in-out;
}

.offcanvas-backdrop,
.headBackdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1044;
  width: 100vw;
  height: calc(var(--vh, 1vh) * 100);
  background-color: #000;
}

.headBackdrop {
  top: 140px;
  height: calc(var(--vh, 1vh) * 100 - 140px);
  z-index: 1;
}

.offcanvas-backdrop.fade,
.headBackdrop.fade {
  opacity: 0;
  display: none;
}

.offcanvas-backdrop.show,
.headBackdrop.show {
  opacity: 0.5;
  display: block;
}

.offcanvas-header {
  display: flex;
  margin-top: 5px;
  align-items: center;
  justify-content: space-between;
}

.offcanvas-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin-top: -0.5rem;
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
}

.offcanvas-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.offcanvas-body {
  flex-grow: 1;
}

.offcanvas-bottom {
  right: 0;
  left: 0;
  height: calc(var(--vh, 1vh) * 90);
  max-height: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(100%);
}

.offcanvas.show {
  transform: none;
}

.offcanvas-header .btn-close {
  box-sizing: content-box;
  width: 100%;
  height: 1.5em;
  padding: 0.5rem 0.5rem;
  margin: 0 auto;

  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='grey'%3e%3cpath d='M1.553 6.776a.5.5 0 0 1 .67-.223L8 9.44l5.776-2.888a.5.5 0 1 1 .448.894l-6 3a.5.5 0 0 1-.448 0l-6-3a.5.5 0 0 1-.223-.67'/%3e%3c/svg%3e") center/1em auto no-repeat;
  color: #999;
  border: 0;
  border-radius: 0.25rem;
  opacity: 1;
  background-size: 100% 100%;
}

#searchBottomSheet .search-field-box .btn-close {
  width: 54px;
  height: 54px;
  padding: 10px;
  color: #767676;
  font-size: 20px;
  border: 0;
}

.offcanvas-header .btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}

.offcanvas-header .btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  opacity: 1;
}

.btn-close.disabled,
.btn-close:disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  opacity: 0.25;
}

body:has(.offcanvas-bottom.active) {
  overflow: hidden;
}

#categoryBottomSheet .offcanvas-body>h4 {
  padding-left: 20px;
}

.recent-swiper,
.recent-swiper2 {
  margin: 0 auto;
  overflow: hidden;
  margin-bottom: 30px;
}

.searchCont {
  overflow-y: auto;
  overflow-x: hidden;
  height: calc(var(--vh, 1vh) * 90 - 129px);
}