.top-search {
  text-align: center;
  padding-top: 56px;
}
.top-search .logo {
  width: 197px;
  padding-bottom: 30px;
}
.top-search .lead {
  font-size: 17px;
  margin: 18px;
}
.top-search .choice {
  font-size: 17px;
  margin-bottom: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top-search .choice .radio-btn {
  width: 200px;
  padding: 5px 0;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  vertical-align: middle;
}
.top-search .choice .radio-btn .choice-search {
  display: none;
}
.top-search .choice .radio-btn .choice-search-label {
  position: relative;
  padding-left: 35px;
}
.top-search .choice .radio-btn .choice-search-label:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  background: white;
  border: 2px solid white;
  border-radius: 50%;
}
.top-search .choice .radio-btn .choice-search-label:after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  height: 16px;
  width: 16px;
  background-color: #24C7BA;
  border-radius: 50%;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
  visibility: hidden;
}
.top-search .choice .radio-btn .choice-search:checked + .choice-search-label::after {
  background: #24C7BA;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  visibility: visible;
}
.top-search .search-now {
  margin-bottom: 15px;
}
.top-search .top-register {
  margin: 1rem 0 0;
  font-weight: bold;
  text-decoration: underline;
}
.top-search .top-banner {
  margin: 1rem 0 0;
  font-weight: bold;
  text-decoration: underline;
}
.top-search .area_img div {
  z-index: 10;
  position: relative;
  height: 80px;
  background: #C1E8DF;
  border-radius: 50%;
}
.top-search .area_img img {
  z-index: 1;
  margin-top: -40px;
  width: 100%;
}

#qa {
  background-color: white;
  padding: 50px 20px;
  text-align: center;
}
#qa .title {
  font-size: 24px;
  margin-bottom: 30px;
}
#qa div.box {
  display: block;
  font-size: 16px;
  padding: 10px 20px;
  margin-top: 15px;
  border: 1px solid rgba(85, 70, 44, 0.2);
  border-radius: 10px;
  text-align: left;
}
#qa div.box span {
  font-size: 22px;
  margin-right: 20px;
}
#qa div.answer {
  margin-bottom: 15px;
  text-align: left;
}
#qa .btn1 {
  padding-top: 30px;
}

.content {
  background-color: #F0E1E1;
  padding: 40px 20px;
}
.content label {
  font-weight: 600;
}
.content .lead {
  font-size: 14px;
  text-align: center;
  margin-bottom: 15px;
}
.content .post {
  background-color: white;
  border-radius: 10px;
}
.content .post h4 {
  font-size: 18px;
  margin-bottom: 10px;
}
.content .post img {
  width: 100%;
  border-radius: 10px 10px 0 0;
}
.content .post .c {
  padding: 15px;
}
.content .post .c p {
  font-size: 14px;
  margin: 0;
}
.content .mb20 {
  margin-bottom: 20px;
}
.content .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.content .pagination i {
  color: #CCCCCC;
}
.content .pagination .reverse {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.content .pagination li {
  padding: 0 10px;
  color: #55462C;
}
.content .pagination li a {
  color: #55462C;
}
.content .pagination li.active {
  color: #00A5A0;
}

#posts {
  background-color: white;
}
#posts .inner {
  background-color: #F0E1E1;
  padding: 50px 20px;
}
#posts .post {
  background-color: white;
  height: 140px;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 10px;
}
#posts .post .left {
  position: relative;
  overflow: hidden;
  width: 150px;
  min-width: 150px;
  border-radius: 10px 0 0 10px;
}
#posts .post .left img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 100%;
}
#posts .post .right {
  padding: 17px 10px;
}
#posts .post .right .text-right {
  color: rgba(85, 70, 44, 0.7);
  font-size: 12px;
}
#posts .post .summary {
  text-align: left;
}
#posts .btn1 {
  padding-top: 60px;
}

#posts .inner {
  padding-top: 0;
}
