@charset "utf-8";
/*reset*/
* {
  box-sizing: border-box;
}
html,
body {}
/* 20200512 : ios에서 스크롤바가 나오지 않는 이슈로 인해 height 100% 속성을 제거함. */

/* 스크롤바 숨기기 */
::-webkit-scrollbar {
  display: none;
}

html {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

body {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
body,
button,
h1,
h2,
h3,
h4,
h5,
input,
select,
table,
textarea {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.267em;
}
/* sarc@ntcon : 240408 : 언어별 폰트 분기 조치(총 4행) */

body.lang-zh button, body.lang-zh h1, body.lang-zh h2, body.lang-zh h3, body.lang-zh h4, body.lang-zh h5, body.lang-zh div, body.lang-zh input, body.lang-zh select, body.lang-zh table, body.lang-zh textarea { font-family: "Noto Sans SC", Sans-Serif; }
body.lang-ja button, body.lang-ja h1, body.lang-ja h2, body.lang-ja h3, body.lang-ja h4, body.lang-ja h5, body.lang-ja div, body.lang-ja input, body.lang-ja select, body.lang-ja table, body.lang-ja textarea { font-family: "Noto Sans JP", Roboto; }
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  position: relative;
  background-color: #fff;
  color: #000;
  word-break: break-all;
  -webkit-text-size-adjust: none;
  display: flex;
  flex-direction: column;
}

body.main.lang-ko {
  height: 100%;
  overflow-y: scroll;
}

body.main > .wrap {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.office-info-section {
  margin-top: auto;
}

body,
button,
dd,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
legend,
li,
ol,
p,
select,
table,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
}
img {
  max-width: 100%;
  vertical-align: middle;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
  outline: 0;
  border: 0;
  -webkit-border-radius: 0; /* 둥근모서리 */
  -webkit-appearance: none; /* 그림자 */
  color: #000;
}
button {
  border: 0;
  background: none;
  outline: 0;
  vertical-align: top;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
legend {
  color: #515151;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-weight: 400;
  font-style: normal;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
caption,
legend {
  width: 0;
  height: 0;
  font-size: 1px;
  text-indent: -9999em;
  line-height: 0;
}
/* h1,h2,h3,h4,h5,h6 {font-weight:400;font-size:100%;} */
hr {
  display: none;
}
fieldset,
img {
  border: 0;
}
a {
  color: inherit;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/*placeholder 색상*/
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  /* Edge */
  color: rgba(0, 0, 0, 1);
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(0, 0, 0, 1);
}
input::placeholder,
textarea::placeholder {
  color: rgba(0, 0, 0, 1);
}

/* clears the 'X' from Internet Explorer */
input[type="search"]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
input[type="search"]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

/* clears the 'X' from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

select {
  line-height: 30px;
  background: url(../images/svg/icon_select_sort2.svg) no-repeat right 0 top 50%;
  background-size: 11px auto;
  padding-right: 24px;
}
select::-ms-expand {
  display: none;
} /* IE 10, 11의 네이티브 화살표 숨기기 */

.pd20 {
  padding: 0 20px;
}
.pb25 {
  padding-bottom: 22vw;
}
.pb30 {
  padding-bottom: 30vw;
}
.pos_r {
  position: relative !important;
}
.fl {
  float: left !important;
}
.fr {
  float: right !important;
}
.clearfix::before,
.clearfix::after {
  content: "";
  display: block;
}
.clear,
.clearfix::after {
  clear: both !important;
}
.ie7 .clearfix {
  zoom: 1;
}
.blind {
  position: absolute;
  visibility: hidden;
  overflow: hidden;
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  font-size: 0;
  line-height: 0;
}
.ellipsis_tt {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
} /*말줄임*/
.ellipsis02_tt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
body.scroll-n {
  overflow: hidden;
}
.bg_dark {
  display: none;
  position: fixed;
  z-index: 900;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000;
  opacity: 0.5;
}

.tab_pane {
  display: none;
}
.tab_pane.on {
  display: block;
}
.tab_tit.tabs li {
  float: left;
  height: 30px;
  line-height: 30px;
  font-weight: 600;
  font-size: 15px;
  color: rgba(0, 0, 0, 0.6);
  margin-right: 22px;
}
.tab_tit.tabs li.on {
  color: rgba(0, 0, 0, 1);
  border-bottom: 1px solid #000;
}

/* add common css */
.flex {
  display: flex;
  align-items: center;
}

.flex_col {
  display: flex;
  flex-direction: column;
  /*align-items: center;*/
}


/*header*/
.header-wrap {
  padding: 8px 20px 18px;
  box-shadow: 0px 1px 16px 0px rgba(0, 0, 0, 0.10);
  gap: 10px;
  /*position: fixed;*/
  /*top: 0;*/
  /*left: 0;*/
  /*width: 100%;*/
  /*background: #ffffff;*/
  /*z-index: 9;*/
}

.header {
  /*background-color: #fbfbfb;*/
  /*z-index: 100;*/
}
.header .gnb {
  padding: 10px;
  justify-content: space-between;
}
#detail_header {
  /*position: fixed;*/
  /*top: 0;*/
  /*left: 0;*/
  /*z-index: 99;*/
  & .gnb {
  padding-left: 10px;
  padding-right: 10px;
  }
}
.header .gnb div.header_title {
  text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.header .gnb div.header_title h1 {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
}
.header .gnb div.header_title.vk {
  width: 100%;
  margin-right: 20px;
}
.header .gnb div.header_title.vk h1 {
  font-family: "VK";
  letter-spacing: 0.1em;
  font-size: 17px;
  font-weight: 400;
  text-transform: uppercase;
}
/*.header .gnb h1.header_title.vk {font-family:'VK';letter-spacing:0.1em;font-size:17px;font-weight:400;text-transform:uppercase;}*/
.header .gnb .logo a {
  display: block;
  width: 35px;
  height: 16px;
  /*margin-top: 4px;*/
  /*margin-left: 28px;*/
  background-image: url(../images/svg/img_logob.svg);
  background-repeat: no-repeat;
  /*background-position: 0 50%;*/
  background-size: cover;
}
.header .gnb .right_menu {
  gap: 4px;
}

/*250923 수정*/
.header .gnb .btn_search {
    /*position: absolute;*/
    /*top: 12px;*/
    /*right: 60px;*/
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
justify-content: center;
}
/*250923 수정*/

/*.header .gnb .btn_search {*/
/*  !*position: absolute;*!*/
/*  !*top: 12px;*!*/
/*  !*right: 60px;*!*/
/*  width: 36px;*/
/*  height: 36px;*/
/*  background: url(../images/svg/bt_top_searchb.svg) no-repeat;*/
/*} !* 2020-05-21 수정 *!*/
.header .gnb .btn_menu {
  /*position: absolute;*/
  /*top: 12px;*/
  /*right: 16px;*/
  width: 36px;
  height: 36px;
  background: url(../images/svg/bt_top_menub.svg) no-repeat;
} /* 2020-05-21 수정 */
.header .gnb .btn_x {
  /*position: absolute;*/
  /*top: 12px;*/
  /*right: 22px;*/
  display: block;
  width: 36px;
  height: 36px;
  background: url(../images/svg/bt_top_closeb.svg) no-repeat 0 0;
} /* 2020-05-21 수정 */

#btn_x {
  position: absolute;
  top: 5px;
  right: 22px;
}
.header .gnb .btn_back,
.header .gnb .btn_walking_back {
  /*position: absolute;*/
  /*top: 12px;*/
  /*left: 4px;*/
  display: block;
  width: 36px;
  height: 36px;
  background: url(../images/svg/bt_top_backb2.svg) no-repeat 50% 50%;
  background-size: 10px auto;
} /* 2020-05-21 수정 */

.header.h_cover {
  /*background: rgba(105, 108, 255, 0);*/
  /*-webkit-transition: background 1.5s ease;*/
  /*-moz-transition: background 1.5s ease;*/
  /*transition: background 1.5s ease;*/
}
.header.h_cover.fixed {
    background: rgba(105, 108, 255, 0.8);
  position: fixed;
  height: 58px;
    z-index: 900;
    width: 100%;
}
.header.h_cover .gnb .logo a {
  display: block;
  width: 44px;
  height: 32px;
  background: url(../images/svg/img_logo.svg) no-repeat 0 50%;
  margin: 9px 0 0 22px;
}

/* .header.h_cover .gnb .btn_back {
  background-image: url(../images/svg/bt_top_backw2.png); 
  background-position: 50% 50%;
  background-size: auto 16px;
  -webkit-transition: background 1.5s;
  -moz-transition: background 1.5s;
  transition: background 1.5s;
}  */
/* 2020-05-21 수정 */
/* 2024-07-04 수정 화이트 아이콘이 블랙 아이콘 지우는 이슈로 주석처리 */

.header.h_cover .gnb .btn_walking_back {
  background-image: url(../images/svg/bt_top_menuw.svg); /* background-color:rgba(0,0,0,0.3); */
  -webkit-transition: background 1.5s;
  -moz-transition: background 1.5s;
  transition: background 1.5s;
} /* 2020-05-21 수정 */

/* .header.h_cover .gnb .btn_search {
  background-image: url(../images/svg/bt_top_searchw.svg);
  -moz-transition: background 1.5s;
  transition: background 1.5s;
}  */
/* 2020-05-21 수정 */
/* 2024-07-04 수정 화이트 아이콘이 블랙 아이콘 지우는 이슈로 주석처리 */

/* .header.h_cover .gnb .btn_menu {
  background-image: url(../images/svg/bt_top_menuw.svg);
  -webkit-transition: background 1.5s;
  -moz-transition: background 1.5s;
  transition: background 1.5s;
} */
/* 2020-05-21 수정 */
/* 2024-07-04 수정 화이트 아이콘이 블랙 아이콘 지우는 이슈로 주석처리 */

.header.h_cover.fixed .gnb .btn_back {
  background-color: transparent;
} /* 2020-05-21 추가 */
.header.h_cover.fixed .gnb .btn_walking_back {
  background-color: transparent;
} /* 2020-05-21 추가 */
.header.h_cover.fixed .gnb .btn_search {
  background-color: transparent;
} /* 2020-05-21 추가 */
.header.h_cover.fixed .gnb .btn_menu {
  background-color: transparent;
} /* 2020-05-21 추가 */

.header.h_w {
  width: 100%;
  background-color: #fff;

  & .gnb {
    padding-left: 0;
    padding-right: 0;
  }
}
.header.h_w.fixed{
    position: fixed !important;
    top: 0;
    z-index: 100;
}
.header.h_w + .content {
  padding-top: 78px;
}
.header.h_w.btm_0 {
  border-bottom: 0;
}

.header .region_area {
  /*position: absolute;*/
  /*top: 15px;*/
  /*right: 72px;*/
  /*margin: 0;*/
  /*padding: 0;*/
  gap: 4px;
}
.header .region_area select
/*.header .region_area button*/ {
  height: 30px;
  padding-right: 14px;
  background: url(../images/svg/icon_select_sort4.png) no-repeat right 0 top 50%;
  background-size: 7px auto;
  font-size: 15px;
}
.header .region_area button {
  background: #5C3092;
  color: #fff;
  height: 28px;
  padding: 2px 8px 0 10px;
  border-radius: 8px;
  font-size: 12px;
}

.header .region_area button > svg {
  vertical-align: middle;
}

  /*content*/
.wrap {
  margin: 0 auto;
  position: relative;
}
body {
  padding-bottom: 70px;
}
body:not(.main) {
  padding-bottom: 230px;
}
body.main .wrap .content {
  display: flex;
  flex-direction: column;
  /*padding-top: 56px;*/
}

body.main .wrap .wrapper .content,
body.main .wrap #story_detail
{
  padding-top: 0;
}
.wrapper .content {
 gap: 32px;
}
/*(s) 컨텐츠 공통*/
.list_cnt {
  /*height: 22px;*/
  /*line-height: 22px;*/
  font-size: 14px; /*color:rgba(0,0,0,0.5);*/
}
.list_cnt em,
.list_cnt span {
  display: inline-block;
  vertical-align: top;
}
.list_cnt em {
  margin-left: 2px;
  font-family: "VK";
  font-size: 13px;
  color: #d81065;
  letter-spacing: 0.5px;
  margin-right: 2px;
}
.list_cnt span + span::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 12px;
  margin: 0 8px 0 8px;
  background-color: #b7b7b7;
  vertical-align: middle;
}
body.lang-en .list_cnt {
  font-family: "VK";
  font-size: 13px;
  text-transform: uppercase;
} /*영문버전일 경우*/

/*지역별 관광지 텍스트 정보*/
.region_info {
  position: relative; /* padding-right:160px; */
  padding: 0 22px;
}
.region_info .region_tw .region_tit,
.region_info .region_tw .region_tit1 {
  /* height:42px;line-height:42px; */
  font-size: 20px;
  font-weight: 600;
} /* 2021-09-03 폰트크기수정 */
.region_info .region_tw .region_tit a {
  display: block;
  height: 100%;
}
.region_info .region_tw .list_cnt {
  height: 22px;
  line-height: 22px;
}
.region_select {
  position: absolute;
  right: 0;
  top: -35px;
}
.region_select a {
  position: relative;
  float: left;
  line-height: 30px;
  font-size: 13px;
  color: #737373;
  padding-left: 22px;
  margin-left: 12px;
  margin-right: 22px;
}
.region_select a::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  height: 22px;
  width: 22px;
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: 22px;
}
.region_select .current::before {
  background-image: url(../images/svg/bt_current_location.svg);
}
.region_select .current.loading,
.region_select .current.on {
  color: #696cff;
  text-decoration: underline;
  text-underline-position: under;
}
.region_select .current.loading::before {
  background-image: url(../images/svg/bt_current_loading.svg);
  animation: spin 2s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.region_select .current.on::before {
  background-image: url(../images/svg/bt_current_locationb.svg);
}
.region_select .another::before {
  background-image: url(../images/svg/bt_select_region.svg);
}
body.lang-en .region_info .region_tw .list_cnt {
  font-family: "VK";
  color: #000;
  font-size: 13px;
  text-transform: uppercase;
}

/*일반 관광지 택스트 정보*/
.ct_tw .tit {
  font-size: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ct_tw .sub_tt {
  font-size: 11px;
  color: #959595;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ct_tw .playDate {
  display: inline-block;
  margin-top: 4px;
  color: #4d1ec4;
  font-size: 11px;
}
.btn_play {
  width: 22px;
  height: 22px;
  background: url(../images/svg/bt_place_play.svg) no-repeat 50% 50%;
  background-size: 18px;
}
.play_time {
  position: absolute;
  bottom: 16px;
  right: 100px;
  color: #000;
  line-height: 18px;
  font-size: 11px;
}
body.lang-en .leftTime .play_time,
body.lang-ja .leftTime .play_time,
body.lang-zh .leftTime .play_time,
.leftTime .play_time {
  left: 94px;
  right: auto;
}

/*이미지와 텍스트 정보가 세로로 나열함*/
.item_ct._v {
  position: relative;
  float: left;
  width: 50%;
}
.item_ct._v .ct_img {
  width: 100%;
  /*height: 124px;*/
    height: 100%;
}
.item_ct._v .ct_img > img {
  width: 100%;
  height: 100%;
}
.item_ct._v .ct_tw {
  /* padding:17px 8px; */
  padding: 11px 6px 47px 6px;
  border-bottom: 1px solid #e2e2e2;
}
.item_ct._v .list_cnt {
  position: absolute;
  bottom: 7px;
  left: 6px; /* display:inline-block;height:32px;padding:5px 8px; */
}
.item_ct._v .btn_play {
  position: absolute;
  bottom: 7px;
  right: 4px; /* float:right;margin-top:5px;margin-right:6px; */ /* position:absolute;bottom:10px;right:22px; */
}
.item_ct._v:nth-child(2n + 1) .btn_play {
  right: 8px;
}
.item_ct._v:nth-child(2n) .list_cnt {
  left: 10px;
}

/*이미지와 텍스트 정보가 세로로 나열함
/* 220623 수정 */
.item_ct._h {
  position: relative;
  padding: 16px;
}
.item_ct._h .ct_img {
  overflow: hidden;
  position: absolute;
  top: 16px;
  left: 16px;
  width: 64px;
  height: 64px;
  border-radius: 10px;
}
.item_ct._h .ct_img > img {
  width: 100%;
  height: 100%;
}
.item_ct._h .ct_tw {
  padding-left: 78px;
}
.item_ct._h .ct_tw .tit {
  line-height: 22px;
}
.item_ct._h .list_cnt {
  margin-top: 12px;
}
/*.item_ct._h .list_cnt.distance {background:url(../images/svg/icon_list_pin.svg) no-repeat -0 50%;background-size:8px 12px;padding-left:20px;}*/
.item_ct._h .list_cnt.distance {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='11px' height='15px'%3E%3Cpath fill-rule='evenodd' fill='rgb(147, 147, 147)' d='M6.556,13.899 C6.548,13.908 6.245,14.246 5.869,14.246 C5.868,14.246 5.837,14.246 5.836,14.246 C5.460,14.246 5.155,13.908 5.148,13.899 C3.260,11.728 0.453,8.638 0.453,5.617 C0.453,2.732 2.875,0.297 5.734,0.297 C9.026,0.297 10.915,2.732 10.915,5.617 C10.915,8.504 8.328,11.862 6.556,13.899 ZM5.734,1.168 C3.344,1.168 1.325,3.206 1.325,5.617 C1.325,8.186 3.776,10.999 5.566,13.052 L5.794,13.314 C5.810,13.330 5.832,13.347 5.852,13.361 C5.872,13.347 5.894,13.330 5.909,13.314 C8.653,10.157 10.043,7.568 10.043,5.617 C10.043,3.403 8.711,1.168 5.734,1.168 ZM5.691,6.532 C5.149,6.532 4.696,6.080 4.696,5.537 C4.696,4.995 5.137,4.554 5.679,4.554 C6.222,4.554 6.663,4.995 6.663,5.537 C6.663,6.080 6.233,6.532 5.691,6.532 Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 14px;
}
.item_ct._h .list_cnt.distance em {
  color: rgba(0, 0, 0, 0.5);
  letter-spacing: -0.03em;
  margin-right: 0;
}
.item_ct._h .btn_play {
  position: absolute;
  bottom: 16px;
  right: 81px;
  width: 13px;
  height: 18px;
  background: url(../images/svg/bt_place_play3.svg) no-repeat 50% 50%;
  background-size: contain;
}
.item_ct._h .btn_more {
  position: absolute;
  bottom: 16px;
  right: 16px;
  min-height: 18px;
  padding-left: 6px;
  padding-right: 10px;
  background: url(../images/svg/bt_story_more2.svg) no-repeat right center;
  background-size: auto 10px;
  line-height: 18px;
  font-size: 11px;
}
.item_ct._h .btn_more::before {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 1px;
  height: 10px;
  background: #e3e3e3;
}
.item_ct > a {
  display: block;
  min-height: 64px;
}
.item_ct.selected {
  background-color: #f7f8ff;
}
.item_ct.selected .ct_img::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/svg/bt_main_play2.svg) center no-repeat;
  background-size: 50% auto;
}
.item_ct.selected .ct_tw {
  text-decoration: underline;
}

.list_head {
  position: relative;
  /*height: 52px;*/
  padding: 11px 14px 10px 18px; /*border-bottom:1px solid #f6f6f6;*/
}
.list_head._h56 {
  /*height: 56px;*/
  padding: 10px 14px 15px 18px;
}
.list_head._h62 {
  height: 62px;
  padding: 16px 14px 15px 18px;
}
.list_head h3 {
  line-height: 30px;
  font-size: 15px;
  margin-left: 4px;
}
.list_head button {
  display: inline-block;
  padding: 7px 10px 7px 24px;
  background-repeat: no-repeat;
  background-position: left 10px top 50%;
  background-size: 20px;
  font-size: 11px;
  border: 1px solid #d7d7d7;
  border-left: none;
}
.list_head button:first-child {
  border-left: 1px solid #d7d7d7;
}
/*.list_head button + button { margin-left:12px; }*/
.list_head button.btn_selectall {
  background-image: url(../images/svg/icon_selectall_dis.svg);
}
.list_head button.btn_selectall.on {
  color: #696cff;
  background-image: url(../images/svg/icon_selectall_enb.svg);
}
.list_head button.btn_playall {
  background-image: url(../images/sub/icon_list_play2.png);
  background-size: auto 9px;
}
.list_head button.btn_downall {
  background-image: url(../images/sub/btnListDown2.png);
  background-size: auto 10px;
}
.list_head button.btn_mapall {
  background-image: url(../images/sub/btnMap.png);
  background-size: auto 9px;
}
.list_head .list_cnt li {
  float: left;
  line-height: 30px;
}
.list_head .list_cnt li + li::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 12px;
  margin: 0 8px 0 8px;
  background-color: #b7b7b7;
  vertical-align: middle;
}
.list_head .list_cnt.tabs li.on > span {
  color: #696cff;
  font-weight: bold;
  text-decoration: underline;
}
.list_head._gray {
  height: auto; /*background-color:#fbfbfb;*/
  padding: 42px 16px 6px;
}
.list_head._gray h2 {
  display: inline-block;
}
.list_head._gray .theme_tt {
  float: right;
  font-size: 13px;
  color: #5b54ca;
  line-height: 30px;
}
.list_head .list_head_play {
  display: flex;
  align-items: center;
  position: absolute;
  top: 46px;
  right: 16px;
}

/*250926 추가*/
@media all and (max-width: 430px) {
    .courseWrap .coursePoint > div.coursePoint2024Contain{
        transform: translateY(-140%) !important;
    }
}

@media all and (max-width: 375px) {
    .courseWrap .coursePoint > div.coursePoint2024Contain {
        transform: translateY(-80%) !important;
    }
}


@media all and (max-width: 360px) {
  /*.item_ct._h { padding:16px 16px 50px; }*/
  .item_ct._h .list_cnt.distance {
    display: inline-block;
    margin: 8px 0 0 4px;
    vertical-align: middle;
  }
}

/* main*/
.wrapper {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.mainSearch {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  position: relative; /*height:40vh;*/
}
.mainSearch form {
  position: sticky;
  left: 0;
  top: 58px;
  width: 100%;
}
.mainSearch .searchInner {
  /*padding-top: 34px;*/
  /*margin-bottom: 20px;*/
    margin: unset;
}
.mainSearch .searchInner > div.flex {
  display: flex;
  align-items: center;
  gap: 12px;
  > div.flex {
    width: 100%;
    display: flex;
    align-items: center;
    background: #F3F5F9;
    border-radius: 8px;
    padding: 0 16px;
    gap: 8px;
    height: 40px;
  }
}
.mainSearch input[type="text"] {
  width: 100%;
  background: #F3F5F9;
}
.mainSearch input[type="text"]::placeholder {
  color: #593bbd;
}
.lang-en .mainSearch input[type="text"] {
  padding-right: 7em;
}
.mainSearch .btn_search {
  white-space: nowrap;
  line-height: 36px;
  font-size: 12px;
  height: 36px;
  padding: 0px 14px;
  background: #696CFF;
  color: #FFFFFF;
  border-radius: 8px;
  text-align: center;
}
/*.mainSearch .btn_search::before {*/
/*  content: "";*/
/*  position: absolute;*/
/*  top: 50%;*/
/*  left: 0;*/
/*  width: 1px;*/
/*  height: 14px;*/
/*  margin-top: -7px;*/
/*  background: #a6a9a1;*/
/*}*/
.latest_odii {
  display: flex;
  align-items: center;
  margin: 22px 7% 0;
  padding: 10px;
  border-radius: 6px;
  border: 1px solid #d9d9d9;
}
.latest_odii h3 {
  flex-shrink: 0;
  position: relative;
  margin-right: 7px;
  padding-right: 8px;
  color: #282828;
  font-size: 11px;
}
.latest_odii h3::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 10px;
  margin-top: -5px;
  background: #c9c9c9;
}
.latest_odii .cont {
  flex-grow: 1;
  position: relative;
  max-width: calc(100% - 83px);
  padding-right: 74px;
  letter-spacing: -0.04em;
  font-size: 11px;
  box-sizing: border-box;
}
.latest_odii .cont p {
  overflow: hidden;
  color: #282828;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.latest_odii .cont span {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  padding-right: 22px;
  background: url(../images/main/btn_play.png) no-repeat right 0 top 50%;
  background-size: 19px auto;
  color: #333;
}

/* event section */
.banner_evt {
  width: 100%;
  cursor: pointer;
}

.banner_evt > img.banner_evt_link {
  justify-items: flex-end;
  position: absolute;
  right: 20px;
}

.banner_evt_title > h3 {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
}
.banner_evt_title > p {
  color: #3C3C43;
  font-size: 13px;
}

/* line bar */
body.main .content .line-bar {
  height: 10px;
  background: #F3F5F9;
  display: block;
  width: 100%;
  border: 0;
  margin: 0;
}

/*(e) 컨텐츠 공통*/
/*Feature 콘텐츠 영역*/ /*2020-09-21 수정*/
.visual_area {
  /*margin-left: 7%;*/
}
.visual_area.mainVisual {
  padding-top: 58px;
}
.visual_area .swiper_main {
  position: relative;
  /*padding-right: 5.555vw;*/
  background-color: #fff;
  box-sizing: border-box;
}
.visual_area .swiper_main .swiper-wrapper {
  box-sizing: border-box;
}
.visual_area .swiper_main .swiper-slide a {
  display: block;
  position: relative;
}
.visual_area .swiper_main .image_w {
  overflow: hidden;
  position: relative;
  border-radius: 12px;
}
.visual_area .swiper_main .image_w .visual_img {
  width: 100%;
  /*height: clamp(180px, 2vw, 100%);*/
    height: 235px;
} /* 2021-09-03 높이수정 */
.visual_area .swiper_main .image_w .visual_img::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/main/bg_visual.png) left bottom repeat-x;
  /*background-size: auto 100%;*/
  opacity: 0.35;
}
.visual_area .swiper_main .image_w .visual_img > img {
  /*position: absolute;*/
  /*top: 50%;*/
  width: 100%;
  min-height: 100%;
  height: clamp(180px, 2vw, 100%);
  /*transform: translateY(-50%);*/
}
.visual_area .swiper_main .image_w .voice_w .voice_image {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 110px;
  height: 102px;
}
.visual_area .swiper_main .image_w .voice_w .voice_image > img {
  width: 100%;
  height: 100%;
}
.visual_area .swiper_main .image_w .voice_w .voice_tit {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 34px;
  background: rgba(1, 183, 223, 0.7);
  text-align: right;
}
.visual_area .swiper_main .image_w .voice_w .voice_tit > span {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  line-height: 34px;
  margin-right: 122px;
}
.visual_area .swiper_main .main_ct_tw {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px;
  color: #fff;
  text-align: left;
  align-items: flex-start;
}

.visual_area .swiper_main .main_ct_tw-header span {
  color: #fff;
}

.visual_area .swiper_main .main_ct_tw-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.visual_area .swiper_main .main_ct_tw .theme-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.4;
}

/*body.lang-en .visual_area .swiper_main .main_ct_tw .theme-title {*/
/*  font-size: 22px;*/
/*}*/

.visual_area .swiper_main .main_ct_tw .theme-tags {
  gap: 6px;
  align-items: flex-start;
}

.visual_area .swiper_main .main_ct_tw .tag-item {
  display: inline-flex;
  align-items: center;
  height: 20px;
  min-height: 24px;
  padding: 0 6px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  font-size: 11px;
  color: #fff;
  white-space: nowrap;
}

.visual_area .swiper_main .main_ct_tw-footer {
  display: flex;
  justify-content: flex-end;
  margin-top: auto;
}

.visual_area .swiper_main .main_ct_tw .cta-button {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 24px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.visual_area .swiper_main .main_ct_tw .cta-button:hover {
  background: rgba(255, 255, 255, 0.25);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.visual_area .swiper_main .main_ct_tw .cta-arrow {
  width: 16px;
  height: 16px;
  transition: transform 0.2s ease;
}

.visual_area .swiper_main .main_ct_tw .cta-button:hover .cta-arrow {
  transform: translateX(2px);
}

/* Legacy support - keep old classes working */
.visual_area .swiper_main .main_ct_tw .main_ct_tw-cont {
  display: flex;
  align-items: center;
  gap: 4px;
}

.visual_area .swiper_main .main_ct_tw .tit {
  font-weight: 700;
  font-size: 28px;
  line-height: 1.4;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
}

body.lang-en .visual_area .swiper_main .main_ct_tw .tit {
  font-size: 28px;
}

.visual_area .swiper_main .main_ct_tw .txt2 {
  font-size: 11px;
}

.visual_area .swiper_main .main_ct_tw .txt {
  overflow: hidden;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.50);
  padding: 0 6px;
  height: 22px;
  line-height: 22px;
  min-width: 24px;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 10px;
}

.visual_area .swiper_main .swiper-pagination {
  position: absolute;
  top: 20px!important;
  bottom: unset!important;
  left: unset;
  right: 0;
  margin-right: 20px;
  width: auto;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(60, 60, 67, 0.60);
  color: #fff;
  font-size: 12px;
}
/* .visual_area .swiper_main .main_ct_tw .tit span:first-child::after {content:',';} */
/* .visual_area .swiper_main .main_ct_tw .hashtag {height:36px;line-height:36px;font-weight:300;font-size:16px;color:#4785f0;background:url(../images/svg/icon_hashtag.svg) no-repeat 0 50%;background-size:22px 16px;padding-left:32px;overflow:hidden;} */
/* .visual_area .swiper_main .main_ct_tw .list_cnt {height:38px;line-height:38px;} 
.visual_area .swiper_main .btn_theme_more {position:absolute;top: 50%;right:0;width:36px;height:36px; background:url(../images/svg/bt_main_play.svg) no-repeat; background:url(../images/svg/bt_main_play2.svg) no-repeat;background-size:36px;margin-top: -27px;}2020-10-23*/
.visual_area
  .swiper_main.swiper-container-horizontal
  > .swiper-pagination-bullets {
  top: 250px;
  left: 0;
  width: 100%;
  height: 40px;
}
.visual_area .swiper_main .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  opacity: 1;
  background: rgba(255, 255, 255, 0.5);
}
.visual_area .swiper_main .swiper-pagination-bullet-active {
  width: 14px;
  background: rgba(255, 255, 255, 1);
  border-radius: 7.5px;
  opacity: 1;
}

/*region Visual*/
.visual_area.sub {
  position: relative;
  margin-left: 0;
}
.visual_area.sub .visual_img {
  height: 66.38888vw;
}
.visual_area.sub .visual_img li::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.visual_area.sub .visual_img img {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: auto;
  min-height: 100%;
  overflow: hidden;
}
.visual_area.sub .titBox {
  position: absolute;
  left: 28px;
  bottom: 20px;
  color: #fff;
  z-index: 11;
}
.visual_area.sub h2 {
  font-weight: 700;
  font-size: 20px;
}
.visual_area.sub h2 > span {
  display: block;
  z-index: 11;
}
.visual_area.sub .titBox div.txt {
  margin-top: 6px;
  font-size: 12px;
}
.visual_area.sub .titBox div.txt span {
  display: inline-block;
  position: relative;
  vertical-align: top;
}
.visual_area.sub .titBox div.txt span:first-child {
  margin-right: 6px;
  padding-right: 8px;
}
.visual_area.sub .titBox div.txt span:first-child::before {
  content: "";
  position: absolute;
  top: 3px;
  right: 0;
  width: 1px;
  height: 10px;
  background: #bbb;
}

/*End Page Visual*/
.visual_area.sub.detail .visual_img {
  height: 296px;
  overflow: hidden;
}
.visual_area.sub.detail .visual_img img {
  position: relative;
  min-height: 296px;
}
.visual_area.sub.detail .visual_img .swiper-container {
  height: 100%;
}
.visual_area.sub.detail .swiper-pagination {
  width: 100%;
  margin-top: -30px;
  padding-left: 10px;
  text-align: left;
}
.visual_area.sub.detail .swiper-pagination span {
  display: inline-block;
  opacity: 1;
  margin: 4px;
  width: 8px;
  height: 8px;
  background: rgba(255, 255, 255, 00.84);
}
.visual_area.sub.detail
  .swiper-pagination
  span.swiper-pagination-bullet-active {
  background: rgba(000, 000, 000, 00.84);
}
.visual_area.sub.detail h2 {
  bottom: 150px;
}

.visual_area .walkImg {
  display: block;
  padding: 12px 22px;
  background: #fff;
}
.visual_area .walkImg img {
  width: 100%;
}

/*지역별 관광지 영역*/ /*2020-09-21 수정*/
.region_point {
  margin: 0 3.888%;
  padding: 14px;
  background: #5c3092;
  border-radius: 14px;
  text-align: center;
  color: #fff;
  font-size: 17px;
}
.region_point dl {
  padding: 0 4px;
  letter-spacing: -0.05em;
}
.region_point dl.myPoint {
  border-top: 1px solid #724ca1;
}
.region_point dl dt,
.region_point dl dd,
.region_point dl li {
  display: inline-block;
  font-weight: normal;
}
.region_point dl dt {
  margin-top: 12px;
}
.region_point dl ul {
  padding: 12px 0;
}
.region_point dl.myPoint dt {
  padding-left: 14px;
  background: url(../images/bu_point.png) left center no-repeat;
  background-size: 10px auto;
}
.region_point dl li {
  position: relative;
  margin-right: -3px;
  padding: 0 7px 0 8px;
}
.region_point dl li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: #724ca1;
}
.region_point dl li:first-child:after {
  display: none;
}
.region_point dl em {
  font-weight: normal;
}
/*.region_area {background-color:#fff;padding-top:10px;}2020-10-23*/
.region_area {
  /*margin-top: 24px;*/
  /*padding: 0 6%;*/
}
.region_area .region_info {
  padding: 0;
}
.region_area .region_info .region_tw {
  display: flex;
  justify-content: space-between;
}
.region_area .region_info .region_tw .region_tit {
  display: inline-block;
  font-weight: 700;
  font-size: 15px;
}
.region_area .region_info .region_tw .region_tit span {
  color: #ee5012;
  font-weight: 400;
}
.region_area .region_info .region_tw .region_tit .btn_around {
  margin-left: 17px;
  padding-left: 18px;
  background: url(../images/svg/btn_around.svg) left center no-repeat;
  background-size: 14px;
}
.region_area .region_info .region_tw .list_cnt {
  display: flex;
}
.region_area .region_info .region_tw .list_cnt a {
  display: inline-block;
  position: relative;
  margin-left: 7px;
  padding-left: 7px;
  color: #737373;
  font-size: 12px;
}
.region_area .region_info .region_tw .list_cnt a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 10px;
  margin-top: -5px;
  background: #dedede;
}
.region_area .region_info .region_tw .list_cnt a:first-child {
  margin-left: 0;
  padding-left: 0;
}
.region_area .region_info .region_tw .list_cnt a:first-child::before {
  content: none;
}

.region_area .conBanner {
  display: block;
  background: #f6f6f6;
  padding: 21px 16px 10px 16px;
}
.region_area .region_info .region_select {
  top: 22px;
  z-index: 5;
} /*2020-10-23*/
.region_area .swiper_region {
  margin-top: 24px;
}
.region_area .swiper_region .swipe_ct {
  width: 150px;
  background: #fff;
}
.region_area .swiper_region .swipe_ct > a {
  display: block;
}
.region_area .swiper_region .swipe_ct .ct_img {
  width: 150px;
  height: 106px;
}
.region_area .swiper_region .swipe_ct .ct_tw {
  padding: 10px 10px 9px 10px;
}
.region_area .swiper_region .swipe_ct .ct_comment {
  height: 34px;
  line-height: 17px;
  font-size: 14px;
  color: #898989;
  padding: 0 10px;
}
.region_area .swiper_region .swipe_ct .list_cnt {
  height: 42px;
  padding: 9px 10px 10px 10px;
}
.region_area .swiper_region .swipe_ct .btn_play {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.region_area .swiper_region .swipe_ct.last .total {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.region_area .swiper_region .swipe_ct.last .total > span {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin-top: -10px;
  font-family: "VK";
  text-align: center;
  color: #fff;
  font-size: 16px;
  text-align: center;
}
.region_area .region_info .region_tw .list_cnt em {
  margin-right: 1px;
}
.region_area .region_info .region_tw .list_cnt span + span::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 12px;
  margin: 0 10px 0 0;
  background: none;
}
/* //2021-09-03 수정 */

/*신규 관광지 / 이벤트 영역*/
.banner_area .swiper_banner {
}
.banner_area .title_area {
  height: 62px;
  position: relative;
}
.banner_area .title_area .title {
  margin-top: 17px;
  margin-left: 22px;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  font-weight: 600;
  font-size: 20px;
}
.banner_area .title_area .swiper-pagination-bullets {
  left: auto;
  bottom: auto;
  top: 22px;
  right: 22px;
  width: auto;
}
.banner_area .title_area .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  opacity: 1;
  background: rgba(70, 70, 70, 0.5);
  margin: 0 4px;
  cursor: pointer;
}
.banner_area .title_area .swiper-pagination-bullet-active {
  width: 14px;
  background: rgba(70, 70, 70, 1);
  border-radius: 7.5px;
  opacity: 1;
}
.banner_area .swiper_banner .swiper-slide .banner_img {
  overflow: hidden; /* height:30.5556vw; */
  text-align: center;
}
.banner_area .swiper_banner .swiper-slide .banner_img > img {
  width: 100%;
  height: 49.39759%; /* 492/996 */
  max-width: none;
  border-radius: 6px;
}
.banner_area .swiper_banner .ct_tw {
  padding: 15px 16px 50px 16px;
}
.banner_area .swiper_banner .ct_tw .tit {
  font-size: 18px;
}
.banner_area .swiper_banner .list_cnt {
  position: absolute;
  bottom: 20px;
  left: 16px;
  width: 100%;
}
.banner_area .swiper_banner .btn_theme_more {
  position: absolute;
  bottom: 20px;
  right: 14px;
}

/* 이벤트 배너 리스트 스타일 */
.banner_area .event_banner .event-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.banner_area .event_banner .event-list li.banner-item {
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
}

.banner_area .event_banner .event-list li.banner-item img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

/*테마별 여행 관광지 */
.theme_area {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.theme_area .theme_area_tit {
  font-size: 18px;
  font-weight: 700;
  color: #3C3C43;
  line-height: 1.2;
}
.theme_area .swiper_theme li.swiper-slide {
  display: inline-block;
  width: auto;
}
.theme_area .swiper_theme li.swiper-slide a {
  display: inline-block;
  position: relative;
  padding-left: 10px;
  color: #717171;
  font-size: 15px;
}
.theme_area .swiper_theme li.swiper-slide a::before {
  content: "#";
  position: absolute;
  top: 0;
  left: 0;
}
.theme_area .swiper_theme li.swiper-slide.on a {
  color: #652cba;
  font-weight: 700;
}
.theme_area .theme_ct {
  margin-top: 24px;
  gap: 32px;
  display: flex;
  flex-direction: column;
}
.theme_area .theme_ct .section_wrapper .section_header {
  margin-bottom: 16px;
  justify-content: space-between;
}
.theme_area .theme_ct .section_wrapper .section_header .theme_tit {
  color: #3C3C43;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}
.theme_area .theme_ct .section_wrapper .section_header .btn_view_all {
  font-size: 12px;
  color: #C7C9CD;
  border: none;
  border-radius: unset;
  background: unset;
  display: flex;
  align-items: center;
  gap: 4px;
  img {
    margin-bottom: 2px;
  }
}

.region_area .swiper_region .swiper-slide {
  position: relative;
  padding-bottom: 14px;
}
.region_area .swiper_region .swiper-slide::before {
  content: "";
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 43px);
  border-radius: 6px;
  border: 1px solid #dcdcdc;
  box-sizing: border-box;
}

.swiper-container .swiper-slide > a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
.swiper-container .swiper-slide > a span {
  color: rgba(60, 60, 67, .5);
  font-weight: 500;
  font-size: 12px;
}
/*
.theme_area .theme_ct .swiper-slide::before,
.region_area .swiper_region .swiper-slide::before { content:''; z-index:-1; position:absolute; bottom:0; left:0; width:100%; height:calc(100% - 11.38889vw); border-radius:6px; border:1px solid #dcdcdc; box-sizing:border-box; }
.swiper-container .swiper-slide .ct_img { overflow:hidden; position:relative; margin:0 10px; padding-top:calc(100% - 20px); border-radius:50%; }
*/
.swiper-container .swiper-slide .ct_img {
  /*overflow: hidden;*/
  /*position: relative;*/
  aspect-ratio: 1;
}
.swiper-container .swiper-slide .ct_img img {
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.swiper-container .swiper-slide .ct_tw {
  align-items: flex-start;
  width: 100%;
  overflow: hidden;
}
.swiper-container .swiper-slide .ct_tw .tit {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 600;
  font-size: 14px;
}
.swiper-container .swiper-slide .ct_tw .sub_tt {
  overflow: hidden;
  color: #424242;
  width: 100%;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.swiper-container .swiper-slide .ct_comment {
  overflow: hidden;
  height: 24px;
  margin-top: 6px;
  padding: 0 7%;
  color: #606060;
  text-overflow: ellipsis;
  line-height: 1.2;
  font-size: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.swiper-container .swiper-slide p.list_cnt {
  height: auto;
  left: auto;
  margin-top: 6px;
  text-align: left;
  line-height: normal;
  font-size: 12px;
  display: flex;
  align-self: flex-start;
  align-items: center;
}
.swiper-container .swiper-slide p.list_cnt > span {
  opacity: .5;
  display: block;
}
.swiper-container .swiper-slide .list_cnt > em {
  color: #5C3092;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  margin: 0 0 0 4px;
  display: inline-flex;
  align-self: center;
}
/* (e) main*/

/*rnb*/
.rnb {
  position: fixed;
  top: 0;
  bottom: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  padding: 8px 20px 80px;
  background: #fff;
  align-items: flex-start;
  gap: 32px;
  z-index: 901;
}
.rnb_menu_top {
  width: 100%;
  justify-content: space-between;
  gap: 18px;
  h2 {
    font-size: 18px;
    color: #3C3C43;
    font-weight: 600;
    line-height: 140%;
    /*white-space: nowrap;*/
    /*margin-right: 20px;*/
    word-spacing: -1px;
    span {
      color: #5C3092;
    }
  }
  p > img {
    width: 68px;
  }
}
.rnb_info {
  width: 100%;
  justify-content: space-between;
}
.rnb_menu {
  width: 100%;
  align-items: flex-start;
  gap: 16px;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 16px;
  li {
    select {
      opacity: 0.4;
      background: unset;
      line-height: unset;
      padding: 0;
    }
    ul {
      width: 100%;
      gap: 16px;
      align-items: flex-start;
    }
  }
  li.rnb_menu__tit {
    gap: 6px;
    margin-bottom: 8px;
  }
}
.rnb_menu:nth-of-type(3) {
    border-bottom: 1px solid #dddddd;
}
ul#rnb_config {
    border-bottom: none;
}

.rnb_menu__tit p { opacity: .6;}
.rnb_menu_info__lang {
  justify-content: space-between;
  height: 100%;
  background: url(../images/svg/arrowLineRightB.svg) no-repeat right 18px bottom 50%;
  color: #3C3C43;
  font-weight: 500;
  font-size: .95rem;
  & p {
    gap: 4px;
    margin-right: 30px ;
  }
}
.rnb .sel_lang {
  /*position: absolute;*/
  /*top: 22px;*/
  /*left: 22px;*/
  /*opacity: 0;*/
  /*padding-right: 0;*/
  /*width: 122px;*/
}
.rnb .btn_lang {
  /*margin-top: 22px;*/
  /*padding-left: 4px;*/
  /*padding-right: 22px;*/
  /*background: url(../images/svg/icon_select_sort3.svg) no-repeat right 0 top 55%;*/
  /*background-size: 12px auto;*/
  /*line-height: 30px;*/
  /*font-size: 12px;*/
}
.rnb .btn_x {
  /*position: absolute;*/
  /*right: 10px;*/
  /*top: 18px;*/
  width: 34px;
  height: 34px;
  background: url(../images/svg/bt_top_closeb.svg) no-repeat 0 0;
}
.rnb .region_info {
  padding-top: 64px;
  padding-right: 0; /* border-top:1px solid red; */
}
.rnb .region_select {
  position: absolute;
  right: 0;
  top: 18px;
}
.rnb .region_info .region_tw .region_tit {
  background: url(../images/svg/bt_rnb_go.svg) no-repeat right 0 bottom 0;
  background-size: 22px;
}
.rnb .btn_myTour {
  float: right;
  display: inline-block;
  height: 32px;
  line-height: 30px;
  padding: 0 12px;
  color: #696cff;
  border: 1px solid #696cff;
  border-radius: 4px;
  margin-right: 22px;
  margin-top: 22px;
}
.rnb .rnb_menu li {
  width: 100%;
  position: relative;
  /*border-bottom: 1px solid #d9d9d9;*/
}
.rnb .rnb_menu.lang_ja li {
  letter-spacing: -0.05em;
}
.rnb .rnb_menu.lang_zh li {
  letter-spacing: -0.05em;
}
.rnb .rnb_menu_info li a,.rnb .rnb_menu li a  {
  position: relative;
  display: block;
  height: 100%;
  padding: 7px 12px;
  background: url(../images/svg/arrowLineRightB.svg) no-repeat right 18px bottom 50%;
  color: #3C3C43;
  font-weight: 500;
  font-size: .9rem;
}
/*.rnb .rnb_menu li a::after {*/
/*  content: '';*/
/*  width: 14px;*/
/*  height: 14px;*/
/*  position: absolute;*/
/*  right: 0;*/
/*  background: url(../images/svg/arrowLineRightB.svg) no-repeat;*/
/*}*/

.rnb .rnb_menu li a .ico_new {
  display: inline-block;
  font-style: normal;
  color: #ff1800;
  font-weight: 600;
  font-size: 12px;
  vertical-align: top;
  margin-top: -2px;
  letter-spacing: -0.8px;
}
.rnb .rnb_menu li a .ico_new_star01 {
  display: inline-block;
  vertical-align: middle;
  background: url("../images/svg/icon_menu_star01.png") no-repeat center 40%;
  width: 16px;
  height: 15px;
  background-size: contain;
}
.rnb .rnb_menu li a .ico_new_star02 {
  display: inline-block;
  vertical-align: middle;
  background: url("../images/svg/icon_menu_star02.png") no-repeat center 40%;
  width: 15px;
  height: 50px;
  background-size: 16px auto;
}
.rnb .rnb_menu li a.new::after {
    content: "New";
    /*position: absolute;*/
    /*right: 36px;*/
    /*top: 50%;*/
    width: auto;
    height: 18px;
    margin-left: 8px;
    /*margin-top: -9px;*/
    background: #5C3092;
    color: #ffffff;
    padding: 2px 4px;
    font-size: 11px;
    border-radius: 4px;
}
.rnb .rnb_count li {
  border-bottom: 1px solid #d9d9d9;
  font-size: 12px;
}
.rnb .rnb_count li a {
  display: block;
  position: relative;
  padding: 11px 0 10px 6px;
}
.rnb .rnb_count li a .my_count {
  display: block;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  color: #512aa0;
  font-weight: 700;
  font-family: "VK";
}
.rnb .rnb_func {
  display: flex;
  justify-content: space-around;
  margin-top: 15px;
}
.rnb .rnb_func a {
  display: block;
  padding-top: 38px;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: 33px auto;
  text-transform: uppercase;
  font-size: 12px;
}
.rnb .btn_home {
  background-image: url(../images/svg/icon_home2.png);
}
.rnb .btn_help {
  background-image: url(../images/svg/icon_help2.png);
}
.rnb .btn_config {
  background-image: url(../images/svg/icon_preferences.png);
}

body.lang-en .rnb .region_info .region_tw .region_tit {
  font-family: "VK";
  font-size: 22px;
  text-transform: uppercase;
}
body.lang-en .rnb .region_select a {
  font-family: "VK";
  color: #000;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
}
body.lang-en .rnb .sel_lang {
  font-family: "VK";
  font-weight: 400;
  text-transform: uppercase;
}
body.lang-en .rnb .rnb_menu li {
  font-family: "VK";
  text-transform: uppercase;
}
body.lang-en .rnb .rnb_func a {
  width: 100%;
  max-width: 33.33333%;
  text-align: center;
  word-break: keep-all;
  line-height: 1.1;
  font-size: 10px;
}

/* (s) search*/
/* search restyle - 220113 */
.searchWrap .header,
body.main .searchWrap .content {
  background: #fff;
}
.searchWrap .gnb div.header_title {
  text-align: left;
}
.searchWrap .gnb div.header_title h1 {
  font-weight: 500;
}
.sch_inp_area {
  position: relative;
  padding: 0 16px;
  background: #fff;
}
.sch_inp_area_in {
  background-color: #fff;
}
.sch_inp_area input.sch_inp {
  width: 100%;
  height: 42px;
  font-size: 16px;
  padding: 12px 75px 12px 12px;
  border: 1px solid #593bbd;
  border-radius: 10px;
  color: #593bbd;
  font-weight: bold;
}
.sch_inp_area input.sch_inp.sch_focus {
  border: 1px solid #000;
}
.sch_inp_area .sch_submit {
  position: absolute;
  right: 23px;
  top: 6px;
  width: 32px;
  height: 32px;
  background: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.8361 1.76724C17.0643 1.05146 22.6159 5.13415 23.3677 10.7078C24.1169 16.262 19.845 21.4539 13.6275 22.1685C7.39921 22.8842 1.84774 18.8016 1.09592 13.2279C0.346744 7.6737 4.61868 2.48184 10.8361 1.76724Z' fill='none' stroke='%23593BBD' stroke-width='2'/%3E%3Cpath d='M26.4149 26.1148L20.6045 20.8215L20.7389 20.643L26.5493 25.9362L26.4149 26.1148Z' fill='none' stroke='%23593BBD' stroke-width='2'/%3E%3C/svg%3E%0A")
    center no-repeat;
}
.sch_inp_area .clear_input {
  position: absolute;
  right: 55px;
  top: 6px;
  width: 32px;
  height: 32px;
  background: url(../images/svg/bt_form_del.svg);
  display: none;
}
.sch_inp_area input.sch_inp:focus,
.sch_inp_area input.sch_inp.keyup {
  border-color: #000;
}
.sch_inp_area input.sch_inp:focus ~ .sch_submit,
.sch_inp_area input.sch_inp.keyup ~ .sch_submit {
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.8361 1.76724C17.0643 1.05146 22.6159 5.13415 23.3677 10.7078C24.1169 16.262 19.845 21.4539 13.6275 22.1685C7.39921 22.8842 1.84774 18.8016 1.09592 13.2279C0.346744 7.6737 4.61868 2.48184 10.8361 1.76724Z' fill='none' stroke='%23000000' stroke-width='2'/%3E%3Cpath d='M26.4149 26.1148L20.6045 20.8215L20.7389 20.643L26.5493 25.9362L26.4149 26.1148Z' fill='none' stroke='%23000000' stroke-width='2'/%3E%3C/svg%3E%0A");
}
.sch_inp_area input.sch_inp.keyup ~ .clear_input {
  display: block;
}
.sch_inp_area input.sch_inp.hashtag {
  color: #593bbd;
}
.sch_keyword_area {
  position: relative;
  background: #fff;
}
.sch_keyword_area h2 {
  font-size: 16px;
  font-weight: bold;
}
.sch_keyword_area .sch_popularity {
  padding: 20px;
  background: #fff;
  /*min-height: 100%;*/
    height: auto;
}
.sch_keyword_area .sch_popularity h2 {
  float: left;
}
.sch_keyword_area .sch_popularity ul.tabs {
  margin-top: 3px;
  margin-left: 7em;
}
.sch_keyword_area .sch_popularity ul.tabs li {
  display: inline-block;
  margin: 0 10px;
}
.sch_keyword_area .sch_popularity ul.tabs a {
  display: block;
  color: #787878;
  font-size: 15px;
}
.sch_keyword_area .sch_popularity ul.tabs li.on a {
  color: #593bbd;
  border-bottom: 1px solid;
  font-weight: 600;
}
.sch_keyword_area .sch_popularity .tab_content {
  clear: both;
  counter-reset: counter;
}
.sch_keyword_area .sch_popularity .tab_content ol {
  display: inline-block;
  width: 50%;
  margin-right: -4px;
  vertical-align: top;
}
.sch_keyword_area .sch_popularity .tab_content li {
  margin-top: 1em;
  counter-increment: counter;
}
.sch_keyword_area .sch_popularity .tab_content li a {
  color: #707070;
  font-size: 15px;
}
.sch_keyword_area .sch_popularity .tab_content li a:before {
  content: counter(counter);
  display: inline-block;
  width: 2em;
  text-align: center;
  color: #222;
  font-size: 16px;
  font-weight: bold;
}
.sch_keyword_area .sch_popularity .tab_content ol:nth-child(1) li a {
  color: #272727;
}
.sch_keyword_area .sch_popularity .tab_content ol:nth-child(1) li a:before {
  color: #593bbd;
}
.sch_keyword_area .sch_recommend {
  padding: 0 20px;
  background: #fff;
}
.sch_keyword_area .sch_recommend h2 {
  margin-bottom: 12px;
}
.sch_keyword_area .sch_recommend li {
  display: inline-block;
  margin-bottom: 5px;
}
.sch_keyword_area .sch_recommend li a {
  display: block;
  line-height: 29px;
  font-size: 14px;
  color: #555;
  background: #fff;
  border: 1px solid #adadad;
  border-radius: 15px;
  padding: 0 11px;
  letter-spacing: -0.025em;
}
.sch_keyword_area .sch_recommend li.allTag a {
  background: #593bbd;
  color: #fff;
  border-color: transparent;
}
.keyword_area {
  display: none;
  height: 100%;
}
.keyword_area .sch_recent {
  height: 100%;
  padding-top: 16px;
  box-sizing: border-box;
}
.keyword_area .sch_recent .searchTxtList {
  height: 100%;
  padding: 20px 16px;
  background: #f1f1f1;
}
.keyword_area .sch_recent .searchTxtList li {
  margin-bottom: 16px;
  padding: 0 4px;
}
.keyword_area .sch_recent .searchTxtList li a {
  display: block;
  position: relative;
  padding-left: 28px;
  line-height: 20px;
  font-size: 14px;
}
.keyword_area .sch_recent .searchTxtList li a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 20px;
  height: 20px;
  margin-top: -8px;
  background: #b9b9b9
    url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.8361 1.76724C17.0643 1.05146 22.6159 5.13415 23.3677 10.7078C24.1169 16.262 19.845 21.4539 13.6275 22.1685C7.39921 22.8842 1.84774 18.8016 1.09592 13.2279C0.346744 7.6737 4.61868 2.48184 10.8361 1.76724Z' fill='none' stroke='%23ffffff' stroke-width='2'/%3E%3Cpath d='M26.4149 26.1148L20.6045 20.8215L20.7389 20.643L26.5493 25.9362L26.4149 26.1148Z' fill='none' stroke='%23ffffff' stroke-width='2'/%3E%3C/svg%3E%0A")
    center no-repeat;
  background-size: 11px;
  border-radius: 50%;
}
.keyword_area .sch_recent .searchTxtList li a em {
  font-weight: bold;
}

.sch_result_area {
  display: none;
}
.sch_result_area .tabs {
  /*height: 78px;*/
  background: #fff;
  border-bottom: 1px solid #f6f6f6;
  /*padding: 24px 22px;*/
}
/*.sch_result_area .tabs li.on {*/
/*  color: #593bbd;*/
/*  border-bottom: 2px solid #593bbd;*/
/*}*/
.sch_result_area .sortSelect {
  position: absolute;
  right: 22px;
  top: 24px;
  height: 30px;
  padding: 0 10px;
  border: 1px solid #a7a7a7;
  border-radius: 16px;
}
.sch_result_area .sortSelect select {
  height: 100%;
}
.sch_result_area .result_cnt_all {
  position: absolute;
  top: 24px;
  right: 22px;
  line-height: 30px;
  font-family: "VK";
  font-size: 14px;
}
.sch_result_area .result_cnt {
  position: absolute;
  top: 14px;
  right: 12px;
  line-height: 22px;
  font-family: "VK";
  font-size: 14px;
  color: #696cff;
  padding-right: 30px;
  background: url(../images/svg/bt_arw_right.svg) no-repeat right 0 top 50%;
}
.sch_result_area .tab_content {
  padding-top: 85px;
    overflow-y: auto;
    height: 100vh;
}
/* fixed_under_header가 없는 경우에만 height: 100vh 적용 */
.sch_result_area:not(:has(.fixed_under_header)) .tab_content {
    height: 100vh;
}

/* 검색 페이지에만 적용 - fixed_under_header가 있는 경우 */
.sch_result_area:has(.fixed_under_header) .tab_content {
    height: calc(100vh - 160px) !important;
}
/* 신버전도 같은 스타일 적용 */
.sch_result_area_2024:has(.fixed_under_header) .tab_content {
    height: calc(100vh - 160px) !important;
}
/* 검색 페이지에서 office-info-section 숨기기 */
body:has(.sch_result_area) .office-info-section {
    display: none !important;
}
/* 이야기 상세보기 페이지에서 office-info-section 숨기기 */
body:has(#story_detail) .office-info-section {
    display: none !important;
}
/* search restyle - 220113 */
/*
.sch_inp_area {position:relative;background-color:#fbfbfb;padding:0 16px;}
.sch_inp_area_in {background-color:#fff;}
.sch_inp_area input.sch_inp {width:100%;height:42px;line-height:30px;font-size:16px;padding:5px 75px 5px 18px;border:1px solid #ebebeb;}
/ .sch_inp_area input.sch_inp.sch_focus {border:1px solid #000;} /
.sch_inp_area .sch_submit {position:absolute;right:23px;top:6px;width:32px;height:32px;background:url(../images/svg/bt_form_search.svg);opacity:0.1;}
.sch_inp_area .clear_input {position:absolute;right:55px;top:6px;width:32px;height:32px;background:url(../images/svg/bt_form_del.svg);display:none;}
.sch_inp_area input.sch_inp:focus, .sch_inp_area input.sch_inp.keyup  {border-color:#000;}
.sch_inp_area input.sch_inp:focus ~ .sch_submit, .sch_inp_area input.sch_inp.keyup ~ .sch_submit  {opacity:1;}
.sch_inp_area input.sch_inp.keyup ~ .clear_input {display:block;}
.sch_inp_area input.sch_inp.hashtag {color:#4785f0;}
.sch_keyword_area .sch_recommend {background:#fbfbfb;padding:20px 0;border-bottom:1px solid #f6f6f6;}
.sch_keyword_area .sch_recommend .swiper_recommend {padding:0 16px}
.sch_keyword_area .sch_recommend .swiper_recommend li.swiper-slide {width:auto;line-height:36px;font-size:15px;color:#898989;background:#fff;border:1px solid #ebe8e8;border-radius:18px;padding:0 18px;}
.sch_keyword_area .sch_recent {padding-top:200px;}
.sch_keyword_area .sch_recent li {position:relative;line-height:34px;font-weight:400;font-size:16px;color:rgba(0,0,0,0.6);border-bottom:1px solid #f6f6f6;padding:4px 50px 3px 22px;}
.sch_keyword_area .sch_recent li>a {display:block}
.sch_keyword_area .sch_recent li .btn_del {position:absolute;right:16px;top:4px;width:34px;height:34px;background:url(../images/svg/bt_searchlist_del.svg) no-repeat 0 0;}
.sch_result_area {display:none;}
.sch_result_area .tabs {height:78px;background:#fbfbfb;border-bottom:1px solid #f6f6f6;padding:24px 22px;}
/.sch_result_area . {padding-top:200px;}/
.sch_result_area .result_cnt_all {position:absolute;top:24px;right:22px;line-height:30px;font-family:'VK';font-size:14px;}
.sch_result_area .result_cnt {position:absolute;top:14px;right:12px;line-height:22px;font-family:'VK';font-size:14px;color:#696cff;padding-right:30px;background:url(../images/svg/bt_arw_right.svg) no-repeat right 0 top 50%}
.sch_result_area .tab_content {padding-top:200px;}
*/

.fixed_under_header {
  position: fixed;
  top: 100px;
  width: 100%;
  z-index: 100;
}
/* 태그검색에만 적용 */
.sch_result_area:not(.sch_result_area_2024) .fixed_under_header {
    padding: 16px;
    padding-left: 35px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: 98px;
    background: #fff;
}
.sch_result_area:not(.sch_result_area_2024) .sch_result_area .result_cnt_all {
    position: relative;
    top: 0;
    right: 0;
}

.sch_result_area:not(.sch_result_area_2024) .tab_content {
    padding-top: 60px !important;
}
/* (e) search*/

/*지역별 여행 */
.region_list .region_opt {
  position: absolute;
  top: 5px;
  right: 22px;
}
.region_list .region_opt .btn_mapview {
  /* float:left; */
  display: inline-block;
  line-height: 30px;
  font-size: 13px;
  color: #737373;
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: 22px;
  padding-left: 22px;
  background-image: url(../images/svg/bt_select_region.svg);
}
.region_list .region_opt .sel_sort {
  position: absolute;
  top: -43px;
  right: 0; /* float:left; */
  color: rgba(0, 0, 0, 0.5);
  margin-left: 22px;
}
.region_list {
  position: relative;
  padding: 16px;
  overflow: auto;
  /*margin-bottom: -36px;*/
  /*padding-top: 46px;*/
}
.region_list li {
  margin-bottom: 20px;
}
.region_list li.item_ct._v:nth-child(2n) {
  padding-left: 4px;
}
.region_list li.item_ct._v:nth-child(2n + 1) {
  padding-right: 4px;
}
/* .region_list li.item_ct._v:nth-last-child(1),.region_list li.item_ct._v:nth-last-child(2) {margin-bottom:0;} */
.region_list {
  clear: both;
  padding-top: 0;
}
.region_list .region_opt {
  display: flex;
  width: 100%;
  position: relative;
  top: auto;
  right: auto;
}
.region_list .region_opt .sel_sort {
  flex-grow: 1;
  flex-shrink: 1;
  position: static;
  top: 0;
  margin-left: 1em;
  padding-right: 1em;
}
.region_list .region_opt select {
  width: 35%;
}
.region_list .region_opt a {
  float: right;
}
.region_list .region_opt.opt2 {
  justify-content: space-between;
  margin-bottom: 12px;
}
.region_list .region_opt.opt2 .sel_sort {
  flex-grow: 0;
  width: auto;
  margin-left: 0;
  padding: 0 41px 0 14px;
  border: 1px solid #d5d2cf;
  background-position: right 12px top 50%;
  background-size: 9px auto;
  font-size: 13px;
}
.region_list .region_opt.opt2 select {
  color: #000;
  line-height: 32px;
}
.region_list .region_opt.opt2 a {
  padding: 0 11px 0 30px;
  line-height: 32px;
  border: 1px solid #d5d2cf;
  background-position: left 8px top 50%;
}
/*메뉴 리스트 (테마별 여행목록)*/
.menu_head {
  position: relative;
  height: 42px;
  background-color: #fbfbfb;
  padding: 6px 22px;
}
.menu_head h3 {
  line-height: 30px;
  font-size: 17px;
}
.menu_list {
  overflow-y: scroll;
}
.menu_list li {
  position: relative;
  border-bottom: 1px solid #f6f6f6;
}
.menu_list li:last-child {
  border-bottom: unset;
}
.menu_list li a {
  display: block; /* height:60px; */
  line-height: 22px;
  font-size: 16px;
  padding: 19px 90px 18px 22px;
  background: url(../images/svg/bt_arw_right.svg) no-repeat right 22px top 50%;
  background-size: 22px;
}
.menu_list li.new a::after {
  content: "";
  display: inline-block;
  width: 34px;
  height: 22px;
  background: url(../images/svg/icon_rnb_new.svg) no-repeat 0 50%;
  background-size: 34px 18px;
  vertical-align: top;
  margin-left: 14px;
}
.menu_list li .my_count {
  position: absolute;
  right: 66px;
  top: 50%;
  margin-top: -11px;
  line-height: 22px;
  font-family: "VK";
  font-size: 14px;
  color: #000;
  font-weight: 400;
}

/*End page*/
.toast_menu {
  z-index: 2;
}
/*
.toast_menu {position:absolute;bottom:0;left:0;width:100%;height:80px;background-color:rgba(0,0,0,0.5);padding:15px 25px 15px 0;z-index:2;}
.toast_menu li {float:left;width:62px;}
.toast_menu li button {width:62px;height:50px;line-height:28px;text-align:center;font-size:13px;color:#fff;background-repeat:no-repeat;background-position:50% 0;background-size:22px;padding-top:22px;}
.toast_menu .btn_toast_save {background-image:url(../images/svg/icon_toast_03.svg);}
.toast_menu .btn_toast_download {background-image:url(../images/svg/icon_toast_04.svg);}
.toast_menu .btn_toast_share {background-image:url(../images/svg/icon_toast_share.svg);}
.toast_menu .btn_toast_map {background-image:url(../images/svg/icon_toast_map.svg);}
.toast_menu .btn_toast_play {position:absolute;right:25px;top:22px;width:36px;height:36px;background:url(../images/svg/bt_contents_play.svg) no-repeat 0 0;font-size:0;line-height:0;padding-top:0;}
*/
.story_list_area {
  position: relative;
  & .story_list {
    padding-bottom: 2vw;
  }
}
.story_area .list_head {
  height: auto;
}
.story_area .list_head .hashtag {
  /* height:30px; */
  line-height: 30px;
  font-weight: 300;
  font-size: 16px;
  color: #3466bb;
  background: url(../images/svg/icon_hashtag.svg) no-repeat 0 7px;
  background-size: 22px 16px;
  padding-left: 32px;
  padding-right: 85px;
}
.story_area .list_head .hashtag a {
  display: inline-block;
}
.story_area .story_ct {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.8);
  padding: 22px 22px 0 22px;
}
.btn_textSize {
  position: absolute;
  right: 22px;
  top: 15px;
  line-height: 30px;
  font-size: 14px;
  color: #737373;
  padding-left: 20px;
  background: url(../images/svg/icon_text_size.svg) no-repeat 0 50%;
  background-size: 10px 12px;
}

/*설정*/
.set_menu li a {
  height: 52px;
  color: #3C3C43;
  padding: 15px 66px 15px 22px;
}
.set_menu li.update a::after {
  content: "";
  position: absolute;
  right: 56px;
  top: 13px;
  width: 70px;
  height: 26px;
  background: url(../images/svg/icon_update.svg) no-repeat 0 50%;
  background-size: 70px 26px;
}
.set_menu_toggle {
  border-bottom: 1px solid #f6f6f6;
}
.set_menu_toggle li a {
  display: block;
  height: 62px;
  line-height: 22px;
  font-size: 16px;
  color: #898989;
  padding: 20px 66px 20px 22px;
  background: url(../images/svg/bt_toggle_dis.svg) no-repeat right 22px top 50%;
  background-size: 42px 22px;
}
.set_menu_toggle li.on a {
  background-image: url(../images/svg/bt_toggle_enb.svg);
}
.set_menu_toggle li p {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
  padding: 16px 22px;
}

.event_list {
  margin: 16px 16px 0;
}
.event_list .banner_img {
  /*height:166px;*/
}
.event_list .banner_img > img {
  width: 100%;
  height: 100%;
}
.event_list .ct_tw {
  padding: 14px 6px 18px;
}
.event_list .ct_tw .tit {
  font-size: 18px;
}
.event_list .ct_tw .sub_tit {
  color: #8d8d8d;
}

.txt_area {
  font-size: 15px;
  color: #898989;
  padding: 22px;
}

.app_info .txt_area {
  background: url(../images/svg/icon_appicon.svg) no-repeat 50% 42px;
  background-size: 62px;
  padding: 146px 22px 42px;
  border-bottom: 1px solid #f6f6f6;
}
.app_info .app_version {
  height: 82px;
  line-height: 28px;
  padding: 27px 22px;
  border-bottom: 1px solid #f6f6f6;
}
.app_info .app_version .info_txt {
  font-size: 15px;
  color: #737373;
}
.app_info .app_version .info_txt.txt_blue {
  color: #696cff;
}
.app_info .app_version .info_ver {
  float: right;
  line-height: 26px;
  font-family: "VK";
  font-weight: 400;
  font-size: 13px;
  color: #959595;
  border: 1px solid #d7d7d7;
  border-radius: 13px;
  padding: 0 14px;
}
.app_info .app_version .btn_update {
  float: right;
  width: 70px;
  height: 28px;
  background: url(../images/svg/icon_update.svg) no-repeat 0 50%;
  background-size: 70px 28px;
  line-height: 0;
  font-size: 0;
}

.app_improve .inp_area {
  padding: 0 16px;
}
.app_improve .inp_area input[type="text"] {
  width: 100%;
  height: 42px;
  line-height: 30px;
  font-size: 16px;
  padding: 5px 18px;
  border: 1px solid #ebebeb;
}
.app_improve .inp_area textarea {
  width: 100%;
  height: 152px;
  font-size: 16px;
  padding: 18px;
  border: 1px solid #ebebeb;
  margin-top: 10px;
  margin-bottom: 62px;
}
.app_improve .inp_area input:focus,
.app_improve .inp_area textarea:focus {
  border-color: #000;
}
.app_improve .inp_area .btn_send {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 52px;
  line-height: 52px;
  text-align: center;
  font-size: 17px;
  color: #fff;
  background: #959595;
}
.app_improve .inp_area .btn_send.on {
  background: #696cff;
}

/*이용안내, 제휴안내*/
.article-cont {
  position: relative;
  overflow-y: scroll;
}
.content.article {
  /*min-height: calc(100vh - 160px);*/
  padding-bottom: 20px;
}
.article {
  position: relative;
}
.article .article_title {
  line-height: 22px;
  font-size: 17px;
  color: #000;
  padding: 10px 22px 10px;
}
.article h3.article_title {
  color: #696cff;
}
.article h5 {
  color: #696cff;
  font-size: 15px;
  padding: 0 22px;
}
.article .article_title_brd {
  height: 42px;
  line-height: 40px;
  text-align: left;
  font-size: 17px;
  color: #696cff;
  margin: 32px 16px 0;
}
.article .article_text {
  font-size: 15px;
  color: #898989;
  padding: 0 22px;
}
.article .article_list {
  color: #898989;
  padding: 0 22px;
}
.article .article_text + h5,
.article .article_text + .article_list {
  padding-top: 22px;
}
.article .btn_change_set {
  position: absolute;
  top: 17px;
  right: 22px;
  font-size: 15px;
  line-height: 28px;
  color: #4785f0;
}
.article .conTable {
  width: 90%;
  margin: 10px auto 0;
  table-layout: fixed;
  color: #898989;
}
.article .conTable th,
.article .conTable td {
  padding: 0.5em 1em;
  border: 1px solid #777;
}
.article .conTable th {
  text-align: center;
  font-size: 1.125em;
  font-weight: bold;
}
.article_btm {
  border-top: 1px solid #f6f6f6;
  padding: 32px 22px;
  margin-top: 32px;
}
.article_btm p {
  color: #000;
  font-size: 16px;
}
.article_btm .email {
  color: #696cff;
}

.logo_w {
  position: relative;
  height: 50px;
  margin: 46px 22px 0;
}
.logo_w li {
  /* float:left; */
  height: 50px;
}
.logo_w li:nth-child(1) {
  position: absolute;
  left: 0;
  top: 0;
  width: 64px;
}
.logo_w li:nth-child(2) {
  text-align: center;
  margin: 0 106px 0 64px;
}
.logo_w li:nth-child(3) {
  position: absolute;
  right: 0;
  top: 0;
  width: 106px;
}
.logo_w li > img {
  width: 100%;
  height: 100%;
}
.logo_w li:nth-child(2) > img {
  width: 84px;
}

/*(s) 팝업*/
.pop {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  display: none;
  z-index: 200;
}
.pop .pop_tit h2 {
  height: 42px;
  line-height: 42px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background: #111;
}
.pop .pop_ct {
}
.pop .pop_btm {
  height: 52px;
  text-align: right;
  padding: 11px 22px;
}
.pop .pop_btm a {
  display: inline-block;
  line-height: 30px;
  font-size: 15px;
  color: rgba(0, 0, 0, 0.8);
}
.pop .pop_btm a.btn_ok {
  color: #696cff;
}
.pop .pop_btm a + a {
  margin-left: 32px;
}
.pop .header {
  background-color: #fff;
  border-bottom: 1px solid #f6f6f6;
}
.pop .header + .pop_ct {
  padding-top: 20px;
}
.pop .txt_alert {
  text-align: center;
  font-size: 14px;
  color: #000;
  border-bottom: 1px solid #f2f2f2;
  padding: 26px 32px;
  word-break: keep-all;
}

.pop_toast,
.pop_play,
.pop_textSize,
.pop_alert,
.pop_improve_result,
.pop_urlcopy {
  z-index: 1000;
}

/*play 팝업*/
.pop_play p {
  text-align: center;
  font-size: 14px;
  color: #898989;
  border-bottom: 1px solid #f2f2f2;
  padding: 26px 32px;
}
.pop_play li {
  line-height: 42px;
  padding-left: 60px;
  background-repeat: no-repeat;
  background-position: 22px 50%;
  background-size: 22px;
  border-bottom: 1px solid #f2f2f2;
}
.pop_play li.play_add {
  background-image: url(../images/svg/icon_all_add.svg);
}
.pop_play li.play_replace {
  background-image: url(../images/svg/icon_all_replace.svg);
}

.pop_textSize {
  width: 125px;
}
.pop_textSize li {
  line-height: 42px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: 22px 50%;
  background-size: 22px;
  border-bottom: 1px solid #f2f2f2;
}

/*toast 팝업*/
.pop_toast {
  position: fixed;
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  padding: 12px 8px 12px 22px;
}
.pop_toast .story_cnt {
  position: absolute;
  top: -12px;
  left: 12px;
  display: inline-block;
  line-height: 24px;
  font-family: "VK";
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  background-color: #696cff;
  border-radius: 13px;
  padding: 0 10px;
}
.pop_toast li {
  float: left;
  width: 62px;
}
.pop_toast li:last-child {
  float: right;
}
.pop_toast li button {
  width: 62px;
  height: 50px;
  line-height: 28px;
  text-align: center;
  font-size: 13px;
  color: #fff;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: 22px;
  padding-top: 22px;
}
.pop_toast .btn_toast_save {
  background-image: url(../images/svg/icon_toast_01.svg);
}
.pop_toast .btn_toast_listen {
  background-image: url(../images/svg/icon_toast_02.svg);
}
.pop_toast .btn_toast_add {
  background-image: url(../images/svg/icon_toast_03.svg);
}
.pop_toast .btn_toast_download {
  background-image: url(../images/svg/icon_toast_04.svg);
}
.pop_toast .btn_toast_cancel {
  background-image: url(../images/svg/icon_toast_close.svg);
  opacity: 0.5;
}

/*지도 보기*/
.pop_mapview {
  width: 100%;
  height: 100%;
}
.pop_mapview .pop_ct {
  height: 100%; /* padding-top:78px; */
}
.pop_mapview .map_area {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.pop_mapview .map_area .icon_pin {
  position: absolute;
  width: 16px;
  height: 22px;
  background: url(../images/svg/icon_map_pin.svg) no-repeat 50% 50%;
}
.pop_mapview .map_area .icon_location {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 42px;
  height: 42px;
  background: url(../images/svg/bt_my_location.svg) no-repeat 50% 50%;
  z-index: 1;
}
.pop_mapview .map_area .icon_maplist {
  position: absolute;
  right: 20px;
  top: 68px;
  width: 42px;
  height: 42px;
  background: url(../images/svg/bt_map_list.svg) no-repeat 50% 50%;
  z-index: 1;
}
.pop_mapview .map_area .icon_research {
  position: absolute;
  right: 20px;
  top: 116px;
  width: 42px;
  height: 42px;
  background: url(../images/svg/bt_map_research.svg) no-repeat 50% 50%;
  z-index: 1;
}
.pop_mapview .map_area .sel_distance {
  position: absolute;
  left: 20px;
  top: 20px;
  height: 38px;
  width: 106px;
  font-family: "VK";
  font-size: 12px;
  color: #fff;
  background: rgba(0, 0, 0, 0.7) url(../images/svg/icon_select_map.svg)
    no-repeat right 16px top 50%;
  background-size: 16px;
  border-radius: 20px;
  padding: 4px 30px 4px 14px;
  z-index: 1;
}
.pop_mapview .map_area .map_region {
  position: absolute;
  width: 42px;
  height: 42px;
  border: 2px solid #fff;
  box-shadow: 6px 6px 0px 0px rgba(0, 0, 0, 0.1);
}
.pop_mapview .map_area .map_region .story_cnt {
  position: absolute;
  top: -12px;
  right: 0;
  margin-right: -50%;
  line-height: 24px;
  font-family: "Avenir";
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  background-color: #353b49;
  border-radius: 13px;
  padding: 0 10px;
}
.pop_mapview .map_area .map_region.selected {
  border-color: #696cff;
}
.pop_mapview .map_area .map_region.selected .story_cnt {
  background-color: #696cff;
}
.pop_mapview .map_story_ct {
  position: fixed;
  bottom: 72px;
  left: 0;
  right: 0;
  background-color: #fff;
  padding: 36px 0 4px 0;
}
.pop_mapview .map_story_ct .item_ct {
  border-bottom: 0;
}
.pop_mapview .map_story_ct .item_ct .btn_play {
  right: 19px;
  bottom: 18px;
  width: 28px;
  height: 28px;
  background: url(../images/svg/bt_map_play.svg) no-repeat 50% 50%;
  background-size: 28px;
}
.pop_mapview .map_story_ct .btn_story_x {
  position: absolute;
  top: 10px;
  right: 12px;
  width: 32px;
  height: 32px;
  background: url(../images/svg/bt_pop_close.svg) no-repeat 50% 50%;
  background-size: 32px;
}

#pop내주변관광지지도 .pop_ct, #pop지도보기 .pop_ct{
    padding-top: 0px;
}

#pop지도보기 .map_story_ct {
    display: none;
}

#pop내주변관광지지도 .header .gnb .btn_x {
    position: absolute;
    top: 5px;
    right: 13px;
    display: block;
    width: 30px;
}

#pop내주변관광지지도 .pop_mapview .map_story_ct {
    bottom: 72px;
}
/*.pop[id="pop지도보기"] { width:100%; height:calc(100% - 66.38888vw); min-height:calc(100vh - 66.38888vw); }
.pop[id="pop지도보기"] .btn_x { display:inline-block; position:absolute; right:18px; top:18px; z-index:1; padding:0 11px; border-radius:18px; border:1px solid #4f6a63; background:#fff; text-align:center; line-height:29px; font-size:11px; }
.pop[id="pop지도보기"] .btn_x > span { display:inline-block; padding-left:16px; background:url(../images/sub/bt_map_list2.png) no-repeat 0 50%; background-size:9px auto; }
.pop_mapview .mapStory { position:absolute; left:50%; top:-82px; }
.pop_mapview .mapStory a { display:flex; align-items:center; min-width:134px; padding:6px; border-radius:2em; transform:translateX(-50%); background:rgba(000,000,000,0.73); color:#fff; font-size:12px; box-sizing:border-box; }
.pop_mapview .mapStory .pin_img { overflow:hidden; display:inline-block; width:34px; height:34px; border-radius:50%; background-repeat:no-repeat; background-position:50% 50%; background-size:cover; }
.pop_mapview .mapStory .story_cnt { flex-grow:1; padding-left:8px; padding-right:22px; background:url(../images/svg/bt_arw_rightw.svg) no-repeat right -6px top 50%; background-size:25px auto; }
*/
/*목록으로 보기*/
.pop_list {
  width: 100%; /*height:100%;*/
}
.pop_list .header .gnb h1.header_title {
  line-height: 25px;
}
.pop_list .header .sub_txt {
  line-height: 15px;
  font-size: 13px;
  color: #959595;
  display: block;
  text-align: center;
  font-weight: 400;
}
.pop_list .pop_ct {
  /* height:100%;padding-top:78px; */
  overflow: auto;
}
.pop_list .btn_changeMap {
  position: absolute;
  top: 22px;
  right: 22px;
  display: block;
  width: 34px;
  height: 34px;
  background: url(../images/svg/bt_change_map.svg) no-repeat 0 0;
}

/*지도 보기*/
.pop_region .header {
  background: #eaeef7;
  border-bottom: none;
}
.pop_region .header .gnb div.header_title,
.pop_region .header .gnb div.header_title h1 {
  text-align: left;
}
.pop_region .header .gnb div.header_title {
  padding-left: 5%;
}
.pop_mapview {
  width: 100%;
  height: 100%;
}
.pop_mapview .pop_ct {
  height: 100%; /* padding-top:78px; */
}
.pop_mapview .map_area {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.pop_mapview .map_area .icon_pin {
  position: absolute;
  width: 16px;
  height: 22px;
  background: url(../images/svg/icon_map_pin.svg) no-repeat 50% 50%;
}
.pop_mapview .map_area .icon_location {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 42px;
  height: 42px;
  background: url(../images/svg/bt_my_location.svg) no-repeat 50% 50%;
  z-index: 1;
}
.pop_mapview .map_area .icon_maplist {
  position: absolute;
  right: 20px;
  top: 68px;
  width: 42px;
  height: 42px;
  background: url(../images/svg/bt_map_list.svg) no-repeat 50% 50%;
  z-index: 1;
}
.pop_mapview .map_area .icon_research {
  position: absolute;
  right: 20px;
  top: 116px;
  width: 42px;
  height: 42px;
  background: url(../images/svg/bt_map_research.svg) no-repeat 50% 50%;
  z-index: 1;
}
.pop_mapview .map_area .sel_distance {
  position: absolute;
  left: 20px;
  top: 20px;
  height: 38px;
  width: 106px;
  font-family: "VK";
  font-size: 12px;
  color: #fff;
  background: rgba(0, 0, 0, 0.7) url(../images/svg/icon_select_map.svg)
    no-repeat right 16px top 50%;
  background-size: 16px;
  border-radius: 20px;
  padding: 4px 30px 4px 14px;
  z-index: 1;
}
.pop_mapview .map_area .map_region {
  position: absolute;
  width: 42px;
  height: 42px;
  border: 2px solid #fff;
  box-shadow: 6px 6px 0px 0px rgba(0, 0, 0, 0.1);
}
.pop_mapview .map_area .map_region .story_cnt {
  position: absolute;
  top: -12px;
  right: 0;
  margin-right: -50%;
  line-height: 24px;
  font-family: "Avenir";
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  background-color: #353b49;
  border-radius: 13px;
  padding: 0 10px;
}
.pop_mapview .map_area .map_region.selected {
  border-color: #696cff;
}
.pop_mapview .map_area .map_region.selected .story_cnt {
  background-color: #696cff;
}
.pop_mapview .map_story_ct .item_ct {
  border-bottom: 0;
}
.pop_mapview .map_story_ct .item_ct .btn_play {
  right: 19px;
  bottom: 18px;
  width: 28px;
  height: 28px;
  background: url(../images/svg/bt_map_play.svg) no-repeat 50% 50%;
  background-size: 28px;
}
.pop_mapview .map_story_ct .btn_story_x {
  position: absolute;
  top: 10px;
  right: 12px;
  width: 32px;
  height: 32px;
  background: url(../images/svg/bt_pop_close.svg) no-repeat 50% 50%;
  background-size: 32px;
}

/* 0903 fixed추가 스크롤이슈 수정 */
.pop_region {
  width: 100%;
  height: 100%;
  background: #eaeef7;
  position: fixed;
}

.pop_region .pop_ct {
  height: 100%; /* padding-top:78px; */
}
.pop_region .region_area {
  position: relative;
  height: 510px;
  max-width: 420px;
  background: #eaeef7 url(../images/3x/img_tourmap.png) no-repeat 50% 50%;
  background-size: auto 510px;
  margin: 10px auto 0;
  font-size: 15px;
}
/*
.pop_region .region_area {position:relative;height:436px; * width:320px; * max-width:420px;background:url(../images/3x/img_map@3x.png) no-repeat 50% 50%;background-size:100% 436px; * background-size:360px 436px; * margin:22px auto 0;}
*/
.pop_region .region_area li {
  position: absolute;
  height: 24px;
  border: 1px solid #9ea1ab;
  background: #fff;
  box-shadow: 12px 0px 16px rgba(0, 0, 0, 0.06);
  border-radius: 12px;
}
.pop_region .region_area li.active {
  background: #5c3092;
  border: none;
}
.pop_region .region_area li.active:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 24px;
  margin-left: -3px;
  border-width: 10px 3px 0 3px;
  border-style: solid;
  border-color: #5c3092 transparent;
}
.pop_region .region_area li a {
  display: block;
  width: 100%;
  height: 100%;
}
.pop_region .region_area li .region {
  position: relative;
  line-height: 22px;
  color: #000;
  padding: 0 10px;
}
.pop_region .region_area li.active .region {
  padding-right: 22px;
  color: #fff;
}
.pop_region .region_area li.active .region:after {
  content: "";
  position: absolute;
  right: 3px;
  top: 50%;
  width: 14px;
  height: 14px;
  margin-top: -6px;
  border-radius: 50%;
  background: #fff url(../images/bu_map.png) 60% 50% no-repeat;
  background-size: 4px auto;
}
.pop_region .region_area li.seoul {
  left: 26%;
  top: 84px;
} /* 서울 */
.pop_region .region_area li.incheon {
  left: 9.7222%;
  top: 118px;
} /* 인천 */
.pop_region .region_area li.daejeon {
  left: 36.9444%;
  top: 224px;
} /* 대전 */
.pop_region .region_area li.daegu {
  right: 33.3333%;
  top: 246px;
} /* 대구 */
.pop_region .region_area li.ulsan {
  right: 12.7777%;
  top: 286px;
} /* 울산 */
.pop_region .region_area li.sejong {
  left: 34.9444%;
  top: 190px;
} /* 세종 */
.pop_region .region_area li.busan {
  right: 21.1111%;
  top: 331px;
} /* 부산 */
.pop_region .region_area li.gwangju {
  left: 25.5555%;
  top: 335px;
} /* 광주 */
.pop_region .region_area li.gg {
  left: 29.7222%;
  top: 118px;
} /* 경기 */
.pop_region .region_area li.gw {
  right: 28.75%;
  top: 58px;
} /* 강원도 */
.pop_region .region_area li.cc-buk {
  left: 43%;
  top: 162px;
} /* 충북 */
.lang-en .pop_region .region_area li.cc-buk {
  top: 150px;
}
.pop_region .region_area li.cc-nam {
  left: 17.2222%;
  top: 202px;
} /* 충남 */
.pop_region .region_area li.gs-buk {
  right: 16.8055%;
  top: 175px;
} /* 경북 */
.pop_region .region_area li.gs-nam {
  left: 51.3888%;
  top: 305px;
} /* 경남 */
.pop_region .region_area li.jl-buk {
  left: 25%;
  top: 260px;
} /* 전북 */
.pop_region .region_area li.jl-nam {
  left: 15.8333%;
  top: 362px;
} /* 전남 */
.pop_region .region_area li.jeju {
  left: 31.9444%;
  top: 424px;
} /* 제주 */
.pop_region .region_area li.dokdo {
  right: 1%;
  top: 112px;
  border: 0;
  background: transparent;
  box-shadow: none;
} /* 독도 */
.pop_region .region_area li.dokdo .region {
  display: block;
  width: 4em;
  padding: 0;
  background: transparent;
  line-height: 1.2;
  color: rgba(0, 0, 0, 0.6);
}
.lang-en .pop_region .region_area li.dokdo .region {
  width: 5.5em;
}
.pop_region .region_area.en li.cc-nam {
  left: 13.2222%;
}
.pop_region .region_area.en li.sejong {
  left: 36.9444%;
}
/*
.pop_region .region_area li .cnt {float:left;line-height:22px;background:#fff;color:#000;padding:0 6px;}
.pop_region .region_area li.seoul {left:30.5%;top:80px;} *서울*
.pop_region .region_area li.gw{right:21.5%;top:45px;} *강원도*
.pop_region .region_area li.gg{left:25%;top:109px;} *경기*
.pop_region .region_area li.cc-buk{left:36%;top:140px;}  *충북*
.pop_region .region_area li.cc-nam{left:7%;top:165px;}  *충남*
.pop_region .region_area li.gs-buk{right:14%;top:177px;} *경북*
.pop_region .region_area li.gs-nam{left:43%;top:265px;}  *경남*
.pop_region .region_area li.busan{right:9%;top:290px;}  *부산*
.pop_region .region_area li.jl-buk{left:14%;top:229px;} *전북*
.pop_region .region_area li.jl-nam{left:14%;top:315px;}  *전남*
.pop_region .region_area li.jeju{left:15.5%;top:388px;}  *제주*
.pop_region .region_area li.incheon{left:3%;top:70px;} * 인천 *
.pop_region .region_area li.daejeon{left:28%;top:200px;} * 대전 *
.pop_region .region_area li.daegu{right:10%;top:210px;} * 대구 *
.pop_region .region_area li.ulsan{right:5%;top:240px;} * 울산 *
.pop_region .region_area li.gwangju{left:11%;top:270px;} * 광주 *
.pop_region .region_area li.dokdo{right:3%;top:90px;border:0;background:transparent;box-shadow:none;} * 독도 *
.pop_region .region_area li.dokdo .region {background:transparent;color:rgba(0,0,0,0.6);}
*/

.pop_region .region_tw {
  position: absolute;
  right: 22px;
  bottom: 20px;
}
.pop_region .region_tw .region_tit {
  float: left;
  line-height: 22px;
  margin-right: 18px;
}
.pop_region .region_tw .list_cnt {
  float: left;
}

.pop_share {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 224px;
  background: #fff;
  display: none;
  z-index: 1000;
}
.pop_share h2 {
  line-height: 52px;
  font-size: 14px;
  color: #000;
  margin-left: 22px;
  display: inline-block;
}
.pop_share .share_ct {
  text-align: center;
}
.pop_share .share_ct ul {
  display: inline-block;
}
.pop_share .share_ct li {
  float: left;
  width: 82px;
  padding-top: 42px;
  line-height: 22px;
  text-align: center;
  font-size: 13px;
  color: #636363;
  margin-bottom: 22px;
}
.pop_share .share_ct li:nth-child(3n + 2) {
  margin: 0 22px;
}
.pop_share .share_ct li:nth-child(4) {
  clear: left;
}
.pop_share .share_ct li.facebook {
  background: url(../images/svg/icon_popshare_01.svg) no-repeat 50% 0;
  background-size: 40px 40px;
}
.pop_share .share_ct li.twitter {
  background: url(../images/svg/icon_popshare_02.svg) no-repeat 50% 0;
  background-size: 40px 40px;
}
.pop_share .share_ct li.kakaoTalk {
  background: url(../images/svg/icon_popshare_03.svg) no-repeat 50% 0;
  background-size: 40px 40px;
}
.pop_share .share_ct li.line {
  background: url(../images/svg/icon_popshare_04.svg) no-repeat 50% 0;
  background-size: 40px 40px;
}
.pop_share .share_ct li.band {
  background: url(../images/svg/icon_popshare_05.svg) no-repeat 50% 0;
  background-size: 40px 40px;
}
.pop_share .share_ct li.url {
  background: url(../images/svg/icon_popshare_06.svg) no-repeat 50% 0;
  background-size: 40px 40px;
}
.pop_share .btn_share_x {
  position: absolute;
  top: 10px;
  right: 12px;
  width: 32px;
  height: 32px;
  background: url(../images/svg/bt_pop_close.svg) no-repeat 50% 50%;
  background-size: 32px;
}
/*(e) 팝업*/

/* (s) 2020.08.14 */
.label_rad {
  display: inline-block;
  line-height: 16px;
  text-align: left;
  color: #959595;
  vertical-align: top;
}
.label_rad > input[type="radio"] {
  display: none;
}
.label_rad > input[type="radio"] + .ico_rad {
  display: inline-block;
  height: 16px;
  width: 26px;
  background: url("../images/ico_radio_off.png") no-repeat;
  background-size: 16px 16px;
  vertical-align: top;
}
.label_rad > input[type="radio"]:checked + .ico_rad {
  background-image: url("../images/ico_radio_on.png");
}
.label_rad > input[type="radio"]:checked ~ span {
  color: #000;
}
.label_rad > input[type="radio"]:disabled ~ span {
  opacity: 0.4;
  cursor: not-allowed;
}

.label_chk {
  display: inline-block;
  line-height: 16px;
  text-align: left;
  color: #959595;
  vertical-align: top;
}
.label_chk > input[type="checkbox"] {
  display: none;
}
.label_chk > input[type="checkbox"] + .ico_chk {
  display: inline-block;
  height: 16px;
  width: 26px;
  background: url("../images/ico_check_off.png") no-repeat;
  background-size: 16px 16px;
  vertical-align: top;
}
.label_chk > input[type="checkbox"]:checked + .ico_chk {
  background-image: url("../images/ico_check_on.png");
}
.label_chk > input[type="checkbox"]:checked ~ span {
  color: #000;
}
.label_chk > input[type="checkbox"]:disabled ~ span {
  opacity: 0.4;
  cursor: not-allowed;
}
.event_badge {
  display: inline-block;
  height: 24px;
  line-height: 16px;
  color: #fbfbfb;
  font-size: 14px;
  border-radius: 12px;
  padding: 4px 8px;
  vertical-align: top;
}
.event_badge.red {
  background-color: #d85f53;
}
.event_badge.purple {
  background-color: #696cff;
}
.event_badge.blue {
  background-color: #119bd1;
}
.event_badge.gray {
  background-color: rgba(0, 0, 0, 0.6);
}

.event_tit {
  position: relative;
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 19px 22px 30px;
}
.event_tit strong {
  display: block;
  line-height: 19px;
  font-size: 17px;
  color: #111111;
}
.event_tit .period {
  display: block;
  line-height: 16px;
  font-size: 14px;
  color: #8d8d8d;
}

.event_list02 {
  padding: 20px 0;
  overflow-y: scroll;
}
.event_list02 .event_tit .event_badge {
  position: absolute;
  right: 22px;
  top: 25px;
}
.event_list02 .event_thumb {
  position: relative;
  margin: 0 16px;
}
.event_list02 .event_thumb .event_badge {
  position: absolute;
  right: 8px;
  bottom: 12px;
}

/*이벤트 공통*/
.event_detail {
  padding-top: 16px;
}
.event_detail .event_tit {
  border-top: 1px solid #f6f6f6;
}
.event_detail .event_cont {
  border-top: 1px solid #f6f6f6;
}
.event_detail .event_cont .event_cont_head {
  padding: 19px 22px;
}
.event_detail .event_cont .event_cont_head .txt_info {
  float: right;
  display: inline-block;
  line-height: 22px;
  font-size: 14px;
  color: #8d8d8d;
}
.event_detail .event_cont .event_cont_head .txt_label {
  color: #000;
}
.event_detail .event_cont .txt_red_box {
  height: 32px;
  line-height: 30px;
  text-align: center;
  color: #fe6f61;
  font-size: 15px;
  border: 1px solid #fe6f61;
  margin: 0 16px;
}
.event_detail .event_cont .description {
  font-size: 16px;
  color: #898989;
  margin: 19px 22px 0 22px;
  letter-spacing: -0.3px;
}
.event_detail .event_cont .event_image {
  margin-top: 16px;
}
.event_detail .event_cont .event_cont_foot {
  text-align: center;
  margin-top: 30px;
  padding-bottom: 50px;
}
.event_detail .event_cont .event_cont_foot .btn_round {
  display: inline-block;
  height: 40px;
  line-height: 20px;
  color: #fbfbfb;
  font-size: 18px;
  background-color: #000000;
  border-radius: 20px;
  padding: 10px 20px;
  vertical-align: top;
}
.event_detail .event_cont .event_cont_foot.go_survey {
  margin-top: 15px;
}

/*(s)2020-09-18 수정,추가*/
.event_detail .event_cont .survey_text {
  border: 1px solid #000;
  margin: 30px 12px 0 12px;
}
.event_detail .event_cont .survey_text .title {
  line-height: 18px;
  font-size: 16px;
  color: #fff;
  background-color: #000;
  padding: 11px 13px;
}
.event_detail .event_cont .survey_text .option {
  font-size: 13px;
  line-height: 15px;
  color: #000;
  padding: 11px 13px;
}
.event_detail .event_cont .survey_image {
  border: 1px solid #ebe8e8;
  margin: 30px 12px 0 12px;
}
.event_detail .event_cont .survey_image .title {
  line-height: 18px;
  font-size: 15px;
  color: #000;
  padding: 10px 13px;
}
/*(e)2020-09-18 수정,추가*/

/* 이벤트 > 설문*/
.event_detail .event_cont .survey_items {
  background-color: #fbfbfb;
  padding-bottom: 40px;
}
.event_detail .event_cont .survey_items .survey_info_txt {
  line-height: 20px;
  font-size: 15px;
  color: #000;
  padding: 16px 20px 16px 42px;
  background: #fff url(../images/ico_check_circle.png) no-repeat 21px 19px;
  background-size: 16px 16px;
  letter-spacing: -0.3px;
}
.event_detail .event_cont .survey_item {
  padding-top: 29px;
}

/*(s)2020-09-18 수정,추가*/
.event_detail .event_cont .survey_item .title {
  font-size: 17px;
  line-height: 20px;
  color: #000;
  padding: 0 22px;
}
.event_detail .event_cont .survey_item.nessary .title {
  position: relative;
  padding-right: 55px;
}
.event_detail .event_cont .survey_item.nessary .title::after {
  content: "필수";
  position: absolute;
  top: 1px;
  right: 22px;
  font-size: 12px;
  color: #fe6f61;
  line-height: 16px;
  border: 1px solid #fe6f61;
  border-radius: 9px;
  padding: 0 5px;
  vertical-align: top;
}
/*(e)2020-09-18 수정,추가*/

.event_detail .event_cont .survey_item .description {
  font-size: 15px;
  line-height: 17px;
  margin-top: 10px;
  letter-spacing: -0.3px;
}
.event_detail .event_cont .survey_item .option {
  margin: 20px 17px 0 17px;
}
.event_detail .event_cont .survey_item .option.box {
  background-color: #fff;
  border: 1px solid #ebe8e8;
  padding: 6px 0 6px 12px;
}
.event_detail .event_cont .survey_item .option input[type="text"] {
  height: 40px;
  width: 100%;
  font-size: 16px;
  background-color: #fff;
  border: 1px solid #ebe8e8;
  padding: 12px;
}
.event_detail .event_cont .survey_item .option textarea {
  width: 100%;
  font-size: 16px;
  background-color: #fff;
  border: 1px solid #ebe8e8;
  padding: 12px;
}
.event_detail .event_cont .survey_item .option select {
  height: 40px;
  line-height: 20px;
  font-size: 16px;
  background-color: #fff;
  border: 1px solid #ebe8e8;
  padding: 9px 24px 9px 12px;
  background: #fff url(../images/ico_select.png) no-repeat right 9px top 50%;
  background-size: 16px 16px;
}
.event_detail .event_cont .survey_item .option .label_chk,
.event_detail .event_cont .survey_item .option .label_rad {
  margin: 6px 20px 6px 0;
}
.event_detail .event_cont .event_cont_foot .agree_survey {
  text-align: left;
  margin-left: 24px;
  margin-bottom: 30px;
}

.event_detail .event_cont .survey_item .option .score_step {
  position: relative;
  padding: 5px 45px;
  margin-right: 12px;
}
.event_detail .event_cont .survey_item .option .score_step .txt_low {
  position: absolute;
  left: 0;
  top: 5px;
}
.event_detail .event_cont .survey_item .option .score_step .txt_high {
  position: absolute;
  right: 0px;
  top: 5px;
}
.event_detail .event_cont .survey_item .option .score_step ul {
  display: table;
  width: 100%;
}
.event_detail .event_cont .survey_item .option .score_step li {
  display: table-cell;
  text-align: center;
}
.event_detail .event_cont .survey_item .option .score_step .label_rad {
  text-align: center;
  margin: 0;
}
.event_detail
  .event_cont
  .survey_item
  .option
  .score_step
  .label_rad
  > input[type="radio"]
  + .ico_rad {
  display: block;
  width: 16px;
  margin-bottom: 10px;
}

.event_detail .event_cont .survey_item .option .upload_file {
  position: relative;
  display: inline-block;
  width: 100%;
}
.event_detail .event_cont .survey_item .option .upload_file #file01_h {
  position: absolute;
  clip: rect(0px 0px 0px 0px);
}
.event_detail .event_cont .survey_item .option .upload_file #file01 {
  width: 100%;
  padding-right: 90px;
}
.event_detail .event_cont .survey_item .option .upload_file .btn_upload_f {
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  width: 80px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  background-color: #000;
  outline: 0;
}

/*2020-09-16추가*/
.event_detail .event_cont .survey_item .option .upload_photo {
  overflow-x: auto;
  overflow-y: hidden;
  z-index: 101;
  width: 100%;
}
.event_detail
  .event_cont
  .survey_item
  .option
  .upload_photo
  .upload_photo_inner {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.event_detail .event_cont .survey_item .option .upload_photo_inner > li {
  width: 90px;
  height: 84px;
  padding-right: 10px;
}

.event_detail .event_cont .survey_item .option .upload_photo .photo_box {
  position: relative;
  width: 80px;
  height: 84px;
  padding-top: 4px;
}
.event_detail
  .event_cont
  .survey_item
  .option
  .upload_photo
  .photo_box
  + .photo_box {
  margin-left: 10px;
}
.event_detail
  .event_cont
  .survey_item
  .option
  .upload_photo
  .photo_box
  .photo_add {
  width: 100%;
  height: 100%;
  border: 1px solid #ebe8e8;
  background: #fff url(../images/ico_plus.png) no-repeat 50% 50%;
  background-size: 22px 22px;
}
.event_detail
  .event_cont
  .survey_item
  .option
  .upload_photo
  .photo_box
  .ico_del {
  position: absolute;
  top: 0;
  right: -4px;
  width: 18px;
  height: 18px;
  background: url(../images/ico_x_circle.png) no-repeat;
  background-size: 18px 18px;
}
/* .event_detail .event_cont .survey_item .option .upload_photo li.swiper-slide {width:80px;height:84px;} */

/*2020-09-28추가*/
.event_detail .event_cont .survey_item .option .label_chk._input,
.event_detail .event_cont .survey_item .option .label_rad._input {
  width: 50%;
  margin: 1px 0;
  padding-right: 20px;
}
.event_detail
  .event_cont
  .survey_item
  .option
  .label_chk._input
  > input[type="checkbox"]
  + .ico_chk,
.event_detail
  .event_cont
  .survey_item
  .option
  .label_rad._input
  > input[type="radio"]
  + .ico_rad {
  height: 26px;
  background-position-y: 5px;
}
.event_detail
  .event_cont
  .survey_item
  .option
  .label_chk._input
  input[type="text"],
.event_detail
  .event_cont
  .survey_item
  .option
  .label_rad._input
  input[type="text"] {
  height: 26px;
  width: calc(100% - 26px);
}
.event_detail
  .event_cont
  .survey_item
  .option
  .label_chk._input
  > input[type="checkbox"]:checked
  ~ input[type="text"],
.event_detail
  .event_cont
  .survey_item
  .option
  .label_rad._input
  > input[type="radio"]:checked
  ~ input[type="text"] {
  border-color: #000;
}
.event_detail .event_cont .survey_item .option .description {
  font-size: 14px;
  margin: 10px 10px 0 10px;
}
/*당첨자 발표*/
.event_result {
  border-top: 1px solid #f6f6f6;
  padding: 20px 22px 0 22px;
  margin-top: 16px;
}
.event_result .result_tit {
  display: inline-block;
  height: 24px;
  line-height: 24px;
  font-size: 14px;
  color: #fff;
  background-color: #000;
  border-radius: 12px;
  padding: 0 12px;
}
.event_result .result_txt {
  font-size: 16px;
  margin-top: 20px;
}
/* (e) 2020.08.14 */

/*발도장*/ /* 2020.09.21 */
.foot_stamp {
  position: absolute;
  bottom: 0px;
  width: 52px;
  height: 52px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 52px 52px;
  font-size: 0;
  line-height: 0;
}
.foot_stamp.play {
  right: 14px;
  background-image: url(../images/ico_stamp_play.png);
}
.foot_stamp.visit {
  right: 72px;
  background-image: url(../images/ico_stamp_visit.png);
}
.foot_stamp .txt_date {
  position: absolute;
  bottom: -9px;
  left: 50%;
  margin-left: -19px;
  width: 38px;
  height: 18px;
  line-height: 18px;
  font-family: "VK";
  font-size: 10px;
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 9px;
  letter-spacing: -0.5px;
}

/*2020.11.05 긴급반영. 패딩 추가.*/
.pr_58 {
  padding-right: 58px;
}
.pr_60 {
  padding-right: 60px;
}

/* 2020.11.16 */
.stamp_event {
  display: table;
  width: 100%;
  background: #fafafa url(../images/bg_stamp.png) no-repeat;
  background-size: 100% auto;
  padding: 20px 22px;
}
.stamp_event .stamp_notice,
.stamp_event .stamp_btn {
  display: table-cell;
}
.stamp_event .txt01 {
  color: #696cff;
  font-weight: 500;
  font-size: 17px;
  letter-spacing: -0.5px;
}
.stamp_event .txt02 {
  color: #000;
  font-size: 14px;
  letter-spacing: -0.5px;
  margin-top: 10px;
}
.stamp_event .btn_refresh {
  height: 36px;
  line-height: 36px;
  color: #fafafa;
  font-size: 14px;
  background: #696cff url(../images/ico_refresh.png) no-repeat top 50% right
    10px;
  background-size: 20px auto;
  padding-left: 10px;
  padding-right: 40px;
  white-space: nowrap;
  border-radius: 18px;
  margin-top: 10px;
  margin-left: 16px;
}

/* 2020.11.25 - popChoiceRegion.jsp에 선언된 css를 가져옴. */
.no-drag {
  -ms-user-select: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  user-select: none;
}

.hidden {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  overflow: hidden;
}

:focus {
  outline: none;
}

/* 2021.08.19 도보코스 여행 메뉴 추가 */
/* 목록 */
.content.walkContent {
  /*padding-top: 58px;*/
  background: #fff;
  gap: 0!important;
  padding-bottom: 5vw;
}
.walkList {
  padding-top: 25px;
  background: #fff;
}
.walkList ul {
}
.walkList ul li {
  padding: 0 22px 36px 22px;
}
.walkList ul li a {
  display: block;
}
.walkList ul li .img {
  overflow: hidden;
  display: block;
  position: relative;
  height: 250px;
}
/*.walkList ul li .img img { position:absolute; left:50%; top:50%; -webkit-transform:translate(-50%, -50%); -moz-transform:translate(-50%, -50%); -ms-transform:translate(-50%, -50%); -o-transform:translate(-50%, -50%); transform:translate(-50%, -50%); max-width:none; height:100%; }*/
.walkList ul li .img img {
  width: 100%;
  object-fit: cover;
}
.walkList ul li .info {
  position: relative;
  margin-top: 23px;
}
.walkList ul li .info h4 {
  font-size: 18px;
  margin-bottom: 15px;
}
.walkList ul li .info p {
  display: inline-block;
  margin-right: 10px;
  color: #616161;
  font-size: 13px;
}
.walkList ul li .info p i {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  margin: -2px 4px 0 0;
  vertical-align: middle;
}
.walkList ul li .info .iconLoca01 {
  width: 19px;
  height: 19px;
  background-image: url(../images/sub/iconLoca01.svg);
}
.walkList ul li .info .iconLoca02 {
  width: 15px;
  height: 15px;
  background-image: url(../images/sub/iconLoca02.svg);
}
.walkList ul li .info .iconTime {
  width: 15px;
  height: 15px;
  background-image: url(../images/sub/iconTime.svg);
}
.walkList ul li .info .iconArrow {
  position: absolute;
  bottom: 0;
  right: 0;
  text-indent: -9999px;
  width: 34px;
  height: 34px;
  background: url(../images/sub/iconArrow.svg) no-repeat center;
}

/* 지도 */
.walkMap {
  width: 100%;
  height: calc(100vh - 213px);
  position: absolute;
}
.walkContent .icon_location {
  position: absolute;
  right: 20px;
  top: 100px;
  width: 42px;
  height: 42px;
  background: url(../images/svg/bt_my_location.svg) no-repeat 50% 50%;
  z-index: 5;
}
.walkMap .mapPin {
  width: 80px;
  height: 80px;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  font-weight: 600;
  color: #fff;
  position: relative;
}
.walkMap .mapPin em {
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -22px 0 0 -10px;
}
.walkMap .mapPin.pin01 {
  color: #005aff;
  background-image: url(../images/sub/mapPin01.svg);
}
.walkMap .mapPin.pin02 {
  background-image: url(../images/sub/mapPin02.svg);
}
.walkMap .mapPin.pin03 {
  background-image: url(../images/sub/mapPin03.svg);
}
.walkMap .mapPin.pinMy {
  text-indent: -999px;
  width: 45px;
  height: 45px;
  background-image: url(../images/sub/mapPinMy.svg);
}
.courseWrap {
  position: fixed;
  bottom: 90px;
  left: 0;
  width: 100%;
  height: 155px;
  transition: all 0.3s;
  z-index: 999;
}
.courseWrap.on {
  height: calc(100% - 78px);
  bottom: 0;
}
.courseWrap .btnOpen {
  position: absolute;
  top: 20px;
  right: 22px;
  text-indent: -9999px;
  width: 16px;
  height: 9px;
  background: url(../images/sub/iconBtnOpen.svg) no-repeat center;
}
.courseWrap .btnOpen.on {
  background: url(../images/sub/iconBtnClose.svg) no-repeat center;
}
/* .courseWrap .coursePoint { background:#3f1a9e; padding:70px 18px 40px 26px; } */
/* 2024.03.18  : 도보코스 열림 담힘 */
.courseWrap .coursePoint {
  background: #E3D1FF;
  display: flex;
  justify-content: center;
  align-items: center;
}
.courseWrap .coursePoint > div {
  display: table;
  width: 90%;
  position: relative;
}
/* .courseWrap .coursePoint > div.on::before { content:''; display:block; width:8px; height:8px; border-radius:50%; background:#fff; position:absolute; top:0; left:-8px; } */
.courseWrap .coursePoint > div.on::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 0;
  left: -8px;
}
.courseWrap .coursePoint > div.off::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #5846b7;
  position: absolute;
  top: 0;
  left: -8px;
}
.courseWrap .coursePoint > div.off::after {
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  position: absolute;
  bottom: 16px;
  left: -22px;
  background: url(../images/sub/iconNoWalk.svg) no-repeat center;
}
.courseWrap .coursePoint > div span {
  display: table-cell;
  position: relative;
  line-height: 1;
}
.courseWrap .coursePoint > div span::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #5846b7;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: 0;
}
.courseWrap .coursePoint > div span i {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin: 0 0 0 auto;
  background: #5846b7;
}
.courseWrap .coursePoint > div span.on::before,
.courseWrap .coursePoint > div span.on::after,
.courseWrap .coursePoint > div span.on i {
  background: #fff;
}
.courseWrap .coursePoint > div span .iconWalk {
  position: relative;
}
.courseWrap .coursePoint > div span .iconWalk::after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 13px;
  left: 50%;
  margin-left: -20px;
  background: url(../images/sub/iconWalk.svg) no-repeat center;
}
.courseWrap .coursePoint > ul {
  margin-top: 20px;
  margin-left: -8px;
}
.courseWrap .coursePoint > ul li {
  display: inline-block;
  color: #9d90e7;
}
.courseWrap .coursePoint > ul li:first-child {
  position: relative;
  padding-right: 20px;
}
.courseWrap .coursePoint > ul li:first-child::after {
  content: "";
  display: block;
  width: 1px;
  height: 15px;
  background: #5948b8;
  position: absolute;
  top: 1px;
  right: 8px;
}
.courseWrap .coursePoint > ul li em {
  color: #5846b7;
}
.courseWrap .courseList {
  background: #fff;
  padding: 50px 22px 0 22px;
  height: calc(100% - 155px);
  overflow-y: scroll;
}
.courseWrap .courseList ul {
}
.courseWrap .courseList ul li {
  padding: 8px 0 50px 50px;
  position: relative;
}
.courseWrap .courseList ul li::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #c1c1c1;
  position: absolute;
  top: 0;
  left: 19.5px;
}
.courseWrap .courseList ul li:last-child::before {
  display: none;
}
.courseWrap .courseList ul li .num {
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  font-weight: 600;
}
.courseWrap .courseList ul li .num em {
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -12.5px 0 0 -10px;
}
.courseWrap .courseList ul li .num.num01 {
  color: #fff;
  background-image: url(../images/sub/iconNum01.svg);
}
.courseWrap .courseList ul li .num.num02 {
  color: #005aff;
  background-image: url(../images/sub/iconNum02.svg);
}
.courseWrap .courseList ul li .tit {
  display: block;
  vertical-align: middle;
  font-size: 16px;
  /* margin-right: 130px;  */
}
/* 텍스트 깨짐 이슈로 margin-right 삭제 - 240828 */
/* .lang-en .courseWrap .courseList ul li .tit {
  margin-right: 220px;
}  */

/* 영문 이동경로 스타일 조율 - 211201  - 240828*/
/* 텍스트 깨짐 이슈로 margin-right 삭제 */
/* .lang-ja .courseWrap .courseList ul li .tit {
  margin-right: 170px;
}  */
/* 일문 이동경로 스타일 조율 - 211201 */
/* 텍스트 깨짐 이슈로 margin-right 삭제 - 240828 */
/* .lang-zh .courseWrap .courseList ul li .tit {
  margin-right: 150px;
}  */
/* 중문 이동경로 스타일 조율 - 211201 */
/* 텍스트 깨짐 이슈로 margin-right 삭제 - 240828 */
.courseWrap .courseList ul li .info {
  display: block;
  margin-top: 3px;
}
/* .courseWrap .courseList ul li .btn { position:absolute; right:0; top:9px; } */
.courseWrap .courseList ul li .btnPlay {
  font-size: 13px;
  line-height: 22px;
  padding-right: 25px;
  background: url(../images/svg/bt_place_play3.svg) no-repeat 98% center;
  background-size: 18px;
}
.courseWrap .courseList ul li .btnView {
  font-size: 13px;
  line-height: 22px;
  padding: 0 15px 0 15px;
  background: url(../images/svg/bt_story_more2.svg) no-repeat 98% center;
  background-size: 7px auto;
  position: relative;
}
.courseWrap .courseList ul li .btnView::before {
  content: "";
  display: block;
  width: 1px;
  height: 18px;
  background: #d9d9d9;
  position: absolute;
  top: 2px;
  left: 5px;
}
/* 도착알림 팝업 */
.pop_course {
  z-index: 10;
  max-width: 280px;
  text-align: center;
}
.pop_course .pop_tit h2 {
  background: #fff;
  color: #000;
  font-size: 16px;
  height: auto;
  line-height: 1;
  padding: 23px 0;
}
.pop_course .pop_tit .btn_close {
  position: absolute;
  top: 18px;
  right: 15px;
  width: 28px;
  height: 28px;
  background: #fff url(../images/sub/popBtnClose.svg) center center no-repeat;
  background-size: 16px;
  text-indent: -9999px;
}
.pop_course .pop_ct .img {
  padding: 0 20px;
  margin-bottom: 17px;
}
.pop_course .pop_ct .txt {
  font-size: 15px;
  color: #616161;
  line-height: 1.4;
  padding: 0 20px;
}
.pop_course .pop_ct .txt b {
  color: #5120dc;
  position: relative;
  display: inline-block;
  text-decoration: underline;
}
/*.pop_course .pop_ct .txt b::after { content:''; display:block; width:100%; height:1px; background:#5120dc; margin-top:-2px; }*/
.pop_course .pop_btm {
  text-align: center;
  border-top: 1px solid #cecece;
  padding: 0;
  margin-top: 25px;
  height: auto !important;
}
.pop_course .pop_btm button {
  padding: 15px 0;
  color: #5120dc;
  font-size: 15px;
  display: block;
  width: 100%;
  text-align: center;
}

.pop_infowindow {
  max-width: 220px !important;
}

/* 조회  right: 16px;
이야기 상세 메뉴버튼 추가
타 서비스 공유로 들오온 경우를 위해 메뉴 버튼 추가 25.5.2
*/

.header .btn_toast_share {
  /*position: absolute;*/
  /*top: 12px;*/
  /*right: 60px;*/
  width: 36px;
  height: 36px;
  background: url(../images/sub/hBtnShare.svg) no-repeat center;
  background-size: 24px;
  text-indent: -9999px;
}
/*.courseVisual { position:relative; }*/
.visual_area.courseVisual {
  height: 296px;
    z-index: 100;
}
.courseVisual .img {
  max-height: 100%;
  overflow: hidden;
}
/* swiper-container에 sticky 적용 */
.courseVisual #swiper_detail {
    height: 296px;
}
.courseVisual .swiper-slide {
    height: 100%;
}
.courseVisual .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.courseVisual .btnList {
  position: absolute;
  bottom: -25px;
  right: 25px;
}
.courseVisual .btnList a,
.courseVisual .btnList button {
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  height: 50px;
  margin-left: 4px;
  padding-top: 23px;
  background-color: #fff;
  border-radius: 50%;
  background-size: 13px;
  background-repeat: no-repeat;
  background-position: 50% 11px;
  box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.1);
  font-size: 8px;
  box-sizing: border-box;
}
.courseVisual .btnList .btnListPlus {
  background-image: url(../images/sub/btnListPlus.svg);
}
.courseVisual .btnList .btnListDown {
  background-image: url(../images/sub/btnListDown.svg);
}
.courseVisual .btnList .btnListPlay {
  background-image: url(../images/sub/btnListPlay.svg);
}
.courseVisual .btnList .btnListMap {
  background-image: url(../images/sub/btnListMap.svg);
}
.courseConWrap {
    position: relative;
    z-index: 2;
    margin-top: -50px;
    padding-top: 50px;
}
.courseConWrap .btnList {
    position: absolute;
    top: 25px;
    right: 25px;
    z-index: 200;
}
.courseConWrap .btnList a,
.courseConWrap .btnList button {
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 50px;
    margin-left: 4px;
    padding-top: 23px;
    background-color: #fff;
    border-radius: 50%;
    background-size: 13px;
    background-repeat: no-repeat;
    background-position: 50% 11px;
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.1);
    font-size: 8px;
    box-sizing: border-box;
}
.courseConWrap .btnList .btnListPlus {
    background-image: url(../images/sub/btnListPlus.svg);
}
.courseConWrap .btnList .btnListDown {
    background-image: url(../images/sub/btnListDown.svg);
}
.courseConWrap .btnList .btnListPlay {
    background-image: url(../images/sub/btnListPlay.svg);
}
.courseConWrap .btnList .btnListMap {
    background-image: url(../images/sub/btnListMap.svg);
}
.courseCon {
  /*padding: 0 22px 33vw;*/
  padding: 0 22px;
    background: #ffffff;
    height: calc(100vh - 160px);
}
.courseCon .tit {
  padding: 45px 0 20px;
  font-size: 21px;
  font-weight: 600;
}
.courseCon .hashtag {
  margin-bottom: 30px;
  font-size: 12px;
  color: #616161;
}
.courseCon .hashtag:not([class*="lang_"]){
    padding-bottom: 102px;
}
.courseCon .hashtag i {
  display: inline-block;
  width: 28px;
  height: 18px;
  margin-right: 5px;
  background: url(../images/sub/iconHashTag_ko.svg) no-repeat left center;
  background-size: 28px;
  color: transparent;
  font-size: 10px;
  vertical-align: top;
}
.courseCon .hashtag.lang_en i {
  background: url(../images/sub/iconHashTag_en.svg) no-repeat left center;
}
.courseCon .hashtag.lang_jp i {
  background: url(../images/sub/iconHashTag_ja.svg) no-repeat left center;
}
.courseCon .hashtag.lang_cn1 i {
  background: url(../images/sub/iconHashTag_zh.svg) no-repeat left center;
}
.courseCon .hashtag.lang_cn2 i {
  background: url(../images/sub/iconHashTag_tw.svg) no-repeat left center;
}
.lang-en .courseCon .story {
  word-break: keep-all;
  text-align: justify;
}
.courseCon .story .storyT {
  font-size: 16px;
  color: #000;
  margin-bottom: 13px;
}
.courseCon .story {
  font-size: 15px;
  font-weight: 300;
  color: #4b4b4b;
  line-height: 1.35;
}
.courseConMap {
  margin-top: 45px;
  width: 100%;
  height: 250px;
}
.courseConMap .mapPin {
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  padding-top: 19px;
  font-weight: 600;
  color: #fff;
  color: #005aff;
  background-image: url(../images/sub/courseMapPin.svg);
}

body.lang-ja .play_time {
  left: auto;
  right: 131px;
}
body.lang-ja .item_ct._h .btn_play {
  right: 105px;
}
body.lang-ja .item_ct._h .btn_more {
  right: 22px;
  padding: 0 13px;
  letter-spacing: -1px;
}
body.lang-ja .item_ct._h .btn_more::before {
  left: 2px;
}

body.lang-zh .play_time {
  left: auto;
  right: 136px;
}
body.lang-zh .item_ct._h .btn_play {
  right: 110px;
}
body.lang-zh .item_ct._h .btn_more {
  right: 22px;
  padding: 0 12px;
  letter-spacing: -1px;
  font-size: 12px;
  bottom: 17px;
}
body.lang-zh .item_ct._h .btn_more::before {
  left: 2px;
}

/* body.lang-en .item_ct._h {padding: 16px 56px 45px 16px;} */
body.lang-en .region_info .region_tw .list_cnt {
  right: 100px;
  font-size: 12px;
  top: 23px;
}
body.lang-en
  .region_area
  .region_info
  .region_tw
  .list_cnt
  span
  + span::before {
  margin: 0 5px 0 0;
}
body.lang-en .item_ct._h .ct_tw .sub_tt {
  margin-top: 1px;
}
body.lang-en .item_ct._h .list_cnt {
  margin-top: 5px;
}
body.lang-en .play_time {
  left: auto;
  right: 136px;
}
body.lang-en .item_ct._h .btn_play {
  right: 110px;
}
body.lang-en .item_ct._h .btn_more {
  letter-spacing: -0.5px;
}
body.lang-en .item_ct._h .btn_more::before {
  left: 2px;
}

/* 도보코스여행 2021-09-16 수정 */
.courseStory {
  padding: 0;
}
.courseStory .title_area {
  height: 62px;
}
.courseStory .swiper-container {
  padding: 0px 16px 0 16px;
}
.courseStory .title_area .title {
  margin-top: 17px;
  margin-left: 22px;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  font-weight: 600;
  font-size: 20px;
}
.courseStory .title_area .swiper-pagination-bullets {
  left: auto;
  bottom: auto;
  top: 22px;
  right: 22px;
  width: auto;
}
.courseStory .title_area .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  opacity: 1;
  background: rgba(70, 70, 70, 0.5);
  margin: 0 4px;
  cursor: pointer;
}
.courseStory .title_area .swiper-pagination-bullet-active {
  width: 14px;
  background: rgba(70, 70, 70, 1);
  border-radius: 7.5px;
  opacity: 1;
}
.courseStory .swiper-slide {
  overflow: hidden;
  display: block;
  position: relative;
  height: 111px;
}
.courseStory .swiper-slide a {
  display: block;
  width: 100%;
  height: 111px;
}
.courseStory .swiper-slide img {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  overflow: hidden;
}
.courseStory .swiper-slide p {
  position: absolute;
  font-size: 16px;
  top: 42px;
  right: 22px;
  padding-bottom: 16px;
  color: #fff;
  font-weight: 600;
}

.courseStory .swiper_banner .swiper-slide .banner_img > img {
  width: 100%;
  height: 100%;
}
.courseStory .swiper_banner li.swiper-slide {
  background: #fff;
  vertical-align: top; /* height:274px; */
}

/* 2021.09.16 도보코스 여행 목록 추가 */
.walkContent {
  /*padding-top: 78px;*/
  background: #fff;
}
.walkContent .walkOpt {
  display: flex;
  align-items: center;
  padding: 8px 4.1666vw 0;
}
.walkOpt .selectBox {
}
.walkOpt .selectBox select {
  line-height: 32px;
  width: auto;
  margin-left: 0;
  padding: 0 41px 0 14px;
  border: 1px solid #d5d2cf;
  background-position: right 12px top 50%;
  background-size: 9px auto;
  font-size: 13px;
}
.walkOpt .btnReset {
  display: inline-block;
  margin-left: auto;
  padding-left: 14px;
  background: url(../images/sub/btnReset.png) no-repeat 0 50%;
  background-size: 11px auto;
  font-size: 11px;
}
.walkCourseList {
  padding: 0 4.1666vw;
  background: #fff;
  z-index: 11;
}
.walkCourseList ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.walkCourseList ul li {
  width: 48.2%;
  margin-top: 22px;
}
.walkCourseList ul li a {
  display: block;
  overflow: hidden;
  position: relative;
}
.walkCourseList ul li a .label {
  z-index: 1;
  display: flex;
  position: absolute;
  top: 8px;
  left: 8px;
}
.walkCourseList ul li a .label span {
  display: inline-block;
  border-radius: 10px;
  color: #fff;
  line-height: 20px;
  font-size: 12px;
}
.walkCourseList ul li a .label span + span {
  margin-left: 3px;
}
.walkCourseList ul li .area {
  padding: 0 8px;
  background: rgba(063, 026, 158, 0.8);
}
.walkCourseList ul li .playDate {
  padding: 0 6px;
  background: rgba(000, 000, 000, 0.7);
}
.walkCourseList ul li .img {
  overflow: hidden;
  display: block;
  position: relative;
  /*padding-top: 110.0629%;*/
  aspect-ratio: 1;
}
.walkCourseList ul li img {
  position: absolute;
  top: 0;
  left: 50%;
  max-width: none;
  height: 100%;
  object-fit: cover;
  transform: translateX(-50%);
}
.walkCourseList ul li .info p {
  overflow: hidden;
  margin-top: 10px;
  margin-bottom: 5px;
  letter-spacing: -0.03em;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 700;
  font-size: 15px;
}
.walkCourseList ul li .info span {
  display: inline-block;
  padding-left: 10px;
  background-repeat: no-repeat;
  background-position: 0 50%;
  color: #535353;
  vertical-align: middle;
  font-size: 11px;
}
.walkCourseList ul li .info span + span {
  margin-left: 3px;
}
.walkCourseList ul li .info span.iconLoca01 {
  padding-left: 14px;
  background-image: url(../images/sub/iconLoca01_2.png);
  background-size: 12px auto;
}
.walkCourseList ul li .info span.iconLoca02 {
  background-image: url(../images/sub/iconLoca02_2.png);
  background-size: 8px auto;
}
.walkCourseList ul li .info span.iconTime {
  background-image: url(../images/sub/iconTime_2.png);
  background-size: 9px auto;
}

.courseNomination {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  color: #fff;
  padding: 2px;
  border: 1px solid #666;
  font-size: 11px;
}

/* 220623 새로운 이야기 페이징 스타일 변경 */
.storyControl {
  text-align: right;
  position: absolute;
  top: 20px;
  right: 22px;
  z-index: 10;
}
.storyControl button {
  display: inline-block;
  background-image: url(../images/svg/story_prev.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 25px;
  height: 25px;
  background-size: 25px auto;
  text-indent: -9999px;
}
.storyControl button.storyNext,
.storyControl button.courseNext {
  background-image: url(../images/svg/story_next.svg);
}
.storyControl .swiper-pagination {
  position: relative;
  width: auto;
  bottom: auto;
  display: inline-block;
  color: #bdbdbd;
  font-size: 16px;
  line-height: 25px;
  margin: 0 10px;
  letter-spacing: -0.05em;
}
.storyControl .swiper-pagination .swiper-pagination-current {
  color: #000;
}
.storyControl .swiper-pagination .swiper-pagination-total {
  color: #9a9a9a;
}

/* 220714 오딩이 캐릭터 추가 */
.ico_odiinge {
  display: none;
  vertical-align: middle;
  background: url("../images/main/ico_odiinge.png") no-repeat center;
  width: 37px;
  height: 29px;
  background-size: 100% auto;
  margin-left: 4px;
}
.visual_area {
  position: relative;
}
.chrVisual {
  position: absolute;
  bottom: 106px;
  right: 7px;
  width: 109px;
  z-index: 5;
}
.chrBanner {
  padding: 20px 16px 8px;
  background: #f6f6f6;
}
.chrBanner a {
  display: block;
}
.chrBanner img {
  width: 100%;
}
.odiingeContent {
  padding-top: 78px;
}
.odiingeInfo {
  background: #fff;
}
.odiingeInfo img {
  width: 100%;
}
.odiingeInfo .chrArea {
  overflow: hidden;
  padding: 0 40px;
  text-align: center;
margin: 32px 0;
}
.odiingeInfo .chrArea .tit {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.05em;
}
.odiingeInfo .chrArea .tit span {
  position: relative;
  display: inline-block;
}
.odiingeInfo .chrArea .tit span::after {
  content: "";
  display: block;
  width: 100%;
  height: 6px;
  background: #fdf069;
  border-radius: 5px;
  margin-top: -12px;
}
.odiingeInfo .chrArea .txt {
  margin-top: 28px;
}
.odiingeInfo .chrArea .txt p {
  line-height: 1.6;
  word-break: keep-all;
  letter-spacing: -0.05em;
  margin-top: 25px;
}
.odiingeInfo.lang_ja .chrArea .txt p {
  word-break: break-all;
}
.odiingeInfo.lang_zh .chrArea .txt p {
  word-break: break-all;
}
.odiingeInfo .chrArea .txt p b {
  display: block;
  font-weight: 600;
}
.odiingeInfo .chrArea .sTit {
  word-break: keep-all;
  line-height: 1.55;
  letter-spacing: -0.025em;
}
.odiingeInfo .chrArea .sTit b {
  display: block;
  font-weight: 600;
}
.odiingeInfo .chrArea .sTit .col01 {
  font-weight: 600;
  color: #9572cc;
}
.odiingeInfo .chrArea .sTit .col02 {
  font-weight: 600;
  color: #e91c5b;
}
.odiingeInfo .chrArea .img2 {
  margin: 37px 0 45px;
}
.odiingeInfo .chrArea .img3 {
  margin: 35px 55px;
}

/* 개인정보처리방침 팝업창 스타일 추가 - 221201 */
.popWrap .popBtn {
  text-align: right;
}
.popWrap .popBtn button {
  display: inline-block;
  height: 32px;
  line-height: 30px;
  padding: 0 12px;
  color: #696cff;
  border: 1px solid #696cff;
  border-radius: 4px;
  margin-right: 22px;
  margin-top: 22px;
}
.privacyPop {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
}
.privacyPop .popInner {
  position: absolute;
  left: 5%;
  top: 5%;
  right: 5%;
  bottom: 5%;
  background: #fff;
}
.privacyPop .popInner .popTop {
  margin-bottom: 3%;
  padding: 3%;
  border-bottom: 1px solid #777;
}
.privacyPop .popInner .popTop h3 {
  font-size: 1.5em;
}
.privacyPop .popInner .popTop p {
  color: #737373;
}
.btnpopClose button {
  overflow: hidden;
  position: absolute;
  top: 22px;
  right: 22px;
  display: block;
  width: 36px;
  height: 36px;
  background: url(../images/svg/bt_top_closeb.svg) no-repeat 0 0;
  text-indent: -999px;
}

/* 플레이어 - 230726 */
.popPlayer {
  position: fixed;
  bottom: -170px;
  left: 0;
  width: 100%;
  z-index: 200;
  text-align: center;
  transition: all 0.2s ease-out;
}
.popPlayer .btnPlayOpen {
  display: inline-block;
  width: 3.6428em;
  height: 1.6428em;
  background: url(../images/sub/btn_play_open.png) no-repeat;
  background-size: 100%;
  text-indent: -9999px;
}
.popPlayer.active {
  bottom: 0;
}
.wrap__music {
  background: #3f1a9e;
}
.wrap__music.active {
  height: 100vh;
  background: #040405;
}
.music__inner {
  position: relative;
  height: 100%;
  padding: 1.8571em 1.7142em 1.5714em;
}
.wrap__music.active .music__inner {
  padding: 2.1428em 1.7142em 3.7857em;
}
.music__song {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 1.8571em;
  padding-right: 20px;
  text-align: left;
}
.music__song .name {
  font-size: 1.2142em;
  line-height: 1;
  font-weight: 700;
  color: #fff;
}
.music__song .btnScriptOpen {
  min-width: 66px;
  margin-left: 0.5em;
  padding: 0.1428em 0.2857em;
  border: 1px solid #6f46d5;
  border-radius: 0.2857em;
  box-sizing: border-box;
}
.music__song .btnScriptOpen span {
  padding-left: 1.2727em;
  font-size: 0.7857em;
  letter-spacing: -0.05em;
  color: #cfbff8;
  background: url(../images/sub/btn_script_open.svg) no-repeat left center;
  background-size: 0.909em;
}
.music__song .btnPlayClose {
  position: absolute;
  top: 0.2857em;
  right: 0;
  width: 1.1428em;
  height: 1.1428em;
  text-indent: -9999px;
  background: url(../images/sub/btn_play_close.svg) no-repeat right center;
  background-size: 0.8571em;
}
.wrap__music.active .music__song {
  margin-bottom: 3em;
}
.wrap__music.active .music__song .name {
  font-size: 1.5714em;
}
.progressArea {
  display: flex;
}
.progressArea .forward button {
  padding: 0 0.3571em;
  border: 1px solid #6f46d5;
  border-radius: 0.2857em;
}
.progressArea .forward span {
  padding-left: 0.666em;
  font-size: 0.8571em;
  font-weight: 300;
  color: #cebbfe;
  background-image: url(../images/sub/btn_forward.svg);
  background-repeat: no-repeat;
  background-position: left 0.4166em;
  background-size: 0.3333em auto;
}
.progressArea .forward.right span {
  padding-left: 0;
  padding-right: 0.666em;
  background-image: url(../images/sub/btn_forward2.svg);
  background-position: right 0.4166em;
}
.wrap__music.active .progressArea {
  margin-top: 6.7142em;
}
.wrap__music.active .progressArea .forward button {
  border-color: #757575;
}
.wrap__music.active .progressArea .forward span {
  color: #fff;
  background-image: url(../images/sub/btn_forward_wh.svg);
}
.wrap__music.active .progressArea .forward.right span {
  background-image: url(../images/sub/btn_forward2_wh.svg);
}
.music__progress {
  height: 0.2142em;
  width: 100%;
  margin: 0.2857em 1.1428em 0 1.1428em;
  border-radius: 0.7142em;
  background: #6e48d0;
  cursor: pointer;
}
.music__progress .bar {
  height: inherit;
  width: 0%;
  position: relative;
  border-radius: inherit;
  background: #fff;
}
.music__progress .bar::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -0.3214em;
  width: 0.6428em;
  height: 0.6428em;
  margin-top: -0.3214em;
  background: #fff;
  border-radius: 50%;
}
.music__progress .timer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 -0.5555em;
  font-size: 0.6428em;
  color: #9b7fe4;
}
.wrap__music.active .music__progress {
  background: #3e287d;
}
.wrap__music.active .music__progress .bar {
  background: #a788ff;
}
.wrap__music.active .timer {
  color: #bfbfbf;
}
.music__control {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-top: 0.9285em;
}
.music__control i {
  font-size: 2.1428em;
  color: #c0aeee;
}
.music__control .play-pause {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.7142em;
  height: 2.7142em;
  margin: 0 3.1428em;
  border-radius: 50%;
  border: 1px solid #fff;
}
.music__control .play-pause i {
  color: #fff;
}
.music__control .openControl i {
  position: absolute;
  top: 0.75em;
  font-style: normal;
  font-size: 1.1428em;
  color: #d8c9ff;
}
.music__control .openControl .iconReplay {
  display: none;
}
.music__control .openControl .iconSpeed {
  left: 1px;
}
.music__control .openControl .iconList {
  right: 1px;
  width: 1em;
  height: 1em;
  background-image: url(../images/sub/btn_play_list.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  text-indent: -9999px;
}
.wrap__music.active .music__control {
  margin-top: 3em;
}
.wrap__music.active .music__control i {
  font-size: 2.9285em;
  color: #fff;
}
.wrap__music.active .music__control .play-pause {
  width: 3.9285em;
  height: 3.9285em;
}
.wrap__music.active .music__control .openControl {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 1.9285em;
}
.wrap__music.active .music__control .openControl i {
  display: inline-block;
  position: static;
  font-size: 1.2857em;
}
.wrap__music.active .music__control .openControl .iconReplay {
  width: 1em;
  height: 1em;
  margin-top: -0.0555em;
  background: url(../images/sub/btn_replay.svg) no-repeat center;
  background-size: 100%;
  text-indent: -9999px;
}
.wrap__music.active .music__control .openControl .iconSpeed {
  margin: -0.1111em 2.3333em 0;
  color: #a6a6a6;
}
.wrap__music.active .music__control .openControl .iconList {
  background-image: url(../images/sub/btn_play_list_wh.svg);
}
.scriptCon {
  display: none;
}
.scriptCon.top {
  margin-bottom: 2.8571em;
  text-align: right;
  color: #fff;
}
.scriptCon.top .fontSize {
  display: inline-block;
  font-size: 0.8571em;
}
.scriptCon.top .btnScriptClose {
  vertical-align: middle;
  width: 1.2857em;
  height: 0.7142em;
  margin-left: 1.2857em;
  background: url(../images/sub/btn_script_close.svg) no-repeat;
  background-size: 100%;
  text-indent: -9999px;
}
.scriptCon.txt {
  overflow-y: auto;
  height: calc(100vh - 455px);
  font-size: 0.8571em;
  color: #fff;
  text-align: left;
}
.scriptCon .mCSB_scrollTools {
  opacity: 1;
}
.scriptCon .mCSB_scrollTools .mCSB_draggerContainer {
  width: 2px;
  background: #2c2c2c;
}
.scriptCon .mCSB_scrollTools .mCSB_draggerRail {
  background: #2c2c2c;
}
.scriptCon .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  margin-left: -2px;
  background: #fff;
  border-radius: 0;
}
.music__list {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -400px;
  z-index: 10;
  border-radius: 1.0714em;
  padding: 1.2857em 1.7857em;
  background: #fff;
  box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease-out;
  opacity: 0;
}
.music__list.show {
  bottom: 0;
  opacity: 1;
}
.music__list .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.7142em;
}
.title .queue {
  vertical-align: -0.2083em;
}
.music__list .list > ul {
  max-height: 240px;
  margin: 0.8571em 0;
  overflow: auto;
}
.music__list .list > ul::-webkit-scrollbar {
  width: 0;
}
.music__list .list > ul > li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 0.8571em;
  margin-bottom: 0.8571em;
}
.music__list .list > ul > li > div em {
  font-style: normal;
}
.music__list .list > ul > li > div p {
  opacity: 0.8;
}

/* 2024.03.18  : 도보코스 전체듣기 */
.coursePointCustom {
  padding: 0 !important;
  height: 19.4vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.coursePointText {
  display: inline-block;
  font-size: 0.91rem;
  color: #5846b7;
  width: 94%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.coursePoint2024Contain > .btnOpen {
  position: unset;
  width: 16px;
  height: 18px;
  background: url(../images/sub/iconBtnOpen.svg) no-repeat center;
}
.coursePointBottom {
  position: relative;
  width: 90%;
  padding: 7px 0 7px 0;
}
.playBtn2024 {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  padding: 7px 10px 7px 24px;
  background-repeat: no-repeat;
  font-size: 11px;
  background-position: left 10px top 50%;
  border: 1px solid #696cff90;
  background-color: white;
  color: #696cff;
  border-radius: 6px;
}
.coursePointCustom .playall_2024 {
    background-image: url(../images/sub/btnListPlay_enb.svg);
  background-size: auto 10px;
}
.courseWrap .coursePoint > div.coursePoint2024Contain {
  width: 92%;
  display: flex !important;
  column-gap: 8px;
  transform: translateY(-120%);
}

/* 2024.05.03 */
.mt-1 {
  margin-top: 1rem;
}
.rel {
  position: relative;
}
.headerPt, #headerPt {
  padding-top: 0;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  border: 0;
  clip: rect(0 0 0 0);
}

/* 이야기콘텐츠 텍스트 */
.courseCon .story {
  line-height: 1.52;
  letter-spacing: 0.015em;
}
/* 검색어 자동완성 선택영역 */
.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front {
  border-radius: 6px;
  padding: 0.3rem 0.2rem;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 0 !important;
  background-color: #696cff30 !important;
  margin: 0 3px !important;
  color: black !important;
}
/* 메인화면 주제별 리스트 버튼  */
.theme_area .swiper_theme li.swiper-slide a::before {
  display: none;
}
.theme_area .swiper_theme li.swiper-slide a {
  color: #696cff98;
  font-size: 13px;
  display: flex;
  align-items: center;
  padding: 0.55rem 0.8rem 0.2rem 0.8rem;
  justify-content: center;
}
.theme_area .swiper_theme li.swiper-slide {
  margin-bottom: 1px;
  padding-bottom: 4px;
  border-radius: 50px;
  background-color: #696cff12;
  box-shadow: 0.8px 1px 3px 1.2px #aab2b720;
  height: unset;
  min-width: 98px;
  border: 1px solid #696cff15;
}
.theme_area .swiper_theme li.swiper-slide.on {
  border-color: #696cff90;
  background-color: white;
  padding-bottom: 4px;
}
.theme_area .swiper_theme li.swiper-slide.on a {
  color: #696cff;
}
/* stella - 버튼 간격 조정 0701 */
.theme_area.theme_area_2024 #swiper_theme .swiper-wrapper .swiper-slide {
  margin-right: 6px !important;
}
.theme_area.theme_area_2024 .theme_ct {
  margin-top: 30px;
}
/* 전체선택, 전체듣기, 다운로드 버튼 */
.list_head button.selectall_2024 {
  background-image: url(../images/svg/icon_selectall_enb.svg);
  background-position: left 3px top 45%;
}
.list_head button.playall_2024 {
  background-size: auto 10px;
}
.list_head button.mapall_2024 {
  background-position: left 7.5px top 50%;
}
.list_head button.downall_2024 {
}
.list_head button.btnCustom_2024 {
  border: 1px solid #696cff90;
  background-color: #696cff10;
  color: #696cff;
  border-radius: 6px;
}
.custom_2024.list_head {
  display: flex;
  justify-content: space-between;
  padding: 11px 14px 10px 14px;
}
/* 관광지 이야기 탭 */
.list_head .list_cnt.list_cnt_2024.tabs li {
  color: #7e7e7e;
  padding: 0.8rem;
  font-size: 12px;
  line-height: 1;
  display: flex;
  column-gap: 0.2rem;
  border: 1px solid #7e7e7e20;
  border-bottom: 1px solid #d5d2cf;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background-color: #7e7e7e10;
}
.list_head .list_cnt.list_cnt_2024.tabs li.on {
  border: 1px solid #d5d2cf;
  border-bottom: 0;
  background-color: white;
}
.list_head .list_cnt.list_cnt_2024.tabs li.on > span {
  text-decoration: none;
  font-weight: 500;
  color: black;
}
.list_cnt.list_cnt_2024 em {
  color: #bfbfbf;
}
.list_head .list_cnt.list_cnt_2024 li.on em {
  color: #d81065;
}
.list_head .list_cnt.list_cnt_2024 li + li::before {
  display: none;
}
.tabs_wrap {
  height: 100%;
  /*min-height: calc(100vh - 300px);*/
}
.tabs_wrap.tabs_2024 {
  position: relative;
}
.abs {
  position: absolute;
  z-index: 10;
}
/* .tabs_wrap.tabs_2024 .region_list .region_opt.opt2 { position: absolute; width: unset; right: 16px; top: 0; transform: translateY( -155% ); } */
.tabs_wrap.tabs_2024 .list_head._h56 {
  padding: 0;
  padding-left: 16px;
  margin-bottom: 16px;
  height: unset;
}
.list_head.list_head_2024 .list_head_play {
  position: unset;
  justify-content: space-between;
}
.list_head._gray {
  display: grid;
  row-gap: 1rem;
  padding: 22px 16px 10px;
}
.list_head.list_head_2024._gray h2 {
  padding-left: 0.2rem;
}
.btn_wrapper_2024 {
  display: flex;
  column-gap: 0.5rem;
}
.list_head._h56 {
  padding-left: 16px;
}
/* 헤더 + 썸네일 */
.visual_area.sub.visual_area_2024 .visual_img {
  height: unset;
  position: relative;
}
.visual_area.sub.visual_area_2024 .visual_img div {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(transparent 40%, #00000098);
}
.visual_area.sub.visual_area_2024 .visual_img img {
  position: unset;
}
/* 검색 - 인기검색어 */
.sch_keyword_area .sch_popularity .tab_content li a {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* 검색 input */
.searchInner.searchInner_2024 input[type="text"],
.sch_inp_area.sch_inp_area_2024 input.sch_inp {
  border: 1px solid #696cff;
  padding: 0 82px 0 20px;
}
/* 검색 input : 메인화면 */
.searchInner.searchInner_2024 input::placeholder {
  color: #696cff;
}
.mainSearch .searchInner input.sch_inp::placeholder {
  color: #7A7B82;
}
.searchInner.searchInner_2024 a::before {
  display: none;
}
.searchInner.searchInner_2024 a.btn_search,
.sch_inp_area.sch_inp_area_2024 .sch_submit {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 0;
  padding-top: 13%;
  bottom: unset;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
/* 검색 input : 검색화면 */
.sch_inp_area.sch_inp_area_2024 input.sch_inp {
  border-radius: 6px;
  background-color: white;
  color: #000;
  font-weight: 500;
}
.sch_inp_area.sch_inp_area_2024 input.sch_inp::placeholder {
  font-weight: 500;
  color: #7A7B82;
}
.sch_inp_area.sch_inp_area_2024 .sch_submit {
  bottom: unset;
  transform: translateY(-50%);
  top: 50%;
  padding-top: 11%;
}
.sch_inp_area input.sch_inp:focus ~ .sch_submit,
.sch_inp_area input.sch_inp.keyup ~ .sch_submit {
}
/* 검색 clean Btn */
.searchInner_2024 .clear_input,
.sch_inp_area_2024.sch_inp_area .clear_input {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 35px;
  height: 0;
  padding-top: 11.5%;
  top: 50%;
  transform: translateY(-50%);
  right: 45px;
}
.sch_inp_area input.sch_inp {
  padding-right: 90px;
}
.searchInner_2024 .clear_input {
  position: absolute;
  display: none;
}
/* share Btn color */
.header .btn_toast_share {
  background-image: url(../images/sub/hBtnShare_b.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center;
  /*top: 50%;*/
  /*transform: translateY(-50%);*/
}

/* 2024.05.09 home : 테마별과 주제별 리스트 영역 사이 구분 */
.divider {
  width: 87%;
  margin: 0 auto;
  margin-top: 28px;
  border-top: 1px solid #d7d7d790;
}
.region_area.region_area_2024 {
  margin-top: 28px;
}

/* 2024.05.10 home : 테마별 리스트 콘텐츠리스트 높이 조절 */
.swiper-container .list_h_2024 .swiper-slide .list_cnt {
  width: 100%;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, -100%);
  margin: 0;
}
/* 검색어 reset 버튼 (search2.jsp) */
.clear_input {
    position: absolute;
    top: 50%;
    right: 45px;
    transform: translateY(-50%);
    width: 13px;
    height: 13px;
    background: none;
    border: 1px solid #7A7B82;
    border-radius: 50%;
    padding: 0;
    cursor: pointer;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 1;
    box-sizing: border-box;
}
.clear_input svg {
    width: 10px;
    height: 11px;
    position: absolute;
    top: 0;
    left: 0;
}
.clear_input svg path {
    stroke: #7A7B82;
}
.sch_inp_area_temp .sch_inp {
    padding-right: 50px;
}
.mainSearch .searchInner .flex .sch_inp {
    padding-right: 50px;
}
/* 2024.05.14 */
/* 검색결과 화면 내 탭 */
#evt_tab__grid .tab_tit.tabs {
  padding-top: 10px;
}
.sch_result_area.sch_result_area_2024 .tab_tit.tabs {
  padding: 20px 18px;
}
#evt_tab__grid .tab_tit.tabs li {
  font-size: 16px;
}
.sch_result_area.sch_result_area_2024 .tab_tit.tabs li {
  width: 27vw;
  display: flex;
  justify-content: center;
  color: #7e7e7e;
  padding: 0.8rem;
  font-size: 12px;
  line-height: 1;
  column-gap: 0.2rem;
  border: 1px solid #7e7e7e20;
  border-bottom: 1px solid #d5d2cf;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background-color: #7e7e7e10;
  margin: 0;
  height: unset;
  cursor: pointer;
}
.sch_result_area.sch_result_area_2024 .tab_tit.tabs li.on {
  border: 1px solid #d5d2cf;
  border-bottom: 0;
  background-color: white;
  font-weight: 500;
  color: black;
}
.sch_inp_area.sch_inp_area_2024 input.sch_inp.result_2024 {
  padding-right: 72px;
}

/* 2024.05.27 */
/* 검색결과 탭리스트 search2 */
#evt_tab__grid .tab_tit.tabs  {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.sch_result_area.sch_result_area_2024 .tab_tit.tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.sch_result_area.sch_result_area_2024 .tab_tit.tabs li {
  width: 100%;
  justify-content: center;
  align-items: center;
}
.sch_result_area_2024 .tab_tit.tabs li span {
  position: unset;
  line-height: 1;
  color: #bfbfbf;
  font-size: 12px;
  background: none;
  padding: 0;
}
.sch_result_area.sch_result_area_2024 .tab_tit.tabs li.on .result_cnt_all,
.sch_result_area.sch_result_area_2024 .tab_tit.tabs li.on .result_cnt {
  color: #d81065;
}
.sch_result_area.sch_result_area_2024 #divSearchThemeSection {
  background-color: #696cff10;
  border-top: 1px solid #696cff60;
  border-bottom: 1px solid #696cff60;
}
.sch_result_area.sch_result_area_2024 #divSearchStorySection {
  background-color: #696cff10;
  border-top: 1px solid #696cff60;
  border-bottom: 1px solid #696cff60;
}

/* 2024.06.10 */
/* 검색어 자동완성 텍스트 넘침 방지 */
.ui-menu .ui-menu-item-wrapper {
  text-wrap: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}


/* Office */
.office-info-section {
  width: 100%;
  background: #F3F5F9;
  padding: 28px;
  margin-bottom: 70px;
    z-index: 1;
}

.rnb .office-info-section {
  margin-top: auto;
}
#another-info {
  position: relative;
  margin-top: auto;
}
.office-container {
  width: 100%;
  align-items: flex-start;
}
.office-info-section p.office-logo {
  margin-bottom: 10px;
  svg {
    width: 35px;
    height: 16px;
  }
}
.office-links {
  margin-bottom: 10px;
  gap: 16px;
}
.office-links,
.office-address {
  align-items: flex-start;
}
.office-links a,
.office-address p
{
  text-align: left;
  color: #7A7B82;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.7;
  white-space: nowrap;
}
.office-address {
  gap: 2px;
}
.copyright {
    align-items: flex-start;
    margin-top: 8px;
}
.copyright p {
    text-align: left;
    color: #7A7B82;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.7;
    white-space: nowrap;
}
.office-terms li:nth-of-type(2) a {
  font-weight: 700;
}
/* footer */
footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ffffff;
  border-top: 1px solid #ebe8e8;
  z-index: 1000;
}
.footer-links {
  justify-content: space-between;
  position: relative;
  left: 0;
  bottom: 0;
  width: 100%;
  max-width: 414px;
  min-height: 70px;
  margin: 0 auto;
  padding: 0 35px;
}

.footer-links li:nth-of-type(3) {
  position: relative;
  bottom: 11px;
  & a {
    gap: 7px;
  }
}
.play-btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.play-circle {
  width: 52px;
  height: 52px;
  background: #5C3092;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  /*box-shadow: 0 4px 12px rgba(123, 58, 224, 0.3);*/
  transition: all 0.3s ease;
  position: relative;
  bottom: 5px;
  svg {
    display: block!important;
  }
}
.play-circle::before {
  content: '';
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #fff;
  top: -4px;
  left: -4px;
  z-index: -1;
  transition: all 0.3s ease;
}
.footer-links a {
  color: #C7C9CD;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 4px;
  font-size: 11px;
}
.footer-links a.active {
  color: #525357;
  font-weight: bold;
}
.footer-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  position: relative;
}
.footer-btn svg {
  aspect-ratio: 1/1;
}
.footer-btn span {
  font-size: 11px;
  color: #999;
  font-weight: 500;
  text-align: center;
  line-height: 1.2;
}
.footer-btn.active span {
  color: #3C3C43;
  font-weight: 700;
}
.footer-btn.play-btn:hover .play-circle {
  box-shadow: 0 3px 10px rgba(123, 58, 224, 0.4);
}
.footer-btn.play-btn:hover .play-circle::before {
  transform: scale(1.05);
  background: rgba(123, 58, 224, 0.15);
}
.footer-btn.play-btn:active .play-circle {
  transform: scale(0.95);
}
/* Footer button SVG switching */
.footer-btn svg:first-of-type,
.footer-btn.active svg:last-of-type {
  display: block;
}
.footer-btn svg:last-of-type,
.footer-btn.active svg:first-of-type {
  display: none;
}

/* 실시간 듣기 섹션 */
.now_listen_section {
  padding: 12px 0 24px;
  background: linear-gradient(180deg, #FFF 12.58%, #ECEFF4 100%);
  display: block !important;
  /*height: calc(100vh - 220px);*/
}

.now_listen_section .section_header {
  text-align: center;
}

.now_listen_section .theme_tit {
  font-size: 18px;
  line-height: 1.6;
  font-weight: 700;
}

.now_listen_section .theme_subTit {
  font-size: 13px;
  color: #5C3092;
  font-weight: 400;
}

.swiper_now_listen_section {
  padding: 32px 0;
}
.now_listen_card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 4px 6px 10px 0 rgb(0 0 0 / 8%);
  transition: all .3s ease-in-out;
}
.now_listen_card:hover {
  transform: translateY(-8px);
  box-shadow: 4px 10px 20px 0 rgb(0 0 0 / 15%);
}
.no-card_image {
  width: 100%;
  height: 100%;
  aspect-ratio: 180 / 223;
  background: #f1f1f1;
  border-radius: 10px 10px 0 0;
}
.no-card_image::after {
  content: 'No image';
  position: absolute;
  top: 45%;
  left: 0;
  text-align: center;
  width: 100%;
  transform: translateY(-50%);
  color: #ccc;
  font-size: 1.125rem;
  font-weight: bold;
}
.card_image {
  position: relative;
  width: 100%;
  height: 100%;
  aspect-ratio: 180 / 223;
}
.card_image img {
  width: 100%;
  height: 100%;
  border-radius: 10px 10px 0 0;
  object-fit: cover;
}
.card_rank {
    display: none;
  position: absolute;
  right: 20px;
  bottom: 20px;
  padding: 5px 8px 3px;
  background: rgba(60, 60, 67, 0.60);
  border-radius: 25px;
  font-size: 12px;
  color: #fff;
  gap: 6px;
  & .card_rank_number {
    font-size: 12px!important;
    color: #fff!important;
    letter-spacing: 1px;
  }
}
.card_content {
  width: 100%;
  padding: 0 16px 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  text-overflow: ellipsis;
}
.card_content p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.card_title {
  font-size: 16px;
  font-weight: 700;
  color: #3C3C43;
  line-height: 1.3;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.card_stats {
  position: absolute;
  top: 16px;
  right: 16px;
}

.now_listen__moreBtn {
  background: #fff;
  font-size: 13px;
  color: #3C3C43;
  font-weight: 700;
  text-align: center;
  padding: 15px 40px 13px;
  justify-content: center;
  gap: 8px;
  border-radius: 4px;
  border: 1px solid #F3F5F9;
  width: 85%;
  margin: 0 auto;

  & svg {
    margin-bottom: 2px;
    transition: all .3s ease-in-out;
  }
}

.now_listen__moreBtn:hover > svg {
  transform: translateX(2px);
}

  /* 앱 설치 배너 */
#appInstallBanner {
  position: fixed;
  bottom: 70px;
  left: 0;
  background: rgba(50, 48, 48, 0.9);
  /*background: #ffffff;*/
  display: block;
  visibility: visible;
  /*color: #333;*/
  color: #fff;
  z-index: 999;
  padding: 20px 25px 45px;
  gap: 6px;
  width: 100%;
  transition: transform 0.3s ease-in-out;
  transform: translateY(0);
  border-radius: 15px 15px 0 0;
}

/* 앱 설치 배너가 활성화될 때 wrapper를 어둡게 처리 */
.wrapper.banner-active::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 998;
}

.appInstallBanner_cont {
  width: 100%;
  margin: 0 auto;
  row-gap: 6px;
  & > a { align-self: flex-end; }
}

.appInstallBanner_cont_top {
  width: 100%;
  gap: 10px;
  align-items: flex-start;
}

.appInstallBanner_cont_top .app-icon {
  height: 50px;
  aspect-ratio: 1/1;
}

.appInstallBanner_cont_top .banner-text {
  gap: 10px;
}

.appInstallBanner_cont_top .banner-text h3 {
  font-size: 20px;
  font-weight: bolder;
  color: #512a7f;
  line-height: 1.2;
}

.appInstallBanner_cont_top .banner-text p {
  font-size: 15px;
  /*color: #333;*/
  color: #fff;
  /*white-space: nowrap;*/
  overflow: hidden;
  text-overflow: ellipsis;
}

.appInstallBanner_cont .banner-install-btn {
  /*background: #512a7f;*/
  background: #fff;
  color: #000;
  border: none;
  padding: 12px;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 600;
  align-self: flex-end;
  margin-top: 10px;
  width: 100%;
}

/* language-change */
.language-change {
  height: calc(100% - 140px);
  justify-content: space-between;
  padding: 20px;
  & > div {
    width: 100%;
    align-items: flex-start;
    gap: 32px;
    & label {
      width: 100%;
    }
  }
}
.sel_lang {
  padding: 0 12px;
  justify-content: space-between;
}
.sel_lang--text {
  font-size: 1rem;
  font-style: normal;
  color:  #3C3C43;
}
.check-icon {
  width: 20px;
  height: 20px;
  display: inline-block;
}
.sel_lang__saved {
  width: 100%;
  background: #5C3092;
  border-radius: 50px;
  color: #fff;
  height: 52px;
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
}
