@charset "utf-8";

/*-------------------------------------------------------*\
  모바일용 사용자단 테이블 정의
\*--------------------------------------------------------*/



/* 새로정리.시작 */
.table_dummy { border: 0px soild #FFF; width:100%; }
	.table_dummy tbody td, table_dummy tbody th { border:0px solid #FFF; padding:0px 0px; vertical-align:top; background:#FFF; }


/* 상품요약 */
.detail_information { width:100%; background:#FFF; margin:0 auto;margin-top:5px; margin-bottom:5px; }
	.detail_information thead td { border:2px solid #eeeeee; padding:10px 15px; font-size:15px; vertical-align:middle; color:#282828; background:#f7f7f7; text-align:center; font-weight:bold; border-top:1px solid #282828;  }
	.detail_information thead td img { width:15px; height:15px; }
	.detail_information tbody th { border:2px solid #FFF; padding:5px 5px; font-size:15px; vertical-align:top; color:#282828333; background:#f7f7f7; text-align:center; font-weight:bold;  }
	.detail_information tbody td { border:2px solid #FFF; padding:5px 5px; font-size:13px; vertical-align:top; color:#999; background:#fff;  line-height:24px; }
	.detail_information tbody td a { color:#00b0f0; font-weight:bold;}

/* 상품요약  1줄짜리 테이블 */
.detail_information1 { width:100%; border-collapse: collapse; background:#FFF; margin:0 auto; margin-bottom:30px; border-left:1px solid #eeeeee; border-right:1px solid #eeeeee; border-top:1px solid #282828; border-bottom:1px solid #eeeeee;  }
.detail_information1 .detail_information_icon { height:28px; }
	.detail_information1_left { width: 20%; }
	.detail_information1 tbody th { padding:10px 15px; font-size:15px; vertical-align:middle; color:#000; background:#f7f7f7; text-align:center; font-weight:bold;  }
	.detail_information1 tbody td { border-left:1px solid #eeeeee; border-right:1px solid #eeeeee; border-top:1px solid #282828; border-bottom:1px solid #eeeeee; padding:20px 15px; vertical-align:top; background:#fff;  }
	.detail_information1 tbody td a { color:#000; font-weight:bold;}

/* 상품요약  2줄짜리 테이블 */
.detail_information2 { width:100%; border-collapse: collapse; background:#FFF; margin:0 auto; margin-bottom:30px; border-left:1px solid #eeeeee; border-right:1px solid #eeeeee; border-top:1px solid #282828; border-bottom:1px solid #eeeeee;  }
.detail_information2 .detail_information_icon { height:28px; }
	.detail_information2_left { width: 50%; }
	.detail_information2_right { width: 50%; }
	.detail_information2 thead td { padding:10px 15px; font-size:15px; vertical-align:middle; color:#000; background:#f7f7f7; text-align:center; font-weight:bold;  }
	.detail_information2 tbody td { border:1px solid #eeeeee; padding:20px 15px; vertical-align:top; background:#fff;  }
	.detail_information2 tbody td a { color:#000; font-weight:bold;}

/* 상세일정 테이블 */
.detail_schedule { background:#FFF; margin:0 auto; margin-top:0px; margin-bottom:5px; border-collapse: collapse; width:100%; border-bottom:1px solid #eeeeee;  }
	.detail_schedule thead td { border-left:1px solid #eeeeee; border-right:1px solid #eeeeee; border-top:1px solid #282828; border-bottom:none; padding:10px 15px; font-size:14px; font-weight:bold; vertical-align:middle; color:#373737; background:#f9f9f9; text-align:left; }
	.detail_schedule tbody td { border-left:1px solid #eeeeee; border-right:1px solid #eeeeee; border-top:1px solid #eee; border-bottom:none; padding:10px 15px; vertical-align:middle; position: relative; }
		.detail_schedule .detail_schedule_circle_big { width: 20px; height:20px; border-radius: 50%; background: #fff; border:4px solid #0795f2; position: absolute; left:-16px; top:-1px; box-shadow: 2px 2px 7px 3px #ccc;  }
		.detail_schedule .detail_schedule_text { border-left: 5px solid rgb(231, 230, 230); padding: 0px 0px 0px 30px; position: relative;margin-bottom: 20px; margin-left: 25px;  }
		.detail_schedule .detail_schedule_point { border-top: 1px dotted #ccc; padding: 10px 10px 0px 10px; margin-top: 10px; font-size: 14px; line-height: 28px; }
	.detail_schedule tbody td a { color:#f25b00; font-weight:bold;}
	.detail_schedule .detail_schedule_col_no1 { width: 100%;}	
	
/* 기본 테이블 스타일. */	
.table_normal { border:1px solid #d0d4d7; font-size:13px; border-top:3px solid #333333; width:100%; }
	.table_normal th { border:1px solid #cccccc; font-weight:bold; font-size:14px; background-color:#f5f5f5; padding:10px 10px; vertical-align:middle; text-align:center; }
	.table_normal thead td { border:1px solid #cccccc; font-weight:bold; font-size:14px; background-color:#f5f5f5; padding:10px 10px; vertical-align:middle; text-align:center; }	
	.table_normal tbody td { border:1px solid #cccccc; padding:10px 10px; font-size:13px; vertical-align:middle;  text-align:center; }	
	.table_normal tfoot td { border:1px solid #cccccc; padding:10px 10px; vertical-align:middle; text-align:center;  }	
	
	
/* 장바구니, 예약확인테이블 */
.basket_list_table { font-size:11px; border-top:1px solid #ededed; width:100%; margin:0 auto; border-collapse: collapse;  }
	.basket_list_table thead td { padding:5px 5px; vertical-align:middle; text-align:center; color:#000; font-weight:bold; background:#f7f7f7; border:1px solid #ededed; font-size:10px;}
	.basket_list_table tbody th { border:1px solid #ededed; padding:5px 5px; vertical-align:middle;  text-align:center; background:#f7f7f7; color:#000; font-weight:bold; font-size:10px; line-height:16px; }
	.basket_list_table tbody td { border:1px solid #ededed; padding:5px 5px; vertical-align:middle;  text-align:center; background:#FFF; font-size:10px; line-height:16px; }	
	.basket_list_table tbody td img { max-height:15px;}
	.basket_list_table tfoot th { padding:5px 5px; vertical-align:middle; text-align:center; color:#fff; background:#150134; border:1px solid #FFF; font-size:10px; }
	.basket_list_table tfoot td { padding:5px 5px; vertical-align:middle; text-align:center; background:#FFF; border:1px solid #FFF; font-size:10px; }
	.basket_page_notice_order_chk { font-size: 11px; font-weight: bold;  background: #282828; padding: 2px 3px; color: #fff; display: block;}

/* 여행자_정보입력 */
.basket_people_list_table { font-size:11px; border-top:1px solid #ccc; width:100%; margin:0 auto; }
	.basket_people_list_table thead th { padding:5px 5px; vertical-align:middle; text-align:center; color:#fff; background:#150134; border-bottom:1px solid #ccc; font-size:11px; }
	.basket_people_list_table thead td { padding:5px 5px; vertical-align:middle; text-align:center; color:#333; background:#FFF; border-bottom:1px solid #ccc; font-size:10px; }
	.basket_people_list_table tbody th { border-bottom:1px solid #cccccc; padding:5px 5px; vertical-align:middle;  text-align:center; background:#f7f7f7; color:#000; font-weight:bold; font-size:10px; }
	.basket_people_list_table tbody td { border-bottom:1px solid #cccccc; padding:5px 5px; vertical-align:middle;  text-align:center; background:#FFF; font-size:10px; }	
	.basket_people_list_table tfoot th { padding:5px 5px; vertical-align:middle; text-align:center; color:#999; background:#f7f7f7; border-bottom:1px solid #ccc; font-size:10px; }
	.basket_people_list_table tfoot td { padding:5px 5px; vertical-align:middle; text-align:center; background:#FFF; border-bottom:1px solid #FFF; font-size:10px; }

		.basket_people_list_table .basket_cus_td { text-align: left; }

		.basket_people_list_table .basket_cus_onput_input { font-size: 13px; color: #868686; padding: 7px 7px; border-radius: 3px; border: 1px solid #ccc; margin: 3px 3px; }
		.basket_people_list_table .basket_cus_onput_input::-webkit-input-placeholder { /* WebKit browsers */ color:    #868686; font-size:13px; }
		.basket_people_list_table .basket_cus_onput_input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ color:    #868686; opacity:  1; font-size:13px; }
		.basket_people_list_table .basket_cus_onput_input::-moz-placeholder { /* Mozilla Firefox 19+ */ color:    #868686; opacity:  1; font-size:13px; }
		.basket_people_list_table .basket_cus_onput_input:-ms-input-placeholder { /* Internet Explorer 10+ */color:    #868686; font-size:13px; }
 
		.basket_people_list_table .basket_cus_onput2,
		.basket_people_list_table .basket_cus_onput8,
		.basket_people_list_table .basket_cus_onput9  { width: 90px; }
		.basket_people_list_table .basket_cus_onput1,
		.basket_people_list_table .basket_cus_onput3,
		.basket_people_list_table .basket_cus_onput4,
		.basket_people_list_table .basket_cus_onput5,
		.basket_people_list_table .basket_cus_onput6,
		.basket_people_list_table .basket_cus_onput7,
		.basket_people_list_table .basket_cus_onput10,
		.basket_people_list_table .basket_cus_onput11,
		.basket_people_list_table .basket_cus_onput12 { width: 150px; }

/* 결제완료 */
.pay_result_table { font-size:13px; border-top:1px solid #ededed; width:90%; margin:0 auto; border-collapse: collapse;  }
	.pay_result_table tbody th { border:1px solid #ededed; padding:10px 5px; vertical-align:middle;  text-align:center; background:#f7f7f7; color:#000; font-weight:bold; font-size:13px; }
	.pay_result_table tbody td { border:1px solid #ededed; padding:5px 5px; vertical-align:middle;  text-align:center; background:#FFF; font-size:12px; 	}

