﻿.common-group.search-bar{
  min-height: 50px;
  background-color: #f1f1f1;
  width: 100%;
  margin-top: 20px;
  padding-bottom: 15px;
  padding-top: 10px;
}
.search-bar select{
   width: 100%;
   background-color: #fff;
   height: 35px;
   margin-top: 8px;
   margin-left: 5px;
   border: 1px solid #CCC;
   border-radius: 6px;
   padding: 0 5px;
 }

.search-btn{
  text-align: center;
}

.list-unit{
  border-bottom: 1px dashed #666;
  padding-bottom: 15px;
  margin-top: 15px;
}

.list-unit .img-box{
  border: 2px solid #999;
  border-radius: 6px;
  padding: 5px;
}

.list-unit .info-box h1{
  font-size: 30px;
  font-weight: 200;
  line-height: 38px;
}

.list-unit .info-box h3{
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #909090;
}

.list-unit a{
  position: absolute;
  bottom: 15px;
  right: 30px;
  border-radius: 20px;
}

.lounge-detail-title{
  font-size: 36px;
  text-align: center;
  padding: 0 0 30px;
  border-bottom: 1px dashed #666;
  margin-bottom: 25px;
}

.lounge-detail-img-box img{
  width: 100%;
  height: auto;
}

.lounge-detail-info{
  padding: 10px;
  margin: 30px 0;
}

.lounge-detail-info p{
  line-height: 24px;
}
.lounge-detail-info h2{
  line-height: 28px;
}

.header-bar{
  margin-top: 40px;
  margin-bottom: 10px;
}

.header-bar h1{
  font-size: 32px;
  line-height: 36px;
  font-weight: bold;
}

.header-bar p{
  font-size: 20px;
  line-height: 30px;
  color: #CCC;
}

.header-bar h2{
  font-size: 26px;
  line-height: 30px;
  color: red;
  margin-top: 20px;
}

.card-detail-info{
  margin-top: 30px;
  min-height: 300px;
  text-indent: 2em;
}

.company-info{
  margin-top: 20px;
  padding-bottom: 50px;
  text-indent: 2em;
  color: #000;
  line-height: 24px;
}