body, p, ol, ul, li,h2,h3{padding : 0; margin: 0px; list-style: none;}

.cont_wrap{overflow: hidden;}

/* 메인 배너 */
.banner_wrap{position: relative;}
.banner_wrap img{width:100%}
.bg_banner_title h2{font-size: 48px; padding-bottom: 15px;}
.bg_banner_title{text-align: center; position: absolute; top:40%; left: 50%; margin: -50px 0 0 -215px; width: 430px; font-size: 16px;}

.tab_menu_btn{width: 100%; position: absolute; bottom: 0px; }
.tab_menu_btn p{width: 25%; height: 45px; float: left; text-align: center; line-height: 45px; font-weight: bold; background: #d8dcdf; color: #000; opacity: .8;}
.tab_menu_btn p.active{background: #0872ba; color: #fff; opacity:1;}

/* contextual menu */
.contextual_menu_wrap{width: 100%; border-bottom: 1px solid #e8e8e8; border-top: 1px solid #e8e8e8; margin-bottom: 45px; box-sizing: border-box;}
.contextual_menu{width: 92%; height: 50px; margin: auto; padding: 15px 0; box-sizing: border-box; overflow: hidden;}
.contextual_menu span{float:left; font-size: 14px; line-height: 23px;} 
.home_icon{background : url('/theme/basic/img/home_btn_03.png') no-repeat; width: 24px; height: 20px; text-indent: -9999px; display: block;}
.next_arrow{background : url('/theme/basic/img/contextual_arrow.png') no-repeat 8px 8px; display: block; text-indent: -9999px; width: 20px; height: 30px;}

/* 메인 컨텐츠 */
.tour_tab_menu{position: relative;}
.main_content_wrap{width: 100%; margin: auto; text-align: center; margin-bottom: 80px}
.tourism_intro_wrap{font-size: 16px;}
.tourism_intro_wrap h2{font-size: 42px; margin-bottom: 15px;}
.tourism_list{margin-bottom: 50px; overflow: hidden; cursor: pointer;}
.tourism_list li{float: left; width: 25%; height: 75px; line-height: 70px; border-bottom: 1px solid #dddddd; font-weight: bold;}
.tourism_list li.active{border-bottom: 3px solid #0872ba; color:#0872ba;}
.tour_title_cont{margin-top: 45px; border-bottom: 3px solid #dddddd}
.tour_title_wrap{width: 100%;margin-right: 2%; box-sizing:border-box; text-align: left; font-size: 18px; padding-left: 15px; padding-right: 15px; margin-bottom: 20px; letter-spacing: -1px;}
.tour_title_wrap span.pd_ot{margin-right:15px}
.tour_title_wrap address{color:#0872ba; font-style: normal;}
.call_title{font-size: 18px; color:#0872ba;}
.tour_title_wrap hr{color:#dddddd; border:1px solid #dddddd; margin : 25px 0 30px; display: block;}
.tour_title_wrap h3{font-size: 36px; color: #000; padding-bottom: 15px;}
.tour_map_wrap{ width: 100%; box-sizing:border-box;}
.distance_title{font-size: 24px; color:#0872ba; padding-bottom: 15px;}
.tour_title_wrap span{font-size: 18px; line-height: 25px;}
.call_icon{display: block; float: left; background:url('/theme/basic/img/tour_call_icon.png') no-repeat 3px 3px; text-indent : -9999px; width:18px; height:23px; margin-right:7px;}
.map_icon{display: block; float: left; background:url('/theme/basic/img/tour_map_icon.png') no-repeat 3px 3px; text-indent : -9999px; width:18px; height:23px; margin-right:7px;}
.bus_icon{display: block; float: left; background:url('/theme/basic/img/tour_bus_icon.png') no-repeat 3px 3px; text-indent : -9999px; width:21px; height:26px; margin-right:7px;}

/* 탭 관리 */
.tour_intro_img_wrap{position: relative;}
.tour_content_wrap2{display: none;}
.tour_content_wrap3{display: none;}
.tour_content_wrap4{display: none;}
.tour_content_wrap5{display: none;}
.tour_content_wrap6{display: none;}
.tour_content_wrap7{display: none;}
.tour_content_wrap8{display: none;}

.bx-pager{ position: absolute; bottom: 5%; left: 50%; width: 100px; margin-left: -50px;}
.bx-pager-item a{float: left; display: block; width: 10px; height: 10px; border:2px solid #c3cbd0; text-indent: -9999px; border-radius: 50px; background: #c3cbd0; margin-left: 10px;}
.bx-prev{background: url('/theme/basic/img/left_arrow.png') no-repeat; display: block; text-indent: -9999px; width: 13px; height: 23px; position: absolute; top: 50%; margin-top: -11.5px; left: 1%;}
.bx-next{background: url('/theme/basic/img/right_arrow.png') no-repeat; display: block; text-indent: -9999px; width: 13px; height: 23px; position: absolute; top: 50%; margin-top: -11.5px; right: 1%;}
.bx-pager-link.active{background: rgba(0,0,0,0);}

.tourism_tab{margin-bottom:20px}
.tourism_tab ul{padding: 0 10px; border-bottom: 1px solid #ededed;margin-left:0 !important;overflow:hidden;overflow-x:auto;text-indent:0;width:100%;white-space:nowrap;-webkit-overflow-scrolling:touch;-webkit-perspective:1000;perspective:1000;margin-left:0;}
.tourism_tab ul li{display:inline-block;position:relative;margin-left:0 !important;padding:19px 10px;height:55px;font-size:16px;color:#aaa;letter-spacing: -1px;min-width:34px !important;}
.tourism_tab ul li:after{content:'';position:absolute;left:50%;bottom:-1px;height:3px;background:#0872ba;display:block;width:0;-webkit-transition: all 0.2s5 ease;-moz-transition: all 0.25s ease;-o-transition: all 0.25s ease;transition: all 0.25s ease}
.tourism_tab ul li.active:after{width:100%;left:0}
.tourism_tab ul li.active{color:#0872ba}