@charset "utf-8";
@import url("/resources/css/font.css");
@import url("/resources/css/reset.css");


/* 최상단 로그인 */
.wrap_header {
	width: 100%;
	height: 66px;
	position: relative;
	background-color: #d04629;
}

.wrap_header .header{
	width: 1200px;
	position: relative;
	margin: 0 auto;
}

.wrap_header .header ul.login {
	float: left;
}

.wrap_header .header ul.login li {
	float: left;
	margin-right: 15px;
}

.wrap_header .header ul.login li a {
	font-size: 20px;
	line-height: 66px;
	color: #fff;
}

.wrap_header .header ul.members {
	float: right;
}

.wrap_header .header ul.members li {
	float: left;
	margin-left: 25px;
	line-height: 66px;
}

.wrap_header .header ul.members li a {
	font-size: 20px;
	line-height: 66px;
	color: #fff;
}

.wrap_header .header ul li a:hover {
	color: #000;
}

.wrap_header .header li>span {
	margin-top: 20px;
	margin-right: 10px;
}

.wrap_header .header ul>span {
	width: 2px;
	height: 20px;
	background-color: #fff;
	display: inline-block;
	margin-left: 12px;
	position: absolute;
	margin-top: 22px;
}

.btn_bookmark {
	padding-left: 28px;
	background: url(/img/icon_top.gif) no-repeat;
}

.btn_bookmark:hover {
	background-image: url(/img/icon_top_hover.gif);
}



/* 회사로고, 회사전화, SNS */
.wrap_topmenu {
	width: 100%;
	height: 253px;
	border-bottom: 3px solid #18164f;
}

.topmenu {
	width: 1200px;
	position: relative;
	margin: 0 auto;
	height: 253px;
}

.topmenu h1 {
	position: absolute;
	margin-top: 73px;
	/* background: #c5d309; */
}

.topmenu ul.customer {
	margin-left: 600px;
	position: absolute;
	margin-top: 78px;
	font-family: 'Nanum Barun Gothic', sans-serif;

}

.topmenu ul.customer li.text1 a {
	color: #5e5d5d;
	font-size: 20px;
}

.topmenu ul.customer li.text2 a {
	color: #5e5d5d;
	font-size: 31px;
	font-weight: 600;
	letter-spacing: -1px;
}

.topmenu ul.sns {
	margin-left: 930px;
	position: absolute;
	margin-top: 78px;
}

.topmenu ul.sns li{
	width: 60px;
	height: 60px;
	/* border-radius: 30px; */
	/* border:1px solid #818181; */
	float: left;
	margin-left: 5px;
	display: flex;
	justify-content:center;
	align-items:center;
}

.topmenu ul.sns li a {
	font-size: 14px;
	text-align: center;
	margin-top: 5px;
	display: block;
}

.topmenu ul.sns li:hover {
	/* background-color: #d04629; */
}

.topmenu ul.sns li:hover a {
	color: #fff;
}

.week_tour{
	padding-left: 28px;
	background: url(/img/icon_top1.gif) no-repeat;

}

.topmenu p a {
	font-family: 'Nanum Barun Gothic', sans-serif;
	color: #18164f;
	font-size: 19px;
	position: absolute;
	margin-top: 200px;
	text-indent: 20px;
	display: block;
	height: 34px;
	line-height: 32px;
}



/* 대 메뉴 */
nav {
	width: 1200px;
	height: 64px;
	position: relative;
	margin: 0 auto;
	/* background: #129612; */
	font-family: 'Nanum Barun Gothic', sans-serif;
}

nav ul {

}

nav ul li {
	float: left;
	margin-left: 13px;
	display:inline-block;
	text-align:center;
}

nav ul li:first-child {
	width:198px;
	margin-left: 0px;
}


nav ul li:nth-child(2) {
	width:99px;
}

nav ul li:nth-child(3) {
	width:132px;
}
nav ul li:nth-child(4) {
	width:132px;
}
nav ul li:nth-child(5) {
	width:264px;
}
nav ul li:nth-child(6) {
	width:165px;
}
nav ul li:nth-child(7) {
	width:132px;
}

nav ul li a {
	display:block;
	width:100%;
	line-height: 64px;
	font-size: 22px;
	font-weight: 700;
	color: #070742;
}

nav ul li a:hover {
	color: #d04629;
}

.hr {
	width: 100%;
	height: 1px;
	border-bottom: 1px solid #898989;
}


/* 메인 슬리이드 */
.main_slider {
	max-width: 100%;  
	position: relative;  
	margin: auto;
	height:505px;
	overflow: hidden;
}

.main_slider_prev, .main_slider_next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  margin: 0 20px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

.main_slider_next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.main_slider_prev:hover, .main_slider_next:hover {
  background-color: rgba(0,0,0,0.6); 
	color: #fff;
}

.m_dot {
  cursor: pointer;
  height: 30px;
  width: 230px;
  line-height: 26px;
  background-color: rgba(0,0,0,0.5); 
	color: #fff;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .m_dot:hover {
  background: rgba(0,0,0,0.2); 
	border:1px solid #fff;
}

.m_fade {
  -webkit-animation-name: m_fade;
  -webkit-animation-duration: 1.5s;
  animation-name: m_fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes m_fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes m_fade {
  from {opacity: .4} 
  to {opacity: 1}
}

.cal_box_bg {
	width: 280px; 
	padding:10px; 
	background: #f1f1f1; 
	z-index: 10; 
	position: absolute;
	bottom:80px; 
	right: 10px; 
	opacity: 0.8;
}

.cal_box_bg .date_title{text-align: center; font-size: 24px; font-weight: bold; margin:10px 0;}
.cal_box_bg .date_title p{display: inline-block; padding:0 60px;}
.cal_box_bg .date_title a{color: #666;}
.cal_box_bg .date_notice{text-align: center;font-weight: bold;color: #fff; padding-top: 2px; background-color: #f18130; height: 24px; }
.cal_box_bg .date_monthly{width: 100%; font-size: 16px;}
.cal_box_bg .date_monthly th{text-align: center; font-weight: bold; line-height: 40px;}
.cal_box_bg .date_monthly td{text-align: center; line-height: 36px;}
.cal_box_bg .date_monthly .date_holiday{color: #f54d62}
.cal_box_bg .date_monthly .date_today{color: #fff; background-color: #999; font-weight: bold; }





/* 아주특별한여행 */
.special {
	font-family: 'Nanum Barun Gothic', sans-serif;
	position: relative;
	width: 1200px;
	height: auto;
	min-height: 70px;
	overflow: hidden;
	margin:0 auto;
	margin-top: 50px;	
	/* background: crimson; */
}

.special .title h4 {
	font-size: 45px;
	font-weight: 800;
	letter-spacing: -2px;
	/*	position: absolute;*/
}

.special .title ul {
	line-height: 45px;
	position: absolute;
	right: 0px;
	margin-top: -50px;
}

.special .title ul li {
	float: left;
	margin-left: 25px;
}

.special .title ul>span {
	width: 2px;
	height: 18px;
	background-color: #3a3c3f;
	display: inline-block;
	margin-left: 12px;
	position: absolute;
	margin-top: 13px;
}

.special .title ul li a {
	font-size: 24px;
}

.special .title ul li a:hover {
	color: #d04629;
}

/* 아주특별한여행 상품처리 */
.special_data {
	position: relative;
	width: 1200px;
	height: auto;
	min-height: 360px;
	margin:0 auto;
	margin-top: 0px;
	margin-bottom: 0px;
}




.goods_pic {
	position: relative;
	background: #eee;
	height: 230px;
}



.bigsale_sticker {
	position: absolute;
	background:url(/img/ico_fav.png) no-repeat; 
	width: 68px;
	height: 68px;
	left:0;
	top:0;
}


.goods_stat {
	margin-top: 5px;
	background-color: #7d7c7c;
	text-align: center;
	height: 27px;
}

.goods_stat a {
	line-height: 27px;
	color: #fff;
	letter-spacing: 1px;

}

/* 예약상황 */
.goods_stat0 {
	text-align: center;
	height: 20px;
	margin-top:2px;
}

.goods_stat0 a {
	line-height: 20px;
	color: #fff;
	letter-spacing: 1px;
	font-size:12px;
 	display:inline-block;
	width:80%;
	height:20px;
	background: #129612;
	border-radius: 3px;	
}

.goods_stat1 {
	text-align: center;
	height: 20px;
	margin-top:2px;
}

.goods_stat1 a {
	line-height: 20px;
	color: #fff;
	letter-spacing: 1px;
	font-size:12px;
 	display:inline-block;
	width:80%;
	height:20px;
	background: #1f3c99;
	border-radius: 3px;	
}

.goods_stat2 {
	text-align: center;
	height: 20px;
	margin-top:2px;
}

.goods_stat2 a {
	line-height: 20px;
	color: #fff;
	letter-spacing: 1px;
	font-size:12px;
 	display:inline-block;
	width:80%;
	height:20px;
	background: #eb0f0f;
	border-radius: 3px;	
}

.goods_stat3 {
	text-align: center;
	height: 20px;
	margin-top:2px;
}

.goods_stat3 a {
	line-height: 20px;
	color: #fff;
	letter-spacing: 1px;
	font-size:12px;
 	display:inline-block;
	width:80%;
	height:20px;
	background: #7d7c7c;
	border-radius: 3px;	
}

.goods_stat4 {
	text-align: center;
	height: 20px;
	margin-top:2px;
}

.goods_stat4 a {
	line-height: 20px;
	color: #fff;
	letter-spacing: 1px;
	font-size:12px;
 	display:inline-block;
	width:80%;
	height:20px;
	background: #9d1ead;
	border-radius: 3px;	
}

.goods_sday {
	text-align: center;
	height: 27px;
}

.goods_sday a {
	line-height: 27px;
	color: #3a3c3f;
	font-weight: bold;
}

.goods_sday a span {
	color: #dc143c;
}

.goods_title {
	text-align: center;	
	/* min-height: 40px; */
	height:20px;
	line-height:20px;
	overflow: hidden;
	/* text-overflow: ellipsis; */
	/* display:-webkit-box; */
	/* -webkit-line-clamp: 2; */
	/* -webkit-box-orient: vertical; */
	/* word-wrap: break-word; */
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}

.goods_title a {
	font-weight: bold;
}

.goods_price {
	text-align: center;
	height: 27px;
}

.goods_price a {
	color: #093679;
	font-weight: bold;
} 

.goods_price a span {
	font-size: 17px;
	color: #FE7F00;
} 




/* 국내테마여행 */
.theme {
	font-family: 'Nanum Barun Gothic', sans-serif;
	position: relative;
	width: 1200px;
	height: auto;
	min-height: 70px;
	overflow: hidden;
	margin:0 auto;
	margin-top: 50px;
	/* background: rgb(20, 150, 100); */
}

.theme .title h4 {
	font-size: 45px;
	font-weight: 800;
	letter-spacing: -2px;
	/*	position: absolute;*/
}

.theme .title ul {
	line-height: 45px;
	position: absolute;
	right: 0px;
	margin-top: -50px;
}

.theme .title ul li {
	float: left;
	margin-left: 25px;
}

.theme .title ul>span {
	width: 2px;
	height: 18px;
	background-color: #3a3c3f;
	display: inline-block;
	margin-left: 12px;
	position: absolute;
	margin-top: 13px;
}

.theme .title ul li a {
	font-size: 24px;
}

.theme .title ul li a:hover {
	color: #d04629;
}




.theme_data {
	position: relative;
	width: 1200px;
	height: auto;
	min-height: 370px;
	margin:0 auto;
	margin-top: 0px;
	/* margin-bottom: 50px; */
}

.d1 {
	position: absolute;
	float: left;
	width: 290px;
	height: 400px;
}

.d2 {
	position: absolute;
	float: left;
	width: 290px;
	height: 400px;
	margin-left: 303px;
}

.d3 {
	position: absolute;
	float: left;
	width: 290px;
	height: 400px;
	margin-left: 606px;
}

.d4 {
	position: absolute;
	float: left;
	width: 290px;
	height: 400px;
	margin-left: 910px;
}

/* .d1 ul li.goods_stat0,
.d1 ul li.goods_stat1,
.d1 ul li.goods_stat2,
.d1 ul li.goods_stat3,
.d1 ul li.goods_stat4 {
	float: center;
} */


/*계절별*/
.season {
	font-family: 'Nanum Barun Gothic', sans-serif;
	position: relative;
	width: 1200px;
	height: auto;
	min-height: 70px;
	overflow: hidden;
	margin:0 auto;
	margin-top: 50px;

}

.season .title h4 {
	font-size: 45px;
	font-weight: 800;
	letter-spacing: -2px;
	/*	position: absolute;*/
}

.season .title ul {
	line-height: 45px;
	position: absolute;
	right: 0px;
	margin-top: -50px;
}

.season .title ul li {
	float: left;
	margin-left: 25px;
}

.season .title ul>span {
	width: 2px;
	height: 18px;
	background-color: #3a3c3f;
	display: inline-block;
	margin-left: 12px;
	position: absolute;
	margin-top: 13px;
}

.season .title ul li a {
	font-size: 24px;
}

.season .title ul li a:hover {
	color: #d04629;
}


.season_data {
	position: relative;
	width: 1200px;
	height: auto;
	min-height: 380px;
	margin:0 auto;
	/* margin-top: 0px;
	margin-bottom: 50px; */
}












/*여행후기/공지사항*/
.main_bbs {
	width: 1200px;
	min-height: 186px;	
	position: relative;
	margin: 0 auto;
	/* margin-top: 50px; */
}

.main_bbs ul {
	width: 264px;
	height: 186px;
	margin-left: 48px;
	float: left;
}

.main_bbs ul:first-child {
	margin-left:0px;
}

.main_bbs h5 {
	font-family: 'Nanum Barun Gothic', sans-serif;
	width: 264px;
	height: 62px;
	border-bottom: 7px solid #d6d3d3;
	line-height: 69px;
	color: #7e7e7e;
	font-size: 24px;
	font-weight: 500;
}

.main_bbs h5 span {
	/* width: 264px;
	height: 62px; */
	line-height: 62px;
	color: #7e7e7e;
	font-size: 14px;
	font-size: 500;
	margin-left: 7px;
	position: absolute;
  margin-top: 3px;
}

.main_bbs ul li {
	display: block;
	height: 20px;
	margin-left: 7px;
	margin-top:10px;
	
	vertical-align:top; 
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;

}

.main_bbs ul li a {
	padding:0 0 0 5px; 
	vertical-align:middle; 
	/* font-size:12px; */
	line-height:1.3; 
	background:url("/img/main/bull.png") no-repeat left 8px;
	/* font-weight:600; */
	
}



/* 제휴사 */
.partner {
	height: 120px;
	width: 1200px;
	position: relative;
	margin: 0 auto;
	margin-top: 50px;	
}

.partner h5 {
	font-family: 'Nanum Barun Gothic', sans-serif;
	width: 1200px;
	height: 62px;
	border-bottom: 7px solid #d6d3d3;
	line-height: 69px;
	color: #7e7e7e;
	font-size: 24px;
	font-weight: 500;
}

.partner h5 span {
	height: 62px;
	line-height: 62px;
	color: #7e7e7e;
	font-size: 14px;
	font-weight: 500;
	margin-left: 7px;
	position: absolute;
  margin-top: 3px;
}

.partner .iner {
	width: 1200px  !important;	
	margin-top: 5px;
	z-index: 20;
}

.partner_list {
	overflow: hidden;
	width: 100%;
		z-index: 30;
}

.partner .iner ul li {
	display: inline-block;
	margin: 0 3px;
	z-index: 40;
}


/* .iner{width:1100px;margin:0 auto;}
.iner:after{content:"";clear:both;display:block}
.bot_content {padding:10px 0; text-align:center; border-top:1px solid #e2e2e2;margin:0 auto;}
.bot_content .bwrap {width:1050px;text-align:left;margin:0 auto;}
.bot_content .bwrap .cont {width:1050px;text-align:left;}
.bot_content .bwrap .cont .iner {width:1050px !important;}
.bot_list {overflow:hidden; width:100%; }
.bot_list li {display:inline-block; margin:0 3px; }

 */








/*고객센터*/
.wrap_cs_center {
	width: 100%;
	height: 193px;
	background-color: #d04629;
}

.wrap_cs_center .cs_center {
	width: 1200px;
	height: 193px;
	position: relative;
	margin: 0 auto;
	font-family: 'Nanum Barun Gothic', sans-serif;
}

.wrap_cs_center .cs_center ul {
	float: left;
}

.wrap_cs_center .cs_center ul.cs {

}

.wrap_cs_center .cs_center ul h4 {
	font-size: 24px;
	font-weight: 500;
	padding-top: 10px;
	color: #fff;
}

.wrap_cs_center .cs_center ul li.cs_tel {
	font-size: 49px;
	font-weight: 700;
	margin-top: 2px;
	color: #fff;
}

.wrap_cs_center .cs_center ul li.txt {
	font-size: 24px;
	color: #fff;
	margin-top: 20px;
	line-height: 30px;
}

.wrap_cs_center .cs_center ul li.txt span {
	color: #f2a56b;
}

.wrap_cs_center .cs_center ul li.txt a {
	font-size: 17px;
	text-decoration: underline;
	color: #fff;
}

.wrap_cs_center .cs_center ul.bank {
	margin-left: 177px;
}




.wrap_cs_center .cs_center ul.bank li.txt {
	font-size: 24px;
	color: #fff;
	margin-top: 20px;
	line-height: 50px;
}




.cs_center ul.icon {
	margin-left: 920px;
	position: absolute;
	margin-top: 12px;
}

.cs_center ul.icon li{
	width: 83px;
	height: 83px;
	border-radius: 60px;
	float: left;
	margin-left: 9px;
	margin-bottom: 7px;
	background-color: #fff;
	display: flex;
	justify-content:center;
	align-items:center;
}

.cs_center ul.icon li a {
	font-size: 14px;
	text-align: center;
	margin-top: 8px;
	line-height: 16px;
	color: #7e7e7e;
	font-weight: 400;
	display:block;
}

.cs_center ul.icon li:hover {
	background-color: #000;
}

.cs_center ul.icon li:hover a {
	color: #fff;
}



/*풋터*/
footer {
	width: 1200px;
	height: 237px;
	position: relative;
	margin: 0 auto;
}

footer ul {
	line-height: 84px;
	height: 84px;
}

footer ul li {
	float: left;
	margin-right: 10px;
	display:inline-block;
	text-align:center;
	font-family: 'Nanum Barun Gothic', sans-serif;
}


footer ul li:nth-child(1) {
	width:92px;
}

footer  ul li:nth-child(2) {
	width:92px;
}

footer ul li:nth-child(3) {
	width:207px;
}
footer ul li:nth-child(4) {
	width:207px;
}
footer ul li:nth-child(5) {
	width:207px;
}
footer ul li:nth-child(6) {
	width:243px;
}

footer ul li:last-child {
	margin-right: 0px;
	width:92px;
}



footer ul li a {
	display:inline-block;
	width:100%;
	color: #7e7e7e;
	font-size: 17px;
}

footer h2 {
	margin-top: 14px;
	position: absolute;
}

footer p {
	margin-left: 376px;
	line-height: 1.3;
}








/* 2분할 서브페이지 */
.inr {
	width: 1200px;
	height: auto;
	margin:40px auto 0;
}
.inr:after {
	content:'';
	display:block;
	clear:both;
}


/* 메뉴 */
.snb_wrap {
	float:left; 
	width:220px;
	padding-bottom:110px;
	/* background: green; */
}

.snb_wrap > .title {
	position:relative;
	height:160px;
	font-family: 'Nanum Barun Gothic', sans-serif;
	font-weight:bold;
	font-size:26px;
	color:#fff;
	letter-spacing:-1px;
	background-color: #d04629;
}

.snb_wrap > .title > span {
	position:absolute;
	top:50%;
	left:0;
	right:0;
	line-height:1.2;
	text-align:center;
	transform:translateY(-50%);
}

.snb_wrap > .snb > li {
	margin:5px 0 0;
	position:relative;
}

.snb_wrap > .snb > li > a {
	display:block;
	padding:12px 34px 12px 20px;
	border:1px solid #dcddde;
	font-size:16px;
	line-height:1.2;
}

.snb_wrap > .snb > li > a.on {
	background:#920783;
	color:#fff;
}

.snb_wrap > .snb > li > span {
	float: right;
	position: absolute;
	top: 12px;
	right: 20px;
}

.snb_wrap > .snb > li > span.on {
	display:none;
}






.snb_wrap > .cs > .title {
	margin:20px 0 0;
	height:40px;
	line-height: 40px;
	font-size:20px;
	color:#fff;
	text-align:center;
	letter-spacing:-1px;
	background-color: #d04629;
}

.snb_wrap > .cs > .using_time {
	border:1px solid #dcddde;
	/* height:130px; */
}

.snb_wrap > .cs > .using_time > p.tel {
	font-size: 26px;
	font-weight: bold;
	text-indent: 20px;
	height:50px;
	line-height: 50px;
}

.snb_wrap > .cs > .using_time > p.txt {
	height:70px;
	line-height: 1.3;
	padding:10px 20px;
}

.snb_wrap > .cs > .using_time > p.txt > span {
	color: #d04629;
}

.snb_wrap > .cs > .using_time > p.txt > a {
	text-decoration: underline;
}






.snb_wrap > .bank > .title {
	margin:20px 0 0;
	height:40px;
	line-height: 40px;
	font-size:20px;
	color:#fff;
	text-align:center;
	letter-spacing:-1px;
	background-color: #d04629;
}

.snb_wrap > .bank > ul > li {
	border-bottom: 1px solid #dcddde;
	border-left: 1px solid #dcddde;
	border-right: 1px solid #dcddde;
}

.snb_wrap > .bank > ul > li.line1 {
	height: 40px;
	line-height: 40px;
	text-align: center;
}

.snb_wrap > .bank > ul > li.line2 {
	height: 80px;

	padding: 9px 5px 5px 20px;
	display: block;
}

.snb_wrap > .bank > ul > li.line2 > span > img {
	display: inline-block;
	vertical-align:middle;
	margin:0 5px 0 0;
}



.snb_wrap > .bank > ul > li.line2 > p {
	/* margin:5px 0 5px; */
	/* padding: 0 0 0 30px; */
}


.snb_wrap > .bank > ul > li.line2 > p.txt2 {
	margin:5px 0 5px;
	padding: 0 0 0 30px;
	line-height:1.6;
}





/* 컨텐츠 */
.cont_wrap {
	float:right;
	width:950px;
	padding:0 0 110px;
}

.cont_wrap .title {
	margin:0 0 40px;
	padding:0 0 15px;
	border-bottom:1px solid #111;
	font-size:30px;
/* 	font-weight:bold; */
	line-height:1.2;
	letter-spacing:-1px;
}


/* 게시판 List */
.bbs_tbl {
	margin:0 0 40px;
}


.bbs_tbl > table {
	width:100%;
	line-height:30px;
	border-top:2px solid #000;
	margin:0 0 40px;
}

.bbs_tbl tbody th {
	padding:10px;
	background: #eee;
	border-bottom:1px solid #ddd;
}

.bbs_tbl tbody td {
	padding:8px;
	border-bottom:1px solid #ddd;
}

.paddingL20 {
	padding-left:20px;
}





.bbs_btn {
	margin:0 0 40px;
	text-align:right;
}


.bbs_btn a {
	display:inline-block;
	padding:10px 30px;
	color:#fff;
	font-weight:bold;
	border-radius: 3px;
	margin-left:10px;
}

.bbs_btn a.btn_write, .bbs_btn a.btn_list {
	background:#920783;
}

.bbs_btn a.btn_edit {
	background:#777;
}

.bbs_btn a.btn_del {
	background:#333;
}




/* form */
input, textarea, select{
	margin:0;
	-ms-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
}

input[type=text], input[type=file], input[type=tel], input[type=password] {
	padding:5px 10px;
	line-height:22px;
	color:#333;
	border:1px solid #d3d3d3;
	vertical-align:middle;
	outline:none;
	/* background:#f7f7f7; */
	background:#fff;
	font-size:14px;
}

input[type=text]:focus, input[type=password]:focus, input[type=tel] {
	border-color:#16a3db;
}

input[type=text][disabled], input[type=password][disabled] {
	color:#aaa!important;
	background:#e0e0e0!important;
}

input[readonly]{
	background:#fff!important;
}

input[type=radio] {
	background:white;
	height:20px;
	width:20px;
	border:0;
	vertical-align:middle;
	padding:0;
	cursor:pointer;
	margin-top:-1px;
	-webkit-appearance:checkbox;
}

label input[type=radio] {
	margin:0;
}

input[type=checkbox] {
	height:20px;
	width:20px;
	border:0;
	vertical-align:middle;
	padding:0;
	cursor:pointer;
	-webkit-appearance:checkbox;
}

label input[type=checkbox] {
	margin:0;
}

textarea {
	background:white;
	border:1px solid #dfdedc;
	padding:10px;
	width:100%;
	line-height:22px;
}

select {
	cursor:pointer;
	line-height:20px;
	padding:5px 30px 5px 10px;
	border:1px solid #d3d3d3;
	color:#333;
	background: url(/img/select_arrow.png) no-repeat;
	min-width:70px;
	background-position:right 10px top 50%;
    background-position-x: 96%;
    background-position-y: center;
    background-position: calc(100% - 10px) center;
    background-position: -webkit-calc(100% - 10px) center;
    background-position: -moz-calc(100% - 10px) center;
}

select:disabled {
	line-height:20px;
	padding:5px 10px;
	min-width:70px;
	background:#ddd;
}

select {
	padding:5px 10px;
	line-height:18px;
	border:1px solid #d3d3d3;
	min-width:70px;
	border-radius:0;
	height:30px;
	vertical-align:middle;
}

button,input {
	overflow:visible;
	cursor:pointer;
	outline: none;
}

button,select {
	text-transform:none;
}

::-webkit-file-upload-button{-webkit-appearance:button;}

button {
	padding:10px 30px;
	color:#fff;
	font-weight:bold;
	border-radius:3px;
}

button.bbs_add {
	background:#ee560c;
}








.bbs_page {
	margin:0 0 40px;
	text-align:center;
}

.bbs_page a {
	display:inline-block;
	padding:0 10px;
	line-height:30px;
	border:1px solid #ddd;
	margin: 0 5px;
}

.bbs_page a.on {
	background:#eee;
	font-weight:bold;
}

.bbs_body {
	height:auto;
	min-height:300px;
	padding-left:0px;
	vertical-align:top;
}

.bbs_body_cont {


}


.bbs_body_cont p {

	margin-top:20px;
}





.mtxt {
	/* font-size: 14px;
	color: #333;
	line-height: 20px; */
	margin-bottom: 50px;
}






/* 메뉴없는 본문영역 */
.fbox {
	width: 1200px;
	margin: 0 auto;
	height: auto;
}


.fbox .title {
	margin:60px 0 40px;
	font-size:30px;
	text-align: center;
	/* font-weight: bold; */
}


.fbox .g_title {
	height: 50px;
	font-size: 22px;
	font-weight: 500;
	line-height: 50px;
	border-top: 2px solid #000;
	text-align: center;
}


.fbox .g_summary {
	height: auto;
	min-height: 295px;
	overflow: hidden;
	position: relative;
	margin-top: 20px;
}

.fbox .g_summary .g_pic {
	position: absolute;
	width: 290px;
	height: auto;
	float: left;
	/* background: lightgreen; */
}

.fbox .g_summary .g_start {
	width: 890px;
	float: left;
	position: absolute;
	margin-left: 310px;
	/* background: rgb(38, 19, 82); */
}


/* background:url("/img/main/bull.png") no-repeat left 8px; */

.fbox .g_order {
	position: relative;	
	height: 70px;
	margin-top: 10px;
}


.fbox .g_order .lad {
	position: absolute;	
	float: left;
	top: 0;
	left: 0;
}

.fbox .g_order .mem {
	position: absolute;	
	float: right;
	top: 0;
	right: 0;
}


/* 탭메뉴 */
.sub_tab {
	border-top: 2px solid #000; 
	border-bottom: 1px solid #828282;
	margin: 40px 0 40px; 
	height: 57px;
}

.sub_tab > ul > li > a {
	float: left; 	
	background-color: #fff; 
	border: none;
	outline: none;
	cursor: pointer;
	padding: 14px 30px;
	transition: 0.3s;
	font-size: 17px; 
	text-align: center;
	font-weight:bold;
}

.sub_tab ul li > a:hover {
	color: #070742;
}

.sub_tab ul li > a.active {
	border-bottom: 2px solid #070742; 
	color: #070742;
	padding: 14px 30px;
}



/* 다른 출발일 */
.fbox .g_month {
	position: relative;	
	margin-top: 20px;
	height: auto;
	min-height: 75px;
	overflow: hidden;	
	border: 1px solid #d4d5d6;		
	margin-bottom: 40px;
}

.fbox .g_month .g_sc {
	position: relative;	
	height: 35px;
	background: #eaebed;
	/* top: 10px; */
	border-bottom: 1px solid #d4d5d6;
}

.fbox .g_month .g_sc h4 {
	float: left;	
	line-height: 35px;
	margin-left: 10px;
}

.fbox .g_month .g_sc ul {
	float: right;	
}

.fbox .g_month .g_sc ul li {
	float: left;
	margin: 0 10px;	
	line-height: 35px;
}

.g_mh {
	position: relative;	
	height: auto;
	min-height: 30px;
	/* overflow: hidden; */
	margin-bottom: 20px;
	width: 100%;
	display: block;
	/* background: lightcoral; */
}

.fbox .g_month .g_mh h5 {
	position: absolute;
	float: left;	
	line-height: 100%;
	padding-left: 20px;
	/* padding-top: 10px; */
	margin-top: 10px;
	font-size: 14px;
	font-weight: bold;
}

.fbox .g_month .g_mh ul {
	position: absolute;
	float: left;	
	margin-left: 80px;	
}

.fbox .g_month .g_mh ul li {
	float: left;	
	line-height: 100%;
	padding-right: 10px;
	margin-top: 10px;
	/* padding-top: 10px; */
	/* font-size: 9pt; */
	font-weight: bold;
	text-align: justify;
}


/* 일정 */

.fbox .box {
	padding: 10px 10px 0 10px;
}

.fbox .box > img {
	position: relative; 
	top:20px;
}

.fbox .box .schedule {
	border-left: 1px solid #eee; 
	display: inline-block; 
	z-index: -1000; 
	width: 100%; 
	margin-left: 8px;
}

.fbox .box .schedule_time {
	width: 200px; 
	font-weight: bold;
	text-align: center; 
	display: inline-block; 
	position: relative; 
	padding-bottom: 20px; 
	z-index: -1000;
}

.fbox .box .schedule_cont {
	display: inline-block; 
	vertical-align: top; 
	position: relative; 
	width: 960px;
}

.fbox .box .schedule_cont .schedule_cont_tit {
	font-weight: bold; 
}



/* 출발장소와 준비물 */
.fbox .viewbox {
	display: block;
	width: 100%;
	height: auto;
	min-height: 50px;
	border: 1px solid #d4d5d6;
	margin-bottom: 40px;
}

.fbox .viewbox .viewjangso {
	position: relative; 
	display: block;
	width: 100%;
	height: 50px;
	padding:10px 0;
}

.fbox .viewbox .viewjangso .jangso_title {
	position: absolute;	
	float: left;
	display: block;
	padding-left: 20px;
	width: 150px;
	height: 30px;
	font-weight:bold;
	line-height: 30px;
	/* background: lightcoral; */
}

.fbox .viewbox .viewjangso .jangso_base {
	position: absolute;	
	float: left;
	display: block;
	margin-left: 150px;
	width: 1050px;
	height: 30px;
	line-height: 30px;
	/* background: green; */
}


.fbox .viewbox .viewjunbi {
	position: relative; 
	display: block;
	width: 100%;
	height: 50px;
	padding:10px 0;
	border-top: 1px solid #d4d5d6;
	
}

.fbox .viewbox .viewjunbi .junbi_title {
	position: absolute;	
	float: left;
	display: block;
	padding-left: 20px;
	width: 150px;
	height: 30px;
	font-weight:bold;
	line-height: 30px;
	/* background: lightcoral; */
}

.fbox .viewbox .viewjunbi .junbi_memo {
	position: absolute;	
	float: left;
	display: block;
	margin-left: 150px;
	width: 1050px;
	height: 30px;
	line-height: 30px;
	/* background: green; */
}








/* 상품설명 */
.fbox .products {
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 5px;
}

.fbox .reserve {
	display: block;
	width: 100%;
	height: 200;
}



/* 탑승지 */
.fbox .m_title {
	padding: 50px 0 20px;	
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}

.fbox .map > p {
	font-size: 16px; 
	color:#9b0004;
	font-weight:bold;
	text-align:left;
	padding-bottom: 10px;
}


.st {
	font-size: 16px; 
	color:#9b0004;
	font-weight:bold;
	text-align:left;
	padding-bottom: 10px;
}



/* 회원가입 */
.mem_button{
	width:460px;
	color:#fff;
	border:0;
	border-radius: 5px 5px;
	font-size:18px;
	font-weight:450;
	background: #d04629;
	cursor:pointer;
	height: 58px;
}

.stepList {text-align:center; padding-top:10px; margin-bottom:30px;}
.stepList ul {display:inline-block; position:relative;}
.stepList ul li {display:inline-block; width:190px; margin:0 -2px; position:relative; padding-bottom:10px; vertical-align:top;}
.stepList ul li:after {content:""; position:absolute; top:19px; left:0; right:0; display:block; height:1px; background:#ccc; z-index:1;}
.stepList ul li:first-child:after {left:50%;}
.stepList ul li:last-child:after {right:50%;}
.stepList ul span {display:inline-block; position:relative; z-index:2; width:38px; height:38px; border:3px solid #999; border-radius:20px; font-weight:bold; line-height:30px; background:#fff; font-size:20px; color:#999; box-sizing:border-box;}
.stepList .act span {border-color:#d04629; color:#d04629;}
.stepList .finish span {background:#d04629; border-color:#d04629; color:#d04629;}
.stepList .finish span:after {position:absolute; content:""; width:100%; height:100%; top:-1px; left:-1px; background:url(/img/ico_step.png) no-repeat; background-size:34px 34px;}
.stepList ul strong {display:block; font-size:15px; padding-top:10px;}










.calendar_box {
	position: relative;
	width: 1200px;
	height: auto;
	min-height: 400px;
	margin:60px auto 0;
}



.calendar_d1 {
	position: absolute;
	width: 370px;
	height: 360px;
}

.calendar_d2 {
	position: absolute;
	width: 370px;
	height: 360px;
	margin-left: 415px;
}

.calendar_d3 {
	position: absolute;
	width: 370px;
	height: 360px;
	margin-left: 830px;
}

.calendar_tit {
	text-align:center;
	font-weight:bold;
	font-size:16px;
	padding:5px 0 10px;

}

.calendar_tbl {
	width:100%;
	line-height:30px;
	border-top:2px solid #000;
	margin:0 0 40px;
}

.calendar_tbl tbody th {
	padding:6px;
	background: #eee;
	border-left:1px solid #ddd;
	border-bottom:1px solid #ddd;
	border-right:1px solid #ddd;
}

.calendar_tbl tbody td {
	text-align:center;
	border-left:1px solid #ddd;
	border-bottom:1px solid #ddd;
	border-right:1px solid #ddd;
}


.calendar_tbl tbody td a {
	display:block;
	width:100%;
	height:100%;
	padding:6px;
	font-size:16px;
}

.calendar_tbl tbody td a.calendar_red {
	color: #ff0000;
}

.calendar_tbl tbody td a.calendar_blue {
	color: #0000ff;
}

.calendar_tbl tbody td span {
	display:block;
	width:100%;
	height:100%;
	padding:6px;
	font-size:16px;
}

.calendar_tbl tbody td span.calendar_today {
	background-color: #d04629;
	color:#fff;
}

.calendar_tbl tbody td span.calendar_oldday {
	color: #999;
}

.calendar_start {
	position: absolute;
	float: left;
	width: 100%;
	height: 30px;
	left:0;
	top:360px;
}



/* 테마여형 */
.tour_day {
	color:#3360A2;
	font-size:28px;
	font-family:tahoma;
	font-weight:bold;
	letter-spacing:-1;
	text-align:center;
	padding: 10px 0;
	margin:30px 0;
}





/* 해외여행 */

.overseas_data {
	margin-bottom:40px;
	/* clear:both; */
	height:auto;
	min-height: 290px;
}


.overseas_data .overseas_title {
	padding:8px 0;
	background:#fafafa;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	border:3px solid #ebebeb;
	margin-bottom:10px;
}

.overseas_data .overseas_box {
	position: relative;
	height:auto;
	min-height: 230px;
}

.overseas_data .overseas_box .overseas_left {
	position: absolute;
	float: left;
	width: 290px;
	overflow: hidden;
}


.overseas_data .overseas_box .overseas_right {
	position: absolute;
	float: left;
	width:650px;
	height:auto;
	min-height: 230px;
	/* overflow: hidden; */
	margin-left:300px;
}



.overseas_tbl {

}

.overseas_tbl > table {
	width:665px;
	border-top:1px solid #000;
}

.overseas_tbl tbody th {
	padding:3px;
	height:30px;
	background: #eee;
	border-bottom:1px solid #ddd;
}

.overseas_tbl tbody td {
	padding:0 0 4px;
	border-bottom:1px solid #ddd;
}

.overseas_tbl tbody td a {
	display:inline-block;
	padding:2px 5px;
	background:#ecf3fd;
	border:1px solid #5870bb;
	margin-top:5px;
	margin-right:5px;
}

.overseas_tbl tbody td a:hover {
	color:#FFF;
	background:#d04629;
}


.overseas_tip {
	margin-top:10px;
}







/* 해외여행 그룹화 */
.overseas_gtbl {

}

.overseas_gtbl > table {
	width:665px;
	border-top:1px solid #000;
}

.overseas_gtbl tbody th {
	padding:3px;
	height:30px;
	background: #eee;
	border-bottom:1px solid #ddd;
}

.overseas_gtbl tbody td {
	padding:0 0 4px;
	border-bottom:1px solid #ddd;
}

.overseas_gtbl tbody td a {
	display:block;
	padding:5px 5px;
	background:#ecf3fd;
	border:1px solid #5870bb;
	margin-top:5px;
	margin-right:5px;
}

.overseas_gtbl tbody td a:hover {
	color:#FFF;
	background:#d04629;
}



/* 해외여행 상품설명서 */
.fbox .w_title {
	margin:60px 0 40px;
	height: 50px;
	font-size: 22px;
	font-weight: bold;
	line-height: 50px;
	text-align: center;
}


.fbox .w_summary {
	height: auto;
	min-height: 230px;
	overflow: hidden;
	position: relative;
	margin-bottom: 40px;
}



.fbox .w_summary .w_pic {
	position: absolute;
	width: 290px;
	/* width: 520px; */
	height: auto;
	float: left;
}

.fbox .w_summary .w_start {
	width: 890px;
	/* width: 660px; */
	float: left;
	position: absolute;
	margin-left: 310px;
	/* margin-left: 540px; */
	margin-bottom: 40px;
}






.fbox .w_summary .w_start .mem {
	margin-top: 10px;
	float: right;

}


/* 다른 출발일 */
.fbox .w_month {
	position: relative;	
	height: auto;
	min-height: 72px;
	margin-bottom: 40px;
}

.fbox .w_month .w_sc {
	position: relative;	
	height: 37px;
	background: #eaebed;
	border: 1px solid #d4d5d6;
}

.fbox .w_month .w_sc h4 {
	float: left;	
	line-height: 35px;
	margin-left: 10px;

}

.fbox .w_month .w_mh {
	position: relative;	
	height: auto;
	min-height: 35px;
	width: 100%;
	border-left: 1px solid #d4d5d6;
	border-right: 1px solid #d4d5d6;
	border-bottom: 1px solid #d4d5d6;
}


.fbox .w_month .w_mh ul {
/* 	clear:both; */
}


.fbox .w_month .w_mh ul li {
	float: left;
	margin-left: 10px;
	display:inline-block;
	height:29px;
}

.fbox .w_month .w_mh ul li:first-child {
	width:160px;
	margin-left: 0px;
	padding:2px 5px 0 5px;
	margin-top:5px;
	font-weight:bold;
}


.fbox .w_month .w_mh ul li:nth-child(2) {
	width:40px;
	padding:2px 5px;
	margin-top:5px;
	font-weight:bold;
	text-align:center;
}

.fbox .w_month .w_mh ul li:nth-child(3) {
	width:978px;
	height:34px;
	text-align:left;
}

.fbox .w_month .w_mh ul li a {
	display:inline-block;
	padding:2px 5px;
	background:#ecf3fd;
	border:1px solid #5870bb;
	margin-top:5px;
	margin-right:5px;
	margin-bottom:3px;
}

.fbox .w_month .w_mh ul li a:hover {
	color:#FFF;
	background:#d04629;
}




/* 섬여행 */

.island_data {
	margin-bottom:40px;
	/* clear:both; */
	height:auto;
	min-height: 290px;
}


.island_title {
	padding:8px 0;
	background:#fafafa;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	border:3px solid #ebebeb;
	margin-bottom:10px;
}

.island_data .island_box {
	position: relative;
	height:auto;
	min-height: 230px;
}

.island_data .island_box .island_left {
	position: absolute;
	float: left;
	width: 290px;
	overflow: hidden;
}


.island_data .island_box .island_right {
	position: absolute;
	float: left;
	width:640px;
	height:auto;
	min-height: 230px;
	/* overflow: hidden; */
	margin-left:310px;
}



.island_tbl {

}

.island_tbl > table {
	width:640px;
	border-top:1px solid #000;
}

.island_tbl tbody th {
	padding:3px;
	height:30px;
	background: #eee;
	border-bottom:1px solid #ddd;
}

.island_tbl tbody td {
	padding:0 0 4px;
	border-bottom:1px solid #ddd;
}

.island_tbl tbody td a {
	display:inline-block;
	padding:2px 5px;
	background:#ecf3fd;
	border:1px solid #5870bb;
	margin-top:5px;
	margin-right:5px;
}

.island_tbl tbody td a:hover {
	color:#FFF;
	background:#d04629;
}


.island_tip {
	margin-top:10px;
}






/* 메인화면 검색 */

.m-search{
	width: 500px;
	font-family: 'Nanum Barun Gothic', sans-serif;
	position: absolute;
	margin-top: 200px;
	padding-left: 200px;
	display: block;
	height: 34px;
	
}

.search-result{
	font-family: 'Nanum Barun Gothic', sans-serif;
	margin: 60px 0 25px;
	text-align: center;
	font-weight: bold;
	letter-spacing:-1;
}

.search-result h2{
	font-size:30px;
}

/* 검색시 제목 2줄로 */
.goods_tit {
	margin-top: 10px;
	/* text-align: center; */
	min-height: 50px;
	line-height:20px;
	text-overflow: ellipsis;
	display:-webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-wrap: break-word;
	/* word-break: keep-all; */
	word-break: break-all;
}

.goods_tit a {
	font-weight: bold;
}





/* 검색시 제목 2줄로 -- 메인용 */
.goods_tit2 {
	/* margin-top: 10px; */
	/* text-align: center; */
	min-height: 50px;
	line-height:20px;
	text-overflow: ellipsis;
	display:-webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-wrap: break-word;
	/* word-break: keep-all; */
	word-break: break-all;
}

.goods_tit2 a {
	font-weight: bold;
}

