@charset "utf-8";

strong{font-weight: 600;}
#content{margin: 80rem auto;}

#content h4{position: relative; font-size: 24rem; font-weight: 600; color: #237424; margin: 45rem 0 14rem; padding-left: 38rem; text-align: left;}
#content h4::before{position: absolute; content: ""; background: #237424; left: 0; top: 4.5rem; width: 28rem; height: 28rem; border-radius: 6rem;}
#content h4::after{position: absolute; content: ""; top: 15rem; left: 10rem; width: 5rem; height: 5rem; border-top: 2px solid #fff;border-right: 2px solid #fff; transform: rotate(45deg);} 
#content h5{font-size: 22rem; font-weight: 600; margin: 40rem 0 10rem 0; position: relative; color: #16568d; /* padding-left: 17rem; */}


p.big{font-size: 18rem; padding: 10rem 0; }
p.caution{font-size: 17rem; background: url('/design/smartairdome/img/content/caution.png') no-repeat left center; padding-left: 20rem; color: #e13427;}

@media all and (max-width: 1100px) {
    #content{margin: 50rem auto;}
}
@media all and (max-width: 1024px) {
    #content h4{font-size: 22rem; padding-left: 32rem;}
    #content h4::before{width: 24rem; height: 24rem; top: 5rem;}
    #content h4::after{left: 7rem; top: 14rem;}
}
@media print {
    #content h4{color: #237424 !important; padding-left: 0; -webkit-print-color-adjust:exact !important;}
    #content h5{color: #16568d !important; -webkit-print-color-adjust:exact !important;}
    }
    

/*건너뛰기*/
.skipStart{position:absolute; left:-99999rem; top:-9999rem;}
.skipStart:focus{ position:relative; left:0; top:0; display:block; background:#666; color:#fff; text-align:center; padding:10rem 0;}


/* 링크 */
a.link{position: relative; color: #1958cc; text-decoration: underline; padding-right: 20rem;}
a.link::before{position: absolute; content: ""; background: url('/design/smartairdome/img/content/blank.png') no-repeat right; right: 3px; top: 7px; width: 11px; height: 11px;}

/* 리스트 */
.dep01,.dep02{margin: 5rem 10rem;}
.dep01 > li{padding: 3rem 0 3rem 14rem; position: relative; font-size: 18rem; font-weight: 400;}
.dep01 > li::before{position: absolute; content: ""; background: #fff; width: 4rem; height: 4rem; left: 0; top: 12rem; border-radius: 50px; border: 2rem solid #a1a1a1;}
.dep02 > li{padding: 3rem 0 3rem 13rem; position: relative; font-size: 17rem; font-weight: 400;}
.dep02 > li::before{position: absolute; content: ""; background: #6e6e6e; width: 5rem; height: 1rem; left: 0; top: 15rem;}
.dep03 > li{padding: 3rem 0 3rem 12rem; position: relative; font-size: 17rem; font-weight: 400;}
.dep03 > li::before{position: absolute; content: ""; background: #6e6e6e; width: 3rem; height: 3rem; border-radius: 50px; left: 0; top: 14rem;}
@media all and (max-width: 1024px) {
    .dep01 > li{font-size: 16rem;}
    .dep02 > li, .dep03 > li{font-size: 15rem;}
}

/* 테이블 */
.scroll_txt {display:none;}
.tbl_area {overflow-x:auto; margin:15rem 0; clear:both; color: #323232;}
.tbl_type1 {border-collapse: separate; border-top:1px solid #555; margin-left:-1px; width:100%; }
.tbl_type1 thead th {background:#f4f4f4; font-size:17rem; padding:18rem 16rem; border-left:1px solid #c4c4c4; border-bottom:1px solid #c4c4c4; text-align:center; font-weight: 600;}
.tbl_type1 tbody th {background:#fafafa; font-size:17rem; font-weight: 600;}
.tbl_type1 tbody td, .tbl_type1 tfoot td {background:#fff; font-size:17rem; }
.tbl_type1 tbody th, .tbl_type1 tbody td, .tbl_type1 tfoot th, .tbl_type1 tfoot td { border-left:1px solid #d4d4d4; border-bottom:1px solid #d4d4d4; text-align:center; padding:18rem; word-break:break-all;}

@media all and (max-width: 1100px) {
    .tbl_type1 thead th, .tbl_type1 tbody th, .tbl_type1 tbody td, .tbl_type1 tfoot td{font-size: 15rem;}
}

@media all and (max-width: 1023px) {
	.scroll_txt {display:block; margin-top:25px; font-size:1.3rem;}
	.scroll_txt span {padding:0 0 0 53rem; background:url('/design/smartairdome/img/sub/table_scroll.png') no-repeat ;font-size: 16rem;}
}

@media all and (max-width:599px){
    .scroll_txt {text-align:center;}
    .scroll_txt span{font-size: 14rem;}
    .tbl_type1 {min-width:599px;}
    .tbl_type1 thead th, .tbl_type1 tbody th, .tbl_type1 tbody td, .tbl_type1 tfoot td{font-size: 14rem;}
}


/* 구장소개 */
/*20240805 .sub01{padding-bottom: 100rem;} */
.sub01 p.tit1{color: #343434; font-size: 22rem; font-family: 'GmarketSans'; font-weight: 400; text-align: center; position: relative;}

.sub01 .box{border-radius: 30rem; position: relative; overflow: hidden; margin:40rem 0 50rem 0;}
.sub01 .box img{border-radius: 30rem;}
.sub01 .box span{position: absolute; right: 0; bottom: 0; background: rgba(15, 105, 38, 0.6); color: #fff; font-size: 18rem; font-weight: 400; display: block; padding: 20rem 50rem 20rem 80rem; border-radius: 200rem / 92rem 0 0 0 ; letter-spacing: 0.3rem;}

.system{margin-bottom: 70rem;}
.system ul{display: flex; flex-wrap: wrap; padding: 20rem; row-gap: 50rem; margin: 10rem 0 20rem 0;}
.system ul li{width: calc(100% / 7);}
.system ul li span{display: block; padding-top: 150rem; position: relative; text-align: center; font-size: 16rem; color: #5c5c5c;}
.system ul li span::before{position: absolute; content: ""; background-image: url('/design/smartairdome/img/content/st01.png'); background-repeat: no-repeat; background-position: center center;  width: 120rem; height: 120rem; top: 36%; left: 50%; transform: translate(-50%, -50%); box-shadow: 3px 3px 14px rgb(0 0 0 / 0.08); border-radius: 35%;}
.system ul li.st02 span::before{background-image: url('/design/smartairdome/img/content/st02.png');}
.system ul li.st03 span::before{background-image: url('/design/smartairdome/img/content/st03.png');}
.system ul li.st04 span::before{background-image: url('/design/smartairdome/img/content/st04.png');}
.system ul li.st05 span::before{background-image: url('/design/smartairdome/img/content/st05.png');}
.system ul li.st06 span::before{background-image: url('/design/smartairdome/img/content/st06.png');}
.system ul li.st07 span::before{background-image: url('/design/smartairdome/img/content/st07.png');}
.system ul li.st08 span::before{background-image: url('/design/smartairdome/img/content/st08.png');}
.system ul li.st09 span::before{background-image: url('/design/smartairdome/img/content/st09.png');}
.system ul li.st10 span::before{background-image: url('/design/smartairdome/img/content/st10.png');}
.system ul li.st11 span::before{background-image: url('/design/smartairdome/img/content/st11.png');}
.system ul li.st12 span::before{background-image: url('/design/smartairdome/img/content/st12.png');}
.system ul li.st13 span::before{background-image: url('/design/smartairdome/img/content/st13.png');}
.system ul li.st14 span::before{background-image: url('/design/smartairdome/img/content/st14.png');}

.st_box > ul{display: flex; flex-wrap: wrap; justify-content: space-between;}
.st_box > ul > li{width: 48%;}

@media all and (max-width: 1100px) {
    .sub01 p.tit1{font-size: 18rem;}
    .sub01 p.tit2{font-size: 30rem;}
    .sub01 p.tit2::before{height: 3rem; bottom: -18rem;}
    .sub01 p.cont1{font-size: 16rem; margin-top: 46rem;}
    .system ul li span::before{width: 100rem; height: 100rem; background-size: 80%;}
}
@media all and (max-width: 1024px) {
    .sub01 .box span{font-size: 16rem; padding: 15rem 45rem 15rem 70rem;}
    .system ul{row-gap: 30rem;}
    .system ul li{width: calc(100% / 4);}
    .st_box > ul > li{width: 100%;}
}
@media all and (max-width: 623px) {
    .sub01 .box span{font-size: 14rem; padding: 10rem 25rem 10rem 50rem;}
    .system ul{row-gap: 20rem;}
    .system ul li span{font-size: 13rem; color: #333; padding-top: 80rem;}
    .system ul li span::before{width: 62rem; height: 62rem;}
}
@media all and (max-width: 400px) {
    .sub01 p.tit1{font-size: 16rem;}
    .sub01 .box{margin: 30rem 0;}
    .sub01 .box,
    .sub01 .box img{border-radius: 0;}
    .sub01 .box span{width: 100%; border-radius: 0;}
    .system ul li{width: calc(100% / 3);}
}

/* 구장소개2 */
.prin{padding: 30rem; border: 1px solid #ddd; margin-top: 20rem;}
.cable{display: flex; gap: 20rem; margin: 12rem 0 10rem 0;}
.cable img{padding: 5rem; border: 1px solid #ddd;}
@media all and (max-width:1320px){
    .cable{justify-content: space-between; flex-wrap: wrap; gap: 10rem;}
    .cable img{width: 49%;}
}
 
@media all and (max-width:604px){
    .cable img{width: 100%;}
}
@media print {
    .cable img{width: 48%;}
    .cable img:first-child{margin-right: 1%;}
    }
    

/* 시설안내 */
.guide{margin-bottom: 60rem; padding: 10rem; background: #f3f3f3;}
.g_img{display: flex; justify-content: space-between; gap: 20rem;  margin-bottom: 60rem; }
.g_img p img{width: 100%; border-radius: 10rem;}
.g_img2{display: flex; justify-content: space-between; gap: 20rem; }
.g_img2 dl{display: flex; flex-direction: column-reverse; justify-content: flex-end;}
.g_img2 dt{bottom: 0; left: 0; padding-left: 14rem; margin-top: 14rem; font-size: 16rem; position: relative;}
.g_img2 dt::before{position: absolute; content: ""; width: 3rem; height: 3rem; background: #c9c9c9; border-radius: 30rem; left: 4rem; top: 11rem;}
.g_img2 dt span{display: block; color: #1e6d9b; font-size: 14rem; margin-top: 5rem;}
.g_img2 dd img{width: 100%; border-radius: 10rem;}
@media all and (max-width: 1024px) {
    .g_img{padding-bottom: 50rem; margin-bottom: 30rem;}
}
@media all and (max-width: 970px) {
    .g_img2{flex-wrap: wrap;}
    .g_img2 dl{width: 48%;}
}
@media all and (max-width: 600px) {
    .g_img{flex-wrap: wrap;}
    .g_img p{width: 100%;}
}
@media all and (max-width: 480px) {
    .g_img2 dl{width: 100%;}
}

@media print {
    .g_img p{display: inline-block; width: 30%;}
    }
    
/* 오시는길 */
.kakaomap{width: 98%; margin: 0 auto;}
.kakaomap .root_daum_roughmap .wrap_controllers{display: none;}
.kakaomap .map_border{display: none;}
.kakaomap .roughmap_maker_label .roughmap_lebel_text{font-size: 13rem; font-family: 'SCDream'; font-weight: 400; padding: 10rem;}
.map_box p{padding: 14rem; text-align: center; margin-top: 30rem; border: 1px solid #ddd; font-size: 17rem;}
.map_box p strong{padding-left: 20rem; position: relative;}
.map_box p strong::before{position: absolute; content: ""; background: url('/design/smartairdome/img/main/address.png') no-repeat; width: 18rem; height: 18rem; left: 0; top: 2rem;}

@media all and (max-width: 680px) {
    .map_box p{font-size: 15rem;}
}

/* 영상분석 서비스 */
.bepro{text-align: center; border: 1px solid #ddd; padding: 64rem 0 40rem 0; max-width: 900rem; border-radius: 20rem; margin: 0 auto;}
.bepro p.tit{font-family: 'GmarketSans'; font-size: 28rem; font-weight: 600; margin-bottom: 10rem; color: #3a3a3a;}
.bepro p.tit span{color: #3f51b5;}

.bepro .sns{display: flex; gap: 16rem; justify-content: center; margin-bottom: 15rem;}
.bepro .sns li a{display: block; text-indent: -9999px; width: 30rem; height: 30rem; background: url('/design/smartairdome/img/content/bepro.png') no-repeat; border-radius: 50rem; position: relative;}
.bepro .sns li a.youtube{background-image: url('/design/smartairdome/img/content/youtube.png');}
.bepro .sns li a.insta{background-image: url('/design/smartairdome/img/content/insta.png');}

.bepro .txt{font-size: 18rem; padding: 0 20rem;}
.bepro .txt p{margin-bottom: 7rem;}
.bepro p.con1{margin: 10rem; font-size: 22rem; font-weight: 600; color: #333; position: relative; padding-top: 33rem;}

.bepro p.con2{font-size: 15rem; color: #767676;}

.bepro_box{display: flex; justify-content: space-between; align-items: start; padding: 40rem 30rem 20rem 30rem;}
.bepro_txt{line-height: 1.8;}
.bepro_txt h5{margin-top: 20rem;}
.bepro_txt p:first-child{font-weight: 600; font-size: 20rem; color: #303030; margin-bottom: 10rem;}

.appdown{padding: 30rem 0; display: flex; align-items: center; justify-content: center; gap: 40rem;}
.appdown li{width: 240rem;}
.appdown a{display: block;}
.appdown a img{margin-bottom: 20rem;}
.appdown a span{position: relative; padding: 10rem 53rem 10rem 26rem; display: inline-block; border: 1px dashed #333; border-radius: 50rem;}
.appdown a span::before{position: absolute; content: ""; background: url('/design/smartairdome/img/content/down02.png') no-repeat center center; width: 14rem; height: 17rem; right: 29rem; bottom: 16rem;}

.appdown a:hover span{color: #fff; border: 1px dashed #fff; background: #333;}
.appdown a:hover span::before{background-image: url('/design/smartairdome/img/content/down02w.png')}

.bepro2{margin-top: 50px !important;}
a.gohp{display: inline-block; margin-top: 14rem; background: #3f51b7; padding: 10rem 35rem; border-radius: 50px; color: #fff;}
@media all and (max-width: 1024px) {
  .bepro .txt{font-size: 16rem; }
}

@media all and (max-width: 580px) {
    .bepro p.tit span{display: block;}
    .bepro .txt{font-size: 15rem; }
    .appdown{flex-wrap: wrap;}
    .appdown li{width: 100%;}
    .appdown a img{display: block; margin: 0 auto 20rem auto;}
}

/* 대관안내 */
.sub_box{display: flex; justify-content: space-between;}
.slide_wrap{width: 50%; position: relative;}
.sub_slide li{position: relative;}
.sub_slide li span{position: absolute; width: 100%; left: 0; bottom: 0; padding: 20rem; background: rgb(16 100 11 / 0.8); color: #fff;}
.sub_slide li img{width: 100%; height: 100%;}
.sub_btn{position: absolute; bottom: 7rem; right: 0; padding: 20rem; z-index: 2; display: flex; color: #fff;}
.sub_btn > a{display: block; text-indent: -9999px; width: 20rem; height: 20rem; background: url('/design/smartairdome/img/content/stop_sprite.png') no-repeat;}
.sub_btn > a.stop{background-position: -23px 0px;}
.sub_btn > a.next{background-position: -71px 0px;}
.sub_btn .pager{margin-right: 10rem;}
.sub_btn .pager .current{margin-right: 15rem; position: relative;}
.sub_btn .pager .current::before{position: absolute; content: ""; background: #ffeb3b; width: 4px; height: 4px; border-radius: 50px; right: -11rem; top: 50%; transform: translateY(-50%);}
.sub_txt{width: 46%; margin-top: 10rem;}
.sub_txt h5:first-child{margin-top: 0 !important;}
.sub0202_step{display: flex; gap: 40rem; margin: 20rem 0 15rem 0;}
.sub0202_step li{width: calc(100% / 6); display: flex; height: 80rem; align-items: center; justify-content: center; text-align: center; font-weight: 400; font-size: 15rem; background: #f7f7f7; /* border: 2px solid #4caf50;  */ border-radius: 20rem; position: relative;} 
.sub0202_step li::before{position: absolute; content: ""; background: url('/design/smartairdome/img/content/step_arrow.png') no-repeat; width: 20px; height: 24px; right: -32px; top: 50%; transform: translateY(-50%);}
.sub0202_step li:last-child::before{display: none;}
.step_p{font-size: 16rem; color:#095eac; font-weight: normal;}
.a_link{display: inline-block; background: #0f78d3 url('/design/smartairdome/img/content/blank_w.png') no-repeat right 17rem center; width: 112px; font-size: 15rem; padding: 5rem 20rem; color: #fff; margin-left: 10rem;}
@media all and (max-width: 1050px) {
    .sub0202_step{flex-wrap: wrap;}
    .sub0202_step li{width: 29%;}
}
@media all and (max-width: 1024px) {
    .sub_txt h5{font-size: 20rem !important; margin-top: 23rem !important;}
}
@media all and (max-width: 870px) {
    .sub_txt h5{font-size: 20rem !important; margin-top: 23rem !important;}
    .sub_box{flex-wrap: wrap;}
    .slide_wrap{width: 100%;}
    .sub_txt{width: 100%; padding-left: 12rem;}
}
@media all and (max-width: 750px) {
    .sub0202_step li{width: 27%; font-size: 14rem;}
}
@media all and (max-width: 530px) {
    .sub0202_step{gap: 25rem;}
    .sub0202_step li{width: 43%;}
    .sub0202_step li::before{right: -22px; background-size: 80%;}
}

/* 홍보브로슈어 */
.brochure ul{display: flex; gap: 80rem; justify-content: center; margin-top: 30rem;}
.brochure ul li a{display: block; text-align: center;}
.brochure ul li a.btn1{width: 400rem; margin-top: 20rem;  border-radius: 0 30px 0 0; position: relative; overflow: hidden;}
.brochure ul li a.btn1::before{position: absolute; content: ""; width: 100%; height: 100%; left: 0; top: 0; background: rgb(0, 0, 0, 0.6); opacity: 0; transition: all 0.3s;}
.brochure ul li a.btn1:hover::before{opacity: 1;}
.brochure ul li a.btn1 span{display: none; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); color: #fff; font-weight: 500; font-size: 18rem;}
.brochure ul li a.btn1:hover span{display: block;}

.brochure ul li a.btn2{margin-top: 40rem; font-size: 19rem; background: #1a7e4f; padding: 10px 28rem; color: #fff;}
.brochure ul li:nth-child(2) a.btn2{background: #364493;}
.brochure ul li a.btn2 span{position: relative; padding-right: 30rem;}
.brochure ul li a.btn2 span::before{position: absolute; content: ""; background: url('/design/smartairdome/img/main/down.png') no-repeat center right; width: 20rem; height: 17rem; right: 0; top: 4rem;}
.btn_mb{display: none !important;}

.brochure ul li:first-child h4{margin: 0 0 14rem !important;}
@media all and (max-width: 1200px) {
    .brochure::before{display: none;}
    .brochure ul{gap: 40rem;}
    .brochure ul li a.btn1{width: 350rem;}
}
@media all and (max-width: 770px) {
    .brochure ul{gap: 30rem;}
    .brochure ul li a.btn1{width: 280rem;}
}
@media all and (max-width: 620px) {
    .brochure ul{flex-wrap: wrap; gap: 20rem; margin-top: 16rem;}
    .brochure ul li{width: 100%;}
    .brochure ul li a.btn1{width: 100%; margin-bottom: 20rem;}
    .brochure ul li a.btn2{margin-top: 0; font-size: 16rem;}
    .btn_pc{display: none !important;}
    .btn_mb{display: block !important;}
}

@media all and (max-width: 480px) {
    .brochure ul{flex-wrap: wrap; gap: 10rem;}
    .brochure ul li{width: 100%;}
    .brochure ul li a.btn2 span::before{top: 2rem;}
}

@media print {
    .brochure ul{overflow: hidden; width: 100%;}
    .brochure ul li{float: left; width: 47%;}
    .brochure ul li:first-child{margin-right: 10rem;}
    }
    

/* 사이트맵 */
#sitemap{display: flex; flex-wrap: wrap; gap: 40rem;}
#sitemap dl{width: 31%;}
#sitemap dl:last-child{display: none;}
#sitemap dl dt{font-size: 18rem; font-weight: 500; border: 2px solid #646464; border-radius: 10rem; padding: 13rem 24rem; position: relative;}
#sitemap dl dt::before{position: absolute; content: ""; right: 30rem; top: 20rem; width: 7rem; height: 7rem; border-right: 2px solid #333; border-bottom: 2px solid #333; transform: rotate(45deg);}
#sitemap dl dt a{ color: #333; }
#sitemap dl dd{font-size: 16rem; padding: 10rem;}
#sitemap dl dd ul{padding-left: 10rem;}
#sitemap dl dd ul > li{padding: 9rem 0; border-bottom: 1px dashed #d9d9d9;}
#sitemap dl dd ul > li > a{position: relative; padding-left: 20rem; color: #4a4a4a;}
#sitemap dl dd ul > li > a::before{position: absolute; content: ""; left: 8rem; top: 11rem; width: 3rem; height: 3rem; border-radius: 50px; background: #d3d3d3;}
@media all and (max-width:1180px) {
    #sitemap dl{width: 30%;}
} 
@media all and (max-width:840px) {
    #sitemap{justify-content: space-between; gap: 20rem;}
    #sitemap dl{width: 48%;}
} 

@media all and (max-width:540px) {
    #sitemap dl{width: 100%;}
} 



  /* 페이지 준비중 */
.ready {overflow: hidden; padding: 40rem 0;}
.ready div{width: 100%; min-height: 260rem; padding-top:280rem; background:url('/design/smartairdome/img/content/ready.png') no-repeat center 10px;}
.ready p{font-size: 20rem; line-height: 1.5; text-align: center;}
.ready p:first-child{font-size: 30rem; font-weight: 600; margin-top: 20rem;}
.ready p:last-child{padding-top: 20rem;}

@media all and (max-width:480px) {
	.ready{padding: 30rem 10rem; margin-right: 10rem;}
	.ready div{padding-top: 220rem; background-size: 200rem;}
	.ready p:first-child{font-size: 28rem;}
	.ready p:last-child{font-size: 17rem;}
} 


/* 게시판 */
.board_view dt{font-weight: 500;}
.board_view h4{color: #333;}
.board_view h4::after{display: none;}
.view_tle{background-color: #f5f5f5 !important;}
.view_body p{margin-bottom: 10rem;}
.list_gellery ul li img{height: 178rem; border: 0;}
.btn_blue{background: #333; border-color: #333;}

@media all and (max-width:880px) {
    /* .list_gellery ul li{width: 50%; padding: 2%;} */
    .list_gellery ul li{width: 100%; padding: 2%;}
} 
@media all and (max-width:480px) {
    .list_gellery ul li img{height: 150rem;}
    .board_list_v01 table .title a{white-space: nowrap !important; word-break: break-all;}
    .board_list_v01 table .file{display: none;}
} 


/* 경기행사일정 */
.monthTab ul {display:table; table-layout:fixed; overflow:hidden; width:100%; margin-bottom:20px; border:1px solid #ccc;}
.monthTab ul li {display:table-cell; border-left:1px solid #ccc;}
.monthTab ul li:first-child {border-left:0;}
.monthTab ul li a {display:block; padding:10px 0; background: #f2f2f2; color:#555; text-align:center;}
.monthTab ul li:hover a,
.monthTab ul li.on a {padding:8px 0; border-bottom:2px solid #2a812b; background:#fff; color:#2a812b; font-weight:600;}
@media all and (max-width:480px){
  .monthTab ul li a {font-size:13px;}
}

.calendar { position:relative; /*overflow:hidden;*/}
.calendar .monthTab {margin-bottom:40px;}
.calendar .monthTab ul {  margin-bottom:0; }
.calendar .monthTab div {position:relative; padding:20px; }
.calendar .monthTab div p {text-align:center; font-size:30px; font-weight:600; }
.calendar .monthTab div a { position:absolute; color:#555; font-size:16px; padding:0 0 0 25px; left:20px; top:50%; margin-top:-12.5px; z-index: 100;}
.calendar .monthTab div a.next {padding:0 25px 0 0; left:auto; right:20px; }
.calendar .monthTab div a::before {content:''; position:absolute; top:2px; left:0; background:url('/design/tour2019/img/sub/calArrow.gif') no-repeat 0 0; width:12px; height:21px; }
.calendar .monthTab div a.next::before { background-position:-12px 0; left:auto; right:0; }
.calendar .cal { position:relative; float:left; width:30%; border:1px solid #ccc; padding:20px 30px; }
.calendar .cal::after {content:''; position:absolute; left:0; top:90px; width:100%; height:40px; background:#2a812b; z-index:-1;}
.calendar .cal > p {font-size:25px; text-align:center; line-height:1.5; margin-bottom:15px;}
.calendar .cal > p span {display:block; font-size:12px; color:#999; letter-spacing:0;}
.calendar .cal table { width:100%; table-layout:fixed; text-align:center;}
.calendar .cal table th {color:#fff; padding:7px 0 15px; width:14.28%; font-weight: 500;}
.calendar .cal table td { padding:4px; font-size:13px;}
.calendar .cal table td span.date a {display:block; padding:7px 0; background:#eee;}
.calendar .cal table td span.date a.on {background:#333; color:#fff; }
.calendar .control {overflow:hidden; padding-bottom:20px; }
.calendar .control .floatL {font-size:17px; margin-bottom:10px; font-weight:500; }
.calendar .control .floatL span {padding:0 5px; }
.calendar .control .floatL .fest { color:#008921;}
.calendar .control .floatL .hang { color:#d34500;}
.calendar .control .floatL .gong {color:#2a812b;}
.calendar .control .floatL .jun {color:#8e2ad4;}
.calendar .control .floatR a { float:left; display:block; width:36px; height:36px; border:1px solid #ddd; background:url('/design/tour2019/img/sub/listtypeOff.gif') no-repeat 0 0; text-indent:-9999px; margin-left:10px; }
.calendar .control .floatR a.on,
.calendar .control .floatR a:hover { background:url('/design/tour2019/img/sub/listtypeOn.gif') no-repeat; border:1px solid #333; }
.calendar .control .floatR a.type4 {background-position:0 0; }
.calendar .control .floatR a.type3 {background-position:-36px 0;}
.calendar .control .floatR a.type1 {background-position:-72px 0;}
.calendar .control .floatR a.type2 {background-position:-108px 0;}
.calendar .type1,
.calendar .type2,
.calendar .type3,
.calendar .type4 {display:none;}
.calendar .type1.on,
.calendar .type2.on,
.calendar .type3.on,
.calendar .type4.on {display:block;}
.calendar .type1 { overflow:hidden;}
.calendar .type1 .detail {float:right; width:65%;}
.calendar .type1 .detail h4 { display:inline-block; margin:0 0 10px !important; font-size:18px !important; border:1px solid #999;  padding:4px 20px; text-align:center; border-radius:20px; color: #333;}
.calendar .type1 .detail h4::before,
.calendar .type1 .detail h4::after{display: none;}
.calendar .type1 .detail dl { border-bottom:1px solid #ddd; padding:15px 0; }
.calendar .type1 .detail dl dt {position:relative;}
.calendar .type1 .detail dl dt span {color:#fff; padding:2px 7px; margin-right:5px; border-radius:3px;  }
.calendar .type1 .detail dl dt span.fest { background:#008921;}
.calendar .type1 .detail dl dt span.hang { background:#d34500;}
.calendar .type1 .detail dl dt span.gong {background:#2a812b;}
.calendar .type1 .detail dl dt span.jun {background:#8e2ad4;}
.calendar .type1 .detail dl dt span.state {background:#2a812b;}
.calendar .type1 .detail dl dt span.black {color:#333 !important; padding:0}
.calendar .type1 .detail dl dd { color:#666; font-weight:400; margin-top:5px; }
.calendar .type2 .cal {width:100%; float:none; }
.calendar .type2 .cal table th {padding:7px 0 20px;}
.calendar .type2 .cal table td {position:relative; height:100px; padding:45px 5px 5px; text-align:left; vertical-align:top; border-left:1px dashed #ccc; border-top:1px dashed #ccc;  }
.calendar .type2 .cal table tr:first-child td {border-top:0;}
.calendar .type2 .cal table tr td:first-child {border-left:0;}
.calendar .type2 .cal table td > span { position:absolute; left:5px; top:5px; padding:0; width:30px; line-height:30px; text-align:center; }
.calendar .type2 .cal table td p { line-height:22px; max-height:44px;  overflow:hidden;}
.calendar .type2 .cal table td p a { position:relative; color:#555; margin-bottom:5px; display:inline-block; display: -webkit-box; text-overflow: ellipsis;  -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-break:break-all; padding-left:10px; }
/*.calendar .type2 .cal table td p a::before { content:''; position:absolute; top:8px; left:0; width:4px; height:4px; background:#2a812b;}*/
.calendar .type2 .cal table td p a span.state {display:inline-block; color:#fff; padding:0 5px; margin-right:5px; background:#2a812b; border-radius:3px; font-size:12px; }
.calendar .type2 .cal table td p a span.fest { background:#008921;}
.calendar .type2 .cal table td p a span.hang { background:#d34500;}
.calendar .type2 .cal table td p a span.gong {background:#2a812b;}
.calendar .type2 .cal table td p a span.jun {background:#8e2ad4;}
.calendar .type2 .cal table td p a span.bold { padding-right:5px; }
@media all and (max-width:1023px){
  .calendar .cal { width:40%; }
  .calendar .type1 .detail { width:55%; }
}
@media all and (max-width:768px){
  .calendar .cal { width:100%; padding:20px; }
  .calendar .cal::after {height:35px; top:84px; }
  .calendar .cal > p {font-size:20px;}
  .calendar .cal table th {padding:5px 0 12px;}
  .calendar .cal table td span {padding:3px 0;}
  .calendar .type1 .detail { width:100%; }
  .calendar .type1 .detail h4 {margin:30px auto 10px !important;}
  .calendar .type2 .cal table td {height:80px;}
}
@media all and (max-width:700px){
  .calendar .type2 .cal { overflow-x:scroll;}
  .calendar .type2 .cal::after {width:700px;}
  .calendar .type2 .cal table {width:700px;}
}
@media all and (max-width:480px){
  .calendar .monthTab div {padding:10px;}
  .calendar .monthTab div p {font-size:24px;}
  .calendar .monthTab div a {font-size:14px; padding: 0 0 0 15px; left:10px;}
  .calendar .monthTab div a.next {padding:0 15px 0 0 ; right:10px;}
  .calendar .control .floatL,
  .calendar .control .floatR {width:100%; font-size:15px; text-align:center;}
  .calendar .control .floatR a {float:none; display:inline-block; vertical-align:top;}
  .calendar .type2 .cal {padding:20px 0;}
  .calendar .type2 .cal table th {padding:5px 0 12px;}
  .calendar .type2 .cal table td {height:150px;}
}

.cultureList {border-top:2px solid #444;}
.cultureList dl {position:relative; border-bottom:1px solid #d2d2d2;}
.cultureList dl dt { position:absolute; left:0; width:200px; height:210px; box-shadow: 2px 2px 5px rgba(0,0,0,0.1); overflow:hidden; border:1px solid #ddd; }
.cultureList dl dt a {display:block;}
.cultureList dl dd { margin: 20px 0 20px 250px; padding-top:10px; min-height:210px;}
.cultureList dl dd .title {font-size:20px; margin-bottom:20px; font-weight:500;}
.cultureList dl dd .title span { color: #fff; padding: 2px 7px; margin-right: 5px; font-size: 16px; border-radius:3px; }
.cultureList dl dd .title span.fest {background:#008921;}
.cultureList dl dd .title span.hang {background:#d34500;}
.cultureList dl dd .title span.gong {background:#2a812b;}
.cultureList dl dd .title span.jun {background:#8e2ad4;}
.cultureList dl dd li {position:relative; color:#555; padding:3px 0 3px 100px; min-height:31px;}
.cultureList dl dd li span {position:absolute; left:0; }
.cultureList dl dt span.more {position:absolute; right:0; bottom:0; padding:9px 10px 8px 30px; background:#444 url('/design/tour2019/img/sub/listMore.png') no-repeat 10px center; color:#fff; font-size:13px; font-weight:400; }

.cultureList.type4 {border-top:0;}
.cultureList .list dl { float:left; width: 22.75%; margin: 0 0 40px 3%; box-shadow: 2px 2px 5px rgba(0,0,0,0.1); border:1px solid #ddd; }
.cultureList .list dl:nth-child(4n+1) {margin-left:0; clear:both;}
.cultureList .list dl dt {position:relative; left:0; width:100%; height:250px; box-shadow:none; }
.cultureList .list dl dt img {width:100%;}
.cultureList .list dl dd {margin:20px; padding-top:0; min-height:auto;}
.cultureList .list dl dd .title { font-size:18px; }
.cultureList .list dd li {font-size:14px; padding:3px 0 3px 70px;}
.noEvent {background:#eee; text-align:center; font-size:18px; padding:50px 0; }
@media all and (max-width:1023px){
  .cultureList .list dl {width:31.33%;}
  .cultureList .list dl:nth-child(4n+1) { margin: 0 0 40px 3%; clear:none;}
  .cultureList .list dl:nth-child(3n+1) {margin-left:0; clear:both;}
}
@media all and (max-width:768px){
  .cultureList dl dt {width:130px; height:150px; }
  .cultureList dl dd {margin:20px 0 20px 160px; padding-top:0; min-height:auto; }
  .cultureList dl dd .title { font-size:18px; margin-bottom:10px;}
  .cultureList dl dd .title span {font-size:15px;}
  .cultureList dl dd li {font-size:13px;}
  .cultureList .list dl {width:48.5%; margin: 0 0 20px 3%;}
  .cultureList .list dl:nth-child(3n+1) { margin: 0 0 20px 3%; clear:none;}
  .cultureList .list dl:nth-child(2n+1) {margin-left:0; clear:both;}
  .cultureList .list dl dt span.more {bottom:0;}
}
@media all and (max-width:480px){
  .cultureList dl dt {width:100px; height:140px;}
  .cultureList dl dt span.more {bottom:0; padding: 9px 16.5px 8px 36.5px; background-position:15px center;}
  .cultureList dl dd {margin:20px 0 20px 120px;}
  .cultureList dl dd li {padding:2px 0 2px 70px;}
  .cultureList .list dd li {padding:2px 0;}
	.cultureList .list dl dt {height:180px;}
	.cultureList .list dl dd {margin:15px;}
  .cultureList .list dl dd .title {font-size:15px; word-break:break-all;}
  .cultureList .list dl dd ul {display:none;}
}



/*경기일정뷰*/
.tourView .imgWrap { position:relative; float:left; width:52%; box-shadow:5px 5px 5px rgba(0,0,0,0.1); border:1px solid #ddd; padding:10px;  }
.tourView .imgWrap li {line-height:460px; height:460px; text-align:center; }
.tourView .imgWrap li img { display:inline-block; max-width:100%; width:auto; max-height:100%; height:auto;}
.tourView .imgWrap .slick-arrow,
.tourView .imgWrap .control {position:absolute; bottom:20px; width:40px; height:40px; background:rgba(0,0,0,0.8) url('/design/tour2019/img/sub/viewBtn.gif'); text-indent:-99999px; z-index:10; }
.tourView .imgWrap .control.prev { right:110px; }
.tourView .imgWrap .control.next { background-position:-120px 0; right:20px; }
.tourView .imgWrap .control.play { display:none; background-position:-80px 0; right:65px;}
.tourView .imgWrap .control.stop { background-position:-40px 0; right:65px;}
.tourView .imgWrap .slick-paging { position:absolute; background:rgba(0,0,0,0.8); color:#fff; padding:0 15px; bottom:10px; right:145px; }
.tourView .imgWrap .slick-paging li {display:none; line-height:40px; height:auto; }
.tourView .imgWrap .slick-paging li.slick-active {display:block;}

.tourView .tourInfo {float:right; width:44%; padding-top:15px;}
.tourView .tourInfo .title dt > span { float:left;  display:inline-block;font-size:25px; line-height:1.5; font-weight:600; letter-spacing:-2px; margin-right:10px; }
.tourView .tourInfo .title dd {clear:both; font-size:16px; padding:10px 0 30px; }
.tourView .tourInfo .title dd a {color:#2a812b;}

.tourView .tourInfo .cont dt {font-size:18px; border-bottom:1px solid #ccc; padding-bottom:10px; margin-bottom:20px; font-weight:600; }
.tourView .tourInfo .cont dd ul {margin-bottom:30px;}
.tourView .tourInfo .cont dd ul li {position:relative; font-size:15px; padding:3px 0 3px 100px; min-height:31px; }
.tourView .tourInfo .cont dd ul li span { position:absolute; left:0;  top:2px; padding-left: 10px; font-weight:500; color:#333; }
.tourView .tourInfo .cont dd ul li span::before{position: absolute; content: ""; width: 3px; height: 3px; top: 10px; border-radius: 50px; background: #9d9d9d; left: 0; }

.tourView .tourInfo .tourBtn{margin-top: 50rem;}
.tourView .tourInfo .tourBtn a { display:inline-block; position:relative; border-radius:5px; padding:10px 15px 10px 35px; font-size:14px; margin:0 3px; }
.tourView .tourInfo .tourBtn a.roadMap { background:#444 url('/design/tour2019/img/sub/listLoad.png') no-repeat 15px center; color:#fff; }
.tourView .tourInfo .tourBtn a.like {border:1px solid #de2c2c;}
.tourView .tourInfo .tourBtn a.scrap {border:1px solid #444;}
.tourView .tourInfo .tourBtn a.list {background:#2a812b url('/design/tour2019/img/common/listIcon.gif') no-repeat 15px center; color:#fff;}
.tourView .tourInfo .tourBtn a::before {content:''; position:absolute; top:13px; left:15px; background: url('/design/tour2019/img/sub/listIcon.png') no-repeat 0 0; width:18px; height: 20px; background-size:auto 18px; }
.tourView .tourInfo .tourBtn a.roadMap::before,
.tourView .tourInfo .tourBtn a.list::before {display:none;}
.tourView .tourInfo .tourBtn a.scrap::before {background-position:right 0;}

.tourView .bottom { clear:both; position:relative; padding-top:120px;}
.tourView .bottom > ul > li > a { position:absolute; top:50px; left:0; display:block; width:33.33%; border:1px solid #ccc; text-align:center; background:#f2f2f2; padding:8px 0; }
.tourView .bottom > ul > li.on > a {border-bottom:2px solid #2a812b; padding:8px 0 7px; background:#fff; color:#2a812b; font-weight:600;}
.tourView .bottom > ul > li:nth-child(2) > a {left:33.33%;}
.tourView .bottom > ul > li:nth-child(3) > a {left:66.66%; border-right:1px solid #ccc;}
.tourView .bottom.food > ul > li > a {width:25%;}
.tourView .bottom.food > ul > li:nth-child(2) > a {left:25%; border-left:0;}
.tourView .bottom.food > ul > li:nth-child(3) > a {left:50%; border-left:0;}
.tourView .bottom.food > ul > li:nth-child(4) > a {left:75%; border-left:0; border-right:1px solid #ccc;}
.tourView .bottom.festival > ul > li > a {width:50%;}
.tourView .bottom.festival > ul > li:nth-child(2) > a {left:50%; border-right:1px solid #ccc;}
.tourView .bottom > ul > li > div {display:none; overflow:hidden;}
.tourView .bottom > ul > li.on > div {display:block;}
.tourView .bottom > ul > li > div.map {display:block; height:0; overflow:hidden;}
.tourView .bottom > ul > li.on > div.map {display:block !important; height:auto;}
.tourView .bottom .detail p { margin-bottom:20px; }
.tourView .bottom .guide {background:#f0f4f7; padding:30px 40px; margin-top:30px; }
.tourView .bottom .guide .dept1 {padding-left:0 !important;}
.tourView .bottom .guide > ul > li {padding:7px 0 7px 250px !important;}
.tourView .bottom .guide > ul > li::before {top:16px !important;}
.tourView .bottom .guide ul.dept2 {padding-top:0 !important;}
.tourView .bottom .guide span.title {position:absolute; left:17px; top:7px; font-weight:600; color:#007aeb;}
.tourView .bottom .guide span.icon { display:inline-block; margin-right:5px; width:40px; height:40px; background:url('/design/tour2019/img/sub/viewIcon2.png') no-repeat 0 0; text-indent:-9999px;}
.tourView .bottom .guide span.type2 {background-position:-40px 0;}
.tourView .bottom .guide span.type3 {background-position:-80px 0;}
.tourView .bottom .guide span.type4 {background-position:-120px 0;}
.tourView .bottom .guide .caution {margin:10px 0 0;}
.tourView .bottom .map .searchWrap {background:#f5f5f5; }
.tourView .bottom .map .searchWrap > div:first-child { overflow:hidden; padding:20px; }
.tourView .bottom .map .type {float:left;}
.tourView .bottom .map .type a { display:inline-block; position:relative; font-size:15px; padding:0 0 9px 33px; margin-right:10px; }
.tourView .bottom .map .type a span {color:#111; font-weight:500;}
.tourView .bottom .map .type a.on,
.tourView .bottom .map .type a.on span {color:#2a812b; font-weight:600;}
.tourView .bottom .map .type a:first-child {padding-left:0;}
.tourView .bottom .map .type a:first-child::before {display:none;}
.tourView .bottom .map .type a::before { content:''; position:absolute; left:0; top:0; width: 25px; height: 32px; background:url('/design/tour2019/img/sub/mapIcon.png') no-repeat 0 0; background-size:150px auto;  }
.tourView .bottom .map .type a.food::before {background-position:-25px 0;}
.tourView .bottom .map .type a.hotel::before {background-position:-50px 0;}
.tourView .bottom .map .type a.shop::before {background-position:-75px 0;}
.tourView .bottom .map .type a.cultural::before {background-position:-100px 0;}
.tourView .bottom .map .type a.parking::before {background-position:-125px 0;}
.tourView .bottom .map .distance {float:right; font-size:15px; }
.tourView .bottom .map .distance input { margin-left:10px; }
.tourView .bottom .map .way { clear:both; background:#eee; border:1px solid #ddd; padding:15px; text-align:center; margin-bottom:20px; }
.tourView .bottom .map .way div {display:inline-block; vertical-align:top; }
.tourView .bottom .map .way dl {float:left;}
.tourView .bottom .map .way dl dt {float:left; margin-right:10px; line-height:30px; }
.tourView .bottom .map .way dl dd {float:left; margin-right:20px;}
.tourView .bottom .map .way dl dd input,
.tourView .bottom .map .way dl dd select {border:1px solid #ccc; padding:5px 10px;}
.tourView .bottom .map .way a { float:left; background:#2a812b; color:#fff; padding:5px 10px; }
.tourView .bottom .map .way a span { background: url('/design/tour2019/img/sub/listMap.png') no-repeat left center; padding-left: 20px;}
.tourView .bottom .map .loadView { position:relative }
.tourView .bottom .map .daummap { margin-right:299px; width:auto !important; }
.tourView .bottom .map .placeList {position:absolute; right:0; top:0; width:300px; height:400px; border:1px solid #dfdfdf; padding:10px; overflow-y:auto;}
.tourView .bottom .map .placeList li {position:relative; padding:12px 0 12px 110px; border-bottom:1px dashed #ddd; }
.tourView .bottom .map .placeList li img {position:absolute; left:0; top:50%; width:100px; height:70px; margin-top:-35px; }
.tourView .bottom .map .placeList dl dt { font-size:15px; font-weight:500; margin:0 0 5px;}
.tourView .bottom .map .placeList dl dt a {display:block;}
.tourView .bottom .map .placeList dl dt a:focus img {border:1px dashed #2a812b ;}
.tourView .bottom .map .placeList dl dd a { display:inline-block; margin-right:5px; border:1px solid #444; color:#444; font-size:13px; padding:0 5px;  }
.tourView .bottom .map .placeList dl dd a:first-child {background:#444; color:#fff !important; }
.tourView .bottom .map .placeList.tour dl dd a { border:1px solid #008921; color:#008921; }
.tourView .bottom .map .placeList.tour dl dd a:first-child { background:#008921; }
.tourView .bottom .map .placeList.food dl dd a { border:1px solid #2a812b; color:#2a812b; }
.tourView .bottom .map .placeList.food dl dd a:first-child { background:#2a812b; }
.tourView .bottom .map .placeList.hotel dl dd a { border:1px solid #f3c204; color:#333 !important; }
.tourView .bottom .map .placeList.hotel dl dd a:first-child { background:#f3c204;}
.tourView .bottom .map .placeList.cultural dl dd a { border:1px solid #7930ad; color:#7930ad; }
.tourView .bottom .map .placeList.cultural dl dd a:first-child { background:#7930ad; }
.tourView .bottom .photo a { position:relative; display:block; float:left; width:23.5%; margin:0 0 30px 2%;}
.tourView .bottom .photo a:nth-child(4n+1) {margin-left:0;}
.tourView .bottom .photo a::before {content:''; position:absolute; right:15px; top:15px; width:44px; height:43px; background:url('/design/tour2019/img/sub/playIcon.png') no-repeat center; }
.tourView .bottom .photo a.photoView::before {display:none;}
.tourView .bottom .photo img { width:100%; height:250px; }
.tourView .listBtn {text-align:center; border-top:1px solid #ccc; margin-top:40px; padding-top:40px;}
.tourView .listBtn a {background:#555 url('/design/tour2019/img/common/listIcon.gif') no-repeat 30px center; color:#fff; padding:15px 30px 15px 55px; }
#cboxOverlay {position:fixed; top:0; left:0; width:100%; height:100%; background:rgba(0,0,0,0.8); z-index:200;}
#colorbox {z-index:250; }
.cboxPhoto {max-width:1000px !important; height:auto !important;}
#cboxCurrent,
#cboxPrevious,
#cboxNext,
#cboxClose { position:absolute; bottom:0; width:40px; height:40px; background:rgba(0,0,0,0.8) url('/design/tour2019/img/sub/viewBtn.gif') no-repeat 0 0; border:0; text-indent:-99999px; }
#cboxCurrent { width:70px; line-height:40px; text-align:center; color:#fff; background:rgba(0,0,0,0.8); right:123px; text-indent:0;  }
#cboxPrevious { right:82px;}
#cboxNext {background-position:-120px 0; right:41px}
#cboxClose {background-position:-160px 0; right:0;}
.tourView .bottom .review .btn a { position:relative; display:inline-block; padding:3px 13px 3px 16px; margin-bottom:20px; }
.tourView .bottom .review .btn a::before {content:''; position:absolute; left:0; top:6px; width:1px; height:15px; background:#999;}
.tourView .bottom .review .btn a:first-child::before { display:none; }
.tourView .bottom .review .btn a.write {position:absolute; right:0; padding:5px 20px; background:#2a812b; border-radius:5px; color:#fff; }
.tourView .bottom .review .btn a.write::before {display:none;}
.tourView .bottom .review .cont { position:relative; border-bottom:1px solid #eee; padding:20px 0; min-height:165px; }
.tourView .bottom .review .cont .member { position:absolute; left:0; top:20px; width:100px; text-align:center; color:#777; font-size:13px; }
.tourView .bottom .review .cont .member img { border-radius:30px; margin-bottom:5px; width:60px; }
.tourView .bottom .review .cont .member .score0 { height:13px; background:url('/design/tour2019/img/sub/star00.png') no-repeat center; }
.tourView .bottom .review .cont .member .score1 { height:13px; background:url('/design/tour2019/img/sub/star01.png') no-repeat center; }
.tourView .bottom .review .cont .member .score2 { height:13px; background:url('/design/tour2019/img/sub/star02.png') no-repeat center; }
.tourView .bottom .review .cont .member .score3 { height:13px; background:url('/design/tour2019/img/sub/star03.png') no-repeat center; }
.tourView .bottom .review .cont .member .score4 { height:13px; background:url('/design/tour2019/img/sub/star04.png') no-repeat center; }
.tourView .bottom .review .cont .member .score5 { height:13px; background:url('/design/tour2019/img/sub/star05.png') no-repeat center; }
.tourView .bottom .review .cont .memo {margin-left:130px; font-size:14px;}
.tourView .bottom .review .cont .tag a {color:#2a812b; padding-right:5px;}
.tourView .bottom .review .cont .recom {position:absolute; right:0; top:20px;}
.tourView .bottom .review .cont .recom span { position:relative; padding-left:23px; }
.tourView .bottom .review .cont .recom span::after {content:''; position:absolute; top:0; left:0; width:20px; height:20px; background:url('/design/tour2019/img/sub/listIcon.png') no-repeat 0 0; }
.tourView .bottom .review .cont .recom a { display:inline-block; border:1px solid #2a812b; color:#2a812b; border-radius:5px; padding:2px 5px; margin-left:10px; }
.tourView .bottom .review .cont .memo p {margin-top:15px; }
.tourView .bottom .review .cont .memo p img {width:100px; padding:2px;}
.tourView .bottom .review #btnMore input {border:0; padding:10px 20px; background:#555; color:#fff; border-radius:25px; margin-top:20px;}
@media all and (max-width:1023px){
    .tourView .imgWrap { float:none; width:75%; margin:0 auto 20px;}
    .tourView .tourInfo {width:100%;}
      .tourView .bottom .photo img {height:180px; }
      .cboxPhoto {max-width:850px !important;}
  }
  @media all and (max-width:900px){
    .tourView .bottom .map .type {float:none; padding-bottom:10px;}
    .tourView .bottom .map .type a {font-size:14px;}
    .tourView .bottom .map .distance {float:none; font-size:14px;}
    .tourView .bottom .map .distance input:first-child {margin-left:0;}
      .cboxPhoto {max-width:750px !important;}
  }
  @media all and (max-width:768px){
    .tourView .imgWrap {width:100%;}
    .tourView .tourInfo .title dt > span {font-size:22px;}
    .tourView .tourInfo .title dd {font-size:15px;}
    .tourView .bottom {padding-top: 160px;}
    .tourView .bottom > ul > li > a {width:50%;}
    .tourView .bottom > ul > li:nth-child(1) > a { z-index:1; }
    .tourView .bottom > ul > li:nth-child(2) > a { left:50%; z-index:1; border-right:1px solid #ccc;}
    .tourView .bottom > ul > li:nth-child(3) > a { width:100%; top:92px; left:0;}
    .tourView .bottom.food > ul > li > a { width:50%; }
    .tourView .bottom.food > ul > li:nth-child(2) > a { left:50%; }
    .tourView .bottom.food > ul > li:nth-child(3) > a { left:0; }
    .tourView .bottom.food > ul > li:nth-child(4) > a { top:92px; left:50%; }
      .tourView .bottom.festival {padding-top:120px;}
    .tourView .bottom .map .way dl dt {margin-right:5px;}
    .tourView .bottom .map .way dl dd {margin-right:10px;}
    .tourView .bottom .map .way dl dd input,
    .tourView .bottom .map .way dl dd select {width:80px;}
      .tourView .bottom .photo a {width:32%; margin: 0 0 20px 2%;}
      .tourView .bottom .photo a:nth-child(4n+1) {margin: 0 0 20px 2%;}
      .tourView .bottom .photo a:nth-child(3n+1) {margin-left:0;}
      .tourView .bottom .photo img { height:160px; }
      .cboxPhoto {max-width:500px !important; }
    #reviewWrite {padding:30px;}
  }
  @media all and (max-width:600px){
    .tourView .bottom .map .daummap {margin-right:0 !important; height:350px !important; }
    .tourView .bottom .map .daummap .wrap_map {height:300px !important; }
    .tourView .bottom .map .placeList {position:relative; width:100%; height:300px; top:-1px;}
  }
  @media all and (max-width:480px){
    .tourView .imgWrap li { height:250px; line-height:250px;}
    .tourView .tourInfo .title dt > span {font-size:18px;}
    .tourView .tourInfo .title dd {font-size:14px;}
    .tourView .tourInfo .cont dt {font-size:16px;}
    .tourView .tourInfo .cont dd ul li {font-size:14px;}
      .tourView .tourInfo .tourBtn a { padding:5px 10px 5px 35px; margin:0; font-size:12px;}
      .tourView .tourInfo .tourBtn a.roadMap { background:#444; padding:5px 10px;}
      .tourView .tourInfo .tourBtn a.list { background:#006ed2; padding:5px 10px;}
      .tourView .tourInfo .tourBtn a::before { top:7px; left:10px; }
    .tourView .bottom .guide {padding:20px;}
    .tourView .bottom .guide > ul > li { padding:40px 0 10px 18px !important; }
    .tourView .bottom .map .way dl dt {width:30%; line-height:35px; margin-right:0; margin-bottom:5px; text-align:left; }
    .tourView .bottom .map .way dl dd {width:70%; margin-right:0; margin-bottom:5px;}
    .tourView .bottom .map .way dl dd input,
    .tourView .bottom .map .way dl dd select {width:100%; height:35px; }
    .tourView .bottom .map .way a {width:100%; }
      .tourView .bottom .photo img { height:130px; }
      .tourView .bottom .photo a {width:49%; margin: 0 0 10px 2%;}
      .tourView .bottom .photo a:nth-child(3n+1) { margin: 0 0 10px 2%;}
      .tourView .bottom .photo a:nth-child(2n+1) {margin: 0 0 10px 0;}
      .cboxPhoto {max-width:320px !important; }
    .tourView .bottom .review .btn a {margin-bottom:0; padding:3px 5px 3px 8px;}
    .tourView .bottom .review .cont .member {top:25px; width:80%;}
    .tourView .bottom .review .cont .member li {float:left; margin-right:15px;}
    .tourView .bottom .review .cont .member li.img {display:none;}
    .tourView .bottom .review .cont .member li:nth-child(4) {width:73px; height:19px;}
    .tourView .bottom .review .cont .memo {margin-left:0; margin-top:40px;}
    .tourView .bottom .review .cont .recom {position:relative; bottom:0; top:auto; text-align:center; margin-top:20px;}
    #reviewWrite {width:100%; margin-left:-50%; padding:20px;}
    #reviewWrite form .score {padding:21px 0 21px 80px;}
    #reviewWrite form dl dd {padding:15px 0 15px 80px;}
  }
  