@charset "UTF-8";

#header h2 {
  padding: unset;
}

.header-mini-gnavi {
  float: right;
  font-size: 0.7rem;
  margin-top: 10px;
}

.header-mini-gnavi #nav {
  list-style: none;
  overflow: hidden;
}

.header-mini-gnavi #nav li {
  width: 110px;
  text-align: center;
  background-color: #00a0d4;
  float: left;
  line-height: 1.5rem;
  transition: 0.5s;
}

.header-mini-gnavi #nav li:hover {
  background-color: #3eccfc;
}

.header-mini-gnavi #nav li a {
  text-decoration: none;
  color: #fff;
}

.header-mini-gnavi #nav li a i {
  margin-right: 0.3rem;
}

#reserve-navi {
  background: #4eb9f0;
}

#reserve-navi ul {
  width: 1000px;
  list-style: none;
  overflow: hidden;
  margin: auto;
  display: flex;
  justify-content: flex-start;
}

#reserve-navi ul li {
  position: relative;
  text-align: center;
  float: left;
  line-height: 3rem;
  background-color: #00a0d4;
  width: 140px;
  margin-right: 1px;
  transition: 0.5s;
}

#reserve-navi ul li:last-child {
  width: 60px !important;
}

#reserve-navi ul li:hover {
  background-color: unset;
}

#reserve-navi ul li a {
  text-decoration: none;
  color: #fff;
  display: block;
}

#reserve-navi ul li i {
  color: #fff;
  position: absolute;
  top: 1rem;
  left: 1.4rem;
}

#search-btn-area {
  background-color: #fef4e4;
  margin: 1rem 0;
  padding: 2rem 0;
}

#search-btn-area .search-btn {
  background-color: #f29600;

  width: 300px;
  height: 85px;
  margin: auto;
  box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 20%);
  border-radius: 10px;
  text-align: center;
  padding: 0.5rem 0;
  transition: 0.5s;
}

#search-btn-area .search-btn:hover {
  background-color: #ffae2c;
}

#search-btn-area .search-btn img {
  width: 200px;
}

#reserve-contents-wrapper {
  width: 1000px;
  margin: auto;
}

#reserve-contents-wrapper .contents-box {
  margin-bottom: 4rem;
}

#reserve-contents-wrapper .contents-box h2 {
  border-bottom: solid 4px;
}

#reserve-contents-wrapper .contents-box h2 img {
  margin-bottom: -4px;
  width: 340px;
}

#reserve-contents-wrapper .contents-box .sub-message {
  font-size: 1rem;
  padding: 1rem 0;
}

.contents-inner.contents-search {
  padding: 2rem 0;
  display: flex;
  justify-content: space-between;
}

.contents-search-sub {
  width: 300px;
  box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 20%);
}

.contents-search-sub > img {
  width: 100%;
}

.contents-search-sub > h3 {
  font-size: 1.2rem;
  font-weight: 600;
  text-align: center;
  padding: 0.7rem 0.3rem;
}

.contents-search-sub .detail {
  margin: 1rem 2rem;
}

.contents-search-sub .detail .txt1 {
  padding: 1rem 0;
}

.contents-search-sub .detail .txt2 {
  margin: 0.5rem 1rem;
  font-size: 1.1rem;
  line-height: 1.4rem;
}

.contents-search-sub .detail .txt3 {
  margin: 0.5rem 0.5rem;
  font-size: 1rem;
  line-height: 1.4rem;
  height: 55px;
}

.contents-search-sub .detail .txt2 span {
  font-size: 0.9rem;
  line-height: 0.9rem;
}

.contents-search-sub .detail .btn-area {
  display: flex;
  justify-content: space-between;
}

.contents-search-sub .detail .btn-area a {
  text-decoration: none;
}

.contents-search-sub .detail .btn-area .btn-mini {
  border: solid 3px;
  width: 90px;
  line-height: 2rem;
  text-align: center;
  font-weight: 600;
  transition: 0.5s;
}

.contents-search-sub .detail .btn-area .btn-mini:hover {
  background-color: rgb(211, 211, 211);
}

.contents-virus .contents-virus-sub {
  padding: 0;
  display: flex;
  justify-content: space-between;
}

.contents-inner.contents-guide {
  padding: 2rem 0;
  display: flex;
  justify-content: space-between;
}

.contents-guide-sub {
  border: solid 7px #00a0d4;
  width: 310px;
  text-align: center;
}

.contents-guide-sub img {
  margin: 0.8rem 0;
}

.contents-guide-sub p {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 600;
}

.contents-guide-sub p.today {
  font-size: 1rem;
  font-weight: 100;
  margin-top: 0.6rem;
}

.guide-btn-mini {
  margin: 1rem auto;
  width: 200px;
  text-align: center;
  background-color: #fbb03b;
  padding: 0.6rem 0;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 0 10px 0 0;
  transition: 0.5s;
}

.guide-btn-mini:hover {
  background-color: #ffc971;
}

.guide-btn-mini a {
  color: #fff;
  text-decoration: none;
  display: block;
}

.contents-guide-sub-next {
  position: relative;
  width: 20px;
}

.contents-guide-sub-next img {
  top: 37%;
  position: absolute;
}

.insta-logo {
  margin-left: 15px;
  position: relative;
  top: 3px;
}
