#air_wrap {
    width: 1100px;
    margin: 0 auto;
    padding: 20px 0;
	min-height:780px;
	z-index:-10;
}
.item-title {
	overflow:hidden;
}
.item-title .t1 {
    text-align: center;
    font-size: 24px;
    color: #333;
    font-weight: 500;
    margin-bottom: 5px;
    background: #38c1c6;
    color: #ffffff;
}
.item-title .bar {width:30px;height:1px;background:#000000;display:table;margin:0 auto;display:none;}

#section-item01 {
    overflow: hidden;
    margin-top: 5px;
}
#section-item01 .item-01{
	float:left;
	width:230px;
	border-right: 1px #c5c5c5 solid;
	margin-right:15px;
	}
#section-item01 .item-02{
	float:left;
	width:120px;
	}
#section-item01 .item-01 .t1 {
    font-size: 14px;
    color: #fe1627;
    font-weight: 600;
    margin-bottom: 5px;
}
#section-item01 .item-01 .inpDatSrt {
    overflow: hidden;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
#section-item01 .item-01 .inpDatSrt label {
    font-size: 14px;
    float: left;
    margin-bottom: 0px;
    margin-right: 10px;
}
#section-item01 .item-01 .inpDatSrt .form01 {
    float: left;
    border: 1px #c5c5c5 solid;
    position: relative;
    width: 160px;
    padding-left: 5px;
    height: 35px;
    line-height: 35px;
}
#section-item01 .item-01 .inpDatSrt .form01 span {
    font-size: 14px;
    width: 118px;
    display: block;
    border-right: 1px #c5c5c5 solid;
}
#section-item01 .item-01 .inpDatSrt .date_img {
    position: absolute;
    top: 6px;
    right: 7px;
    cursor: pointer;
}
#section-item01 .item-01 .inpDatSrt .search_img {
    position: absolute;
    top: 6px;
    right: 7px;
    cursor: pointer;
}
#section-item01 .item-01 .inpDatSrt .personnel li{
    float:left;
	width:65px;
	margin-right:10px;
}
#section-item01 .item-01 .inpDatSrt .personnel li select {
    width: 60px;
    border: 1px #c5c5c5 solid;
    font-size: 14px;
    color: #333333;
}
#section-item01 .item-01 .inpDatSrt .personnel li p {
    margin-bottom: 3px;
    font-size: 14px;
    font-weight: 500;
    color: #212529;
}
#section-item01 .item-01 .check_box label {
    font-size: 14px;
    display: flex;
    align-items: center;
    float: left;
	margin-right:10px;
}
#section-item01 .item-01 .check_box label span{
    margin-left:5px;
}
.w120 {width:120px !important}
.w140 {width:140px !important}
.wall {width:100% !important}
.br_no {border-right:none !important;}
.mb0 {margin-bottom:0px !important;}
.mb5 {margin-bottom:5px !important;}
.mb10 {margin-bottom:10px !important;}
.mr15 {margin-right:15px !important;}
.btn01 {
    height: 50px;
    border: none;
    outline: none;
	color:#ffffff;
	cursor:pointer;
}
.btn01:hover{
    background-color:#64101f !important;
}
.bg-red {background-color: #bc0023;}
.bg-gray {background-color: #6f7173;}
.c_red {color:#ff0000 !important;}
.c_blue {color:#2690de !important;}

#calendar_box {
    background-color: #f5f3f3;
    border: 1px solid #b7b7b7;
    padding: 10px 0 10px 0px;
/*    margin-top: 20px;*/
    position: absolute;
	height:305px;
	/* width:100%; */
	z-index:10000;
}
#calendar_box .left_btn {
    width: 99px;
    height: 100%;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
}
#calendar_box .right_btn {
	width:99px;
	height:100%;
	float:right;
	display: flex;
    align-items: center;
    justify-content: center;
	}
#calendar_box .control_icon {
	cursor:pointer;
	width:24px;
	}
#calendar_box .control_icon:hover {
	filter: grayscale(1);
	}
#calendar_box .calendar_item {width:900px;height:100%;float:left;}
#calendar_box .calendar_item .calnder_box {
    width: 280px;
    height: 100%;
    float: left;
    background: #ffffff;
    border: 1px #b5b5b5 solid;
}
#calendar_box .calendar_item .calnder_box:nth-child(3n-1){margin-left:30px;margin-right:30px;}
#calendar_box .calendar_item .calnder_box .calnder_table {
	width: 100%;
    border-collapse: collapse;
	}
#calendar_box .calendar_item .calnder_box .calneder_title p {
    text-align: center;
    margin-bottom: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 16px;
    color: #333333;
    font-weight: 600;
}
#calendar_box .calendar_item .calnder_box .calnder_table tr th {
	font-size: 14px;
    color: #333333;
    width: 14%;
	text-align:center;
	}
#calendar_box .calendar_item .calnder_box .calnder_table tr th:first-child {color: #ff0000 !important;}
#calendar_box .calendar_item .calnder_box .calnder_table tr th:last-child {color: #2690de !important;}
#calendar_box .calendar_item .calnder_box .calnder_table tr td {
    font-size: 14px;
    color: #333333;
    text-align: center;
    padding: .2em;
    cursor: pointer;
	height: 37px;
}
#calendar_box .calendar_item .calnder_box .calnder_table tr td span {
    border: 1px solid #dcdcdc;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.calendar-not {
    background: #efefef !important;
    cursor: not-allowed;
    color: #a5a1a1 !important;
}
.calendar-active {
    background: #bc0023 !important;
    color: #ffffff !important;
}
#calendar_box .calendar_item .calnder_box .calnder_table tr td span:hover {
	background: #bc0023 !important;
    color: #ffffff !important;
	}

/* month_search */

.month_search{
    height: 615px;
    overflow-y:scroll;

}

.month_search .left_btn{
    position: absolute;
    top:160px;
    left: 40%;
}

.month_search img{
    width: 14px;
}

.month_search .right_btn{
    position: absolute;
    top:160px;
    right: 40%;
/*    z-index: -2;*/
}

.month_search .calneder_title{
    height: 100px;
}
.month_search .calneder_title p{
    margin: 0 auto;
    padding-top: 20px;
    color: #212529;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.month_search .calnder_table{
    width:calc(100% - 4px);
    text-align: center;
    position: relative;
    z-index: 1;
    background-color: #fff;
}

.month_search td{
    background-color: #fff;
    border: 1px dashed #eee;
    position: relative;
/*    min-height: 140px;*/
}

.month_search td:hover{
    z-index: 1;
    box-shadow: 0px 0px 5px #00000015;
}
.calendar-reject{
    background-color: #fff;
}
.month_search .calendar-reject:hover, 
.month_search .calendar-not:hover{
    z-index: inherit;
    box-shadow: none;
}


.month_search p{
    font-size: 13px;
    margin: 0;
    /* width: 136px; */
    transition: all .1s ease-in-out;
}

.month_search .daily_piece p{
    color: #000;
    font-weight: bold;
    cursor: pointer;
}

.month_search .daily_piece:hover p{
    color: #bc0023;
    font-weight: bold;
    cursor: pointer;
}

.month_search .calendar-not  .daily_piece:hover p{
    color: #999999;
    font-weight: lighter;
}

.month_search .daily_moreview p:hover{
    color: #212529;
    font-weight: normal;

}

.month_search .month_selected{
    color: #bc0023;
    font-weight: bold;
}

.month_search .flex_row{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    min-height: 80px;
    padding: 5px;
}

.month_search .daily_detail{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    flex-wrap: wrap;
}

.daily_moreview{
    position: absolute;
    background-color: #fff;
    width: 105%;

    margin-top: -95px;
    padding: 5px;
    border-radius: 3px;
    left: 50%;
    transform: translate(-50%, 0);
    box-sizing: border-box;

    z-index: 10;
    border: 2px solid #45aeee;
}

.daily_moreview p{
    font-weight: normal;
    color: #212529;
    margin: 0 auto;
}

.daily_moreview img{
/*    position: absolute;*/
/*    width: 13px;*/
/*    bottom: -10px;*/
}

.daily_moreview svg{
    position: absolute;
    bottom: -9.7px;
}
.daily_moreview svg path{
    fill:#FFFFFF;stroke:#45AEEE;stroke-width:2px;stroke-linejoin:bevel;stroke-miterlimit:10;
}

#city_item {
/*	overflow:hidden;*/
	padding-top: 325px;
	z-index:9999;
    background-color: #fff;
    position:relative;
	}
#city_item .t1 {
    float: left;
    display: flex;
    align-items: center;
    margin: 0;
    line-height: 1;
    color: #333333;
    font-size: 17px;
    font-weight: 700;
}
#city_item .t1 .icon01 {
    float: left;
    margin-right: 5px;
}
#city_item .t2 {
    float: left;
    margin: 0;
    line-height: 1;
    color: #bc0023;
    font-size: 14px;
    font-weight: 700;
    margin-top: 4px;
    margin-left: 7px;
}
#city_item .search_form {
    float: right;
    margin-bottom: 0px;
    line-height: 1;
    margin-left: 10px;
}
#city_item .search_form .search_input {
    width: 200px;
    height: 30px;
    padding-left: 10px;
    border: 1px #b7b7b7 solid;
    float: left;
	font-size:14px;
}
#city_item .search_form .eBtn {
    width: 50px;
    height: 30px;
    background: #404040;
    display: inline-block;
    float: left;
    color: #ffffff;
    text-align: center;
    line-height: 30px;
    margin-left: 3px;
    font-size: 14px;
	cursor:pointer;
}
#city_item .city_list {overflow:hidden;width:100%;position:absolute; background-color: #fff;}
#city_item .city_list .city_tab {
    margin-top: 10px;
    overflow-x: auto;
    width: 1020px;
	float:left;
}
#city_item .city_list .city_tab ul {
    margin-bottom: 0px;
    height: 50px;
    overflow: hidden;
    width: max-content;
}
#city_item .city_list .city_tab ul li {
    float: left;
/*    width: 85px;*/
	padding:0 20px 0 20px; 
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #333333;
    background: #f1f1f1;
	cursor:pointer;
	font-size:14px;
	}
#city_item .city_list .city_tab ul li.on {
    background: #bc0023;
    color: #ffffff;
}
#city_item .city_list .city_tab ul li:hover {
	background: #bc0023;
    color: #ffffff;
	}
#city_item .city_list .city_body {
	overflow:hidden;
	width:100%;
	margin-top:5px;
	border-top:3px solid #555555;
	border-bottom:3px solid #555555;
	min-height:100px;
	}
#city_item .city_list .city_body ul li{
	float:left;
	margin-bottom:5px;
	width:122px;
	text-align:left;
	padding-left:10px;
	height:45px;
	font-size:14px;
	display: flex;
    align-items: center;
	}
#city_item .tab_close {
    float: right;
    width: 80px;
    height: 50px;
    background: #404040;
    margin-bottom: 0px;
    margin-top: 10px;
	display:flex;
	align-items:center;
	justify-content: center;
	cursor:pointer;
}

.city_list_scroll {
	height: 455px;
    overflow: hidden;
    overflow-y: scroll;
	}
#result {
	overflow:hidden;
	margin-top:20px;
/*	z-index:-2;*/
}

#result .info_box{
	float:left;
	width:380px;
	height:550px;
	}
#result .info_box .info_main {
	width:380px;
	background : #fff;
}
#result .info_box .info_top{
	float:left;
	height:50px;
	display:flex;
	align-items:center;
	margin-right: 20px;
	}
#result .info_box .info_top .icon02{
	margin-left:7px;
	margin-right:7px;
	}
#result .info_box .info_date{
	float:right;
	height:50px;
	display:flex;
	align-items:center;
	margin-right:10px;
	}
#result .info_box .info_date .info_control {width:8px;cursor:pointer;}
#result .info_box .info_date .s1 {font-size:14px;margin-left:8px;margin-right:8px;}
#result .info_box .info_date .s1 span {
    font-size: 14px;
    color: #2690de;
    font-weight: 500;
}
#result .info_box .info_list {
    width: 100%;
    overflow: hidden;
}
#result .info_box .info_list .aLstTit {
	zoom: 1;
    background-color: #595d63;
    min-height: 40px;
	margin-bottom:0px;
	}
#result .info_box .info_list .aLstTit li {
    display: flex;
    float: left;
    font-size: 13px;
    text-align: center;
    color: #ffffff;
    align-items: center;
    justify-content: center;
    height: 40px;
}
#result .info_box .info_list .aAir{width:70px;}
#result .info_box .info_list .aTim{width:60px;}
#result .info_box .info_list .aPay{width:70px;}
#result .info_box .info_list .aBtm{width:60px;}
#result .info_box .info_list .aCls{width:70px;}
#result .info_box .info_list .aSel{width:40px;}
#result .info_box .info_list .aLstWrp .list .aLstInt {overflow:hidden; width:100%;}
#result .info_box .info_list .aLstWrp .list .aLstInt li {
    display: flex;
    float: left;
    font-size: 13px;
    text-align: center;
    color: #333333;
    align-items: center;
    justify-content: center;
    height: 40px;
    flex-direction: column;
}
#result .info_box .info_list .aLstWrp .list .list_dep01 {
    overflow: hidden;
    width: 100%;
    margin-top: 3px;
}
#result .info_box .info_list .aLstWrp .list .list_dep01 .dep02 {
    width: 100%;
    border-bottom: 1px #e4e4e4 solid;
    overflow: hidden;
    padding-bottom: 3px;
}
#result .info_box .info_list .aLstWrp .list .list_dep01 .dep02:nth-child(1) {border-top:1px #e4e4e4 solid;}
#result .info_box .info_list .aLstWrp .list .list_dep01 .dep02 ul li{
    display: flex;
    float: left;
    font-size: 13px;
    text-align: center;
    color: #333333;
    align-items: center;
    justify-content: center;
    height: 40px;
    flex-direction: column;
}
#result .info_box .info_list .aLstWrp .list .list_dep01 .dep02 ul .w130 {width:130px;}
#result .info_box .info_list .aLstWrp .list .list_dep01 .dep02 ul .t1 {width:70px;}
#result .info_box .info_list .aLstWrp .list .list_dep01 .dep02 ul .t2 {width:50px;}
#result .info_box .info_list .aLstWrp .list .list_dep01 .dep02 ul .t3 {width:40px;}
#result .info_box .info_list .aLstWrp .list .list_dep01 .dep02 ul .t4 {width:50px;}
#result .info_box .info_list .aLstWrp .list .list_dep01 .dep02 ul .aSel {width:40px;}
#result .info_box .info_list .aLstWrp .list {
    border-bottom: 1px #e4e4e4 solid;
    overflow: hidden;
    padding-bottom: 5px;
}


/* 편도 일경우  */

#result .info_box_ow{
	float:left;
	width:760px;
	height:550px;
	}
#result .info_box_ow .info_main {
	width:760px;
	background : #fff;
}
#result .info_box_ow .info_top{
	float:left;
	height:50px;
	display:flex;
	align-items:center;
	margin-right: 20px;
	}
#result .info_box_ow .info_top .icon02{
	margin-left:7px;
	margin-right:7px;
	}
#result .info_box_ow .info_date{
	float:right;
	height:50px;
	display:flex;
	align-items:center;
	margin-right:10px;
	}
#result .info_box_ow .info_date .info_control {width:8px;cursor:pointer;}
#result .info_box_ow .info_date .s1 {font-size:14px;margin-left:8px;margin-right:8px;}
#result .info_box_ow .info_date .s1 span {
    font-size: 14px;
    color: #2690de;
    font-weight: 500;
}
#result .info_box_ow .info_list {
    width: 100%;
    overflow: hidden;
}
#result .info_box_ow .info_list .aLstTit {
	zoom: 1;
    background-color: #595d63;
    min-height: 40px;
	margin-bottom:0px;
	}
#result .info_box_ow .info_list .aLstTit li {
    display: flex;
    float: left;
    font-size: 13px;
    text-align: center;
    color: #ffffff;
    align-items: center;
    justify-content: center;
    height: 40px;
}
#result .info_box_ow .info_list .aAir{width:140px;}
#result .info_box_ow .info_list .aTim{width:120px;}
#result .info_box_ow .info_list .aPay{width:140px;}
#result .info_box_ow .info_list .aBtm{width:120px;}
#result .info_box_ow .info_list .aCls{width:140px;}
#result .info_box_ow .info_list .aSel{width:80px;}
#result .info_box_ow .info_list .aLstWrp .list .aLstInt {overflow:hidden; width:100%;}
#result .info_box_ow .info_list .aLstWrp .list .aLstInt li {
    display: flex;
    float: left;
    font-size: 13px;
    text-align: center;
    color: #333333;
    align-items: center;
    justify-content: center;
    height: 40px;
    flex-direction: column;
}
#result .info_box_ow .info_list .aLstWrp .list .list_dep01 {
    overflow: hidden;
    width: 100%;
    margin-top: 3px;
}
#result .info_box_ow .info_list .aLstWrp .list .list_dep01 .dep02 {
    width: 100%;
    border-bottom: 1px #e4e4e4 solid;
    overflow: hidden;
    padding-bottom: 3px;
}
#result .info_box_ow .info_list .aLstWrp .list .list_dep01 .dep02:nth-child(1) {border-top:1px #e4e4e4 solid;}
#result .info_box_ow .info_list .aLstWrp .list .list_dep01 .dep02 ul li{
    display: flex;
    float: left;
    font-size: 13px;
    text-align: center;
    color: #333333;
    align-items: center;
    justify-content: center;
    height: 40px;
    flex-direction: column;
}
#result .info_box_ow .info_list .aLstWrp .list .list_dep01 .dep02 ul .w130 {width:130px;}
#result .info_box_ow .info_list .aLstWrp .list .list_dep01 .dep02 ul .t1 {width:70px;}
#result .info_box_ow .info_list .aLstWrp .list .list_dep01 .dep02 ul .t2 {width:50px;}
#result .info_box_ow .info_list .aLstWrp .list .list_dep01 .dep02 ul .t3 {width:40px;}
#result .info_box_ow .info_list .aLstWrp .list .list_dep01 .dep02 ul .t4 {width:50px;}
#result .info_box_ow .info_list .aLstWrp .list .list_dep01 .dep02 ul .aSel {width:40px;}
#result .info_box_ow .info_list .aLstWrp .list {
    border-bottom: 1px #e4e4e4 solid;
    overflow: hidden;
    padding-bottom: 5px;
}
/* 편도 일경우  */


.auto_btn {
    background: #bc0023;
    color: #ffffff;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 2px;
    font-size: 13px;
    cursor: pointer;
}
.all_btn {
    background: #2690de;
    color: #ffffff;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 2px;
    font-size: 13px;
    cursor: pointer;
}
#result .reservation_box {
    float: left;
    width: 310px;
    background: #ffffff;
    min-height: 500px;
    border: 1px #e4e4e4 solid;
}
#result .reservation_box .reservation_box_top {
    padding-left: 10px;
    color: #ffffff;
    font-size: 18px;
    background: #bc0023;
    margin-bottom: 0px;
    height: 45px;
    line-height: 45px;
}
#result .reservation_box .aBOX {
    overflow:hidden;
	width:100%;
}
#result .reservation_box .aBOX .aBOX_a{
    overflow:hidden;
	padding: 10px;
}
#result .reservation_box .aBOX .aBOX_a .tLstInt {
    width: 100%;
    overflow: hidden;
    margin-bottom: 0px;
}
#result .reservation_box .aBOX .aBOX_a .tLstInt li {
    height: 40px;
    line-heighT: 40px;
    border-top: 1px #dddddd solid;
    border-bottom: 1px #dddddd solid;
    float: left;
    text-align: center;
    background: #eaeaea;
    color: #020202;
    font-size: 15px;
}
#result .reservation_box .aBOX .aBOX_a .a1{
	width:110px;
}
#result .reservation_box .aBOX .aBOX_a .a2{
	width:68px;
}
#result .reservation_box .aBOX .aBOX_a .a3{
	width:110px;
}


#result .reservation_box .aBOX .aBOX_a .bLstInt {
    width: 100%;
    overflow: hidden;
	margin-bottom:0px;
	min-height:60px;
}

#result .reservation_box .aBOX .aBOX_a .bLstInt .dep01 .dep02 li{
	float:left;
	text-align:center;
	height:40px;
	line-height:40px;
	border-bottom:1px #e4e4e4 solid;
	font-size:14px;
}

#result .reservation_box .aBOX .aBOX_b {
    overflow: hidden;
    padding: 10px;
}
#result .reservation_box .aBOX .personnel {
    width: 100%;
    overflow: hidden;
    margin-bottom: 0px;
	display:block;
	background: #eaeaea;
}
#result .reservation_box .aBOX .personnel li {
    height: 40px;
    line-heighT: 40px;
    border-top: 1px #dddddd solid;
    border-bottom: 1px #dddddd solid;
    float: left;
    text-align: center;
    color: #595d63;
    font-size: 17px;
    padding-left: 10px;
    font-weight: 700;
}
#result .reservation_box .aBOX .sum_total {
    width: 100%;
    overflow: hidden;
    margin-bottom: 0px;
    display: block;
}
#result .reservation_box .aBOX .sum_total p{
    margin-bottom: 0px;
    height: 40px;
    line-height: 40px;
    color: #333333;
    font-weight: 700;
    font-size: 16px;
}
#result .reservation_box .aBOX .sum_total p .sum {
    float: right;
    font-size: 26px;
    color: #bc0023;
}
#result .reservation_box .aBOX .price_box {
    overflow: hidden;
    padding-top: 10px;
    border-bottom: 1px #cccccc solid;
	border-top: 1px #cccccc solid;
    padding-bottom: 10px;
}

#result .reservation_box .aBOX .price_box p {
    margin-bottom: 0px;
    font-size: 16px;
    color: #212121;
    font-weight: 400;
	line-height:1;
	overflow:hidden;
}
#result .reservation_box .aBOX .price_box p .p1{
    float:left;
}
#result .reservation_box .aBOX .price_box p .total{
    float:right;
	color:#333333;
}
#result .reservation_box .aBOX .refund_box {
    overflow: hidden;
    padding-top: 0px;
	font-size:14px;
    border-bottom: 1px #cccccc solid;
}

.aBtn_box {overflow:hidden;padding-left:10px;padding-right:10px;}

#result .reservation_box .aBOX .aBOX_b .regulation{
	background: #6f7173;
	height:40px;
	text-align:center;
	cursor:pointer;
	}
#result .reservation_box .aBOX .aBOX_b .regulation:hover{
	background: #2690de;
	}
#result .reservation_box .aBOX .aBOX_b .regulation p {
    color: #ffffff;
    line-height: 40px;
    margin-bottom: 0px;
    font-size: 15px;
    font-weight: 700;
}
#result .reservation_box .aBOX .aBOX_b .regulation_ul {margin-top:10px;margin-bottom:0px;}
#result .reservation_box .aBOX .aBOX_b .regulation_ul li {
    color: #5d5d5d;
    line-height: 28px;
    margin-bottom: 0px;
    font-size: 15px;
    font-weight: 500;
}


#basePopUp {width:100%;}
#basePopUp .table_item{overflow:hidden;}
#basePopUp .table_item table{width:100%;border-collapse: collapse;}
#basePopUp .table_item table tr th {
/*    width: 35%;*/
    text-align: center;
    background-color: #595d63;
    color: #ffffff;
    font-size: 14px;
    height: 40px;
    font-weight: 500;
    border-bottom: 1px #82868d solid;
}
#basePopUp .table_item table tr td {
/*    width: 65%;*/
    text-align: left;
    color: #333333;
    font-size: 14px;
    padding-left: 20px;
    border-top: 1px #e4e4e4 solid;
    vertical-align: middle;
}

#air_wrap .sp10 {
    display: block;
    clear: both;
    height: 10px;
}

.reservation_pop_box {
    background: rgb(0,0,0,0.7);
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0px;
    padding: 30px;
}

.reservation_pop_box .reservation_pop {
    width: 100%;
    margin: 0 auto;
    background: #ffffff;
    top: 0%;
    position: relative;
    height: 100%;
    overflow-y: auto;
}
.pd20 {padding:20px !important;}
.pdw20 {padding-left: 20px !important; padding-right: 20px !important;}
.mw20 {margin-left: 20px !important; margin-right: 20px !important;}
.reservation_pop_box .reservation_pop h1 {
    background: #acacac;
    font-size: 20px;
    color: #ffffff;
    padding: 10px 20px;
    font-weight: 500;
}

.reservation_pop_box .reservation_pop h1 .close_pop{
    float: right;
    font-size: 14px;
    font-weight: 200;
    padding-top: 4px;
}

.reservation_pop_box .reservation_pop h1 span img{
    margin-top: -4px;
}

.schedule_title {
	width: 100%;
  /*  overflow: hidden;*/
}
.schedule_title:after { display:block; content:''; clear:both;}



.reservation_pop_box .reservation_pop .schedule_title p {
	font-size: 12px;
    margin-right: 10px;
    padding-right: 15px;
    color: #343434;
    float: left;
    padding-top: 5px;
}

.reservation_pop_box .reservation_pop .schedule_title p:nth-child(1) {
    font-size: 16px !important;
	padding-top: 0px !important;
}

.reservation_pop_box .reservation_pop .schedule table {
	width: 100%;
    margin: 0 auto;
	border-bottom: 1px #b3b3b3 solid;
    border-top: 1px #b3b3b3 solid;
}

.reservation_pop_box .reservation_pop .schedule table tr {
	height: 35px;
}




/* .schedule table tr:nth-child(1) td {
	background: #efefef;
    text-align: center;
    font-weight: 400;
    font-size: 13px !important;
    border-bottom: 1px #ddd solid;
} */

.reservation_pop_box .reservation_pop .schedule table td {
	text-align: center;
    font-size: 13px;
    color: #505050;
    padding-left: 5px;
}


.order_detail tr{border-bottom:1px solid #eee;}
.order_detail table{width: 100%; margin:auto; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd;}


/*.reservation_pop_box .reservation_pop .schedule .schedule_i_box td:nth-child(1) {width:12%;}*/
/*.reservation_pop_box .reservation_pop .schedule .schedule_i_box td:nth-child(2) {width:8%;}*/
/*.reservation_pop_box .reservation_pop .schedule .schedule_i_box td:nth-child(3) {width:8%;}*/
/*.reservation_pop_box .reservation_pop .schedule .schedule_i_box td:nth-child(4) {width:6%;}*/
/*.reservation_pop_box .reservation_pop .schedule .schedule_i_box td:nth-child(5) {width:9%;}*/
/*.reservation_pop_box .reservation_pop .schedule .schedule_i_box td:nth-child(6) {width:7%;}*/
/*.reservation_pop_box .reservation_pop .schedule .schedule_i_box td:nth-child(7) {width:7%;}*/
/*.reservation_pop_box .reservation_pop .schedule .schedule_i_box td:nth-child(8) {width:7%;}*/
/*.reservation_pop_box .reservation_pop .schedule .schedule_i_box td:nth-child(9) {width:10%;}*/
/*.reservation_pop_box .reservation_pop .schedule .schedule_i_box td:nth-child(10) {width:12%;}*/
/*.reservation_pop_box .reservation_pop .schedule .schedule_i_box td:nth-child(11) {width:15%;}*/

.popup_table {
	width:100%;
}

.popup_table th {
	background: #efefef;
    text-align: center;
    font-weight: 400;
    font-size: 15px !important;
    border-bottom: 1px #b3b3b3 solid;
}

.popup_table tr {
	width:100%;
    height:35px;
	border-bottom: 1px #b3b3b3 solid;
}

.reservation_pop_box .reservation_pop .schedule .rc {
    background: #db0d33;
}
.reservation_pop_box .reservation_pop .schedule table tr.hidevia{
    background-color: #f9f9f9;
}

.reservation_pop_box .reservation_pop .schedule td span{
	font-size: 10px;
    background: #5ca6dc;
    color: #ffffff;
    padding: 2px 5px;
    margin-left: 5px;
    border-radius: 10px;
}
.reservation_pop_box .reservation_pop .schedule td span.viaview_button{
    width: fit-content;
    font-size: 12px;
    border-radius: 8px;
    padding: 4px 10px;
}
/*예약정보*/

.reservation_pop_box .reservation_pop .info_box table {
	width: 100%;
    margin: 0 auto;
	border-bottom: 1px #b3b3b3 solid;
    border-top: 1px #b3b3b3 solid;
}

.order_detail  table{
    border-bottom: 1px #eee solid !important;
    border-top: 1px #eee solid !important;
}


.reservation_pop_box .reservation_pop .info_box table .on {font-weight: 600;}
.reservation_pop_box .reservation_pop .info_box table .off {color:#868686;}
/*.reservation_pop_box .reservation_pop .info_box table tr:nth-child(1) td {  border-bottom: 1px #ddd solid; }*/
/**/
/*.reservation_pop_box .reservation_pop .info_box table td:nth-child(1) {*/
/*   /* background: #efefef; */*/
/*	text-align: center;*/
/*	font-weight: 400;*/
/*   font-size: 15px !important;*/
/*}*/
/*.reservation_pop_box .reservation_pop .info_box table td:nth-child(3) {*/
/*   /* background: #efefef; */*/
/*	text-align: center;*/
/*	font-weight: 400;*/
/*   font-size: 15px !important;*/
/*}*/

/*.reservation_pop_box .reservation_pop .info_box .info_box_01 td:nth-child(1) {width:15%;}*/
/* .reservation_pop_box .reservation_pop .info_box .info_box_01 td:nth-child(2) {width:35%;} */

.reservation_pop_box .reservation_pop table tr {
    height: 35px;
    /* height: 42px; */
}

.order_detail .pdw20 table tr {
    height: 42px;
}




.reservation_pop_box .reservation_pop .info_box table td input {
/*    margin-left: 20px;*/
    border: 1px #dedede solid;
   width: 85%;
	padding-left: 10px;
	font-size: 13px;
    color: #505050;
	height: 25px;
}

.wauto{
    width: auto !important;
}
/*탑승인원*/

.order_detail table p{
	padding-left: 12px;
    font-size: 14px;
    color: #505050;
    vertical-align: middle;
    padding-top: 9px;
    height: 20px;
}

.reservation_pop_box .reservation_pop .personnel select {
	margin-left: 20px;
    border: 1px #dedede solid;
    width: 70%;
    padding-left: 10px;
    font-size: 13px;
    color: #505050;
    height: 25px;
}

.reservation_pop_box .reservation_pop .personnel tr {border-bottom: 1px #b3b3b3 solid;}

.reservation_pop_box .reservation_pop .personnel table td:nth-child(odd) {width:15%;}
.reservation_pop_box .reservation_pop .personnel table td:nth-child(even) {width:35%;}

/* 결제금액 정보*/
/*.reservation_pop_box .reservation_pop .pay_info table td:nth-child(1) {padding-left: 0px; width: 15%;}*/
/*.reservation_pop_box .reservation_pop .pay_info table tr:nth-child(1) td:nth-child(2) {width:85%;}*/
/*.reservation_pop_box .reservation_pop .pay_info table tr:nth-child(2) td:nth-child(2) {width:20%;}*/
/*.reservation_pop_box .reservation_pop .pay_info table tr:nth-child(2) td:nth-child(3) {width:35%;}*/
/*.reservation_pop_box .reservation_pop .pay_info table tr:nth-child(2) td:nth-child(4) {width:30%;}*/

/*.reservation_pop_box .reservation_pop .pay_info table td:nth-child(3) {*/
/*    background: #ffffff;*/
/*    font-size: 13px !important;*/
/*    color: #505050 !important;*/
/*    font-weight: 400;*/
/*}*/

.reservation_pop_box .reservation_pop .pay_info table td {
/*	padding-left: 20px;*/
    font-size: 14px;
    color: #505050;
    height: 20px;
    font-weight: 400;
}

/*탑승자정보*/
.reservation_pop_box .reservation_pop .passenger01 {
	background: #db0d33;
    color: #ffffff !important;
    text-align: center;
    padding: 2px 7px !important;
    font-size: 11px;
    border-radius: 20px;
    margin-top: 3px;
    margin-right: 20px;
}

.reservation_pop_box .reservation_pop .passenger02 {
	background: #45AEE2;
    color: #ffffff !important;
    text-align: center;
    padding: 2px 7px !important;
    font-size: 11px;
    border-radius: 20px;
    margin-top: 3px;
    margin-right: 20px;
}

.reservation_pop_box .reservation_pop  .f_name {width: 30%; display: inherit;}
.reservation_pop_box .reservation_pop  .l_name {width: 40%; display: inherit;}

/*.reservation_pop_box .reservation_pop .passenger table td:nth-child(1) {width:10%; 8%}*/
/*.reservation_pop_box .reservation_pop .passenger table td:nth-child(2) {width:35%; 26%}*/
/*.reservation_pop_box .reservation_pop .passenger table td:nth-child(3) {width:6%;}*/
/*.reservation_pop_box .reservation_pop .passenger table td:nth-child(4) {width:6%;}*/
/*.reservation_pop_box .reservation_pop .passenger table td:nth-child(5) {width:14%;}*/
/*.reservation_pop_box .reservation_pop .passenger table td:nth-child(6) {width:12%;}*/
/*.reservation_pop_box .reservation_pop .passenger table td:nth-child(7) {width:12%;}*/
/*.reservation_pop_box .reservation_pop .passenger table td:nth-child(8) {width:16%;}*/

.reservation_pop_box .reservation_pop  .passenger_box td:nth-child(5) input{
	width: 85px; text-align:center;padding-left: 0px;
}

.reservation_pop_box .reservation_pop .passenger_box td:nth-child(6) input{
	width: 90px; padding-left: 0px; text-align:center;
}

.reservation_pop_box .reservation_pop .passenger_box td:nth-child(7) input{
	width: 95px; padding-left: 0px; text-align:center;
}

.reservation_pop_box .reservation_pop .passenger_box td:nth-child(8) input{
	padding-left: 0px; text-align:center;
}

.reservation_pop_box .reservation_pop .passenger_box td:nth-child(9) input{
	padding-left: 0px; text-align:center;
}

.reservation_pop_box .reservation_pop .passenger_box input {
    border: 1px #dedede solid;
    padding-left: 10px;
    font-size: 13px;
    color: #505050;
    height: 25px;
}

.reservation_pop_box .reservation_pop .passenger_box select {
    border: 1px #dedede solid;

    font-size: 13px;
    color: #505050;
    height: 25px;
}


/*결제수단*/

/*.reservation_pop_box .reservation_pop .payment table  tr td:nth-child(1) {*/
/*width: 6%*/
/*}*/
/*.reservation_pop_box .reservation_pop .payment table  tr td:nth-child(2) {*/
/*width: 12.5%*/
/*}*/
/*.reservation_pop_box .reservation_pop .payment table  tr td:nth-child(3) {*/
/*width: 12.5%*/
/*}*/
/*.reservation_pop_box .reservation_pop .payment table  tr td:nth-child(4) {*/
/*width: 12.5%*/
/*}*/
/*.reservation_pop_box .reservation_pop .payment table  tr td:nth-child(5) {*/
/*width: 12.5%*/
/*}*/
/*.reservation_pop_box .reservation_pop .payment table  tr td:nth-child(6) {*/
/*width: 19.5%*/
/*}*/
/*.reservation_pop_box .reservation_pop .payment table  tr td:nth-child(7) {*/
/*width: 14.5%*/
/*}*/
/*.reservation_pop_box .reservation_pop .payment table  tr td:nth-child(8) {*/
/*width: 12%*/
/*}*/

.payment table  tr td:nth-child(6) input{
width: 25%;
}

.payment table  tr td input {

    border: 1px #dedede solid;
    padding-left: 10px;
    font-size: 13px;
    color: #505050;
    height: 25px;
}

.payment table  tr td  select {
    border: 1px #dedede solid;
    font-size: 13px;
    color: #505050;
    height: 25px;
}

.payment table  tr td span {
background: none !important;
border-radius: 0px !important;
font-size: 13px !important;
color: #505050 !important;

}

.payment table  tr td input[type='radio'] {
margin-top: -1px;
vertical-align: middle;
width: 10px;
}

.payment .pay_btn01 button {
	border: none;
    outline: none;
    cursor: pointer;
    font-size: 12px;
    width: 100px;
    height: 25px;
    color: #ffffff;
    background: #909090;
}

.payment .pay_btn01 button:hover {
	background:#757575;
}

.payment  .pay_btn02 {
	display: table;
    margin: 0 auto;
}

.payment  .pay_btn02 button {
	margin: 0 10px;
    border: none;
    width: 110px;
    height: 35px;
    outline: none;
    font-size: 14px;
    color: #ffffff;
    background: #5ca6dc;
	cursor:pointer;
}

.payment .pay_btn02 button:hover {
background:#4d93c5;
}

/*메모*/

/* .log_btn button {
	    width: 70px;
    height: 23px;
    font-size: 12px;
    color: #ffffff;
    border: none;
    outline: none;
        background: #db0d33;
		cursor:pointer;
} */

/* .log_btn button:hover {
background: #ca0a2e;
} */

.log_btn span {
    font-size: 12px;
    margin-left: 10px;
    color: #888888;
}

#air_wrap  .reservation_pop_box .reservation_pop .memo_p table td:nth-child(1) {width:20% !important;}
#air_wrap  .reservation_pop_box .reservation_pop .memo_p table td:nth-child(2) {width:60% !important;}
#air_wrap  .reservation_pop_box .reservation_pop .memo_p table td:nth-child(3) {width:20% !important;}

.memo_w {
	margin-top: 20px !important;
}

.memo_w tr:nth-child(1) td {
	    text-align: left !important;
    padding-left: 40px;
}

.memo_w tr:nth-child(2) td:nth-child(1) {
	width:20%;
}
.memo_w tr:nth-child(2) td:nth-child(2) {
	    width: 60%;
    border-left: 1px solid #f5f5f5;
	border-right: 1px solid #f5f5f5;
}
.memo_w tr:nth-child(2) td:nth-child(3) {
	width:20%;
}

.memo_w tr:nth-child(2) td:nth-child(1) input {
	border: 1px #dedede solid;
    color: #929292;
    padding-left: 10px;
    height: 25px;
    margin: 0 auto;
    width: 80%;
}

.memo_w tr:nth-child(2) td:nth-child(2) textarea {
	    width: 68%;
    margin-top: 5px;
    border: #dedede 1px solid;
    outline-color: #dddddd;
    color: #6b6b6b;
    padding: 5px 10px;
    height: 80px;
    float: left;
    margin-bottom: 5px;
    margin-left: 2%;
}

.memo_w tr:nth-child(2) td:nth-child(2) p {
	font-size: 12px;
    color: #0075ff;
    padding-top: 70px;
    width: 28%;
    float: left;
    text-align: left;
    padding-left: 10px;
    margin-bottom: 0px;
    vertical-align: bottom;
	margin-right: 2%;
}

.memo_w tr:nth-child(2) td:nth-child(3) button {
	border: none;
    outline: none;
    cursor: pointer;
    width: 100px;
    height: 30px;
    color: #ffffff;
    background: #909090;
}

.memo_w tr:nth-child(2) td:nth-child(3) button:hover {
	    background: #757575;
}


/*끝하단 버튼*/
.last_btn01 {
	display: table;
    margin: 0 auto ;
}

.last_btn01 button {
	margin: 0 10px;
    border: none;
    width: 110px;
    height: 35px;
    outline: none;
    font-size: 14px;
    color: #ffffff;
    background: #db0d33;
	cursor:pointer;
}

.last_btn01 button:focus {    outline: none !important;}

.last_btn01 button:hover {
background: #ca0a2e;
}


/* city_search_box */
.city_search_box{
    position: absolute;
    z-index: 10010;
    background-color: #fff;
    /* box-sizing: border-box; */
    border: 1px solid #c5c5c5;
    

    margin-left: 229px;
    width: 491px;
}

.cal_close_img{
    width: 20px;
    position: absolute;
    top: 10px;
    right: 10px;
}
/* --------------- */



/*.loading-section{*/
/*	width: 100%;*/
/*	height: 100%;*/
/*	/* height: 50vh; */*/
/*	position: relative;*/
/*}*/
/**/
/**/
/**/
/**/
/*.loading-img-wrap{*/
/*	width: 100%;*/
/*	height: 100%;*/
/*    position: absolute;*/
/*    padding-top: 15px;*/
/*/*	top: 50%;*/*/
/*/*	left: 50%;*/*/
/*/*	transform: translate(-50%, -50%);*/*/
/*}*/
/**/
/**/
/*.info_box .loading-img-wrap{*/
/*    padding-top: 50%;*/
/*}*/
/**/
/**/
/**/
/**/
/*.loading-svg{*/
/*	position: absolute;*/
/*	left: 50%;*/
/**/
/*	width: 80px;*/
/*	height: 80px;*/
/*	transform: translate(-50%);*/
/**/
/*	overflow: visible;*/
/*}*/
/**/
/*.loading-svg path{*/
/*	fill: #ccc;*/
/*}*/
/**/
/*.loading-svg .foot{*/
/*	fill: #454444;*/
/*	transform: translateY(-1px) rotate(-2deg);*/
/**/
/*	animation-name: foot;*/
/*	animation-duration: .8s;*/
/*	animation-iteration-count: infinite;*/
/*}*/
/**/
/*@keyframes foot{*/
/*	from{*/
/*		transform: translateY(-1px) rotate(-2deg);*/
/*	}*/
/**/
/*	50%{*/
/*		transform: translateY(-1px) rotate(2deg);*/
/*	}*/
/**/
/*	to{*/
/*		transform: translateY(-1px) rotate(-2deg);*/
/*	}*/
/*}*/
/**/
/*.loading-img-wrap p{*/
/*/*	position: absolute;*/*/
/*	width: 100%;*/
/*	text-align: center;*/
/*/*	bottom: 0;*/*/
/*	color: #454444;*/
/*	font-weight: bold;*/
/*	margin-top: 100px;*/
/*}*/
	.loading_form_wrap{
		width: 100%;
		height: 100%;
		position: relative;
	}

	.loading_form_wrap .loading_img{
		width: 100px;
		height: 100px;
		margin: 0 auto;
		position: relative;
		margin-top: 20px;

		animation-name: forset;
		animation-duration: 2s;
		animation-iteration-count: infinite;
	}

	.loading_img .airplane_load{
		width: 100px;

		animation-name: forairplane;
		animation-duration: 2s;
        animation-iteration-count: infinite;
        
        position: relative;
        z-index: 1;
	}

	.loading_img .shadow_load{
		width: 75px;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
        top: 85px;
        opacity: 0.8;
	}

	@keyframes forset {
		from{
            transform: translateX(-45px);
        }

        10%{
            transform: translateX(-45px);
        }

        to{
            transform: translateX(45px);
        }
	}

	@keyframes forairplane{
		from{
            transform: translateY(35px);
        }

        20%{
            transform: translateY(35px);
        }

        to{
            transform: translateY(-20px);
        }
	}

	.loading_text p{
        padding-top: 10px;
        text-align: center;
        color: #454444;
    }
/* -----------------------------------------------

.loading_form_wrap_circle{
    width: 100%;
    height: 100%;
    position: relative;
}

.loading_form_wrap_circle .loading_img{
    width: 100px;
    height: 100px;
    margin: 0 auto;
    position: relative;
    margin-top: 30px;
    border: 1px solid red;
    animation-name: forset2;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

.loading_form_wrap_circle .loading_img .airplane_load{
    width: 100px;

    animation-name: forairplane2;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    
    position: absolute;
    z-index: 1;
}

.loading_form_wrap_circle .loading_img .shadow_load{
    width: 75px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 85px;
    opacity: 0.8;
}

@keyframes forset2 {
    from{
        transform: translateX(-45px);
    }

    50%{
        transform: translateX(45px);
    }

    to{
        transform: translateX(-45px);
    }
}

@keyframes forairplane2{
    /* from{
        right: -45px;
        top: 0;
    }

    25%{
        right: 0;
        top: 10px;
    }

    50%{
        right: 45px;
        top: 0;
    }

    75%{
        top: -10px;
        right: 0;
    }

    to{
        right: -45px;
        top: 0;
    } 

    100%{
        transform: rotate3d(360deg);
    }


} 
*/

/* ----------------------------------------------- */
    
.load1{
	animation-name: pop1;
	animation-duration: 1.5s;
	animation-iteration-count: infinite;
}

.load2{
	animation-name: pop2;
	animation-duration: 1.5s;
	animation-iteration-count: infinite;
}

.load3{
	animation-name: pop3;
	animation-duration: 1.5s;
	animation-iteration-count: infinite;
}

.load4{
	animation-name: pop4;
	animation-duration: 1.5s;
	animation-iteration-count: infinite;
}

.load5{
	animation-name: pop5;
	animation-duration: 1.5s;
	animation-iteration-count: infinite;
}



@keyframes pop1{
	from{
		fill: #ccc;
	}
	14.5%{
		fill: #ccc;
	}
	15%{
		fill: #EABF2A;
	}
	100%{
		fill: #EABF2A;
	}
}

@keyframes pop2{
	from{
		fill: #ccc;
	}
	34.5%{
		fill: #ccc;
	}
	35%{
		fill: #58245B;
	}
	100%{
		fill: #58245B;
	}
}

@keyframes pop3{
	from{
		fill: #ccc;
	}
	54.5%{
		fill: #ccc;
	}
	55%{
		fill: #454444;
	}
	100%{
		fill: #454444;
	}
}

@keyframes pop4{
	from{
		fill: #ccc;
	}
	74.5%{
		fill: #ccc;
	}
	75%{
		fill: #DA3E1B;
	}
	100%{
		fill: #DA3E1B;
	}
}

@keyframes pop5{
	from{
		fill: #ccc;
	}
	94.5%{
		fill: #ccc;
	}
	95%{
		fill: #1B408F;
	}
}

.TerminalWindow {
	position:absolute;
	top:0;
	left:0;
	color:#ffffff;
	font-size:12px;
	width:404px;
	height:362px;
	overflow-y:auto;
}
.TerminalWindow pre {
	color:#ffffff;
}


.notice-wrap-title-wrap{
    width: 98%;
    border-radius: 3px;

    box-shadow: 1px 2px 6px rgba(0,0,0,0.1);

    display: flex;
    justify-content: space-between;
	margin: 10px 0;
    transition: all .2s ease-in-out;
}

.notice-wrap-title-wrap .title-wrap{
    width: 50%;
    padding: 10px 0;
    display: flex;
    justify-content: start;
}

.notice-wrap-title-wrap .title-img-wrap{
    width: 70px;
    position: relative;
}

.notice-wrap-title-wrap .title-img-wrap img{
    position: absolute;
    right: 50%;
    transform: translateX(50%);

}

.notice-wrap-title-wrap .title-wrap span{
    font-size: 14px;
    font-weight: bold;
    color: #464646;
}
