@import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR:400,700&subset=korean');

html {
  height: 100%;
}

* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  font-family: 'Noto Sans KR', sans-serif;
  box-sizing: border-box;
  border: 0;
}

body {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*:focus {
  outline: none;
}

ol, ul, li {
  list-style: none;
}

a {
  text-decoration: none;
}

a:link, a:visited, a:hover, a:active {
  color: #333;
  
}

button {
  border: none;
  cursor: pointer;
}

#accordian .category {
  margin-bottom: 0;
}

input, button {
  border-radius: 0;
  -webkit-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media only screen and (min-width: 1220px) {
  .contentWrap {
    min-height: 80%;
  }
}

.contentWrap {
  position: relative;
}

/*-------------!!!!인덱스페이지!!!!--------------*/
/*-------------메인--------------*/
.mainContent {
  width: 100%;
  height: 100%;
  padding: 5% 0;
}

.gradLine {
  width: 100%;
  height: 3px;
  background: linear-gradient(135deg, #e72e75, #faec02);
}

.main {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-size: cover;
}

/* pc */
@media only screen and (min-width: 1220px) {
  .main {
    background: url(mainbg_pc.png) center center;
  }
}

/* mobile */
@media only screen and (max-width: 1220px) {
  .main {
    background: url(mainbg_mb.png) center center;
  }
}

.category {
  width: 90% !important;
  height: 100%;
  overflow: hidden;
  margin-left: 5% !important;
  text-align: center !important;
  font-size: 14px !important;
  padding-bottom: 40px;
}

.category a {
  color: #fff !important;
}

/* pc 화면 */
@media only screen and (min-width: 1220px) {
  .mainContent {
    width: 700px !important;
    margin: 0 auto !important;
    padding: 0 !important;
  }

  .category {
    width: 100% !important;
    margin: 0 !important;
    height: 100px;
    margin-top: 70px !important;
    padding-bottom: 0 !important;
  }
}

.category ul li {
  float: left;
  padding: 5px 10px;
  margin: 5px;
  border: 1px solid #dee3eb;
  border-radius: 5px;
  cursor: pointer;
}

.category ul li:hover {
  background: linear-gradient(135deg, #e72e75, #faec02);
  border: none;
  margin: 6px;
  color: #fff;
}

header {
  width: 100%;
  height: 50px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

header h3 {
  color: #fff;
  line-height: 50px;
  margin-left: 15px;
  float: left;
  width: 100px;
}

.headerSize {
  height: 50px;
  margin: 0 auto;
}

.loginBTN {
  color: #fff !important;
  margin-right: 15px;
  line-height: 50px;
}

.searchWrap input {
  background: none;
}

.searchWrap {
  width: 300px;
  height: 40px;
  margin: 40px auto;
  background-color: #fff;
  border-radius: 5px;
  line-height: 37px;
}

.searchWrap i {
  width: 30px;
  height: 40px;
  margin: 0 10px;
  line-height: 38px;
  float: left;
  text-align: center;
}

.searchWrap input {
  height: 40px;
  width: 195px;
}

#searchBtn {
  width: 55px;
  cursor: pointer;
  float: right;
}

.contentTitle {
  margin-bottom: 5px;
}

.contentContrainer {
  width: 90%;
  margin: 30px auto;
}

#mainMent {
  display: none;
}

/*-------------이벤트 배너--------------*/
.eventBanner {
  width: 100%;
  height: 50px;
  line-height: 48px;
  color: #fff;
  text-align: center;
  background: linear-gradient(135deg, #e72e75, #faec02);
  cursor: pointer;
}

/*--------------위치정보 동의받기-------------*/
.noticeLocationContrainer {
  text-align: center;
  padding: 60px 0;
  border: 1px solid #dee3eb;
  display: none;
}

.noticeLocationContrainer p {
  font-size: 26px;
  margin-bottom: 10px;
  color: #FF6565;
  font-weight: 700;
}

#locationBtn {
  width: 200px;
  height: 45px;
  text-align: 45px;
  font-size: 18px;
  margin: 0 auto;
  border-radius: 50px;
  color: #fff;
  background-color: #FF6565;
  margin-top: 20px;
  transition: all ease 0.2s;
}

.hovereffect:hover {
  box-shadow: 5px 10px 15px 1px rgba(0, 0, 0, 0.2);
}

/*-------------주변맛집--------------*/
.placeContrainer ul {
  height: 100%;
  overflow: hidden;
}

.placeContrainer li {
  width: 48%;
  float: left;
  margin: 0 1%;
  margin-bottom: 30px;
  cursor: pointer;
}

.placeImgCont {
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.26%;
}

.placeMainThum {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #dee3eb;
  background: url(mainbg.png) center center;
  background-size: cover;
}

#placeType {
  color: #999;
  font-size: 14px;
}

.noticeContrainer,
.eventContrainer {
  margin-top: 20px !important;
}

/* 모바일 화면 */
@media only screen and (max-width: 1220px) {
  .contentContrainer {
    width: 90%;
    margin: 10px auto;
    display: block;
    font-size: 14px;
  }

  .eventContrainer {
    margin-bottom: 20px;
  }
}

/*-------------공지사항--------------*/
#noticeTable {
  width: 100%;
  height: 100%;
  overflow: hidden;
  table-layout: fixed;
}

#noticeTable tr {
  cursor: pointer;
}

#noticeTable td {
  border-bottom: 1px solid #dee3eb;
  height: 40px;
  line-height: 38px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

#noticeTable td:nth-child(2) {
  width: 30%;
  text-align: right;
  font-size: 14px;
  color: #666;
}

#eventTable {
  width: 100%;
  height: 100%;
  overflow: hidden;
  table-layout: fixed;
}

#eventTable tr {
  cursor: pointer;
}

#eventTable td {
  border-bottom: 1px solid #dee3eb;
  height: 40px;
  line-height: 38px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

#eventTable td:nth-child(2) {
  width: 30%;
  text-align: right;
  font-size: 14px;
  color: #666;
}

#noticeTable tr:last-child td, #eventTable tr:last-child td {
  border: none;
}

/*-------------푸터--------------*/
footer {
  width: 100%;
  height: 100px;
  font-size: 13px;
  border-top: 1px solid #dee3eb;
  color: #999;
  padding-bottom: 20px;
  /* position: absolute;
  bottom: 0;
  left: 0;
  right: 0; */
  /* overflow: hidden; */
}

footer p {
  font-size: 18px;
  font-weight: 700;
  margin-top: 20px;
}

.footerline {
  width: 90%;
  margin: 0 auto;
}

.footerlink2 {
  background-color: #fff;
  border-bottom: 1px solid #dee3eb;
}

.footerlink {
  height: 30px;
}

/*------pc화면으로 넘어왔을 때------*/
@media only screen and (min-width: 1220px) {
  .headerSize {
    width: 1100px;
  }

  .forMoblieBr {
    display: none;
  }

  body {
    min-height: 100%;
  }

  .main {
    height: 600px;
  }

  #mainMent {
    display: block;
    color: #fff;
    text-align: center;
    font-size: 32px;
    margin-top: 150px;
  }

  .searchWrap {
    width: 700px;
    height: 50px;
    font-size: 20px;
    line-height: 48px;
    margin: 20px auto;
    margin-top: 50px;
  }

  .searchWrap i {
    height: 50px;
    font-size: 30px;
    line-height: 48px;
    margin-left: 15px;
  }

  .searchWrap input {
    font-size: 16px;
    height: 50px;
  }

  #searchinput {
    width: 575px;
  }

  .eventBanner {
    height: 100px;
    line-height: 100px;
    font-size: 24px;
    font-weight: 700;
  }

  .contentContrainer {
    width: 1000px;
    margin-bottom: 50px !important;
    height: 100%;
    overflow: hidden;
  }

  .result .thum {
    float: left;
    margin: 0 1%;
    font-size: 14px;
  }

  .footerline {
    width: 1000px;
    margin: 0 auto;
  }

  footer {
    font-size: 13px;
    text-align: center;
    width: 100%;
  }
}

@media only screen and (min-width: 1220px) {
  .noticeContrainer, .eventContrainer {
    width: 48%;
  }
}

/*--------------검색결과---------------*/
.searchTitle {
  font-size: 26px;
}

.searchKeyword {
  color: #FF6565;
}

.searchResult {
  margin-top: 30px !important;
}

.searchContentWrap .placeContrainer li {
  width: 100%;
}

.searchContentWrap .placeContrainer li .placeImgCont {
  position: relative;
  width: 100px;
  height: 0;
  overflow: hidden;
  padding-bottom: 100px;
  float: left;
  margin-right: 20px;
}

#placeName {
  font-size: 20px;
  font-weight: 700;
  margin-top: 10px;
}

#placeType {
  font-size: 16px;
  color: #666;
}

#placeNumber {
  color: #666;
}

.searchResult li {
  padding-bottom: 30px;
  border-bottom: 1px solid #dee3eb;
}

.searchResult li:last-child {
  border-bottom: 0;
}

.thum {
  width: 16%;
  height: 170px;
  background-color: #333;
  float: left;
  background: center center;
  background-size: cover;
}

.infoline {
  width: 80%;
  float: left;
  
}

@media only screen and (min-width: 1200px) {
  .infoline {margin-left: 10px;}
}

.infoline p {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.p_name {
  font-size: 26px;
}

.p_type, .p_num, .p_intro, .p_more {
  font-size: 16px;
  color: #999;
}

.p_intro {
  margin: 12px 0;
  color: #333;
}

.p_type {
  color: #FF6565;
}

#loadingBar .center {
  width: 180px;
  height: 70px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -35px;
  margin-left: -90px;
  text-align: center;
}

@media only screen and (max-width: 1220px) {
  #loadingBar {
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    background-color: rgba(0, 0, 0, 0.7) !important;
    color: #fff !important;
    z-index: 10000 !important;
    text-align: center;
  }

  .thum {
    width: 100%;
  }

  .p_name {
    font-size: 20px;
    margin-top: 10px;
  }

  .p_type, .p_num, .p_intro, .p_more {
    font-size: 14px;
  }

  .infoline {
    width: 100%;
  }
}

/*--------소비자 공지사항, 이벤트---------*/
.pageTitle {
  font-size: 30px;
}

.boardList tr {
  cursor: pointer;
}

.board .title {
  font-size: 18px;
  height: 60px;
  font-weight: 700;
}

.board .date {
  color: #666;
}

.section {
  width: 90%;
  margin: 50px auto;
}

#notice {
  width: 100%;
  font-size: 15px;
  border-collapse: collapse;
}

#notice td, th {
  height: 40px;
}

#notice th:nth-child(1), #notice th:nth-child(3) {
  width: 15%;
}

#notice th {
  width: 50%;
  border-top: 2px solid #333;
  border-bottom: 1px solid #333;
  font-weight: 500;
}

#notice tbody th {
  cursor: pointer;
}

.board th:nth-child(1) {
  width: 80% !important;
}

@media only screen and (min-width: 1220px) {
  .searchContentWrap .main {
    height: 190px;
  }

  .section {
    width: 1000px;
  }
}

.generalSeachContrainer {
  text-align: center;
  font-size: 15px;
}


/* 1819일반업종 검색란 */
@media only screen and (max-width: 1220px) {
  .generalSeachContrainer {
    width: 90%;
    margin: 10px auto;
    display: block;
    font-size: 14px;
  }
}

@media only screen and (min-width: 1220px) {
  .generalSeachContrainer {
    width: 1000px;
    margin: 50px auto;
    height: 100%;
    overflow: hidden;
  }
}

.generalSeachContrainer h2 {
  margin-bottom: 20px;
}

.generalSeachContrainer select {
  width: 30%;
  height: 50px;
  border: 1px solid #dee3eb;
  border-radius: 5px;
}

@media only screen and (max-width: 1220px) {
  .generalSeachContrainer select {
    width: 35%;
  }
}

#generalSeachBtn {
  width: 10%;
  height: 50px;
  background: #ff6565;
  color: white;
  border-radius: 5px;
}

@media only screen and (max-width: 1220px) {
  #generalSeachBtn {
    width: 20%;
  }
}

/*-------------페이지네이션--------------*/
