@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_s { width:100%;  margin:0 auto;margin-top:5px; margin-bottom:5px;  }
	.detail_information_s thead td { border: 1px solid #ededed; padding:15px 5px; font-size:13px; vertical-align:middle; color:#282828; background:#f7f7f7; text-align:center; font-weight:600; font-family: "Nanum Myeongjo";  }
	.detail_information_s thead td img { width:15px; height:15px; }
	.detail_information_s tbody th { border: 1px solid #ededed; padding:5px 8px; font-size:14px; vertical-align:top; color:#282828; background:#f7f7f7; text-align:center; font-weight:bold;  }
	.detail_information_s tbody td:first-child { font-weight: 500; text-align: center;  color: #3b240d;  font-family: "Nanum Myeongjo"; background:#f7f7f7; }
	.detail_information_s tbody td { border: 1px solid #ededed; padding:5px 8px; font-size:13px; vertical-align:top; background:#fff;  line-height:24px; }
	.detail_information_s tbody td a { color:#00b0f0; font-weight:bold;}


/* 상품요약 */
.detail_information {
    width: 100%;
    margin: 0 auto;
}

.detail_information thead td {
    padding: 10px 15px!important;
    font-size: 15px!important;
    vertical-align: middle;
    color:#282828!important;
    background: #f7f7f7!important;
    text-align: center;
    font-weight: bold;
    border: 1px solid #ededed;
    border-top: 1px solid #282828!important;
}

.detail_information thead td img {
    width: 15px;
    height: 15px;
}

.detail_information tbody th {
    border: 1px solid #ededed;
    padding: 5px 5px;
    font-size: 15px;
    vertical-align: top;
    color: #282828;
    background: #f7f7f7;
    text-align: center;
    font-weight: bold;
}

.detail_information tbody td {
    border: 1px solid #ededed;
    padding: 5px 5px;
    font-size: 13px;
    vertical-align: top;
    color: #999;
    background: #fff!important;
    line-height: 24px;
}

.detail_information tbody td a {
    color: #00b0f0;
    font-weight: bold;
}

.detail_information tbody td img {
    max-width: 100%;
}

/* 상품요약  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;
}

.detail_information1 tbody td img {
    max-width: 100%;
}

/* 상품요약  2줄짜리 테이블 */
.detail_information2 {
    width: 100%;
    border-collapse: collapse;
    background: #FFF;
    margin: 0 auto;
    margin-bottom: 0px;
    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_information2 tbody td img {
    max-width: 100%;
}

/* 상세일정 테이블 */
.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 tbody td img {
    max-width: 100%;
}

.detail_schedule .detail_schedule_circle_big {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #fff;
    border: 4px solid #0597f2;
    position: absolute;
    left: -14px;
    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_cus_onput1,
	.basket_cus_onput3,
	.basket_cus_onput4,
	.basket_cus_onput5,
	.basket_cus_onput10,
	.basket_cus_onput6 { width: 90px!important;  }
	.basket_cus_onput2 { width: 70px!important;  } /* 이름의 성 */
	.basket_cus_onput8,
	.basket_cus_onput7 { display: none!important; }

		.member_join_box_agree_text,
		.basket_people_list_table .black_font { color: #282828; }
.pay_guide_text_reserve_page { font-size: 13px; }