@charset "utf-8";


/* 상단 슬라이드 기본설정 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

.main_content{padding-bottom: 84px;background: url(/new_img/tour/main/m_bottom_bg.jpg) center bottom no-repeat;}
#content .content_box{width: 1200px;margin: 0 auto;box-sizing: border-box;}
#content .clearfix::after{content: "";display: block;width: 100%;height: 0;clear: both;overflow: hidden;}


/*
================================================================================
메인콘텐츠
================================================================================
*/


/* 비주얼 영역 */
.m_con_box1{width: 100%;height: 600px;padding-top: 380px;box-sizing: border-box;margin-bottom: 50px;position: relative;}
.m_con_box1 .bg_box{width: 100%;height: 100%;position: absolute;left: 0;top: 0;}
.m_con_box1 .bg_box ul{width: 100%;height: 100%;}
.m_con_box1 .bg_box li{width: 100%;height: 100%;opacity: 0;transition: all 0.3s;position: absolute;left: 0;top: 0;}
.m_con_box1 .bg_box li.on{opacity: 1;}
.m_con_box1 .bg_box li.bg01{background: url(/new_img/tour/main/m_visual_bg01.jpg) center center no-repeat;}
.m_con_box1 .bg_box li.bg02{background: url(/new_img/tour/main/m_visual_bg02.jpg) center center no-repeat;}
.m_con_box1 .bg_box li.bg03{background: url(/new_img/tour/main/m_visual_bg03.jpg) center center no-repeat;}
.m_con_box1 .bg_box li.bg04{background: url(/new_img/tour/main/m_visual_bg04.jpg) center center no-repeat;}
.m_con_box1 .bg_box li.bg05{background: url(/new_img/tour/main/m_visual_bg05.jpg) center center no-repeat;}
.m_con_box1 .bg_box li.bg06{background: url(/new_img/tour/main/m_visual_bg06.jpg) center center no-repeat;}
.m_con_box1 .bg_box li.bg07{background: url(/new_img/tour/main/m_visual_bg07.jpg) center center no-repeat;}
.m_con_box1 .bg_box li.bg08{background: url(/new_img/tour/main/m_visual_bg08.jpg) center center no-repeat;}
.m_con_box1 .bg_box li.bg09{background: url(/new_img/tour/main/m_visual_bg09.jpg) center center no-repeat;}
.m_con_box1 .bg_box li.bg10{background: url(/new_img/tour/main/m_visual_bg10.jpg) center center no-repeat;}

.m_con_box1 .bg_box .txt_box{padding-top: 104px;text-align: center;width: 100%;z-index: 10;position: relative;}
.m_con_box1 .bg_box .top_txt{height: 32px;line-height: 32px;padding: 0 44px 0 9px;background-color: #fff;font-size: 18px;font-family: 'NanumSquare';font-weight:bold;color: #0046b1;position: relative;display: inline-block;}
.m_con_box1 .bg_box .top_txt span{display: inline-block;width: 44px;height: 44px;background-color: #0f5acd;text-align: center;line-height: 44px;font-size: 24px;font-family: 'NanumSquare';border-radius: 50%;position: absolute;right: -7px;top: -6px;color: #fff;}
.m_con_box1 .bg_box .img_box{margin: 20px 0;display: block;text-align: center;}
.m_con_box1 .bg_box .btn_more{width: 120px;height: 42px;line-height: 42px;text-align: center;border: 2px solid #fff;border-radius: 21px;color: #fff;font-weight: bold;font-size: 15px;box-sizing: border-box;display: none;}
.m_con_box1 .bg_box .on .btn_more{display: inline-block;transition: all 0.2s;}
.m_con_box1 .bg_box .on .btn_more:hover,.m_con_box1 .bg_box .on .btn_more:focus{background-color: #fff;color: #333;text-decoration: none;}
.m_con_box1 .bg_box .on .btn_more:focus{outline:2px dashed #000;} /* 접근성 추가 */

.m_con_box1 .content_box{padding: 0 85px;position: relative;}
.m_visual_box li{width: 350px;height: 170px;float: left;position: relative;padding:1px} /*padding:1px 이미지가 줄어들어 약간 흐릿해짐*/
.m_visual_box li .tit{width: 100%;height: 44px;line-height: 44px;text-align: center;color: #fff;font-size: 15px;background: rgba(0,0,0,0.65);position: absolute;bottom: 0;left: 0;transition: all 0.2s;}
.m_visual_box .swiper-slide-active .tit,
.m_visual_box li:hover .tit,
.m_visual_box li a:focus .tit{background: #009882;font-size: 16px;font-weight: bold;}
.m_visual_box li a:focus{border:3px dashed #f2f114;padding:2px 1px 1px 1px;box-shadow: 10px 10px 10px rgba(0,0,0,0.9);   }  /*접근성 태두리 안보여서수정 */
.m_visual_box ul li a{display:block}
.m_con_box1 .control .prevSlide,
.m_con_box1 .control .nextSlide{display: inline-block;width: 74px;height: 74px;border: 2px solid #fff;position: absolute;z-index: 10;text-indent: -9999px;transition: all 0.2s;}
.m_con_box1 .control .prevSlide::after,
.m_con_box1 .control .nextSlide::after{content: "";display: inline-block;width: 46px;height: 14px;background-image: url(/new_img/tour/main/m_com_img.png);background-repeat: no-repeat;position: absolute;}
.m_con_box1 .control .prevSlide{bottom: 48px;left: 0;}
.m_con_box1 .control .nextSlide{bottom: 48px;right: 0;}
.m_con_box1 .control .prevSlide::after{background-position: 0 0;top: 28px;left:12px;}
.m_con_box1 .control .nextSlide::after{background-position: -66px 0;top: 28px;left:12px;}
.m_con_box1 .control .prevSlide:hover,
.m_con_box1 .control .nextSlide:hover,
.m_con_box1 .control .prevSlide:focus,
.m_con_box1 .control .nextSlide:focus{border-color: #7f7f7f;background-color: rgb(0,0,0,0.5);border-color: transparent;outline:2px dashed #f2f114;   }  /*접근성 태두리 안보여서수정 */

.m_con_box1 .control .stop-slide,
.m_con_box1 .control .start-slide{display: inline-block;width: 32px;height: 32px;border-radius: 50%;background-color: rgba(0,0,0,0.7);text-indent: -9999px;position: absolute;bottom: -37px;right: 85px}
.m_con_box1 .control .stop-slide::after,
.m_con_box1 .control .start-slide::after{content: "";display: inline-block;width: 10px;height: 12px;background-image: url(/new_img/tour/main/m_com_img.png);background-repeat: no-repeat;position: absolute;top: 10px;left:11px;}
.m_con_box1 .control .stop-slide::after{background-position: -133px 0;}
.m_con_box1 .control .start-slide::after{background-position: -153px 0;}
.m_con_box1 .control .stop-slide:focus, .m_con_box1 .control .start-slide:focus { outline:2px dashed #f2f114;}



/* 팝업존 */
.m_pop_box{width: 50%;height: 400px;float: left;position: relative;margin-bottom: 80px;}
.m_pop_box .m_pop_slide li a:focus{border:2px dotted red}/*border:2px solid #000*/ /*웹접근성 포커스 크롬*/
.m_pop_box .m_pop_slide li a { display:block}
.m_pop_box .control{width: 82%;height: 60px;line-height: 60px;background-color: #fff;box-shadow: 8px 8px 12px rgba(0,0,0,0.1);position: absolute;bottom: -30px;left: 50%;transform: translateX(-50%);-ms-transform: translateX(-50%);padding: 0 20px;box-sizing: border-box;z-index: 10;}
.m_pop_box .control h3{font-size: 18px;font-weight: bold;font-family: 'NanumSquare';color: #111;}
.m_pop_box .control .prevSlide1{width: 17px;height: 17px;position: absolute;bottom: 22px;background: url(/new_img/tour/main/m_com_img.png) -183px 5px no-repeat;right: 143px;bottom: 21px;text-indent: -9999px;}
.m_pop_box .control .nextSlide1{width: 17px;height: 17px;position: absolute;bottom: 22px;background: url(/new_img/tour/main/m_com_img.png) -218px 5px no-repeat;right: 73px;bottom: 21px;text-indent: -9999px;}
.m_pop_box .control .count{position: absolute;right: 101px;bottom: 0;font-size: 15px;}
.m_pop_box .control .count .swiper-pagination-current{font-size: 19px;font-weight: bold;color: #111;}
.m_pop_box .control .stopSlide1,
.m_pop_box .control .startSlide1{display: inline-block;width: 32px;height: 32px;border-radius: 50%;border:1px solid #bebebe;background-image: url(/new_img/tour/main/m_com_img.png);background-repeat: no-repeat;text-indent: -9999px;position: absolute;top: 15px;right: 20px;transition: all 0.2s}
.m_pop_box .control .stopSlide1{background-position: -243px 9px;}
.m_pop_box .control .startSlide1{background-position: -273px 9px;}
.m_pop_box .control .stopSlide1:hover,.m_pop_box .control .startSlide1:hover,
.m_pop_box .control .stopSlide1:focus,.m_pop_box .control .startSlide1:focus{background-color: #efefef}



/* 퀵메뉴 */
.m_quick_box{width: 50%;height: 400px;float: left;margin-bottom: 80px;padding-top: 50px;text-align: center;background: url(/new_img/tour/main/m_quick_bg.jpg) no-repeat;box-sizing: border-box;position: relative;}
.m_quick_box ul{display: inline-block;padding:0 35px}
.m_quick_box li{margin-bottom:38px;display: inline-block;float:left;width:33.33%;text-align:center;}
.m_quick_box li a .ic{display: inline-block;;width: 96px;height: 96px;margin-bottom: 10px;border-radius: 50%;}
.m_quick_box li .tit{display: block;line-height: 1;color: #333;font-size: 16px;font-weight: bold;}
.m_quick_box li a .ic01{background: #467ccb url(/new_img/tour/main/m_com_img.png) 23px -27px no-repeat;}
.m_quick_box li a .ic02{background: #2b90d9 url(/new_img/tour/main/m_com_img.png) -55px -27px no-repeat;}
.m_quick_box li a .ic03{background: #2eb0db url(/new_img/tour/main/m_com_img.png) -138px -27px no-repeat;}
.m_quick_box li a .ic04{background: #229a91 url(/new_img/tour/main/m_com_img.png) -228px -22px no-repeat;}
.m_quick_box li a .ic05{background: #84b332 url(/new_img/tour/main/m_com_img.png) -319px -24px no-repeat;}
.m_quick_box li a .ic06{background: #a78b4e url(/new_img/tour/main/m_com_img.png) -403px -23px no-repeat;}
.m_quick_box .btn_box{width: 82%;height: 60px;line-height: 60px;background: url(/new_img/tour/main/m_quick_btn_bg.jpg) no-repeat;text-align: center;display: inline-block;position: absolute;background-size: cover;bottom: -30px;left: 50%;transform: translateX(-50%);-ms-transform: translateX(-50%);}
.m_quick_box .btn_box::after{content: "";display: inline-block;width: 28px;height: 28px;position: absolute;border-radius: 50%;background: rgba(0,0,0,0.3) url(/new_img/tour/main/m_com_img.png) -307px 11px no-repeat;right: 20px;top: 16px;}
.m_quick_box .btn_box span{display: inline-block;padding-left: 51px;color: #fff;font-size: 16px;font-weight: bold;position: relative;}
.m_quick_box .btn_box span::before{content: "";display: inline-block;width: 42px;height: 36px;background: url(/new_img/tour/main/m_com_img.png) -507px -50px no-repeat;position: absolute;top: 12px;left: 0;}
.m_quick_box .btn_box:hover span{text-decoration: underline;}


/* 신청,예약 */
.m_reservation_box{margin-bottom: 55px;}
.m_reservation_box a{display: inline-block;width: calc(33.33% - 10px);margin-right: 15px;height: 92px;background-color: #fff6ef;text-align: center;float: left;}
.m_reservation_box a:last-child{margin-right: 0;}
.m_reservation_box div{display: inline-block;padding: 24px 38px 0 74px;text-align: left;position: relative;}
.m_reservation_box span{font-size: 15px;color: #666;line-height: 1;margin-bottom: 12px;display: inline-block;}
.m_reservation_box h3{font-family: 'NanumSquare';font-size: 20px;color: #111;line-height: 1;}
.m_reservation_box .ic01::before{content: "";display: inline-block;width: 51px;height: 39px;background: url(/new_img/tour/main/m_com_img.png) 0 -128px no-repeat;position: absolute;left: 0;top: 26px;}
.m_reservation_box .ic02::before{content: "";display: inline-block;width: 50px;height: 48px;background: url(/new_img/tour/main/m_com_img.png) -83px -128px no-repeat;position: absolute;left: 0;top: 22px;}
.m_reservation_box .ic03::before{content: "";display: inline-block;width: 57px;height: 52px;background: url(/new_img/tour/main/m_com_img.png) -164px -128px no-repeat;position: absolute;left: 0;top: 27px;}
.m_reservation_box a:hover h3,.m_reservation_box a:focus h3{text-decoration: underline;}



.m_con_box2{margin-bottom: 83px;}
.m_con_box2 > div{float: left;padding-top: 55px;position: relative;}
.m_con_box2 h3{font-size: 22px;font-family: 'NanumSquare';font-weight: bold;color: #333;position: absolute;left: 0;top: 11px;}
/* 홍보영상 */
.m_video_box a{display: inline-block;width: 350px;height: 290px;margin-right: 24px;}
.m_video_box a:focus { outline:2px dashed #000000;} /* 접근성 태두리*/
.m_video_box .tit{width: 100%;height: 50px;line-height: 50px;text-align: center;font-size: 16px;background-color: #f8f8f8;display: inline-block;}
.m_video_box a:hover .tit,.m_video_box a:focus .tit{text-decoration: underline;}


/* 관광명소 */
.m_tour_box{width: 450px;margin-right: 25px;}
.m_tour_box .control{position: absolute;right: -1px;top: 0;}
.m_tour_box .control .count{display: inline-block;width: 61px;height: 45px;border:1px solid #d2d2d2;text-align: center;line-height: 45px;float: left;margin-left: -1px;box-sizing: border-box;}
.m_tour_box .control button{display: inline-block;width: 46px;height: 45px;border:1px solid #d2d2d2;float: left;margin-left: -1px;text-indent: -9999px;position: relative;transition: all 0.2s;}
.m_tour_box .control button:hover,.m_tour_box .control button:focus{background-color: #efefef}
.m_tour_box .control button::after{content: "";display: inline-block;width: 15px;height: 7px;background-repeat: no-repeat;background-image: url(/new_img/tour/main/m_com_img.png);position: absolute;}
.m_tour_box .control .prevSlide2::after{background-position: -183px 0;top: 18px;left: 15px;}
.m_tour_box .control .nextSlide2::after{background-position: -218px 0;top: 18px;left: 13px;}
.m_tour_box .txt_box{height: 145px;padding-top:40px;text-align: center;box-sizing: border-box;position:relative;}
.m_tour_box .txt_box h4{line-height: 1;margin-bottom: 21px;font-family: 'NanumSquare';font-weight: bold;font-size: 20px;line-height:1.3;word-break:break-all}
.m_tour_box .txt_box p{text-align: center;}
.m_tour_box li .txt_box::after{content:"";display:inline-block;width: 0;height: 0;border-left:10.5px solid transparent;border-right:10.5px solid transparent;position:absolute;left: 50%;transform:translateX(-50%);-ms-transform:translateX(-50%);}
.m_tour_box li:nth-child(odd) .txt_box::after{border-bottom:11px solid #fff;top:-11px;}
.m_tour_box li:nth-child(even) .txt_box::after{border-top:11px solid #fff;position:absolute;bottom:-11px;}
.m_tour_slide li img{height:145px;margin:2px 1px 2px 0; width:98%}
.m_tour_slide li a:focus {outline:2px dashed #000000;} /* 접근성 태두리*/

.m_tour_box .txt_box.line_2{padding-top:20px;}
.m_tour_box .txt_box.line_2 h4{margin-bottom:10px;}


/* 포토갤러리 */
.m_photo_slide{width: 350px;height: 290px;}
.m_photo_box li a{display: inline-block;width: 100%;height: 100%}
.m_photo_box li a:focus{border:2px dashed #000;width: 98%;height: 96% } /*웹접근성 포커스 크롬*/
.m_photo_box .control{position: absolute;right: -1px;top: 0;}
.m_photo_box .control .count{display: inline-block;width: 61px;height: 45px;border:1px solid #d2d2d2;text-align: center;line-height: 45px;float: left;margin-left: -1px;box-sizing: border-box;}
.m_photo_box .control button{display: inline-block;width: 46px;height: 45px;border:1px solid #d2d2d2;float: left;margin-left: -1px;text-indent: -9999px;position: relative;transition: all 0.2s;}
.m_photo_box .control button:hover,.m_photo_box .control button:focus{background-color: #efefef}
.m_photo_box .control button::after{content: "";display: inline-block;width: 15px;height: 7px;background-repeat: no-repeat;background-image: url(/new_img/tour/main/m_com_img.png);position: absolute;}
.m_photo_box .control .prevSlide3::after{background-position: -183px 0;top: 18px;left: 15px;}
.m_photo_box .control .nextSlide3::after{background-position: -218px 0;top: 18px;left: 13px;}
.m_photo_box .tit{width: 100%;height: 50px;line-height: 50px;text-align: center;font-size: 16px;background-color: #f8f8f8;display: inline-block;}
.m_photo_box a:hover .tit,.m_photo_box a:focus .tit{text-decoration: underline;}


/* 금정은즐겁다 */
.m_con_box3 h3{text-align: center;margin-bottom: 10px;}
.m_con_box3 p{color: #666;font-size: 16px;margin-bottom: 25px;text-align: center;}
.m_enjoy_box{width: 100%;height: 350px;position: relative;text-align: center;font-size: 0;}
.m_enjoy_box a:focus{border:2px dashed #000;} /*웹접근성 포커스 크롬*/
.m_enjoy_box .tab_list{display: inline-block;}
.m_enjoy_box .tab_list > a{width: 170px;height: 54px;line-height: 54px;border:1px solid #dadada;display: inline-block;margin-left: -1px;font-size: 17px;font-family: 'NanumSquare';color: #555;text-align: center;font-weight: bold;background-color: #fff;}
.m_enjoy_box .tab_list > a.on{background-color: #0062d2;border-color: #0062d2;color: #fff;}

.m_enjoy_box .m_enjoy_con{width: 100%;height: 240px;position: absolute;bottom: 0;left: 0;display: none;}
.m_enjoy_box .list_box{float: left;width: 280px;margin-right: 27px;}

.m_enjoy_box .list_box a{display: block;width: 100%;height: 100%}
.m_enjoy_box .list_box > a:hover .tit,.m_enjoy_box .list_box > a:focus .tit{text-decoration: underline;}
.m_enjoy_box .list_box:last-child{margin-right: 0;}
.m_enjoy_box .list_box .img_box{position: relative;}
.m_enjoy_box .list_box .tit{display: inline-block;width: 100%;height: 50px;line-height: 50px;text-align: center;background-color: #fcfdfe;font-size: 17px;font-family: 'NanumSquare';}

.m_enjoy_box .link_box{width: 100%;height: 100%;background-color: rgba(0,0,0,0.6);text-align: center;position: absolute;left: 0;top: 0;box-sizing: border-box;visibility: hidden;}
.m_enjoy_box .link_box a{display: inline-block;width: 80px;height: 80px;color: #fff;font-size: 17px;font-family: 'NanumSquare';text-align: center;line-height: 80px;position: absolute;top: 50%;transform: translateY(-50%);left: 50%;}
.m_enjoy_box .link.on .link_box{visibility: visible;}
.m_enjoy_box .link_box .col_1{background-color: #0062d2;margin-left: -85px;}
.m_enjoy_box .link_box .col_2{background-color: #00a088;margin-left: 5px}

@media all and (min-width: 1201px){
	.m_enjoy_box .list_box:nth-child(3){margin-right: 26px}
}




/* 하단링크 */
.mbottom_link{background:#5b5c60}
.mbottom_link a:focus{border:2px dashed #000;} 
.mbottom_link > ul{margin:0 auto;width:1000px;border-left:1px solid #37373a;border-right:1px solid #79797d}
.mbottom_link > ul:after{display:block;clear:both;content:''}
.mbottom_link > ul > li{position:relative;float:left;width:20%;font-size:13px;background:url(/new_img/tour/main/ic_arrow.png) no-repeat right 12px}
.mbottom_link > ul > li > a{display:block;padding:10px 0 0 40px;height:34px;color:#fff;text-decoration:none;background:url(/new_img/tour/main/ic.png) no-repeat 8px 14px;border-left:1px solid #79797d;border-right:1px solid #37373a}
.mbottom_link > ul > li+li a{background-position:10px -36px}
.mbottom_link > ul > li+li+li a{background-position:10px -90px}
.mbottom_link > ul > li+li+li+li a{background-position:10px -140px}
.mbottom_link > ul > li+li+li+li+li a{background-position:10px -188px}

.mbottom_link > ul .ic_plus{background:url(/new_img/tour/main/ic_plus.png)  right 12px no-repeat ;}
.mbottom_link > ul > li.qu_select.on{background:url(/new_img/tour/main/ic_minus.png)  right 12px no-repeat}
.mbottom_link .go_view{display:none;position:absolute;bottom:45px;left:-800px;padding:15px 5px 15px 20px;width:970px;height: auto;background:#5b5c60;border:1px solid #37373a;border-width:1px 1px 0 1px;}
.mbottom_link .go_view ul{margin:0;width:auto;overflow:auto;border:0;}
.mbottom_link .go_view ul li{float:left;font-size:12px;width:14.2%;background:none}
.mbottom_link .go_view ul li a{display:inline-block;color: #fff;padding:0;height:auto;border:0}
.mbottom_link .go_view ul li a:hover{text-decoration:underline;}
.mbottom_link .go_view .btn_close{position:absolute;top:15px;right:15px}
.mbottom_link .go_view .btn_close a{padding:0;height:auto;border:0;}



/*
================================================================================
반응형 콘텐츠(메인콘텐츠)
================================================================================
*/

/* PC,Tablet Device */

@media all and (max-width: 1200px){
	#content .content_box{width: 100%;padding: 0 20px}
	#content .m_con_box1 .content_box{padding: 0 140px;}
	
	.m_visual_box li img{width: 100%;height: 100%}
	.m_con_box1 .control .prevSlide{left: 20px;}
	.m_con_box1 .control .nextSlide{right: 20px;}
	.m_con_box1 .control .stop-slide, .m_con_box1 .control .start-slide{right: 140px}

	.m_pop_slide, .m_pop_box li img{width: 100%;height: 100%}
	
	.m_quick_box{padding: 40px 20px 20px 20px}
	.m_quick_box ul{padding:0}
	.m_quick_box li{width: 33.33%;margin: 0 0 35px 0;float: left;text-align: center;}
	.m_quick_box li a .ic{display: inline-block;}
	.m_quick_box li .tit{line-height:1.3}

	.m_video_box, .m_photo_box{width: 30%;margin-right: 0;}
	.m_video_box a{width: 100%}
	.m_video_box a img{height: 240px;}
	.m_tour_box{width: calc(40% - 20px); margin:0 10px;}
	.m_photo_slide{width: 100%;}
	.m_photo_slide li img{height: 240px}

	.m_enjoy_box .list_box{width: calc(25% - 7.5px);margin-right: 10px;}

	.mbottom_link > ul{width:100%;border-right:0;border-left:0;}
	.mbottom_link > ul > li{width:50%;}
	.mbottom_link > ul > li+li+li{border-top:1px solid #37373a}
	.mbottom_link > ul > li+li+li a{border-top:1px solid #79797d}

  .mbottom_link > ul > li.qu_select{width: 100%;}
  .mbottom_link .go_view{left: 0;width: 100%;box-sizing: border-box;}

}
@media all and (max-width: 1024px){
	.m_enjoy_box .link_box{visibility: visible;padding: 0;}

}
@media all and (max-width: 1024px) and (min-width: 769px){
	.m_tour_box .txt_box{padding-top:20px;}
	.m_tour_box .txt_box h4{word-break:break-all;margin-bottom:10px;font-size:17px;}
	.m_tour_box .txt_box p br{display:none;}	
}


/* Mobile Device */

@media all and (max-width: 768px){
	
	#content .content_box{padding: 0 15px}

	.m_con_box1{height: 480px;padding-top: 255px;margin-bottom: 20px}
	.m_con_box1 .bg_box .txt_box{padding-top: 35px;}
	.m_visual_box li{height: auto;}
	#content .m_con_box1 .content_box{padding: 0 110px}
	.m_con_box1 .control .stop-slide, .m_con_box1 .control .start-slide{right: 110px;}
	
	.m_pop_box{width: 100%;height: auto;margin-bottom: 50px}
	.m_quick_box{width: 100%;height: auto;background-size: cover;margin-bottom: 50px;}
	
	.m_reservation_box{margin-bottom: 20px}
	.m_reservation_box a{width: 100%;margin-right: 0;margin-bottom: 10px}
	
	.m_con_box2 > div{width: 100%;margin-right: 0;margin-bottom: 20px}
	.m_video_box a{margin-right: 0;width: 100%;height: auto;}
	.m_video_box a img{height: auto;width: 100%;max-height: 350px}
	.m_tour_box{margin: 0;}
	.m_tour_box img{width: 100%;height: 145px}

	.m_con_box2{margin-bottom: 20px}

	.m_photo_box img{width: 100%;height: auto;max-height: 350px}
	
	.m_enjoy_box{height: 0;padding-bottom: 100%}
	.m_enjoy_box .tab_list{width: 25%;margin-left: -1px;}
	.m_enjoy_box .tab_list > a{width: 100%;margin-left: 0;box-sizing: border-box;}
	.m_enjoy_box .list_box{width: calc(50% - 5px);margin-right: 0;margin-bottom: 10px;}
	.m_enjoy_box .list_box:nth-child(even){margin-left: 10px}
	.m_enjoy_box .list_box img{width: 100%}
	.m_enjoy_box .m_enjoy_con{height: auto;bottom: inherit;top: 80px;}

	.mbottom_link ul li a{padding-left:10px;background:none}	
	.mbottom_link .go_view ul li{width: 33.3%}


}
@media all and (max-width: 640px){
	

}

@media all and (max-width: 500px){

	.m_con_box1{padding-top: 270px;height: auto;padding-bottom: 50px;}
	.m_con_box1 .control .prevSlide, .m_con_box1 .control .nextSlide{bottom: inherit;top: -100px;}
	#content .m_con_box1 .content_box{padding: 0 20px}
	.m_con_box1 .control .stop-slide, .m_con_box1 .control .start-slide{right: 20px;}
	
	.m_pop_box .control{width: 90%;}

	.m_enjoy_box{padding-bottom: 130%}
	.m_enjoy_box .tab_list{width: 50%;margin-top: -1px}
	.m_enjoy_box .m_enjoy_con{top: 135px;}

	.m_quick_box li{width: 50%;}
	.m_quick_box .btn_box{width: 90%}
	.m_quick_box .btn_box::after{right: 12px}
	.m_quick_box .btn_box span{padding-left: 0;padding-right: 28px;}
	.m_quick_box .btn_box span::before{display: none;}

	.m_enjoy_box .link_box a{width: 60px;height: 60px;line-height: 60px;}
	.m_enjoy_box .link_box .col_1{margin-left: -65px}

}



/*
================================================================================
서브콘텐츠
================================================================================
*/
/*금정_맛_브랜드*/
.gj_taste_allimg li{width:33.06%; display:inline-block; vertical-align:top;}
.gj_taste_allimg li dt{width:100%; height:230px; border:1px solid #dddddd; margin-bottom:15px;}
.gj_taste_allimg li dt img{width: 100%; height: 100%; object-fit: cover; object-position: center;}
.gj_taste_allimg li dd{width:100%; text-align:center;}
.gj_taste_allimg li dd p{text-align:center;margin-top:5px;}

.gj_taste_logo{display:inline-block;}
.gj_taste_logo img{display:inline-block;}
.gj_taste_text{display:inline-block;width:73%; vertical-align: middle;}


/* 축제/행사 */
.event_tit{margin:30px 0;padding-top:70px;font-size:38px;color:#333;line-height:40px;text-align:center}
.event_tit span{display:block;font-size:20px;color:#0e51b8}
.event_tit span.txt88{display:block;font-size:28px;color:#0e51b8;line-height:1.5em}
.event_tit.ico01{background:url(/new_img/tour/sub/s1_2_icon01.gif) no-repeat center top}
.event_tit.ico02{background:url(/new_img/tour/sub/s1_2_icon02.gif) no-repeat center top}
.event_tit.ico03{background:url(/new_img/tour/sub/s1_2_icon03.gif) no-repeat center top}
.event_tit.ico04{background:url(/new_img/tour/sub/s1_2_icon04.gif) no-repeat center top}
.event_tit.ico05{background:url(/new_img/tour/sub/s1_2_icon05.gif) no-repeat center top}
.event_tit.ico06{background:url(/new_img/tour/sub/s1_2_icon06.gif) no-repeat center top}
.event_tit.ico07{background:url(/new_img/tour/sub/s1_2_icon07.gif) no-repeat center top}
.event_tit.ico08{background:url(/new_img/tour/sub/s1_2_icon08.gif) no-repeat center top}
.event_tit.ico09{background:url(/new_img/tour/sub/s1_2_icon09.gif) no-repeat center top}
.event_tit.ico10{background:url(/new_img/tour/sub/s1_2_icon10.gif) no-repeat center top}
.event_tit.ico11{background:url(/new_img/tour/sub/s1_2_icon11.gif) no-repeat center top}
.event_tit.ico12{background:url(/new_img/tour/sub/s1_2_icon12.gif) no-repeat center top}
.event_tit.ico13{background:url(/new_img/tour/sub/s1_2_icon13.gif) no-repeat center top}
.event_tit.ico14{background:url(/new_img/tour/sub/s1_2_icon14.gif) no-repeat center top}
.event_tit.ico15{background:url(/new_img/tour/sub/s1_2_icon15.gif) no-repeat center top}
.event_tit.ico16{background:url(/new_img/tour/sub/s1_2_icon16.gif) no-repeat center top}

.event_tit.ico21{background:url(/new_img/tour/sub/s1_3_icon01.gif) no-repeat center top}
.event_tit.ico22{background:url(/new_img/tour/sub/s1_3_icon02.gif) no-repeat center top}

.tour_gallery{height:100%;overflow:hidden}
.tour_gallery li{float:left;margin-bottom:20px;width:33.3%;text-align:center;}
.tour_gallery li .ph_box{display:block;margin:0 5px}
.tour_gallery li .tit{display:block;margin:15px auto 0 auto;padding-left:10px;max-width:100%;line-height:14px;text-align:left;border-left:3px solid #578cdc}
.tour_gallery li img{width:100%}
.tour_gallery.col1 li{width:100%}
.tour_gallery.col2 li{width:50%}
.tour_gallery.col4 li{width:25%}
.tour_gallery.col5 li{width:20%}
.tour_gallery li a{position:relative;display:block}
.tour_gallery li .view{display:none;position:absolute;top:0;left:0;width:100%;height:100%;color:#fff;text-indent:-999px;overflow:hidden;text-align:center;background:url(/new_img/tour/sub/zoom_ic.png) no-repeat center center;background-size:cover}
.tour_gallery li a:hover .view{display:block}

.ev13 .bg1{width:100%; background:#8ec641;}
.ev13 .bg2{width:100%; background:#f2f2f2;}
.ev13 .info{line-height:17px; color:#fff; text-align:right; padding:10px 10px}
.ev13 .info1{background:#4a7b05; }
.ev13 .info2{background:#192a54;}
.ev13 .info span{position:relative;margin-right:3px;}
.ev13 .info span:after{display:inline-block;width:18px;height:18px;background: #c72222;border-radius: 9px;text-align: center;color: #fff;content: '※';}


/* 찾아가는 영화상영 */
.biky_tit{margin:30px 0;padding-top:70px;font-size:38px;color:#333;line-height:1;text-align:center}
.biky_tit span{display:block; font-size:20px; margin:10px auto 7px; color:#10218b;}
/* .biky_tit span{position:relative; display:block; font-size:0; text-indent:-9999px;}
.biky_tit span:after{content:''; display:block; margin:0 auto; width:352px; height:40px; background:url(/new_img/tour/sub/s4_3_subtit.gif) no-repeat center top} */
.biky_tit.ico01{background:url(/new_img/tour/sub/s4_3_icon01.gif) no-repeat center top}

.biky_gellery{border-top:2px solid #5c81c6;border-bottom:1px solid #a5a5a5}
.biky_gellery.movie dl{padding:20px 20px 25px 220px;min-height:190px;background:#fff}/* 도서관영화목록 */
.biky_gellery dl{position:relative;padding:20px 20px 20px 258px;min-height:160px;border-top:1px solid #ccc}
.biky_gellery dl:first-child{border-top:0}
.biky_gellery dl dt{margin-bottom:10px;font-size:17px;color:#333;font-weight:bold;}
.biky_gellery dl dt a{color:#333;}
.biky_gellery dl dt span.date{padding:5px 8px; margin-right:10px; font-size:15px; background:#fff; border:1px solid #2769cc; color:#2769cc;}
.biky_gellery dl dd.photo{position:absolute;top:32px;left:15px;width:170px; height:220px}
.biky_gellery dl dd.photo img{width:100%;height:100%;}
.biky_gellery dl dd.data{margin-top:10px;padding-left:20px;font-size:13px;background:url('/new_img/board/ic_data.png') no-repeat 0 4px}
.biky_gellery dl dd ul li{}
.biky_gellery dl dd ul.infor li{position:relative;float:none;margin:0;padding:0 0 0 78px;min-height:25px;background:url('/new_img/board/bbs_dot.png') no-repeat 0 3px;border-bottom:0}
.biky_gellery dl dd ul.infor li .name{position:absolute;top:0;left:20px;width:45px;color:#0e51b8;font-weight:bold;background:url('/new_img/board/kan.gif') no-repeat right center}
.biky_gellery dl dd ul.infor2{margin-bottom:15px;padding:18px 25px 13px 25px;overflow:hidden;background:#f1f5fc}
.biky_gellery dl dd ul.infor2:after{display:block;clear:both;content:''}
.biky_gellery dl dd ul.infor2 li{float:left;margin-bottom:3px;width:50%;background:url('/new_img/board/bbs_dot.png') no-repeat 0 3px;}
.biky_gellery dl dd ul.infor2 li .name{display:inline-block;margin-right:10px;padding-left:22px;width:63px;color:#0e51b8;font-weight:bold;background:url('/new_img/board/kan.gif') no-repeat right center}
.biky_gellery dl dd ul.infor2 h5.h_tx_story{margin: -7px 0px 1px; padding: 0px; text-align: left; color: rgb(51, 51, 51); text-transform: none; line-height: 25px; text-indent: 0px; letter-spacing: -1px; font-family: 나눔고딕, NanumGothic, Helvetica, sans-serif; font-size: 14px; font-style: normal; font-weight: bold; word-spacing: 0px; display: block; white-space: normal; orphans: 2; widows: 2; background-image: url(&quot;https://ssl.pstatic.net/static/movie/2014/01/blank.gif&quot;); background-color: rgb(255, 255, 255); font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-style: initial; text-decoration-color: initial;}
.biky_gellery dl dd ul.infor2 p.con_tx{margin: -1px 0px -6px; padding: 0px; text-align: left; color: rgb(51, 51, 51); text-transform: none; line-height: 25px; text-indent: 0px; letter-spacing: -1px; font-family: 나눔고딕, NanumGothic, 돋움, Dotum, Helvetica, AppleSDGothicNeo-Medium, AppleGothic, sans-serif; font-size: 14px; font-style: normal; font-weight: 400; word-spacing: 0px; white-space: normal; position: relative; orphans: 2; widows: 2; background-image: url(&quot;https://ssl.pstatic.net/static/movie/2014/01/blank.gif&quot;); background-color: rgb(255, 255, 255); font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-style: initial; text-decoration-color: initial;}

.biky_gellery dl dd.liMovCon{}
.biky_gellery dl+dl{background:#f6f6f6}
.biky_gellery dl+dl+dl{background:#fff}
.biky_gellery dl+dl+dl+dl{background:#f6f6f6}
.biky_gellery dl+dl+dl+dl+dl{background:#fff}
.medal { position:absolute;  top:-10px;  left:-30px; }

/* 관광명소 */
.hot_spot_txt{padding:20px 30px;height:100%;overflow:hidden;background:#5090d8 url(/new_img/tour/sub/hotspot_top_bg.jpg) no-repeat right top}
.hot_spot_txt h2{float:left;margin:0 15px 5px 0;line-height:30px;}
.hot_spot_txt p{float:left;font-size:13px;color:#fff; line-height:44px}

.mout_txt{position:relative;margin:10px 0 30px 0;padding:3px 0 0 110px}
.mout_txt dt{position:absolute;top:0;left:0;;padding:4px 0;width:96px;color:#fff;font-weight:bold;text-align:center;background:url(/new_img/tour/sub/s2_1_txt_bg.gif) no-repeat}

.mout_con{margin-bottom:20px;height:100%;overflow:hidden}
.mout_con li{float:left;margin-bottom:20px;width:50%;}
.mout_con li > div{margin:0 auto;max-width:348px;min-height:420px;border:1px solid #ccc}
.mout_con li dl{padding:20px}
.mout_con li dl dt{margin-bottom:10px;padding-left:30px;font-size:16px;color:#333;font-weight:bold;background:url(/new_img/tour/sub/ic_san.gif) no-repeat 0 2px}

.map_num_box{padding:20px 30px;background:#f6f6f6;border:1px solid #ccc;}
.map_num_box ul{height:100%;overflow:hidden}
.map_num_box ul li{float:left;margin-bottom:6px;width:33.3%}
.map_num_box ul li .num{display:inline-block;margin-right:5px;width:17px;height:17px;font-size:11px;color:#fff;font-weight:bold;text-align:center;line-height:16px;background:url(/new_img/tour/sub/num_bg.png) no-repeat}

.map_num{display:inline-block;margin-right:5px;width:17px;height:17px;font-size:11px;color:#fff;font-weight:bold;text-align:center;line-height:16px;background:url(/new_img/tour/sub/num_bg.png) no-repeat}

.photo_box {margin-bottom:30px;height:100%;overflow:hidden}
.photo_box .photo_img{float:left;margin:0 20px 10px 0}
.photo_box .photo_img .tit{display:block;margin:15px auto 0 auto;padding-left:10px;max-width:100%;line-height:14px;text-align:left;border-left:3px solid #578cdc}

/* 음식점 메인 */
.s3_1_con{ padding-bottom:25px !important;}
.s3_1_con .txt{margin-bottom:10px;font-size:17px;font-weight:bold;text-align:center !important;}
.s3_1_con h2{position:relative;margin-bottom:55px;font-family:'NanumSquare';font-size:42px;color:#333;text-align:center;line-height:45px;}
.s3_1_con h2::after{position:absolute;top:50%;left:0;width:100%;height:1px;content:'';background:#333;z-index:1}
.s3_1_con h2 .tit{position:relative;display:inline-block;padding:0 20px;background:#fff;z-index:2}
.s3_1_con h2 .tit span{display:inline-block;color:#0167b4;}
.s3_1_con .monthFest ul::after{display:block;clear:both;content:''}
.s3_1_con .monthFest ul li{position:relative;float:left;margin-bottom:3px;width:33.33%;}
.s3_1_con .monthFest ul li a{display:block;height:100%}
.s3_1_con .monthFest ul li a::after{position:absolute;top:0;left:0;width:100%;height:100%;content:'';opacity:0.4;background:#000;z-index:1;transition: all 0.3s;}
.s3_1_con .monthFest ul li .month{position:absolute;bottom:0;left:0;padding:0 0 30px 25px;font-size:18px;color:#fff;font-weight:bold;z-index:2}
.s3_1_con .monthFest ul li .month span{font-size:18px}
.s3_1_con .monthFest ul li.last{width:66.66%}
.s3_1_con .monthFest ul li a:hover::after{opacity:0;}
.s3_1_con .monthFest ul li.festTxt{max-height:195px;height:195px;color:#fff;background:#568ddc url(/new_img/tour/festi_photo_bg.jpg) no-repeat right top;font-size:16px;}
.s3_1_con .monthFest ul li.festTxt .tit{display:block;font-size:20px;font-weight:bold;  margin-top:50px; margin-left :30px; }

/* 레이어팝업 */
.poplay_box{position:absolute;width:730px;background:#fff;border:2px solid #2c6dd1;z-index:100}
.poplay_box h3{padding:10px 20px;font-size:15px;color:#fff;background:#2c6dd1}
.poplay_box .assets_name{padding:15px 20px 10px 20px;background:#f1f5fc;border-bottom:1px solid #cfd5e0}
.poplay_box .poplay_con{padding:25px}
.poplay_box .btn_close{position:absolute;top:10px;right:20px}
.poplay_box .btn_close a{padding:3px 5px}

/* 레저스포츠 */
.s4_1_bg{padding-right:40%;min-height:270px;background:url(/new_img/tour/sub/s4_1_img.jpg) no-repeat right top}

.drone_img{width:100%; overflow:hidden;}
.drone_img li{width:32.3%; float:left; margin-right:1%;}

/* 관광홍보물신청 */
.guide_txt .content.ic_req{background:url(/new_img/tour/sub/book_ic.png) no-repeat 50px 35px;}


/* 이북 */
.pdf_ebook{ width: 730px;  margin:0 auto !important; background:url(/new_img/board/ebook_bg.jpg) center top  no-repeat;  }
.pdf_ebook_title:after {content:''; display:block; clear:both;}
.pdf_ebook_title{padding-left:20px;}
.pdf_ebook_title li:first-child {  border-right:1px solid #e4e4e4;}
.pdf_ebook_title li{ float:left; border-bottom:1px solid #e4e4e4; width:339px;  padding: 40px 0 40px 0;   }
.pdf_ebook_down:after {content:''; display:block; clear:both;}
.pdf_ebook_down li:first-child {  border-right:1px solid #e4e4e4; padding-right:20px; }
.pdf_ebook_down li{ float:left; width:329px;  padding: 30px 0 0 10px;  font-size:15px  }
.pdf_ebook_down li a{width:339px; height:62px; padding-top: 38px; display:inline-block;  font-weight:bold; border: 1px solid #e3e3e3;box-shadow: 0 2px 2px rgba(0,0,0,0.2);background-color: #fff;position: relative;}
.pdf_ebook_down li a::after{content: "";display: inline-block;position: absolute;right: 20px;top: 40px; width: 19px;height: 20px;background: url(/new_img/tour/sub/ebook_down_ic.jpg) no-repeat;}
.pdf_ebook_down li a::before{content: "";display: inline-block;width: 41px;height: 25px;text-align: center;line-height: 25px;color: #fff;position: absolute;top: 0;left: 0;}
.pdf_ebook_down li a.pdf::before{content: "PDF";background: #ea315f;}
.pdf_ebook_down li a.ebook::before{width: 69px;background: #3a83de;content: "E-BOOK"}
.last_a li{  padding-bottom:30px;  border-bottom:1px solid #e4e4e4; }

/* 금정홍보책자 */
.tour_s6_5{position:relative;width:100%;height: 733px;background: url(/new_img/tour/sub/s6_5_img01.png) no-repeat center 50px;}
.bg02{background: url(/new_img/tour/sub/s6_5_img02.png) no-repeat center 50px;}
.bg03{background: url(/new_img/tour/sub/s6_5_img03.png) no-repeat center 50px;}
.bg04{background: url(/new_img/tour/sub/s6_5_img04.png) no-repeat center 50px;}
.bg05{background: url(/new_img/tour/sub/s6_5_img05.jpg) no-repeat center 50px;}
.bg06{background: url(/new_img/tour/sub/s6_5_img06.jpg) no-repeat center 50px;}
.bg07{background: url(/new_img/tour/sub/s6_5_img07.jpg) no-repeat center 50px;}
.tour_s6_5_btn{position:absolute;top:500px;left:60px;width:176px;}
.tour_s6_5_btn:after{display:block;content:'';clear:both;}
.tour_s6_5_btn > li{float:left;margin-bottom:20px;}
.tour_s6_5_btn > li > a{display:block;width:126px;height:54px;line-height:54px;padding:0 25px;color:#fff;font-weight:bold;}
.tour_s6_5_btn > .tour_btn_pdf01 > a{background:url(/new_img/tour/sub/s6_5_ic01.png) no-repeat 0;}
.tour_s6_5_btn > .tour_btn_ebook01 > a{background:url(/new_img/tour/sub/s6_5_ic02.png) no-repeat 0;}




/* 관광안내지도 신청*/

.s5_5_2_box > ul{width: 100%;border-top: 1px solid #5c81c6}
.s5_5_2_box > ul > li{width: 100%;padding: 30px 0;border-bottom: 1px solid #ccc;overflow: hidden;}
.s5_5_2_box .listBox{float: left;width: 50%;height: 150px;position: relative;box-sizing: border-box;padding: 0 10px 0 215px;}
.s5_5_2_box .listBox img{position: absolute;left: 0;top: 0;}
.s5_5_2_box .listBox .infoBox{position: relative;width: 100%;height: 100%;}
.s5_5_2_box .listBox h3{font-weight: bold;font-size: 16px;margin-bottom: 10px;letter-spacing: -2.5px;word-break: break-all;}
.s5_5_2_box .listBox .btn03{letter-spacing: -2px;}
.s5_5_2_box .listBox .check_box{width: 100%;height: 26px;line-height:26px;background-color: #f1f1f1;text-align: center;display: inline-block;position: absolute;bottom: 0;left: 0;}
.s5_5_2_box .listBox .check_box label{display: inline-block;margin-left: 3px;font-weight: bold;font-size: 13px;}

.s2_1_1_tbl{display:none;}

@media all and (max-width: 767px){	
	.s5_5_2_box .listBox{width: 100%;margin-bottom: 20px}
	.gj_taste_allimg li{width:45%}
}

/* 추천여행 서브메인 */
.travel_submain .tit_box{width: 100%;font-family: 'NanumSquare';text-align: center;position: relative;margin-bottom: 40px;}
.travel_submain .tit_box > span{font-size: 17px;color: #555;display: block;margin-bottom: 15px;}
.travel_submain h2{font-size: 36px;color: #333;display: inline-block;background: #fff;padding: 0 11px;font-family: 'NanumSquare';position: relative;z-index: 10;}
.travel_submain h2 span{color: #0f5acd;}
.travel_submain .tit_box::before{content: "";display: inline-block;width: 100%;height: 1px;background: #ccc;position: absolute;top: 46px;left: 0;}

.travel_submain .tour_list{display: flex;justify-content: space-between;flex-wrap: wrap;}
.travel_submain .tour_list > div{height: auto;margin-bottom: 10px;position: relative;overflow: hidden;}
.travel_submain .tour_list > div img{transition: all 0.2s;width:100%}
.travel_submain .tour_list > div a:hover img{transform:scale(1.07)}
.travel_submain .flex_50{width: calc(50% - 5px);}
.travel_submain .flex_33{width: calc(33.3% - 6px);}
.travel_submain .flex_66{width: calc(66.6% - 4px);}
.travel_submain .flex_100{width: 100%;}

.travel_submain .tour_list h3{position: absolute;width: 100%;height:100px;text-align: center;left: 0;bottom: 0;padding-top: 48px;font-family: 'NanumSquare';font-size: 20px;box-sizing: border-box;background: url('/new_img/tour/sub/travel_submain_bg.png') left bottom repeat-x;font-weight: normal;letter-spacing: -2px}
.travel_submain .tour_list h3 span{display: inline-block;padding-right: 35px;position: relative;color: #fff;}
.travel_submain .tour_list h3 span::after{content: "";display: inline-block;width: 28px;height: 28px;border-radius: 50%;border:1px solid #fff;background: url('/new_img/tour/sub/travel_submain_arrow.png') center center no-repeat;right: 0;top: -4px;position: absolute;box-sizing: border-box;}


/* 지금여기 관광후기*/
.tour_eventbox {height: 920px; background: url('/new_img/tour/sub/tour_s3_5_conbg(2022).jpg') no-repeat; background-size: cover;}
.tour_eventbox .toureventbox_wrap {padding: 70px 50px 80px 60px; text-align: left;}
.tour_eventbox .toureventbox_wrap .tourevent_tit {margin: 0;padding-top: 0px;text-align: center;}
.tour_eventbox .toureventbox_wrap .tourevent_tit .tit_txt {margin-top: 40px;font-size: 15px;letter-spacing: -1.2px;text-align: center;}
.tour_eventbox .toureventbox_wrap .tourevent_tit .mobile_title {display:none;}
	
.tour_btnbox {text-align: center; margin-top: 60px;}
.tour_btnbox .reviewBtn a {display: inline-block; font-family: 'NanumSquare'; font-size: 18px; color: #fff; padding: 12px 34px 12px 26px; vertical-align: middle; background: url('/new_img/common/btn_dot.png') 95% center no-repeat; border-radius:24px 6px; border: 0; box-shadow: 2px 2px 14px rgba(0, 0, 0, 0.1); box-sizing: border-box;}
.tour_btnbox .reviewBtn01 a {background-color: #ee8600; margin-right: 5px;}
.tour_btnbox .reviewBtn02 a {background-color: #6551ba;}


/*
================================================================================
반응형 콘텐츠(서브콘텐츠)
================================================================================
*/

 /* Tablet Device */
@media all and (max-width:750px){
	.poplay_box{width:99%}

	/* 금정홍보책자 */
	.tour_s6_5{background-size:100% auto;}
}


 /* Tablet Device */
@media all and (max-width:700px){
	.guide_txt3 .ri_con{position:relative;display:block;right:0;top:0;margin-top:5px;text-align:right}
	.tour_gallery.col5 li{width:50%}

	/* 겔러리형(음식점) */
	.bbs_gallery4 ul li{float:none;width:100%}
	.bbs_gallery4 ul li + li + li{background:none}

	/* 일반갤러리 */
	.bbs_gallery ul li{width:50%}

	.gj_taste_all{text-align:center;}
        .gj_taste_logo{margin-bottom:15px;}
}

@media all and (min-width:640px) and (max-width:800px){
	.mout_con li > div{margin:0 10px}
}

 /* Mobile Device */
@media all and (max-width:640px){
	/* 공통 */
	ul.li2 li, ol.li2 li{float:none;width:100%}
	.event_tit{font-size:30px;}
.event_tit span.txt88{color:#e6616f;line-height:1.5em}

	.tour_gallery li{width:50%}
	.mout_con li{float:none;width:100%;}
	.mout_con li > div{min-height:auto}

	.map_num_box ul li{width:50%}

	/* 지도위치조절 */
	.root_daum_roughmap .wrap_map{margin-left:-50%}

	/* 레저스포츠 */
	.s4_1_bg{padding:0 0 160px 0;background-position:right bottom;background-size:55%}

	/* 관광홍보물 신청*/
	.guide_txt .content{padding: 20px 20px 20px 25%;}
	.guide_txt .content.ic_req{background-position:20px 20px;background-size:15%}
	
	/* 일반게시판 */
	.bbs_ltype colgroup col:first-child,
	.bbs_ltype thead th:first-child,
	.bbs_ltype tbody td:first-child,
	.bbs_ltype colgroup col:last-child,
	.bbs_ltype thead th:last-child,
	.bbs_ltype tbody td:last-child{display:none}
	.bbs_ltype thead th:nth-of-type(2){background:none}
	.bbs_ltype colgroup col:nth-last-child(2){width:22%}
	.bbs_ltype colgroup col:nth-last-child(3){width:18%}
	.bbs_ltype tbody td:nth-last-child(2){font-size:12px}

	.btn_list2{margin-top:10px !important}
	.btn_list2 .btn_right{position:relative !important;text-align:right}
	.page{margin-top:10px !important}

	/* 갤러리3형 목록 */
	.bbs_gallery3.food dl{padding: 25px 20px 25px 130px;min-height:100px}
	.bbs_gallery3.food dl dd.photo{width:100px}
	.bbs_gallery3.food dl dd.photo img{height:auto}
	.bbs_gallery3.food dl dd ul.infor2{padding:10px 15px}

	/* 갤러리4형 상세보기 */
	.bbs_vtype2 .bbs_infor{padding:25px 0}
	.bbs_vtype2 .bbs_infor .photo{position:relative;top:0;left:0;margin:0 auto 20px auto}

/* 찾아가는 영화상영 */
.biky_gellery dl dd.photo{position:static; margin:20px 0;}
.biky_gellery dl dd.liMovCon{}
.biky_gellery dl dd.liMovCon .con_tx{}
.biky_gellery.movie dl{padding: 20px 20px 40px 20px}
.biky_gellery dl dd ul.infor2 li{width: 100%;}
.biky_gellery dl dd.photo{width: 100%;text-align: center; width:auto; height:auto;}
.biky_gellery dl dt{text-align: left;}

	/* 금정홍보책자 */
	.tour_s6_5{height:600px;}
        .tour_s6_5_btn{top:250px;left:20px;}

        .pdf_ebook{width:100%}
        .pdf_ebook_title{display:none}
        .pdf_ebook_down li{width:100%;box-sizing: border-box}
        .pdf_ebook_down li a{width: 100% !important;}
.pdf_ebook_down li:first-child,.pdf_ebook_down li{padding-right:10px}

.s2_1_1_box map{display:none;}
.s2_1_1_tbl{display:table;}

.tour_gallery li img{min-height:220px}

/* 추천여행 서브메인 */
  .travel_submain .tit_box{margin-bottom: 25px}
  .travel_submain h2{font-size: 24px}
  .travel_submain .tour_list > div{width: 100%;}
  .travel_submain .tour_list h3{font-size: 17px;}

	/* 지금여기 관광후기*/
	.tour_eventbox { background-position: center top;}
	.tour_eventbox .toureventbox_wrap { padding: 30px !important;}
	.tour_eventbox .toureventbox_wrap .tourevent_tit .pc_title {display: none;}
	.tour_eventbox .toureventbox_wrap .tourevent_tit .mobile_title {display:block;}
	.tour_eventbox .toureventbox_wrap .tourevent_tit .tit_txt {margin-top: 20px;}
	.tourevent_con ul {padding-left: 0 !important;}

}

/* 공공누리 */
.nuri_box{padding-left:280px;}
.nuri_wrap a:focus{outline-style:dashed;outline-width:3px }/*접근성 태두리 안보여서 수정 */

/* 중앙버튼정렬 */
.cen_btnbox {width:100%;}
.cen_btnbox .btnbox01{width:200px;  margin:30px auto;}
.cen_btnbox .btnbox01 span{margin-right:5px;}

 /* Mobile Device */
@media (max-width: 500px) {
	/* 지금여기 관광후기*/	
	.tour_btnbox .reviewBtn a {display: block; font-size: 17px; padding: 10px 30px 10px 20px;}
	.tour_btnbox .reviewBtn01 a {margin: 0 0 10px 0;}
}

@media all and (max-width:470px){
	h1.title{font-size:26px}
	/* 일반갤러리 */
	.bbs_gallery ul li{float:none;width:100%;height:auto}
	.bbs_gallery ul li img{width:100%;height:auto}

	/* 갤러리3형 목록 */
	.bbs_gallery3.food dl{padding:240px 10px 20px 10px}
	.bbs_gallery3.food dl dt{text-align:center}
	.bbs_gallery3.food dl dd.photo{left:0;width:100%;text-align:center}

	.bbs_vtype2 .bbs_infor .infor h3{text-align:center}

.nuri_box{padding-top:65px;padding-left:0;}
.tour_s6_5{height:400px;}

.tour_gallery li{width:100%;}
.tour_gallery li img{min-height:auto;}

.gj_taste_allimg li{width:80%}

}     


/* sns 링크 */
.sns_link_box{position: absolute;right: 82px;top: 110px;}
.sns_link_box ul li{float: left;}
.sns_link_box ul li a{width: 36px;height: 32px;display: inline-block;background-repeat: no-repeat;background-position: center center;text-indent: -9999px;}
.sns_link_box ul li .ic01{background-image: url(/new_img/geumjeong/common/sub_sns_ic01.png);background-color: #3162a8}
.sns_link_box ul li .ic02{background-image: url(/new_img/geumjeong/common/sub_sns_ic02_2024.png);background-color: #000000}
.sns_link_box ul li .ic03{background-image: url(/new_img/geumjeong/common/sub_sns_ic03.png);background-color: #3eb11f}
.sns_link_box ul li .ic04{background-image: url(/new_img/geumjeong/common/sub_sns_ic04.png);background-color: #97c800}
.sns_link_box ul li .ic05{background-image: url(/new_img/geumjeong/common/sub_sns_ic05.png);background-color: #f3cb00}
.sns_link_box .sns_link_btn{width: 36px;height: 34px;background: #535353 url(/new_img/geumjeong/common/sub_sns_share.png) center center no-repeat;text-indent: -9999px;display: none;}
@media all and (max-width: 1024px){
  .sns_link_box ul{position: absolute;display: none;}
  .sns_link_box ul li{float: none;}
  .sns_link_box .sns_link_btn{display: inline-block;}
  .sns_link_box{right: 3px;top: 3px;z-index: 10;}
}
                                              

.s4_2_2_1_mark{position:relative;margin-bottom:40px;padding-right:295px}
.s4_2_2_1_mark .mark_down{position:absolute;top:0;right:0;width:265px}                                                                                                                                                              


/* 2020 금정구 관광사진 공모전 수상작 전시 */

/* 관광사진 공모전 레이어팝업 */
.poplay_box2{position:fixed;width:65%; max-width:1600px; top: 50%; left: 50%; transform: translate(-50%,-50%); background:#fff;border:2px solid #2c6dd1;z-index:100}
.poplay_box2 h3{padding:10px 20px;font-size:15px;color:#fff;background:#2c6dd1}
.poplay_box2 .assets_name{padding:15px 20px 10px 20px;background:#f1f5fc;border-bottom:1px solid #cfd5e0}
.poplay_box2 .poplay_con{padding:25px;text-align:center;}
.poplay_box2 .poplay_con > img {max-height : 700px;}
.poplay_box2 .btn_close{position:absolute;top:15px;right:20px}
.poplay_box2 .btn_close a{ padding:5px}
.poplay_box2 .pop_fix_bg { position: fixed; width: 100%; height: 100%; background-color: rgba(0,0,0,0.42); top: 0; left: 0;}


	.s4_5_wrap{position:relative; width:100%; background:#f1f1f1 url(/new_img/tour/sub/s4_5_bg.jpg)no-repeat; padding-bottom:30px; background-size:contain;}
	.s4_5_con{position:relative; padding:270px 0 0;}
	.s4_5_con > div{margin:0 25px 0; background:#fff;}
	.s4_5_con h2{font-size:24px; color:#000; text-align:center; line-height:28px; padding:0;}
	.s4_5_con .aw p.title{position:relative; padding:30px 0 20px 65px; margin-left:-60px; font-size:18px; text-align:center; letter-spacing: 1px; font-weight:bold; color:#000; z-index:1;}
	.s4_5_con .aw1 p.title{background: url(/new_img/tour/sub/s4_5_ico1.png)center 28px no-repeat;}
	.s4_5_con .aw2 p.title{background: url(/new_img/tour/sub/s4_5_ico2.png)center 28px no-repeat; padding:30px 0 20px 80px; margin-left:-76px;}
	.s4_5_con .aw3 p.title{background: url(/new_img/tour/sub/s4_5_ico3.png)center 28px no-repeat;}
	.s4_5_con .aw4 p.title{background: url(/new_img/tour/sub/s4_5_ico4.png)center 28px no-repeat;}

	.s4_5_con .aw p.title:after{position:absolute; top:44px; left:50%; width:45px; height:9px; margin-left:9px; z-index:-1; content:'';}
	.s4_5_con .aw1 p.title:after{background:#f9e5c6;}
	.s4_5_con .aw2 p.title:after{background:#fae5e7; width:60px;}
	.s4_5_con .aw3 p.title:after{background:#f1f5fc;}
	.s4_5_con .aw4 p.title:after{background:#f0ddcf;}

	.s4_5_con .tour_gallery{padding:0 40px;}
	.s4_5_con .tour_gallery.col2 li{width:50%;}
	.s4_5_con .tour_gallery li .tit{font-size:15px; letter-spacing:-0.6px; border-left:none; text-align:center;}
	.s4_5_con .tour_gallery .ov{position:absolute; width:100%; height:100%; background:rgba(0,0,0,0.42) url(/new_img/tour/sub/s4_5_view.png)center center no-repeat; opacity:0; transition:0.4s; z-index:9;}
	.s4_5_con .tour_gallery .ov:hover,
	.s4_5_con .tour_gallery .ov:focus{opacity:1; transition:0.4s;}

	.s4_5_con .aw1 .bg{display:block; width:100%; margin-top:-70px; height:70px; background:#fcf1e0;}
	.s4_5_con .aw1 .bg:after{}
	.s4_5_con .aw2 .bg{display:block; width:100%; margin-top:-70px; height:70px; background:#f9ecee;}
	.s4_5_con .aw3 .bg{display:block; width:100%; margin-top:-70px; height:70px; background:#f1f5fc;}
	.s4_5_con .aw4 .bg{display:none; width:100%; margin-top:-70px; height:70px; background:#dfc7b4;}


@media (max-width: 1000px){
.s4_5_con{padding:38% 0 0 ;}
.s4_5_con > div{margin:0 3.5% 0;}
}

@media (max-width: 640px){
.s4_5_con h2{font-size:19px; line-height:28px; padding:0 20px;}
.s4_5_con .tour_gallery.col2 li{width:100%;}
.s4_5_con .tour_gallery{padding:0 20px;}
.s4_5_con .aw p.title{padding: 20px 0 20px 60px;}
.s4_5_con .aw1 p.title{background: url(/new_img/tour/sub/s4_5_ico1.png)center 18px no-repeat;}
.s4_5_con .aw2 p.title{padding:20px 0 20px 70px; background:url(/new_img/tour/sub/s4_5_ico2.png)center 18px no-repeat;}
.s4_5_con .aw3 p.title{background: url(/new_img/tour/sub/s4_5_ico3.png)center 18px no-repeat;}
.s4_5_con .aw4 p.title{background: url(/new_img/tour/sub/s4_5_ico4.png)center 18px no-repeat;}
.s4_5_con .aw p.title:after{top:36px;}
}  


  .photo_box {
        border-bottom: 1px solid #ddd;
        padding-bottom: 10px;
    }

    .photo_box .photo_img .photo_txt2 .tit {
        margin: 15px 0 5px 0;
        padding: 0px 0 0px 8px;
        font-size: 16px;
        font-weight: bold;
        max-width: 100%;
        line-height: 14px;
        text-align: left;
        border-left: 3px solid #578cdc;
    }

    .photo_box .photo_img .photo_txt2 .ico_l {
        padding-left: 15px;
        background: url(/new_img/tour/sub/ico_location.png) no-repeat 0 2px;       }                                 