/**
 * 추가 css
 */

/**
 * CV/page/ 탭메뉴
 */
 .wrap_title{text-align: center; margin: 30px 0 30px 0;}
 .customtab{overflow:hidden}
 .customtab li{float:left; cursor: pointer;}
 .con_wrap div:nth-child(2){display:none}
 .con_wrap div:nth-child(3){display:none}
 .con_wrap div:nth-child(4){display:none}

/**
 * 출조정보
 */
 .port_time_list{
   height: 111px;
   background-color: #f2f2f2;
   width : 658px;
   padding : 25px;
}
.port_detail_title{
   width: 85px;
   text-align: center;
   font-weight: bold;
   font-size: 18px;
   color: #000;
}
.port_detail_contents{
   font-size: 14px;
}
.red{
   color : #ff0000;
}
.guide_wrap1{
   height: 97px;
   padding: 21px;
   border: 3px solid #1b76b8;
   width: 100%;
}
.guide1_title{
   width: 170px;
   font-size: 18px;
   font-weight: bold;
   border-right: 2px solid #1b76b8;
   height: 48px;
   text-align: center;
   line-height: 48px;
   color: #1b76b8;
}
.guide1_list{
   height: 48px;
   margin-left: 20px;
   line-height: 16px;
}
.guide_wrap2{
   height: 97px;
   padding: 21px;
   border: 3px solid #1b76b8;
   width: 100%;
}
.guide2_title{
   width: 170px;
   font-size: 18px;
   font-weight: bold;
   border-right: 2px solid #1b76b8;
   height: 48px;
   text-align: center;
   line-height: 48px;
   color: #1b76b8;
}
.guide2_list{
   height: 48px;
   margin-left: 20px;
   line-height: 16px;
}
.guide_wrap3{
   height: 145px;
   padding: 21px;
   border: 3px solid #1b76b8;
   width: 100%;
}
.guide3_title{
   width: 170px;
   font-size: 18px;
   font-weight: bold;
   border-right: 2px solid #1b76b8;
   height: 100px;
   text-align: center;
   line-height: 95px;
   color: #1b76b8;
}
.guide3_list{
   height: 48px;
   margin-left: 20px;
   line-height: 16px;
}
/*
메인 예약현황
 */
table.mainReservation {
   width: 100%;
}
table.mainReservation th{
   background-color: #e1fbff;
   height: 33px;
}
table.mainReservation td{
  height: 69px;
}
.reserve_ship_name{
  font-size: 16px;
  text-align: center;
  font-weight: bold;
}
.reservation_count {
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  min-width: 60px;
  font-weight: bold;
}

.label {
/*  font-size: 1em;
  padding: 5px 8px;*/
}
.reservation_notice_wrap {
    width: 100%;
    height: auto;
    border: 3px solid #2aabd2;
    padding: 10px;
    margin-bottom: 20px;
}
