@charset "utf-8";
* { padding: 0; margin: 0; }
ol,ul { list-style: none; }
a { text-decoration: none; }
body { font-family:'NanumSquare', sans-serif; }
.cb::after {content: ""; display: block; clear: both;}
img { vertical-align: middle; }

.subBg .bgWrap { height: 400px; width: 100%; background: url(../images/sub_bg.jpg) no-repeat 0 0; background-size: cover; box-sizing: border-box; padding-top: 140px;}
.subBg .bgWrap h3 { text-align: center;  color: #fff; font-weight: bold; font-size: 40px; }
.subBg .bgWrap h3 span { display: block; font-size: 22px; padding-top: 5px;}
.subBg .cateBox { width: 100%; background-color: #f8f8f8; padding-top: 20px; padding-bottom: 20px;}
.subBg .wrap { width: 1200px; margin: 0 auto; }
.subBg dl dt { padding: 10px 5px 10px; clear: both;}
.subBg dl dt b { color: #1991c1; font-size: 18px;  }
.subBg dl dd { float: left; width:16.6667%; box-sizing: border-box; padding: 0 5px; margin-bottom: 8px;}
.subBg dl dd div { border:1px solid #ddd; width: 100%; height: 30px; text-align: center; transition: all .5s; }
.subBg dl dd div a { color: #777; display: block; line-height: 30px; font-weight: bold; font-size: 15px; transition: all .5s;}
.subBg dl dd div:hover { background-color: #1991c1;  } 
.subBg dl dd div:hover a { color: #fff;  } 

.mainSlide {position:relative;}
.slider .sliderContent {text-align:center;height:auto;width:100%;overflow:hidden;}
.slider .sliderContent img {position: relative;
    left: 50%;
    transform: translate(-50%,0); -moz-user-select: none;
 -webkit-user-select: none;
 -ms-user-select: none;
 user-select: none;
 -webkit-user-drag: none;
 user-drag: none;
 -webkit-touch-callout: none;}

 .mBoardList { display: none; }



.bestPlace { background-color: #fff; padding-top: 30px; padding-bottom: 30px;}
.subMain .bestPlace { background-color: #fff;} 
.bestPlace .wrap { width: 1200px; margin: 0 auto; }
.bestPlace h3 span { display: none;}
.bestPlace h3 img { width: 100%; }
.bestPlace .bestList { width: 1220px; margin-left: -20px; padding-top: 50px; }
.bestPlace .bestList ul { width: 1220px; }
.bestPlace .bestList ul li { float: left; width: 20%; padding-left: 20px; box-sizing: border-box; margin-bottom: 30px;}
.bestPlace .bestList ul li .bestBox { box-shadow: 3px 3px 15px 0 rgba(0,0,0,.2); cursor: pointer;}
.bestPlace .bestList ul li .bestBox:hover .imgArea img  { transform: scale(1.1); }
.bestPlace .bestList ul li .imgArea { overflow: hidden; }
.bestPlace .bestList ul li .imgArea img { width: 100%; transition: all .5s;}
.bestPlace .bestList ul li .textArea { background-color: #fff; padding: 15px 12px; height: 95px;}
.bestPlace .bestList ul li .textArea b { display: block; margin-bottom: 10px; font-size: 17px; color: #333;}
.bestPlace .bestList ul li .textArea p { line-height: 20px; color: #999; font-size: 14px;}

.mainBanner img { width: 100%; }

.sub01 img { width: 100%; margin: auto; display : block; }

.mainCounsel { padding: 30px 0; }
.mainCounsel .wrap { width: 1200px; margin: 0 auto; }
.mainCounsel h3 span { display: none;}
.mainCounsel h3 img { width: 100%; }

.popuList { }
.popuList .wrap { width: 1200px; margin: 0 auto; }
.popuList .plTitle { font-size: 30px; color: #1991c1;  padding-top: 30px; box-sizing: border-box; padding-left: 10px; font-weight: bold;}
.popuList .plTitle b { color: #d60063; font-size: 28px; font-weight: bold;}
.popuList .plTitle .tourmin { font-size: 14px; color: #738c9c; position: relative; top: 2px; left: -2px;}
.popuList .bestList { padding-top: 20px; padding-bottom: 50px;}
.popuList .bestList ul li { float: left; width: 20%; box-sizing: border-box; padding:0 2px; margin-bottom: 20px; transition: all .5s;}
.popuList .bestList ul li .bestBox { width: 100%; border:2px solid #eee; }
.popuList .bestList ul li .bestBox .imgArea { width: 100%; height: 125px; overflow: hidden; border-bottom: 2px solid #eee;}
.popuList .bestList ul li .bestBox .imgArea img { width: 100%; transition: all .5s;}
.popuList .bestList ul li .bestBox:hover .imgArea img { transform: scale(1.1);}
.popuList .bestList ul li .bestBox .textArea { padding: 10px 8px; height: 90px; }
.popuList .bestList ul li .bestBox .textArea b { display: block; color: #333; font-size: 14px;}
.popuList .bestList ul li .bestBox .textArea p {color: #666; padding-top: 8px; font-size: 13px; font-weight: bold; word-break: break-word;}
.popuList .bestList ul li .bestBox .textArea p span { display: block; color: #999; font-size: 12px; font-weight: 400; padding-top: 5px; line-height: 16px;}

.mainTip { background: url(../images/tipBg.jpg) no-repeat 0 0; background-size: cover; /* height: 550px; */ padding: 40px 0;}
.mainTip .wrap { width: 1200px; margin: 0 auto; }
.mainTip h3 { text-align: center; color: #fff; font-size: 27px; padding-bottom: 15px;}
.mainTip .underLine { width: 50px; margin: 0 auto; border-bottom: 1px solid #fff; }
.mainTip .wrap > p { color: #fff;  padding-top: 15px; text-align: center; font-size: 17px;}
.mainTip .tipList { padding-top: 35px; }
.mainTip .tipList ul li { float: left; width: 33.3333%; box-sizing: border-box; padding: 0 45px;cursor:pointer}
.mainTip .tipList ul li .imgArea { border-radius: 50%; overflow: hidden; }
.mainTip .tipList ul li .imgArea img { width: 100%; transition: all .5s;}
.mainTip .tipList ul li:hover .imgArea img { transform: scale(1.2); }
.mainTip .tipList ul li .textArea { padding-top: 40px; }
.mainTip .tipList ul li .textArea p { color: #fff;  font-size: 20px; font-style: italic; text-align: center; }

.mainBoard { padding-top: 30px; padding-bottom:60px; }
.mainBoard .wrap { width: 1200px; margin: 0 auto; }
.mainBoard .wrap > ul {width: 1220px; margin-left: -20px;}
.mainBoard .wrap > ul .boardBox { float: left; margin-left: 20px; margin-bottom: 20px;}
.mainBoard .wrap > ul .w40 { width: 500px; }
.mainBoard .wrap > ul .w30 { width: 330px; }
.mainBoard .wrap > ul .cafeBoard {float: right;}

.mainBoard .wrap > ul .boardTitle { font-weight: bold; font-size: 17px; padding-top: 15px; padding-bottom: 15px;}
.mainBoard .wrap > ul .boardArea { width: 100%; height: 280px; border:1px solid #e4e4e4; box-sizing: border-box; overflow: hidden; position: relative;}
.mainBoard .wrap > ul .boardArea a { display: block; }
.mainBoard .wrap > ul .boardArea img { width: 100%; }
.mainBoard .wrap > ul .boardArea02 { width: 100%; border:1px solid #e4e4e4; box-sizing: border-box;  position: relative;}
.mainBoard .wrap > ul .boardArea02 img {width:100%}
.mainBoard .wrap > ul .counselBoard {  }
.mainBoard .wrap > ul .counselBoard .boardList { padding: 10px; height: 100%; padding-top: 17px;}
.mainBoard .wrap > ul .counselBoard .boardList ul { height: 100%; }
.mainBoard .wrap > ul .counselBoard .boardList li { height: 35px; line-height: 35px; width: 100%; font-size: 15px; box-sizing: border-box; padding-left: 15px; list-style:disc;  font-weight: bold; padding-right: 15px;}
.mainBoard .wrap > ul .counselBoard .boardList li > .cName { float: left;  color: #555; font-size: 15px;}
.mainBoard .wrap > ul .counselBoard .boardList li > .cName span {color: #1991c1;}
.mainBoard .wrap > ul .counselBoard .boardList li > .cDate { float: right; color: #555;}
.mainBoard .wrap > ul .callBoard p {  padding: 30px; font-size: 17px; font-weight: bold; line-height: 25px;}
.mainBoard .wrap > ul .callBoard p b { display: block; margin-bottom: 10px; color: #1991c1; font-size: 30px;}
.mainBoard .wrap > ul .callBoard p span { display: block; padding-top: 5px; }
.mainBoard .wrap > ul .bankBoard {position: relative;}
.mainBoard .wrap > ul .bankBoard p { height: 100%; padding: 30px; font-size: 20px; font-weight: bold; line-height: 37px; box-sizing: border-box;}
.mainBoard .wrap > ul .bankBoard p span { color: #666; display: block;}
.mainBoard .wrap > ul .bankBoard .kakao { position: absolute; right: 0; top: 0; width: 40%; height: 100%;}
.mainBoard .wrap > ul .bankBoard .kakao .imgArea { width: 100px; margin: 0 auto;padding-top: 40px; }
.mainBoard .wrap > ul .bankBoard .kakao .textArea { padding-top: 20px; }
.mainBoard .wrap > ul .bankBoard .kakao .textArea p { padding: 0; text-align: center; line-height: 22px; font-size: 17px;}

.mainBoard .wrap > ul .reviewBoard a { display: block; background: url(../images/reviewBg.jpg) no-repeat 0 0; background-size: cover; height: 100%; transition: all .5s;}
.mainBoard .wrap > ul .reviewBoard img { width:auto; margin: 0 auto; display: block; padding-top: 20px;}
.mainBoard .wrap > ul .specialBoard a { display: block; background: url(../images/specialBg.jpg) no-repeat 0 0; background-size: cover; height: 100%;}
.mainBoard .wrap > ul .specialBoard img { width:auto; margin: 0 auto; display: block; padding-top: 20px; transition: all .5s;}
.mainBoard .wrap > ul .cafeBoard a { display: block; background-color:#2db400; text-align: center;line-height: 270px;}
.mainBoard .wrap > ul .cafeBoard img { width:100%;  transition: all .5s; padding-top: 20px; }

/* 서브메인 181012 배다빈 추가 */
.subMain .wrap { width: 1200px; margin: 0 auto;} 
.subMain .bestPromotion { border-bottom: 1px solid #eee; padding-bottom: 20px; margin-bottom: 20px;}
.subMain .bpTitle { font-size: 30px; color: #1991c1;  padding-top: 30px; box-sizing: border-box; padding-left: 10px; font-weight: bold;}
.subMain .bpTitle b { color: #d60063; font-size: 28px; font-weight: bold;}
.subMain .bpTitle .tourmin { font-size: 14px; color: #738c9c; position: relative; top: 2px; left: -2px;}
.subMain .bpList { padding-top: 20px;}
.subMain .bpList ul li { float: left; width: 25%; box-sizing: border-box; padding:0 5px;}
.subMain .bpList ul li .bestBox { width: 100%; border:2px solid #eee; }
.subMain .bpList ul li .bestBox .imgArea { width: 100%; height: 190px; overflow: hidden; border-bottom: 2px solid #eee;}
.subMain .bpList ul li .bestBox .imgArea img { width: 100%; transition: all .5s;}
.subMain .bpList ul li .bestBox:hover .imgArea img { transform: scale(1.1);}
.subMain .bpList ul li .bestBox .textArea { padding: 15px 10px; height: 130px;}
.subMain .bpList ul li .bestBox .textArea b { display: block; color: #333; font-size: 17px;}
.subMain .bpList ul li .bestBox .textArea p {color: #666; padding-top: 10px; font-size: 15px; font-weight: bold;}
.subMain .bpList ul li .bestBox .textArea p span { display: block; color: #999; font-size: 12px; font-weight: 400; padding-top: 5px; line-height: 18px;}

.subMain .resortList { border-top: 1px solid #eee;}
.subMain .rlTitle { font-size: 30px; color: #1991c1;  padding-top: 30px; box-sizing: border-box; padding-left: 10px; font-weight: bold;}
.subMain .rlTitle b { color: #d60063; font-size: 28px; font-weight: bold;}
.subMain .rlTitle .tourmin { font-size: 14px; color: #738c9c; position: relative; top: 2px; left: -2px;}
.subMain .rlList { padding-top: 20px; padding-bottom: 50px;}
.subMain .rlList ul li { float: left; width: 20%; box-sizing: border-box; padding:0 2px; margin-bottom: 20px; transition: all .5s;}
.subMain .rlList ul li .resortBox { width: 100%; border:2px solid #eee; }
.subMain .rlList ul li .resortBox .imgArea { width: 100%; height: 155px; overflow: hidden; border-bottom: 2px solid #eee;}
.subMain .rlList ul li .resortBox .imgArea img { width: 100%; transition: all .5s;}
.subMain .rlList ul li .resortBox:hover .imgArea img { transform: scale(1.1);}
.subMain .rlList ul li .resortBox .textArea { padding: 10px 8px; height: 90px; }
.subMain .rlList ul li .resortBox .textArea b { display: block; color: #333; font-size: 14px;}
.subMain .rlList ul li .resortBox .textArea p {color: #666; padding-top: 8px; font-size: 13px; font-weight: bold; word-break: break-word;}
.subMain .rlList ul li .resortBox .textArea p span { display: block; color: #999; font-size: 12px; font-weight: 400; padding-top: 5px; line-height: 16px;}


	.commtop {width:100%;height:120px;background:#fafafa;border-bottom:1px solid #dfdfdf;margin-bottom:20px;transition:all 0.4s}
	.commtop ul {width:100%;margin:auto;max-width:1200px;}
	.commtop li {float:right;border-left:1px solid #dfdfdf;width:13%;font-size:1.38em;height:120px;text-align:center;padding-top:20px;}
	.commtop li:first-child {font-size:2em;float:left;border-left:0px;padding:0px;width:48%;text-align:left;line-height:120px;}
	.commtop li:nth-child(2) {border-right:1px solid #dfdfdf}
	.commtop li div {font-size:2.8em;color:#dfdfdf;text-shadow:1px 1px 1px rgba(0,0,0,0.3);padding-bottom:5px;}
	.commtop li div.current {color:#2b7bd5}

.iframesrc {width:100%;;max-width:1200px;margin:auto; margin-top:5%;}
.iframesrc iframe {width:100%;height:450px;}



/* 서브페이지 181011 배다빈 추가 */
.subWrap .bgWrap {height: 450px; position: relative;}
.subWrap .bgWrap .subTitle { text-align: center;  color: #fff;  font-size: 18px; position: absolute; top: 50%; margin-top: -55px; width: 100%;}
.subWrap .bgWrap .subTitle b { font-size: 30px; display: block; font-weight: 400; padding-bottom: 0px; margin: 50px;}
.subWrap .grayBg { background-color: #f8f8f8; }
.subWrap .wrap { width: 1200px; margin: 0 auto; }
.subWrap .subCate dl { padding-top: 80px; padding-bottom: 50px; }
.subWrap .subCate dl dt { color: #1991c1; font-weight: bold;padding:10px 5px; font-size: 20px; display: block; clear: both;}
.subWrap .subCate dl dd { float: left; width: 16.6667%; box-sizing: border-box; padding: 0 5px; margin-bottom: 8px; transition:all .5s;}
.subWrap .subCate dl dd div { border:1px solid #ccc; width: 100%; height: 100%; height: 30px; transition: all .5s;}
.subWrap .subCate dl dd div a { display: block; text-align: center; color: #333; line-height: 30px; font-size: 15px; transition: all .5s;}
.subWrap .subCate dl dd:hover div { background-color: #1991c1; border-color: #1991c1; }
.subWrap .subCate dl dd:hover div a { color: #fff; }
.subWrap .mSubCate {display: none;}

.subContent .wrap { width: 900px; margin: 0 auto; }
.subContent .riMain { }
.subContent .imgArea { text-align: center; }
.subContent .riCounsel { padding-top: 20px; padding-bottom: 20px; }
/* .subContent .riPlan { padding-bottom: 30px; }
.subContent .riPlan .riPlanTitle {text-align: center; padding-bottom: 20px;}
.subContent .riPlan .riPlanList ul li { float: left; width: 16.6667%; }
.subContent .riPlan .riPlanList ul li div { text-align: center; width: 150px; height: 150px; margin: 0 auto; }
.subContent .riPlan .riPlanList ul li div a { display: block; color: #222;  }
.subContent .riPlan .riPlanList ul li div a img { width: 100%; } */
.subContent .riDetail { padding-bottom: 50px; }
.subContent .riDetail .riNavi div {float: left; width: 25%; padding:0 2px; box-sizing: border-box; }
.subContent .riDetail .riNavi div a { display: block; text-align: center; height: 40px; border:2px solid #ddd; line-height: 40px; border-bottom: 0; border-radius: 5px 5px 0 0; font-size: 15px; background-color: #eee; color: #212121;}
.subContent .riDetail .riNavi div.active { border-bottom: 2px solid transparent;}
.subContent .riDetail .riNavi div.active a { background-color: #fff; border-color: #1991c1;color: #1991c1; font-weight: bold; }

.subContent .riDetail .riTitle { font-size: 32px; color: #1991c1;  padding-top: 30px; box-sizing: border-box; padding-left: 10px; font-weight: bold;}
.subContent .riDetail .riTitle b { color: #d60063; font-size: 30px; font-weight: bold;}
.subContent .riDetail .riTitle .tourmin { font-size: 14px; color: #738c9c; position: relative; top: 2px; padding-left: 5px; }
.subContent .riDetail .riTitle.riTitleBold { font-size: 40px; padding-bottom: 10px;}
.subContent .riDetail .riTitle.riTitleBold b { font-size: 40px;}

.subContent .riDetail .riDesc { padding: 15px 15px;  color: #333; font-size: 13px; line-height: 20px;}
.subContent .riDetail table { width: 100%; }
.subContent .riDetail table th { height: 40px; background-color: #748a9a; color: #fff; font-size: 17px; line-height: 40px; }
.subContent .riDetail table td { font-size: 15px; line-height: 30px; color: #555; word-break: break-word;}
.subContent .riDetail table td .i_disc { width: 5px; height: 5px; background-color: #748a9a; border-radius: 50%; display: inline-block; position: relative; top: -2px; margin-right: 5px; margin-left: 5px;}
.subContent .riDetail .riAlbum { width: 900px; margin: 0 auto; position: relative; }
.subContent .riDetail .riAlbum #bx-pager { background-color: #212121; padding: 0px 50px; margin-top: 10px;}
.subContent .riDetail .riAlbum #bx-pager > a { display: block; float: left; width: 12.5%; box-sizing: border-box; }
.subContent .riDetail .riAlbum #bx-pager > a img { width: 100%;height:auto;} 
.subContent .riDetail .riRoomDesc { padding: 50px 0;}
.subContent .riDetail .riDining { border-bottom: 1px solid #ddd;}
.subContent .riDetail .riDiningDesc { padding:50px 0;}
.subContent .riDetail .riResortDesc { padding:50px 0;}
.subContent .riDetail .riRoomDesc img { width: 100%;}
.subContent .riDetail .riDiningDesc img { width: 100%;}
.subContent .riDetail .riResortDesc img {width: 100%; }

.subContent .resortInfo section { border-bottom: 1px solid #ddd;}
.subContent .resortInfo .riContent1 .riTitle { padding-bottom: 20px; padding-top: 10px;}
.subContent .resortInfo .riContent1 .riTitle b { display: block;}


.subMain .writeBtn { padding: 8px;}
.subMain .writeBtn i { display: inline-block; margin-right: 5px;   }

.new_information_li_pc { width: calc(100% - 20px);position: relative; }

.new_info_main_div { padding: 50px;background: white; box-shadow: 0px 0px 9px 6px #0000001f;}

.new_information_title { margin-bottom: 17px;font-size: 2.2rem;color: #003355;font-weight: bold; }

.new_information_card_box { display:flex;justify-content:space-between;flex-wrap: wrap; }

.new_information_card_box .icon_img_st_1 { width:1rem;margin-right:2px; }

.new_information_card_box .icon_img_st_2 { width:1.2rem; }

.new_information_card_box .font_sz_1 { font-size: 1rem; }

.new_information_card_box .font_st_bold { color: #003355;font-weight: bold; }

div.information_card:nth-of-type(1) .font_st_bold { font-size: 1.3rem;margin: 5px 0px; }

div.information_card:nth-of-type(1) div:nth-child(3) { margin-top: 40px; }

div.information_card:nth-of-type(1) div:nth-child(3) div:nth-child(1) { margin-bottom: 13px; }

div.information_card:nth-of-type(2) div:nth-child(2) { margin: 8px 0px 10px 0px; }

div.information_card:nth-of-type(2) div:nth-child(4) { margin-top:5px;margin-bottom:15px }

div.information_card:nth-of-type(2) div:nth-child(5) div:nth-child(2) { margin-top:2px; }

div.information_card:nth-of-type(2) div:nth-child(5) div:nth-child(3) { margin-top:10px;color:#ed1869; }

div.information_card:nth-of-type(3) div:nth-child(2) { margin: 8px 0px 15px 0px; }

div.information_card:nth-of-type(3) div:nth-child(4) { margin: 15px 0px 10px 0px; }

div.information_card:nth-of-type(3) div:nth-child(5) { margin-bottom:10px; }

.new_information_li_mo {width:100%;position:relative;padding: 0 15px !important;}
.mo_new_info_box {box-shadow: 0px 0px 9px 6px #0000001f;padding: 50px 50px;border-radius: 65px;}
.mo_new_info_box:nth-of-type(2) {margin-top: 30px;}
.mo_new_info_title {color: #003355;font-weight: bold;font-size: 2.2rem;margin-bottom: 30px;}
.mo_new_info_box:nth-of-type(1) > div:nth-child(2) {display: flex;justify-content: space-between;}
.mo_new_info_box:nth-of-type(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) {margin-top: 23px;}
.mo_new_info_box:nth-of-type(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > div:nth-child(2){margin-top: 15px;}
.mo_new_info_box:nth-of-type(1) > div:nth-child(2) > div:nth-child(1) {width: 55%;}
.mo_new_info_box:nth-of-type(1) > div:nth-child(2) > div:nth-child(2) {width: 45%;}
.mo_new_bt_10 {margin-bottom: 5px;}
.mo_new_icon_st {width:1rem;margin-right:2px;}
.mo_new_font_sz_1 {font-size: 0.6rem; font-weight:bold;}
.mo_new_font_st_1 {font-size: 0.8rem;font-weight: bold;color: #003355;}
.mo_new_font_st_2 {line-height:1.4rem;font-size: 1rem;font-weight: bold;color: #003355;padding-bottom:10px;}
.mo_new_weekend {margin-top: 8px;color: #ed1869;}
.mo_new_info_box:nth-of-type(2) > div:nth-child(2) {display: flex;align-items: center;}
.mo_new_info_box:nth-of-type(2) > div:nth-child(2) img {width: 1.8rem;}
.mo_new_info_box:nth-of-type(2) > div:nth-child(2) span {font-size: 1rem;margin-left: 3px;}
.mo_new_info_box:nth-of-type(2) > div:nth-child(4) {display: flex;align-items: center;margin-bottom: 12px;}
.mo_new_info_box:nth-of-type(2) > div:nth-child(4) img {width: 1.5rem;}
.mo_new_info_box:nth-of-type(2) > div:nth-child(4) span {font-size: 1rem;margin-left: 7px;}
.mo_new_info_box:nth-of-type(2) > div:nth-child(3) {margin-top: 3px;margin-bottom: 20px;}
.mo_new_info_box:nth-of-type(2) > div:nth-child(6) {margin: 7px 0px;}
.mo_new_bt_10:nth-of-type(2) {margin-top: 5px; padding-bottom:20px;}
.mo_new_bt_10:nth-of-type(3) {margin-top: 6px;}
.mo_new_font_sz_1:nth-of-type(4) > div:nth-child(2) {margin-top: 1px;}

.new_order_container {background: #bce9ff;display: flex;justify-content: center;padding: 70px 0px;margin-top:-20px;}
.new_order_container > div:nth-child(1) {width: 75%;display: flex;}
.order_info_box {width: 50%;display: flex;justify-content: center;}
.order_info_box > div:nth-child(1) {width: 85%;}
.new_order_title {font-size: 2rem;margin-bottom: 20px;}
.new_order_info_card {display: flex;justify-content: space-between;}
.new_order_input {height: 30px;text-indent: 10px;border: none;width: 45%;}
.new_order_info_card:not(:first-of-type) {margin-top: 15px;}
.order_info_box > div:nth-child(1) > div:nth-child(6) {margin-top: 15px;}
#datepicker {height: 30px;text-indent: 32px;border: none;width: 100%;background: url('https://tourmin.co.kr:443/skin/board/order/img/calender.png') no-repeat left center;background-color: white;background-position-x: 10px;}
.new_order_info_card:nth-of-type(3) > div {width: 45%;}
.new_order_select {width: 45%;height: 30px;border: none;text-indent: 7px;}
.new_order_info_card:nth-of-type(5) > input:nth-child(2) {height: 30px;border: none;text-indent: 10px;width: 45%;}
.new_order_textarea {width: 100%;border: none;padding: 15px;resize: none;}
.swiper img {width:100%;height:100%;}
.new_order_reservation_btn_div {display: flex;justify-content: center;align-items: center;margin-top: 10px;}
.new_order_reservation_btn {width: 70px;height: 30px;line-height: 30px;background: black;color: white;text-align: center;cursor: pointer;}
#new_order_swiper {width: 50%;height:525px;position:relative;}

@media screen and (min-width: 1201px) {
    .bestPlace .bestList .swiper-wrapper .swiper-slide:nth-child(6) {clear:both;}
}

@media (min-width: 960px) and (max-width: 1200px) {
    .bestPlace { overflow: hidden;}
    .bestPlace .wrap { width: 100%; overflow: hidden;}
    .bestPlace .bestList { width: 100%;  margin-left: 20px; padding-top: 20px; }
    .bestPlace .bestList ul {  width: 600%;}
    .bestPlace .bestList ul li { padding-left: .3%;}

    .mainCounsel .wrap { width: 100%; }

    .popuList .wrap { width: 100%;}

    .mainTip .wrap { width: 100%; }

    .mainBoard .wrap { width: 100%; }
    .mainBoard .wrap > ul { width: 100%; margin-left: 0;}
    .mainBoard .wrap > ul .boardBox { margin-left: 0; box-sizing: border-box; padding: 0 10px; }
    .mainBoard .wrap > ul .counselBoard { width: 66.6666%; }
    .mainBoard .wrap > ul .reviewBoard { width: 33.3333%; }
    .mainBoard .wrap > ul .specialBoard { width: 33.3333%; }
    .mainBoard .wrap > ul .cafeBoard { width: 33.3333%; float: left;}
    .mainBoard .wrap > ul .cafeBoard .boardArea02 {height:141px;}
    .mainBoard .wrap > ul .callBoard { width: 33.3333%; }
    .mainBoard .wrap > ul .bankBoard { float: none; width: 100%; clear: both;}

    .mainBoard .wrap > ul .callBoard p { padding: 20px }

    /* 서브페이지 181011 배다빈 추가 */
    .subWrap .wrap { width:100%; } 
    .subWrap .subCate dl { padding:20px 10px; }
    .subWrap .subCate dl dd { width: 20%; }

    .subContent .wrap { width: 100%;}

    /* 서브메인 181012 배다빈 추가 */
    .subMain .wrap { width: 100%; }
    .subMain .bpList {overflow: hidden; width: 100%; overflow-x: scroll; -webkit-overflow-scrolling: touch; }
    .subMain .bpList ul {  width: 1220px; }

    .subMain .rlList ul { width: 940px; margin: 0 auto;}
    .subMain .rlList ul li { width:25%;}

	

	.new_information_li_pc { width: 100%; }



    

}

@media screen and (max-width:960px) {
    .new_order_container > div:nth-child(1) {flex-direction: column-reverse;}
    .order_info_box {width: 100%;}
    .order_info_box:nth-of-type(1) {margin-top: 50px;}
    #new_order_swiper{width: 100%;}
}

@media screen and (min-width:501px) {
    .new_information_li_mo {display: none;}
}

@media (min-width:550px) and (max-width: 1080px) {
    .mainBoard .wrap > ul .specialBoard img { width:50%; margin: 0 auto; display: block; padding-top: 20px;}
    .mainBoard .wrap > ul .reviewBoard img { width:50%; margin: 0 auto; display: block; padding-top: 20px;}
	.mainBoard .wrap > ul .cafeBoard .boardArea02 {height:101px;}
		.mainBoard .wrap > ul .cafeBoard .boardArea02 img {width:100%}
    .mainBoard .wrap > ul .cafeBoard img { }
    
}
@media (min-width:320px) and (max-width: 549px) {
    .mainBoard .wrap > ul .specialBoard img { width:70%; margin: 0 auto; display: block; padding-top: 20px;}
    .mainBoard .wrap > ul .reviewBoard img { width:70%; margin: 0 auto; display: block; padding-top: 20px;}
    .mainBoard .wrap > ul .cafeBoard a img { width: 100%; padding-top: 20px;}
    
}

@media screen and  (min-width: 100px) and (max-width: 500px) {
    #tnb { display: none;}

    .mBoardList { display: block; }
    .mBoardList ul li { float: left; width: 25%; }
    .mBoardList ul li a { text-align: center; font-size: 12px; color: #333; display: block;text-align: center; line-height: 35px; background-color: #1991c1; color: #fff; border-right: 1px solid #49b0d9;}
    .mBoardList ul li:last-child a { border-right: 0; }
    .bestPlace .wrap { width: 100%; overflow: hidden;}
    .bestPlace .bestList {  width: 100%;  margin-left: 20px; padding-top: 20px;}
    .bestPlace .bestList ul {  width: 600%; padding-bottom: 20px;}
    .bestPlace .bestList ul li { padding-left: .3%;}

    .mainCounsel .wrap { width: 100%; display: none;}

    .popuList .wrap { width: 100%;}
    .popuList .bestList ul { width: 760px; margin: 0 auto;}
    .popuList .bestList ul li { width:33.3333%;}
    

    .mainTip .wrap { width: 100%; }
    .mainTip .tipList { padding-top: 20px; }
    .mainTip .tipList ul li { padding: 0 15px; }

    .mainBoard .wrap { width: 100%; }
    .mainBoard .wrap > ul { width: 100%; margin-left: 0;}
    .mainBoard .wrap > ul .boardBox { margin-left: 0; box-sizing: border-box; padding: 0 10px; }
    .mainBoard .wrap > ul .boardArea { height: 200px; }
    .mainBoard .wrap > ul .cafeBoard a { line-height: 200px; }
    .mainBoard .wrap > ul .cafeBoard a img { width: 60%; }
    .mainBoard .wrap > ul .counselBoard { width: 66.6666%; }
    .mainBoard .wrap > ul .reviewBoard { width: 33.3333%; }
    .mainBoard .wrap > ul .specialBoard { width: 33.3333%; }
    .mainBoard .wrap > ul .cafeBoard { width: 33.3333%; float: left;}
    .mainBoard .wrap > ul .callBoard { width: 33.3333%; }
    .mainBoard .wrap > ul .bankBoard { float: none; width: 100%; clear: both;}
    .mainBoard .wrap > ul .bankBoard p { padding: 10px; font-size: 17px; line-height: 29px;}
    .mainBoard .wrap > ul .bankBoard .kakao .imgArea { padding-top: 10px; }
    .mainBoard .wrap > ul .bankBoard .kakao .textArea { padding-top: 10px; }

    .mainBoard .wrap > ul .callBoard p { padding: 5px 10px; font-size: 14px; line-height: 22px;}
    .mainBoard .wrap > ul .callBoard p b { font-size: 20px; margin-bottom: 5px;}
    .mainBoard .wrap > ul .callBoard p span {padding-top: 0;}

    /* 서브페이지 181011 배다빈 추가 */
    .subWrap .bgWrap { height: 200px; }
    .subWrap .wrap { width:100%; } 
    .subWrap .subCate dl { padding:20px 20px; }
    .subWrap .subCate dl dd { float: left; width: 25%; }

    .subContent .wrap { width: 100%; }
    .subContent .imgArea img { width: 100%;  }
    
    .subContent .riDetail table td { font-size: 14px; }
    .subContent .riDetail .riTitle img { width: 100%; }
    /* .subContent .riPlan .riPlanList ul li div { width: 100%; } */

    .subContent .riDetail .riAlbum { width: 90%; margin: 0 auto; }

    /* 서브메인 181012 배다빈 추가 */
    .submainCounsel { display: none;}
    .subMain .wrap { width: 100%; }
    .subMain .bpList {overflow: hidden; width: 100%; overflow-x: scroll; -webkit-overflow-scrolling: touch; }
    .subMain .bpList ul {  width: 1220px; }

    .subMain .rlList ul { width: 760px; margin: 0 auto;}
    .subMain .rlList ul li { width:33.3333%;}

	.commtop {width:100%;height:120px;background:#fafafa;border-top:1px solid #dfdfdf;border-bottom:1px solid #dfdfdf;margin-bottom:20px;transition:all 0.4s}
	.commtop ul {width:100%;margin:auto;max-width:959px;}
	.commtop li {float:right;border-left:1px solid #dfdfdf;width:13%;font-size:1.38em;height:120px;text-align:center;padding-top:20px;}
	.commtop li:first-child {font-size:2em;float:left;border-left:0px;padding:0px;width:28%;text-align:left;line-height:120px;}
	.commtop li:nth-child(2) {border-right:1px solid #dfdfdf}
	.commtop li div {font-size:2.8em;color:#dfdfdf;text-shadow:1px 1px 1px rgba(0,0,0,0.3);padding-bottom:5px;}
	.commtop li div.current {color:#2b7bd5}


}

@media screen and ( max-width: 500px) {
    body { overflow-x: hidden;}
    body.scrollGuard { overflow-x: visible;}
    body.scrollGuard .layoutCenter { width:900px;}
    #tnb ul { display: none;}

    .mBoardList { display: block; }
    .mBoardList ul li { float: left; width: 25%; }
    .mBoardList ul li a { text-align: center; font-size: 12px; color: #333; display: block;text-align: center; line-height: 35px; background-color: #1991c1; color: #fff; border-right: 1px solid #49b0d9;}
    .mBoardList ul li:last-child a { border-right: 0; }

    .bestPlace .wrap { width: 100%; overflow: hidden;}
    .bestPlace .bestList { width: 100%; /* overflow-x: scroll; -webkit-overflow-scrolling: touch; */ margin-left: 20px; padding-top: 20px; }
    .bestPlace .bestList ul {  width: 1000%; padding-bottom: 20px;}
    .bestPlace .bestList ul li { padding-left: 1%; margin-bottom: 0;}
    .bestPlace .bestList ul li .textArea { padding:10px;}
    .bestPlace .bestList ul li .textArea b { font-size: 15px;}
    .bestPlace h3 span { display: block; text-align: center;     color: #333;
        font-size: 20px;}
    .bestPlace h3 img { display: none; }
    
    .mainCounsel {display: none;}
    .mainCounsel .wrap { width: 100%; }
    
    .mainCounsel h3 span { display: block; text-align: center;    color: #333;
        font-size: 20px;}
    .mainCounsel h3 img { display: none;}

    .popuList .wrap { width: 100%; padding-bottom: 20px;}
    .popuList .plTitle { font-size: 20px; padding:10px 5px 0;}
    .popuList .plTitle b { font-size: 18px;}
    .popuList .plTitle .tourmin { font-size: 12px; left: 0; display: block;}
    .popuList .bestList { padding-bottom: 0;}
    .popuList .bestList ul { width: 100%; padding: 0;}
    .popuList .bestList ul li { width:33.3333%;  padding: 0; margin: 0;}
    .popuList .bestList ul li .bestBox { border:1px solid #eee; position: relative;}
    .popuList .bestList ul li .bestBox .imgArea { height: 100px; border:0}
    .popuList .bestList ul li .bestBox .textArea { height: 30px;   width: 100%;  padding: 0; text-align: center; line-height: 30px;}
    .popuList .bestList ul li .bestBox .textArea p { display: none;}
    .popuList .bestList ul li .bestBox .textArea b { text-align: center; color: #333; font-size: 12px;}

    .mainBanner { display: block; }
	.mainBanner ul li {width: 150%; }
    
	.sub01 {display: block; position: relative; right: 33%; width: 160%; }


    .mainTip { padding-top: 30px;}
    .mainTip h3 { font-size: 20px;}
    .mainTip .wrap { width: 100%; }
    .mainTip .tipList { padding-top: 20px; }
    .mainTip .tipList ul li { padding: 0 5px; }
    .mainTip .tipList ul li .textArea { padding-top: 20px; }
    .mainTip .tipList ul li .textArea p { font-size: 14px; line-height: 20px;}

    .mainBoard .wrap { width: 100%; }
    .mainBoard .wrap > ul { width: 100%; margin-left: 0;}
    .mainBoard .wrap > ul .boardTitle { font-size: 15px; }
    .mainBoard .wrap > ul .boardBox { margin-left: 0; box-sizing: border-box; padding: 0 5px; }
    .mainBoard .wrap > ul .boardArea { height: 170px; }
    .mainBoard .wrap > ul .cafeBoard a { line-height: 160px; }
    .mainBoard .wrap > ul .counselBoard {width: 100%; }
    .mainBoard .wrap > ul .counselBoard .boardList { padding: 5px }
    .mainBoard .wrap > ul .reviewBoard { width: 50%; }
    .mainBoard .wrap > ul .specialBoard { width: 50%; }
    .mainBoard .wrap > ul .cafeBoard { width: 50%; float: left;}
    .mainBoard .wrap > ul .callBoard { width: 50%; }
    .mainBoard .wrap > ul .bankBoard { float: none; width: 100%; clear: both;}
    .mainBoard .wrap > ul .bankBoard p { padding: 5px; font-size: 12px; line-height: 22px;}
    .mainBoard .wrap > ul .bankBoard .kakao .imgArea { padding-top: 20px; width: 50px;}
    .mainBoard .wrap > ul .bankBoard .kakao .textArea { padding-top: 10px; }
    .mainBoard .wrap > ul .bankBoard .kakao .textArea p { font-size: 15px; }

    .mainBoard .wrap > ul .callBoard p { padding: 5px; font-size: 11px; line-height: 19px;}
    .mainBoard .wrap > ul .callBoard p b { font-size: 12px; margin-bottom: 0;}
    .mainBoard .wrap > ul .callBoard p span {padding-top: 0;}


    .mainBoard .wrap > ul .bankBoard p span { padding: 0; margin: 0; line-height: 15px; display: block;}
    
    .mobile_tnb {padding-top: 20px;}
    .mobile_tnb ul li {float: left; width: 50%; }
    .mobile_tnb ul li a { display: block; text-align: center; color: #fff; font-size: 12px;padding:10px 0; position: relative;}
    .mobile_tnb ul li.centerBar a::before { position: absolute; right: 0; top: 13px; border-right:1px solid #ddd; height: 7px; content: ""; display: block;}

    /* 서브페이지 181011 배다빈 추가 */
    .subWrap .bgWrap { height: 350px; }
    .subWrap .bgWrap .subTitle { margin-top: -30px; font-size: 17px; }
    .subWrap .bgWrap .subTitle b { font-size: 20px; font-weight: bold;}
    .subWrap .wrap { width:100%; } 
    .subWrap .subCate dl { display: none;}
    .subWrap .mSubCate { display: block; padding:10px; padding-bottom:45px;}
    .subWrap .mSubCate strong { color: #1991c1; font-weight: bold;padding:8px 5px; font-size: 17px; display: block; padding-bottom: 10px;}
    .subWrap .mSubCate select { width: 100%; height: 35px; border:1px solid #ccc; border-radius: 5px; margin-bottom: 5px;}
    
    .subContent .riCounsel { display: none; }

    .subContent .wrap { width: 100%; }
    .subContent .imgArea img { width: 100%;  }
    .subContent .riDetail .riNavi div a { font-size: 12px; }
    /* .subContent .riPlan .riPlanList { }
    .subContent .riPlan .riPlanList ul li { width: 33.3333%; margin-bottom: 10px;}
    .subContent .riPlan .riPlanList ul li div { width: 100%; height: auto; max-width: 150px;} */

    .subContent .resortInfo section { padding-bottom: 20px;}
    .subContent .riDetail .riTitle { font-size: 20px; width: 100%; box-sizing: border-box; padding: 10px 10px 0; overflow: hidden;}
    .subContent .riDetail .riTitle img { width: 150%; }
    .subContent .riDetail .riTitle b { font-size:18px ;display: block; padding-top: 5px; padding-bottom: 10px; }
    .subContent .riDetail .riTitle.riTitleBold { font-size: 20px; width: 100%; box-sizing: border-box; padding: 10px 10px 0; overflow: hidden; padding-bottom: 10px;}
    .subContent .riDetail .riTitle.riTitleBold b { font-size:18px ;display: inline-block;padding: 0;}
    .subContent .riDetail .riTitle.riTitleBold .tourmin { font-size: 11px;}
    .subContent .riDetail { width: 98%; margin: 0 auto; padding-bottom: 0; }
    .subContent .riDetail table { border-collapse: 0; border-spacing: 0;  }
    .subContent .riDetail table th { font-size: 14px; width: 100%; display: block;}
    .subContent .riDetail table tr::after {content: ""; display: block; clear: both;}
    .subContent .riDetail table td { padding: 12px 0 10px;  font-size: 12px; width: 50%; display: block; float: left; line-height: normal;}

    .subContent .riDetail .riAlbum { width: 90%; margin: 0 auto; }
    .subContent .riDetail .riAlbum #bx-pager { background-color: #212121; padding: 10px 10px; margin-top: 10px;}
    .subContent .riDetail .riAlbum #bx-pager > a { display: block; float: left; width: 25%; box-sizing: border-box; }

    /* 서브메인 181012 배다빈 추가 */
    .submainCounsel { display: none;}
    .subMain .wrap { width: 100%; }
    .subMain .bestPromotion { border:0;}
    .subMain .bpTitle { font-size: 20px; padding:30px 5px 0;}
    .subMain .bpTitle b { font-size: 18px;}
    .subMain .bpTitle .tourmin { font-size: 12px; left: 0; display: block;}
    .subMain .bpList {overflow: hidden; width: 100%; overflow-x: scroll; -webkit-overflow-scrolling: touch; }
    .subMain .bpList ul {  width:max-content; padding-bottom: 30px; }
    .subMain .bpList ul li {width: 220px; margin-right: 10px;}
    .subMain .bpList ul li:first-child { margin-left: 10px;;}
    .subMain .bpList ul li .bestBox {  box-shadow: 5px 5px 10px 0 rgba(0,0,0,.1); }
    .subMain .bpList ul li .bestBox .textArea { height: 95px; padding-top: 10px;}
    .subMain .bpList ul li .bestBox .textArea p { font-size: 12px; word-break: break-word;}
    .subMain .bpList ul li .bestBox .textArea p span { display: none;}

    .subMain .rlTitle { font-size: 20px; padding:30px 5px 0;}
    .subMain .rlTitle b { font-size: 18px;}
    .subMain .rlTitle .tourmin { font-size: 12px; left: 0; display: block;}
    .subMain .rlList { padding-bottom: 0;}
    .subMain .rlList ul { width: 100%; padding: 0;}
    .subMain .rlList ul li { width:33.3333%;  padding: 0; margin: 0;}
    .subMain .rlList ul li .resortBox { border:1px solid #eee;}
    .subMain .rlList ul li .resortBox .imgArea { height: 100px; border:0}
    .subMain .rlList ul li .resortBox .textArea { height: 30px;   width: 100%;  padding: 0; text-align: center; line-height: 30px; overflow: hidden;}
    .subMain .rlList ul li .resortBox .textArea p { display: none;}
    .subMain .rlList ul li .resortBox .textArea b { text-align: center; color: #333; font-size: 12px; text-overflow: ellipsis; white-space: nowrap;  overflow: hidden;}


	.commtop {width:100%;height:100px;background:#fafafa;border-top:1px solid #dfdfdf;border-bottom:1px solid #dfdfdf;margin-bottom:20px;transition:all 0.4s}
	.commtop ul {width:100%;margin:auto;max-width:767px;}
	.commtop li {float:right;border-left:1px solid #dfdfdf;width:25%;font-size:1.2em;height:99px;text-align:center;padding-top:20px;}
	.commtop li:first-child {display:none;font-size:2em;float:left;border-left:0px;padding:0px;width:28%;text-align:left;line-height:120px;}
	.commtop li:nth-child(2) {border-right:1px solid #dfdfdf}
	.commtop li div {font-size:2.5em;color:#dfdfdf;text-shadow:1px 1px 1px rgba(0,0,0,0.3);padding-bottom:5px;}
	.commtop li div.current {color:#2b7bd5}

	
	 /* 서브메인 181012 배다빈 추가 */
    .submainCounsel { display: none;}
    .subMain .wrap { width: 100%; }
    .subMain .bestPromotion { border:0;}
    .subMain .bpTitle { font-size: 20px; padding:30px 5px 0;}
    .subMain .bpTitle b { font-size: 18px;}
    .subMain .bpTitle .tourmin { font-size: 12px; left: 0; display: block;}
    .subMain .bpList {overflow: hidden; width: 100%; overflow-x: scroll; -webkit-overflow-scrolling: touch; }
    .subMain .bpList ul {  width:max-content; padding-bottom: 30px; }
    .subMain .bpList ul li {width: 220px; margin-right: 10px;}
    .subMain .bpList ul li:first-child { margin-left: 10px;;}
    .subMain .bpList ul li .bestBox {  box-shadow: 5px 5px 10px 0 rgba(0,0,0,.1); }
    .subMain .bpList ul li .bestBox .textArea { height: 95px; padding-top: 10px;}
    .subMain .bpList ul li .bestBox .textArea p { font-size: 12px; word-break: break-word;}
    .subMain .bpList ul li .bestBox .textArea p span { display: none;}

    .subMain .rlTitle { font-size: 20px; padding:30px 5px 0;}
    .subMain .rlTitle b { font-size: 18px;}
    .subMain .rlTitle .tourmin { font-size: 12px; left: 0; display: block;}
    .subMain .rlList { padding-bottom: 0;}
    .subMain .rlList ul { width: 100%; padding: 0;}
    .subMain .rlList ul li { width:33.3333%;  padding: 0; margin: 0;}
    .subMain .rlList ul li .resortBox { border:1px solid #eee;}
    .subMain .rlList ul li .resortBox .imgArea { height: 100px; border:0}
    .subMain .rlList ul li .resortBox .textArea { height: 30px;   width: 100%;  padding: 0; text-align: center; line-height: 30px; overflow: hidden;}
    .subMain .rlList ul li .resortBox .textArea p { display: none;}
    .subMain .rlList ul li .resortBox .textArea b { text-align: center; color: #333; font-size: 12px; text-overflow: ellipsis; white-space: nowrap;  overflow: hidden;}


	.commtop {width:100%;height:100px;background:#fafafa;border-top:1px solid #dfdfdf;border-bottom:1px solid #dfdfdf;margin-bottom:20px;transition:all 0.4s}
	.commtop ul {width:100%;margin:auto;max-width:767px;}
	.commtop li {float:right;border-left:1px solid #dfdfdf;width:25%;font-size:1.2em;height:99px;text-align:center;padding-top:20px;}
	.commtop li:first-child {display:none;font-size:2em;float:left;border-left:0px;padding:0px;width:28%;text-align:left;line-height:120px;}
	.commtop li:nth-child(2) {border-right:1px solid #dfdfdf}
	.commtop li div {font-size:2.5em;color:#dfdfdf;text-shadow:1px 1px 1px rgba(0,0,0,0.3);padding-bottom:5px;}
	.commtop li div.current {color:#2b7bd5}

    .information_card { width: 100%; }
    .new_information_li_pc { width: 100%; display: none;}
    div.information_card:nth-of-type(2) { margin: 60px 0px; }
    .new_info_main_div { width: 100%; }

    .new_information_li_mo {display: list-item;}

}

@media screen and ( max-width: 320px) {
    .mo_new_info_box:nth-of-type(1) > div:nth-child(2) > div:nth-child(1) {width: 100%;}
    .mo_new_info_box:nth-of-type(1) > div:nth-child(2) > div:nth-child(2) {width: 100%;margin-top: 35px;}
    .mo_new_info_box:nth-of-type(1) > div:nth-child(2) {flex-wrap: wrap;}
}
