@charset "UTF-8";
/* 폰트 */
/* 컬러 */
/* 드롭다운,멀티포함 */
/* font */
/* text cutting */
/* flex */
@media (min-width: 320px) {
  html {
    font-size: 9px; } }
@media (min-width: 360px) {
  html {
    font-size: 10px; } }
@media (min-width: 400px) {
  html {
    font-size: 11px; } }
@media (min-width: 430px) {
  html {
    font-size: 12px; } }
@media (min-width: 640px) {
  html {
    font-size: 18px; } }
@media (min-width: 768px) {
  html {
    font-size: 20px; } }
@media (min-width: 1024px) {
  html {
    font-size: 26px; } }
@media (min-width: 1280px) {
  html {
    font-size: 36px; } }
#btn_back {
  position: fixed;
  right: 0;
  bottom: 10%;
  width: 139px;
  height: 154px;
  z-index: 8;
  display: none; }
  @media screen and (min-width: 992px) {
    #btn_back {
      display: block; } }

main {
  height: auto; }

#container {
  position: relative;
  width: 100%; }
  #container .inner {
    width: 100%;
    padding-top: 5.3055555556rem; }
    @media screen and (min-width: 992px) {
      #container .inner {
        padding-top: 86px; } }
    #container .inner .top_visual {
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: flex-start; }
      #container .inner .top_visual img {
        width: 100%; }
      @media screen and (min-width: 992px) {
        #container .inner .top_visual {
          background: #bc8973; }
          #container .inner .top_visual img {
            width: auto; } }
    #container .inner .search-row-group {
      display: flex;
      justify-content: flex-start;
      align-items: flex-start;
      flex-flow: wrap;
      width: 84.375%;
      margin: 1.6666666667rem auto 0 auto; }
      @media screen and (min-width: 992px) {
        #container .inner .search-row-group {
          width: 870px;
          margin: 50px auto 40px auto; } }
      #container .inner .search-row-group .input-row[mode="horizontal"] {
        width: 100%;
        padding-left: 0; }
        @media screen and (min-width: 992px) {
          #container .inner .search-row-group .input-row[mode="horizontal"] {
            width: 658px;
            padding-left: 118px;
            margin-bottom: 12px; } }
        #container .inner .search-row-group .input-row[mode="horizontal"] > label {
          position: relative;
          color: #2d2d2d;
          font-size: 1.3888888889rem;
          line-height: 1.3611111111rem;
          padding-bottom: 0.5555555556rem; }
          @media screen and (min-width: 992px) {
            #container .inner .search-row-group .input-row[mode="horizontal"] > label {
              position: absolute;
              color: #2d2d2d;
              font-size: 22px;
              line-height: 40px;
              padding-bottom: 0; } }
        #container .inner .search-row-group .input-row[mode="horizontal"] input[type=text] {
          border: 1px solid #c0c0c0;
          color: #2d2d2d;
          font-size: 1.3888888889rem;
          line-height: 1.3611111111rem;
          font-weight: 600;
          height: 3.5rem; }
          #container .inner .search-row-group .input-row[mode="horizontal"] input[type=text]::placeholder {
            color: #656565;
            font-size: 1.3888888889rem;
            line-height: 1.3611111111rem; }
          @media screen and (min-width: 992px) {
            #container .inner .search-row-group .input-row[mode="horizontal"] input[type=text] {
              height: 44px;
              border: 1px solid #c0c0c0;
              color: #2d2d2d;
              font-size: 20px;
              line-height: 19px;
              font-weight: 600; }
              #container .inner .search-row-group .input-row[mode="horizontal"] input[type=text]::placeholder {
                font-size: 20px;
                line-height: 19px; } }
        #container .inner .search-row-group .input-row[mode="horizontal"] .dropdown-box {
          margin-bottom: 2.2222222222rem; }
          #container .inner .search-row-group .input-row[mode="horizontal"] .dropdown-box > button {
            height: 3.5555555556rem;
            border: 1px solid #c0c0c0;
            color: #656565;
            font-size: 1.3888888889rem;
            line-height: 1.3611111111rem;
            font-weight: 600; }
            #container .inner .search-row-group .input-row[mode="horizontal"] .dropdown-box > button:before {
              display: none; }
            #container .inner .search-row-group .input-row[mode="horizontal"] .dropdown-box > button:after {
              background: url(/images/select_arrow.svg) 50% 50% no-repeat;
              background-size: 0.8333333333rem 0.5rem; }
            #container .inner .search-row-group .input-row[mode="horizontal"] .dropdown-box > button.active {
              color: #2d2d2d; }
          #container .inner .search-row-group .input-row[mode="horizontal"] .dropdown-box .dropdown-list {
            top: 3.5555555556rem; }
            #container .inner .search-row-group .input-row[mode="horizontal"] .dropdown-box .dropdown-list ul li button {
              color: #656565;
              font-size: 1.3888888889rem;
              line-height: 1.3611111111rem;
              font-weight: 600; }
              #container .inner .search-row-group .input-row[mode="horizontal"] .dropdown-box .dropdown-list ul li button.selected {
                background: #ffd1d4;
                border: none; }
                #container .inner .search-row-group .input-row[mode="horizontal"] .dropdown-box .dropdown-list ul li button.selected:after {
                  display: none; }
          @media screen and (min-width: 992px) {
            #container .inner .search-row-group .input-row[mode="horizontal"] .dropdown-box {
              margin-bottom: 0; }
              #container .inner .search-row-group .input-row[mode="horizontal"] .dropdown-box > button {
                height: 44px;
                color: #656565;
                font-size: 20px;
                line-height: 19px; }
                #container .inner .search-row-group .input-row[mode="horizontal"] .dropdown-box > button:after {
                  background: url(/images/select_arrow.svg) 50% 50% no-repeat;
                  background-size: 16px 10px; }
                #container .inner .search-row-group .input-row[mode="horizontal"] .dropdown-box > button.active {
                  color: #2d2d2d; }
              #container .inner .search-row-group .input-row[mode="horizontal"] .dropdown-box .dropdown-list {
                top: 44px; }
                #container .inner .search-row-group .input-row[mode="horizontal"] .dropdown-box .dropdown-list ul li button {
                  color: #656565;
                  font-size: 20px;
                  line-height: 19px; } }
        #container .inner .search-row-group .input-row[mode="horizontal"]:nth-child(2) {
          width: 100%;
          padding-top: 1.3888888889rem;
          padding-bottom: 0;
          display: flex;
          justify-content: space-between;
          align-items: center;
          flex-flow: wrap; }
          #container .inner .search-row-group .input-row[mode="horizontal"]:nth-child(2) label {
            width: 100%; }
          #container .inner .search-row-group .input-row[mode="horizontal"]:nth-child(2) .dropdown-box {
            width: 48%; }
          @media screen and (min-width: 992px) {
            #container .inner .search-row-group .input-row[mode="horizontal"]:nth-child(2) {
              width: 658px;
              padding-top: 0; }
              #container .inner .search-row-group .input-row[mode="horizontal"]:nth-child(2) label {
                width: auto; }
              #container .inner .search-row-group .input-row[mode="horizontal"]:nth-child(2) .dropdown-box {
                width: 49%; } }
      #container .inner .search-row-group .btn-row {
        width: 100%;
        height: 3.8888888889rem;
        display: flex;
        justify-content: center;
        align-items: flex-start; }
        @media screen and (min-width: 992px) {
          #container .inner .search-row-group .btn-row {
            position: absolute;
            top: 0;
            right: 0;
            width: 194px;
            height: 100px;
            display: flex;
            justify-content: center;
            align-items: flex-start; } }
        #container .inner .search-row-group .btn-row button {
          width: 100%;
          height: 100%;
          padding: 0 !important;
          display: flex;
          justify-content: center;
          align-items: center;
          color: #fff;
          font-size: 1.4444444444rem;
          line-height: 1.4166666667rem;
          background: -webkit-linear-gradient(#f02e5a 0%, #c42c51 100%);
          background: -o-linear-gradient(#f02e5a 0%, #c42c51 100%);
          background: linear-gradient(#f02e5a 0%, #c42c51 100%); }
          #container .inner .search-row-group .btn-row button i {
            display: inline-block;
            width: 1.5rem;
            height: 1.5555555556rem;
            background: url(/images/search.svg) 0 0 no-repeat;
            background-size: 1.5rem 1.5555555556rem;
            margin-left: 1.1111111111rem; }
          @media screen and (min-width: 992px) {
            #container .inner .search-row-group .btn-row button {
              color: #fff;
              font-size: 26px;
              line-height: 25px;
              background: -webkit-linear-gradient(#c42c51 0%, #f02e5a 100%);
              background: -o-linear-gradient(#c42c51 0%, #f02e5a 100%);
              background: linear-gradient(#c42c51 0%, #f02e5a 100%); }
              #container .inner .search-row-group .btn-row button i {
                width: 27px;
                height: 28px;
                background-size: 27px 28px;
                margin-left: 16px; } }
    #container .inner .list {
      width: 84.375%;
      margin: auto; }
      @media screen and (min-width: 992px) {
        #container .inner .list {
          width: 900px; } }
      @media screen and (min-width: 1600px) {
        #container .inner .list {
          width: 1200px; } }
      #container .inner .list .search_result {
        text-align: center;
        color: #3b3938;
        font-size: 1.3888888889rem;
        line-height: 1.3611111111rem;
        padding: 3.3333333333rem 0 2.7777777778rem;
        font-weight: 600; }
        #container .inner .list .search_result strong {
          color: #d61d4a;
          font-weight: 600; }
        @media screen and (min-width: 992px) {
          #container .inner .list .search_result {
            text-align: left;
            color: #3b3938;
            font-size: 22px;
            line-height: 21px;
            padding: 20px 0 20px 38px; } }
      #container .inner .list .table-style-b {
        /*&.data_none{
            table{
                tbody{
                    tr{
                        td{
                            &:first-child{
                                display: table-cell; 
                            }
                        }
                    }
                }                  
            }
        }*/ }
        #container .inner .list .table-style-b table {
          width: 100%; }
          #container .inner .list .table-style-b table colgroup col:first-child {
            display: none; }
            @media screen and (min-width: 992px) {
              #container .inner .list .table-style-b table colgroup col:first-child {
                display: table-column;
                width: 300px; } }
          #container .inner .list .table-style-b table colgroup col:last-child {
            width: 100%; }
            @media screen and (min-width: 992px) {
              #container .inner .list .table-style-b table colgroup col:last-child {
                width: calc(100% - 300px); } }
          #container .inner .list .table-style-b table thead tr th:first-child {
            display: none; }
            @media screen and (min-width: 992px) {
              #container .inner .list .table-style-b table thead tr th:first-child {
                display: table-cell;
                width: 300px; }
                #container .inner .list .table-style-b table thead tr th:first-child p {
                  height: 48px;
                  border-radius: 0;
                  background: #c42c51;
                  -webkit-border-top-left-radius: 6px;
                  -webkit-border-bottom-left-radius: 6px;
                  -moz-border-radius-topleft: 6px;
                  -moz-border-radius-bottomleft: 6px;
                  border-top-left-radius: 6px;
                  border-bottom-left-radius: 6px;
                  display: flex;
                  justify-content: center;
                  align-items: center;
                  color: #fff;
                  font-size: 20px;
                  line-height: 19px; } }
          #container .inner .list .table-style-b table thead tr th:last-child {
            width: 70%; }
            @media screen and (min-width: 992px) {
              #container .inner .list .table-style-b table thead tr th:last-child {
                width: calc(100% - 300px); } }
            #container .inner .list .table-style-b table thead tr th:last-child p {
              height: 3.7222222222rem;
              border-radius: 0.5555555556rem;
              background: #c42c51;
              color: #fff;
              font-size: 1.3888888889rem;
              line-height: 1.3611111111rem;
              display: flex;
              justify-content: center;
              align-items: center; }
              #container .inner .list .table-style-b table thead tr th:last-child p .mo {
                color: #fff;
                font-size: 1.3888888889rem;
                line-height: 1.3611111111rem;
                display: block; }
              @media screen and (min-width: 992px) {
                #container .inner .list .table-style-b table thead tr th:last-child p {
                  height: 48px;
                  border-radius: 0;
                  -webkit-border-top-right-radius: 6px;
                  -webkit-border-bottom-right-radius: 6px;
                  -moz-border-radius-topright: 6px;
                  -moz-border-radius-bottomright: 6px;
                  border-top-right-radius: 6px;
                  border-bottom-right-radius: 6px;
                  color: #fff;
                  font-size: 20px;
                  line-height: 19px; }
                  #container .inner .list .table-style-b table thead tr th:last-child p .mo {
                    display: none; } }
          #container .inner .list .table-style-b table tbody tr {
            cursor: pointer; }
            #container .inner .list .table-style-b table tbody tr td {
              padding: 1.6666666667rem 0 1.6666666667rem 0.8333333333rem;
              border-bottom: 1px solid #c42c51;
              word-break: keep-all; }
              @media screen and (min-width: 992px) {
                #container .inner .list .table-style-b table tbody tr td {
                  padding: 20px 0; } }
              #container .inner .list .table-style-b table tbody tr td:first-child {
                display: none; }
                #container .inner .list .table-style-b table tbody tr td:first-child.empty {
                  display: table-cell; }
                @media screen and (min-width: 992px) {
                  #container .inner .list .table-style-b table tbody tr td:first-child {
                    display: table-cell;
                    width: 300px; }
                    #container .inner .list .table-style-b table tbody tr td:first-child p {
                      color: #d61d4a;
                      font-size: 22px;
                      line-height: 21px;
                      padding-left: 40px; } }
              #container .inner .list .table-style-b table tbody tr td p {
                padding: 0.4444444444rem 0 0.4444444444rem 0.1388888889rem;
                color: #3b3938;
                font-size: 1.3333333333rem;
                line-height: 2rem;
                font-weight: 600; }
                @media screen and (min-width: 992px) {
                  #container .inner .list .table-style-b table tbody tr td p {
                    padding: 0;
                    color: #3b3938;
                    font-size: 22px;
                    line-height: 21px; } }
                #container .inner .list .table-style-b table tbody tr td p.mo {
                  color: #d61d4a; }
                  @media screen and (min-width: 992px) {
                    #container .inner .list .table-style-b table tbody tr td p.mo {
                      display: none; } }
              #container .inner .list .table-style-b table tbody tr td:last-child {
                width: 70%; }
                @media screen and (min-width: 992px) {
                  #container .inner .list .table-style-b table tbody tr td:last-child {
                    width: calc(100% - 300px); }
                    #container .inner .list .table-style-b table tbody tr td:last-child p {
                      color: #2d2d2d;
                      font-size: 22px;
                      line-height: 21px; } }
              #container .inner .list .table-style-b table tbody tr td.empty {
                text-align: center;
                padding: 50px 0; }
            #container .inner .list .table-style-b table tbody tr:last-child td {
              border-bottom: none;
              border-bottom: 2px solid #d61d4a; }
            #container .inner .list .table-style-b table tbody tr:hover {
              background: #f9f9f9; }
              #container .inner .list .table-style-b table tbody tr:hover td.empty {
                cursor: default;
                background: #fff; }
            #container .inner .list .table-style-b table tbody tr.active {
              background: #fff; }
      #container .inner .list .paging ul li:not(.prev, .next) a {
        font-size: 1.4444444444rem;
        color: #c0c0c0; }
        #container .inner .list .paging ul li:not(.prev, .next) a:hover {
          background: #fff;
          color: #c0c0c0; }
        #container .inner .list .paging ul li:not(.prev, .next) a.active {
          background: #fff;
          color: #d61d4a; }
        @media screen and (min-width: 992px) {
          #container .inner .list .paging ul li:not(.prev, .next) a {
            font-size: 22px; } }
    #container .inner .map_wrpa {
      width: 84.375%;
      height: 33.3333333333rem;
      margin: 0 auto 4.4444444444rem auto; }
      @media screen and (min-width: 992px) {
        #container .inner .map_wrpa {
          width: 93.75%;
          max-width: 1800px;
          height: 860px;
          margin: 0 auto 50px auto; } }
      #container .inner .map_wrpa .map_info {
        border: 2px solid #C42C51;
        background: -webkit-linear-gradient(#c42c51 0%, #f02e5a 100%);
        background: -o-linear-gradient(#c42c51 0%, #f02e5a 100%);
        background: linear-gradient(#c42c51 0%, #f02e5a 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        border-radius: 0.5555555556rem;
        overflow: hidden; }
        @media screen and (min-width: 992px) {
          #container .inner .map_wrpa .map_info {
            border-radius: 12px;
            margin-top: -45px; } }
        #container .inner .map_wrpa .map_info .map_name {
          color: #fff;
          font-size: 1.6111111111rem;
          line-height: 1.5833333333rem;
          padding: 0.9722222222rem 1.8055555556rem;
          white-space: nowrap; }
          @media screen and (min-width: 992px) {
            #container .inner .map_wrpa .map_info .map_name {
              color: #fff;
              font-size: 26px;
              line-height: 25px;
              padding: 17px 30px; } }
        #container .inner .map_wrpa .map_info .map_addr {
          background: #fff;
          display: flex;
          justify-content: flex-start;
          align-items: center;
          color: #2d2d2d;
          font-size: 1.2222222222rem;
          line-height: 1.6666666667rem;
          padding: 1.1111111111rem 1.8055555556rem;
          white-space: nowrap; }
          #container .inner .map_wrpa .map_info .map_addr i {
            display: inline-block;
            width: 1.0833333333rem;
            height: 1.5277777778rem;
            background: url(/images/icon_map.svg) 50% 50% no-repeat;
            background-size: 1.0833333333rem 1.5277777778rem;
            margin-right: 0.5555555556rem;
            display: none; }
          @media screen and (min-width: 992px) {
            #container .inner .map_wrpa .map_info .map_addr {
              color: #2d2d2d;
              font-size: 20px;
              line-height: 19px;
              padding: 17px 30px; }
              #container .inner .map_wrpa .map_info .map_addr i {
                display: inline-block;
                width: 18px;
                height: 25px;
                background: url(/images/icon_map.svg) 50% 50% no-repeat;
                background-size: 18px 25px;
                margin-right: 12px;
                display: none; } }
    #container .inner .empty_div {
      height: 11.1111111111rem; }
      @media screen and (min-width: 992px) {
        #container .inner .empty_div {
          height: 200px; } }
