/* header */
/*header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 1210px;
  padding: 0 40px;
  margin: auto;
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
}*/
header .header_logo .red {
    display: none;
}
header .header_right {
    display: flex;
    margin-right: 42px;
}
header .header_right li {
}
header .header_right.text li:not(:last-child) {
    margin-right: 40px;
}
header .header_right li a {
    font-size: 17px;
    color: #fff;
}
header .header_right.icon {
    margin-right: 0;
}
header .header_right.icon li {
    padding-left: 15px;
}

header .header_logo img{
    max-width:200px;
    max-height:80px;
}
@media screen and (max-width: 1024px) {
    /*header {
      margin: auto;
      width: 90%;
      height: 41px;
      padding: 0;
      display: flex;
      align-items: center;
      margin-top: 10px;
    }*/
    header .header_logo {
        width: 100px;
    }
    header .header_logo img {
        width: 100%;
    }

    header .header_right li a img {
    }
    header .header_right {
        margin-right: 0;
    }
    header .header_right li a {
        font-size: 15px;
        line-height: 30px;
    }
}

/* footer */
/* footer{

  padding: 70px 0;
}
footer .footer_info{
  width: 1210px;
  margin: auto;
  padding: 30px 0 25px;
  border-bottom: 1px solid #e4e4e4;
}
footer .footer_info .info_tel{
  position: relative;
  display: inline-block;
  font-size: 38px;
  font-weight: 800;
  color: #ff4349;
  letter-spacing: 0px;
  font-family: "Tahoma", 'Noto Sans KR', sans-serif;
}
footer .footer_info .info_tel::before{
  content: "";
  position: absolute;
  top: -20px;
  left:0;
  width: 80px;
  height: 5px;
  background: #ff4349;
}
footer .footer_info .info_top{
  padding: 15px 0 8px;
  font-size: 14px;
  color: #999;
  letter-spacing: 0px;
}
footer .footer_info .info_top a{
  display: inline-block;
  margin-bottom: 5px;
  font-size: 14px;
  color: #999;
}
footer .footer_info .info_bottom{
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: -.5px;
}
footer .footer_info .info_btn{
  padding-top: 12px;
}
footer .footer_info .info_btn button{
  padding:0;
  margin-right: 2px;
  border:0;
  background: none;
}
footer .footer_data {
  width: 1210px;
  margin: auto;
  padding-top: 28px;
  font-size: 13px;
  line-height: 1.5;
  color:#999;
}
@media screen and (max-width: 1024px) {
  footer{
    margin:auto;
    width: 100%;
    padding: 70px 5%;
    box-sizing: border-box;
    overflow: hidden;
  }
  footer::before{
    width: 200%!important;
    left:-50%;
  }
  footer .footer_info, footer .footer_data{
    width: 100%;
  }
} */

footer {
    margin-top: 70px;
    padding: 0;
    background-color: #fbfbfb;
    font-size: 14px;
}
footer::before {
    display: none !important;
}
footer .inner {
    margin: 0 auto;
    width: 1210px;
}
footer ul li {
    margin-right: 10px;
    display: inline-block;
    line-height: normal;
    color: #666666;
    font-size: 13px;
}

footer .footer_top {
    background-color: #fff;
    border-top: 1px solid #e5e3e3;
    border-bottom: 1px solid #e5e3e3;
}
footer .footer_top .inner {
    display: flex;
    padding: 12px 0;
}

footer .footer_top .inner a {
    font-weight: 500;
    font-size: 14px;
    color: #4c4c4c;
}
footer .footer_top .inner span {
    color: #bebebe;
}

footer .footer_bottom .inner {
    display: flex;
    flex-direction: row-reverse;
    padding: 20px 0 40px; /* height: 100%; */
}
footer .footer_bottom .footer_info,
footer .footer_data {
    border-bottom: 0;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
footer .footer_bottom .footer_data {
    width: 100%;
    line-height: 2.5;
    color: #999999;
    font-size: 13px;
}
footer .footer_bottom .footer_data b {
    font-weight: 400;
    color: #666666;
    font-size: 14px;
}

footer .footer_bottom .footer_info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
    width: 33.333%;
    border: 1px solid #e5e3e3;
    background-color: #fff;
}
footer .footer_bottom .footer_info .line {
    background-color: #e5e3e3;
    margin: 11px 0 10px;
    width: 100%;
    height: 1px;
}
footer .footer_bottom .footer_info .info_top {
    display: flex;
    padding: 0;
    width: 100%;
}
footer .footer_bottom .footer_info .info_top p {
    width: 100%;
    color: #4d4c4c;
    font-size: 14px;
}
footer .footer_bottom .footer_info .info_top .info_top_right {
    display: flex;
    align-items: center;
    padding-left: 2%;
}
footer .footer_bottom .footer_info .info_top .info_top_right img {
    margin-right: 5px;
    width: 40px;
}

footer .footer_bottom .footer_info .info_top .info_tel {
    font-size: 1.5rem;
    color: #313131;
    font-weight: bold;
}
footer .footer_bottom .footer_info .info_top .info_tel::before {
    display: none;
}

footer .footer_bottom .footer_info .info_bottom .mobile_show {
    display: none;
}
@media screen and (max-width: 1024px) {
    /* footer .footer_bottom .inner{flex-direction: column !important;} */
    footer .inner {
        margin: auto;
        padding: 12px 5% !important;
        width: 100%;

        box-sizing: border-box;
        overflow: hidden;
    }

    footer ul br {
        display: none;
    }
}
@media screen and (max-width: 768px) {
    footer .footer_bottom .inner {
        flex-direction: column !important;
    }
    footer .footer_bottom .footer_info,
    footer .footer_data {
        width: 100%;
    }
    footer .footer_bottom .footer_info {
        flex-direction: row;
    }
    footer .footer_bottom .footer_info .line {
        width: 1px;
        height: 100%;
    }
}
@media screen and (max-width: 540px) {
    footer .footer_bottom .footer_info .line {
        margin: 16px 0;
        width: 100%;
        height: 1px;
    }
    footer .footer_bottom .footer_info {
        flex-direction: column;
    }
    footer .footer_bottom .footer_data {
        width: 100%;
        padding: 16px 0;
    }
    footer .footer_info .info_bottom .mobile_show {
        display: inline-block !important;
    }
    footer .footer_info .info_bottom .mobile_hide {
        display: none !important;
    }
}

/* 검색 */
section div.search_input .input_box {
    height: 64px;
    margin-bottom: 10px;
    box-sizing: border-box;
}
section div.search_input .input_box label {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 13px;
    background: #fff;
    border: 1px solid #e3e3e3;
    box-sizing: border-box;
}
section div.search_input .input_box .search_input2 {
    width: 268px;
    margin-right: 2px;
}
section div.search_input .input_box .search_input3 {
    width: 179px;
}
section div.search_input .input_box span {
    display: block;
    font-size: 13px;
}
section div.search_input .input_box input {
    width: 100%;
    padding: 4px 0 7px;
    border: 0;
    background: none;
    font-size: 16px;
    outline: none;
}
section div.search_input .input_box input::-webkit-input-placeholder {
    color: #999;
}
section div.search_input .input_box input:-ms-input-placeholder {
    color: #999;
}
section div.search_input .input_box .search_submit {
    width: 143px;
    height: 64px;
    font-size: 19px;
    font-weight: 500;
    color: #fff;
    background: #e6005a;
    border: 0;
    vertical-align: top;
}
@media screen and (max-width: 1024px) {
    section div.search_input .input_box label {
        border-radius: 8px;
    }
    section div.search_input .input_box .search_submit {
        border-radius: 8px;
        font-size: 16px;
        height: 50px;
    }
    section div.search_input .input_box input {
        padding: 4px 0 0px;
    }
}
@media screen and (max-width: 768px) {
    section div.search_input .input_box .search_input2 {
        width: 100%;
        margin-bottom: 10px;
    }
    section div.search_input .input_box .search_input3 {
        width: 100%;
        margin-bottom: 10px;
    }
    section div.search_input .input_box .search_submit {
        width: 100%;
    }
}


/* 별점 */
span.star_grade {
    display: inline-block;
    width: 80px;
    height: 15px;
    position: relative;
}

/* 별점을 이미지 없이 CSS로 처리 */
.star_grade {
    display: inline-block;
    width: 80px;
    height: 16px;
    position: relative;
    font-size: 0;
}

.star_grade::before {
    content: "★★★★★";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #ddd;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0;
}

.star_grade::after {
    content: "★★★★★";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    color: #FFD700;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0;
    overflow: hidden;
}

/* 별점별 너비 조정 - 정확한 별 개수만큼만 표시 */
.star_grade.star0::after { width: 0px; }
.star_grade.star1::after { width: 16px; }
.star_grade.star2::after { width: 32px; }
.star_grade.star3::after { width: 48px; }
.star_grade.star4::after { width: 64px; }
.star_grade.star5::after { width: 80px; }


span.star_grade.star0::after {
    width: 0px;
}
span.star_grade.star1::after {
    width: 15px;
}
span.star_grade.star2::after {
    width: 30px;
}
span.star_grade.star3::after {
    width: 45px;
}
span.star_grade.star4::after {
    /*width: 60px;*/
}
span.star_grade.star5::after {
    /*width: 75px;*/
}
span.star_grade.big {
    width: 100px;
    height: 20px;
}
span.star_grade.big::before,
span.star_grade.big::after {
    background-size: 20px;
    width: 100px;
}
span.star_grade.big.star0::after {
    width: 0px;
}
span.star_grade.big.star1::after {
    width: 20px;
}
span.star_grade.big.star2::after {
    width: 40px;
}
span.star_grade.big.star3::after {
    width: 60px;
}
span.star_grade.big.star4::after {
    width: 80px;
}
span.star_grade.big.star5::after {
    width: 100px;
}

/* 모달창 pc- 540 * 600  모바일- 300* 333.33 */
.modal,.pop_modal {
    position: relative;
    display: block;
    position: fixed;
    right: 25%;
    top: 40%;
    transform: translate(-50%, -50%);
    width: 350px;
    height: 525px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.modal img,.pop_modal img {
    display: block;
    width: auto;
}
.modal .modal_close,.pop_modal .modal_close {
    position: absolute;
    right: 10px;
    top: 10px;
}
@media screen and (max-width: 680px) {
    .modal,.pop_modal {
        right: 0;
        left: 50%;
        top: 50%;
        height: auto;
        position: absolute;
    }
}
