.bgw {
  background: #fff;
}
.btn_back {
  display: none;
}
.board_list.sim .items {
  position: relative;
}
.board_list.sim .items .wish {
  position: absolute;
  z-index: 10;
  right: 15px;
  top: 15px;
  width: 20px;
  height: 20px;
  background: url("../images/ico_heart.png") no-repeat center;
  background-size: contain;
}
.board_list.sim .items .wish.on {
  background-image: url("../images/ico_heart_on.png");
}

/*_pc*/
@media all and (min-width: 1024px) {
  /*visual*/
  #mypage .visual_sec {
    background: url("../images/img_mypage_bg.png") no-repeat center / cover;
  }
  .visual_sec {
    height: 400px;
    background: url("../images/ms_visual.jpg") no-repeat center 20% / cover;
  }
  .visual_sec .container {
    top: 45%;
  }
  .visual_mypage .container {
    top: 60%;
  }
  .visual_sec .slogan {
    font-size: 28px;
    color: #fff;
    font-weight: 600;
  }
  .visual_sec .searchG {
    position: relative;
    margin: 20px 0;
    width: 350px;
  }
  .visual_sec .searchG input[type="text"] {
    line-height: 40px;
    width: 100%;
  }
  .visual_sec .searchG input[type="submit"] {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    background: url("../images/ico_search.png") no-repeat center / 20px;
    border: 0;
    cursor: pointer;
  }

  .visual_sec .h2_tit {
    display: flex;
    align-items: center;
    font-size: 30px;
    color: #fff;
    font-weight: 600;
  }
  .visual_sec .h2_tit img {
    max-width: 80px;
    margin-right: 10px;
    border: 1px solid #fff;
  }

  /*본문컨텐츠 라운드head*/
  .round_head {
    border-radius: 30px 30px 0 0;
    background: #fff;
    margin-top: -80px;
    padding: 20px 5%;
  }
  .round_head2 {
    border-radius: 20px;
    background: #fff;
    margin-top: -80px;
    padding: 20px 5%;
  }
  .round_head3 {
    padding: 20px 5% 50px;
  }

  /*게시판 리스트*/
  .board_sec {
  }

  .board_head {
    display: flex;
    align-items: center;
    margin: 15px 0;
    gap: 10px;
  }
  .board_head .totalG {
    flex: 1;
  }
  .board_head .searchG {
    height: 40px;
    line-height: 40px;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 0 45px 0 15px;
    font-size: 15px;
    cursor: pointer;
  }
  .board_head .searchG {
    background: url("../images/sub/ico_board_search.png") no-repeat
      calc(100% - 15px) center;
  }

  .board_sec select,
  .board_head select {
    -webkit-appearance: none; /* Chrome, Safari, Edge */
    -moz-appearance: none; /* Firefox */
    appearance: none;
  }
  .board_sec input,
  .board_sec select,
  .board_head input,
  .board_head select {
    font-size: 15px;
  }
  .board_sec select option,
  .board_head select option {
    font-size: 15px;
  }
  .board_sec select,
  .board_head select {
    height: 40px;
    line-height: 40px;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 0 40px 0 15px;
    font-size: 15px;
    cursor: pointer;
    background: url("../images/sub/ico_board_sort_arrow.png") no-repeat
      calc(100% - 15px) center;
    outline: 0;
  }
  .board_sec select:focus,
  .board_head select:focus {
    border: 1px solid #ff9020;
  }

  .board_list {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin: 15px 0;
  }
  .board_list.sim .items {
    position: relative;
    width: calc((100% - 16px) / 2);
    cursor: pointer;
  }
  .board_list.sim .items.on .titG,
  .board_list.sim .items.on .infoG {
    border-color: var(--main-color);
  }
  .board_list.sim .items a {
    display: block;
  }
  .board_list.sim .items .titG {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
    border: 1px solid #ddd;
    border-radius: 10px;
    border-bottom: 1px dashed #ddd;
    padding: 0 30px;
    height: 96px;
  }
  .board_list.sim .items .titG .name {
    font-size: 22px;
    font-weight: 600;
  }
  .board_list.sim .items .titG .desc {
    font-size: 16px;
    color: #777;
  }

  .board_list.sim .items .infoG {
    display: flex;
    border: 1px solid #ddd;
    border-radius: 10px;
    border-top: 1px dashed #ddd;
    border-top: 0;
    padding: 10px 0;
    background: var(--bg-color);
  }
  .board_list.sim .items .infoG > div {
    flex: 1;
    text-align: center;
    font-weight: 600;
    border-left: 1px solid #ddd;
    padding: 5px 0;
    font-size: 16px;
  }
  .board_list.sim .items .infoG > div:first-child {
    border-left: 0;
  }

  .board_list2.sim .items {
    width: 100%;
  }

  .board_sec .board_next {
    display: none;
  }
  .board_sec .board_next.on {
    display: block;
  }

  input[type="range"] {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 8px;
    background: #ddd;
    border-radius: 4px;
    outline: none;
    cursor: pointer;
  }
  input[type="range"]::-webkit-slider-runnable-track {
    height: 8px;
    background: none;
    border-radius: 4px;
  }
  input[type="range"]::-moz-range-track {
    height: 8px;
    background: none;
    border-radius: 4px;
  }
  input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 50%;
    border: 2px solid var(--main-color);
    cursor: pointer;
    margin-top: -7px;
  }
  input[type="range"]::-moz-range-thumb {
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 50%;
    border: 2px solid var(--main-color);
    cursor: pointer;
  }

  /*상세검색 클릭시*/
  .detail_search_win {
    position: fixed;
    z-index: 100;
    left: -9999px;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .detail_search_win.on {
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
  }
  .detail_search_win .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--lightbox-bg);
  }
  .detail_search_win .box {
    position: relative;
    background: #fff;
    width: 100%;
    max-width: 480px;
    border-radius: 15px;
    padding: 20px;
  }

  .detail_search_win .input_tit {
    font-size: 18px;
    margin: 30px 0 10px;
    font-weight: 600;
  }

  .detail_search_win .input_button {
    display: flex;
    gap: 8px;
  }
  .detail_search_win .input_button label {
    flex: 1;
  }
  .detail_search_win .input_button input {
    display: none;
  }
  .detail_search_win .input_button input + span {
    display: block;
    border: 1px solid #ddd;
    line-height: 45px;
    text-align: center;
    border-radius: 10px;
    cursor: pointer;
  }
  .detail_search_win .input_button input:checked + span {
    border-color: var(--main-color);
    color: var(--main-color);
  }

  .input_range .guide {
    display: flex;
    position: relative;
    justify-content: space-between;
    margin-top: 10px;
    font-size: 15px;
  }
  .input_range .guide .current {
    display: inline-block;
    position: absolute;
    color: var(--main-color);
    background: #fff;
    white-space: nowrap;
    font-weight: 600;
  }

  .md_input_range .guide {
    display: flex;
    position: relative;
    justify-content: space-between;
    margin-top: 10px;
    font-size: 15px;
  }
  .md_input_range .guide .current {
    display: inline-block;
    position: absolute;
    color: var(--main-color);
    background: #fff;
    white-space: nowrap;
    font-weight: 600;
  }

  .detail_search_win .input_submit {
    display: flex;
    margin: 20px 0 10px;
  }
  .detail_search_win .input_submit > * {
    flex: 1;
  }

  /*p_plan_select*/
  .p_plan_select .visual_sec {
    background: url("../images/sub/plan_bg.jpg") no-repeat center / cover;
  }

  /*p_plan_multi***************************/

  .p_plan_multi .continent_list {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin: 10px 0 50px;
  }
  .p_plan_multi .continent_list li {
    width: calc((100% - 10px * 2) / 3);
    border-radius: 10px;
    border: 1px solid #eee;
    background: #fff;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
  }
  .p_plan_multi .continent_list li.on,
  .p_plan_multi .continent_list li:hover {
    border-color: var(--main-color);
    color: var(--main-color);
  }

  .p_plan_multi .country_list {
    background: #fff;
    border-radius: 10px;
    border: 1px solid #ddd;
    padding: 0 10px;
    margin: 10px 0 50px;
  }
  .p_plan_multi .country_list:last-child {
    margin-bottom: 0;
  }
  .p_plan_multi .country_list li {
    position: relative;
    border-top: 1px solid #eee;
    padding: 10px 0;
    line-height: 40px;
    font-size: 14px;
  }
  .p_plan_multi .country_list li label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    cursor: pointer;
  }
  .p_plan_multi .country_list li label input {
    display: none;
  }
  .p_plan_multi .country_list li .chk {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("../images/input_check.png") no-repeat center / 20px;
  }
  .p_plan_multi .country_list li input:checked + span {
    background-image: url("../images/input_check_on.png");
  }
  .p_plan_multi .country_list li img {
    width: 40px;
    margin-right: 20px;
  }
  .p_plan_multi .country_list li:first-child {
    border-top: 0;
  }

  .btn_sticky {
    position: sticky;
    bottom: 20px;
    margin-top: 16px;
  }
  .btn_sticky.btn_sticky_flex {
    width: 100%;
    position: fixed;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    padding: 16px;
    box-shadow: 4px 0px 8px 0px rgba(0, 0, 0, 0.2);
    z-index: 100;
    gap: 10px;
  }
  .btn_sticky.btn_sticky_flex .md_btn {
    width: calc(100% - 31px);
  }
  .btn_sticky.btn_sticky_flex .modal_btn_wrap {
    width: calc(100% - 50px);
  }
}

/*_mobile*/
@media all and (max-width: 1023px) {
  .vis #main {
    padding: 0 0 50px;
  }
  #main {
    padding: 100px 0 50px;
  }

  .is_back .h1_tit {
    display: none;
  }

  .head_sec .btn_back {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("../images/sub/ico_back.png") no-repeat center / 16px;
    text-indent: -9999px;
  }
  .head_sec .h2_tit {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-size: 18px;
    color: #fff;
    font-weight: 600;
  }
  .head_sec .h2_tit img {
    max-width: 40px;
    margin-right: 10px;
    border: 1px solid rgba(255, 255, 255, 0.5);
  }

  .scroll .head_sec .btn_back {
    background-image: url("../images/sub/ico_back_b.png");
  }
  .scroll .head_sec .h2_tit {
    color: #000;
  }
  .fixed .head_sec .btn_back {
    background-image: url("../images/sub/ico_back_b.png");
  }
  .fixed .head_sec .h2_tit {
    color: #000;
  }
  .fixed2 .head_sec .btn_back {
    background-image: url("../images/sub/ico_back_b.png");
  }
  .fixed2 .head_sec .h2_tit {
    color: #000;
  }

  /*visual*/
  #p_plan_select .visual_sec {
    height: 260px;
    background: url("../images/sub/plan_bg_mo.jpg") no-repeat center / cover;
  }
  #p_plan_select .visual_sec .container {
    top: 0;
    padding: 20px 0;
  }
  #mypage .visual_sec {
    height: 260px;
    background: url("../images/img_mypage_bg_m.png") no-repeat center / cover;
  }

  .visual_sec {
    height: 400px;
    background: url("../images/ms_visual.jpg") no-repeat center 20% / cover;
  }
  .visual_sec .container {
    top: 36%;
  }
  .visual_sec .slogan {
    font-size: 24px;
    color: #fff;
    font-weight: 500;
  }
  .visual_sec .searchG {
    position: relative;
    margin: 20px 0;
    width: 100%;
    max-width: 500px;
  }
  .visual_sec .searchG input[type="text"] {
    line-height: 40px;
    width: 100%;
  }
  .visual_sec .searchG input[type="submit"] {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    background: url("../images/ico_search.png") no-repeat center / 20px;
    border: 0;
    cursor: pointer;
  }

  /*본문컨텐츠 라운드head*/
  .round_head {
    border-radius: 15px 15px 0 0;
    background: #fff;
    margin-top: -80px;
    padding: 10px 4% 30px;
  }

  /*게시판 리스트*/
  .board_sec {
  }

  .board_head {
    display: flex;
    align-items: center;
    margin: 10px 0;
    gap: 6px;
  }
  .board_head .totalG {
    flex: 1;
  }
  .board_head .searchG {
    height: 35px;
    line-height: 35px;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 0 35px 0 10px;
    font-size: 14px;
    cursor: pointer;
  }
  .board_head .searchG {
    background: url("../images/sub/ico_board_search.png") no-repeat
      calc(100% - 10px) center;
  }

  .board_sec select,
  .board_head select {
    -webkit-appearance: none; /* Chrome, Safari, Edge */
    -moz-appearance: none; /* Firefox */
    appearance: none;
  }
  .board_sec input,
  .board_sec select,
  .board_head input,
  .board_head select {
    font-size: 14px;
  }
  .board_sec select option,
  .board_head select option {
    font-size: 14px;
  }
  .board_sec select,
  .board_head select {
    height: 35px;
    line-height: 35px;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 0 25px 0 10px;
    font-size: 14px;
    cursor: pointer;
    color: #666;
    background: url("../images/sub/ico_board_sort_arrow.png") no-repeat
      calc(100% - 10px) center;
  }

  .board_list {
    position: relative;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin: 10px 0;
  }
  .board_list.sim .items {
    width: 100%;
    cursor: pointer;
  }
  .board_list.sim .items.on .titG,
  .board_list.sim .items.on .infoG {
    border-color: var(--main-color);
  }
  .board_list.sim .items .titG {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
    border: 1px solid #ddd;
    border-radius: 10px;
    border-bottom: 1px dashed #ddd;
    padding: 0 20px;
    height: 100px;
  }
  .board_list.sim .items .titG .name {
    font-size: 20px;
    font-weight: 600;
  }
  .board_list.sim .items .titG .desc {
    font-size: 16px;
    color: #777;
  }
  .board_list.sim .items .titG .wish {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 20px;
    height: 20px;
    background: url("../images/sub/ico_wish.png") no-repeat center / 16px;
  }
  .board_list.sim .items .infoG {
    display: flex;
    border: 1px solid #ddd;
    border-radius: 10px;
    border-top: 1px dashed #ddd;
    border-top: 0;
    padding: 10px 0;
    background: var(--bg-color);
  }
  .board_list.sim .items .infoG > div {
    flex: 1;
    text-align: center;
    font-weight: 600;
    border-left: 1px solid #ddd;
    padding: 5px 0;
    font-size: 16px;
  }
  .board_list.sim .items .infoG > div:first-child {
    border-left: 0;
  }
  .board_list.sim .items .infoG > div > img {
    height: 15px;
  }

  .board_sec .board_next {
    display: none;
    position: sticky;
    bottom: 0;
    padding-bottom: 20px;
  }
  .board_sec .board_next.on {
    display: block;
  }

  /*상세검색 클릭시*/
  .detail_search_win {
    position: fixed;
    z-index: 100;
    width: 100%;
    height: 100%;
    top: 0;
    left: -9999px;
  }
  .detail_search_win.on {
    left: 0;
  }
  .detail_search_win .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--lightbox-bg);
  }
  .detail_search_win .box {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #fff;
    width: 100%;
    border-radius: 30px 30px 0 0;
    padding: 10px 0;
  }
  .detail_search_win .close {
    background: url("../images/sub/lightbox_close_arrow.png") no-repeat center;
    height: 20px;
    cursor: pointer;
  }

  .detail_search_win .inner {
    height: calc(80vh);
    padding: 0 20px;
    overflow: auto;
  }
  .detail_search_win .input_tit {
    font-size: 16px;
    margin: 30px 0 10px;
    font-weight: 600;
  }

  .detail_search_win .input_button {
    display: flex;
    gap: 8px;
  }
  .detail_search_win .input_button label {
    flex: 1;
  }
  .detail_search_win .input_button input {
    display: none;
  }
  .detail_search_win .input_button input + span {
    display: block;
    border: 1px solid #ddd;
    line-height: 40px;
    text-align: center;
    border-radius: 6px;
    cursor: pointer;
  }
  .detail_search_win .input_button input:checked + span {
    border-color: var(--main-color);
    color: var(--main-color);
  }

  .input_range .guide {
    display: flex;
    position: relative;
    justify-content: space-between;
    margin-top: 10px;
    font-size: 15px;
  }
  .input_range .guide .current {
    display: inline-block;
    position: absolute;
    color: var(--main-color);
    background: #fff;
    white-space: nowrap;
    font-weight: 600;
  }
  .md_input_range .guide {
    display: flex;
    position: relative;
    justify-content: space-between;
    margin-top: 10px;
    font-size: 15px;
  }
  .md_input_range .guide .current {
    display: inline-block;
    position: absolute;
    color: var(--main-color);
    background: #fff;
    white-space: nowrap;
    font-weight: 600;
  }

  input[type="range"] {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 8px;
    background: #ddd;
    border-radius: 4px;
    outline: none;
    cursor: pointer;
  }
  input[type="range"]::-webkit-slider-runnable-track {
    height: 8px;
    background: none;
    border-radius: 4px;
  }
  input[type="range"]::-moz-range-track {
    height: 8px;
    background: none;
    border-radius: 4px;
  }
  input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 50%;
    border: 2px solid var(--main-color);
    cursor: pointer;
    margin-top: -7px;
  }
  input[type="range"]::-moz-range-thumb {
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 50%;
    border: 2px solid var(--main-color);
    cursor: pointer;
  }

  .input_submit {
    display: flex;
    margin: 10px 0 10px;
  }
  .input_submit > * {
    flex: 1;
  }

  /*p_plan_multi***************************/
  .p_plan_multi .continent_list {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
    margin: 10px 0 50px;
  }
  .p_plan_multi .continent_list li {
    width: calc((100% - 6px * 2) / 3);
    border-radius: 10px;
    border: 1px solid #ddd;
    background: #fff;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
  }
  .p_plan_multi .continent_list li.on,
  .p_plan_multi .continent_list li:hover {
    border-color: var(--main-color);
    color: var(--main-color);
  }

  .p_plan_multi .country_list {
    background: #fff;
    border-radius: 10px;
    border: 1px solid #eee;
    padding: 0 10px;
    margin: 10px 0 50px;
  }
  .p_plan_multi .country_list:last-child,
  .p_plan_multi .country_list.last {
    margin-bottom: 0;
  }
  .p_plan_multi .country_list li {
    position: relative;
    border-top: 1px solid #eee;
    padding: 10px 0;
    line-height: 40px;
    font-size: 14px;
  }
  .p_plan_multi .country_list li label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    cursor: pointer;
  }
  .p_plan_multi .country_list li label input {
    display: none;
  }
  .p_plan_multi .country_list li .chk {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url("../images/input_check.png") no-repeat center / 18px;
  }
  .p_plan_multi .country_list li input:checked + span {
    background-image: url("../images/input_check_on.png");
  }
  .p_plan_multi .country_list li img {
    width: 40px;
    margin-right: 20px;
  }
  .p_plan_multi .country_list li:first-child {
    border-top: 0;
  }

  .btn_sticky {
    position: sticky;
    bottom: 20px;
    margin-top: 16px;
    width: 100%;
  }
  .btn_sticky.btn_sticky_flex {
    width: 100%;
    position: fixed;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    padding: 16px 30px;
    box-shadow: 4px 0px 8px 0px rgba(0, 0, 0, 0.2);
    z-index: 100;
    gap: 10px;
  }
  .btn_sticky.btn_sticky_flex .md_btn {
    width: calc(100% - 40px);
  }
  .btn_sticky.btn_sticky_flex .modal_btn_wrap {
    width: calc(100% - 50px);
  }
}

/*_mobile 840*/
@media all and (max-width: 840px) {
}

/* 250221 추가 */
.visual_sec .searchG input[type="text"]::placeholder {
  font-size: 14px;
  color: #999;
}
