@charset "utf-8";

/* html, body{overflow-x:hidden;} */
/* 인트로 s */
.intro{display:none; height:100vh; background:url("/tour/upload_data/board_data/BBS_0000011/176457647089977.jpg")no-repeat center center; background-size:cover; position:absolute;}
.intro_txt{padding-top:38vh;}
.intro_txt p{ font-family: 'Pretendard'; color:#fff; font-weight:700; text-align:center;  text-shadow: 0 0 5px rgba(0,0,0,0.7); margin-bottom:15px; opacity:0; animation:slideUp 1.2s ease forwards; }
.intro_txt .in_txt1{animation-delay: 0s; font-size:25px;}
.intro_txt .in_txt2{width:230px;height:50px;line-height:50px;margin:0 auto;margin-bottom:10px;animation-delay: 1.2s; font-size:28px;}
.intro_txt .in_txt3{animation-delay: 2.4s; font-size:25px;}

/* 메인동영상 s */
.motion1 .m_video{width: 100%; height: 100vh; overflow: hidden; clip-path:inset(0);}
.motion1 .m_video_con{position: fixed; top: 0; left: 0; width: 100%; height: 100vh;}
.motion1 .m_video_con video{height:100vh;width:100%;object-fit: fill;object-position:center;}
.motion1 .m_video_con span{display:inline-block;animation: upDown 3s infinite ease-in-out;position:absolute;left: 48%;bottom: 15%;transform:translateX(-50%);color:#fff;font-size: 15px;font-weight:400;text-shadow: 0 0 5px rgba(0,0,0,0.7);}
.motion1 .m_video_con span::after{content:'';position:absolute;left:0;bottom:-8px;background-color:#fff;height:1px;width: 82px;}


/* 메인사진 s */
.motion2{position:relative;}
.motion2 .m_p .photo{position: relative;}
.motion2 .m_p .photo ul li{display: none; width: 100%; height: 100vh; overflow: hidden;}
.motion2 .m_p .photo img{width:100%; height:100vh; object-fit:cover; object-position: center; }
.motion2 .m_p .photo li.active{display: block;}
.motion2 .m_p .photo li.active img{animation: animScale 6s linear infinite forwards; }

.motion2 .m_p .photo .p_txt{color:#fff;text-align:center;font-weight:700;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);z-index:2;/* width: auto; */}
.motion2 .m_p .photo .p_txt p{font-size:20px;text-shadow: 0 0 5px rgba(0,0,0,0.7);margin-bottom:15px;color:#fff;width: auto;word-break: keep-all;}
.motion2 .m_p .photo .p_txt span{display:block;font-size:30px;width: auto;text-shadow: 0 0 5px rgba(0,0,0,0.7);word-break: keep-all;}
.motion2 .m_p .photo li > span{ position:absolute; bottom:50px; left:50px; z-index:2; background-color:#c66119;}
.motion2 .m_p .photo .p_txt span a{display:block; text-align:left; background-color:#c66119;  text-shadow:none; color:#fff; font-weight:500; font-size:15px; width:160px; height:50px; line-height:50px; padding:10px 0 0 20px; line-height:30px; margin:25px auto; background-image:url("/tour/images/main/view_btn.png"); background-repeat:no-repeat; background-position:right 18px center; background-size:16px 16px;  }





/* 메인 동그라미 공통 */
.motion3{height:100vh;}

.motion7{height:100vh;}
.m_circle, .m_circle2, .m_circle3{width:100%; height:100%; position:absolute; display:flex; flex-direction:row; flex-wrap:nowrap; justify-content:center; align-items:center;}
.m_circle .cir_bg{ width:100%; height:100%; background:url(/tour/images/main/m_bg1.jpg)no-repeat center center;   background-size: cover;}
.m_circle2 .cir_bg2{width:100%; height:100%; background:url(/tour/images/main/m_bg3.jpg)no-repeat center center; background-size:cover;}
.m_circle3 .cir_bg3{width:100%; height:100%; background:url(/tour/images/main/m_bg2.jpg)no-repeat center center; background-size:cover;}
.m_circle .cir_txt, .m_circle2 .cir_txt, .m_circle3 .cir_txt{text-align:center; z-index:999; position:absolute; }
.m_circle .cir_txt span, .m_circle2 .cir_txt span, .m_circle3 .cir_txt span{display:block; margin-bottom:30px; font-weight:700; font-size:35px;}
.m_circle .cir_txt p, .m_circle2 .cir_txt p, .m_circle3 .cir_txt p{color:#fff; font-weight:500; font-size:20px; opacity:0; animation:slideUp 1.2s ease forwards;}
.m_circle .cir_txt1, .m_circle2 .cir_txt1, .m_circle3 .cir_txt1{animation-delay:0s;}
.m_circle .cir_txt2, .m_circle2 .cir_txt2, .m_circle3 .cir_txt2{animation-delay:1.2s;}


/* 지금 진안은 */
.motion4{margin-top:160px; }
.main_bbs{position:relative; padding-bottom:50px;}
.main_bbs h2{color:#a55023; font-size:22px; font-weight:700; margin-bottom:40px; margin-left:15px;}
.main_bbs .bbs_con{position:relative; height: 620px;}
.main_bbs .tit{position: absolute;}
.main_bbs .tit:nth-of-type(1){left: 5%;}
.main_bbs .tit:nth-of-type(2){right: 5%;}
.main_bbs .tit a{display:block; position: relative; width: 130px; color:#9b9b9b; font-size:18px; font-weight:700; position:relative;}
.main_bbs .tit a::after{content:''; position:absolute; left:0; bottom:-12px; background-color:#9b9b9b; height:1px; width: 130px;}
.main_bbs .tit.on a{color:#272727;}
.main_bbs .tit.on a::after{content: ''; background-color: #272727; height:2px;}

.main_bbs .bbs_con1{display:none; width: calc(100vw - 30px); overflow:hidden; position:absolute; bottom: 45px;}
.main_bbs .bbs_con1.on{display:block;}
.main_bbs .bbs_con1 img{width:auto; max-width: 70%; height:275px; margin: 0 0 0 30px;} 
.main_bbs .bbs_con1 video{width:auto; max-width:70%; height:275px; margin: 0 0 0 30px; object-fit:cover;}
.main_bbs .bbs_con1 .bbs_txt{width: calc(100vw - 70px); font-weight:500; margin: -10px 0 0 30px; padding:40px 5px 30px 15px; border:2px solid #a55023; background: #fff;}  
.main_bbs .bbs_con1 .bbs_txt strong{color:#2d2d2d;font-size:17px;font-weight:700;display:block;margin-bottom:13px;word-break: keep-all;}
.main_bbs .bbs_con1 .bbs_txt p{display: flex; gap: 0 6px; color:#2d2d2d; font-size:14px; font-weight:500; margin-bottom:5px;}
.main_bbs .bbs_con1 .bbs_txt p.comment{display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;}
.main_bbs .bbs_con1 .bbs_txt p i{flex-shrink: 0; display: inline-block; font-style: normal;}
.main_bbs .bbs_con1 .bbs_txt p span{flex-grow: 1; display: inline-block; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;}
.main_bbs .bbs_con1 .bbs_view{display:block; margin:35px 5px 0 auto; color:#2b2a2a; font-size:12px; font-weight:500; padding-left:40px; background:url("/tour/images/main/view_btn2.png")no-repeat center left; width:120px; height:30px; line-height:30px;}

.main_bbs .bbs_con1 .naver_btn{display:inline-block; background:url("/tour/images/main/naver_map.png")no-repeat; width:30px; height:30px; font-size: 0;}
.main_bbs .bbs_con1 .kakao_btn{display:inline-block; background:url("/tour/images/main/kakao_map.png")no-repeat; width:30px; height:30px; font-size: 0;}
.main_bbs .bbs_con1 .call_btn::after{content: ''; display:inline-block; background:url("/tour/images/main/tell.png")no-repeat;  width:25px; height:25px; margin-left: 10px; margin-top: -6px; vertical-align: middle;} 

.main_bbs .m_control{display:flex; gap:10px; position:absolute; bottom:0px; left: 0; right: 0; justify-content: center;}
.main_bbs .m_control .btn_pre{display:inline-block; background:url("/tour/images/main/prv_btn.png")no-repeat; width:45px; height:45px;}
.main_bbs .m_control .btn_stop{display:inline-block; background:url("/tour/images/main/stop_btn.png")no-repeat; width:45px; height:45px;}
.main_bbs .m_control .btn_play{display:inline-block; background:url("/tour/images/main/play_btn.png")no-repeat; width:45px; height:45px;}
.main_bbs .m_control .btn_next{display:inline-block; background:url("/tour/images/main/next_btn.png")no-repeat; width:45px; height:45px;}


/* 추천 관광 코스 */
.motion5{height:100vh;}
.motion6{margin-top:160px;}
.motion6 h2{color:#3983af; font-size:22px; font-weight:700; margin-left:15px; margin-bottom:33px;}

.bbs_box{margin:0 15px;}
.bbs_box ul{width:100%; height:auto;}
.bbs_box>ul>li{width:100%;  position:relative;  transition: 0.5s; background: #3983af; }
.bbs_box>ul>li.on:nth-child(1){height:auto;}
.bbs_box>ul>li.on:nth-child(2){height:auto;}
.bbs_box>ul>li.on:nth-child(3){height:auto;}
.bbs_box>ul>li.on:nth-child(4){height:auto;}
.bbs_box>ul>li.on:nth-child(5){height:auto;}
.bbs_box>ul>li.on:nth-child(6){height:auto;}
.bbs_box .pc{display:none !important;}
.bbs_box .box_content{width:100%;}

.bbs_box .con_list{display:none;}
.boxlist.on .bbs_box .box_tit, .boxlist.on .con_list{display:block;}
.boxlist.on .con_list img{transition: 0.1s; }
.box_content .box_tit{ border-bottom:1px solid #fff;} 
.box_content .box_tit a{color:#fff; font-size:20px; font-weight:500; display:block; padding:20px 0 20px 23px;}
.con_list{padding-bottom:30px; border-bottom:1px solid #fff;}
.con_list .con_wrap{margin:0 24px;}
.con_list h3{color:#fff; font-size:18px; font-weight:500; padding:32px 0 24px 0;}
.con_list p{color:#fff;font-size:15px;font-weight:300;margin-bottom:25px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;word-break: keep-all;}
.con_list img{width:100%; max-height:300px; margin-bottom:30px; display:block; transition: 0.5s; transition-delay: 0.6s; }
.con_list ul{display:flex; flex-direction:column;}
.con_list ul li{padding-bottom:15px;}
.con_list ul li a{display:block; background:url("/tour/images/main/more_btn2.png")no-repeat right 12px center; background-size:15px 15px; color:#fff; height:32px; width:189px; border:1px solid #fff; border-radius:50px; line-height:32px; padding-left:17px; font-size:15px; font-weight:500;}
.con_list ul li a:hover, .con_list ul li a:focus{color:#3983af; background-color:#fff; background-image:url("/tour/images/main/more_btn1.png"); background-repeat:no-repeat; background-position:right 12px center; background-size:15px 15px; transition:0.3s ease-in-out;}

/* 관광유용정보 */
.motion8{margin-top:130px !important;}

.main_bbs2{position:relative;  margin:0 5px;}
.main_bbs2 h2{color:#4a90a4; margin-top:50px; font-size:22px; font-weight:700; margin-bottom:42px;}
.main_bbs2 .bbs_con{position:relative;}
.main_bbs2 .bbs_con .tit{float:left; width:48%; margin:0 0 6%;}

.main_bbs2 .bbs_con .tit a{position: relative; width: 130px; color:#9b9b9b; font-size:18px; font-weight:700; display:block;}
.main_bbs2 .bbs_con .tit a::after{content:''; position:absolute; left:0; bottom:-12px; background-color:#9b9b9b; height:1px; width:133px; }
.main_bbs2 .bbs_con .tit.on a{color:#272727; width:130px;}
.main_bbs2 .bbs_con .tit.on a::after{content:''; height:2px; background-color:#272727;}

.main_bbs2 .bbs_con .bbs_con2{display:none;position:absolute;top:120px;width:100%;height: 570px;background-color:#4a90a4;}
.main_bbs2 .bbs_con .bbs_con2.on{display:block;}
.main_bbs2 .bbs_con2 .bbs_con2_l img{width:100%; height:250px; max-height:450px; object-fit:cover; } 
.main_bbs2 .bbs_con2 .bbs_con2_r{margin:0 20px; padding-bottom:2%;}
.main_bbs2 .bbs_con2 .bbs_con2_r p{color:#fff;font-size: 20px;font-weight:600;margin: 27px 0 0px 0;}
.main_bbs2 .bbs_con2 .bbs_con2_r .m_food_icon::after{content:'';display:inline-block;background: url("/tour/images/main/m_food_icon.png")no-repeat center center;background-size:25px 25px;width: 25px;height: 25px;vertical-align: middle;margin-left: 10px;}
.main_bbs2 .bbs_con2 .bbs_con2_r .m_home_icon::after{content:''; display:inline-block; background:url("/tour/images/main/m_home_icon.png")no-repeat center center;background-size:25px 25px;width: 25px;height: 25px;vertical-align: middle;margin-left: 10px;}
.main_bbs2 .bbs_con2 .bbs_con2_r .m_spproduct_icon::after{content:'';display:inline-block;background:url("/tour/images/main/m_spproduct_icon.png")no-repeat center center;background-size:25px 25px;width: 25px;height: 25px;vertical-align: middle;margin-left: 10px;}
.main_bbs2 .bbs_con2 .bbs_con2_r .m_tour_icon::after{content:''; display:inline-block; background:url("/tour/images/main/m_tour_icon.png")no-repeat center center;background-size:30px 25px;width: 30px;height: 25px;vertical-align: middle;margin-left: 10px;}
.main_bbs2 .bbs_con2 .bbs_con2_r span{color:#fff;font-weight:600;margin: 20px 0;display: block;}
.main_bbs2 .bbs_con2 .bbs_con2_r .tour_quick{display:block;border: 1px solid #fff;border-radius: 10px;padding: 20px;color:#fff;font-weight:600;margin: 50px 0;background: url("/tour/images/main/main_nextbtn.png") no-repeat 91% 46%;background-size: 23px 13px;max-width: 450px;}
.main_bbs2 .bbs_con2 .bbs_con2_r .tour_quick:hover, .main_bbs2 .bbs_con2 .bbs_con2_r .tour_quick:focus{color:#4a90a4; transition:0.3s ease-in-out; background:#fff url("/tour/images/main/main_nextbtn2.png") no-repeat 91% 41%; background-size: 23px 13px;}
.main_bbs2 .bbs_con2 .bbs_con2_r ul{display:flex; flex-wrap:wrap; justify-content:space-between;}
.main_bbs2 .bbs_con2 .bbs_con2_r ul li{width:44%; margin-bottom:19px; margin-right:15px;}
.main_bbs2 .bbs_con2 .bbs_con2_r ul>li>a{display:block; font-size:15px; font-weight:500; color:#fff; padding:1%; border:1px solid #fff; border-radius:50px; line-height:43px; text-align:center;}
.main_bbs2 .bbs_con2 .bbs_con2_r ul>li>a:hover, .main_bbs2 .bbs_con2 .bbs_con2_r ul>li>a:focus{color:#4a90a4; background-color:#fff; transition:0.3s ease-in-out;}

/* 지금 이 맛이야! */
.motion9{/* z-index: 1; */margin-top: 250px;/* clear: both; *//* position: relative; */}
.motion9 h2{font-size:22px; font-weight:700; color:#b77736; margin-left:5px; margin-bottom:49px;}

.bbs_tour{margin:0 5px;}
.tour_con{display:none; width:100%; height:auto; background-color:#b77736;}
.tour_con.on{display:block;}
.tour_con .tour_con_l video{width:100%; height:250px; max-height:450px; object-fit:cover;}
.tour_con .tour_con_l img{width:100%; height:250px; max-height:450px; object-fit:cover;}
.tour_con .tour_con_r{padding:25px 15px;}
.tour_con .tour_con_r .tour_con_tit{color:#fff; font-size:18px; font-weight:600; margin-top:16px; }
.tour_con .tour_con_r p{font-size:12px; color:#fff; line-height:1.4; margin:20px 0 10px 0;}

.tour_con .tour_con_r .m_control2{display:flex; justify-content:space-between;}
.tour_con .tour_con_r .m_control2 a{display:block; color:#fff; font-size:13px; font-weight:500;  border:1px solid #fff;  border-radius:50px; width:135px; line-height:31px;}
.tour_con .tour_con_r .m_control2 p:nth-of-type(1) a{text-align:right; background-image:url("/tour/images/main/m_tour_btn3.png"); background-repeat:no-repeat; background-position: left 13px center; background-size:15px 15px; padding:0 15px 0 0; }
.tour_con .tour_con_r .m_control2 p:nth-of-type(1) a:hover{background-color:#fff; color:#b77736; background-image:url("/tour/images/main/m_tour_btn1.png");}
.tour_con .tour_con_r .m_control2 p:nth-of-type(2) a{text-align:left; background-image:url("/tour/images/main/m_tour_btn2.png"); background-repeat:no-repeat; background-position:right 13px center; background-size:15px 15px; padding:0 0 0 15px;}
.tour_con .tour_con_r .m_control2 p:nth-of-type(2) a:hover{background-color:#fff; color:#b77736; background-image:url("/tour/images/main/m_tour_btn4.png");}


/* 긴급알림 */
.alarm{position: fixed;position: sticky;bottom:0;left:0;width:auto;z-index: 2;margin-bottom:-40px;margin-top:30px;}
.alarm .al_pop{display: none;padding: 20px 20px 40px;background: #884222;color: #fff;border-radius: 40px 40px 0 0;}
.alarm>button{padding: 10px 17px 10px 42px;border-radius: 0 20px 0 0;background: #884222;color: #fff;}
.alarm>button:before{position: absolute;content: "";width: 23px;height: 22px; left: 14px;top: 6px;background: url("/tour/images/main/alarm.png") no-repeat; background-size:22px 25px;}
.alarm.on>button{display: none;}
.alarm.on .al_pop{display: block;}
.alarm .al_pop h3{margin-bottom: 20px; font-size: 18px;font-weight: 600; padding: 0 0 0 35px;background: url("/tour/images/main/alarm.png") no-repeat; background-size:22px 25px;}
.alarm .al_pop a{color: #fff;}
.alarm .al_pop a:hover, .alarm .al_pop a:focus{text-decoration: underline;}
.al_list{display: flex;position: relative;overflow: hidden;font-size: 16px;}
.al_list p{white-space: nowrap;}
.al_list p.original{animation: 35s linear 0s infinite normal forwards running rollingoriginal;}
.al_list p.clone{animation: 20s linear 0s infinite normal forwards running rollingclone;}
.al_list p a{display: inline-block;margin-right: 60px;}
.al_list p a:before{content: "-";margin-right: 4px;}
.alarm .al_pop button{position: absolute;top: 20px;right: 20px;width: 20px;height: 20px;padding: 0;font-size: 0;overflow: hidden; background: url("/tour/images/main/alarm_close.png")no-repeat; background-size:15px 15px;}

/* 메인 팝업 */

.popup{position:sticky;bottom:0;right:0;width:auto;z-index:999;margin-bottom: 0;margin-top: 40px;z-index: 100;}
.popup.on{position:fixed;top: 33%;right: 20%;}
.popup .popup_open{width: 120px;padding:10px 17px 10px 42px;border-radius:20px 0 0 0;background:#2f3441;color:#fff;position:absolute;right:0;bottom: 0px;}
.popup .popup_open::before{content:'';display:block;position:absolute;width:23px;height:22px;left: 20px;top: 13px;background:url("/tour/images/main/popup_open.png")no-repeat;background-size: 12px 12px;}
.popup.on .popup_open{display:none;}
.popup.on .popup_con{display:block;}
.popup .popup_con{display:none;padding: 0 15px;background:#2f3441;color:#fff;border-radius:20px;width:260px;height: 315px;overflow:hidden;/* border: 2px solid #fff; */}
.popup .popup_con ul{display:flex; gap:20px; justify-content:center}
.popup .popup_con img{width:230px; height:230px; border-radius:30px; margin:40px auto 0 auto; display:block;}
.popup .popup_close{color:#fff;background-color:transparent;font-size:15px;width:100px;height:20px;position:absolute;left: 29px;top: 10px;}
.popup .popup_close::before{content:'';display:block;position:absolute;left: -4px;top: 3px;width:23px;height:22px;background:url("/tour/images/main/popup_close.png")no-repeat;background-size:15px 15px;}
.popup .popup_cont{display:flex;justify-content: center;gap: 112px;margin: 11px 0;}
.popup .popup_cont span a{color:#fff;}
.popup .popup_cont .btn{display:flex; gap:10px; align-items:center; justify-content:center;}
.popup .popup_cont .btn .prev{display:inline-block;width: 20px; height: 10px;background: url("/tour/images/main/popup_prev.png")no-repeat;font-size:0;}
.popup .popup_cont .btn .play{display:inline-block;width: 10px; height: 10px;background:url("/tour/images/main/popup_play.png")no-repeat;font-size:0;}
.popup .popup_cont .btn .stop{display:inline-block; width:10px; height:10px; background:url("/tour/images/main/popup_stop.png")no-repeat; font-size:0;}
.popup .popup_cont .btn .next{display:inline-block;width:20px;height: 10px;background:url("/tour/images/main/popup_next.png")no-repeat;font-size:0;}

/* .popup .popup_con{display:none;}
.popup.on .popup_open{display:none;}
.popup.on .popup_con{display:block;}

.popup .popup_open{background-color:#2f3441; width:180px; height:50px; position:absolute; right:0; bottom:0;  border:2px solid #fff; border-radius:10px 0 0 0; border-right:none; border-bottom:none; color:#fff; background-image:url("/tour/images/main/popup_open.png"); background-repeat:no-repeat; background-position:25% center; text-align:right; padding-right:40px; font-size:15px;}
.popup .popup_con{width:260px; height:290px; background-color:#2f3441; border:2px solid #fff;  position:absolute; top:50%; left:50%; transform:translate(-50%, -50%); z-index:999; border-radius:20px;}
.popup .popup_con img{width:230px; height:230px; border-radius:30px; margin:40px auto 0 auto; display:block;}
.popup .popup_close{ color:#fff; background-color:transparent; font-size:15px; width:100px; height:20px; position: absolute; left:15px; top:10px; background-image:url("/tour/images/main/popup_close.png"); background-repeat:no-repeat; background-position:left center;}
 */



/*Tablet*/
    @media all and (min-width:768px){
    .motion2 .m_p .photo .p_txt p{font-size:30px;}
    .motion2 .m_p .photo .p_txt span{font-size:45px;width: auto;}
    .motion2 .m_p .photo li > span{ position:absolute; bottom:50px; left:50px; z-index:2; height:60px; background-color:#c66119;}
    

    /* 메인 팝업 */
    .popup.on{ right:30%;}
    .popup .popup_con{width:300px; height:330px;}
    .popup .popup_con img{width:260px; height:260px;}


    /* 지금 진안은*/
    .main_bbs .bbs_con{height: 690px;}
    .main_bbs h2{font-size:30px; margin-left:35px; margin-top:7%;}
    .main_bbs .tit a{width: 286px; font-size:22px;}
    .main_bbs .tit a::after{width: 286px;}

    .main_bbs .bbs_con1{bottom: 0;}
    .main_bbs .bbs_con1 ul li{display: flex; padding-bottom: 30px;}
    .main_bbs .bbs_con1 img{width:400px;height:534px;z-index:1;object-fit: cover;}
    .main_bbs .bbs_con1 video{width:400px; height:534px; z-index:1;}
    .main_bbs .bbs_con1 .bbs_txt{align-self: flex-end; height:340px; padding:30px 5px 0 30px; margin: 0 0 -30px -50px; width:calc(100vw - 410px)}
    .main_bbs .bbs_con1 .bbs_txt strong{font-size:35px; margin-left:15px;}
    .main_bbs .bbs_con1 .bbs_txt strong, .main_bbs .bbs_con1 .bbs_txt p{margin-left:50px;}
    .main_bbs .bbs_con1 .bbs_txt i{font-size:22px;}
    .main_bbs .bbs_con1 .bbs_txt span{font-size:22px;}
    .main_bbs .bbs_con1 .bbs_view{width:170px; font-size:18px;}

    .main_bbs .m_control{bottom: auto; top: 6%; left: auto; right: 7%; }


    /* 추천 관광 코스 */
    .motion6 h2{font-size:26px;}
    

    /* 관광유용정보 */
    .main_bbs2 h2{font-size:26px;}
    .main_bbs2 .bbs_con .tit a{font-size:22px;}
    .main_bbs2 .bbs_con2{margin-top:20px;}
    .main_bbs2 .bbs_con2 .bbs_con2_r p{font-size:22px;}
    .main_bbs2 .bbs_con2 .bbs_con2_r ul>li>a{font-size:18px;}

    /* 지금 이 맛이야 */
    .tour_con .tour_con_r .tour_con_tit{font-size:22px;}
    .tour_con .tour_con_r p{font-size:15px; }

 
  


    }


    @media all and (min-width:1024px){

    /* 팝업 */
    .popup.on{right:0;top: 411px;height: 315px;}
    .popup.on .popup_close{display:block;}
    .popup .popup_open{font-size:16px;font-weight:500;width:60px;height:150px;bottom:100px;border-radius:20px 0 0 20px;padding:24px 24px 60px 24px;}
    .popup .popup_open::before{top: 111px;left: 25px;}
    .popup .popup_con{width:310px; height:315px; transform:none;}
    .popup .popup_con img{width:225px; height:265px; margin-top:20px;}
    .popup .popup_close{display:none; width:38px;height:145px;background-color:#2f3441;border-radius:20px 0 0 20px;position: absolute;left: -25px;top: 0px;text-align:center;background-position:right 5px bottom 18px;padding: 20px 0 34px 20px;}
    .popup .popup_close::before{top: 114px;left: 22px;background-size: 12px 12px;10pox:;10pox: 1;}
    


    /* 관광유용정보 */
    /* .main_bbs2 .bbs_con{max-height:200px;} */
    .main_bbs2 .bbs_con .tit{width:16%; margin:0 1% 0;}
    .main_bbs2  .bbs_con2{top:90px; height:580px;}


    /* 긴급공지 */
    .alarm>button{padding: 15px 35px 15px 60px;margin: 5px;border-radius: 50px;font-size: 16px;}
    .alarm>button:before{top: 19px;left: 42px;}
    .alarm .al_pop{position: relative;max-width: 1480px;height: 80px;margin: 0 auto;padding: 30px 100px 25px 40px;}
    .alarm .al_pop h3{float: left;margin: 0;padding-right: 40px;}
    .alarm .al_pop button{right: 60px;top: 50%;transform: translateY(-50%);}
    .al_list{margin-top: 2px;}

    }


  /*Desktop*/
    @media all and (min-width:1400px){

    /* 인트로 s */
    .intro_txt{padding-top:30vh;}
    /* .intro_txt p{font-size:70px;} */
    .intro_txt .in_txt1{animation-delay: 0s; font-size:60px;}
    .intro_txt .in_txt2{width:590px; height:100px; line-height:100px; font-size:70px;}
    .intro_txt .in_txt3{animation-delay: 2.4s; font-size:25px; font-size:60px;}

    /* 메인 동영상 */
    .motion1 .m_video_con video{width:100%; height:auto;}

    /* 메인 사진 */
    .motion2 .m_p .photo .p_txt p{font-size:40px;}
    .motion2 .m_p .photo .p_txt span{font-size:65px;height:57px;width: auto;}
    .motion2 .m_p .photo .p_txt span a{margin-top:50px; width:210px; height:57px; font-size:18px; padding-top:13px;}
 
    /* 팝업 */
    .popup .popup_con{width:358px; height:345px; bottom:100px;}
    .popup .popup_con img{width:277px; height:285px; }


    /* 메인 동그라미 공통 */
    .m_circle .cir_txt span, .m_circle2 .cir_txt span, .m_circle3 .cir_txt span{font-size:65px;}
    .m_circle .cir_txt p, .m_circle2 .cir_txt p, .m_circle3 .cir_txt p{font-size:38px;}

    /* 지금 진안은 */
    .main_bbs{padding:0;}
    .main_bbs h2{font-size:50px; margin:0; margin-top:1%; margin-left:22px;}
    .main_bbs .tit:nth-of-type(1){top: -60px; left: auto; right: 560px;}
    .main_bbs .tit:nth-of-type(2){top: -60px; right: 230px;}
    .main_bbs .tit a{font-size:33px;}
    .main_bbs .bbs_con{height:638px;}
    .main_bbs .bbs_con1{width: calc(100vw - 120px);}
    .main_bbs .bbs_con1 ul li{margin-right:70px;}
    .main_bbs .bbs_con1 .bbs_txt{max-width: 580px; padding: 30px 30px 0 50px;}
    .main_bbs .bbs_con1 .bbs_txt strong{margin-bottom:35px;}
    .main_bbs .bbs_con1 .bbs_txt p{margin-bottom:15px;}
    .main_bbs .bbs_con1 .bbs_txt strong, .main_bbs .bbs_con1 .bbs_txt p{margin-left:35px;}
    .main_bbs .bbs_con1 .bbs_txt .call_btn{font-size:22px;}
    .main_bbs .bbs_con1 .bbs_txt .comment{font-size:16px;}
    .main_bbs .m_control{right:6%; top:15px;}

    /* 추천 관광 코스 */
    .motion6 h2{font-size:50px; margin-left:115px; }
    
    .bbs_box{margin:0 0 0 115px;}
    .bbs_box>ul{display:flex; justify-content:space-between; overflow:hidden;}
    .bbs_box>ul>li{transition:0.5s; }

    .box_content{width:100%; height:100%;}
    .boxlist.on .bbs_box .box_tit{transform:translateY(0); transition:transform 1s;}

    .boxlist.on .box_content{width:auto; border-left:1px solid #fff; border-right:1px solid #fff;}

    .box_content .box_tit{padding:32px 0 32px 0; height:100%; position:relative; border-right:1px solid #fff;}  
    .boxlist.on .box_content .box_tit{border-right:none;}
    .box_content .box_tit a{font-size:35px; font-weight:700; height:100%; padding:0 80px 0 80px; transform:translateY(0); transition:transform 1s;}
    .boxlist.on .box_content .box_tit{height:auto; }
    .con_list{display:flex;}
    .con_list h3{font-size:30px; margin-left:25px;}
    .con_list img{max-height:330px;}
    .con_list p{font-size:22px; width:60%; margin-left:25px;}
    .con_list .box_img{float:left; margin-left:25px;}
    .con_list .box_img img{width:510px; height:330px;}
    
    .con_list .box_flex{display:flex;}
    .con_list ul{margin-left:100px; margin-top:17px;}
    .con_list .b_list2{margin-top:128px;}
    .con_list ul li a{font-size:23px; width:307px; height:50px; line-height:50px;}
    
    /* 관광유용정보 */
    .main_bbs2 h2{font-size:55px; margin-bottom:0;}

    .main_bbs2 .bbs_con .tit{position:absolute;}
    .main_bbs2 .bbs_con .tit:nth-last-of-type(1){top:-35px; right:-5%;}
    .main_bbs2 .bbs_con .tit:nth-last-of-type(2){top:-35px; right:9%;}
    .main_bbs2 .bbs_con .tit:nth-last-of-type(3){top:-35px; right:23%;}
    .main_bbs2 .bbs_con .tit:nth-last-of-type(4){top:-35px; right:37%;}
    .main_bbs2 .bbs_con .tit a{font-size:33px;}
    .main_bbs2 .bbs_con .tit a::after{width:200px;}

    .main_bbs2  .bbs_con .bbs_con2{margin-top:-42px; height:595px;}
    .main_bbs2 .bbs_con2 .bbs_con2_l{float:left;}
    .main_bbs2 .bbs_con2 .bbs_con2_l img{width:846px; height:595px; max-height:595px;}
    .main_bbs2 .bbs_con2 .bbs_con2_r{height:595px; padding-top:98px; float:right; width:47%;}
    .main_bbs2 .bbs_con2 .bbs_con2_r p{font-size:38px;font-weight:700;display:inline-block;margin-left:40px;}
    .main_bbs2 .bbs_con2 .bbs_con2_r .m_food_icon::after{width: 53px;height: 60px;background-size: 45px 40px;background-position: center 4px;}
    .main_bbs2 .bbs_con2 .bbs_con2_r .m_home_icon::after{width: 53px;height: 60px;background-size: 45px 40px;background-position: center 4px;}
    .main_bbs2 .bbs_con2 .bbs_con2_r .m_spproduct_icon::after{width: 53px;height: 60px;background-size: 45px 40px;background-position: center 1px;}
    .main_bbs2 .bbs_con2 .bbs_con2_r .m_tour_icon::after{width: 53px;height: 60px;background-size: 53px 40px;background-position: center 9px;}
    .main_bbs2 .bbs_con2 .bbs_con2_r span{margin: 25px 0 85px 40px;font-size:25px;}
    .main_bbs2 .bbs_con2 .bbs_con2_r .tour_quick {margin: 116px 0 50px 40px;font-size: 25px;}
    .main_bbs2 .bbs_con2 .bbs_con2_r ul{justify-content:flex-start;margin-top: 80px;padding-left:40px;}
    .main_bbs2 .bbs_con2 .bbs_con2_r ul li{width:218px;}
    .main_bbs2 .bbs_con2 .bbs_con2_r ul>li>a{width:218px; height:58px; font-size:25px; line-height:50px;}

    /* 지금 이 맛이야 */
    /* .motion9{margin-top:160px;} */
    .motion9 .wrap{width:1700px; margin:0 auto;}
    .motion9 h2{font-size:55px;}
    .tour_con{height:595px;}
    .tour_con::after{content: ''; display:block; clear:both;}
    .tour_con .tour_con_l{float:left;}
    .tour_con .tour_con_l video{width:846px; height:595px; max-height:595px;}
    .tour_con .tour_con_l img{width:846px; height:595px; max-height:595px;}
    .tour_con .tour_con_r{height:595px;float:right; width:47%; padding-top:122px;}
    .tour_con .tour_con_r .tour_con_tit{ font-size:38px; font-weight:700; margin-left:40px;} 
    .tour_con .tour_con_r p{display:inline-block; font-size:22px; margin:79px 0 0 40px; line-height:1.6; word-wrap: break-word; white-space: normal;  width:600px;}

    .tour_con .tour_con_r .m_control2{justify-content:space-around;}
    .tour_con .tour_con_r .m_control2 a{font-size:22px; width:223px; height:58px; line-height:58px;}
    .tour_con .tour_con_r .m_control2 p:nth-of-type(1) a{background-position:left 22px center; background-size:20px 17px; padding:0 30px 0 0;}
    .tour_con .tour_con_r .m_control2 p:nth-of-type(2) a{background-position:right 22px center; background-size:20px 17px; padding:0 0 0 30px;}

    }




/*효과*/
@keyframes slideUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes upDown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
 }

 /* @keyframes bg { 
 0% { transform:scale(1.07); } 100% { transform:scale(1); } 
 }  */

 @keyframes animScale {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

 /* @keyframes bg {
  0% {
    transform: scale(1.07);
  }

  100% {
    transform: scale(1);
  }
} */

@keyframes slideUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes rollingoriginal {
0% {transform: translateX(0);}
50% {transform: translateX(-100%);}
50.01% {transform: translateX(100%);}
100% {transform: translateX(0);}
}
@keyframes rollingclone {
0% {transform: translateX(0);}
100% {transform: translateX(-200%);}
}
                                                                                                                                                                                                                                                                                                                                                                            