*{
    list-style:  none;
    margin: 0;
    padding: 0;
}
body{
    margin: auto;
}
fieldset{
    border: 0px;
}
a {
    text-decoration: none;
}
.ui-datepicker /*캘린더 크기*/{
    width: 70em !important; /* 너비 조정 */
    font-size: 15px ; /* 폰트 크기 조정 */
}
span.ui-state-default/*캘린더 선택 불가능한 일자부분*/{
    margin: auto !important;
    padding: 13px !important;
    font-size: 23px !important;
    text-align: center !important;
}
a.ui-state-default:not(.ui-state-active)/*캘린더 선택가능한 일자부분*/{
    margin: auto !important;
    padding: 13px !important;
    font-size: 23px !important;
    text-align: center !important;
    background-color: transparent !important;
    border: 0 !important;
}
a.ui-state-active/*select된 일자부분*/{
    margin: auto !important;
    padding: 13px !important;
    font-size: 23px !important;
    text-align: center !important;
    background-color: transparent !important;
    border: 0 !important;
    color: orange !important;
    font-weight: bolder !important;
}
.ui-datepicker-header /*캘린더 헤더*/{
    background-color: orange;
}
.ui-datepicker-title /*캘린더 년월표시부분*/{
    font-size: 30px !important;
}
.ui-datepicker-prev, .ui-datepicker-next {
    width: 40px !important; /* 너비 조정 */
    height: 40px !important; /* 높이 조정 */
    font-size: 20px !important; /* 폰트 크기 조정 */
    margin-top: 5px !important;
}
.ui-datepicker-prev span,
.ui-datepicker-next span {
    background-image: none !important;
}
.ui-datepicker-prev::after {
    color: lightgray;
    content: "\f137";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: inline; /* display를 인라인으로 변경 */
    font-size:35px;
}
.ui-datepicker-next::after {
    color: lightgray;
    content: "\f138";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: inline; /* display를 인라인으로 변경 */
    font-size:35px;
}
.ui-datepicker-calendar thead tr th span /*요일 크기 조정*/{
    font-size: 20px !important;
}
.ui-datepicker .ui-datepicker-buttonpane button /*오늘 버튼 크기*/{
    font-size: 20px !important; /* 폰트 크기 조정 */
    padding: 10px !important;
    display: none !important;
}

#sDate_modal {
    display: none;
    z-index: 1001;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

#sDate+i::after{
    color: #42baf6;
    content: "\f073";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: inline; /* display를 인라인으로 변경 */
    font-size:20px;
}

#eDate_modal {
    display: none;
    z-index: 1001;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
#eDate+i::after{
    color: #42baf6;
    content: "\f073";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: inline; /* display를 인라인으로 변경 */
    font-size:20px;
}

.image-slider {
    position: relative;
    /*background-image: url("images/bg_main.png");*/
    text-align: center;
    width: 1400px;
    margin: auto;
}
.image-slider .slider-body .image-list  img {
    display: none;
    margin: auto;
    width: 1400px;
}

.image-slider .slider-body ul.index-nav {
    position: absolute;
    margin: auto;
    bottom: 0px;
    width: 200px;
    height: 30px;
    list-style: none;
    color: orange;
    left: 50%;
    z-index: 10;
}
.image-slider .slider-body ul.index-nav li {
    display: inline;
    width: 25px;
    height: 15px;
    float: left;
}
.image-slider .slider-body ul.index-nav a.slider-btn-prev {
    float: left;
    width: 15px;
    height:15px;
    margin-right: 15px;
    cursor: pointer;
    background: url(../images/btn_prev.png) no-repeat 0 -15px;
}
.image-slider .slider-body ul.index-nav a.slider-btn-next {
    float: left;
    width: 15px;
    height:15px;
    margin-left: 5px;
    cursor: pointer;
    background: url(../images/btn_next.png) no-repeat 0 -15px;
}
.image-slider .slider-body ul.index-nav li a {
    float: left;
    font-size: 14pt;
    width: 15px;
    height:15px;
    line-height: 27px;
    text-align: center;
    vertical-align: middle;
    background: url(../images/button_dot.png) no-repeat;
}

.image-slider .slider-body ul.index-nav li a.select {
    background: url(../images/button_dot.png) no-repeat 0 -15px;
}

.image-slider .slider-btn-prev {

}

.image-slider .slider-btn-next {

}

#slider_layer{
    margin: auto;
    width:100%; 
    height:40%;
    background-color: #000000;
    position:absolute; 
    top:60%; 
    opacity: 40%;
}

.slider_span{
    width: 40%;
    position: absolute;
    color: #FFFFFF;
    top: 60%;
    right: 13%;
    margin-top: 10px;
}
.slider_span .banner_span h1{
    margin-bottom: 20px;
}
#search_area{
    position: relative;
}

#filter_head{
font-size: 1.5em;
font-weight: 500;
border-bottom: 3px solid gray;
}


#search_area span{
line-height: 30px;
text-align: left;
display: block;
padding-left: 10px;
}
.tooltip {
  visibility: visible;
  width: 145px;
  background-color: darkgray;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 0px;
  position: absolute;
  z-index: 1;
  bottom: 130%;
  left: 70%;
  font-size: 12px;
}
.tooltip::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 15%;
    border-width: 5px;
    border-style: solid;
    border-color: darkgray transparent transparent transparent;
    transform: translateX(-50%);
}
#date_area{
    margin-top: 10px;
}
#date_area div{
line-height: 30px;
text-align: left;
font-size: 15px;
font-weight: 500;
width: 45%;
display: inline-block;
padding-left: 10px;
}
#date_area input{   
    border: 1px solid #B3B3B3;
    font-size: 15px;
    text-align: center;
}
#date_area select{   
    border: 1px solid #B3B3B3;
    font-size: 15px;
}
#select_insur_area{
    margin-top: 15px;
}
#select_insur_area div>label{
    margin: 5px;
}
#select_insur_area div>div{
    margin: 5px;
}
#select_company_area{
    margin-top: 15px;
}
#select_company_area select{
    padding: 5px;
    font-size: 15px;
}
.label{
  position: relative;
  border: 1px solid gray;
  margin-right: 10px;
  cursor: pointer;
  padding: 2px;
}

#search_form{
    padding: 20px;
    width:420px; 
    height:450px;
    background-color: #ffff;
    position:absolute; 
    top:20px; 
    right:45%; 
    margin-right:200px;
    z-index: 998;
}
#search_form input[type=submit]{
    background-color: #2b7498;
    border: 0;
    color: #fff;
    width: 70%;
    height: 36px;
    cursor: pointer;
    display: block;
    margin: 30px auto;
}


.rev_date{
    width: 155px;
    line-height: 46px;
}
.rev_time{
    width: 155px;
    height: 46px;
}



.review_wrap{
    position: relative;
    width: 1200px;
    vertical-align: top;
    margin-bottom: 50px;
    margin: auto;
}
.review_wrap h2{
    margin: 30px 0;
    font-size: 20px;
}
.review_content{
    background-color: #FFF;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; /*review_content요소들 margin: auto되게 함*/
    margin: 20px 0;
}
.review_list{
    width: 260px;
    display: inline-block;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border: 6px solid rgba(169, 169, 169, 0.3); /* rgba를 사용하여 테두리 색상과 투명도 조절 */
    margin: 0 5px;
    text-align: center;
    border-radius: 15px;
}

.review_top{
    font-size: 16px;
    margin: 5px 0;
}
.review_left{
    font-size: 16px;
}
.review_left>img{
    width: 150px;
    height: 100px;
}
.review_left .review_li{
    margin-bottom: 5px;
}

.review_right{
    display: inline-block;
    font-size: 16px;
}
.review_right .review_li{
    margin-bottom: 5px;
}
.review_bottom{
    margin-top: 10px;
    font-size: 16px;
    line-height: 22px;
    border-top: 1px dashed gray;
    padding: 10px;
}
.review_comment_section{
    background-color: #EBEBEB;
    padding: 10px;
    font-size: 20px;
}
.star {
    font-size:20px;
    cursor: pointer;
    color: #ccc;
  }
.star.checked {
    color: #f8d64e; /* 별 모양의 색상 */
}
.review_wrap .review-btn-prev {
  position: absolute;
  top: 40%; 
  left: -40px; /* 특정한 픽셀값으로 고정 */
  width: 51px;
  height: 66px;
  cursor: pointer;
  opacity: 60%;
}

.review_wrap .review-btn-next {
  position: absolute;
  top: 40%; 
  right: -40px; 
  width: 51px;
  height: 66px;
  cursor: pointer;
  opacity: 60%;
}
#service_section {
    width: 40%;
    margin: auto;
}

#service_section span{
    display: inline-block;
    width: 32%;
    height: 180px;
    vertical-align: top;
}
#service_section a:first-child span{
    padding: 10px;
    background-color: #FFE358;
    text-align: center;
    border-radius: 30px;
    margin-top: 20px;

}
#service_section a:first-child h3{
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 25px;
    color: #6A5901;

}
#service_section a:first-child button{
    width: 100%;
    height: 60px;
    cursor: pointer;
    background-color: #3A1D1D;
    color: white;
    font-size: 25px;
    display: block;
    margin: 0 auto;
    border-radius: 30px;
}
/*
#service_section a:nth-child(2) span{
    padding: 10px;
    background-color: #FFE358;
    text-align: center;
    border-radius: 30px;
    margin-top: 20px;

}
#service_section a:nth-child(2) h3{
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 25px;
    color: #6A5901;

}
#service_section a:nth-child(2) button{
    width: 100%;
    height: 60px;
    cursor: pointer;
    background-color: #3A1D1D;
    color: white;
    font-size: 25px;
    display: block;
    margin: 0 auto;
    border-radius: 30px;
}

*/