지역별로 보는 여행재생목록 지도로 보기
지역별로 보는 여행재생목록 지도로 보기 팝업 닫기
지역별로 보는 여행재생목록 지도로 보기 팝업 오늘 하루 보지않기
본문 내용
.theme_con{width:100%; text-align:center; margin-left:auto; margin-right:auto;} .theme_con img {width:100%;} .snowflakes img {width:30%;} .mo_ver {display:none;} #tab02 {display:none;} #tab04 {display:none;}/* 와이드로 만들기 */#contents { width: 100%; padding: 0;}.btm_team,.tit_cont,.wrap_reply,.postBtnWrap,.pictureInfo,.authorWriting,.area_lic,.top_logo,.surroundingsInfo,.replyWrap,.tag { max-width: 980px; width: 100%; margin-left: auto; margin-right: auto;}.box_modInfo .pictureInfo { margin: 36px auto;}.btm_team.team_marg { margin: 40px auto 10px;}.tit_cont { padding: 0 30px 30px 15px;}.post_area { padding-right: 15px;}.tit_cont .btn_titview { padding-right: 45px;}.box_modInfo { padding: 20px 15px 0;}.btm_team.team_marg,.surroundingsInfo { padding: 0 15px;}.replyWrap .write { padding: 0 15px;}.replyWrap .wrap_reply { padding: 0 15px;}.btm_team { border-top: none;}.inr { border-top: 1px solid #ccc;}.theme_con { width: 100%; text-align: center;}.con_header {width:100%; }.con_header img {width:100%;}.con_body {width:100%; max-height:950px; height:100%;}.con_footer {width:100%; }.con_body img {width:100%;}.con_body .swiper-container {width:100%; overflow:hidden;}.con_body .swiper-slide {width:100%; overflow:hidden;}.con_body .swiper-slide img {width:100%;}.con_footer img {width:100%;}.con_body .swiper-slide { text-align: center; /* Center slide text vertically */ display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center;} @media screen and (max-width: 1023px) { .mo_ver {display:block;} .pc_ver {display:none;} } /* 토글 기능 */function changebtn(no) { if (no==1) { $('#tab01').toggle(); $('#tab02').toggle(); } else { $('#tab03').toggle(); $('#tab04').toggle(); }}function goLink(no) { var i = no; switch (i) { case 1: location.href=https://korean.visitkorea.or.kr/detail/rem_detail.do?cotid=3e19f55b-e42b-459f-b6b8-737e32d19a4e; break; /*분홍빛 진달래 물이 든 북한산에서*/ case 2: location.href=https://korean.visitkorea.or.kr/detail/rem_detail.do?cotid=1fccf18f-5a3f-437f-85b4-7eae2a1aef99; break; /*봄날의 꽃대궐에 가다 ‘창덕궁, 경복궁, 덕수궁의 숨은 봄꽃’*/ case 3: location.href=https://korean.visitkorea.or.kr/detail/rem_detail.do?cotid=234dc81c-663c-46af-a70b-9362476b4f3b&con_type=11000; break; /*봄향기 뿜뿜!제주 사진찍기 좋은 유채꽃밭 4*/ case 4: location.href=https://korean.visitkorea.or.kr/detail/rem_detail.do?cotid=92b52d08-aec7-4112-8199-9f627d40bf32; break; /*청주 무심천 따라 걷는 4km 꽃길, 맛길*/ case 5: location.href=https://korean.visitkorea.or.kr/detail/ms_detail.do?cotid=777dcee6-2485-4dc4-932c-5f8cf4171dc0; break; /*노란 봄이 손짓하는 서산 유기방가옥*/ case 6: location.href=https://korean.visitkorea.or.kr/detail/rem_detail.do?cotid=540d3596-0618-4d88-b404-28668fa10c70; break; /*‘남원 요천 벚꽃길’ 춘향과 이도령의 사랑이 꽃비 되어 내리는 그곳*/ case 7: location.href=https://korean.visitkorea.or.kr/detail/ms_detail.do?cotid=eecbdbde-6413-4692-b25e-6cffbb67bfde; break; /*우리끼리 오붓하게' 땅끝 매화천국, 해남 보해매실농원*/ case 8: location.href=https://korean.visitkorea.or.kr/detail/rem_detail.do?cotid=4e9fe3e0-59d0-435c-9cb1-3ac60cd7607f; break; /*가장 먼저 맞이하는 봄날의 하이라이트 ‘제주 벚꽃 명소’*/ case 9: location.href=https://korean.visitkorea.or.kr/detail/rem_detail.do?cotid=3de2b0fd-07e8-475e-a851-64a9e0adb7fa; break; /*“이렇게 편한데, 뭣이 중헌디!” 곡성관광택시 타고 섬진강 꽃놀이*/ default: location.href = https://korean.visitkorea.or.kr; break; }} /* customizable snowflake styling */.snowflake { color: #fff; font-size: 1em; font-family: Arial, sans-serif; text-shadow: 0 0 5px #000;}@-webkit-keyframes snowflakes-fall { 0% { top: -10% } 100% { top: 100% }}@-webkit-keyframes snowflakes-shake { 100% { -webkit-transform: translateX(0); transform: translateX(0) } 50% { -webkit-transform: translateX(80px); transform: translateX(80px) }}@keyframes snowflakes-fall { 0% { top: -10% } 100% { top: 100% }}@keyframes snowflakes-shake { 100% { transform: translateX(0) } 50% { transform: translateX(80px) }}.snowflake { position: fixed; top: -10%; z-index: 9999; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; cursor: default; -webkit-animation-name: snowflakes-fall, snowflakes-shake; -webkit-animation-duration: 5s, 20s; /*속도?*/ -webkit-animation-timing-function: linear, ease-in-out; -webkit-animation-iteration-count: infinite, infinite; -webkit-animation-play-state: running, running; animation-name: snowflakes-fall, snowflakes-shake; animation-duration: 5s, 20s; /*속도?*/ animation-timing-function: linear, ease-in-out; animation-iteration-count: infinite, infinite; animation-play-state: running, running}.snowflake:nth-of-type(12) { left: 1%; -webkit-animation-delay: 0s, 0s; animation-delay: 3s, 1s}.snowflake:nth-of-type(1) { left: 5%; -webkit-animation-delay: 1s, 1s; animation-delay: 1s, 1s}.snowflake:nth-of-type(2) { left: 10%; -webkit-animation-delay: 6s, 0.5s; animation-delay: 6s, 0.5s}.snowflake:nth-of-type(3) { left: 20%; -webkit-animation-delay: 4s, 2s; animation-delay: 4s, 2s}.snowflake:nth-of-type(4) { left: 30%; -webkit-animation-delay: 2s, 2s; animation-delay: 2s, 2s}.snowflake:nth-of-type(5) { left: 40%; -webkit-animation-delay: 8s, 3s; animation-delay: 8s, 3s}.snowflake:nth-of-type(6) { left: 50%; -webkit-animation-delay: 6s, 2s; animation-delay: 6s, 2s}.snowflake:nth-of-type(7) { left: 60%; -webkit-animation-delay: 2.5s, 1s; animation-delay: 2.5s, 1s}.snowflake:nth-of-type(8) { left: 70%; -webkit-animation-delay: 1s, 0s; animation-delay: 1s, 0s}.snowflake:nth-of-type(9) { left: 80%; -webkit-animation-delay: 3s, 1.5s; animation-delay: 3s, 1.5s}.snowflake:nth-of-type(10) { left: 3%; -webkit-animation-delay: 2s, 0s; animation-delay: 2s, 0s}.snowflake:nth-of-type(11) { left: 15%; -webkit-animation-delay: 4s, 2.5s; animation-delay: 4s, 2.5s}