@charset "utf-8";

/* Design Style */
/* Input Style */
input[type=text], input[type=tel],input[type=password],input[type=date] {
	height:26px;
	padding:0 5px;
	margin:0;
	line-height:25px;
	border:1px solid #ccc;
	color:#222;
	vertical-align:middle;
	/*font-family:'Nanum Gothic', '나눔고딕', "돋움", Dotum, Tahoma, Verdana, AppleGothic, sans-serif;*/
}
input[disabled] {
	height:26px;
	padding:0 5px;
	margin:0;
	line-height:25px;
	border:1px solid #b8b8b8;
	color:#444;
	vertical-align:middle;
	font-family:'Nanum Gothic', '나눔고딕', "돋움", Dotum, Tahoma, Verdana, AppleGothic, sans-serif;
	background:#f0f0f0;
}
input.radio, input[type=radio] {
	width:13px;
	height:13px;
	margin:-1px 0 0 0;
	padding:0;
	border:0;
	vertical-align:middle;
	background:none;
}
input.check, input[type=checkbox] {
	width:13px;
	height:13px;
	margin:-1px 0 0;
	padding:0;
	border:0;
	vertical-align:middle;
	background:none;
}
select {


	/*
	height:24px;
	line-height:23px;
	padding:3px;
	margin:0;
	font-size:13px;
	color:#222;
	border:1px solid #e1e1e1;
	font-family:'Nanum Gothic', '나눔고딕',"돋움", Dotum, "굴림", Gulim, "Lucida Grande", Tahoma, Verdana, AppleGothic, sans-serif;
	vertical-align:middle;
	background:#fff;
	*/

}
select.sel_style01{
	padding:6px;
	font-size:13px;
	color:#222;
	border:1px solid #ccc;
	vertical-align:middle;

}


select.sel_style02{
	padding:6px;
	font-size:13px;
	vertical-align:middle;

}



label.labelBox{vertical-align:middle;}

.filebox label {
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	padding: 0;
}
.filebox input[type="file"] {
	/* 파일 필드 숨기기 */ position: absolute;
	width: 1px; height: 1px;
	padding: 0; margin: -1px;
	overflow: hidden;
	clip:rect(0,0,0,0);
	border: 0;
}
.filebox .upload-name {
	display: inline-block;
	padding: 0 5px;
	height: 33px;
    line-height: 40px;
	font-size: inherit;
	font-family: inherit;
	line-height: normal;
	vertical-align: middle;
	background-color: #fbfbfb;
	border: 1px solid #ccc;
	border-radius: 3px;
	-webkit-appearance: none; /* 네이티브 외형 감추기 */
    -moz-appearance: none;
    appearance: none;
}
.inptBig input[type=text], .inptBig input[type=password],
.inptBig input[type=email] {
	border: 1px solid #d2d2d2;
	border-radius: 3px;
	font-size: 16px;
	height: 33px;
	line-height: 38px;
	padding: 0 5px;
}


.blinking{
	-webkit-animation:blink 1.5s ease-in-out infinite alternate;
	-moz-animation:blink 1.5s ease-in-out infinite alternate;
	animation:blink 1.5s ease-in-out infinite alternate;
	margin-left: 7px;
	border-radius: 5px;
	padding: 0 5px;
}


/* table style */

.table-list, .table-list02, .table-data, .table-info {overflow:hidden;}
.table-list table, .table-list02 table, .table-data table, .table-info table {
	width:100%;
	overflow:hidden;
	/*table-layout:fixed;*/
}
.table-list th, .table-list td {border-bottom: 1px solid #eee;	padding: 3px;}
.table-list thead th {
	height:40px;
	color: #4a505d;
	background:#fff;
	border-top: 1px solid #cdcdcd;
	border-bottom: 1px dashed #cdcdcd;
	font-weight: normal;
}
.table-list thead th span.grayPoint01{ 	color: #d3d3d3; }
.table-list tbody > td { text-align:center; /*padding:14px 5px 14px;*/ line-height: 22px;}
.table-list tbody tr:first-child > td { border-top-width:0; }
.table-list tfoot td { text-align:center; padding:10px 5px 8px; border-left:none !important;}


.table-list02  {
	/* border:3px solid #888;border-top: 1px solid #888;;  */	  
	  border: 1px solid #dfdfdf;
	  margin-top: 5px;
    max-height: 600px;
    overflow-y: scroll;

}
.table-list02 th{border-bottom: 1px solid #eee;  line-height:16px}
.table-list02 td{border-bottom: 1px solid #eee;  line-height:16px}

.table-list02 thead th {
	height:40px;
	color: #4a505d;
	background:#f9f9f9;
	border-top: 0px;
	/*border-bottom: 1px dashed #cdcdcd;*/
	font-weight: normal;
	 padding:3px;
}
.table-list02 thead th span.grayPoint01{ 	color: #d3d3d3; }
.table-list02 tbody td { text-align:center; padding:12px 5px 11px; line-height:22px;}
.table-list02 tbody tr:first-child > td { border-top-width:0; }
.table-list02 tfoot td { text-align:center; padding:10px 5px 8px; border-left:none !important;}

.table-data.line {border: 1px solid #ccc;}

.table-data { /*margin-bottom: 20px;*/ border-top: 1px solid #ccc; table-layout: fixed; border-left:1px solid #ccc;  border-right:1px solid #ccc; }
.table-data th, .table-data td {border-bottom: 1px solid #ccc;}
.table-data td.editor table {border-collapse: collapse;}
.table-data td.editor table td {border-bottom: none; text-align: inherit;}
.table-data td.editor table[border='0'] td {border: 1px solid #ccc;}
.table-data th.LeftBorder1 {border-left: 1px solid #717682;}
.table-data th.BottomBorder1 {border-bottom: 1px solid #717682;}
.table-data tr.border0 td {border-bottom: 0;padding-bottom: 0;}
.table-data th {
	/*height: 43px;*/
	padding: 7px 0px;
	color: #4a505d;
}

.table-data thead th {
	background: #f0f0f0;
	font-size: 12px;
	color: #000;
	font-family:'Nanum Gothic Bold';
	text-align: center;
}



.table-data.printTemp thead th {
	background: #f0f0f0;
	font-size: 12px;
	color: #000;
	font-family:'Nanum Gothic Bold';
	text-align: center;
}




.table-data thead th.point10 {
	padding: 10px 0px;
}
.table-data thead th.point20 {
	background: #545a68;
}
.table-data tbody th {
	background: #f2f2f2;
	/*width: 120px;*/
	text-align: center;
	text-indent: 0;
}

.table-data .lineH150pr {
	line-height: 150%;
}
.table-data td {/* 왼쪽정렬 테이블 */
	/*width: 460px;*/
	text-align: left;
	padding: 10px 2px 10px 12px;
	line-height: 150%;
}


.table-data td.mainPop01 {/* 왼쪽정렬 테이블 */
	padding: 10px;
}

.table-data.bagic td {/* 중앙정렬 테이블 */
	text-align: center;
	padding: 8px 0;
	line-height: 150%;
}


.table-data.bagic02 th  {/* 중앙정렬 테이블 */
	text-align: center;
	padding:5px;
	height: 30px;
}

.table-data.bagic02 td {/* 중앙정렬 테이블 */
	text-align: center;
	padding: 10px 10px 5px 10px;
}


.table-data.bagic02 .point02 {/* 중앙정렬 테이블 */
	font-size: 26px;
	color: #ff6000;
	font-weight: 600;
}

.table-data.bagic02 .point03 {/* 중앙정렬 테이블 */
	font-size: 21px;
	color: #6E6E6E;
	font-weight: 600;
}


.table-data.bagic03 th  {/* 중앙정렬 테이블 */
	text-align: center;
	padding:1px 0;
	height: 30px;
}

.table-data.bagic03 td {/* 중앙정렬 테이블 */
	text-align: center;
	padding: 5px 5px;
}


.table-data.bagic03 .point02 {/* 중앙정렬 테이블 */
	font-size: 26px;
	color: #ff6000;
	font-weight: 600;
}




.table-data.bagic04 td {/* 중앙정렬 테이블 */
	text-align: center;
	padding: 5px 5px;
	border: 3px solid #ddd;
}


.table-data.bagic04 .point02 {/* 중앙정렬 테이블 */
	font-size: 26px;
	color: #ff6000;
	font-weight: 600;
}




.table-data.bagic05 th  {/* 중앙정렬 테이블 */
	text-align: center;
	padding:1px 0;
	height: 30px;
}

.table-data.bagic05 td {/* 중앙정렬 테이블 */
	text-align: center;
	padding: 5px 5px;
}


.table-data.bagic05 .point02 {/* 중앙정렬 테이블 */
	font-size: 26px;
	color: #ff6000;
	font-weight: 600;
}



.table-data.border td, .table-data.border th {/*세로선 있는 테이블*/
	border-left: 1px solid #ccc;
	text-align: center;
}
.table-data th span, .table-data td span {
	display: inline-block;
	text-align: center;
}


.table-data td .lastPrice {
    font-family: Tahoma;
	font-size: 22px;
	color: #f80000;
	letter-spacing: -1px;
	font-weight: 600;
	line-height: 30px;
	text-align: right;
}


.table-data td .lastPriceSp01 {
}


.table-data th.LeftBorder01 {
	border-left: 1px solid #ccc;
}
.table-data td.LeftBorder01 {
	border-left: 1px solid #ccc;
}

.table-data th.rightBorder01 {
	border-right: 1px solid #ccc;
}
.table-data td.rightBorder01 {
	border-right: 1px solid #ccc;
}

.table-data th.widthSizeSm {
	width:90px;
}

















td.article {
	padding: 10px 20px;
	font-size: 12px;
	line-height: 18px !important;
	text-align: left !important;
}
/* 항공 & DIY 테이블 */
.table-data.txtBig td {
	text-align: center;
	padding-left: 0;
	font-size: 15px;
	font-weight: 600;
	color: #4a505d;
	line-height: 24px;
	/*padding: 10px 0;*/
}
.table-data.txtBig td span {
	display: inline-block;
}
.table-data.txtBig td:last-child {
	font-size: 13px;
	color: #222;
	font-weight: normal;
	/*background: #f2f2f2;border-left: 1px solid #ccc;
	*/
	padding: 5px 20px;
	
}
.table-data.txtBig td:last-child p span {
	line-height: 18px;
}
.table-data.txtBig td.b1 p{
	margin-top:5px;
}
.table-data.txtBig td.b1 p:first-child{
	margin-top:0px;
}



.table-data.txtBig2 td {
	text-align: center;
	padding-left: 0;
	font-size: 15px;
	font-weight: 600;
	color: #4a505d;
	line-height: 24px;
	/*padding: 10px 0;*/
}
.table-data.txtBig2 td span {
	display: inline-block;
}




.table-input {
	border-top: 1px solid #d3d3d3;
}
.table-input th, .table-input td {
	padding: 5px 0; border-bottom: 1px solid #d3d3d3;
}
.table-input th {
	font-weight:bold; background-color:#f9f9f9;
	width: 180px;
	font-size: 15px;
	font-weight: 600;
	text-align: left;
	padding-left: 0px;
	text-indent: 30px;
}
.table-input td {
	padding-left: 10px;
}
/* 상품핵심정보 테이블 */
.table-data.Info-detail-ico {
	border-top: 1px solid #ccc;
}
.table-data.Info-detail-ico th {
	text-align: left;
	font-weight: normal;
	color: #4a505d;
	font-size: 13px;
}
.table-data.Info-detail-ico th img {
	padding: 5px 5px 5px 20px;
}
.table-data.Info-detail-ico td {
	padding: 10px 15px;
	color: #666;
	font-size: 13px;
	text-indent: 0;
	line-height: 20px;
}
.table-data.Info-detail-ico td em {
	font-weight: 600;
    color: #4a505d;
}

.table-data.Info-detail-ico .pointColor01{
	font-weight: 600;
    color: #4a505d;
}



/*여행조건정보 테이블*/
.Info-detail-ico2 {
	border-top: 1px solid #ccc;
}
.Info-detail-ico2.table-data tbody th, .Info-detail-ico2.table-data tbody td {
	font-size: 13px;
	line-height: 20px;
	padding: 8px 0px;
}
.Info-detail-ico2.table-data tbody th {
	/*width: 160px;*/
	background: #f2f2f2;
	text-align: left;
	font-weight: normal;
	color: #4a505d;
}
.Info-detail-ico2.table-data tbody tr:first-child td {
	color: #4a505d;
	font-weight: 600;
	padding: 10px 0 10px 20px;
}
.Info-detail-ico2.table-data tbody th img {
	padding-left: 15px;
}
.Info-detail-ico2.table-data tbody td {
	/*width: 1040px;*/
	text-indent: 0;
	padding-left: 20px;
	color: #666;
}


/* 일정표 테이블 */

.tb-schedule {
	/*margin-bottom: 20px;*/
}
.tb-schedule .dayBar {
	background: #6d7588;
	color: #fff;
	height: 38px;
}
.tb-schedule .day_list {
	overflow: hidden;
}
.tb-schedule .day_list li {
	float: left;
	font-size: 14px;
	height: 38px;
	line-height: 38px;
}
.tb-schedule .day_list li:first-child {
	font-size: 16px;
	font-weight: 600;
	text-indent: 0px;
	margin-right: 10px;
}
.tb-schedule .dayBar select {
	background: #4a505d;
	border: 0;
	color: #fff;
	margin: 5px 0;
	padding: 6px;
	width: 200px;
}
.tb-schedule th,.tb-schedule td {
	border: 1px solid #ccc;
	border-width: 0 1px 1px 0px;
	border-collapse: collapse;
	font-size: 13px;
	padding: 0px 10px;
	line-height: 20px;
}
.tb-schedule td {
	padding-top: 8px;
	padding-bottom: 8px;
}
.tb-schedule th:first-child, .tb-schedule td:first-child {
	border-width: 0 1px 1px 1px;
}
.tb-schedule th {
	background: #f4f4f4;
	color: #4a505d;
	/*height: 28px;*/
	font-size: 16px;
}
.tb-schedule td.a-left {
	width: 640px;
}


/* 호텔정보 */

/* 호텔 이름 */
.hotelName {
	font-weight: bold;
	color: #4a505d;
}
.hotelName img {
	margin-right: 10px;
}
.hotelName.min img {
	width: 24px;
	height: auto;
}
/* 요금 테이블 */
.table-data.a-center td {
	text-align: center;
	padding: 10px;
	line-height: 22px;
}
.table-data td.weekCheck span {
	padding: 0 3px;
	vertical-align: middle;
}


.table-data td.weekCheck span:first-child {
	padding-left: 1px;
}

.table-data.Surcharge th:nth-child(even) {
	border-left: 1px solid #ccc;
}

.table-data.Surcharge td:nth-child(odd) {
	border-left: 1px solid #ccc;
}




/*호텔편의시설*/
.hotelConvenience {
	text-align: left;
	width: 100%;
	border: 1px solid #ccc;
	border-width: 1px 0;
	overflow: hidden;
	padding-bottom: 20px;
}
.hotelConvenience li {
	float: left;
	padding: 20px 20px 0 20px;
	width: 150px;
}
.hotelConvenience li img {
	width: 20px;
	height: 20px;
	margin-right: 10px;
}
/* 체크 아이콘 */
.checked {
	display: inline-block;
	width: 28px;
	height: 28px;
	background: url(/images/ico-pc.png) no-repeat;
	background-size: auto 20px;
}
.noneCheck {
	display: inline-block;
	width: 28px;
	height: 28px;
	background: url(/images/ico-gc.png) no-repeat;
	background-size: auto 20px;
}


/* 가격표 테이블 */

.costTb {
	border-collapse: collapse;
}
.costTb th, .costTb td {
	border: 1px solid #eee;
	padding: 5px 5px;
	font-size: 11px;
	color: #666;
	text-align: center;
	width: 90px;
}
.costTb tr:nth-child(2) td {
	font-family: Tahoma;
	font-weight: bold;
}
.right-section .costTb {
	right: 0;
	/*bottom: 45px;
	width: 238px;*/
}
.costTb th, .costTb td {
	border-color: #ddd;
}

.costTb td {
	letter-spacing: -0.5px;
}

/* Admin */

.admin input[type=text] {
	border: 1px solid #ddd;
	width: 80%;
	margin: 1px 0 1px 5px;
}
.table-data.Info-detail.admin td {
	padding: 0;
}


/* Button Style */

.buttonGroup {
	text-align: center;
}
.btBig {
	display:inline-block;
	padding: 10px 18px;
	font-size: 1em;
	font-weight: 600;
	color: #fff !important;
	text-align: center;
	border-radius: 3px;
	width: 175px;
	height: 28px;
	line-height: 28px;
	font-size: 19px;
}
.btBig:hover {
	background: #444448;
}


.btBig_ad01 {
	display:inline-block;
	padding: 10px 18px;
	font-size: 1em;
	text-align: center;
	border-radius: 3px;
	width: 175px;
	height: 28px;
	line-height: 28px;
	font-size: 20px;
}
.btBig_ad01:hover {
	background: #444448;
}

.btMedium {
	padding: 7px 15px;
}
.btSmall {
	text-align:center;font-size:0.8em;font-weight:600;color:#000!important;
	background: #ddd;
	border: 1px solid #d3d3d3;
	padding: 1px 10px;
	display:inline-block;
}
.bt-basic {
	background: #efefef;
	border: 1px solid #cdcdcd;
	color: #333;
	font-size: 14px;
	font-family: 'NotoSansKR';font-style: normal; font-weight:400;
	height: 40px;
}



.bt-basic:hover, .tdBt-basic:hover {
	background: #4a505d;
	border-color: #323846;
	color: #fff !important;
}



.bt-basic02 {
	background: #efefef;
	border: 1px solid #cdcdcd;
	color: #333;
	font-size: 14px;
	height: 40px;
}
.bt-basic02:hover{
	background: #4a505d;
	border-color: #323846;
	color: #fff !important;
}




.bt-basic03 {
	background: #ffb838;
	border: 1px solid #efa725;
	color: #333;
	font-size: 14px;
	font-weight: bold;
	padding: 10px 30px 9px 30px;
}
.bt-basic03:hover{
	background: #ff8c04;
	border-color: #e77e01;
	color: #fff !important;
}


.bt-basic04 {
	width: 114px;
	background: #ffb838;
	border: 1px solid #efa725;
	color: #333;
	font-size: 14px;
	font-weight: bold;
	padding: 10px 20px 9px 20px;
	height: 72px;
}
.bt-basic04:hover{
	background: #ff8c04;
	border-color: #e77e01;
	color: #fff !important;
}





button.bt-basic05 {
	background: #efefef;
	border: 1px solid #cdcdcd;
	color: #333;
	font-size: 12px;
	padding: 4px 6px 3px 6px;
	margin-left: 3px;
}
button.bt-basic05:hover{
	background: #4a505d;
	border-color: #323846;
	color: #fff !important;
}




.bt-basic06 {
	background: #f0aa00;
	border: 1px solid #e3a204;
	color: #333;
	font-size: 16px;
	font-weight: 500;
	padding: 15px 30px 12px 30px;
}
.bt-basic06:hover{
	background: #ff8c04;
	border-color: #e77e01;
	color: #fff !important;
}




/*  color별로 이동
.bt_MoreView {
	width: 1225px;
	height: 50px;
	background-image: url(/images/moreBt01.png) !important;
	color: #333;
	font-size: 14px;
    font-weight: bold;
	margin: 0 7px 0 7px;

}
.bt_MoreView:hover {
	background-image: url(/images/moreBt01_over.png) !important;
	color: #fff !important;
}



.bt_MoreView02 {
	width: 1225px;
	height: 50px;
	background-image: url(/images/moreBt02.png) !important;
	color: #333;
	font-size: 14px;
    font-weight: bold;
	margin: 0 7px 0 7px;

}
.bt_MoreView02:hover {
	background-image: url(/images/moreBt02_over.png) !important;
	color: #fff !important;
}

*/


.bt_MoreView03 {
	display: table-cell;
	width: 1225px;
	height: 50px;
	/*background: #efefef;
	border: 1px solid #cdcdcd;*/
	background-image: url(/images/moreBt03.png) !important;
	/*background-position: 0 0;*/
	color: #333;
	font-size: 14px;
    font-weight: bold;
	margin: 0 7px 0 7px;
	/*cursor: pointer;

}

.bt_MoreView03:hover {
	/*background: #4a505d;
	border-color: #323846;
	background-image: url(/images/moreBt03_over.png) !important;
	color: #fff !important;	*/
}

/*
.bt_MoreView04 {
    display: table-cell;
    width: 1225px;
    height: 35px;
    background: #4a505d;

    color: #fff;
    font-size: 14px;
    font-weight: bold;
    margin: 0 7px 0 7px;
    cursor: pointer;
    -webkit-clip-path: polygon(35% 0, 65% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(35% 0, 65% 0%, 100% 100%, 0% 100%);
}

.bt_MoreView04:hover {

	color: #fff !important;
}
*/
.bt_MoreView04 {display: table-cell; width: 1225px;height: 50px;background: url(/images/closeBt_gray.png) center center no-repeat !important;color: #1a1a1a;font-size: 14px;font-weight: bold; margin:20px 0px 10px 0px;padding-top:24px;cursor: pointer;box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;}
.bt_MoreView04:hover {color: #1a1a1a !important;}


.bt_MoreView05 {
	display: inline-block;
	width: 394px;
	height: 50px;
	line-height: 50px;
	/*background: #efefef;
	border: 1px solid #cdcdcd;*/
	background-image: url(/images/moreBt05.png) !important;
	/*background-position: 0 0;*/
	color: #333;
	font-size: 14px;
    font-weight: bold;
	/*margin: 0 7px 0 7px;*/
	cursor: pointer;

}

.bt_MoreView05:hover {
	/*background: #4a505d;
	border-color: #323846;*/
	background-image: url(/images/moreBt05_over.png) !important;
	color: #fff !important;
}





.bt_MoreView06 {
	width: 1225px;
	height: 50px;
	/*background: #efefef;
	border: 1px solid #cdcdcd;*/
	background-image: url(/images/moreBt06.png) !important;
	/*background-position: 0 0;*/
	color: #333;
	font-size: 14px;
    font-weight: bold;
	margin: 0 7px 0 7px;

}
.bt_MoreView06:hover {
	/*background: #4a505d;
	border-color: #323846;*/
	background-image: url(/images/moreBt06_over.png) !important;
	color: #fff !important;
}





.bt_MoreView03_center{
	text-align: center;
    display: inline-block;

}


.bt_MoreView04_Align{
	/*text-align: center;
    display: inline-block;*/

}

td .bt-basic {
	width: 80px;
	height: 40px;
	font-size: 13px;
	margin-left: -1px;
}

td .bt-basic02 {
	width: 77px;
	height: 38px;
	font-size: 13px;
	margin-left: -1px;
}

td li:first-child .bt-basic {
	margin-left: 0px;
}
td li:first-child .bt-basic02 {
	margin-left: 0px;
}



.buttonGroup {
	overflow: hidden;
	/*margin-bottom: 30px;*/
}
.btns-ico-sns {
	overflow: hidden;
}
.btns-ico-sns li {
	float: left;
	margin-right: 4px;
	/*8background: #fff;*/
}
.ico-sns {
	width: 35px;
	height: 35px;
	display: inline-block;
	/*border: 1px solid #aaa;*/
	opacity: 0.9;
	border-radius: 50%;
}
.ico-sns:hover {
	opacity: 1.5;
}
.ico-sns-facebook {
	background: url(/images/icon/icon--fbook.png) center center no-repeat #42569b;
}
.ico-sns-twitter {
	background: url(/images/icon/icon--twitter.png) center center no-repeat #30a7df;
}
.ico-sns-naverblog {
	background: url(/images/snsbt-b.png) no-repeat;
	background-position: -4px -4px;
}
.ico-sns-link {
	background: url(/images/snsbt-l.png) no-repeat;
	background-position: -4px -4px;
}
.btns-btarea {
	overflow: hidden;
}
.btns-btarea li {
	/*float: left;*/
	display: inline-block;
}
.btns-btarea li a {
	display: inline-block;
	width: 112px;
	height: 36px;
	line-height: 37px;
	color: #fff;
	font-weight: 600;
	font-size: 15px;
	margin-left: 4px;
	border-radius: 2px;
	background: #6d7588;
	text-align: center;
}
.btns-btarea li:first-child a {
	margin-left: 0;
}
.btns-btarea li a:hover {
	background: #4a505d;
	color: #fff;
}
.btns-btarea li a.bg-kakao {
	background: #fdd703 url(/images/icobt-kakao.png) no-repeat;
	background-position: 15px -5px;
	color: #211903;
}
.btns-btarea li a.bg-kakao:hover {
	background: #fdc503 url(/images/icobt-kakao.png) no-repeat;
	background-position: 15px -8px;
}


.btns-btarea li button {
	display: inline-block;
	width: 112px;
	height: 36px;
	line-height: 37px;
	color: #fff;
	font-weight: 600;
	font-size: 15px;
	margin-left: 4px;
	border-radius: 2px;
	background: #6d7588;
	text-align: center;
}
.btns-btarea li:first-child button {
	margin-left: 0;
}
.btns-btarea li button:hover {
	background: #4a505d;
	color: #fff;
}
.btns-btarea li button.bg-kakao {
	background: #fdd703 url(/images/icobt-kakao.png) no-repeat;
	background-position: 15px -5px;
	color: #211903;
}
.btns-btarea li button.bg-kakao:hover {
	background: #fdc503 url(/images/icobt-kakao.png) no-repeat;
	background-position: 15px -8px;
}


.DIYbtGroup {
	overflow: hidden;
	margin-bottom: 10px;
}
.DIYbtGroup li {
	float: left;
	margin-right: 10px;
}
a.redBt {
	display: inline-block;
	padding: 5px 10px;
	border: 1px solid red;
	font-size: 13px !important;
	font-weight: 600;
	color: red;
	height: 20px;
	line-height: 20px;
	background: #fff;
}
a.redBt:hover {
	background: red;
	color: #fff;
}
a.grayBt {
	display: inline-block;
	padding: 5px 10px;
	border: 1px solid #4a505d;
	color: #4a505d;
	font-size: 13px !important;
	font-weight: 600;
	height: 20px;
	line-height: 20px;
	background: #fff;
}
.grayBt:hover {
	background: #4a505d;
	color: #fff;
}
td a.redBt {
	margin-bottom: 5px;
}
a.tdBt {
	display: inline-block;
	background: #6f6f6f;
	border: 1px solid #535353;
	font-size: 12px;
	color: #fff;
	padding: 5px 15px;
	line-height: 24px;
}
.tdBt-basic {
	display: inline-block;
	background: #ddd;
    border: 1px solid #cdcdcd;
    color: #333 !important;
	font-size: 12px;
	padding: 5px 15px;
	line-height: 24px;
}
.btBig-wrap {
	width: 438px;
	margin: 20px auto 40px auto;
}
.btBig-wrap a:first-child {
	margin-right: 10px;
}
.bt-add {
	width: 28px;
	height: 28px;
	background: url(/images/add.png) no-repeat;
}
.bt-del {
	width: 28px;
	height: 28px;
	background: url(/images/del.png) no-repeat;
}


/* 예약상태 */
.pdt_possible {background-color:#63bcaa !important; }
.pdt_possible a {color:#fff !important; }
.pdt_standby {background-color:#ffb838 !important;}
.pdt_standby a {color:#fff !important; }
.pdt_close {background-color:#b2b2b2 !important;}
.pdt_close a {color:#fff !important;}
.pdt_checkin {background-color:#ff4800 !important;}
.pdt_checkin a {color:#fff !important;}

.sta {
	width: 13px;
	height: 13px;
	line-height: 15px;
	display: inline-block;
	border-radius: 30px;
}
.sta-green {
	background: #8fc31f;
	border: 1px solid #638c0b;
	color: #fff !important;
}
.sta-blue {
	background: #448aca;
	border: 1px solid #00479d;
	color: #fff !important;
}
.sta-orange {
	background: #ec6941;
	border: 1px solid #a84200;
	color: #fff !important;
}
.sta-gray {
	background: #707070;
	border: 1px solid #434343;
	color: #fff !important;
}


/* photo-3x4 */
.photo-3x4 {/*증명사진*/
	display: inline-block;
	width: 143px;
	margin: 10px 10px 0px 10px;
	/*height: 133px;*/
}
/* Img size */
.img30px {/* DIY항공선택,에어텔상세 항공사 로고 */
	display: inline-block;
	width: 30px;
	height: 30px;
}
.photo3x4 img {
	width: 124px;
	height: 133px;
}


/* lineHeight Style */
.lineHeight10 {line-height:1em;}
.lineHeight15 {line-height:1.5em;}
.lineHeight20 {line-height:2em;}


/* line Style */
.lineDotTop {border-top:1px dotted #d7d7d7;}
.lineDashedTop {border-top:1px dashed #aaa;}
.lineDotBottom {border-bottom:1px dotted #d7d7d7;}
.line01 {height:1px;background:#999;}
.line02 {height:1px;background:#f0f0f0;}


/* Border Style */
.border0 {border: 0 !important;}
.borderT-0 {border-top: 0 !important;}
.borderB-0 {border-bottom: 0 !important;}
.borderL-0 {border-left: 0 !important;}
.borderR-0 {border-right: 0 !important;}
.borderDot {border: 1px dotted #d7d7d7;}
.border-top {border-top: 1px solid #cdcdcd;}
.border-bottom {border-bottom: 1px solid #cdcdcd;}
.border-left {border-left: 1px solid #ccc;}
.border-right {border-right: 1px solid #ccc;}


/* Font Style */
.ellipsis {
	white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}
.normal {font-weight: normal !important;}
.bold {font-weight:bold;}
.bold600 {font-weight:600 !important;}
.lighter {font-weight:lighter;}
.link {color:#096ed1;}

/* Letter-spacing : 자간 */
.letterNarrow {letter-spacing: -0.5px;}

/* Text */
.txt-exmin {line-height:1.5em !important;}
.txt-small {font-size: 12px!important;  margin-bottom: 5px;}
.txt-medium {font-size: 14px!important; line-height:1.5em;}
.txt-large {font-size: 16px !important; line-height:1.5em!important;}
.txt-price {font-size: 15px; font-family: Tahoma; font-weight: bold; color:#dc2527;}

.txtpos	{color:#44a995 !important;font-weight:600;  }
.txtpos-s	{ /* color:#63bcaa !important; */ color:#00271f !important;font-weight:600;  }
.txtcom	{ color:#ff4800 !important;}
.txtrea	{ color:#ffb838 !important;}
.txtclo	{ color:#b2b2b2 !important;}



/* Title */
.title-terms {font-size: 12px; font-weight: 600; margin: 15px 10px 0 10px; line-height:1.5em;}
.title-small {font-size: 15px; font-weight: 600; margin-bottom: 8px; line-height:1.5em;}
.title-small2 {font-size: 16px; font-weight: 600; margin: 20px 0 12px 0; color: #333;}
.title-small3 {font-size: 16px; font-weight: 600; margin: 15px 0 10px 0; line-height:1.5em; color: #333; display: inline-block;}
.title-small4 {font-size: 15px; font-weight: 600; margin: 15px 0 10px 0; line-height:1.5em; color: #333; display: inline-block;}
.title-small42 {font-size: 15px; font-weight: 600; margin: 11px 0 5px 0; line-height:1.5em; color: #333; display: inline-block;}
.title-medium {font-size: 20px; font-weight:600; margin-bottom: 15px;display: inline-flex;}
.title-large { display: block;  font-size: 24px; font-weight:600; margin-bottom: 30px;}

/* Lineheight */
.lineHeight20 {line-height: 20px !important;}
.lineHeight22 {line-height: 22px !important;}
.lineHeight24 {line-height: 24px !important;}

/* Color */
.red {color:#dc2527 !important; /*color:#f80000 !important;*/}
.skyblue {color:#6686fd;}
.blue {color:#6686fd!important;}
.navy {color:#220000;}
.orange {color:#f38809;}
.white {color:#FFF !important;}
.green {color:#8ec63f;}
.purple {color:#9878ff;}
.yellow {color:#ffd200 !important;}
.pink {color:#fa85b9 !important;}
.Gray {color:#666 !important;}
.LightGray {color:#888;}
.black { color: #222 !important;}
.caution {font-size:1em; color:#e22318;}
a.companyPop {color: #317fff;	cursor: pointer;}
.price {font-family: Tahoma; font-weight: bold;}
.star {color:red; }
.input-noti{font-size:11px; color: #d24949; }

/* Background */
.bg-white {background: #fff !important;}
.bg-bright {background: #f9f9f9;}
.bg-gray {background: #aaa !important;}
a.bg-gray:hover {background: #999 !important;}
.bg-dark {background: #303236 !important;}
.bg-black {background: #393e41;}

.bg-blue {background: #6686fd;}
.bg-blue2 {background: #354d69;}

.bg-purple {background: #9878ff;}
.bg-purple2 {background: #9878ff;}

.bg-green {background: #8ec63f;}
.bg-green2 {background: #8ec63f;}

.bg-orange {background: #f38809;}
.bg-orange2 {background: #f38809;}

.bg-red {background: #f38809;}
.bg-red2 {background: #f38809;}

.bg-kakao {background: #fdd703; color: #211903;}


.table-data td.editor span{
	display: inline-block;
	line-height:160%;
	text-align:left;
	vertical-align:text-top;
}


.table-data td.editor2 span{
	display: inline;
	line-height:160%;
	text-align:left;
	vertical-align:text-top;
}

.table-data tbody tr:first-child td.editor{
	font-weight:normal;
}

.tbl_month td {padding: 0px;}


/* '메인 > 출발일보기 > 펼침메뉴 속 상세보기, 상담/예약 버튼' ul css */
.table-list02 td ul.o-flow.mR-8{width:153px; margin: 0 auto !important;}

/* 이미지 최대 사이즈 설정 */
table.tb-schedule img {
	max-width : 100%;
}

.bt-basic.active {
    background: #4a505d;
    border-color: #323846;
    color: #fff !important;
}


/* 20200609 추가작업 */

.table-list-k  {
	width:100%; overflow:hidden;box-sizing: border-box;	
	border:2px solid #888;
	margin-top: 5px;
   /* max-height: 600px;
    overflow-y: scroll; */
}
.table-list-k th, .table-list-k td {border-bottom: 1px solid #eee;  line-height:16px}
.table-list-k thead th {
	color: #4a505d;
	background:#f2f2f2;
	border-top: 0px;
	/*border-bottom: 1px dashed #cdcdcd;*/
	/*font-weight: normal;*/
	 padding:3px;
	 font-family:'Nanum Gothic Bold';

}
.table-list-k tbody {
	border-top: 1px solid #cdcdcd;
}
.table-list-k .border-line {padding:0px !important;height:1px !important; background:#b1b1b1 !important;}
.table-list-k .bg_gray {
	background:#f2f2f2 !important;
}
.table-list-k tbody td span.blackPoint{font-family:'Nanum Gothic Bold';color: #000;font-size: 16px;}

.table-list-k tbody td { text-align:center; padding:6px 5px 4px; line-height:22px;word-wrap: break-word;word-break: keep-all;}
.table-list-k tbody tr:first-child > td { border-top-width:0; }
.table-list-k tbody td p{margin-top:10px;}
.table-list-k tbody td.left {padding:6px 8px 4px 15px; text-align:left; }
.table-list-k tbody td.first { vertical-align:top;padding:15px 15px 13px; }
.table-list-k tbody td.border-right {border-right: 1px solid #d1d1d1;}
.table-list-k tbody td a:hover {text-decoration: underline}
.table-list-k tbody tr:hover{background:none !important;}
.table-list-k tfoot td { text-align:center; padding:10px 5px 8px; border-left:none !important;}

.table-list-pop{ width:100%; overflow:hidden;border-top:1px solid #888; }
.table-list-pop th, .table-list-pop td {border-bottom: 1px solid #eee;  line-height:16px}
.table-list-pop thead th {font-family:'Nanum Gothic Bold';color: #4a505d;background:#f6f6f6; border-top: 0px;padding:5px; }
.table-list-pop tbody td { text-align:center; padding:8px 10px 10px; color: #5b5b5b;font-size: 12px;line-height:1.45;word-wrap: break-word;word-break: keep-all;}
.table-list-pop tbody tr:first-child > td { border-top-width:0; }
.table-list-pop tbody td p{margin-top:10px;}
.table-list-pop tbody td.left {text-align:left; }


.gallery_tb{display:inline-block;width:210px; margin:10px 0px 30px;}

.gallery_swiper {position: relative;display:inline-block;width:100%; margin:0 auto ; }
.gallery_swiper .swiper-slide {display:inline-block; width:100%;box-sizing:border-box;  -webkit-box-sizing:border-box; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; }
.gallery_swiper .swiper-slide img{width:100%; }
.gallery_swiper .swiper-button-prev,
.gallery_swiper .swiper-button-next{width:25px; height: 46px; background-size: 25px auto; z-index:99;} /*크기*/
.gallery_swiper .swiper-button-prev{background-image: url(/img/prev.png); left: -30px; } /*이미지,위치*/
.gallery_swiper .swiper-button-next{background-image: url(/img/next.png); right: -30px; }
.gallery_swiper .swiper-pagination-bullet {width:12px;height:12px;margin:0px 4px 0px;display:none;border-radius:100%;background:#969696;opacity:1;border:1px solid #969696;box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;}
.gallery_swiper .swiper-pagination-bullet-active {opacity:1;background:#ec2d6e;border:2px solid #ec2d6e;}


/* phoswipe 추가 */
.bigimg_swiper {position: relative;display:inline-block;width:100%; margin:0 auto ; }
.bigimg_swiper .swiper-slide {display:inline-block; width:100%;box-sizing:border-box;  -webkit-box-sizing:border-box; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; position: relative; padding-top: 75%;/* 4:3인경우 */ overflow: hidden;}
.bigimg_swiper .swiper-slide img{position: absolute; top: 0; left: 0; right: 0; bottom: 0;width:100%; height:100%; }
.bigimg_swiper .swiper-button-prev,
.bigimg_swiper .swiper-button-next{width:25px; height: 46px; background-size: 25px auto; z-index:99;} /*크기*/
.bigimg_swiper .swiper-button-prev{background-image: url(/img/prev.png); left: -30px; } /*이미지,위치*/
.bigimg_swiper .swiper-button-next{background-image: url(/img/next.png); right: -30px; }
.bigimg_swiper .swiper-pagination-bullet {width:12px;height:12px;margin:0px 4px 0px;display:none;border-radius:100%;background:#969696;opacity:1;border:1px solid #969696;box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;}
.bigimg_swiper .swiper-pagination-bullet-active {opacity:1;background:#ec2d6e;border:2px solid #ec2d6e;}

.tab_swiper {display: inline-block; width: 100%;text-align:center;/* display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap; justify-content: center; align-items: center;margin-right: -0.5%;margin-left: -0.5%;*/ margin-top:5px !important;z-index:2;}
.tab_swiper .swiper-slide {display: inline-block;width:100%; /*width:32.33333%; margin:0 0.5%;*/background:#fff;border:1px solid #ebebeb;box-sizing: border-box;cursor:pointer;}
.tab_swiper .swiper-slide-thumb-active{border:1px solid #dc2527;cursor:pointer;}
.tab_swiper .swiper-slide img{display: inline-block; width:100%;}

.slide_bigimg{position: relative; display: inline-block; width:100%;padding-top: 75%;/* 4:3인경우 */ overflow: hidden;background:#fff;box-sizing: border-box;-webkit-box-sizing:border-box; -moz-box-sizing:border-box; }
.slide_bigimg img{position: absolute; top: 0; left: 0; right: 0; bottom: 0;width:100%; height:100%; }

.slide_thumbimg{position: relative; display: inline-block; width:100%;padding-top: 75%;/* 4:3인경우 */ overflow: hidden;background:#fff;}
.slide_thumbimg img{position: absolute; top: 0; left: 0; right: 0; bottom: 0;width:100%; height:100%; }

.popup_thumb {display: inline-block; width: 100%;text-align:center;/* display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap; justify-content: center; align-items: center;margin-right: -0.5%;margin-left: -0.5%;*/ margin-top:5px !important;z-index:2;}
.popup_thumb li{display: inline-block;width:80px;margin:0 5px;background:#fff;border:1px solid #ebebeb;box-sizing: border-box;cursor:pointer;}
.popup_thumb li.active{border:1px solid #dc2527;cursor:pointer;}

/* 20200609 추가작업 END */


/* 20200630 추가작업 */

/* detail imgArea*/
.product-images {display: inline-block;width: 100%;margin:10px auto;padding:0;z-index: 999;font-size:0;}

.hotel-img-slider {display: inline-block;width: 100%;position: relative; cursor: pointer;box-sizing: border-box;}
.thumb-nav {display: inline-block;width: 100%;padding: 18px 0;box-sizing: border-box;}
.thumb-nav .visual-item {margin: 4px 0;border: 1px solid #fff;box-sizing: border-box;cursor:pointer;}
.thumb-nav .visual-item:after {content: '';display: block;position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: rgba(255,255,255,0);}

/* 화살표 위치 조절 */
.hotel-img-slider .slick-prev {position: absolute;z-index: 999;width: 25px;height: 55px;text-indent: -9999px;background: url(/img/i_prev.png) 0 no-repeat;left: 0px;top: 50%;cursor: pointer;border: 0;border: none;outline: none;opacity: 0;}
.hotel-img-slider .slick-next {position: absolute;z-index: 999;width: 25px;height: 55px;text-indent: -9999px;background: url(/img/i_next.png) 0 no-repeat;right: 0px;top: 50%;cursor: pointer;border: 0;border: none;outline: none;opacity: 0;}
.hotel-img-slider:hover .slick-prev {opacity: 1;}
.hotel-img-slider:hover .slick-next {opacity: 1;}
/* Dots */
.hotel-img-slider .slick-dots {position: absolute;text-align: center;left: 50%;transform: translateX(-50%);bottom:0px;}
.hotel-img-slider li {float: left;margin-left: 5px;}
.hotel-img-slider li button {background: url("/img/dot.png") no-repeat;width: 16px;height: 16px;text-indent: -9999px;border: none;outline: none;}
.hotel-img-slider li.slick-active button {background: url("/img/dot_on.png") no-repeat;width: 16px;height: 16px;}

.hotel-img-slider figure{padding:0;margin:0;}
.hotel-img-slider figcaption {display: none;}

.visual-item {position: relative;}

/*#facilities .thumb-wrap .visual-item img { filter:grayscale(1); }*/
.thumb-nav .slick-slide {border: 0;}
/*#facilities .thumb-wrap .slick-current .visual-item img { filter:grayscale(0); }*/
.thumb-nav .slick-current .visual-item:after { /*content:''; display:block; position:absolute; top:0; left:0; width:100%; height:100%;*/background: rgba(0,0,0,0.05);border: 1px solid #c20831;box-sizing: border-box;}
.thumb-nav .slick-arrow {overflow: hidden;position: absolute;width: 100%;height: 18px;background: none;border: 0;text-indent: -999px;outline: none;}
.thumb-nav .slick-arrow:after {content: '';display: block;position: absolute;left: 50%;width: 10px;height: 10px;border-style: solid;border: 0;transform: rotate(45deg);}
/*
.thumb-nav .slick-prev { top:0; }
.thumb-nav .slick-prev:after { top:0; border-left:3px solid #dfdfdf; border-top:3px solid  #dfdfdf; transform-origin:left top; }
.thumb-nav .slick-next { bottom:0; }
.thumb-nav .slick-next:after { bottom:0; border-right:3px solid #dfdfdf; border-bottom:3px solid  #dfdfdf; transform-origin:right bottom; }
*/
.thumb-nav .slick-prev {position: absolute;z-index: 999;width: 22px;height: 12px;text-indent: -9999px;background: url(/img/m_prev.png) 0 no-repeat;left: 50%;transform: translateX(-50%);top: 0;cursor: pointer;border: 0;border: none;outline: none;opacity: 0;}
.thumb-nav .slick-next {position: absolute;z-index: 999;width: 22px;height: 12px;text-indent: -9999px;background: url(/img/m_next.png) 0 no-repeat;left: 50%;transform: translateX(-50%);bottom: 0;cursor: pointer;border: 0;border: none;outline: none;opacity: 0;}
.thumb-nav:hover .slick-prev {opacity: 1;}
.thumb-nav:hover .slick-next {opacity: 1;}

.img_fix {width: 100%;height: auto;}
.pswp__bg {background: #fff !important;-webkit-transition: opacity 333ms cubic-bezier(255, 255, 255, 1);transition: opacity 333ms cubic-bezier(255, 255, 255, 1);}
.pswp__top-bar {background-color: transparent !important;}


/* 20200630 추가작업 END */
