/* ///// reset ///// */

html{font-family:"Noto Sans KR";}
/* html,body{width:100%;height:100%;min-width:1100px;-webkit-touch-callout:none;-webkit-user-select:none;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);} */
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video, strong {margin:0;padding:0;border:0;font:inherit;vertical-align:baseline;}
*{-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing:border-box;}
body, textarea, input, select {font:14px/1 'Noto Sans KR', sans-serif;color:#636363;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style: none;}
img, label, input, select, a {vertical-align:middle;}
input,textarea {border:none;background:none;border-radius:0;-webkit-appearance:none;padding:0;margin:0;}
textarea{resize:none;}
input,textarea,button {outline-style:none;}
blockquote, q {quotes:none;}
blockquote:before, blockquote:after, q:before, q:after {content:''; content: none;}
table {width:100%;border-collapse:collapse;border-spacing:0;}
a{outline:none;select-dummy:expression(this.hideFocus=true);color:inherit;text-decoration:none;display:block;}
a:hover,a:active{text-decoration:none;}
.hidden {text-indent:-5000px;width:0;height:0;font-size:0;line-height:0;}
strong{font-weight:700;}
button{border:0 none;background:transparent;padding:0;margin:0;cursor:pointer;}

caption { position:absolute !important; width: 1px; height: 1px; overflow: hidden; clip:rect(1px, 1px, 1px, 1px); }

/*input[type=checkbox]{margin-right:8px;width:20px;height:20px;background:url('/admin/img/bg_checkbox.png') no-repeat;}
input[type=checkbox]:checked{background-position:0 bottom;}*/

/* ///// common ///// */
input[type=submit]{cursor:pointer;}
input[type="checkbox"],
input[type="radio"] { cursor: pointer; }

input::-moz-placeholder,
textarea::-moz-placeholder{font-size:16px;color:#222;}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder{font-size:16px;color:#222;}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder{font-size:16px;color:#222;}

textarea{padding:15px;width:100%;border:1px solid #dadbde;background:#fff;line-height:23px;}

/* select { border: #ddd solid 1px;} */
select { border: #ddd solid 1px;background: url(/images/icon_select.png) no-repeat 150px 50%;}

.blind { width: 1px; height: 1px; position: absolute; margin: -1px; overflow: hidden; clip:rect(1px, 1px, 1px, 1px);  }

/*배경색 인쇄*/
h1, h2, h3, h4, h5, dl, dt, dd, ul, li, ol, th, td, p, blockquote, form, fieldset, legend, div,body {-webkit-print-color-adjust: exact;}

/* 스크롤 */
::-webkit-scrollbar {
  width: 4px;  /* 세로축 스크롤바 길이 */
  height: 4px;  /* 가로축 스크롤바 길이 */
}
::-webkit-scrollbar-track {
  background-color: transparent;
}
::-webkit-scrollbar-track-piece {
  background-color: #d1d2d8;
}
::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #008fec;
}
::-webkit-scrollbar-button {
  width: 0;
  height: 0;
}
::-webkit-scrollbar-button:start {
  background-color: transparent;
  width: 0; height: 0;
}
::-webkit-scrollbar-button:end {
  background-color: transparent;
  width: 0; height: 0;
}
::-webkit-scrollbar-button:vertical:increment {
}
::-webkit-scrollbar-button:vertical:decrement {
}
/* Firefox scrollbar */
.searchreslut {
  scrollbar-width: thin;
  scrollbar-color: #008fec #d1d2d8;

  scrollbar-face-color: #008fec;
  scrollbar-track-color: #d1d2d8;
  scrollbar-arrow-color: none;
  scrollbar-highlight-color: #d1d2d8;
  scrollbar-3dlight-color: none;
  scrollbar-shadow-color: #d1d2d8;
  scrollbar-darkshadow-color: none;
}

@import url(template.css);

html,
body,
.wrap { width: 100%; height: 100%; position: relative; }
body { padding-top:70px; }

.map { width: 100%; height: 100%; z-index: 0; }

.scrollwrap { height: 100%; position: relative; flex: 1 0 0; overflow-x: hidden; overflow-y: scroll; }

.btn_lnb_close { width: 30px; height: 70px; position: absolute; top: 50%; right: -30px; transform: translateY(-50%); border: #ddd solid 1px; border-left: 0 none; background: #fff; z-index: 20; transition: all 0.3s ease-in-out;  cursor: pointer; }
.btn_lnb_close:before { width: 7px; height: 12px; display: block; position: absolute; top: 50%; left: 50%; margin-top: -6px; margin-left: -3.5px; transition: all 0.3s ease-in-out 0.3s; background: url(../../images/env_new/lnbclose.png); content: ""; }
.park_search_wrap.on .btn_lnb_close:before { transform: rotate(-180deg); }
.park_list_wrap.on .btn_lnb_close:before { transform: rotate(-180deg); }
.park_result_wrap.on .btn_lnb_close:before { transform: rotate(-180deg); }

.btn_close { width: 25px; height: 25px; position: absolute; top: 30px; right: 30px; background: url(../../images/env_new/btn_close.png); cursor: pointer;}

.rqmenu { width: 70px; position: absolute; top: 30px; right: 30px; border: solid 1px #ddd; background: #fff; }
.rqmenu .b_btn { width: 68px; height: 69px; position: relative; padding-top: 40px; color: #555; font-size: 13px; text-align: center; letter-spacing: -0.33px; border-bottom: solid 1px #ddd; }
.rqmenu .b_btn:hover { color: #008fec; }
.rqmenu .b_btn1:before { width: 20px; height: 19px; position: absolute; top: 15px; left: 50%; transform: translateX(-50%); background: url(../../images/env_new/rqmenu1.png); content: ""; }
.rqmenu .b_btn2:before { width: 15px; height: 19px; position: absolute; top: 15px; left: 50%; transform: translateX(-50%); background: url(../../images/env_new/rqmenu2.png); content: ""; }
.rqmenu .b_btn1:hover:before { background: url(../../images/env_new/rqmenu1_on.png); }
.rqmenu .b_btn2:hover:before { background: url(../../images/env_new/rqmenu2_on.png); }
.rqmenu .ul { width: 68px; padding: 3px 0 5px; display: flex; flex-wrap: wrap; }
.rqmenu .ul li { margin-top: 5px; }
.rqmenu .ul li button{ width: 34px; height: 34px; background-position: center center; background-repeat: no-repeat; }
.rqmenu .ul .rqmneu_s1 button { background-image: url(../../images/env_new/rqmenu_s1.png); }
.rqmenu .ul .rqmneu_s2 button { background-image: url(../../images/env_new/rqmenu_s2.png); }
.rqmenu .ul .rqmneu_s3 button { background-image: url(../../images/env_new/rqmenu_s3.png); }
.rqmenu .ul .rqmneu_s4 button { background-image: url(../../images/env_new/rqmenu_s4.png); }
.rqmenu .ul .rqmneu_s5 button { background-image: url(../../images/env_new/rqmenu_s5.png); }
.rqmenu .ul .rqmneu_s6 button { background-image: url(../../images/env_new/rqmenu_s6.png); }
.rqmenu .ul .rqmneu_s7 button { background-image: url(../../images/env_new/rqmenu_s7.png); }
.rqmenu .ul .rqmneu_s8 button { background-image: url(../../images/env_new/rqmenu_s8.png); }
.rqmenu .ul .rqmneu_s9 button { background-image: url(../../images/env_new/rqmenu_s9.png); }
.rqmenu .ul .rqmneu_s10 button { background-image: url(../../images/env_new/rqmenu_s10.png); }
.rqmenu .ul .rqmneu_s1 button:hover,
.rqmenu .ul .rqmneu_s1 button.active{ background-image: url(../../images/env_new/rqmenu_s1_on.png); }
.rqmenu .ul .rqmneu_s2 button:hover,
.rqmenu .ul .rqmneu_s2 button.active { background-image: url(../../images/env_new/rqmenu_s2_on.png); }
.rqmenu .ul .rqmneu_s3 button:hover,
.rqmenu .ul .rqmneu_s3 button.active { background-image: url(../../images/env_new/rqmenu_s3_on.png); }
.rqmenu .ul .rqmneu_s4 button:hover,
.rqmenu .ul .rqmneu_s4 button.active { background-image: url(../../images/env_new/rqmenu_s4_on.png); }
.rqmenu .ul .rqmneu_s5 button:hover,
.rqmenu .ul .rqmneu_s5 button.active { background-image: url(../../images/env_new/rqmenu_s5_on.png); }
.rqmenu .ul .rqmneu_s6 button:hover,
.rqmenu .ul .rqmneu_s6 button.active { background-image: url(../../images/env_new/rqmenu_s6_on.png); }
.rqmenu .ul .rqmneu_s7 button:hover,
.rqmenu .ul .rqmneu_s7 button.active { background-image: url(../../images/env_new/rqmenu_s7_on.png); }
.rqmenu .ul .rqmneu_s8 button:hover,
.rqmenu .ul .rqmneu_s8 button.active { background-image: url(../../images/env_new/rqmenu_s8_on.png); }
.rqmenu .ul .rqmneu_s9 button:hover,
.rqmenu .ul .rqmneu_s9 button.active { background-image: url(../../images/env_new/rqmenu_s9_on.png); }
.rqmenu .ul .rqmneu_s10 button:hover,
.rqmenu .ul .rqmneu_s10 button.active { background-image: url(../../images/env_new/rqmenu_s10_on.png); }

.certi_quick { position: absolute; top: 30px; right: 140px; display: none; }
.certi_quick.show { opacity: 1; }
.certi_quick .certi_btn { width: 148px; height: 148px; background: url(../../images/env_new/fl_quick.png);}
.certi_quick .btn_close { width: 30px; height: 30px; position: absolute; top: 10px; left: 102px; background: url(../../images/env_new/fl_quick_close.png); }

.walk_factor { padding-right: 20px; display: flex; align-items: center; position: absolute; bottom: 30px; right: 30px; border: solid 1px #ddd; background: #fff; }
.walk_factor .walk_text { width: 68px; height: 98px; position: relative; display: flex; align-items: center; justify-content: center; color: #222; font-size: 16px; letter-spacing: -.4px; line-height: 130%; }

.walk_factor .walk_icon{ min-width: 60px; height: 60px; position: relative; display: flex; align-items: flex-end; justify-content: center; font-size: 15px; letter-spacing: -0.38px; background: none; }
.walk_factor .walk_icon:before { width: 35px; height: 35px; position: absolute; top: 0; left: 50%; transform: translateX(-50%); background-image: url(../../images/env_new/icon_walk.png); border-radius: 35px; background-position: center center; background-repeat: no-repeat; content: ""; }
.good { color: #2d9ff8; }
.normal { color: #0cbf58; }
.bad { color: #ff8f00; }
.toobad { color: #d32f2f; }
.walk_factor .walk_icon.good:before { background-color: #2d9ff8; }
.walk_factor .walk_icon.normal:before { background-color: #0cbf58; }
.walk_factor .walk_icon.bad:before { background-color: #ff8f00; }
.walk_factor .walk_icon.toobad:before { background-color: #d32f2f; }
.walk_factor .btn_tooltip{ width: 15px; height: 15px; position: relative; margin-left: 10px; background: url(../../images/env_new/icon_caution.png); }
.walk_factor .tooltip { width: 270px; height: 134px; padding: 20px; position: absolute; right: 0; bottom: 70px; background: #fff; box-shadow: 3.5px 6.1px 8px 0 rgba(2, 2, 2, 0.1); border: solid 1px #bababa; z-index: 40; display: none; }
.walk_factor .tooltip .tt { display: flex; align-items: center; font-size: 16px; color: #222; font-weight: bold; }
.walk_factor .tooltip .tt .caution { width: 15px; height: 15px; position: relative; margin-right: 10px; background: url(../../images/env_new/icon_caution.png); }
.walk_factor .tooltip .p { margin-top: 15px; color: #555; font-size: 14px; line-height: 1.57; }
.walk_factor .tooltip .p b { color: #222; font-weight: bold; }
/*
 * env-00421
 * 2024-01-24
 * 미세먼지 및 초미세먼지 수치 표시
 */
.weatherinfo .btn_tooltip1 { width: 15px; height: 15px; position: relative; margin-left: 10px; background: url(../../images/env_new/icon_caution.png); }
.weatherinfo .tooltip1 { width: 555px; height: 200px; padding: 20px; position: absolute; right: 0; bottom: 70px; background: #fff; box-shadow: 3.5px 6.1px 8px 0 rgba(2, 2, 2, 0.1); border: solid 1px #bababa; z-index: 40; display: none; top: -174px; left: 363px;}
.weatherinfo .tooltip1 .tt { display: flex; align-items: center; font-size: 16px; color: #222; font-weight: bold; margin-bottom: 15px; }
.weatherinfo .tooltip1 .tt .caution { width: 15px; height: 15px; position: relative; margin-right: 10px; background: url(../../images/env_new/icon_caution.png); }
.weatherinfo .tooltip1 .p { margin-top: 15px; color: #555; font-size: 14px; line-height: 1.57; }
.weatherinfo .tooltip1 .p b { color: #222; font-weight: bold; }

.recommend_wrap { width: 900px; height: 600px; position: absolute; top: 80px; left: 50%; transform: translateX(-50%); background: #fff; box-shadow: 5.6px 8.3px 25px 0 rgba(1, 1, 1, 0.2); }
.recommend_wrap .head { width: 100%; height: 70px; position: relative; background: #2d2c30; text-align: center; line-height: 70px; color: #fff; font-size: 26px; font-weight: bold; }
.recommend_wrap .head .skip { width: 100px; height: 40px; position: absolute; top: 50%; right: 30px; transform: translateY(-50%); border: solid 1px #6b6b6b; border-radius: 40px; line-height: 38px; text-align: center; color: #fff; font-size: 16px; font-weight: 500; }
.recommend_wrap .con { width: 100%; height: 530px; padding: 20px; }
.recommend_wrap .con .recom_wrap { width: 100%; height: 100%; padding: 30px 0 30px 30px; overflow-x: hidden; overflow-y: scroll; }
.recommend_wrap .con .recom_wrap .recom_q { width: 690px; padding-left: 95px; position: relative; }
.recommend_wrap .con .recom_wrap .recom_a + .recom_q { margin-top: 45px; }
.recommend_wrap .con .recom_wrap .recom_q:before { width: 75px; height: 75px; position: absolute; top: 0; left: 0; background: url(../../images/env_new/icon_q.png); content:""; }
.recommend_wrap .con .recom_wrap .recom_q .speech_bubble { margin-left: 10px; padding: 24px 30px 22px; background: #eeedf2; border-radius: 18px; border-top-left-radius: 0; color: #222; line-height: 1.5; font-size: 16px; font-weight: bold; }
.recommend_wrap .con .recom_wrap .recom_q .speech_bubble + .speech_bubble { margin-top: 10px; }
.recommend_wrap .con .recom_wrap .recom_q .speech_bubble .sub_text { display: block; font-size: 14px; margin-top: 5px; font-weight: normal; letter-spacing: -.5px; }
.recommend_wrap .con .recom_wrap .recom_q .hasetag { width: 100%; display: flex; flex-wrap: wrap; margin-top: 20px; }
.recommend_wrap .con .recom_wrap .recom_q .hasetag li { margin: 0 0 10px 10px; }
.recommend_wrap .con .recom_wrap .recom_q .hasetag li button { height: 50px; padding: 0 20px; border: solid 1px #d5d5d5; border-radius: 50px; line-height: 50px; text-align: center; color: #222; font-size: 16px; }
.recommend_wrap .con .recom_wrap .recom_q .hasetag li:hover button,
.recommend_wrap .con .recom_wrap .recom_q .hasetag li.active button
 { border: solid 1px #008fec; background: #008fec; color: #fff; }

.recommend_wrap .con .recom_wrap .recom_a { width: 700px; padding-right:105px; margin-left: 95px; position: relative; margin-top: 35px; }
.recommend_wrap .con .recom_wrap .recom_a:before { width: 75px; height: 75px; position: absolute; top: 0; right: 0; background: url(../../images/env_new/icon_a.png); content:""; }
.recommend_wrap .con .recom_wrap .recom_a .speech_bubble { margin-left: 10px; padding: 24px 30px 22px; background: #5d5c63; border-radius: 18px; border-top-right-radius: 0; color: #fff; line-height: 1.5; font-size: 16px; font-weight: bold; }
.recommend_wrap .con .recom_wrap .recom_a .speech_bubble + .speech_bubble { margin-top: 10px; }


.btn_right { display: flex; justify-content: flex-end; margin-top: 30px; }
.btn_right .btn_baro { margin-right: 50px; display: flex; align-items: center; color: #222; font-size: 20px; font-weight: Medium; }
.btn_right .btn_baro:after { width: 40px; height: 40px; margin-left: 15px; background: url(../../images/env_new/btn_baro.png); content: ""; }

.park_list_wrap { width: 400px; height: calc(100% - 60px); position: absolute; top: 30px; left: 30px; background: #f7f7f7; border: solid 1px #e3e3e3; transition: all 0.3s ease-in-out; }
.park_list_wrap.close { width: 0; border: 0 none; }
.park_list_wrap header { width: 100%; min-height: 70px; padding-left: 20px; background: #0b8ee4; font-weight: bold; color: #fff; font-size: 20px; display: flex; justify-content: center; flex-direction: column; }
.park_list_wrap header > span { display: block; font-size: 15px; margin-top: 10px; font-weight: normal;}
.park_list_wrap .con { width: 100%; height: calc(100% - 70px - 70px - 5px); margin-top: 5px; background: #fff; border-top: solid 1px #e3e3e3; flex: 1 1 0; display: flex; flex-direction: column; }
.park_list_wrap .select { height: 70px; padding: 0 20px; display: flex; align-items: center; justify-content: space-between; flex: none; border-bottom: solid 1px #e3e3e3; background: #fff; }
.park_list_wrap .select > span { display: block; font-size: 14px; font-weight: 300; color: #444; }
.park_list_wrap .select > span > span { color: #0b8ee4; font-weight: 500; }
.park_list_wrap .select select { width: 175px; height: 49px; }
.park_list_wrap .con .scrollwrap > ul { width: 100%; padding: 0 20px; }
.park_list_wrap .con .scrollwrap > ul > li { width: 100%; height: 125px; padding-top: 20px; border-bottom: solid 1px #e3e3e3;  }
.park_list_wrap .con .scrollwrap > ul > li.noone { width: 100%; height: 400px; padding-top: 258px; border-bottom: 0 none;line-height: 160%; background: url(../../images/env_new/noresult.png) center 98px no-repeat; color: #222; font-size: 16px; font-weight: 300; text-align: center; }
.park_list_wrap .con .scrollwrap > ul > li .num_name { min-height: 25px; display: flex; justify-content: space-between; align-items: center; }
.park_list_wrap .con .scrollwrap > ul > li .num_name .nn { display: flex; align-items: center; }
.park_list_wrap .con .scrollwrap > ul > li span { display: block; line-height: 100%; letter-spacing: -.7px; }
.park_list_wrap .con .scrollwrap > ul > li .num_name .nn .num { color: #008fec; font-size: 18px; font-weight: bold; }
.park_list_wrap .con .scrollwrap > ul > li .num_name .nn .name { color: #222; font-size: 18px; font-weight: bold; margin-left: 14px; }
.park_list_wrap .con .scrollwrap > ul > li .num_name .nn .cate { color: #666; font-size: 16px; margin-left: 10px; }

.park_list_wrap .con .scrollwrap > ul > li .num_name .walk_icon { width: 25px; height: 25px; background-image: url(../../images/env_new/icon_walk_s.png); border-radius: 25px; background-position: center center; background-repeat: no-repeat; }
.park_list_wrap .con .scrollwrap > ul > li .num_name .walk_icon.good { background-color: #2d9ff8; }
.park_list_wrap .con .scrollwrap > ul > li .num_name .walk_icon.normal { background-color: #0cbf58; }
.park_list_wrap .con .scrollwrap > ul > li .num_name .walk_icon.bad { background-color: #ff8f00; }
.park_list_wrap .con .scrollwrap > ul > li .num_name .walk_icon.toobad { background-color: #d32f2f; }
.park_list_wrap .con .scrollwrap > ul > li .address { display: block; margin: 15px 0 0 15px; color: #666; font-size: 15px; }
.park_list_wrap .con .scrollwrap > ul > li .tel { display: block; margin: 10px 0 0 16px; color: #666; font-size: 15px; }
.park_list_wrap .con .scrollwrap > ul > li .sere { height: 25px; margin: 18px 0 0 24px; display: flex; align-items: center; }
.park_list_wrap .con .scrollwrap > ul > li .sere > ul { display: flex; }
.park_list_wrap .con .scrollwrap > ul > li .sere > ul li button { width: 50px; height: 25px; border: solid 1px #aaa; line-height: 23px; text-align: center; color: #777; font-size: 14px; }
.park_list_wrap .con .scrollwrap > ul > li .sere > ul li.on button,
.park_list_wrap .con .scrollwrap > ul > li .sere > ul li:hover button { border-: solid 1px #008fec; color: #008fec; }
.park_list_wrap .con .scrollwrap > ul > li .sere .review { height: 25px; font: 14px; color: #222; margin-left: 20px; line-height: 25px; }
.park_list_wrap .con .scrollwrap > ul > li .sere .review span { color: #008fec; display: inline-block;}

.park_list_btn { width: 100%; height: 60px; display: flex; justify-content: space-between; flex: none; }
.park_list_btn .btn { width: 50%; height: 60px; line-height: 60px; text-align: center; color: #fff; font-size: 18px; font-weight: bold; }
.park_list_btn .btn:first-child { background: #0b8ee4; }
.park_list_btn .btn:nth-child(2) { background: #303030; }

.park_result_wrap { width: 400px; /* height: calc(100% - 60px); */ position: absolute; top: 30px; left: 30px; background: #f7f7f7; border: solid 1px #e3e3e3; transition: all 0.3s ease-in-out; }
.park_result_wrap.noone { height: auto; }
.park_result_wrap header { width: 100%; height: 251px; padding: 20px 20px 0; background: #fff; border-bottom: solid 1px #e3e3e3; }
.park_result_wrap header span { line-height: 100%; }
.park_result_wrap header .nameline { display: flex; align-items: center; }
.park_result_wrap header .nameline .name { color: #222; font-size: 20px; font-weight: bold; }
.park_result_wrap header .nameline .cate { margin-left: 24px; position: relative; display: block; color: #666; font-size: 18px; }
.park_result_wrap header .nameline .cate:before { width: 1px; height: 15px; position: absolute; top: 50%; left: -12px; transform: translateY(-50%); background: #c0c0c0; content: ""; }
.park_result_wrap header .address1 { display: block; margin-top: 15px; color: #666; font-size: 16px; }
.park_result_wrap header .address2 { height: 20px; display: flex; margin-top: 20px; color: #666; font-size: 16px; line-height: 20px; }
.park_result_wrap header .address2 .ji { width: 45px; height: 20px; display: block; margin-right: 10px; border: solid 1px #aaa; line-height: 18px; text-align: center; color: #666; font-size: 13px; font-weight: 500; }
.park_result_wrap header .tel { display: block; margin-top: 10px; color: #666; font-size: 16px; }
.park_result_wrap header .arrival { height: 17px; display: block; margin-top: 20px; padding-left: 20px; position: relative; color: #222; font-weight: bold; font-size: 14px; }
.park_result_wrap header .arrival:before { width: 13px; height: 17px; position: absolute; top: 0; left: 0; background: url(../../images/env_new/icon_arrival.png); content: ""; }
.park_result_wrap header .head_btn { width: 100%; margin-top: 20px; display: flex; justify-content: space-between; }
.park_result_wrap header .head_btn .btn { width: 170px; height: 45px; border: solid 1px #008fec; line-height: 43px; text-align: center; color: #008fec; font-size: 16px; font-weight: bold; }

.hugiwrap { width: 100%; height: calc(100% - 256px); margin-top: 5px; overflow-x: hidden; overflow-y: scroll; }
.park_result_wrap .hugi1 { width: 100%; height: 536px; border-bottom: solid 1px #e3e3e3; }
.park_result_wrap .hugi2 { width: 100%; height: 541px; margin-top: 5px; }
.park_result_wrap .hugi { background: #fff; border-top: solid 1px #e3e3e3; padding: 20px 20px 0; }
.park_result_wrap .hugi .huginame { width: 100%; display: flex; justify-content: space-between; align-items: center; }
.park_result_wrap .hugi .huginame .name { color: #222; font-weight: bold; font-size: 17px; }
.park_result_wrap .hugi .huginame .name span { color: #008fec; font-family: Montserrat; }
.park_result_wrap .hugi .huginame .more { display: block; position: relative; padding-right: 15px; color: #444; font-size: 14px; }
.park_result_wrap .hugi .huginame .more:after { width: 5px; height: 9px; position: absolute; top: 50%; right: 0; transform: translateY(-50%); background: url(../../images/env_new/btn_more.png); content: ""; }
.park_result_wrap .hugi .pic { width: 100%; margin-top: 19px; display: flex; justify-content: space-between; flex-wrap: wrap; }
.park_result_wrap .hugi .pic > li { width: 170px; height: 220px; }
.park_result_wrap .hugi .pic > li .img { width: 170px; height: 170px; overflow: hidden; }
.park_result_wrap .hugi .pic > li .hu_hashtag { width: 100%; height: 50px; color: #222; font-size: 14px; line-height: 180%; word-break:normal; overflow: hidden; }
.park_result_wrap .hugi .pic > li:nth-child(3),
.park_result_wrap .hugi .pic > li:nth-child(4) { margin-top: 20px; }

.walk_info { width: 990px; padding: 28px; position: absolute; top: -45px; transform: translate(-50%,-100%); box-shadow: 5px 8.7px 10px 0 rgba(1, 1, 1, 0.15); background: #fff; }
.walk_info:after { width: 24px; height: 16px; position: absolute; bottom: -16px; left: 50%; transform: translateX(-50%); background: url(../../images/env_new/boxbottom.png); content: ""; }
.walk_info span { display: block; line-height: 100%; }
.walk_info .weatherinfo { width: 100%; display: flex; justify-content: center; align-items: center; }
.walk_info .weatherinfo .weather { display: flex; align-items: center; }
.walk_info .weatherinfo .weather .temper { margin-left: 25px; color: #222; font-size: 26px; font-weight: bold; font-family: Montserrat; }
.walk_info .weatherinfo .weather .weather_text { margin-left: 8px; color: #222; font-size: 15px; }
.walk_info .weatherinfo .ul { margin-left: 55px; display: flex; align-items: center; }
.walk_info .weatherinfo .ul li { color: #222; font-size: 15px; display: flex; align-items: center; }
.walk_info .weatherinfo .ul li span { font-size: 15px; font-weight: bold; margin-left: 5px; background:none !important; }
.walk_info .weatherinfo .ul li:not(:first-child) { margin-left: 38px; position: relative; }
.walk_info .weatherinfo .ul li:not(:first-child):before { width: 1px; height: 16px; position: absolute; top: 50%; left: -19px; transform: translateY(-50%); background: #d0d0d0; content: "";}
.walk_info .yebotext { width: 100%; margin-top: 18px; padding: 18px 0; text-align: center; color: #fff; font-size: 16px; background: #008fec; line-height: 1.63; }
.walk_info .tit { margin-top: 20px; color: #222; font-size: 18px; font-weight: bold; }
.walk_info .walk_ul { width: 100%; margin-top: 10px; display: flex; flex-wrap: wrap;  }
.walk_info .walk_ul li { width: 75px; height: 75px; margin-top: 10px; position: relative; padding-top: 50px; border-radius: 4px; border: solid 1px #e0e0e0; color: #222; font-size: 14px; text-align: center; }
.walk_info .walk_ul .walkinfo_18 { letter-spacing: -2px; }

.walk_info .walk_ul li:first-child,
.walk_info .walk_ul li:nth-child(2),
.walk_info .walk_ul li:nth-child(3),
.walk_info .walk_ul li:nth-child(4),
.walk_info .walk_ul li:nth-child(5),
.walk_info .walk_ul li:nth-child(6),
.walk_info .walk_ul li:nth-child(7),
.walk_info .walk_ul li:nth-child(8),
.walk_info .walk_ul li:nth-child(9),
.walk_info .walk_ul li:nth-child(10) { margin-top: 0; }
.walk_info .walk_ul li:not(:nth-child(10n+1)) { margin-left: 20px; }
.walk_info .walk_ul li:before { position: absolute; top: 15px; left: 50%; transform: translateX(-50%); content: ""; background-image: url(../../images/env_new/info_icon/info_icon.png); background-repeat: no-repeat; }

.walkinfo_1:before { width: 21px; height: 25px; background-position: -28px -42px; }
.walkinfo_2:before { width: 30px; height: 19px; background-position: -119px -45px; }
.walkinfo_3:before { width: 22px; height: 24px; background-position: -218px -43px; }
.walkinfo_4:before { width: 28px; height: 15px; background-position: -310px -47px; }
.walkinfo_5:before { width: 24px; height: 24px; background-position: -407px -43px; }
.walkinfo_6:before { width: 27px; height: 27px; background-position: -500px -41px; }
.walkinfo_7:before { width: 24px; height: 25px; background-position: -597px -42px; }
.walkinfo_8:before { width: 14px; height: 26px; background-position: -697px -42px; }
.walkinfo_9:before { width: 30px; height: 24px; background-position: -784px -43px; }
.walkinfo_10:before { width: 26px; height: 24px; background-position: -881px -43px; }
.walkinfo_11:before { width: 23px; height: 25px; background-position: -27px -130px; }
.walkinfo_12:before { width: 22px; height: 25px; background-position: -123px -130px; }
.walkinfo_13:before { width: 34px; height: 24px; background-position: -212px -131px; }
.walkinfo_14:before { width: 24px; height: 24px; background-position: -312px -131px; }
.walkinfo_15:before { width: 22px; height: 24px; background-position: -408px -131px; }
.walkinfo_16:before { width: 33px; height: 24px; background-position: -497px -131px; }
.walkinfo_17:before { width: 41px; height: 18px; background-position: -588px -134px; }
.walkinfo_18:before { width: 27px; height: 23px; background-position: -690px -131px; }
.walkinfo_19:before { width: 26px; height: 24px; background-position: -786px -131px; }

.park_table { width: 100%; margin-top: 10px; }
.park_table table { width: 100%;  }
.park_table table th,
.park_table table td { border: solid 1px #dddddd; vertical-align: middle; text-align: center;color: #222; }
.park_table table th { height: 60px; background: #f1effc; font-size: 15px; font-weight: bold; }
.park_table table td { font-size: 13px; line-height: 1.92; }
.park_table .park_icon { margin: 0 auto; display: block; background-image: url(../../images/env_new/info_icon/info_icon.png); background-repeat: no-repeat; }

.park_table .park1_1 { width: 23px;	height: 21px; background-position: -47px -275px; }
.park_table .park1_2 { width: 26px;	height: 17px; background-position: -160px -276px; }
.park_table .park1_3 { width: 22px;	height: 22px; background-position: -276px -273px; }
.park_table .park1_4 { width: 20px;	height: 20px; background-position: -391px -274px; }
.park_table .park1_5 { width: 23px;	height: 18px; background-position: -503px -275px; }
.park_table .park1_6 { width: 20px;	height: 20px; background-position: -619px -274px; }
.park_table .park1_7 { width: 23px;	height: 22px; background-position: -731px -273px; }
.park_table .park1_8 { width: 24px;	height: 19px; background-position: -845px -275px; }
.park_table .park1_9 { width: 26px;	height: 17px; background-position: -958px -276px; }
.park_table .park1_10 { width: 29px; height: 15px; background-position: -1070px -277px; }
.park_table .park1_11 { width: 23px; height: 18px; background-position: -47px -334px; }
.park_table .park1_12 { width: 23px; height: 22px; background-position: -161px -332px; }
.park_table .park1_13 { width: 25px; height: 21px; background-position: -274px -332px; }
.park_table .park1_14 { width: 23px; height: 23px; background-position: -389px -331px; }
.park_table .park1_15 { width: 26px; height: 22px; background-position: -502px -332px; }
.park_table .park1_16 { width: 26px; height: 22px; background-position: -616px -332px; }
.park_table .park1_17 { width: 29px; height: 15px; background-position: -728px -335px; }
.park_table .park1_18 { width: 21px; height: 21px; background-position: -846px -332px; }
.park_table .park1_19 { width: 25px; height: 21px; background-position: -958px -332px; }
.park_table .park1_20 { width: 21px; height: 21px; background-position: -1074px -332px; }
.park_table .park1_21 { width: 16px; height: 21px; background-position: -51px -393px; }
.park_table .park1_22 { width: 29px; height: 20px; background-position: -158px -393px; }
.park_table .park1_23 { width: 23px; height: 24px; background-position: -275px -391px; }
.park_table .park1_24 { width: 23px; height: 18px; background-position: -389px -394px; }
.park_table .park1_25 { width: 26px; height: 17px; background-position: -502px -395px; }
.park_table .park1_26 { width: 27px; height: 20px; background-position: -615px -393px; }

.park_table .park2_1 { width: 24px;	height: 22px; background-position: -47px -520px; }
.park_table .park2_2 { width: 34px;	height: 16px; background-position: -156px -523px; }
.park_table .park2_3 { width: 27px;	height: 20px; background-position: -273px -520px; }
.park_table .park2_4 { width: 24px;	height: 23px; background-position: -389px -520px; }
.park_table .park2_5 { width: 22px;	height: 22px; background-position: -504px -520px; }
.park_table .park2_6 { width: 22px;	height: 22px; background-position: -618px -519px; }
.park_table .park2_7 { width: 26px;	height: 22px; background-position: -730px -520px; }
.park_table .park2_8 { width: 25px;	height: 24px; background-position: -844px -518px; }
.park_table .park2_9 { width: 24px;	height: 22px; background-position: -959px -519px; }
.park_table .park2_10 { width: 25px; height: 22px; background-position: -1072px -521px; }
.park_table .park2_11 { width: 23px; height: 19px; background-position: -47px -582px; }
.park_table .park2_12 { width: 31px; height: 20px; background-position: -157px -581px; }
.park_table .park2_13 { width: 34px; height: 25px; background-position: -270px -577px; }
.park_table .park2_14 { width: 29px; height: 19px; background-position: -386px -581px; }
.park_table .park2_15 { width: 24px; height: 23px; background-position: -503px -579px; }
.park_table .park2_16 { width: 25px; height: 23px; background-position: -616px -578px; }
.park_table .park2_17 { width: 25px; height: 23px; background-position: -730px -578px; }
.park_table .park2_18 { width: 22px; height: 22px; background-position: -846px -578px; }

.park_table .park3_1 { width: 22px;	height: 22px; background-position: -48px -706px; }
.park_table .park3_2 { width: 27px;	height: 20px; background-position: -159px -707px; }
.park_table .park3_3 { width: 25px;	height: 24px; background-position: -274px -705px; }
.park_table .park3_4 { width: 20px;	height: 20px; background-position: -391px -707px; }
.park_table .park3_5 { width: 23px;	height: 21px; background-position: -503px -706px; }
.park_table .park3_6 { width: 26px;	height: 20px; background-position: -616px -707px; }
.park_table .park3_7 { width: 41px;	height: 23px; background-position: -722px -705px; }
.park_table .park3_8 { width: 24px;	height: 21px; background-position: -845px -706px; }
.park_table .park3_9 { width: 28px;	height: 21px; background-position: -957px -706px; }
.park_table .park3_10 { width: 21px; height: 21px; background-position: -1074px -706px; }
.park_table .park3_11 { width: 20px; height: 20px; background-position: -49px -766px; }
.park_table .park3_12 { width: 19px; height: 23px; background-position: -163px -765px; }
.park_table .park3_13 { width: 24px; height: 25px; background-position: -275px -764px; }
.park_table .park3_14 { width: 26px; height: 20px; background-position: -388px -766px; }
.park_table .park3_15 { width: 27px; height: 20px; background-position: -501px -766px; }
.park_table .park3_16 { width: 16px; height: 22px; background-position: -621px -765px; }
.park_table .park3_17 { width: 25px; height: 23px; background-position: -730px -765px; }
.park_table .park3_18 { width: 24px; height: 24px; background-position: -845px -764px; }
.park_table .park3_19 { width: 23px; height: 22px; background-position: -961px -765px; }
.park_table .park3_20 { width: 38px; height: 18px; background-position: -1066px -767px; }
.park_table .park3_21 { width: 38px; height: 18px; background-position: -40px -826px; }
.park_table .park3_22 { width: 23px; height: 23px; background-position: -161px -823px; }
.park_table .park3_23 { width: 20px; height: 20px; background-position: -277px -825px; }
.park_table .park3_24 { width: 20px; height: 20px; background-position: -391px -825px; }
.park_table .park3_25 { width: 21px; height: 22px; background-position: -504px -824px; }

.park_table .park4_1 { width: 24px;	height: 20px; background-position: -47px -951px; }
.park_table .park4_2 { width: 13px;	height: 24px; background-position: -166px -949px; }
.park_table .park4_3 { width: 24px;	height: 23px; background-position: -275px -950px; }
.park_table .park4_4 { width: 21px;	height: 22px; background-position: -390px -950px; }
.park_table .park4_5 { width: 22px;	height: 22px; background-position: -503px -950px; }
.park_table .park4_6 { width: 26px;	height: 26px; background-position: -616px -948px; }
.park_table .park4_7 { width: 25px;	height: 19px; background-position: -730px -952px; }
.park_table .park4_8 { width: 31px;	height: 19px; background-position: -841px -952px; }
.park_table .park4_9 { width: 24px;	height: 22px; background-position: -959px -950px; }
.park_table .park4_10 { width: 22px; height: 21px; background-position: -1074px -951px; }
.park_table .park4_11 { width: 35px; height: 22px; background-position: -41px -1011px; }
.park_table .park4_12 { width: 28px; height: 22px; background-position: -158px -1011px; }
.park_table .park4_13 { width: 25px; height: 20px; background-position: -274px -1012px; }
.park_table .park4_14 { width: 18px; height: 23px; background-position: -392px -1010px; }
.park_table .park4_15 { width: 35px; height: 38px; background-position: -497px -1011px; }

.park_search_wrap { width: 400px; height: calc(100% - 60px); position: absolute; top: 30px; left: 30px; background: #f7f7f7; border: solid 1px #e3e3e3; transition: all 0.3s ease-in-out; }
.park_search_wrap.noone { height: auto; }
.park_search_wrap.on { transform: translateX(-430px); }
.park_list_wrap.on  { transform: translateX(-430px); }
.park_result_wrap.on  { transform: translateX(-430px); }
.park_search_wrap header { width: 100%; height: 161px; background: #fff; border-bottom: solid 1px #e3e3e3; }
.park_search_wrap header .searchWrap { width: 100%; height: 100px; padding: 25px 20px; background: #008fec; }
.park_search_wrap header .searchWrap .search { width: 100%; height: 100%; display: flex; background: #fff; }
.park_search_wrap header .searchWrap .search .input { width: calc(100% - 70px); height: 100%; padding: 0 20px; }
.park_search_wrap header .searchWrap .search .search_btn { width: 60px; height: 100%; background: url(../../images/env_new/btn_search.png) center center no-repeat; }
.park_search_wrap header .ul_btn { margin: 20px 20px 0 0 ; display: flex; justify-content: flex-end; }
.park_search_wrap header .ul_btn li:not(:first-child) { margin-left: 40px; position: relative; }
.park_search_wrap header .ul_btn li:not(:first-child):before { width: 1px; height: 15px; position: absolute; top: 50%; left: -20px; background: #d2d2d2; transform: translateY(-50%); content: ""; }
.park_search_wrap header .ul_btn li button { display: block; position: relative; padding-left: 20px; color: #222; font-size: 15px; line-height: 100%; }
.park_search_wrap header .ul_btn li .detail:before { width: 15px; height: 15px; position: absolute; top: 50%; left: 0; transform: translateY(-50%); background: url(../../images/env_new/btn_detail.png) no-repeat; content: ""; }
.park_search_wrap header .ul_btn li .refresh:before { width: 15px; height: 15px; position: absolute; top: 50%; left: 0; transform: translateY(-50%); background: url(../../images/env_new/btn_refresh.png) no-repeat; content: ""; }

.park_search_wrap .con {  width: 100%; height: calc(100% - 161px - 5px); margin-top: 5px; background: #fff; border-top: solid 1px #e3e3e3; flex: 1 1 0; display: flex; flex-direction: column; }
.park_search_wrap .con .tit { display: block; color: #222; font-size: 17px; font-weight: bold; line-height: 100%; }
.park_search_wrap .con .theme_searchWrap { width: 100%; padding: 20px 20px 0; flex: none; }
.park_search_wrap .con .theme_searchWrap .ul { width: 100%; margin-top: 20px; padding-bottom: 20px; border-bottom: #e3e3e3 solid 1px; }
.park_search_wrap .con .theme_searchWrap .ul li { width: 360px; height: 35px; position: relative; }
.park_search_wrap .con .theme_searchWrap .ul li + li { margin-top: 10px; }
.theme_searchWrap input[type="checkbox"] { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0 }
.theme_searchWrap input[type="checkbox"] + label {width: 360px; height: 35px; display: block; position: absolute; left: 0; top: 0; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; font-size: 14px; color: #666; line-height: 37px; padding-left: 77px;  }
.theme_searchWrap input[type="checkbox"] + label:before { content: ""; display: inline-block; width: 352px; height: 35px; vertical-align: middle;  border: 1px solid #bababa; position: absolute; left: 0; top: 0; background: url(../../images/env_new/btn_themecheck.png) 20px center no-repeat; }
.theme_searchWrap input[type="checkbox"]:checked + label { color: #008fec; }
.theme_searchWrap input[type="checkbox"]:checked + label:before { content: ""; border: solid 2px #008fec; background: url(../../images/env_new/btn_themecheck_check.png) 20px center no-repeat; }

.park_search_wrap .con .location { padding: 20px 20px 0; position: relative; }
.park_search_wrap .con .location .lo_ul { width: 100%; margin-top: 20px; display: flex; flex-wrap: wrap; padding-bottom: 10px; }
.park_search_wrap .con .location .lo_ul li { margin-top: 10px; }
.park_search_wrap .con .location .lo_ul li:not(:nth-child(4n+1)) { margin-left: 11px; }
.park_search_wrap .con .location .lo_ul li:first-child,
.park_search_wrap .con .location .lo_ul li:nth-child(2),
.park_search_wrap .con .location .lo_ul li:nth-child(3),
.park_search_wrap .con .location .lo_ul li:nth-child(4) { margin-top: 0; }
.park_search_wrap .con .location .lo_ul li { width: 77px; height: 30px; border-radius: 3px; border: solid 1px #bababa; }
.park_search_wrap .con .location .lo_ul li input { position: absolute; }
.park_search_wrap .con .location .lo_ul li label { width: 77px; height: 30px; display: block; line-height: 28px; text-align: center; color: #666; font-size: 14px; border-radius: 3px; cursor: pointer; }
.park_search_wrap .con .location .lo_ul li input[type="checkbox"]:checked + label { background: #008fec; border: #008fec solid 1px; color: #fff; }

.park_search_wrap .con .location .brow { display: flex; align-items: center; color: #222; font-size: 15px; line-height: 100%; padding-bottom: 20px; border-bottom: #e3e3e3 solid 1px; }
.park_search_wrap .con .location .brow .caution { width: 15px; height: 15px; position: relative; top: 2px; margin-left: 10px; background: url(../../images/env_new/icon_caution.png); }
.park_search_wrap .con .location .brow_tooltip { width: 355px; padding: 20px; position: absolute; left: 20px; bottom: 50px; background: #fff; box-shadow: 3.5px 6.1px 8px 0 rgba(2, 2, 2, 0.1); border: solid 1px #bababa; z-index: 40; display: none; }
.park_search_wrap .con .location .brow_tooltip .tt { display: flex; font-size: 15px; color: #222; font-weight: bold; padding-bottom: 8px; }
.park_search_wrap .con .location .brow_tooltip .tt:before { width: 15px; height: 10px; display: block; flex: none; margin-right: 5px; background: url(../../images/env_new/blt_check.png); content: ""; }
.park_search_wrap .con .location .brow_tooltip .tt .caution { width: 15px; height: 15px; position: relative; margin-right: 10px; background: url(../../images/env_new/icon_caution.png); }
.park_search_wrap .con .location .brow_tooltip .p { color: #555; font-size: 14px; line-height: 1.3; padding-left: 20px; margin-top: 15px; }
.park_search_wrap .con .location .brow_tooltip .p b { color: #222; font-weight: bold; }
.park_search_wrap .con .location .brow_tooltip .p + .tt { margin-top: 40px; }
.park_search_wrap .con .location .brow_tooltip .p > span { background: #0b8ee4; background: #e1f2ff; }
.park_search_wrap .con .location .brow_tooltip .line { width: 100%; height: 1px; background: #e1e1e1; margin: 10px 0; }

.park_search_wrap .con .distance { padding: 20px 20px 0; position: relative; }
.park_search_wrap .con .distance .tit { display: flex; justify-content: space-between; }
.park_search_wrap .con .distance .tit .km { color: #008fec; font-size: 14px; }

.distance .slider{width:100%;height:110px;background:#fff;position:relative; border-bottom: #e3e3e3 solid 1px;}
.distance .irs{font-size:0.75rem;}
.distance .irs--flat.irs-with-grid{position:absolute;top:0;left:0;width:100%;height:110px;}
.distance .irs--flat .irs-bar{height:7px;top:25px;background:#008fec;}
.distance .irs--flat .irs-from,.distance .irs--flat .irs-to{color:#008fec;font-size:14px;background: none;visibility: visible !important;display: none;}
.distance .irs--flat .irs-single { display: none; }
.distance .irs--flat .irs-from { top: -18px !important; right: 66px !important; left: inherit !important; }
.distance .irs--flat .irs-from:after { content: "~"; }
.distance .irs--flat .irs-from:before,
.distance .irs--flat .irs-to:before{ content: none; }
.distance .irs--flat .irs-to { top: -18px !important; right: 0px !important; left: inherit !important; }
.distance .irs--flat .irs-to:after { content: "Km이내"; }
.distance .irs--flat .irs-min,.distance .irs--flat .irs-max{display:none;}
.distance .irs--flat .irs-line{height:7px;top:25px;border: solid 1px #dadada;background-color: #f3f3f3;}
.distance .irs--flat .irs-handle>i:first-child{display:none;}
.distance .irs--flat .irs-handle{width:20px;height:20px;top:19px;border:#dadada solid 3px;border-radius:20px;background:#fff;}
.distance .irs--flat .irs-handle.from::after{content:none;}
.distance .irs--flat .irs-handle.to::after{content:none;}
.distance .irs--flat .irs-grid-text{ width: 0; height: 0; color: #fff; font-size:0; }
.distance .irs--flat .irs-from:before,.distance  .irs--flat .irs-to:before,.distance  .irs--flat .irs-single:before{border-top-color: #d9d9d9;}
.distance .irs--flat .irs-grid { top: 40px; bottom: inherit; }
.js-grid-text-0:before { position: absolute; top: -5px; left: 50%; transform: translateX(-50%); color: #222; font-size: 12px; content: "3km"; }
.js-grid-text-0:after { position: absolute; top: 10px; left: 50%; transform: translateX(-50%); color: #222; font-size: 12px; content: "이내"; }
.js-grid-text-1:before { position: absolute; top: -5px; left: 50%; transform: translateX(-50%); color: #222; font-size: 12px; content: "5km"; }
.js-grid-text-1:after { position: absolute; top: 10px; left: 50%; transform: translateX(-50%); color: #222; font-size: 12px; content: "이내"; }
.js-grid-text-2:before { position: absolute; top: -5px; left: 50%; transform: translateX(-50%); color: #222; font-size: 12px; content: "10km"; }
.js-grid-text-2:after { position: absolute; top: 10px; left: 50%; transform: translateX(-50%); color: #222; font-size: 12px; content: "이내"; }
.js-grid-text-3:before { position: absolute; top: -5px; left: 50%; transform: translateX(-50%); color: #222; font-size: 12px; content: "20km"; }
.js-grid-text-3:after { position: absolute; top: 10px; left: 50%; transform: translateX(-50%); color: #222; font-size: 12px; content: "이상"; }


.irs-grid-pol.small { display: none; }
.irs-grid-pol { background: #c1c1c1; height: 10px; }
.showcase__mark { position: absolute; top: 58px; font-size: 12px ; color: #222222; }

.park_search_wrap .con .sort { padding: 20px 20px 0; border-bottom: #e3e3e3 solid 1px;  }
.park_search_wrap .con .sort .sort_ul { width: 100%; margin-top: 20px; display: flex; flex-wrap: wrap; padding-bottom: 20px; }
.park_search_wrap .con .sort .sort_ul li { margin-top: 10px; position: relative; }
.park_search_wrap .con .sort .sort_ul li:not(:nth-child(3n+1)) { margin-left: 10px; }
.park_search_wrap .con .sort .sort_ul li:first-child,
.park_search_wrap .con .sort .sort_ul li:nth-child(2),
.park_search_wrap .con .sort .sort_ul li:nth-child(3) { margin-top: 0; }
.park_search_wrap .con .sort .sort_ul li { width: 107px; height: 35px; border-radius: 3px; border: solid 1px #bababa; }

.park_search_wrap .con .sort .sort_ul li input { position: absolute; top: 0; }
.park_search_wrap .con .sort .sort_ul li label { width: 107px; height: 35px; display: block; border-radius: 3px; line-height: 33px; text-align: center; color: #666; font-size: 14px; cursor: pointer; }
.park_search_wrap .con .sort .sort_ul li input[type="checkbox"]:checked + label { background: #008fec; border: #008fec solid 1px; color: #fff; }

.park_search_wrap .con .faci { padding: 20px 20px 0 ;}
.park_search_wrap .con .faci .faci_ul { width: 100%; margin-top: 20px; display: flex; flex-wrap: wrap; padding-bottom: 20px; border-bottom: #e3e3e3 solid 1px; }
.park_search_wrap .con .faci .faci_ul li { margin-top: 10px; }
.park_search_wrap .con .faci .faci_ul li:not(:nth-child(5n+1)) { margin-left: 16px; }
.park_search_wrap .con .faci .faci_ul li:first-child,
.park_search_wrap .con .faci .faci_ul li:nth-child(2),
.park_search_wrap .con .faci .faci_ul li:nth-child(3),
.park_search_wrap .con .faci .faci_ul li:nth-child(4),
.park_search_wrap .con .faci .faci_ul li:nth-child(5) { margin-top: 0; }
.park_search_wrap .con .faci .faci_ul li { width: 55px; position: relative; line-height: 100%; text-align: center; color: #222; font-size: 14px; letter-spacing: -.5px; }
.park_search_wrap .con .faci .faci_ul li label:before { width: 55px; height: 55px; position: absolute; top: 0; left: 0; border-radius: 5.5px;
  border: solid 1px #e0e0e0; background-position: center center; background-repeat: no-repeat; content: ""; }

.park_search_wrap .con .faci .faci_ul input[type=checkbox]:checked + label { color: #008fec; }
.park_search_wrap .con .faci .faci_ul input[type=checkbox]:checked + label:before {  background-color: #008fec; border: 0 none; }
.park_search_wrap .con .faci .faci_ul li label { width: 100%; height: 80px; padding-top: 63px; display: block; cursor: pointer;}
.park_search_wrap .con .faci .faci_ul li input { position: absolute; top:0; }

.faci1 label:before {background-image: url(../../images/env_new/faci1.png);}
.faci2 label:before {background-image: url(../../images/env_new/faci2.png);}
.faci3 label:before {background-image: url(../../images/env_new/faci3.png);}
.faci4 label:before {background-image: url(../../images/env_new/faci4.png);}
.faci5 label:before {background-image: url(../../images/env_new/faci5.png);}
.faci6 label:before {background-image: url(../../images/env_new/faci6.png);}
.faci7 label:before {background-image: url(../../images/env_new/faci7.png);}
.faci8 label:before {background-image: url(../../images/env_new/faci8.png);}
.faci9 label:before {background-image: url(../../images/env_new/faci9.png);}
.faci10 label:before {background-image: url(../../images/env_new/faci10.png);}
.faci11 label:before {background-image: url(../../images/env_new/faci11.png);}
.faci12 label:before {background-image: url(../../images/env_new/faci12.png);}
.faci13 label:before {background-image: url(../../images/env_new/faci13.png);}
.faci14 label:before {background-image: url(../../images/env_new/faci14.png);}
.faci15 label:before {background-image: url(../../images/env_new/faci15.png);}
.faci1 input[type=checkbox]:checked + label:before {background-image: url(../../images/env_new/faci1_on.png);}
.faci2 input[type=checkbox]:checked + label:before {background-image: url(../../images/env_new/faci2_on.png);}
.faci3 input[type=checkbox]:checked + label:before {background-image: url(../../images/env_new/faci3_on.png);}
.faci4 input[type=checkbox]:checked + label:before {background-image: url(../../images/env_new/faci4_on.png);}
.faci5 input[type=checkbox]:checked + label:before {background-image: url(../../images/env_new/faci5_on.png);}
.faci6 input[type=checkbox]:checked + label:before {background-image: url(../../images/env_new/faci6_on.png);}
.faci7 input[type=checkbox]:checked + label:before {background-image: url(../../images/env_new/faci7_on.png);}
.faci8 input[type=checkbox]:checked + label:before {background-image: url(../../images/env_new/faci8_on.png);}
.faci9 input[type=checkbox]:checked + label:before {background-image: url(../../images/env_new/faci9_on.png);}
.faci10 input[type=checkbox]:checked + label:before {background-image: url(../../images/env_new/faci10_on.png);}
.faci11 input[type=checkbox]:checked + label:before {background-image: url(../../images/env_new/faci11_on.png);}
.faci12 input[type=checkbox]:checked + label:before {background-image: url(../../images/env_new/faci12_on.png);}
.faci13 input[type=checkbox]:checked + label:before {background-image: url(../../images/env_new/faci13_on.png);}
.faci14 input[type=checkbox]:checked + label:before {background-image: url(../../images/env_new/faci14_on.png);}
.faci15 input[type=checkbox]:checked + label:before {background-image: url(../../images/env_new/faci15_on.png);}

.park_search_wrap .con .park_search_btn { width: 100%; height: 60px; flex: none; }
.park_search_wrap .con .park_search_btn .btn { width: 100%; height: 60px; display: block; background: #282828; line-height: 60px; text-align: center; color: #fff; font-size: 18px; font-weight: bold; }

.park_search_wrap .con .area { padding: 20px 20px 0 ; position: relative; }
.park_search_wrap .con .area .tit { display: flex; align-items: center; }
.park_search_wrap .con .area .tit .caution { width: 15px; height: 15px; position: relative; top: 2px; margin-left: 10px; background: url(../../images/env_new/icon_caution.png); }
.park_search_wrap .con .area .tooltip { width: 230px; height: 155px; padding: 20px; position: absolute; left: 96px; bottom: 70px; background: #fff; box-shadow: 3.5px 6.1px 8px 0 rgba(2, 2, 2, 0.1); border: solid 1px #bababa; z-index: 40; display: none; }
.park_search_wrap .con .area .tooltip .tt { display: flex; align-items: center; font-size: 16px; color: #222; font-weight: bold; }
.park_search_wrap .con .area .tooltip .tt .caution { width: 15px; height: 15px; position: relative; margin-right: 10px; background: url(../../images/env_new/icon_caution.png); }
.park_search_wrap .con .area .tooltip .p { margin-top: 15px; color: #555; font-size: 14px; line-height: 1.57; }
.park_search_wrap .con .area .tooltip .p b { color: #222; font-weight: bold; }

.park_search_wrap .con .area .area_ul { width: 100%; margin-top: 20px; display: flex; flex-wrap: wrap; padding-bottom: 20px; border-bottom: #e3e3e3 solid 1px; }
.park_search_wrap .con .area .area_ul li { margin-top: 10px; }
.park_search_wrap .con .area .area_ul li:not(:nth-child(3n+1)) { margin-left: 10px; }
.park_search_wrap .con .area .area_ul li:first-child,
.park_search_wrap .con .area .area_ul li:nth-child(2),
.park_search_wrap .con .area .area_ul li:nth-child(3) { margin-top: 0; }
.park_search_wrap .con .area .area_ul li { width: 107px; height: 35px; border-radius: 3px; border: solid 1px #bababa; line-height: 33px; text-align: center; color: #666; font-size: 14px; }

.park_search_wrap .con .area .area_ul li input { position: absolute; top: 0; }
.park_search_wrap .con .area .area_ul li label { width: 107px; height: 35px; display: block; border-radius: 3px; line-height: 33px; text-align: center; color: #666; font-size: 14px; cursor: pointer; }
.park_search_wrap .con .area .area_ul li input[type="checkbox"]:checked + label { background: #008fec; border: #008fec solid 1px; color: #fff; }


/* 마커 임시 api붙이고 다시 수정 */
.point_marker { width: 1px; height: 1px; position: relative; }
.point_marker .marker { width: 25px; height: 31px; padding-top: 5px; position: absolute; top: 0; left: 1px; transform: translate(-50%,-100%); background: url(../../images/env_new/marker_normal.png); text-align: center; color: #008fec; font-size: 15px;  font-weight: bold; }
.point_marker.on .marker { width: 30px; height: 38px; color: #fff; font-size: 18px; background: url(../../images/env_new/marker_big.png); }
.point_marker.on .marker span { line-height: 100%; }


.point_ex1 { position: absolute; top: 700px; left: 978px; }
.point_ex2 { position: absolute; top: 480px; left: 584px; }
.point_ex3 { position: absolute; top: 502px; left: 885px; }
.point_ex4 { position: absolute; top: 403px; left: 1115px; }

.walk_ex { position: absolute; top: 680px; left: 978px; }



/* .marker_pp { width: 450px; padding: 30px; position: absolute; top: 300px; left: 50%; transform: translate(-50%,-100%); margin-top: -16px; box-shadow: 5px 8.7px 10px 0 rgba(1, 1, 1, 0.15); background-color: #fff; } */
.marker_pp { width: 450px; padding: 30px; position: absolute; top: -30px; left: 50%; transform: translate(-50%,-100%); margin-top: -16px; box-shadow: 5px 8.7px 10px 0 rgba(1, 1, 1, 0.15); background-color: #fff; }
.marker_pp:after { width: 24px; height: 16px; position: absolute; bottom: -16px; left: 50%; transform: translateX(-50%); background: url(../../images/env_new/boxbottom.png); content: ""; }
.marker_pp .tit { display: block; color: #222; font-size: 20px; font-weight: bold; line-height: 100%; }
.marker_pp .text1 { display: block; color: #666; font-size: 16px; margin-top: 19px; line-height: 100%; }
.marker_pp .text2 { display: flex; align-items: center; margin-top: 12px; color: #666; font-size: 16px; line-height: 100%; }
.marker_pp .text2 .ji { width: 45px; height: 20px; display: block; border: solid 1px #aaa; text-align: center; line-height: 18px;  color: #666; font-size: 13px; font-weight: 500; margin-right: 10px; }
.marker_pp .text3 { display: block; color: #666; font-size: 16px; margin-top: 12px; line-height: 100%; }
.marker_pp .pbtn-wrap { width: 100%; margin-top: 34px; display: flex; justify-content: space-between; }
.marker_pp .pbtn-wrap .btn1,
.marker_pp .pbtn-wrap .btn2 { width: 190px; height: 50px; line-height: 50px; text-align: center; color: #fff; font-size: 16px; font-weight: 500; }
.marker_pp .pbtn-wrap .btn1 { background: #282828; }
.marker_pp .pbtn-wrap .btn2 { background: #008fec; }


#map:after { position: absolute; left: 5px; bottom: 5px; font-size: 13px; color: #111; padding: 5px; background: #fff; content: '출처:Airkorea, 데이터 오류가능성: 데이터는 실시간 관측된 자료이며 측정소 현지 사정이나 데이터의 수신상태에 따라 미수신될 수 있습니다.'; z-index: 6; }

/*
 * env-00409
 * 2024-01-17
 * 마커 마우스 오버시 숨쉬기 효과
 */
img[src *= icon_]:hover { animation:clickEffect 2s infinite alternate; }
   
@keyframes clickEffect{ 
	0%{
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -ms-transform: scale(1.0);
    -o-transform: scale(1.0);
    transform: scale(1.0);
    -webkit-backface-visibility: hidden;
	} 
	100%{
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
    -webkit-backface-visibility: hidden;
	} 
}
