@charset "utf-8";

/***

전체공원현황

***/
.sub1_parg_map_img { position:relative; width:100%; height:0; padding-top:calc(441 / 1001 * 100%); }
.sub1_parg_map_img ul li { position:absolute; z-index:1; }
.sub1_parg_map_img ul li a { position:relative; display:block; width:100%; height:100%;  }
.sub1_parg_map_img ul li a::before { content:""; transition:all 2s; transform:rotate(0deg);  position:absolute; left:0; top:0; display:block; width:23px; height:20px; background-image:url(../images/contents/map_marker.png); background-repeat:no-repeat; background-size:cover; background-position:center;}
.sub1_parg_map_img ul li a span { position:absolute; min-width:100px; width:100%; font-size:1.5rem; line-height:1; color:#000; font-weight:500; letter-spacing: -0.025em; }
.sub1_parg_map_img ul li a:hover::before { transition:all 1.5s; transform:rotate(360deg); background-image:url(../images/contents/map_marker_on.png) }
.sub1_parg_map_img ul li a:hover span { font-weight:600; color:#1053a5; transition:all 0.5s; }
.sub1_parg_map_img ul li a:focus {  }
.sub1_parg_map_img ul li a:focus::before { transition:all 1.5s; transform:rotate(360deg); background-image:url(../images/contents/map_marker_on.png) }
.sub1_parg_map_img ul li a:focus span { font-weight:600; color:#1053a5; transition:all 0.5s; }
.sub1_parg_map_img ul li:nth-child(1) { top:14%; left:22%;}
.sub1_parg_map_img ul li:nth-child(1) a span { left:28px; top:2px }  
.sub1_parg_map_img ul li:nth-child(2) { top:33%; left:30%;}
.sub1_parg_map_img ul li:nth-child(2) a span { left:28px; top:2px }  
.sub1_parg_map_img ul li:nth-child(3) { top:64.5%; left:48%;}
.sub1_parg_map_img ul li:nth-child(3) a span {left: -25px;top:-32px;}  
.sub1_parg_map_img ul li:nth-child(4) {top:48%;left: 75%;}
.sub1_parg_map_img ul li:nth-child(4) a span { left:-35px; top:-28px; }  
.sub1_parg_map_img ul li:nth-child(5) { top:40%; left:89.5%;}
.sub1_parg_map_img ul li:nth-child(5) a span { left:-0; top:-30px; }  
.sub1_parg_map_img ul li:nth-child(6) { top:31%; left:10.5%;}
.sub1_parg_map_img ul li:nth-child(6) a span { left:-90px; top:2px; }  
.sub1_parg_map_img ul li:nth-child(7) { top:46%; left:16.8%;}
.sub1_parg_map_img ul li:nth-child(7) a span { left:-90px; top:2px; }  
.sub1_parg_map_img ul li:nth-child(8) { top:59%; left:27%;}
.sub1_parg_map_img ul li:nth-child(8) a span { left:-25px; bottom:-40px; }  
.sub1_parg_map_img ul li:nth-child(9) { bottom:16%; left:58%;}
.sub1_parg_map_img ul li:nth-child(9) a span { left:-20px; bottom:-45px; }  
.sub1_parg_map_img ul li:nth-child(10) { bottom:25%; left:66%;}
.sub1_parg_map_img ul li:nth-child(10) a span { left:-18px; bottom:-40px; }  
.sub1_parg_map_img ul li:nth-child(11) { bottom:21%; left:81.5%; }
.sub1_parg_map_img ul li:nth-child(11) a span { left:28px; top:2px; }  

.sub1_parg_map_img .sub1_over_img { position:absolute; left:0; top:0; width:100%; height:0; padding-top:calc(441 / 1001 * 100%); background-image:url(../images/contents/sub1_1_1_map.jpg); background-repeat:no-repeat; background-size:cover; }
.sub1_parg_map_img img {max-width:100%;}

.sub_1_park {display:flex; justify-content:space-between;}
.sub_1_park_all_list {width:calc(100% - 330px);  box-sizing:border-box;}
.sub_1_park_all_list .con:first-child {border-top:2px solid #000;}
.sub_1_park_all_list .con {width:100%; border-bottom:1px solid #cccccc; padding-bottom:20px;}
.sub_1_park_all_list .con .tit {display:flex; justify-content:space-between; padding:10px 0; align-items:center; border-bottom:2px dotted #dddddd;}
.sub_1_park_all_list .con .tit h3 {font-size:1.8rem; color:#000; font-weight:500;}
.sub_1_park_all_list .con .tit p {font-size:1.4rem; color:#555555; margin-left:8px;}
.sub_1_park_all_list .con .info {display:flex; justify-content:space-between; padding:15px 0; align-items: start;}
.sub_1_park_all_list .con .info .dot_list {display:flex; width:210px; flex-wrap:wrap;  margin-top:-5px;}
.sub_1_park_all_list .con .info .dot_list dt {width:80px; font-size:1.4rem; color:#010101; box-sizing:border-box; padding-left:10px; position:relative; font-weight:500; margin-top:5px;}
.sub_1_park_all_list .con .info .dot_list dt::before {position:absolute; width:4px; height:4px; background:#000000; content:''; top:1rem; left:0;}
.sub_1_park_all_list .con .info .dot_list dd {width:calc(100% - 80px); font-size:1.4rem; color:#555; margin-top:5px; font-weight:300;}
.sub_1_park_all_list .con.none { display:none; }

.sub_1_park_all_list .info_ico_set {width:calc(100% - 210px);display:flex; margin-top:-5px; flex-wrap:wrap; justify-content:flex-end;}
.sub_1_park_all_list .info_ico_set li {  margin-left:5px; margin-top:5px;  }
.sub_1_park_all_list .info_ico_set li a {display:flex; width:74px; height:75px; align-items:center; border:1px solid #ddd; border-radius:10px; /*overflow:hidden;*/ }
.sub_1_park_all_list .info_ico_set li:first-child {margin-left:0;}
.sub_1_park_all_list .info_ico_set li:last-child a {display:flex; color:#555; font-size:3rem; font-weight:600; justify-content:center; align-items:center; background:#fafafa; border-radius:10px;}

.sub_1_park_all_list .info_ico_set li p {font-size:1.3rem; color:#000; padding-top:36px; width:100%; text-align:center; line-height:1; }
.sub_1_park_all_list .info_ico_set li p:hover{
	cursor:pointer;
}
.sub_1_park_all_list .info_ico_set li.ico01 p {background:url(../images/contents/sub1-info-ico01.png) no-repeat center 0;}
.sub_1_park_all_list .info_ico_set li.ico02 p {background:url(../images/contents/sub1-info-ico02.png) no-repeat center 0;}
.sub_1_park_all_list .info_ico_set li.ico03 p {background:url(../images/contents/sub1-info-ico03.png) no-repeat center 0;}
.sub_1_park_all_list .info_ico_set li.ico04 p {background:url(../images/contents/sub1-info-ico04.png) no-repeat center 0;}

.info_bt_set {display:flex; justify-content: flex-end;}
.info_bt_set li {margin-right:4px;}
.info_bt_set li a {border:1px solid #ddd; border-radius:5px; height:32px; padding:0 10px; display:flex; align-items:Center; font-size:1.4rem; color:#000; font-weight:300;}
.info_bt_set li a.info_btset_event {background:#f3f7fc;}
.info_bt_set li a.info_btset_event strong {color:#1053a5; font-size:1.4rem; font-weight:500; margin-left:5px;}
.info_bt_set li a.info_btset_detail {position:relative; }
.info_bt_set li a.info_btset_detail::before { content: ""; width: 14px; height: 14px; display: block;  background-image: url(../images/facility_search_btn.png); background-position: center; background-size: cover;  background-repeat: no-repeat; margin-right: 5px;}

.info_bt_set li a.info_btset_loc::before { content:""; width:12px; height:14px; display:block; background-image:url(../images/loc_btn_ico.png); background-position:center; background-size:cover; background-repeat:no-repeat; margin-right:5px; }

.sub1_bt_more_arrow {width:110px; height:45px; margin:20px auto 0; display:flex; align-items:Center; justify-content:center; border:1px solid #ddd;}
.sub1_bt_more_arrow span {font-size:1.5rem; color:#000000; font-weight:500; padding-right:24px; background:url(../images/contents/sub1-ico-more-arrow.png) no-repeat right center;}



.sub_1_park_aside {width:290px;}

.sub1_wrap_weather > .tit {height:40px; display:flex; align-items:Center; justify-content:center; background:#0c82e9; color:#fff; font-size:1.5rem;}
.sub1_wrap_weather.main_weather > .tit { height:15px; background-color:#0da028 }
.sub1_wrap_weather .weahter {border:1px solid #dddddd; border-top:0; box-sizing:Border-box; position:relative; display:flex; align-items:center; justify-content:space-between; padding:15px 20px 15px 30px;}
.sub1_wrap_weather.main_weather .weahter { padding: 20px 20px 20px 30px }
.sub1_wrap_weather.main_weather .weather_info01 li { padding: 15px 0; display:flex; align-items: center; justify-content: center; }
.sub1_wrap_weather.main_weather .weather_info01 li #park-reh { margin-left:8px; }
.sub1_wrap_weather.main_weather .weather_info01 li #park-wd { margin-left:8px; }
.sub1_wrap_weather .weahter > div { box-sizing:border-box; line-height:1;}
.sub1_wrap_weather .weahter > div > span {font-size:1.5rem; color:#555; font-weight:500; }
.sub1_wrap_weather .weahter > div > span#park-temp {font-size:2.5rem; color:#000000; font-weight:600; font-family: 'NanumSquare'; line-height:1; margin:6px 1.5rem 2px;}
.sub1_wrap_weather .weahter > div > ul {display:flex; line-height:1;}
.sub1_wrap_weather .weahter > div > ul li {margin-right:14px;}
.sub1_wrap_weather .weahter > div > ul li span {font-size:1.5rem; color:#000; font-weight:300;}
.sub1_wrap_weather .weahter > div > ul li span:first-child {margin-right:8px;}

.sub1_wrap_weather .weather_info01 {display:flex; border:1px solid #dddddd; border-top:0; background:#fafafa; position:relative;}
.sub1_wrap_weather .weather_info01::before {position:absolute; top:50%; transform:translateY(-50%); left:50%; width:1px; height:calc(100% - 16px); background:#ddd; content:'';} 
.sub1_wrap_weather .weather_info01 li {width:50%; padding:15px 0; text-align:center;}
.sub1_wrap_weather .weather_info01 li .tit {font-size:1.5rem; color:#555555; font-weight:500; position:relative; display:flex; justify-content:center; align-items:center;}
.sub1_wrap_weather .weather_info01 li .tit.ico01::before {width:11px; height:13px; background:url(../images/contents/sub1-weather-wet.png) no-repeat 0 0; content:''; margin-right:6px;}
.sub1_wrap_weather .weather_info01 li .tit.ico02::before {width:15px; height:14px; background:url(../images/contents/sub1-weather-wind.png) no-repeat 0 0; content:''; margin-right:6px;}
.sub1_wrap_weather .weather_info01 li .val {color:#000000; font-size:1.5rem; font-weight:500;}

.sub1_wrap_weather .weather_info02 {display:flex; border:1px solid #dddddd; border-top:0; padding:15px 10px;}
.sub1_wrap_weather .weather_info02 li {width:100%; display:flex; flex-wrap: wrap; align-items:center; justify-content:center;}
.sub1_wrap_weather .weather_info02_txt01 {display:flex; align-items:center; justify-content:center; font-size:1.5rem; color:#000000; font-weight:500;}
.sub1_wrap_weather .weather_info02_txt01::before {width:33px; height:33px; content:''; margin-right:2px;}
.sub1_wrap_weather .weather_info02_txt01.ico01 {background:url(../images/contents/sub1-weather-dust01.png) no-repeat 0 0;}
.sub1_wrap_weather .weather_info02_txt01.ico02 {background:url(../images/contents/sub1-weather-dust02.png) no-repeat 0 0;}
.sub1_wrap_weather .weather_info02_txt01.ico03 {background:url(../images/contents/sub1-weather-dust03.png) no-repeat 0 0;}
.sub1_wrap_weather .weather_info02_txt02 {font-size:1.5rem; color:#555555; margin-top:5px; line-height:1.4; width:100%; text-align: center; }
.sub1_wrap_weather.main_weather .weather_info02_txt02 {font-size:1.5rem; width:auto; margin-top:0px; color:#555555; text-align: left; line-height:1.4; margin-left:8px; }
.sub1_wrap_weather .weather_info02_txt02 strong {display:block; font-size:1.5rem; color:#000; font-weight:500;}
.sub1_wrap_weather .jamsugyo-state { border:1px solid #dddddd; border-top:0; padding:17px 0; position: relative;}
.sub1_wrap_weather.main_weather .jamsugyo-state { padding:28.2px 0; position: relative; z-index: 1;}
.sub1_wrap_weather .jamsugyo-state::after { content: ""; background:url(../images/jamsu_img.jpg) no-repeat 0 center; opacity: 0.20; background-size:cover; position:absolute; top:0px; left:0px; right:0px; bottom:0px; z-index: -1;}
.sub1_wrap_weather.main_weather .jamsugyo-state::after { content: ""; background:url(../images/jamsu_img.jpg) no-repeat 0 center; opacity: 0.20; background-size:cover; position:absolute; top:0px; left:0px;right:0px; bottom:0px; z-index: -1;}
.sub1_wrap_weather .jamsugyo-state dl { font-size:1.5rem; display:flex; align-items: center; justify-content: center; line-height:1.2; letter-spacing: -0.025em; position: relative; z-index: 1; }
.sub1_wrap_weather .jamsugyo-state dl dt { display:flex; align-items: center; position: relative; z-index: 1;}
.sub1_wrap_weather .jamsugyo-state dl dt .ico { margin-right:5px; width:30px; height:30px; }
.sub1_wrap_weather.main_weather .jamsugyo-state dl dt .ico { margin-right:8px; }
.sub1_wrap_weather .jamsugyo-state dl dt strong { font-weight:600; margin-right:6px; font-size:2.1rem; letter-spacing: -0.05em;position: relative; }
.sub1_wrap_weather .jamsugyo-state dl dd { font-weight:500; margin-left:10px; position: relative;}
.sub1_wrap_weather .jamsugyo-state dl dd span { font-weight:900; font-size:1.8rem; margin-right:2px; color:#116eff; }
.sub1_wrap_weather.main_weather .jamsugyo-state dl dd span { font-size:2.2rem; }
.sub1_wrap_weather .jamsugyo-state > span { font-size:1.5rem; display:block; text-align: center; margin-top:5px; line-height:1.2; letter-spacing: -0.025em; }
.sub1_wrap_weather .jamsugyo-state > span em { font-weight:500; }

.sub_1_park_aside_con {margin-top:20px; position:relative; }
.sub_1_park_aside_con .wrap_tit {display:flex; align-items:center; justify-content:center; position:relative; background:#e7ecf0; height:40px;}
.sub_1_park_aside_con .sub_1_park_aside_bt {position:absolute; top:3px; right:15px; font-size:2rem; color:#555555; font-weight:600;}
.sub_1_park_aside_con .wrap_tit .sub_1_park_aside_tit {font-size:1.5rem; color:#000000; font-weight:500;}

.sub_1_park_aside_faq .con {border:1px solid #e7ecf0; border-top:0; padding:10px; box-sizing:border-box;}
.sub_1_park_aside_faq .con.none { display:none; }
.sub_1_park_aside_faq .con li {display:flex; align-items:center; margin-top:8px;}
.sub_1_park_aside_faq .con .target-park ul li { margin-top:0; }
.sub_1_park_aside_faq .con li:first-child {margin-top:0;}
.sub_1_park_aside_faq .con li::before {min-width:26px; width:26px; height:26px; background:#0c82e9; border-radius:100%; display:flex; align-items:center; justify-content:center; content:'Q'; font-family: 'S-CoreDream-6Bold'; color:#fff; margin-right:8px; font-size:1.4rem; padding-top:1px; box-sizing:Border-box;}
.sub_1_park_aside_faq .con li a { display:block; width:calc(100% - 34px); font-size:1.4rem; color:#555555;text-overflow: ellipsis; white-space: nowrap; overflow:hidden; display:block;}

.sub_1_park_aside_fac .con {margin-top:10px;}
.sub_1_park_aside_fac .con ul {display:flex; margin-left:-7px;}
.sub_1_park_aside_fac .con ul li { width:92px; margin-left:7px;}
.sub_1_park_aside_fac .con ul li a {display:block;}
.sub_1_park_aside_fac .con ul li .img {position:relative; padding-bottom:86.97%; display:inline-block; width:100%; overflow:hidden;}
.sub_1_park_aside_fac .con ul li .img img {position:absolute; top:0; left:0; width:100%; height:100%;}
.sub_1_park_aside_fac .con ul li .tit {font-size:1.3rem; color:#000; margin-top:5px; height:37px; line-height:1.4;
display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; word-break: keep-all; 
}
/*** 

전체공원현황 END

***/


/****

광나루소개

****/
.sights-more_bt { display:flex; align-items: center; justify-content: center; color:#000; font-size:1.5rem; font-weight:500; letter-spacing: -0.05rem; width:245px; height:45px; margin:20px auto 0 auto; border:2px solid #dddddd; border-radius:45px; padding:0 10px; box-sizing: border-box; }
.sights-more_bt span.sr-only { font-size:0; text-indent:-9999999em; width:0; height:0; line-height:0; padding:0; margin:0; }
.sights-more_bt:hover { background-color:#555; color:#fff; border:2px solid #555;}
.sights-more_bt::before { content:""; width:22px; height:22px; display:block; background-image:url(../images/sight_more.png); background-repeat:no-repeat; background-position:center; margin-right:10px;}
.sights-more_bt:hover::before { background-image: url(../images/sight_more_w.png); }

.sub1_2_2_fac_info_list {display:flex; flex-wrap:wrap;}
.sub1_2_2_fac_info_list li {min-width:calc(100% / 4); padding-left:10px; box-sizing:Border-box;}
.sub1_2_2_fac_info_list li span {padding-left:30px; line-height:21px; font-size:1.5rem; color:#555555;}
.sub1_2_2_fac_info_list li span.fac_ico01 {background:url(../images/contents/facility_ico_cir.png) no-repeat 0 center;}
.sub1_2_2_fac_info_list li span.fac_ico02 {background:url(../images/contents/facility_ico_tri.png) no-repeat 0 center;}
.sub1_2_2_fac_info_list li span.fac_ico03 {background:url(../images/contents/facility_ico_x.png) no-repeat 0 center;}

.sub1_2_2_fac_info_list li a {padding-left:30px; line-height:21px; font-size:1.5rem; color:#555555;}
.sub1_2_2_fac_info_list li a.fac_ico01 {background:url(../images/contents/facility_ico_cir.png) no-repeat 0 center;}
.sub1_2_2_fac_info_list li a.fac_ico02 {background:url(../images/contents/facility_ico_tri.png) no-repeat 0 center;}
.sub1_2_2_fac_info_list li a.fac_ico03 {background:url(../images/contents/facility_ico_x.png) no-repeat 0 center;}


.sub1_2_2_fac_info {background:#fafafa; height:60px; display:flex; align-items:center; justify-content:center;}
.sub1_2_2_fac_info .sub1_2_2_fac_info_list {margin-left:-10px;}
.sub1_2_2_fac_info .sub1_2_2_fac_info_list li {min-width:auto; margin:0 24px;}
.sub1_2_2_fac_info .sub1_2_2_fac_info_list li span {color:#000;}

.sub1_2_2_fac_info_box {margin-top:20px; border-top:1px solid #3b4667;  }
.sub1_2_2_fac_info_box dl {display:flex; flex-wrap:wrap; border-bottom:1px solid #3b4667}
.sub1_2_2_fac_info_box dl dt {width:205px; display:flex; align-items:center; justify-content:center; padding:14px 20px; border-bottom:1px solid #e0e1e3; border-right:1px solid #e0e1e3; box-sizing:border-box; color:#000;}
.sub1_2_2_fac_info_box dl dd {width:calc(100% - 205px); border-bottom:1px solid #e0e1e3; padding:14px 20px;}
.sub1_2_2_fac_info_box dl dt:nth-last-of-type(1),.sub1_2_2_fac_info_box dl dd:nth-last-of-type(1) {border-bottom:0;}

.sub1_2_2_fac_info_box .sub1_2_2_fac_info_list {margin-left:-10px; margin-top:-10px;}
.sub1_2_2_fac_info_box .sub1_2_2_fac_info_list li {margin-top:10px;}
.sub1_2_2_fac_info_box .sub1_2_2_fac_info_list li a span.sr-only { font-size:0; text-indent:-99999999em; width:0; height:0; padding:0; line-height:0; }

.fac-faq-list ul {display:flex; margin-left:-20px; }
.fac-faq-list ul li {width:calc((100%/4) - 20px); margin-left:20px; }
.fac-faq-list ul li a {display:flex; align-items:center; justify-content:center; padding:0 10px; border:1px solid #ddd; height:162px; position:relative; box-sizing:border-box;}
.fac-faq-list ul li a::before {position:absolute; bottom:0; right:0; width:40px; height:40px; /*background:url(../images/contents/fac-faq-list-bt-icon.png) no-repeat center center; */ border-left:1px solid #ddd; border-top:1px solid #ddd; content:'+'; display:flex; align-items:center; justify-content:center; font-size:1.5rem;}
.fac-faq-list ul li a span {font-size:1.5rem; color:#000; padding:52px 11px 0px; margin-bottom:30px; position:relative; text-align:center; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; word-break: keep-all; font-weight:500;}
.fac-faq-list ul li a span::before {position:absolute; top:0; left:50%; transform:translateX(-50%); border:1px solid #dedede; border-radius:100%; display:flex; align-items:center; justify-content:center; font-weight:600; content:'Q'; width:36px; height:36px;}

/***

광나루소개 END

***/


/***

한강사진

***/

.sub1_15_slide_box {border:1px solid #dddddd; background:#f6f9ff; position:relative; padding:20px 70px;}
.park-sights-list.park-sights-list_slide {overflow:hidden; padding-top:0; padding:10px; border-top:0;}
.park-sights-list.park-sights-list_slide ul li .sights-info span {display:block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.park-sights-list.park-sights-list_slide ul li .sights-info {background:#fff; line-height:1.5;}
.park-sights-list.park-sights-list_slide ul li {box-shadow: 0 0 5px #d7dce8; background:#fff; border:0;}

.park-slid-nav.swiper-button-next, .park-slid-nav.swiper-rtl .swiper-button-prev {right:20px;}
.park-slid-nav.swiper-button-prev, .park-slid-nav.swiper-rtl .swiper-button-next {left:20px;}
.park-slid-nav.swiper-button-next:after, .park-slid-nav.swiper-button-prev:after,.park-slid-nav.swiper-button-next, .park-slid-nav.swiper-button-prev {width:20px; height:36px;}
.park-slid-nav.swiper-button-next:after, .park-slid-nav.swiper-rtl .swiper-button-prev:after {content:''; background:url(../images/contents/park-sights-list_slide_next.png) no-repeat 0 0; }
.park-slid-nav.swiper-button-prev:after, .park-slid-nav.swiper-rtl .swiper-button-next:after {content:''; background:url(../images/contents/park-sights-list_slide_prev.png) no-repeat 0 0; }

.park-sights-list.board-park-sights-list ul {flex-wrap:wrap; margin-right:-35px; margin-top:-19px;}
.park-sights-list.board-park-sights-list ul li {margin-top:19px;}
.park-sights-list.board-park-sights-list ul li span {display:block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.park-sights-list.board-park-sights-list ul li .sights-info {line-height:1.5;}

.board-sub1-15-search {margin-top:30px;}
.sub1_15_select_set {display:flex; flex-wrap:wrap; justify-content:center; margin-top:-7px;}
.sub1_15_select_set > div {display:flex; align-items:center; width:310px; margin-top:7px;}
.sub1_15_select_set > div:nth-child(odd) {margin-right:30px;}
.sub1_15_select_set > div:nth-child(even) {width:540px;}
.board-search .form-wrap.type1 .sub1_15_select_set > div .select-wrap {width:220px;    margin-right:0;}
.board-search .sub1_15_select_set > div .keyword-wrap input[type="text"] {width:300px; margin-right:10px; border-right:1px solid #dddddd;}
.board-search .form-wrap.type1 .sub1_15_select_set > div .keyword-wrap {width:auto;}
.sub1_15_select_set > div h3 {font-size:1.5rem; color:#000; width:70px; margin-right:25px; text-align:right;}


.board-view-sub01-con {background:#fafafa; margin-bottom:40px;}
.board-view-sub01-con > div {padding:30px 45px; box-sizing:border-box;}

.board-view-sub01-con-top .tit {border-bottom:2px solid #111; padding-bottom:15px; display:flex; justify-content:space-between; align-items:end; margin-bottom:20px; flex-wrap:wrap;}
.board-view-sub01-con-top .tit h3 {font-size:2rem; color:#000; font-weight:600;}
.board-view-sub01-con-top .tit ul {display:flex; flex-wrap:wrap;}
.board-view-sub01-con-top .tit ul li {position:relative; font-size:1.4rem; color:#000000; display:flex; align-items:center; line-height:1;}
.board-view-sub01-con-top .tit ul li:not(:first-child)::before {width:1px; height:14px; background:#acacac; content:''; display:inline-block; margin:0.3rem 16px 0; }

/* .board-view-sub01-slide {display:flex; justify-content:space-between;} */
.board-view-sub01-slide .wrap_bvs_slide01 {width:100%; margin:0; padding:0;  border:1px solid #dedede; box-sizing:Border-box;}
.board-view-sub01-slide .bvs_slide01 {width:100%; margin:0; padding:0;}
.board-view-sub01-slide .bvs_slide01 .swiper-slide {/*height:500px;*/ position:relative; overflow:hidden;}
.board-view-sub01-slide .bvs_slide01 .swiper-slide .img-wrap { width:100%; height:0; position:relative; padding-top:calc(1536 / 2048 * 100%); }
.board-view-sub01-slide .bvs_slide01 .swiper-slide img {position:absolute; left:0; top:0; width:100%; height:100%;}
.board-view-sub01-slide .wrap_bvs_slide02 {width:100%;height:auto; position:relative; padding:0 40px; box-sizing:border-box; margin-top: 20px }
.board-view-sub01-slide .wrap_bvs_slide02 .bvs_slide02 {width:100%; height:100%;}
.board-view-sub01-slide .bvs_slide02 img {position:absolute; width:100%; left:0; top:0; height:100%;  }
/* .bvs_slide02 .swiper-slide > div {width:100%; position:relative; border:1px solid #dedede; box-sizing:Border-box; height:83px; cursor:pointer; overflow:hidden; background:#fff;} */
.bvs_slide02 .swiper-slide > div.img-wrap { width:100%; height:0; position:relative; padding-top:calc(1536 / 2048 * 100%); border:1px solid #dedede; box-sizing:border-box; cursor:pointer; }



.board-view-sub01-slide .bvs_slide02 .swiper-slide-thumb-active img {opacity:0.5;}

.bvs_slide01 .swiper-button-next, .bvs_slide01 .swiper-rtl .swiper-button-prev {right:0px;}
.bvs_slide01 .swiper-button-prev, .bvs_slide01 .swiper-rtl .swiper-button-next {left:0px;}
.bvs_slide01 .swiper-button-next:after, .bvs_slide01 .swiper-button-prev:after,.bvs_slide01 .swiper-button-next, .bvs_slide01 .swiper-button-prev {width:60px; height:60px;}
.bvs_slide01 .swiper-button-next:after, .bvs_slide01 .swiper-rtl .swiper-button-prev:after {content:''; background:rgba(0,0,0,0.5) url(../images/contents/bvs_slide01_arrow_next.png) no-repeat center center; }
.bvs_slide01 .swiper-button-prev:after, .bvs_slide01 .swiper-rtl .swiper-button-next:after {content:''; background:rgba(0,0,0,0.5) url(../images/contents/bvs_slide01_arrow_prev.png) no-repeat center center; }

.wrap_bvs_slide02 .swiper-button-next {top:auto; bottom:0px; margin-top:0; right:0; left:auto;}
.wrap_bvs_slide02 .swiper-button-prev {left:0; bottom:auto; top:0px; margin-top:0; right:auto; }
.wrap_bvs_slide02 .swiper-button-next:after, .wrap_bvs_slide02 .swiper-button-prev:after,.wrap_bvs_slide02 .swiper-button-next, .wrap_bvs_slide02 .swiper-button-prev {width:30px; height:100%; }
.wrap_bvs_slide02 .swiper-button-next:after, .wrap_bvs_slide02 .swiper-button-prev:after {border:1px solid #dddddd; box-sizing:border-box;}
.wrap_bvs_slide02 .swiper-button-next:after, .wrap_bvs_slide02 .swiper-rtl .swiper-button-prev:after {content:''; background:#fff url(../images/contents/bvs_slide02_arrow_next_m.png) no-repeat center center; }
.wrap_bvs_slide02 .swiper-button-prev:after, .wrap_bvs_slide02 .swiper-rtl .swiper-button-next:after {content:''; background:#fff url(../images/contents/bvs_slide02_arrow_prev_m.png) no-repeat center center; }



.board-view-sub01-con-top .con {font-size:1.5rem; color:#555555; margin-top:20px;}

.board-view-sub01-con-bottom {border-top:1px solid #efefef; display:flex; flex-wrap:wrap;}

.board-view-sub01-con-bottom .list {width:calc(100% - 381px); padding-right:90px; display:flex; flex-wrap:wrap; align-items: baseline; margin-top:-5px;}
.board-view-sub01-con-bottom .list dt {width:85px; display:flex; align-items:center; justify-content:space-between; font-size:1.5rem; color:#000000; font-weight:500; margin-top:5px;}
.board-view-sub01-con-bottom .list dt::after {display:inline-block; width:1px; height:15px; background:#dddddd; content:'';}
.board-view-sub01-con-bottom .list dd {width:calc(100% - 85px); padding-left:16px; box-sizing:border-box; font-size:1.5rem; color:#555555; margin-top:5px; font-weight:200;}
.board-view-sub01-con-bottom .map {width:381px; min-height:174px; }
.board-view-sub01-con-bottom .bt_set {width:100%; display:flex; margin-left:-5px; margin-top:15px;}
.board-view-sub01-con-bottom .bt_set li {margin-left:5px;}
.board-view-sub01-con-bottom .bt_set li a {display:flex; align-items:center; justify-content:center; height:45px; font-size:1.5rem; color:#000000; position:relative; border:1px solid #dddddd; width:156px; background:#fff;}

.board-view-sub01-con-bottom .bt_set li a::before {content:''; margin-right:10px; height:19px;} 
.board-view-sub01-con-bottom .bt_set li a.bt_set_big::before {width:16px; background:url(../images/contents/board-view-sub01-ico-big.png) no-repeat 0 0;}
.board-view-sub01-con-bottom .bt_set li a.bt_set_down::before {width:14px; background:url(../images/contents/board-view-sub01-ico-down.png) no-repeat 0 0;}
.board-view-sub01-con-bottom .bt_set li a.bt_set_loc::before {width:17px; background:url(../images/contents/board-view-sub01-ico-loc.png) no-repeat 0 0;}
.board-view-sub01-con-bottom .bt_set li a.bt_set_loc.naver { background-color:#03cf5d; color:#fff; border:none; }
.board-view-sub01-con-bottom .bt_set li a.bt_set_loc.naver::before { width:12px; height:12px; background-image:url(../images/loc_naverbtn_ico.png); background-repeat:no-repeat; }
.board-view-sub01-con-bottom .bt_set li a.bt_set_loc.kakao { background-color:#f9e000; color:#1a2019; border:none; }
.board-view-sub01-con-bottom .bt_set li a.bt_set_loc.kakao::before { width:10px; height:14px; background-image:url(../images/loc_kakaobtn_ico.png); background-repeat:no-repeat; }

.board-wrap .board-view.board-view-sub01 .park-sights-list {padding-top:15px; border-top:0;}
.board-wrap .board-view.board-view-sub01 .park-sights-list li span {display:block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.board-wrap .board-view.board-view-sub01 .park-sights-list li .sights-info {line-height:1.5;}
.board-wrap .board-view.board-view-sub01 .board-view-btns {margin-top:40px;}

.wrap_bvs_slide02  .swiper-button-lock {display:flex;}


/***

한강사진 END

***/


/***

체육(운동)시설 목록

***/

.sub02-01-notice {background:#f7f8fb; padding:20px 10px; box-sizing:border-box; display:flex; justify-content:center; align-items:Center;}
.sub02-01-notice > span {font-size:1.5rem; color:#000; font-weight:500; display:flex; align-items:center; justify-content:center;}
.sub02-01-notice > span::before {width:20px; height:20px; background:url(../images/contents/ico_caution.png) no-repeat 0 0; content:''; margin-right:13px; display:block;}
.sub02-01-notice span strong {color:#003dad;}
.sub02-01-notice > span span {word-break:keep-all}

.sub2-1-con .sights-more_bt {margin:0; position:absolute; right:0; top:0;}
.sub2-1-con .list_box {background:#fafafa; padding:25px 40px; box-sizing:border-box;}
.sub2-1-con .dot_list02 li {font-size:15px; color:#555555; font-weight:200; padding-left:10px; position:relative;}
.sub2-1-con .dot_list02 li:nth-child(n + 2) {margin-top:5px;}
.sub2-1-con .dot_list02 li::before {position:absolute; top:1rem; left:0; width:4px; height:4px; background:#000000; content:'';}

.contents-area .content-box.sub2-1-con h4 {margin-bottom:20px;}

.sub2-1-con-info-list {display:flex; align-items:center; margin:30px 0 10px;}
.sub2-1-con-info-list li {display:flex; align-items:center; margin-right:16px; font-size:1.5rem; color:#000000; line-height:1;}
.sub2-1-con-info-list li::before {width:15px; height:15px; content:''; margin-right:5px;}
.sub2-1-con-info-list li.ico01::before {background-color:#00a604; background-image:url(../images/contents/facility_pattern01.png); }
.sub2-1-con-info-list li.ico02::before {background-color:#0541af; background-image:url(../images/contents/facility_pattern02.png);}
.sub2-1-con-info-list li.ico03::before {background-color:#000;}

.sub2-1-con-info {display:flex; flex-wrap:wrap; border-top:1px solid #3b4667;}
.sub2-1-con-info dt {width:160px; border-bottom:1px solid #dddee0; display:flex; align-items:center; justify-content:center; padding:10px; box-sizing:border-box;  font-size:1.5rem; color:#000;}
.sub2-1-con-info dd {width:calc(100% - 160px); border-left:1px solid #dddee0; border-bottom:1px solid #dddee0; padding:10px; box-sizing:border-box;}

.sub2-1-con-info dt.tit,.sub2-1-con-info dd.tit {display:flex; border-bottom:1px solid #c3c7d3; background:#f5f6fa; height:63px; align-items:center; justify-content:center; color:#000;}
.sub2-1-con-info-park {display:flex; margin:-4px 0 0 -4px; flex-wrap:wrap;}
.sub2-1-con-info-park li {margin-left:4px; margin-top:4px;}
.sub2-1-con-info-park li a {display:block; padding:0 12px; line-height:24px; height:26px; font-size:1.5rem; color:#fff; box-sizing:border-box;}
.sub2-1-con-info-park li a.ico01 {background-color:#00a604; background-image:url(../images/contents/facility_pattern01.png);}
.sub2-1-con-info-park li a.ico02 {background-color:#0541af; background-image:url(../images/contents/facility_pattern02.png);}
.sub2-1-con-info-park li a.ico03 {background-color:#000;}

.sub02-01-layer.sub02-01-layer-notice,.sub02-01-layer.sub02-01-layer-faq {display:none;}
.sub02-01-layer {position:fixed; top:0; left:0; width:100%; height:100%; background:rgba(0,0,0,0.2); z-index:999999; display:flex; align-items:center; justify-content:center;}
.sub02-01-layer > div {width:calc(100% - 20px); background:#fff;}
.sub02-01-layer > div .con {padding:10px 30px 20px; box-sizing:border-box;}
.sub02-01-layer h2.tit {display:flex; align-items:center; font-size:1.7rem; color:#fff; padding:0 30px; height:56px; background:#163162;} 
.sub02-01-layer-notice > div {max-width:680px; }
.sub02-01-layer-notice h2.tit { background-color:#d62d05; }
.sub02-01-layer-notice .board-top {border-bottom:2px solid #dddddd; padding-bottom:10px;}
.sub02-01-layer-notice .board-top .stit {font-size:1.7rem; color:#000;}
.sub02-01-layer-notice .board-top .stit span { color:#0541af; font-weight:500; font-size:1.8rem;}
.sub02-01-layer-notice .con .list {margin-top:10px; max-height:434px; overflow-y:auto; padding-right:10px; }
.sub02-01-layer-notice .con .list::-webkit-scrollbar { width:10px; height:10px; }
.sub02-01-layer-notice .con .list::-webkit-scrollbar-track { background-color:#efefef; }
.sub02-01-layer-notice .con .list::-webkit-scrollbar-thumb { background-color:#b9b9b9; }
.sub02-01-layer-notice .con .list li:first-child {padding-top:10px;}
.sub02-01-layer-notice .con .list li {border-bottom:1px solid #dddddd; padding:20px 0;}
.sub02-01-layer-notice .con .list li span.allfac {background-color:#003dad;color:#fff;line-height: 1; height: 25px; display: flex; width: 65px; align-items: center; font-size: 1.4rem; justify-content: center; border-radius: 4px; font-weight: 500; }
.sub02-01-layer-notice .con .list li span.invfac {background-color:#00830b;color:#fff;line-height: 1; height: 25px; display: flex; width: 65px; align-items: center; font-size: 1.4rem; justify-content: center; border-radius: 4px; font-weight: 500; }
.sub02-01-layer-notice .con .list li pre { white-space: pre-wrap;}
.sub02-01-layer-notice .con .list li h3 {font-size:1.6rem; color:#000000; margin:5px 0; font-weight:500; }
.sub02-01-layer-notice .con .list li p {color:#555; font-size:1.5rem; display:flex;}
.sub02-01-layer-notice .con .list li p .tit {width:40px;}
.sub02-01-layer-notice .con .list li p .txt {width:calc(100% - 40px); word-break:keep-all}

.sub02-01-layer .layer_close {background:#555; color:#fff; width:110px; height:45px; display:flex; align-items:center; justify-content:center; margin:36px auto 0;}


.sub02-01-layer-faq > div {max-width:1000px; }
.sub02-01-layer-faq > div .con {padding:20px 30px;}
.sub02-01-layer-faq .board-wrap .board-view .board-view-top {border-top:1px solid #dddd;}
.sub02-01-layer-faq .board-wrap .board-view .board-view-top .post-subj p {font-size:1.7rem;}
.sub02-01-layer-faq .board-wrap .board-view .board-view-top .target-park,
.sub02-01-layer-faq .board-wrap .board-view .board-view-top .post-subj,
.sub02-01-layer-faq .board-wrap .board-view .board-view-top .target-facility {padding:10px 25px; min-height:50px;}
.sub02-01-layer-faq .board-wrap .board-view .board-view-top .target-park,
.sub02-01-layer-faq .board-wrap .board-view .board-view-top .target-facility {display:flex;}
.sub02-01-layer-faq .board-wrap .board-view .board-view-content {padding:0; margin:20px 0; padding-right:20px; box-sizing:Border-box; max-height:310px; overflow-y:auto; border-bottom:0;} 


.sub02-01-layer-faq .board-wrap .board-view .board-view-top .target-park dl, 
.sub02-01-layer-faq .board-wrap .board-view .board-view-top .target-facility dl {flex-wrap:wrap;}


.sub02-01-layer-faq .board-view {border-bottom:1px solid #ddd;}
/***

체육(운동)시설 목록 END

***/



/*시설통합검색 - 자주찾는시설*/
.fav-facility-wrap { display:flex; align-items: center; }
.fav-facility-wrap .fav-facility-prev { display:flex; align-items: center; justify-content: flex-start; width:40px; }
.fav-facility-wrap .fav-facility-prev button { width:22px; height:38px; background-image:url(../images/fav_slide_prev.png); background-repeat:no-repeat; background-position:center; border:none; font-size:0; text-indent:-99999em;  }
.fav-facility-wrap .fav-facility-prev button.swiper-button-disabled { opacity: 0.5;}
.fav-facility-wrap .fav-facility-prev button.swiper-button-lock { display:block; }
.fav-facility-wrap .fav-facility-next { display:flex; align-items: center; justify-content: flex-end; width:40px; }
.fav-facility-wrap .fav-facility-next button { width:22px; height:38px; background-image:url(../images/fav_slide_next.png); background-repeat:no-repeat; background-position:center; border:none; font-size:0; text-indent:-99999em;  }
.fav-facility-wrap .fav-facility-next button.swiper-button-disabled { opacity: 0.5;}
.fav-facility-wrap .fav-facility-next button.swiper-button-lock { display:block; }
.fav-facility-list { width:calc(100% - 80px); overflow: hidden; }
.fav-facility-list .fav-facility-items { max-width:calc(872px / 3); }
.fav-facility-list .fav-facility-items .facility-img { position:relative; width:100%; }
.fav-facility-list .fav-facility-items .facility-img .facility-ss { position:absolute; left:0; top:0; z-index: 1; display:flex; align-items:flex-start;}
.fav-facility-list .fav-facility-items .facility-img .facility-status { display:flex; align-items: center;justify-content: center; min-width: 56px;height: 56px;background-color:#0f2d64;font-size:1.4rem;letter-spacing: -0.05rem;font-weight:500;color:#ffffff;padding: 0 8px;}
.fav-facility-list .fav-facility-items .facility-img .facility-status.not-op { background-color:#656b71; }
.fav-facility-list .fav-facility-items .facility-img .facility-status.stop { background-color:#ff4848; }
.fav-facility-list .fav-facility-items .facility-img .facility-status.maintain { background-color:#938810; }
.fav-facility-list .fav-facility-items .facility-img .facility-status.termination { background-color:#333;}
.fav-facility-list .fav-facility-items .facility-img .facility-status.construction { background-color:#c45800; }
.fav-facility-list .fav-facility-items .facility-img .facility-status.limit { background-color:#d30000; }
.fav-facility-list .fav-facility-items .facility-img .facility-status.inquiry { background-color:#00830b; }
.fav-facility-list .fav-facility-items .facility-img .facility-recommend { display:flex; align-items: center;justify-content: center; min-width: 56px;height: 56px;background-color:#e26a00;font-size:1.4rem;letter-spacing: -0.05rem;font-weight:500;color:#ffffff;padding: 0 8px;}
.fav-facility-list .fav-facility-items .facility-img .img-wrap { position:relative; width:100%; height:0; padding-top:calc(170 / 240 * 100%); }
.fav-facility-list .fav-facility-items .facility-img .img-wrap img { position:absolute; left:0; top:0; width:100%; height:100%; }
.fav-facility-list .fav-facility-items .facility-info { box-sizing: border-box;  border:1px solid #dddddd; border-top:0; }
.fav-facility-list .fav-facility-items .facility-info span.facility-loc { font-size:1.3rem; padding:18px 18px 0 18px; color:#003dad; line-height:1; display:block; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.fav-facility-list .fav-facility-items .facility-info strong { font-size:1.7rem; padding:0 18px; font-weight:500; color:#000; display:block; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; line-height:1; margin:5px 0 15px 0; }
.fav-facility-list .fav-facility-items .facility-info .info-list { padding:0 18px; }
.fav-facility-list .fav-facility-items .facility-info .info-list dl { display:flex; }
.fav-facility-list .fav-facility-items .facility-info .info-list dl dt { font-weight:500; font-size:1.4rem; color:#000; width:52px; margin-right:8px; }
.fav-facility-list .fav-facility-items .facility-info .info-list dl dd { font-size:1.4rem; font-weight:300; color:#555555; width:calc(100% - 60px); overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.fav-facility-list .fav-facility-items .info-links { display:flex; align-items: center; justify-content:space-between; margin-top:20px; border-top:1px solid #ddd; }
.fav-facility-list .fav-facility-items .info-links a { display:flex; align-items: center; justify-content: center; height:40px;  box-sizing: border-box; background-color:#fafafa; background-position:center; background-repeat:no-repeat; }
.fav-facility-list .fav-facility-items .info-links a:last-of-type { margin-right:0; }
.fav-facility-list .fav-facility-items .info-links a.search-btn { width:100%; font-size:1.4rem; color:#000; }
.fav-facility-list .fav-facility-items .info-links a.search-btn::before { content:""; display:block; width:14px; height:14px; background-image:url(../images/facility_search_btn.png); margin-right:8px; }
/* .fav-facility-list .fav-facility-items .info-links a.reserv-btn { border-right:1px solid #dddddd; font-size:1.4rem; color:#000; }
.fav-facility-list .fav-facility-items .info-links a.reserv-btn::before { content:""; display:block; width:14px; height:15px; background-image:url(../images/facility_reserv_btn.png); margin-right:8px; }
.fav-facility-list .fav-facility-items .info-links a.loc-btn { width:40px;  background-image:url(../images/facility_loc_btn.png) } */

.park-facility-search .search-tab-wrap { position:relative; margin-bottom:35px; }
.park-facility-search .search-tab-wrap .tab-item { position:absolute; left:0; width:100%;  }
.park-facility-search .search-tab-wrap .tab-item .tab-btn { position:relative;  width:220px; height:55px; z-index:1; box-sizing: border-box; background-color:#f8f9fb; border:1px solid #eef0f3; color:#555; font-size:1.7rem; font-weight:300; letter-spacing: -0.05em;}
.park-facility-search .search-tab-wrap .tab-item.active .tab-btn { color:#fff; background-color:#003dad; border:none; font-weight:500; z-index:0; }
.park-facility-search .search-tab-wrap .tab-item.facility .tab-btn { left:220px;}
.park-facility-search .search-tab-wrap .tab-item.facility-name .tab-btn { left:440px; }
.park-facility-search .search-tab-wrap .tab-item .line { width:100%; height:2px; background-color:#003dad; }
.park-facility-search .search-tab-wrap .tab-item .search-form { display:none; padding-top:15px; background-color:#ffffff; }
.park-facility-search .search-tab-wrap .tab-item.active .search-form { display:block; }

.park-facility-search .search-tab-wrap .tab-item .search-form .search-select { display:flex; height:230px; border:1px solid #dddddd; }
.park-facility-search .search-tab-wrap .tab-item .search-form .search-select .select-area { height:100%; overflow-y: scroll; border-right:1px solid #dddddd; box-sizing: border-box;  }
.park-facility-search .search-tab-wrap .tab-item .search-form .search-select .select-area::-webkit-scrollbar { width:10px; height:10px; }
.park-facility-search .search-tab-wrap .tab-item .search-form .search-select .select-area::-webkit-scrollbar-track { background-color:#efefef; }
.park-facility-search .search-tab-wrap .tab-item .search-form .search-select .select-area::-webkit-scrollbar-thumb { background-color:#b9b9b9; }
.park-facility-search .search-tab-wrap .tab-item .search-form .search-select .select-area dt { font-size:0; width:0; height:0; text-indent:-9999999em; }
.park-facility-search .search-tab-wrap .tab-item .search-form .search-select .select-area dd { padding:0; box-sizing: border-box; }
.park-facility-search .search-tab-wrap .tab-item .search-form .search-select .select-area dd ul li { display:flex; align-items: center; height:38px; }
.park-facility-search .search-tab-wrap .tab-item .search-form .search-select .select-area dd.empty { background-color:#ffffff; height:100%; }
.park-facility-search .search-tab-wrap .tab-item .search-form .search-select .select-area.on dd.empty { display:none; }
.park-facility-search .search-tab-wrap .tab-item .search-form .search-select .select-area dd.area { display:none; }
.park-facility-search .search-tab-wrap .tab-item .search-form .search-select .select-area { background-color:#fafafa; }
.park-facility-search .search-tab-wrap .tab-item .search-form .search-select .select-area.on dd.area { display:block; background-color:#fafafa; }
.park-facility-search .search-tab-wrap .tab-item .search-form .search-top { display:flex; margin-bottom:8px; width:100%; }
.park-facility-search .search-tab-wrap .tab-item .search-form .search-top strong { width:100%; font-size:2rem; letter-spacing: -0.05em; color:#000; font-weight:600; display:block; }
.park-facility-search .search-tab-wrap .tab-item .search-form .search-top .left { width:calc(84% - 12px); margin-right:12px; }
.park-facility-search .search-tab-wrap .tab-item .search-form .search-top .left strong { font-size:2rem; letter-spacing: -0.05em; color:#000; font-weight:600; display:block; margin-bottom:5px; }
.park-facility-search .search-tab-wrap .tab-item .search-form .search-top .left .select-info { display:flex; align-items: center; font-size:1.5rem; color:#333; font-weight:500; width:100%; height:45px; border:1px solid #dddddd; padding:0 15px; box-sizing: border-box; }
.park-facility-search .search-tab-wrap .tab-item .search-form .search-top .left .select-info span { position:relative; margin-right:10px; padding-right:10px; }
.park-facility-search .search-tab-wrap .tab-item .search-form .search-top .left .select-info span:last-of-type { margin-right:0; padding-right:0; }
.park-facility-search .search-tab-wrap .tab-item .search-form .search-top .left .select-info span::after { content:""; position:absolute; right:-2.5px; top:50%; transform: translateY(-50%); display:block; width:5px; height:9px; background-image:url(../images/page_loc_arrow.png); background-repeat:no-repeat;}
.park-facility-search .search-tab-wrap .tab-item .search-form .search-top .left .select-info span:last-of-type::after { display:none; }
.park-facility-search .search-tab-wrap .tab-item .search-form .search-top .right { width:16%; }
.park-facility-search .search-tab-wrap .tab-item .search-form .search-top .right strong { font-size:2rem; letter-spacing: -0.05em; color:#000; font-weight:600; display:block; margin-bottom:5px; }
.park-facility-search .search-tab-wrap .tab-item .search-form .search-top .right .select-info { display:flex; align-items: center; font-size:1.5rem; color:#333; font-weight:500; width:100%; height:45px; border:1px solid #dddddd; padding:0 15px; box-sizing: border-box; }
.park-facility-search .search-tab-wrap .tab-item .search-form .select-line { display:flex; align-items: center; border:1px solid #ddd; box-sizing: border-box; border-bottom:0; padding:10px 15px; }
.park-facility-search .search-tab-wrap .tab-item .search-form .select-line label { display:block; letter-spacing: -0.05em; font-weight:500; min-width:85px; text-align: center; height:45px; display:flex; align-items: center; justify-content: center; margin-right:0; }
.park-facility-search .search-tab-wrap .tab-item .search-form .select-line input[type="text"] { height:45px; margin-left:15px; padding:0 15px; font-size:1.5rem; box-sizing: border-box; }
.park-facility-search .search-tab-wrap .tab-item .search-form .select-line select { height:45px; border:1px solid #dddddd; padding:0 15px; font-size:1.5rem; box-sizing: border-box; }
.park-facility-search .search-tab-wrap .tab-item .search-form .select-line select.keyword-sel { width:15% }
.park-facility-search .search-tab-wrap .tab-item .search-form .select-line select.park-name { width:15%; }
.park-facility-search .search-tab-wrap .tab-item .search-form .select-line select.fgubun { width:calc( (85% - 170px ) / 3); border-right:0; }
.park-facility-search .search-tab-wrap .tab-item .search-form .select-line select.fgubun:last-of-type { border-right:1px solid #dddddd; ;}
.park-facility-search .search-tab-wrap .tab-item .search-form .select-line input[type="text"].keyword-input { width:calc(85% - 100px) }
.park-facility-search .search-tab-wrap .tab-item .search-form .search-bottom { width:100%; display:flex; height:50px; }
.park-facility-search .search-tab-wrap .tab-item.facility-name .search-bottom { border-top:1px solid #dddddd; }
.park-facility-search .search-tab-wrap .tab-item .search-form .search-bottom .txtbox { border-left:1px solid #ddd; border-bottom:1px solid #ddd; width:calc(100% - 83px); box-sizing: border-box;}
.park-facility-search .search-tab-wrap .tab-item .search-form .search-bottom button.search-btn { width:83px; border:none; background-color:#0f2d64; color:#fff; font-weight:500; font-size:1.5rem; }
.park-facility-search .search-tab-wrap .tab-item .search-form .search-bottom button.reset-btn { width:83px; border:none; background-color:#888888; color:#fff; font-weight:500; font-size:1.5rem; }



/*공원으로 검색하기*/
.park-facility-search .search-tab-wrap .tab-item .search-form .keyword-search { display:flex; align-items: center; justify-content: space-between; margin-bottom:8px;}
.park-facility-search .search-tab-wrap .tab-item .search-form .keyword-search .left { width:16%; }
.park-facility-search .search-tab-wrap .tab-item .search-form .keyword-search .left strong { font-size:2rem; letter-spacing: -0.05em; color:#000; font-weight:600; display:block; margin-bottom:5px; }
.park-facility-search .search-tab-wrap .tab-item .search-form .keyword-search .left select { width:100%; height:45px; font-size:1.5rem; padding:0 10px;}
.park-facility-search .search-tab-wrap .tab-item .search-form .keyword-search .right { margin-left:8px; width:calc(84% - 8px);}
.park-facility-search .search-tab-wrap .tab-item .search-form .keyword-search .right strong { font-size:2rem; letter-spacing: -0.05em; color:#000; font-weight:600; display:block; margin-bottom:5px; }
.park-facility-search .search-tab-wrap .tab-item .search-form .keyword-search .right strong span { color:#666; font-size:1.5rem; margin-left:8px;}
.park-facility-search .search-tab-wrap .tab-item .search-form .keyword-search .right .input-wrap { display:flex; width:100%;  }
.park-facility-search .search-tab-wrap .tab-item .search-form .keyword-search .right .input-wrap input { height:45px; width:calc(100% - 100px); padding:0 15px; font-size:1.5rem }
.park-facility-search .search-tab-wrap .tab-item .search-form .keyword-search .right .input-wrap button { width:100px; height:45px; border:none; color:#fff; background-color: #0f2d64; font-weight: 500; font-size: 1.5rem; }
.park-facility-search .search-tab-wrap .tab-item .search-form .keyword-select { display:flex; border:1px solid #ddd; }
.park-facility-search .search-tab-wrap .tab-item .search-form .keyword-select .search-select.park-select { display:block; width:16%; border:none; }
.park-facility-search .search-tab-wrap .tab-item .search-form .keyword-select .keyword-list { display:block; width:84%; padding:20px; height:230px; overflow-y: scroll; }
.park-facility-search .search-tab-wrap .tab-item .search-form .keyword-select .keyword-list::-webkit-scrollbar { width:10px; height:10px; }
.park-facility-search .search-tab-wrap .tab-item .search-form .keyword-select .keyword-list::-webkit-scrollbar-track { background-color:#efefef; }
.park-facility-search .search-tab-wrap .tab-item .search-form .keyword-select .keyword-list::-webkit-scrollbar-thumb { background-color:#b9b9b9; }
.park-facility-search .search-tab-wrap .tab-item .search-form .keyword-select .keyword-list ul { display:flex; flex-wrap:wrap; }
.park-facility-search .search-tab-wrap .tab-item .search-form .keyword-select .keyword-list ul li.keyword-item { margin:8px; }
.park-facility-search .search-tab-wrap .tab-item .search-form .keyword-select .keyword-list ul li.keyword-item label { text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }
.park-facility-search .search-tab-wrap .tab-item .search-form .keyword-select .keyword-list ul li.keyword-item label span { color:#003dad; font-weight:500;}
.park-facility-search .search-tab-wrap .tab-item .search-form .search-select.park-select .select-area  {  }
.park-facility-search .search-tab-wrap .tab-item .search-form .search-select.park-select .select-area dd { background-color:#fff;}
.park-facility-search .search-tab-wrap .tab-item .search-form .search-select.park-select .select-area dd ul li { padding:0; box-sizing: border-box; height:38px; margin:0; }
.park-facility-search .search-tab-wrap .tab-item .search-form .search-select.park-select .select-area dd .checkbox-wrap { position:relative; width:100%; height:100%; align-items: center; }
.park-facility-search .search-tab-wrap .tab-item .search-form .search-select.park-select .select-area dd .checkbox-wrap .checkbox { display:none }
.park-facility-search .search-tab-wrap .tab-item .search-form .search-select.park-select .select-area dd .checkbox-wrap input[type="checkbox"] { width:0; height:0; position:absolute; left:0; top:0; }
.park-facility-search .search-tab-wrap .tab-item .search-form .search-select.park-select .select-area dd .checkbox-wrap input[type="checkbox"]:focus + label { outline:2px solid #000000 }
.park-facility-search .search-tab-wrap .tab-item .search-form .search-select.park-select .select-area dd .checkbox-wrap label { display:flex; align-items: center; width:100%; height:100%; box-sizing: border-box; margin-left:0; padding:0 15px; }
.park-facility-search .search-tab-wrap .tab-item .search-form .search-select.park-select .select-area dd .checkbox-wrap label.checked { background-color:#d5f1ff; color:#0089d2 !important; }
/* .park-facility-search .search-tab-wrap .tab-item .search-form .search-select.park-select .select-area:first-child { width:16%; }
.park-facility-search .search-tab-wrap .tab-item .search-form .search-select.park-select .select-area:nth-child(2) { width:16%; }
.park-facility-search .search-tab-wrap .tab-item .search-form .search-select.park-select .select-area:nth-child(3) {width:16%; }	
.park-facility-search .search-tab-wrap .tab-item .search-form .search-select.park-select .select-area:last-child { width:52%; border-right:0; background-color:#fff; }
.park-facility-search .search-tab-wrap .tab-item .search-form .search-select.park-select .select-area:last-child dd.area { background-color:#fff; }
.park-facility-search .search-tab-wrap .tab-item .search-form .search-select.park-select .select-area:nth-of-type(4) dd { padding: 0.75rem 1.25rem}
.park-facility-search .search-tab-wrap .tab-item .search-form .search-select.park-select .select-area dd div:not(.select-fourth) ul li { padding:0; box-sizing: border-box; height:38px; margin:0; }
.park-facility-search .search-tab-wrap .tab-item .search-form .search-select.park-select .select-area dd div:not(.select-fourth) .checkbox-wrap { width:100%; height:100%; align-items: center; }
.park-facility-search .search-tab-wrap .tab-item .search-form .search-select.park-select .select-area dd div:not(.select-fourth) .checkbox-wrap .checkbox { display:none }
.park-facility-search .search-tab-wrap .tab-item .search-form .search-select.park-select .select-area dd div:not(.select-fourth) .checkbox-wrap label { display:flex; align-items: center; width:100%; height:100%; box-sizing: border-box; margin-left:0; padding:0 15px; }
.park-facility-search .search-tab-wrap .tab-item .search-form .search-select.park-select .select-area dd div:not(.select-fourth) .checkbox-wrap label.checked { background-color:#d5f1ff; color:#0089d2 !important; }
.park-facility-search .search-tab-wrap .tab-item .search-form .search-select.park-select .select-area dd .select-fourth ul { display:flex; flex-wrap:wrap; }
.park-facility-search .search-tab-wrap .tab-item .search-form .search-select.park-select .select-area dd .select-fourth ul li { width:33%} */

/*시설로 검색하기*/
.park-facility-search .search-tab-wrap .tab-item .search-form .search-select.facility-select .select-area:first-child { width:16%; }
.park-facility-search .search-tab-wrap .tab-item .search-form .search-select.facility-select .select-area:nth-child(2) { width:16%; }
.park-facility-search .search-tab-wrap .tab-item .search-form .search-select.facility-select .select-area:nth-child(3) {width:52%; }	
.park-facility-search .search-tab-wrap .tab-item .search-form .search-select.facility-select .select-area:last-child { width:16%; border-right:0; background-color:#fff; }
.park-facility-search .search-tab-wrap .tab-item .search-form .search-select.facility-select .select-area:last-child dd.area { background-color:#fff; }
.park-facility-search .search-tab-wrap .tab-item .search-form .search-select.facility-select .select-area:nth-of-type(3) { background-color:#fff;}
.park-facility-search .search-tab-wrap .tab-item .search-form .search-select.facility-select .select-area:nth-of-type(3) dd { padding: 0.75rem 1.25rem; background-color:#fff; }
.park-facility-search .search-tab-wrap .tab-item .search-form .search-select.facility-select .select-area:last-child dd { padding: 0.75rem 1.25rem }

.park-facility-search .search-tab-wrap .tab-item .search-form .search-select.facility-select .select-area dd .select-first ul li, 
.park-facility-search .search-tab-wrap .tab-item .search-form .search-select.facility-select .select-area dd .select-second ul li { padding:0; box-sizing: border-box; height:38px; margin:0; }
.park-facility-search .search-tab-wrap .tab-item .search-form .search-select.facility-select .select-area dd .select-first .checkbox-wrap,
.park-facility-search .search-tab-wrap .tab-item .search-form .search-select.facility-select .select-area dd .select-second .checkbox-wrap { width:100%; height:100%; align-items: center; }
.park-facility-search .search-tab-wrap .tab-item .search-form .search-select.facility-select .select-area dd .select-first .checkbox-wrap .checkbox,
.park-facility-search .search-tab-wrap .tab-item .search-form .search-select.facility-select .select-area dd .select-second .checkbox-wrap .checkbox { display:none }
.park-facility-search .search-tab-wrap .tab-item .search-form .search-select.facility-select .select-area dd .select-first .checkbox-wrap input[type="checkbox"],
.park-facility-search .search-tab-wrap .tab-item .search-form .search-select.facility-select .select-area dd .select-second .checkbox-wrap input[type="checkbox"] { width:0; height:0; position:absolute; left:0; top:0; }
.park-facility-search .search-tab-wrap .tab-item .search-form .search-select.facility-select .select-area dd .select-first .checkbox-wrap input[type="checkbox"]:focus + label,
.park-facility-search .search-tab-wrap .tab-item .search-form .search-select.facility-select .select-area dd .select-second .checkbox-wrap input[type="checkbox"]:focus + label { outline:2px solid #000000 }
.park-facility-search .search-tab-wrap .tab-item .search-form .search-select.facility-select .select-area dd .select-first .checkbox-wrap label,
.park-facility-search .search-tab-wrap .tab-item .search-form .search-select.facility-select .select-area dd .select-second .checkbox-wrap label { display:flex; align-items: center; width:100%; height:100%; box-sizing: border-box; margin-left:0; padding:0 15px; }
.park-facility-search .search-tab-wrap .tab-item .search-form .search-select.facility-select .select-area dd .select-first .checkbox-wrap label.checked,
.park-facility-search .search-tab-wrap .tab-item .search-form .search-select.facility-select .select-area dd .select-second .checkbox-wrap label.checked { background-color:#d5f1ff; color:#0089d2 !important; }
.park-facility-search .search-tab-wrap .tab-item .search-form .search-select.facility-select .select-area dd .select-third ul { display:flex; flex-wrap:wrap; }
.park-facility-search .search-tab-wrap .tab-item .search-form .search-select.facility-select .select-area dd .select-third ul li { width:33% }

.search-rn { border:1px solid #dddddd; border-top:2px solid #000; margin-bottom:25px; }
.search-rn .search-result-count { display:flex; align-items: center; justify-content: space-between; flex-wrap:wrap; padding:15px; box-sizing: border-box; background-color:#f6f9ff; }
.search-rn .search-result-count p { color:#000; font-size:1.5rem; font-weight:500; }
.search-rn .search-result-count p span { color:#003dad; font-weight:500;}
.search-rn .search-result-count button.view-map { display:flex; align-items: center; justify-content: center;  width:155px; height:45px; border-radius:45px; font-size:1.5rem; font-weight:500; letter-spacing: -0.05em; background-color:#fff; border:2px solid #dddddd; box-sizing: border-box;}
.search-rn .search-result-count button.view-map::before { content:""; display:block; width:22px; height:22px; background-image:url(../images/map_view_ico.png); background-repeat:no-repeat; background-position:center; margin-right:8px;}
.search-rn .facility-notice-list-wrap { display:flex; align-items: center; width:100%; /*height:50px;*/ border-top:1px solid #dddddd; padding:10px 25px; }
.search-rn .facility-notice-list { width:calc(100% - 185px);  margin-right:40px; overflow: hidden; }
.search-rn .facility-notice-list a.notice-item { position:relative; display:flex; align-items: center; width:100%; }
.search-rn .facility-notice-list a.notice-item::before { content:""; display:block; width:20px; height:20px; background-image:url(../images/ico_notice_m.png); background-repeat:no-repeat; margin-right:8px; }
.search-rn .facility-notice-list a.notice-item pre { width: calc(100% - 121px); margin-right: 8px; }
.search-rn .facility-notice-list a.notice-item p {  width:100%; margin-right:8px; color:#000; font-size:1.5rem; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.search-rn .facility-notice-list a.notice-item span { display:block; width:85px; text-align: right; }

.search-rn .list-slide-control { display:flex; width:145px;  align-items: center; justify-content: center;}
.search-rn .list-slide-control button { width:24px; height:24px; border:1px solid #dddddd; font-size:0; text-indent:-9999999em}
.search-rn .list-slide-control button.list-prev { background-image:url(../images/btn_arrow02.png); background-position:center;  background-repeat:no-repeat; }
.search-rn .list-slide-control button.list-next { background-image:url(../images/btn_arrow01.png); background-position:center;  background-repeat:no-repeat; }
.search-rn .list-slide-control .pagination { text-align: center; width:auto; margin:0 10px; font-size:1.4rem }
.search-rn .list-slide-control .pagination .swiper-pagination-current { color:#000; font-weight:500; }

/*시설통합검색 결과 리스트*/
.park-facility-list .search-result-list { display:flex; flex-wrap:wrap; }
.park-facility-list .search-result-list li.facility-items { width:240.25px; }
.park-facility-list .search-result-list li.facility-items { margin-right:13px; margin-bottom:13px; }
.park-facility-list .search-result-list li.facility-items:nth-child(4n) { margin-right:0; }


@media (max-width:1320px){
	.sub1_2_2_fac_info_list li {min-width:calc(100% / 3);}
	.park-sights-list.board-park-sights-list ul {margin-right:-15px;}
	.park-sights-list.board-park-sights-list ul li {width: calc(25% - 15px);}
	.fav-facility-list .fav-facility-items { max-width: 100%; }

    .park-facility-list .search-result-list li.facility-items { width:calc((100% / 3) - (26px / 3))}
    .park-facility-list .search-result-list li.facility-items:nth-child(4n) { margin-right:13px; }
    .park-facility-list .search-result-list li.facility-items:nth-child(3n) { margin-right:0; }

	.sub1_parg_map_img ul li a span { font-size:1.3rem; }

	.sub1_parg_map_img ul li:nth-child(5) a span { left:-25px}


}

@media (max-width:1280px){

    

}


@media (min-width:1025px) and (max-width:1210px){
	.sub1_15_select_set > div:nth-child(odd) {margin-right:10px;}
	.sub1_15_select_set > div {width:240px;}
	.sub1_15_select_set > div:nth-child(even) {width:440px;}
	.board-search .form-wrap.type1 .sub1_15_select_set > div .select-wrap {width:140px;}
	.board-search .sub1_15_select_set > div .keyword-wrap input[type="text"] {width:200px;}


	.board-view-sub01-con-bottom .list {width:100%; padding-right:0;}
	.board-view-sub01-con-bottom .map {width:100%; margin-top:20px; min-height:174px; }

    

}




@media (max-width:1024px){
	
  

}

@media (max-width:960px){
    .board-view-sub01-con-bottom .list {padding-right:30px;}
	.sub1_15_select_set {margin-right:-20px;}
    .sub1_15_select_set > div {width:calc(50% - 20px)!important; margin-right:20px!important;}
	.board-search .form-wrap.type1 .sub1_15_select_set > div .select-wrap,.board-search .form-wrap.type1 .sub1_15_select_set > div .keyword-wrap {width:calc(100% - 95px);}
	.board-search .sub1_15_select_set > div .keyword-wrap input[type="text"] {width: calc(100% - 50px);}


	.park-facility-search .search-tab-wrap .tab-item .search-form .search-top .left { width:calc(70% - 12px); }
	.park-facility-search .search-tab-wrap .tab-item .search-form .search-top .left .select-info { font-size:1.4rem; height:40px; padding:0 10px; }
	.park-facility-search .search-tab-wrap .tab-item .search-form .search-top .right{ width:30% }
	.park-facility-search .search-tab-wrap .tab-item .search-form .search-top .right .select-info { height:40px;  font-size:1.4rem;}

	.park-facility-search .search-tab-wrap .tab-item .search-form .search-select.facility-select { flex-wrap:wrap; height:auto; }
	.park-facility-search .search-tab-wrap .tab-item .search-form .search-select.facility-select .select-area { display:none; overflow: visible; border-right:0; }
	.park-facility-search .search-tab-wrap .tab-item .search-form .search-select.facility-select .select-area.on { display:block;}
	.park-facility-search .search-tab-wrap .tab-item .search-form .search-select.facility-select .select-area dl { display:block; }
	.park-facility-search .search-tab-wrap .tab-item .search-form .search-select.facility-select .select-area dt { display:flex; align-items:center; padding:0 15px; background-color:#ffffff; color:#000; font-size:1.5rem; border-bottom:1px solid #ddd;  width:100%; height:40px; text-indent:0; }
	.park-facility-search .search-tab-wrap .tab-item .search-form .search-select.facility-select .select-area dd { overflow-y: scroll; max-height: 114px;}
	.park-facility-search .search-tab-wrap .tab-item .search-form .search-select.facility-select .select-area dd::-webkit-scrollbar { width:10px; height:10px; }
	.park-facility-search .search-tab-wrap .tab-item .search-form .search-select.facility-select .select-area dd::-webkit-scrollbar-track { background-color:#efefef; }
	.park-facility-search .search-tab-wrap .tab-item .search-form .search-select.facility-select .select-area dd::-webkit-scrollbar-thumb { background-color:#b9b9b9; }
	.park-facility-search .search-tab-wrap .tab-item .search-form .search-select.facility-select .select-area:first-child { width:100%; }
	.park-facility-search .search-tab-wrap .tab-item .search-form .search-select.facility-select .select-area:nth-child(2) { width:100%; border-top:1px solid #dddddd; }
	.park-facility-search .search-tab-wrap .tab-item .search-form .search-select.facility-select .select-area:nth-child(3) { width:100%; border-top:1px solid #dddddd; }
	.park-facility-search .search-tab-wrap .tab-item .search-form .search-select.facility-select .select-area:nth-child(3) dd { max-height:124px; }
	.park-facility-search .search-tab-wrap .tab-item .search-form .search-select.facility-select .select-area:last-child { width:100%; border-top:1px solid #dddddd; }
	.park-facility-search .search-tab-wrap .tab-item .search-form .search-select.facility-select .select-area:last-child dd { max-height:124px; }

	.park-facility-search .search-tab-wrap .tab-item .search-form .select-line { padding-left:0; }
	.park-facility-search .search-tab-wrap .tab-item .search-form .select-line label { height:40px; font-size:1.4rem; min-width:70px; }
	.park-facility-search .search-tab-wrap .tab-item .search-form .select-line input[type="text"] { height:40px; padding:0 10px; }
	.park-facility-search .search-tab-wrap .tab-item .search-form .select-line select { height:40px;  padding:0 10px; }
	.park-facility-search .search-tab-wrap .tab-item .search-form .select-line select.keyword-sel { width:25%; }
	.park-facility-search .search-tab-wrap .tab-item .search-form .select-line input[type="text"].keyword-input { margin-left:10px; width:calc(75% - 80px); }
	.park-facility-search .search-tab-wrap .tab-item .search-form .select-line select.park-name { width:22%;}
	.park-facility-search .search-tab-wrap .tab-item .search-form .select-line select.fgubun { width:calc((78% - 140px) / 3); }
	
}



@media (max-width:910px){

}


@media (max-width:768px){
	
	.sub_1_park {flex-wrap:wrap;}
	.sub_1_park_all_list {width:100%;}
	.sub_1_park_aside {width:100%; margin-top:40px;}
	.sub1_wrap_weather .weahter {justify-content:center;}
	.weather_img {margin-left:20px;}
	.sub_1_park_aside_fac .con ul li {width:calc((100% / 3) - 7px);}
	.sub_1_park_all_list .con .tit,.sub_1_park_all_list .con .info {flex-wrap:wrap;}
	/* .sub_1_park_all_list .con .tit h3 {width:100%;} */
	.sub_1_park_all_list .con .info .dot_list {width:100%;}
	.sub_1_park_all_list .info_ico_set {width:100%; justify-content: flex-end; margin-top:10px;}
	.sub1_parg_map_img ul li a::before { width:15px; height:13px; }
	.sub1_parg_map_img ul li a span { min-width:85px; }
	.sub1_parg_map_img ul li:nth-child(1) a span { left:18px; top:0 }
	.sub1_parg_map_img ul li:nth-child(2) a span { left:18px; top:0 }
	.sub1_parg_map_img ul li:nth-child(3) a span { top:-20px }
	.sub1_parg_map_img ul li:nth-child(4) a span { top:-20px }
	.sub1_parg_map_img ul li:nth-child(5) a span { top:-20px }
	.sub1_parg_map_img ul li:nth-child(6) a span { top:17px; left:-25px }
	.sub1_parg_map_img ul li:nth-child(7) a span { top:17px; left:-30px }
	.sub1_parg_map_img ul li:nth-child(8) a span { top:17px; left:-30px }
	.sub1_parg_map_img ul li:nth-child(9) a span { top:17px; left:-30px }
	.sub1_parg_map_img ul li:nth-child(10) a span { top:17px; }
	.sub1_parg_map_img ul li:nth-child(11) a span { top:17px; left:-30px }
	
	.sub1_2_2_fac_info_box dl {border-bottom:1px solid #e0e1e3;}
	.sub1_2_2_fac_info_box dl dt {width:100%; border-left:1px solid #e0e1e3; border-top:1px solid #3b4667;}
	.sub1_2_2_fac_info_box dl dt:nth-last-of-type(1) {border-bottom:1px solid #e0e1e3;}
	.sub1_2_2_fac_info_box dl dd {width:100%; padding-bottom:30px; border-bottom:0;}
	.fac-faq-list ul {margin-top:-15px; margin-left:-15px; flex-wrap:wrap;}
	.fac-faq-list ul li {width: calc((100%/2) - 15px); margin-top:15px; margin-left:15px;}
	.fac-faq-list ul li a span {padding:52px 0 0;}


	.sub1_15_slide_box .park-sights-list ul {flex-wrap:nowrap;}
	.park-sights-list.park-sights-list_slide ul li {margin-bottom:0;}
	.park-sights-list.board-park-sights-list ul li {width: calc(50% - 15px); margin-top:0; }
	.park-sights-list.board-park-sights-list ul {margin-top:0;}
	

	.sub1_15_select_set {margin-right:0;}
	.sub1_15_select_set > div {width:100%!important; margin-right:0!important;}

	.sub1_15_select_set > div h3 {margin-right:15px;}
	.board-search .form-wrap.type1 .sub1_15_select_set > div .select-wrap, .board-search .form-wrap.type1 .sub1_15_select_set > div .keyword-wrap {width: calc(100% - 85px);}

	.board-view-sub01-con-bottom .list {width:100%; padding-right:0;}
	.board-view-sub01-con-bottom .map {width:100%; margin-top:20px; min-height:174px; }
	.board-view-sub01-con-bottom .map img {width:100%;}
	.board-view-sub01-con-bottom .bt_set {flex-wrap:wrap;}
	.board-view-sub01-con-bottom .bt_set li {margin-top:5px;}

	.board-view-sub01-con > div {padding:30px;}

	.board-view-sub01-con-top .tit h3 {width:100%;}
	.board-view-sub01-con-top .tit ul li:nth-child(3) {width:100%; margin-top:5px;}
	.board-view-sub01-con-top .tit ul li:not(:first-child)::before {margin:0.3rem 10px 0;}
	.board-view-sub01-con-top .tit ul li:nth-child(3)::before {display:none;}
	
	.board-view-sub01-con-bottom .bt_set {width:calc(100% + 5px);}
	.board-view-sub01-con-bottom .bt_set li {width:calc(50% - 5px);}
	.board-view-sub01-con-bottom .bt_set li:first-child {width:100%;}
	.board-view-sub01-con-bottom .bt_set li:nth-child(2) { width:100%; }
	.board-view-sub01-con-bottom .bt_set li a {width:100%;}
	
	/* .board-view-sub01-slide .bvs_slide01 .swiper-slide {height:0; padding-bottom:66%;} */
	/* .bvs_slide02 .swiper-slide > div {height:0; padding-bottom:66%;} */

	.bvs_slide01 .swiper-button-next:after, .bvs_slide01 .swiper-button-prev:after, .bvs_slide01 .swiper-button-next, .bvs_slide01 .swiper-button-prev {width:40px; height:40px;}

	.board-view-sub01-slide {flex-wrap:wrap;}
	.board-view-sub01-slide .wrap_bvs_slide01 {width:100%;}
	.board-view-sub01-slide .wrap_bvs_slide02 {width:100%; height:auto; padding:0 40px; margin-top:20px;}
	
	.wrap_bvs_slide02 .swiper-button-prev, .wrap_bvs_slide02 .swiper-rtl .swiper-button-next { }
	.wrap_bvs_slide02 .swiper-button-next, .wrap_bvs_slide02 .swiper-rtl .swiper-button-prev {left:auto; right:0;}

	.sub02-01-notice > span::before {margin-right:6px;}
	
	.sub2-1-con .sights-more_bt {margin:0 auto 20px; position:relative; top:auto; right:auto;}
	.sub2-1-con .list_box {padding:25px 30px;}

	.sub02-01-layer-notice .con .list {max-height:300px;}
	.sub02-01-layer-notice .board-top .stit { margin-bottom:5px;}

	.sub02-01-layer-notice .con .list li {padding:15px 0;}
	.sub02-01-layer-notice .con .list li:first-child {padding-top:5px;} 

	.sub02-01-layer h2.tit {padding:0 20px;}
	.sub02-01-layer-faq .board-wrap .board-view .board-view-top .post-subj p {font-size:1.6rem;}
	.sub02-01-layer-faq > div .con {padding:20px;}

	.sub02-01-layer-faq .board-wrap .board-view .board-view-top .target-facility dl dd ul {flex-wrap:wrap;}

	.sub02-01-layer-faq .board-wrap .board-view .board-view-content {max-height: 150px; margin:15px 0; padding-right:0px;}
	.sub02-01-layer-faq .board-wrap .board-view .board-view-top .target-park, .sub02-01-layer-faq .board-wrap .board-view .board-view-top .post-subj, .sub02-01-layer-faq .board-wrap .board-view .board-view-top .target-facility {padding:10px 15px;}


    .park-facility-list .search-result-list li.facility-items { width:calc((100% / 2) - 6.5px)}
    .park-facility-list .search-result-list li.facility-items:nth-child(4n) { margin-right:13px; }
    .park-facility-list .search-result-list li.facility-items:nth-child(3n) { margin-right:13px; }
    .park-facility-list .search-result-list li.facility-items:nth-child(2n) { margin-right:0; }
    
	.park-facility-search .search-tab-wrap .tab-item .tab-btn { width:calc(100% / 3); font-size:1.5rem; height:45px;}
	.park-facility-search .search-tab-wrap .tab-item.facility .tab-btn { left:calc(100% / 3);}
	.park-facility-search .search-tab-wrap .tab-item.facility-name .tab-btn { left:calc(100% / 1.5); }

	.park-facility-search .search-tab-wrap .tab-item .search-form .keyword-search { flex-wrap:wrap; }
	.park-facility-search .search-tab-wrap .tab-item .search-form .keyword-search .left { width:30%; } 
	.park-facility-search .search-tab-wrap .tab-item .search-form .keyword-search .left strong  { font-size:1.6rem; }
	.park-facility-search .search-tab-wrap .tab-item .search-form .keyword-search .left select { height:35px; font-size:1.4rem; }
	
	.park-facility-search .search-tab-wrap .tab-item .search-form .keyword-search .right strong  { font-size:1.6rem; }
	.park-facility-search .search-tab-wrap .tab-item .search-form .keyword-search .right .input-wrap input { height:35px; font-size:1.4rem; width:calc(100% - 80px); }
	.park-facility-search .search-tab-wrap .tab-item .search-form .keyword-search .right .input-wrap button { width:80px; height:35px; font-size:1.4rem; }

	.park-facility-search .search-tab-wrap .tab-item .search-form .keyword-select .search-select.park-select { width:30%; }
	.park-facility-search .search-tab-wrap .tab-item .search-form .keyword-select .keyword-list { padding:15px; overflow-y: scroll;}
	.park-facility-search .search-tab-wrap .tab-item .search-form .search-bottom { height:40px; }

	.park-facility-search .search-tab-wrap .tab-item .search-form .search-top strong { font-size:1.6rem; }
	.park-facility-search .search-tab-wrap .tab-item .search-form .search-top .left { width:100%; margin-right:0; }
	.park-facility-search .search-tab-wrap .tab-item .search-form .search-top .left strong { font-size:1.6rem; }
	.park-facility-search .search-tab-wrap .tab-item .search-form .search-top .left .select-info span { display: block; max-width: 33%; text-overflow: ellipsis; white-space: nowrap; overflow: hidden;}
	.park-facility-search .search-tab-wrap .tab-item .search-form .search-top .left .select-info span::after { right:0; }
	.park-facility-search .search-tab-wrap .tab-item .search-form .search-top .right { display:none; }
	.park-facility-search .search-tab-wrap .tab-item .search-form .search-top .right strong { font-size:1.6rem }
	.park-facility-search .search-tab-wrap .tab-item .search-form .search-top .right.keyright { display:block; margin-left:0; width:100%; margin:5px 0 }

	.park-facility-search .search-tab-wrap .tab-item .search-form .search-select.facility-select .select-area dd .select-third ul li { width:50%;}

	.search-rn .facility-notice-list-wrap { flex-wrap:wrap; padding:15px; height:auto; }
	.search-rn .facility-notice-list { width:100%; margin-right:0;}
	.search-rn .list-slide-control { margin:10px auto 0 auto; }

	.search-rn .search-result-count { flex-wrap:wrap; }
	.search-rn .search-result-count p { width:100%; text-align: center;}
	.search-rn .search-result-count button.view-map { margin:10px auto 0 auto; height:35px; }
}

@media (max-width:640px){
	.sub_1_park_aside_con .sub_1_park_aside_bt { top:6px }
	.park-facility-search .search-tab-wrap .tab-item .search-form .select-line { padding:8px; flex-wrap:wrap; }
	.park-facility-search .search-tab-wrap .tab-item .search-form .select-line label { min-width:60px; }
	.park-facility-search .search-tab-wrap .tab-item .search-form .select-line label:nth-of-type(2) { margin-top:8px; }
	.park-facility-search .search-tab-wrap .tab-item .search-form .select-line select.keyword-sel { width:25%; }
	.park-facility-search .search-tab-wrap .tab-item .search-form .select-line input[type="text"].keyword-input { margin-left:8px; width:calc(75% - 68px); }
	.park-facility-search .search-tab-wrap .tab-item .search-form .select-line select.park-name { width:calc(100% - 60px); }
	.park-facility-search .search-tab-wrap .tab-item .search-form .select-line select.fgubun { width:calc((100% - 60px) / 3); margin-top:8px; }

	.sub_1_park_all_list .info_ico_set li { margin-top:0; width:calc((100% - 20px) / 5); }
	.sub_1_park_all_list .info_ico_set li a { width:100%; min-width:100%; }
}


@media (max-width:480px){
	.sub1_2_2_fac_info_list li {min-width: calc(100% / 2);}
	.sub1_2_2_fac_info .sub1_2_2_fac_info_list li {margin:0 6px;}
	
	.sub_1_park_all_list .info_ico_set {margin-left:0px; /*flex-wrap: unset;*/ }
	.sub_1_park_all_list .info_ico_set li {}

	.board-wrap .board-top .board-utils.board-utils_size .board-perpage select {width:110px;}
    
	.park-facility-list .search-result-list li.facility-items { width:100%; margin-right:0;}
    .park-facility-list .search-result-list li.facility-items:nth-child(4n) { margin-right:0; }
    .park-facility-list .search-result-list li.facility-items:nth-child(3n) { margin-right:0; }
    .park-facility-list .search-result-list li.facility-items:nth-child(2n) { margin-right:0; }

	.sub1_parg_map_img ul li:nth-child(6) a span { top:-17px }
	.sub1_parg_map_img ul li:nth-child(7) a span { top: 0; left: -65px; }
	.sub1_parg_map_img ul li:nth-child(10) a span { top:-17px }
}


@media (max-width:400px){
.sub02-01-notice > span span {font-size:1.3rem;}


}

/* 메인 긴급안내메시지 CSS 복사*/
.fclt-info.e-notice { width:100%; /*height:55px;*/ border:1px solid #ddd; box-sizing: border-box; display:flex; align-items: center; padding:15px 22px;}
.fclt-info.e-notice .tit { display:flex; align-items: center; width:100px; }
.fclt-info.e-notice .tit::before { content:""; display:block; width:20px; height:20px; background-image:url(../images/ico_notice_m.png); background-repeat:no-repeat; margin-right:8px; }
.fclt-info.e-notice .tit span { color:#d62d05; font-size:1.7rem; letter-spacing: -0.05em; font-weight:500; }

.fclt-info.e-notice .e-notice-list { width:calc(100% - 245px) }
.fclt-info.e-notice .e-notice-list .e-notice-item { display:flex; align-items: center; width:100%; }
.fclt-info.e-notice .e-notice-list .e-notice-item span.cate { display:block; padding:4px 10px; line-height:1; text-align: center; font-size:1.5rem; color:#fff; background-color:#0b4476; border-radius:4px; max-width:130px; margin-right:8px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.fclt-info.e-notice .e-notice-list .e-notice-item span.date { display:block; font-size:1.5rem; color:#555; width:80px; text-align: right; margin-left:8px; }
.fclt-info.e-notice .e-notice-list .e-notice-item pre { display:block; width:calc(100% - 226px); white-space: pre-wrap; /*overflow: hidden; text-overflow: ellipsis; white-space: nowrap;*/ }
.fclt-info.e-notice .e-notice-list .e-notice-item pre a { display:block; font-size:1.5rem; color:#000; }
.fclt-info.e-notice .e-notice-list .e-notice-item .tit { display:none; }
.fclt-info.e-notice .list-slide-control { display:flex; width:145px;  align-items: center; justify-content: center;}
.fclt-info.e-notice .list-slide-control button { width:24px; height:24px; border:1px solid #dddddd; font-size:0; text-indent:-9999999em}
.fclt-info.e-notice .list-slide-control button.list-prev { background-image:url(../images/btn_arrow02.png); background-position:center;  background-repeat:no-repeat; }
.fclt-info.e-notice .list-slide-control button.list-next { background-image:url(../images/btn_arrow01.png); background-position:center;  background-repeat:no-repeat; }
.fclt-info.e-notice .list-slide-control .pagination { text-align: center; width:auto; margin:0 10px; font-size:1.4rem }
.fclt-info.e-notice .list-slide-control .pagination .swiper-pagination-current { color:#000; font-weight:500; }

@media (max-width:1024px){
	.fclt-info.e-notice { flex-wrap:wrap; padding:10px 22px; height:auto; justify-content: space-between; }
    .fclt-info.e-notice .tit { display:none; width:100%; margin-bottom:5px;}
    .fclt-info.e-notice .e-notice-list { width:calc(100% - 145px); }
    .fclt-info.e-notice .e-notice-list .e-notice-item { flex-wrap:wrap; }
	.fclt-info.e-notice .e-notice-list .e-notice-item pre { width:calc(100% - 88px); }
    .fclt-info.e-notice .e-notice-list .e-notice-item span.cate { width:100%; }
	.fclt-info.e-notice .list-slide-control { width:auto; justify-content: flex-end;}

	.fclt-info.e-notice .e-notice-list .e-notice-item .tit { display:flex; width:auto; margin-right:8px;  }
    .fclt-info.e-notice .e-notice-list .e-notice-item .tit span { font-size:1.5rem; }
}

@media (max-width:768px){
    .fclt-info.e-notice { padding: 15px; border-radius:8px;}
    .fclt-info.e-notice .e-notice-list { width:100%;}

	.fclt-info.e-notice .e-notice-list .e-notice-item span.cate { font-size:1.5rem; max-width:120px; margin-right:0; margin-bottom:8px; }
    .fclt-info.e-notice .e-notice-list .e-notice-item pre { width:100%; }
    .fclt-info.e-notice .e-notice-list .e-notice-item pre a { font-size:1.5rem; }
    .fclt-info.e-notice .e-notice-list .e-notice-item span.date { font-size:1.3rem; width:auto; margin-left:0; margin-top:8px; }
	.fclt-info.e-notice.e-notice .list-slide-control { position:absolute; z-index:1; right:15px; bottom:15px; width:100%; margin-top:8px;}
}
/* // 메인 긴급안내메시지 CSS 복사*/


/*20240503 웹표준 관련 style 태그로 해당 페이지에 적용되던 스타일들 contents.css로 이동*/
#seoul-integrated-board { width:100% !important; }
#facilityLink {cursor : pointer; }

/*버스킹 신청 승인절차*/
.approval_step { margin-bottom: 30px }
.approval_step ul { display: flex;  align-items: center;}
.approval_step ul li.approval_con { width: 20%;} 
.approval_step ul li.approval_con dl { border: 1px solid #ccc; } 
.approval_step ul li.approval_con dl dt { padding: 10px; background: #eee; text-align: center; color: #000; font-weight: 600;} 
.approval_step ul li.approval_con dl dd { padding: 10px; min-height: 70px; text-align: center;  } 
.approval_step ul li.arrw {  width: 6.66%; text-align: center;   }

.approval_step ul li.pVer { display: block}
 .approval_step ul li.mVer { display: none}

@media all and (max-width:640px) {
	
	.approval_step ul { display: block; }
	.approval_step ul li.approval_con { width: 100%;} 
	.approval_step ul li.arrw {  width: 100%; text-align: center; }
	.approval_step ul li.pVer { display: none}
	.approval_step ul li.mVer { display: block}
	
}

/* 그레이트한강 BI */
.content-box .color_meaning {display: flex; margin-top: 44px;}
.content-box .color_meaning li {width: 24%; text-align: left; margin-right: 12px; box-sizing: border-box;}
.content-box .color_meaning li:last-child {margin-right: 0;}
.content-box .color_meaning li p {margin-top: 14px;}
.logo-img-wrap.flex {display: flex; align-items: center;}
.logo-img-wrap.flex img {width: 45%; height: 100%;}
.logo-img-wrap.flex img.resize {width: 55%; height: 100%;}
