@import './fonts/font.css';
.layout-cnt > div ul li, .layout-cnt, .layout-img {
  display: flex;
  align-items: center;
}

.area-searchbar, .area-title {
  display: flex;
  justify-content: center;
}

.area {
  width: 80%;
  margin: 100px auto;
}

.area-title {
  margin-top: 100px;
}
.area-title h3 {
  font-size: 60px;
  margin: 0;
}

.area-list {
  display: flex;
  flex-direction: column;
}
.area-list form table {
  width: 100%;
  text-align: center;
  border-top: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
  border-collapse: collapse;
}
.area-list form table tr {
  border-bottom: 1px solid #ddd;
}
.area-list form table th,
.area-list form table td {
  font-size: 18px;
  padding: 15px 10px;
}
.area-list form table th a,
.area-list form table td a {
  font-size: 18px;
}
.area-list form table th {
  font-family: "Pretendard-L";
  border-bottom: 2px solid #ddd;
  background: #f5f5f5;
}
.area-list form table td {
  line-height: 25px;
  text-align: left;
  padding-left: 30px;
}

.area-category ul {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
  justify-content: start;
  gap: 19px;
  margin-bottom: 20px;
  grid-auto-flow: row;
}
.area-category ul li {
  background: #ddd;
  padding: 10px 20px;
  border-radius: 50px;
  width: 115px;
  text-align: center;
}
.area-category ul li a {
  font-size: 16px;
  font-family: "Pretendard-M";
}
.area-category ul li.active {
  background: #222;
}
.area-category ul li.active a {
  color: #fff;
}

.last-td_border {
  border-right: none !important;
}

.last-td a {
  font-size: 18px;
  padding: 5px 8px;
  color: #fff;
  border-radius: 3px;
}
.last-td a:hover {
  font-family: "Pretendard-SB";
}
.last-td a:first-child {
  margin-right: 5px;
  background: #1E7DFF;
}
.last-td a:first-child:hover {
  background: #3788fa;
}
.last-td a:last-child {
  background: #1F8950;
}
.last-td a:last-child:hover {
  background: #2ca062;
}

.area-search {
  margin-bottom: 100px;
  background: #f5f5f5;
  padding: 50px 30px;
  border-radius: 10px;
}
.area-search h2 {
  font-size: 40px;
  margin: 0 0 20px;
}

.area-searchbar select,
.area-searchbar input,
.area-searchbar button {
  font-size: 16px;
  border: 1px solid #ddd;
  padding: 10px;
  height: 40px;
}
.area-searchbar select,
.area-searchbar input {
  background: #fff;
}
.area-searchbar select {
  outline: none;
}
.area-searchbar input {
  width: 50%;
}
.area-searchbar button {
  width: 10%;
  cursor: pointer;
  background: #f5f5f5;
}

.area form h4 {
  font-size: 26px;
  text-align: center;
  border-top: 2px solid #232323;
  border-bottom: 2px solid #232323;
  padding: 15px 0;
}

.area-list_search {
  position: relative;
  margin-bottom: 100px;
}

.list-btn {
  position: absolute;
  right: 0;
  bottom: 0;
  margin-top: 30px;
  background: #1E7DFF;
  font-size: 18px;
  padding: 8px 15px;
  color: #fff;
}

.area-list {
  position: relative;
}
.area-list .rowspan {
  padding: 50px 10px;
  line-height: 25px;
}

.layout-img {
  width: 100%;
  flex-direction: column;
}
.layout-img img {
  width: 80%;
  border: 1px solid #ddd;
}

.layout-top {
  margin-bottom: 50px;
}

.layout-cnt {
  margin-top: 50px;
  border: 1px solid #ddd;
  width: 80%;
  padding: 20px 30px;
  justify-content: space-between;
}
.layout-cnt > div {
  width: 100%;
}
.layout-cnt > div ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  line-height: 40px;
}
.layout-cnt > div ul li {
  font-size: 20px;
}
.layout-cnt h4 {
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
  margin: 10px 0px 20px 0px;
  font-size: 28px;
}
.layout-cnt h4 span {
  color: #1E7DFF;
}
.layout-cnt > ul > li > ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.layout-cnt_point {
  display: block;
  width: 35px;
  height: 20px;
  margin-right: 10px;
  border: 1px solid #ddd;
}

.section-point_01 {
  background: #7b03fc;
}

.section-point_02 {
  background: #01ff03;
}

.section-point_03 {
  background: #ff7ea0;
}

.section-point_04 {
  background: #dddd03;
}

.cnt-point_01 {
  border: 1px solid red;
}

.cnt-point_02 {
  background: #FDBD03;
}

.cnt-point_03 {
  background: #B58C00;
}

.cnt-point_04 {
  background: #de6e00;
}

.cnt-point_05 {
  background: #01dddc;
}

.cnt-point_06 {
  background: #807FFF;
}

.cnt-point_07 {
  background: #6C04E2;
}

.cnt-point_08 {
  background: #C001FF;
}

.cnt-point_09 {
  background: #FD02F9;
}

.cnt-point_10 {
  background: #FD9F85;
}

.area-table th:nth-child(odd) {
  background: #f8f8f8;
}
.area-table tr td:nth-child(even) {
  background: #f8f8f8;
}

.area-web {
  text-align: center !important;
  padding-left: 10px !important;
}

@media screen and (max-width: 1024px) {
  .area-title h3 {
    font-size: 5.86vw;
  }
  .area-list form table {
    white-space: nowrap;
  }
  .area-list form table th,
  .area-list form table td {
    padding: 1.46vw 10px;
    font-size: 1.76vw;
  }
  .area-list form table th a,
  .area-list form table td a {
    font-size: 1.76vw;
  }
  .layout-cnt h4 {
    font-size: 2.73vw;
    margin-bottom: 1.95vw;
    padding-bottom: 1.95vw;
  }
  .layout-cnt > div ul {
    line-height: 3.91vw;
  }
  .layout-cnt > div ul li {
    font-size: 1.95vw;
  }
}
@media screen and (max-width: 768px) {
  .area-title {
    margin-top: 13.02vw;
  }
  .area-searchbar select,
  .area-searchbar input,
  .area-searchbar button {
    font-size: 2.08vw;
    padding: 1.3vw;
  }
  .area-searchbar select {
    width: 12.31vw;
  }
  .area-category ul {
    grid-template-columns: repeat(auto-fill, minmax(13.02vw, 1fr));
  }
  .area-category ul li {
    width: 14.97vw;
  }
  .area-category ul li a {
    font-size: 2.08vw;
  }
  .area-list form table th,
  .area-list form table td {
    font-size: 13.5px;
    padding: 11.2px 10px;
  }
  .area-list form table th a,
  .area-list form table td a {
    font-size: 13.5px;
  }
  .area form h4 {
    font-size: 3.39vw;
    padding: 1.95vw 0;
  }
  .list-btn {
    font-size: 2.34vw;
    padding: 1.04vw 1.95vw;
  }
  .layout-img img {
    width: 100%;
  }
  .layout-cnt {
    width: 100%;
  }
  .layout-cnt h4 {
    font-size: 21px;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  .layout-cnt > div ul {
    grid-template-columns: 1fr;
    line-height: 30px;
  }
  .layout-cnt > div ul li {
    font-size: 15px;
  }
}
@media screen and (max-width: 680px) {
  .area-category ul li {
    width: 90px;
  }
}
@media screen and (max-width: 600px) {
  .area-title {
    margin-top: 78px;
  }
  .area-searchbar select,
  .area-searchbar input,
  .area-searchbar button {
    font-size: 12.5px;
    padding: 7.8px;
  }
  .area-searchbar select {
    width: 74px;
  }
  .area-searchbar button {
    width: 42px;
  }
  .area-category ul {
    grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
  }
  .area-category ul li a {
    font-size: 2.33vw;
  }
  .area-web img {
    width: 4vw;
  }
  .area form h4 {
    font-size: 20.3px;
    padding: 12px 0;
  }
  .list-btn {
    font-size: 14px;
    padding: 6.25px 12px;
  }
  .layout-cnt {
    padding: 3.33vw 5vw;
  }
}
@media screen and (max-width: 480px) {
  .area-title h3 {
    font-size: 28.2px;
  }
  .area-search {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 29.17vw;
  }
  .area-searchbar select,
  .area-searchbar input,
  .area-searchbar button {
    padding: 1.63vw;
    height: 8.33vw;
  }
  .area-searchbar select {
    width: 15.42vw;
  }
  .area-searchbar input {
    width: 37.92vw;
  }
  .area-category ul li a {
    font-size: 11.2px;
  }
  .area-web img {
    width: 19px;
  }
  .layout-cnt {
    padding: 16px 24px;
  }
}
@media screen and (max-width: 380px) {
  .area-search {
    height: 111px;
  }
  .area-searchbar select,
  .area-searchbar input,
  .area-searchbar button {
    height: 31.7px;
    padding: 6.2px;
  }
  .area-searchbar select {
    width: 58.6px;
  }
  .area-searchbar input {
    width: 144px;
  }
}/*# sourceMappingURL=area.css.map */