@charset "utf-8";
.co_brand {
  width: 100%;
  padding: 0.4rem 1rem;
  display: table;
  border-bottom: 0;
}

.co_brand > strong {
  width: 28%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  text-indent: -9999px;
  display: table-cell;
  float: none;
}

.co_brand > p {
  width: 70%;
  font-size: 1.2rem;
  line-height: 1.5rem;
  letter-spacing: -0.13rem;
  padding-left: 1rem;
  display: table-cell;
  vertical-align: middle;
  float: none;
}

.co_brand > p em {
  font-weight: bold;
}

.co_brand > p em.hana {
  color: #5e2bb8;
}
.srch_top.scrolled #header h1.title{
  margin-left: 4.5rem;}

.srch_top.scrolled #header h1.title.top {
  margin-left: 1.5rem;
}

.srch_top.isCobrand .header_wrap{ top:0 !important;}
.srch_top.scrolled.isCobrand .header_wrap{ top:-68px !important;}

/* 서브메인 타이틀 배경 */

.contents.type .visual.htl {
  background-image: url('/assets/img/mobile/pkg/img_pkg_top@2x.png');
}

.visual.pkg ~ .quick_search {
  padding: 2rem 2rem 0;
  margin-top: -1.5rem;
}

/* 검색화면 하단 여백 */

.q-dialog.fx-dialog .q-dialog__inner--maximized .lypop_container .lypop_body {
  height: calc(100vh - 5rem);
  margin-bottom: 0;
}

/* 상단이동버튼 */

#footer .btn_top {
  bottom: 7rem;
}

.btn_wrap.fix.single {
  bottom: 1rem;
}

/* 최근검색 제목 */

.mobile.small .info_short_new .route p {
  max-width: 100%;
}

#footer .global_link li,
#footer .global_link li:nth-child(2) {
  width: 50%;
}

#footer .global_link li:nth-child(1) a {
  color: #5e2bb8;
}

/* 전체메뉴 3댑스 추가 */

#depth3_open.on {
  overflow: visible;
}

#depth3_open.on::before {
  width: 100%;
  height: 100%;
  background-color: #000;
  content: '';
  opacity: 0.8;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}

.js_right_view #depth3_open.on .al.on .depth3_menu {
  display: inline-block;
}

#depth3_open .tbl {
  overflow: visible;
  position: static;
}

#depth3_open td {
  /*position: static;*/
}

#depth3_open .depth3_menu {
  max-height: 97%;
  background-color: #fff;
  padding: 20px 5px 5px 5px;
  display: none;
  box-sizing: border-box;
  overflow-y: auto;
  border: 2px solid #000;
  border-radius: 6px;
  position: fixed;
  top: 50%;
  left: 10px;
  right: 10px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  z-index: 9999;
}

#depth3_open .depth3_menu dl {
  padding: 35px 0 10px 0;
}

#depth3_open .depth3_menu dl + dl {
  border-top: 1px dashed #ccc;
}

#depth3_open .depth3_menu dt {
  width: 100%;
  font-size: 14px;
  line-height: 18px;
  margin-top: -22px;
  float: left;
}

#depth3_open .depth3_menu dt a {
  width: 100%;
  font-weight: 600;
  color: #333;
  padding: 0 5px;
  display: inline-block;
}

#depth3_open .depth3_menu li {
  display: inline-block;
}

#depth3_open .depth3_menu li a {
  padding: 2px 5px;
  display: inline-block;
}

#depth3_open .depth3_menu .depth3_close {
  width: 20px;
  height: 20px;
  background: url('https://image.hanatour.com/usr/static/img/mobile/com/ico_close.png') no-repeat
    center center;
  background-size: 100%;
  text-indent: -9999px;
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 10px;
}

.q-dialog.fx-dialog .q-dialog__inner--maximized .lypop_container .lypop_body{ height: calc(100vh - 10rem); margin-bottom: 7.4rem}

.msg_alert{ padding-right: 3.6rem;}