@charset "UTF-8";
#header {
  border-bottom: 1px solid #ddd;
  height: 55px;
}
#header .flex {
  align-items: center;
  padding: 6px 0;
  font-size: 1.25rem;
  color: #2E457C;
  font-weight: 600;
}
@media (max-width: 360px) {
  #header .flex {
    font-size: 1rem;
  }
}
#header .flex img {
  width: 17px;
  height: 17px;
  margin: 0 10px 0 0;
}
@media (max-width: 360px) {
  #header .flex img {
    width: 12px;
    height: 12px;
    margin: 0 5px 0 0;
  }
}

#login_wrap .big_logo {
  width: 180px;
  margin: 50px auto;
}
#login_wrap .big_logo img {
  width: 180px;
}
@media (max-width: 430px) {
  #login_wrap .big_logo img {
    width: 120px;
    margin: 0 auto;
  }
}
#login_wrap .login_form label {
  display: block;
  color: #2E457C;
  font-size: 1rem;
  margin: 0 0px 20px;
}
#login_wrap .login_form label input {
  display: block;
  width: 100%;
  border: 0;
  border: 1px solid #ddd;
  font-size: 14px;
  color: #888;
  height: 40px;
  outline: 0;
  border-radius: 5px;
  padding: 3px 10px;
  margin: 5px 0 0;
  box-shadow: none;
  outline: 0;
}
#login_wrap .login_form button[type=submit] {
  text-align: center;
  color: #fff;
  background: #76A6D0;
  height: 45px;
  line-height: 47px;
  border-radius: 10px;
  font-weight: 600;
  width: 100%;
  margin: 20px 0 0;
}
#login_wrap .login_form .find_box {
  display: flex;
  justify-content: space-between;
  margin: 15px 15px 50px;
  align-items: center;
}
#login_wrap .login_form .find_box .flex {
  align-items: center;
}
#login_wrap .login_form .find_box .flex input[type=checkbox] + label {
  background: url("/img/checkbox_icon.png") no-repeat center left/20px 20px;
  width: 100%;
  height: 20px;
  margin: 0 5px 0 0;
}
#login_wrap .login_form .find_box .flex input[type=checkbox]:checked + label {
  background: url("/img/checkbox_active.png") no-repeat center left/20px 20px;
}
#login_wrap .login_form .find_box .flex span {
  padding: 0 0 0 25px;
  color: #888888;
}
#login_wrap .login_form .find_box a {
  color: #2E457C;
  display: flex;
  align-items: center;
  position: relative;
}
#login_wrap .login_form .find_box a i {
  position: relative;
  width: 20px;
  height: 20px;
  display: inline-block;
}
#login_wrap .login_form .find_box a i::after {
  position: absolute;
  left: 0;
  top: 3px;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 3px solid #2E457C;
  border-right: 3px solid #2E457C;
  transform: rotate(45deg);
  border-radius: 3px;
}
@media (max-width: 768px) {
  #login_wrap .login_form .find_box a i::after {
    width: 7px;
    height: 7px;
    left: 2px;
    top: 6px;
    border-radius: 2px;
    border-top: 2px solid #2E457C;
    border-right: 2px solid #2E457C;
  }
}
#login_wrap .login_social a {
  text-align: center;
  height: 45px;
  line-height: 45px;
  font-weight: 600;
  border-radius: 10px;
  color: #fff;
}
#login_wrap .login_social a.join {
  background: #2E457C;
}
#login_wrap .login_social a.naver {
  background: url("/img/naver_icon.png") no-repeat #45A024;
  background-size: 45px auto;
  background-position: 6% 0;
  width: 100%;
  height: 45px;
}
#login_wrap .login_social a.kakao {
  background: url("/img/kakao_icon.png") no-repeat #FFEB3B;
  background-size: 33px auto;
  background-position: 7% 6px;
  width: 100%;
  height: 45px;
  color: #000;
}

#my_menu {
  margin: 30px 0 0;
}
#my_menu .flex {
  background: #F1F1F1;
  padding: 10px;
}
#my_menu .flex .left {
  border-radius: 10px;
  width: 40%;
  min-width: 150px;
  background: #76A6D0;
  color: #fff;
  text-align: center;
  height: 150px;
  line-height: 35px;
  padding: 20px 0;
}
@media (max-width: 430px) {
  #my_menu .flex .left {
    height: 135px;
    line-height: 30px;
  }
}
#my_menu .flex .left p {
  font-size: 0.875rem;
}
#my_menu .flex .left big {
  font-size: 1.375rem;
  font-weight: 600;
}
@media (max-width: 430px) {
  #my_menu .flex .left big {
    font-size: 1rem;
  }
}
#my_menu .flex .left .box {
  border: 1px solid #fff;
  margin: 10px auto;
  height: 30px;
  line-height: 30px;
  width: 110px;
  border-radius: 15px;
  display: flex;
  justify-content: center;
}
#my_menu .flex .left .box a {
  width: 100%;
  font-size: 12px;
  position: relative;
  display: flex;
  justify-content: space-between;
  color: #fff;
}
@media (max-width: 430px) {
  #my_menu .flex .left .box a {
    font-size: 10px;
  }
}
#my_menu .flex .left .box a img {
  width: 22px;
  height: 22px;
  margin: 3px 0 0 6px;
}
#my_menu .flex .left .box a b {
  margin: 0 0 0 -7px;
  font-weight: 500;
}
@media (max-width: 430px) {
  #my_menu .flex .left .box a b {
    margin: 0 0 0 -12px;
  }
}
#my_menu .flex .left .box a i {
  width: 7px;
  height: 7px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
  border-radius: 3px;
  position: relative;
  top: 11px;
  right: 8px;
}
#my_menu .flex .right {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  text-align: right;
  margin: 23px auto;
  width: 70%;
  text-align: center;
}
#my_menu .flex .right span {
  font-size: 18px;
  color: #888888;
  margin: 0 0 10px 0;
}
@media (max-width: 430px) {
  #my_menu .flex .right span {
    font-size: 14px;
  }
}
#my_menu .flex .right span big {
  font-size: 40px;
  font-weight: 700;
  color: #E52C2C;
  margin: 0 10px 0 0;
}
@media (max-width: 430px) {
  #my_menu .flex .right span big {
    font-size: 36px;
  }
}
#my_menu .flex .right a {
  width: 120px;
  color: #2E457C;
  border: 1px solid #2E457C;
  height: 27px;
  line-height: 26px;
  margin: 10px auto 0;
  border-radius: 15px;
}
@media (max-width: 430px) {
  #my_menu .flex .right a {
    width: 90px;
  }
}
#my_menu .flex .right big {
  font-weight: 700;
  color: #2E457C;
}
#my_menu .flex .right p {
  font-size: 16px;
  font-weight: 600;
  color: #232323;
  padding: 0;
}
@media (max-width: 430px) {
  #my_menu .flex .right p {
    font-size: 12px;
  }
}
#my_menu .flex .right p img {
  height: 16px;
  width: 16px;
  margin: 0 5px 0;
  display: inline-block;
  vertical-align: text-top;
}

#my_list {
  margin: 20px 0 10px;
}
#my_list ul li {
  width: 23.5%;
  float: left;
  border: 1px solid #ddd;
  border-radius: 15px;
  margin: 0 2% 2% 0;
  height: 130px;
}
@media (max-width: 540px) {
  #my_list ul li {
    height: 100px;
  }
}
@media (max-width: 430px) {
  #my_list ul li {
    height: 100px;
    width: 32%;
  }
}
#my_list ul li:nth-child(4n) {
  margin: 0 0 2% 0;
}
@media (max-width: 430px) {
  #my_list ul li:nth-child(4n) {
    margin: 0 2% 2% 0;
  }
}
@media (max-width: 430px) {
  #my_list ul li:nth-child(3n) {
    margin: 0 0 2% 0;
  }
}
#my_list ul li a {
  display: block;
  text-align: center;
}
#my_list ul li a img {
  margin: 30px auto 0;
}
@media (max-width: 540px) {
  #my_list ul li a img {
    margin: 18px auto 0;
  }
}
#my_list ul li a p {
  font-size: 1rem;
  margin: 15px 0 0;
}
@media (max-width: 768px) {
  #my_list ul li a p {
    font-size: 1.1428571429rem;
  }
}

#menu_list {
  margin: 0 0 150px 0;
  border-top: 10px solid #F1F1F1;
}
#menu_list ol li {
  border-bottom: 1px solid #ddd;
}
#menu_list ol li a {
  display: block;
  font-size: 1.125rem;
  position: relative;
  padding: 20px;
}
#menu_list ol li a i {
  display: inline-block;
  background: #76A6D0;
  width: 7px;
  height: 7px;
  border-radius: 20px;
  vertical-align: middle;
  margin: 0 10px 0 0;
}
#menu_list ol li a span {
  position: absolute;
  right: 6%;
  top: 40%;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 3px solid #888;
  border-right: 3px solid #888;
  transform: rotate(45deg);
  border-radius: 3px;
}

#notice_wrap {
  border-bottom: 1px solid #ddd;
}
#notice_wrap .flex {
  align-items: center;
  height: 50px;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 430px) {
  #notice_wrap .flex {
    font-size: 13px;
  }
}
#notice_wrap .flex p {
  margin: 0 10% 0 15px;
  font-size: 1.125rem;
  width: 100%;
}
#notice_wrap .flex p a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
#notice_wrap .flex p b {
  color: #76A6D0;
}
#notice_wrap .flex i {
  position: absolute;
  right: 4%;
  top: 40%;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 3px solid #888;
  border-right: 3px solid #888;
  transform: rotate(45deg);
  border-radius: 3px;
}

#reward_list .flex {
  justify-content: space-between;
  align-items: center;
}
#reward_list h3 {
  font-size: 1.125rem;
  color: #232323;
  margin: 30px 0 10px;
}
#reward_list .inner {
  margin: 20px auto;
}
#reward_list .inner h4 {
  margin: 0 0 10px;
  font-size: 1.125rem;
}
#reward_list .inner p {
  font-size: 1rem !important;
}
#reward_list .all_btn a {
  text-align: center;
  font-size: 1rem;
  color: #fff;
  background: #76A6D0;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  font-weight: 600;
}
#reward_list .inquiry_search {
  justify-content: space-between;
  align-items: center;
  margin: 0 0 30px 0;
}
#reward_list .inquiry_search input {
  width: 100%;
  height: 40px;
  font-size: 16px;
  border: 1px solid #ddd;
  outline: 0;
  text-align: center;
  padding: 10px;
}
@media (max-width: 430px) {
  #reward_list .inquiry_search input {
    font-size: 12px;
  }
}
#reward_list .inquiry_search span {
  margin: 0 2%;
}
#reward_list .inquiry_search button {
  width: 90%;
  background: #76A6D0;
  border-radius: 5px;
  height: 40px;
  color: #fff;
  margin: 0 0 0 3%;
  font-size: 16px;
}
@media (max-width: 430px) {
  #reward_list .inquiry_search button {
    font-size: 12px;
  }
}
#reward_list .booking_search {
  justify-content: space-between;
  align-items: center;
  margin: 0 0 15px 0;
}
#reward_list .booking_search input {
  width: 50%;
  height: 40px;
  font-size: 1rem;
  border: 1px solid #ddd;
  outline: 0;
  text-align: center;
  padding: 10px;
  background: #fff;
  border-radius: 0;
}
#reward_list .booking_search span {
  margin: 0 2%;
}
#reward_list .booking_search span.search_bar {
  margin: 0 0 0 2%;
}
#reward_list .booking_search .search_bar {
  width: 100%;
  border: 1px solid #ddd;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
#reward_list .booking_search .search_bar input {
  width: 80%;
  height: 40px;
  font-size: 1rem;
  border: 0;
  outline: 0;
  padding: 10px;
}
#reward_list .booking_search .search_bar button {
  background: url("/img/i_search.png") no-repeat 0 0px/20px auto;
  width: 30px;
  height: 20px;
}
@media (max-width: 430px) {
  #reward_list .booking_search .search_bar button {
    background: url("/img/i_search.png") no-repeat 5px 0px/18px auto;
  }
}
#reward_list ul {
  justify-content: space-between;
  align-items: center;
  border: 1px solid #ddd;
}
#reward_list ul li {
  text-align: center;
  font-size: 15px;
  width: 100%;
  border-right: 1px solid #ddd;
  height: 40px;
  line-height: 40px;
}
@media (max-width: 414px) {
  #reward_list ul li {
    font-size: 12px;
  }
}
#reward_list ul li:last-child {
  border-right: 0;
}
#reward_list ul li a {
  display: block;
}
#reward_list ul li.active {
  border: 1px solid #2E457C;
  color: #2E457C;
}
#reward_list table {
  border: 1px solid #ddd;
  margin: 15px 0;
}
#reward_list table tr {
  display: flex;
  align-items: center;
}
#reward_list table tr th {
  color: #888888;
  width: 50%;
  font-size: 1rem;
  padding: 12px 0;
  font-weight: 500;
}
#reward_list table tr th.last {
  width: 25%;
}
#reward_list table tr {
  display: flex;
  align-items: center;
}
#reward_list table tr:last-child td {
  border-bottom: 0;
}
#reward_list table tr td {
  text-align: center;
  width: 50%;
  padding: 12px 0;
  font-size: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #888;
  font-size: 1rem !important;
}
#reward_list table tr td .more {
  width: 100px;
  margin: 0 auto;
}
@media (max-width: 430px) {
  #reward_list table tr td .more {
    width: 75px;
    margin: 0 5px;
  }
}
#reward_list table tr td.flex {
  justify-content: center;
}
#reward_list table tr td i.star {
  background: url("/img/star_icon.png") no-repeat center 0px/15px auto;
  display: inline-block;
  width: 20px;
  height: 20px;
}
#reward_list table tr td.ing {
  color: #888888;
}
#reward_list table tr td.result {
  color: #76A6D0;
}
#reward_list table tr td.available {
  color: #00D907;
}
#reward_list table tr td.consulting {
  color: #E52C2C;
}
#reward_list table tr td.atmosphere {
  color: #888;
}
#reward_list table tr td span, #reward_list table tr td a {
  color: #2E457C;
  background: #F1F1F1;
  padding: 10px 16px;
}
@media (max-width: 540px) {
  #reward_list table tr td span, #reward_list table tr td a {
    padding: 10px 10px;
  }
}

#cs_review_list .flex {
  justify-content: space-between;
  align-items: center;
  margin: 30px 0 10px;
}
#cs_review_list h3 {
  font-size: 1.125rem;
  color: #232323;
  font-weight: 600;
}
#cs_review_list a.member_edite {
  font-size: 0.9rem;
  border: 1px solid #ddd;
  border-radius: 20px;
  margin: 0;
  padding: 5px 15px 4px;
}
#cs_review_list .inner {
  margin: 0px auto;
}
#cs_review_list .inner h4 {
  margin: 0 0 10px;
}
#cs_review_list .all_btn a {
  text-align: center;
  font-size: 1rem;
  color: #fff;
  background: #76A6D0;
  height: 50px;
  line-height: 50px;
  border-radius: 10px;
  font-weight: 600;
}
#cs_review_list .inquiry_search {
  justify-content: space-between;
  align-items: center;
  margin: 0 0 30px 0;
}
#cs_review_list .inquiry_search input {
  width: 100%;
  height: 40px;
  font-size: 16px;
  border: 1px solid #ddd;
  outline: 0;
  text-align: center;
  padding: 10px;
}
#cs_review_list .inquiry_search span {
  margin: 0 2%;
}
#cs_review_list .inquiry_search button {
  width: 90%;
  background: #76A6D0;
  border-radius: 5px;
  height: 40px;
  color: #fff;
  margin: 0 0 0 3%;
  font-size: 1rem;
}
#cs_review_list .booking_search {
  justify-content: space-between;
  align-items: center;
  margin: 0 0 15px 0;
}
@media (max-width: 540px) {
  #cs_review_list .booking_search {
    flex-direction: column;
    flex-wrap: wrap;
  }
}
#cs_review_list .booking_search .day_box {
  display: flex;
  align-items: center;
  width: 50%;
}
@media (max-width: 540px) {
  #cs_review_list .booking_search .day_box {
    width: 100%;
  }
}
#cs_review_list .booking_search input {
  width: 50%;
  height: 40px;
  font-size: 1rem;
  border: 1px solid #ddd;
  outline: 0;
  text-align: center;
  padding: 10px;
  background: #fff;
  border-radius: 0;
}
@media (max-width: 540px) {
  #cs_review_list .booking_search input {
    width: 100%;
  }
}
#cs_review_list .booking_search input[value] {
  line-height: 1;
  display: flex;
  align-items: center;
}
#cs_review_list .booking_search input[type=date] {
  border: none;
  position: relative;
  width: 100%;
  padding: 10px 30px 10px 10px;
  background: url("/img/calendar.png") no-repeat right 10px center/20px auto #fff;
  background-color: #fff;
  border: 1px solid #ddd;
  color: #000;
  text-align: center;
  font-size: 100%;
}
#cs_review_list .booking_search input[type=date]::-webkit-calendar-picker-indicator {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  color: transparent;
  cursor: pointer;
}
#cs_review_list .booking_search input[type=date]::before {
  content: attr(placeholder);
  width: 100%;
  height: 100%;
}
#cs_review_list .booking_search input[type=date]:valid::before {
  display: none;
}
#cs_review_list .booking_search span {
  margin: 0 2%;
}
#cs_review_list .booking_search span.search_bar {
  margin: 0 0 0 2%;
}
@media (max-width: 540px) {
  #cs_review_list .booking_search span.search_bar {
    margin: 10px 0 0;
  }
}
#cs_review_list .booking_search .search_bar {
  width: 50%;
  border: 1px solid #ddd;
  display: flex;
  align-items: center;
}
@media (max-width: 540px) {
  #cs_review_list .booking_search .search_bar {
    width: 100%;
  }
}
#cs_review_list .booking_search .search_bar input {
  width: 100%;
  height: 40px;
  font-size: 16px;
  border: 0;
  outline: 0;
  font-size: 1rem;
  padding: 10px;
}
#cs_review_list .booking_search .search_bar button {
  background: url("/img/i_search.png") no-repeat 0 0px/20px auto;
  width: 30px;
  height: 20px;
}
#cs_review_list ul {
  justify-content: space-between;
  margin: 0 !important;
  align-items: center;
  border: 1px solid #ddd;
}
#cs_review_list ul li {
  text-align: center;
  font-size: 15px;
  width: 100%;
  border-right: 1px solid #ddd;
  height: 40px;
  line-height: 40px;
}
@media (max-width: 414px) {
  #cs_review_list ul li {
    font-size: 12px;
  }
}
#cs_review_list ul li:last-child {
  border-right: 0;
}
#cs_review_list ul li a {
  display: block;
}
#cs_review_list ul li.active {
  border: 1px solid #2E457C;
  color: #2E457C;
}
#cs_review_list table {
  border: 1px solid #ddd;
  margin: 15px 0;
}
#cs_review_list table tr {
  display: flex;
  align-items: center;
}
#cs_review_list table tr th {
  color: #888888;
  width: 15%;
  font-size: 1rem;
  padding: 20px 0;
  line-height: 1;
}
#cs_review_list table tr th.wid {
  width: 25%;
}
#cs_review_list table tr th.wid2 {
  width: 15%;
}
#cs_review_list table tr th.wid3 {
  width: 30%;
}
#cs_review_list table tr th.last {
  width: 25%;
}
#cs_review_list table tbody {
  border-top: 1px solid #ddd;
}
#cs_review_list table tbody tr {
  padding: 10px 0;
}
#cs_review_list table tr {
  border-bottom: 1px solid #ddd;
}
#cs_review_list table tr:last-child {
  border-bottom: 0;
}
#cs_review_list table tr td {
  text-align: center;
  font-size: 1rem;
  line-height: 1;
  color: #555555;
  width: 15%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#cs_review_list table tr td.wid {
  width: 25%;
}
#cs_review_list table tr td.wid .day {
  line-height: 1;
}
#cs_review_list table tr td.wid2 {
  width: 15%;
}
#cs_review_list table tr td.wid3 {
  width: 30%;
}
#cs_review_list table tr td.last {
  width: 25%;
}
#cs_review_list table tr td .more {
  padding: 5px 10px;
}
@media (max-width: 430px) {
  #cs_review_list table tr td .more {
    padding: 5px;
  }
}
#cs_review_list table tr td.flex {
  justify-content: center;
}
#cs_review_list table tr td i.star {
  background: url("/img/star_icon.png") no-repeat center 0px/15px auto;
  display: inline-block;
  width: 20px;
  height: 20px;
}
#cs_review_list table tr td.ing {
  color: #888888;
}
#cs_review_list table tr td.result {
  color: #76A6D0;
}
#cs_review_list table tr td.available {
  color: #00D907;
}
#cs_review_list table tr td.consulting {
  color: #E52C2C;
}
#cs_review_list table tr td.atmosphere {
  color: #888;
}
#cs_review_list table tr td a {
  color: #2E457C;
  background: #F1F1F1;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#pay_detail_list .day_box {
  display: flex;
  align-items: center;
  width: 80%;
}
#pay_detail_list .day_box input {
  width: 50%;
  height: 40px;
  font-size: 1rem;
  border: 1px solid #ddd;
  outline: 0;
  text-align: center;
  padding: 10px;
  background: #fff;
  border-radius: 0;
}
@media (max-width: 430px) {
  #pay_detail_list .day_box {
    width: 100%;
  }
}
#pay_detail_list .inquiry_search {
  margin: 0 0 15px 0 !important;
}
@media (max-width: 430px) {
  #pay_detail_list .inquiry_search {
    flex-direction: column;
    width: 100%;
  }
}
@media (max-width: 430px) {
  #pay_detail_list .inquiry_search button {
    margin: 10px 0 0 !important;
    width: 100% !important;
  }
}

#consultation_list .flex, #pay_detail_list .flex, #cs_inquiry_list .flex, #booking_list .flex {
  justify-content: space-between;
  align-items: center;
}
#consultation_list h3, #pay_detail_list h3, #cs_inquiry_list h3, #booking_list h3 {
  font-size: 1.125rem;
  color: #232323;
  margin: 30px 0 10px;
  font-weight: 600;
}
#consultation_list .inner, #pay_detail_list .inner, #cs_inquiry_list .inner, #booking_list .inner {
  margin: 30px auto;
}
#consultation_list .inner h4, #pay_detail_list .inner h4, #cs_inquiry_list .inner h4, #booking_list .inner h4 {
  margin: 0 0 10px;
}
#consultation_list .all_btn a, #pay_detail_list .all_btn a, #cs_inquiry_list .all_btn a, #booking_list .all_btn a {
  text-align: center;
  font-size: 16px;
  color: #fff;
  background: #76A6D0;
  height: 60px;
  line-height: 62px;
  border-radius: 10px;
  font-weight: 600;
}
#consultation_list .inquiry_search, #pay_detail_list .inquiry_search, #cs_inquiry_list .inquiry_search, #booking_list .inquiry_search {
  justify-content: space-between;
  align-items: center;
  margin: 0 0 30px 0;
}
#consultation_list .inquiry_search input, #pay_detail_list .inquiry_search input, #cs_inquiry_list .inquiry_search input, #booking_list .inquiry_search input {
  width: 100%;
  height: 40px;
  font-size: 1rem;
  border: 1px solid #ddd;
  outline: 0;
  text-align: center;
  padding: 10px;
}
#consultation_list .inquiry_search input[type=date], #pay_detail_list .inquiry_search input[type=date], #cs_inquiry_list .inquiry_search input[type=date], #booking_list .inquiry_search input[type=date] {
  border: none;
  position: relative;
  width: 100%;
  padding: 10px 30px 10px 10px;
  background: url("/img/calendar.png") no-repeat right 10px center/20px auto #fff;
  background-color: #fff;
  border: 1px solid #ddd;
  color: #000;
  text-align: center;
  font-size: 100%;
}
#consultation_list .inquiry_search input[type=date]::-webkit-calendar-picker-indicator, #pay_detail_list .inquiry_search input[type=date]::-webkit-calendar-picker-indicator, #cs_inquiry_list .inquiry_search input[type=date]::-webkit-calendar-picker-indicator, #booking_list .inquiry_search input[type=date]::-webkit-calendar-picker-indicator {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  color: transparent;
  cursor: pointer;
}
#consultation_list .inquiry_search input[type=date]::before, #pay_detail_list .inquiry_search input[type=date]::before, #cs_inquiry_list .inquiry_search input[type=date]::before, #booking_list .inquiry_search input[type=date]::before {
  content: attr(placeholder);
  width: 100%;
  height: 100%;
}
#consultation_list .inquiry_search input[type=date]:valid::before, #pay_detail_list .inquiry_search input[type=date]:valid::before, #cs_inquiry_list .inquiry_search input[type=date]:valid::before, #booking_list .inquiry_search input[type=date]:valid::before {
  display: none;
}
#consultation_list .inquiry_search span, #pay_detail_list .inquiry_search span, #cs_inquiry_list .inquiry_search span, #booking_list .inquiry_search span {
  margin: 0 2%;
}
#consultation_list .inquiry_search button, #pay_detail_list .inquiry_search button, #cs_inquiry_list .inquiry_search button, #booking_list .inquiry_search button {
  width: 90%;
  background: #76A6D0;
  border-radius: 5px;
  height: 40px;
  color: #fff;
  margin: 0 0 0 3%;
  font-size: 1rem;
}
#consultation_list .booking_search, #pay_detail_list .booking_search, #cs_inquiry_list .booking_search, #booking_list .booking_search {
  justify-content: space-between;
  align-items: center;
  margin: 0 0 15px 0;
}
@media (max-width: 540px) {
  #consultation_list .booking_search, #pay_detail_list .booking_search, #cs_inquiry_list .booking_search, #booking_list .booking_search {
    flex-direction: column;
    flex-wrap: wrap;
  }
}
#consultation_list .booking_search .day_box, #pay_detail_list .booking_search .day_box, #cs_inquiry_list .booking_search .day_box, #booking_list .booking_search .day_box {
  display: flex;
  align-items: center;
  width: 50%;
}
@media (max-width: 540px) {
  #consultation_list .booking_search .day_box, #pay_detail_list .booking_search .day_box, #cs_inquiry_list .booking_search .day_box, #booking_list .booking_search .day_box {
    width: 100%;
  }
}
#consultation_list .booking_search input, #pay_detail_list .booking_search input, #cs_inquiry_list .booking_search input, #booking_list .booking_search input {
  width: 50%;
  height: 40px;
  font-size: 1rem;
  border: 1px solid #ddd;
  outline: 0;
  text-align: center;
  padding: 10px;
  background: #fff;
  border-radius: 0;
}
#consultation_list .booking_search input[value], #pay_detail_list .booking_search input[value], #cs_inquiry_list .booking_search input[value], #booking_list .booking_search input[value] {
  line-height: 1;
  display: flex;
  align-items: center;
}
#consultation_list .booking_search input[type=date], #pay_detail_list .booking_search input[type=date], #cs_inquiry_list .booking_search input[type=date], #booking_list .booking_search input[type=date] {
  border: none;
  position: relative;
  width: 100%;
  padding: 10px 30px 10px 10px;
  background: url("/img/calendar.png") no-repeat right 10px center/20px auto #fff;
  background-color: #fff;
  border: 1px solid #ddd;
  color: #000;
  text-align: center;
  font-size: 100%;
}
#consultation_list .booking_search input[type=date]::-webkit-calendar-picker-indicator, #pay_detail_list .booking_search input[type=date]::-webkit-calendar-picker-indicator, #cs_inquiry_list .booking_search input[type=date]::-webkit-calendar-picker-indicator, #booking_list .booking_search input[type=date]::-webkit-calendar-picker-indicator {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  color: transparent;
  cursor: pointer;
}
#consultation_list .booking_search input[type=date]::before, #pay_detail_list .booking_search input[type=date]::before, #cs_inquiry_list .booking_search input[type=date]::before, #booking_list .booking_search input[type=date]::before {
  content: attr(placeholder);
  width: 100%;
  height: 100%;
}
#consultation_list .booking_search input[type=date]:valid::before, #pay_detail_list .booking_search input[type=date]:valid::before, #cs_inquiry_list .booking_search input[type=date]:valid::before, #booking_list .booking_search input[type=date]:valid::before {
  display: none;
}
#consultation_list .booking_search span, #pay_detail_list .booking_search span, #cs_inquiry_list .booking_search span, #booking_list .booking_search span {
  margin: 0 2%;
}
#consultation_list .booking_search span.search_bar, #pay_detail_list .booking_search span.search_bar, #cs_inquiry_list .booking_search span.search_bar, #booking_list .booking_search span.search_bar {
  margin: 0 0 0 2%;
}
@media (max-width: 540px) {
  #consultation_list .booking_search span.search_bar, #pay_detail_list .booking_search span.search_bar, #cs_inquiry_list .booking_search span.search_bar, #booking_list .booking_search span.search_bar {
    margin: 10px 0 0;
  }
}
#consultation_list .booking_search .search_bar, #pay_detail_list .booking_search .search_bar, #cs_inquiry_list .booking_search .search_bar, #booking_list .booking_search .search_bar {
  width: 50%;
  border: 1px solid #ddd;
  display: flex;
  align-items: center;
}
@media (max-width: 540px) {
  #consultation_list .booking_search .search_bar, #pay_detail_list .booking_search .search_bar, #cs_inquiry_list .booking_search .search_bar, #booking_list .booking_search .search_bar {
    width: 100%;
  }
}
#consultation_list .booking_search .search_bar input, #pay_detail_list .booking_search .search_bar input, #cs_inquiry_list .booking_search .search_bar input, #booking_list .booking_search .search_bar input {
  width: 100%;
  height: 40px;
  font-size: 16px;
  border: 0;
  outline: 0;
  font-size: 1rem;
  padding: 10px;
}
#consultation_list .booking_search .search_bar button, #pay_detail_list .booking_search .search_bar button, #cs_inquiry_list .booking_search .search_bar button, #booking_list .booking_search .search_bar button {
  background: url("/img/i_search.png") no-repeat 0 0px/20px auto;
  width: 30px;
  height: 20px;
}
#consultation_list ul, #pay_detail_list ul, #cs_inquiry_list ul, #booking_list ul {
  justify-content: space-between;
  align-items: center;
  border: 1px solid #ddd;
}
#consultation_list ul li, #pay_detail_list ul li, #cs_inquiry_list ul li, #booking_list ul li {
  text-align: center;
  font-size: 15px;
  width: 100%;
  border-right: 1px solid #ddd;
  height: 40px;
  line-height: 40px;
}
@media (max-width: 414px) {
  #consultation_list ul li, #pay_detail_list ul li, #cs_inquiry_list ul li, #booking_list ul li {
    font-size: 12px;
  }
}
#consultation_list ul li:last-child, #pay_detail_list ul li:last-child, #cs_inquiry_list ul li:last-child, #booking_list ul li:last-child {
  border-right: 0;
}
#consultation_list ul li a, #pay_detail_list ul li a, #cs_inquiry_list ul li a, #booking_list ul li a {
  display: block;
}
#consultation_list ul li.active, #pay_detail_list ul li.active, #cs_inquiry_list ul li.active, #booking_list ul li.active {
  border: 1px solid #2E457C;
  color: #2E457C;
}
#consultation_list table, #pay_detail_list table, #cs_inquiry_list table, #booking_list table {
  border: 1px solid #ddd;
  margin: 15px 0;
}
#consultation_list table tr, #pay_detail_list table tr, #cs_inquiry_list table tr, #booking_list table tr {
  display: flex;
  align-items: center;
}
#consultation_list table tr th, #pay_detail_list table tr th, #cs_inquiry_list table tr th, #booking_list table tr th {
  color: #888888;
  width: 15%;
  font-size: 1rem;
  padding: 20px 0;
  line-height: 1;
}
#consultation_list table tr th.wid, #pay_detail_list table tr th.wid, #cs_inquiry_list table tr th.wid, #booking_list table tr th.wid {
  width: 25%;
}
#consultation_list table tr th.wid2, #pay_detail_list table tr th.wid2, #cs_inquiry_list table tr th.wid2, #booking_list table tr th.wid2 {
  width: 15%;
}
#consultation_list table tr th.wid3, #pay_detail_list table tr th.wid3, #cs_inquiry_list table tr th.wid3, #booking_list table tr th.wid3 {
  width: 30%;
}
#consultation_list table tr th.wid4, #pay_detail_list table tr th.wid4, #cs_inquiry_list table tr th.wid4, #booking_list table tr th.wid4 {
  width: 16.66%;
}
#consultation_list table tr th.wid5, #pay_detail_list table tr th.wid5, #cs_inquiry_list table tr th.wid5, #booking_list table tr th.wid5 {
  width: 20%;
}
#consultation_list table tr th.last, #pay_detail_list table tr th.last, #cs_inquiry_list table tr th.last, #booking_list table tr th.last {
  width: 25%;
}
#consultation_list table tbody, #pay_detail_list table tbody, #cs_inquiry_list table tbody, #booking_list table tbody {
  border-top: 1px solid #ddd;
}
#consultation_list table tbody tr, #pay_detail_list table tbody tr, #cs_inquiry_list table tbody tr, #booking_list table tbody tr {
  padding: 10px 0;
}
#consultation_list table tr, #pay_detail_list table tr, #cs_inquiry_list table tr, #booking_list table tr {
  border-bottom: 1px solid #ddd;
}
#consultation_list table tr:last-child, #pay_detail_list table tr:last-child, #cs_inquiry_list table tr:last-child, #booking_list table tr:last-child {
  border-bottom: 0;
}
#consultation_list table tr td, #pay_detail_list table tr td, #cs_inquiry_list table tr td, #booking_list table tr td {
  text-align: center;
  font-size: 1rem;
  color: #555555;
  width: 15%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#consultation_list table tr td.wid, #pay_detail_list table tr td.wid, #cs_inquiry_list table tr td.wid, #booking_list table tr td.wid {
  width: 25%;
}
#consultation_list table tr td.wid2, #pay_detail_list table tr td.wid2, #cs_inquiry_list table tr td.wid2, #booking_list table tr td.wid2 {
  width: 15%;
}
#consultation_list table tr td.wid3, #pay_detail_list table tr td.wid3, #cs_inquiry_list table tr td.wid3, #booking_list table tr td.wid3 {
  width: 30%;
}
#consultation_list table tr td.wid4, #pay_detail_list table tr td.wid4, #cs_inquiry_list table tr td.wid4, #booking_list table tr td.wid4 {
  width: 16.66%;
}
#consultation_list table tr td.wid5, #pay_detail_list table tr td.wid5, #cs_inquiry_list table tr td.wid5, #booking_list table tr td.wid5 {
  width: 20%;
}
#consultation_list table tr td.last, #pay_detail_list table tr td.last, #cs_inquiry_list table tr td.last, #booking_list table tr td.last {
  width: 25%;
}
#consultation_list table tr td .more, #pay_detail_list table tr td .more, #cs_inquiry_list table tr td .more, #booking_list table tr td .more {
  padding: 5px 10px;
}
@media (max-width: 430px) {
  #consultation_list table tr td .more, #pay_detail_list table tr td .more, #cs_inquiry_list table tr td .more, #booking_list table tr td .more {
    padding: 5px;
  }
}
#consultation_list table tr td.flex, #pay_detail_list table tr td.flex, #cs_inquiry_list table tr td.flex, #booking_list table tr td.flex {
  justify-content: center;
}
#consultation_list table tr td i.star, #pay_detail_list table tr td i.star, #cs_inquiry_list table tr td i.star, #booking_list table tr td i.star {
  background: url("/img/star_icon.png") no-repeat center 0px/15px auto;
  display: inline-block;
  width: 20px;
  height: 20px;
}
#consultation_list table tr td.ing, #pay_detail_list table tr td.ing, #cs_inquiry_list table tr td.ing, #booking_list table tr td.ing {
  color: #888888;
}
#consultation_list table tr td.result, #pay_detail_list table tr td.result, #cs_inquiry_list table tr td.result, #booking_list table tr td.result {
  color: #76A6D0;
}
#consultation_list table tr td.available, #pay_detail_list table tr td.available, #cs_inquiry_list table tr td.available, #booking_list table tr td.available {
  color: #00D907;
}
#consultation_list table tr td.consulting, #pay_detail_list table tr td.consulting, #cs_inquiry_list table tr td.consulting, #booking_list table tr td.consulting {
  color: #E52C2C;
}
#consultation_list table tr td.atmosphere, #pay_detail_list table tr td.atmosphere, #cs_inquiry_list table tr td.atmosphere, #booking_list table tr td.atmosphere {
  color: #888;
}
#consultation_list table tr td a, #pay_detail_list table tr td a, #cs_inquiry_list table tr td a, #booking_list table tr td a {
  color: #2E457C;
  background: #F1F1F1;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#reward_list .flex {
  justify-content: space-between;
  align-items: center;
  margin: 30px 0 10px;
}
#reward_list .day_box {
  display: flex;
  align-items: center;
  width: 80%;
}
#reward_list .day_box input {
  width: 50%;
  height: 40px;
  font-size: 1rem;
  border: 1px solid #ddd;
  outline: 0;
  text-align: center;
  padding: 10px;
  background: #fff;
  border-radius: 0;
}
@media (max-width: 430px) {
  #reward_list .day_box {
    width: 100%;
  }
}
#reward_list h3 {
  font-size: 1.125rem;
  color: #232323;
  font-weight: 600;
  margin: 0;
}
#reward_list a.member_edite {
  font-size: 0.9rem;
  border: 1px solid #ddd;
  border-radius: 20px;
  margin: 0;
  padding: 5px 15px 4px;
}
#reward_list .inner h4 {
  margin: 0 0 10px;
}
#reward_list .all_btn a {
  text-align: center;
  font-size: 1rem;
  color: #fff;
  background: #76A6D0;
  height: 50px;
  line-height: 50px;
  border-radius: 10px;
  font-weight: 600;
}
#reward_list .inquiry_search {
  justify-content: space-between;
  align-items: center;
  margin: 0 0 15px 0;
}
@media (max-width: 430px) {
  #reward_list .inquiry_search {
    flex-direction: column;
    width: 100%;
  }
}
#reward_list .inquiry_search input {
  width: 100%;
  height: 40px;
  font-size: 1rem;
  border: 1px solid #ddd;
  outline: 0;
  text-align: center;
  padding: 10px;
}
#reward_list .inquiry_search input[value] {
  line-height: 1;
  display: flex;
  align-items: center;
}
#reward_list .inquiry_search input[type=date] {
  border: none;
  position: relative;
  width: 100%;
  padding: 10px 30px 10px 10px;
  background: url("/img/calendar.png") no-repeat right 10px center/20px auto #fff;
  background-color: #fff;
  border: 1px solid #ddd;
  color: #000;
  text-align: center;
  font-size: 100%;
}
#reward_list .inquiry_search input[type=date]::-webkit-calendar-picker-indicator {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  color: transparent;
  cursor: pointer;
}
#reward_list .inquiry_search input[type=date]::before {
  content: attr(placeholder);
  width: 100%;
  height: 100%;
}
#reward_list .inquiry_search input[type=date]:valid::before {
  display: none;
}
#reward_list .inquiry_search span {
  margin: 0 2%;
}
#reward_list .inquiry_search button {
  width: 30%;
  background: #76A6D0;
  border-radius: 5px;
  height: 40px;
  color: #fff;
  margin: 0 0 0 3%;
  font-size: 1rem;
}
@media (max-width: 430px) {
  #reward_list .inquiry_search button {
    margin: 10px 0 0;
    width: 100%;
  }
}
#reward_list .booking_search {
  justify-content: space-between;
  align-items: center;
  margin: 0 0 15px 0;
}
@media (max-width: 540px) {
  #reward_list .booking_search {
    flex-direction: column;
    flex-wrap: wrap;
  }
}
#reward_list .booking_search .day_box {
  display: flex;
  align-items: center;
  width: 50%;
}
@media (max-width: 540px) {
  #reward_list .booking_search .day_box {
    width: 100%;
  }
}
#reward_list .booking_search input {
  width: 50%;
  height: 40px;
  font-size: 1rem;
  border: 1px solid #ddd;
  outline: 0;
  text-align: center;
  padding: 10px;
  background: #fff;
  border-radius: 0;
}
@media (max-width: 540px) {
  #reward_list .booking_search input {
    width: 100%;
  }
}
#reward_list .booking_search input[value] {
  line-height: 1;
  display: flex;
  align-items: center;
}
#reward_list .booking_search input[type=date] {
  border: none;
  position: relative;
  width: 100%;
  padding: 10px 30px 10px 10px;
  background: url("/img/calendar.png") no-repeat right 10px center/20px auto #fff;
  background-color: #fff;
  border: 1px solid #ddd;
  color: #000;
  text-align: center;
  font-size: 100%;
}
#reward_list .booking_search input[type=date]::-webkit-calendar-picker-indicator {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  color: transparent;
  cursor: pointer;
}
#reward_list .booking_search input[type=date]::before {
  content: attr(placeholder);
  width: 100%;
  height: 100%;
}
#reward_list .booking_search input[type=date]:valid::before {
  display: none;
}
#reward_list .booking_search span {
  margin: 0 2%;
}
#reward_list .booking_search span.search_bar {
  margin: 0 0 0 2%;
}
@media (max-width: 540px) {
  #reward_list .booking_search span.search_bar {
    margin: 10px 0 0;
  }
}
#reward_list .booking_search .search_bar {
  width: 50%;
  border: 1px solid #ddd;
  display: flex;
  align-items: center;
}
@media (max-width: 540px) {
  #reward_list .booking_search .search_bar {
    width: 100%;
  }
}
#reward_list .booking_search .search_bar input {
  width: 100%;
  height: 40px;
  font-size: 16px;
  border: 0;
  outline: 0;
  font-size: 1rem;
  padding: 10px;
}
#reward_list .booking_search .search_bar button {
  background: url("/img/i_search.png") no-repeat 0 0px/20px auto;
  width: 30px;
  height: 20px;
}
#reward_list ul {
  justify-content: space-between;
  margin: 0 !important;
  align-items: center;
  border: 1px solid #ddd;
}
#reward_list ul li {
  text-align: center;
  font-size: 15px;
  width: 100%;
  border-right: 1px solid #ddd;
  height: 40px;
  line-height: 40px;
}
@media (max-width: 414px) {
  #reward_list ul li {
    font-size: 12px;
  }
}
#reward_list ul li:last-child {
  border-right: 0;
}
#reward_list ul li a {
  display: block;
}
#reward_list ul li.active {
  border: 1px solid #2E457C;
  color: #2E457C;
}
#reward_list .reward_table {
  border-top: 1px solid #ddd;
}
#reward_list .reward_table .txt_area {
  text-align: center;
  margin: 20px 0;
  line-height: 2;
  font-size: 1rem;
}
#reward_list table {
  border: 1px solid #ddd;
  margin: 15px 0;
}
#reward_list table tr {
  display: flex;
  align-items: center;
}
#reward_list table tr th {
  color: #888888;
  width: 50%;
  font-size: 1rem;
  padding: 20px 0;
  line-height: 1;
}
#reward_list table tr th.wid {
  width: 25%;
}
#reward_list table tr th.wid2 {
  width: 15%;
}
#reward_list table tr th.wid3 {
  width: 30%;
}
#reward_list table tr th.last {
  width: 25%;
}
#reward_list table tbody {
  border-top: 1px solid #ddd;
}
#reward_list table tbody tr {
  padding: 10px 0;
}
#reward_list table tr {
  border-bottom: 1px solid #ddd;
}
#reward_list table tr:last-child {
  border-bottom: 0;
}
#reward_list table tr td {
  text-align: center;
  font-size: 1rem;
  line-height: 1;
  color: #555555;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#reward_list table tr td.wid {
  width: 25%;
}
#reward_list table tr td.wid .day {
  line-height: 1;
}
#reward_list table tr td.wid2 {
  width: 15%;
}
#reward_list table tr td.wid3 {
  width: 30%;
}
#reward_list table tr td.last {
  width: 25%;
}
#reward_list table tr td .more {
  padding: 5px 10px;
}
@media (max-width: 430px) {
  #reward_list table tr td .more {
    padding: 5px;
  }
}
#reward_list table tr td.flex {
  justify-content: center;
}
#reward_list table tr td i.star {
  background: url("/img/star_icon.png") no-repeat center 0px/15px auto;
  display: inline-block;
  width: 20px;
  height: 20px;
}
#reward_list table tr td.ing {
  color: #888888;
}
#reward_list table tr td.result {
  color: #76A6D0;
}
#reward_list table tr td.available {
  color: #00D907;
}
#reward_list table tr td.consulting {
  color: #E52C2C;
}
#reward_list table tr td.atmosphere {
  color: #888;
}
#reward_list table tr td a {
  color: #2E457C;
  background: #F1F1F1;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#kakao_wrap {
  text-align: center;
}
#kakao_wrap .inner {
  border: 1px solid #ddd;
  padding: 20px;
  margin: 20px auto;
  border-radius: 10px;
}
#kakao_wrap .inner a {
  display: block;
  position: relative;
}
#kakao_wrap .inner a span {
  margin: 7px 0 0;
  display: block;
}
#kakao_wrap .inner a i {
  position: absolute;
  right: 0;
  top: 30%;
  content: "";
  width: 15px;
  height: 15px;
  border-top: 3px solid #888;
  border-right: 3px solid #888;
  transform: rotate(45deg);
  border-radius: 3px;
}
@media (max-width: 430px) {
  #kakao_wrap .inner a i {
    width: 10px;
    right: -10px;
    height: 10px;
  }
}

#join_list .snslogin a {
  text-align: center;
  height: 45px;
  line-height: 45px;
  font-weight: 600;
  border-radius: 10px;
  color: #fff;
}
#join_list h3 {
  font-size: 1.25rem;
  color: #888;
  font-weight: 500;
  line-height: 1;
  margin: 40px 0 20px;
}
#join_list h3 span {
  color: #232323;
}
#join_list h3 i {
  display: inline-block;
  width: 2px;
  height: 18px;
  background: #888;
  margin: 0 10px 0;
  vertical-align: middle;
}
@media (max-width: 430px) {
  #join_list h3 i {
    height: 15px;
  }
}
#join_list h3 i span {
  color: #232323;
}
#join_list .join_box ul {
  justify-content: space-between;
  align-items: center;
  margin: 0 30px;
}
@media (max-width: 430px) {
  #join_list .join_box ul {
    margin: 0;
  }
}
#join_list .join_box ul li {
  font-size: 15px;
  width: 100%;
  margin: 0 0 20px 0;
  position: relative;
}
@media (max-width: 430px) {
  #join_list .join_box ul li {
    font-size: 12px;
  }
}
#join_list .join_box ul li .inp_box {
  position: relative;
  border: 1px solid #ddd;
  border-radius: 5px;
  width: 100%;
  display: block;
}
#join_list .join_box ul li .inp_box input {
  display: block;
  width: 65%;
  border: 0;
  border: 0;
  font-size: 14px;
  color: #888;
  height: 40px;
  outline: 0;
  padding: 3px 10px;
  margin: 5px 0 0;
}
@media (max-width: 430px) {
  #join_list .join_box ul li .inp_box input {
    font-size: 11px;
  }
}
#join_list .join_box ul li .inp_box a.btn {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 10px;
  display: block;
  border: 1px solid #2E457C;
  color: #2E457C;
  padding: 7px 16px;
  border-radius: 5px;
}
#join_list .join_box ul li p {
  margin: 10px 0 0;
}
#join_list .join_box ul li label {
  display: block;
  color: #2E457C;
  margin: 0 0 12px 0;
}
#join_list .join_box ul li input {
  display: block;
  width: 100%;
  border: 0;
  border: 0;
  font-size: 14px;
  color: #888;
  height: 40px;
  outline: 0;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 3px 10px;
  margin: 5px 0 0;
}
@media (max-width: 430px) {
  #join_list .join_box ul li input {
    font-size: 11px;
  }
}
#join_list .reception_box ul {
  justify-content: space-between;
  align-items: center;
  border: 1px solid #ddd;
}
#join_list .reception_box ul li {
  height: auto;
  line-height: 1;
  text-align: left;
  padding: 20px;
  align-items: center;
  text-align: center;
  font-size: 15px;
  width: 100%;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  position: relative;
}
@media (max-width: 430px) {
  #join_list .reception_box ul li {
    font-size: 12px;
  }
}
#join_list .reception_box .dp {
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
#join_list .reception_box .dp .pass {
  line-height: 1.5;
  text-align: left;
}
#join_list .reception_box .dp .flex {
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 430px) {
  #join_list .reception_box .dp .flex {
    display: block;
  }
}
#join_list .reception_box .dp .flex #myAgree1, #join_list .reception_box .dp .flex #myAgree2, #join_list .reception_box .dp .flex #myAgree3 {
  width: auto;
  padding: 0 5px 0 0;
  color: #888;
}
@media (max-width: 400px) {
  #join_list .reception_box .dp .flex #myAgree1, #join_list .reception_box .dp .flex #myAgree2, #join_list .reception_box .dp .flex #myAgree3 {
    padding: 0;
    margin: 0 0 5px 0;
    display: block;
    text-align: center;
  }
}
#join_list button[type=submit] {
  text-align: center;
  color: #fff;
  background: #76A6D0;
  height: 45px;
  line-height: 47px;
  border-radius: 10px;
  font-weight: 600;
  width: 100%;
  margin: 20px 0 0;
}

#member_modify_list h3 {
  font-size: 1.125rem;
  color: #232323;
  margin: 30px 0 10px;
  font-weight: 600;
}
#member_modify_list .modify_box ul li, #member_modify_list .reception_box ul li {
  border-right: 0;
}
#member_modify_list .modify_box ul li:last-child, #member_modify_list .reception_box ul li:last-child {
  border-bottom: 0;
}
#member_modify_list ul {
  justify-content: space-between;
  align-items: center;
  border: 1px solid #ddd;
}
#member_modify_list ul li {
  align-items: center;
  text-align: center;
  font-size: 16px;
  width: 100%;
  border-right: 1px solid #ddd;
  height: 55px;
  border-bottom: 1px solid #ddd;
  position: relative;
}
@media (max-width: 600px) {
  #member_modify_list ul li.none span {
    padding: 0 0 0 20px;
  }
}
@media (max-width: 430px) {
  #member_modify_list ul li.none span {
    padding: 0 0 0 15px;
  }
}
@media (max-width: 600px) {
  #member_modify_list ul li.none span:first-child {
    display: none;
  }
}
#member_modify_list ul li a.btn {
  background: #ddd;
  position: absolute;
  top: 12px;
  right: 20px;
  width: 100px;
  height: 30px;
  line-height: 32px;
  color: #888;
  text-align: center;
  font-size: 1rem;
}
@media (max-width: 430px) {
  #member_modify_list ul li a.btn {
    right: 17px;
    width: 65px;
  }
}
#member_modify_list ul li a.onoff {
  display: flex;
  align-items: center;
  margin: 0 0 0 5px;
}
@media (max-width: 430px) {
  #member_modify_list ul li a.onoff {
    margin: 0;
  }
}
#member_modify_list ul li a.onoff span {
  display: block;
  width: 33px;
  height: 22px;
  border-radius: 30px;
  background: #AFAFAF;
  position: relative;
}
#member_modify_list ul li a.onoff span::after {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  left: 3.5px;
  top: 50%;
  transform: translateY(-50%);
}
#member_modify_list ul li a.onoff.on span {
  background-color: #76A6D0;
}
#member_modify_list ul li a.onoff.on span:after {
  left: auto;
  right: 3.5px;
}
#member_modify_list ul li span {
  text-align: left;
  width: 100%;
  font-size: 1rem;
}
#member_modify_list ul li span input {
  width: 100%;
  border: 0;
  outline: 0;
  font-size: 1rem;
  height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
#member_modify_list ul li span:first-child {
  width: 30%;
  padding: 0 0 0 20px;
  font-size: 1rem;
  color: #76A6D0;
}
@media (max-width: 600px) {
  #member_modify_list ul li span:first-child {
    width: 50%;
  }
}
@media (max-width: 430px) {
  #member_modify_list ul li span:first-child {
    width: 40%;
    padding: 0px 0 0 15px;
  }
}
@media (max-width: 360px) {
  #member_modify_list ul li span:first-child {
    width: 46%;
  }
}
#member_modify_list .reception_box ul li {
  height: auto;
  line-height: 1;
  text-align: left;
  padding: 17px 20px;
}
@media (max-width: 430px) {
  #member_modify_list .reception_box ul li {
    padding: 17px 15px;
  }
}
#member_modify_list .reception_box .dp {
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
#member_modify_list .reception_box .dp .flex {
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 400px) {
  #member_modify_list .reception_box .dp .flex {
    display: block;
  }
}
#member_modify_list .reception_box .dp .flex #myAgree1, #member_modify_list .reception_box .dp .flex #myAgree2, #member_modify_list .reception_box .dp .flex #myAgree3 {
  width: auto;
  padding: 0 5px 0 0;
  color: #888;
}
@media (max-width: 400px) {
  #member_modify_list .reception_box .dp .flex #myAgree1, #member_modify_list .reception_box .dp .flex #myAgree2, #member_modify_list .reception_box .dp .flex #myAgree3 {
    padding: 0;
    margin: 0 0 5px 0;
    display: block;
    text-align: center;
  }
}
#member_modify_list .reception_box .dp .pass {
  line-height: 1.5;
  margin: 0 5px 0 0;
  font-size: 1rem;
}
#member_modify_list .reception_box .dp #myAgree {
  width: auto;
}
#member_modify_list .pay_way .flex {
  justify-content: space-between;
  align-items: center;
}
#member_modify_list .pay_way .agreement {
  padding: 17px 20px;
  font-size: 1rem;
  border: 1px solid #ddd;
}
@media (max-width: 430px) {
  #member_modify_list .pay_way .agreement {
    padding: 17px 15px;
  }
}
#member_modify_list .read {
  color: #FF6565;
  font-size: 14px;
  text-align: right;
  margin: 20px 0;
}
@media (max-width: 430px) {
  #member_modify_list .read {
    font-size: 11px;
  }
}
#member_modify_list .secession {
  justify-content: space-between;
  align-items: center;
  padding: 17px 20px;
  border: 1px solid #ddd;
  line-height: 1.5;
}
@media (max-width: 430px) {
  #member_modify_list .secession {
    padding: 17px 15px;
  }
}
#member_modify_list .secession a.btn {
  text-align: center;
  width: 100px;
  height: 30px;
  line-height: 30px;
  color: #888;
  border: 1px solid #ddd;
  margin: 0 0 0 10px;
}
@media (max-width: 430px) {
  #member_modify_list .secession a.btn {
    font-size: 12px;
  }
}

#support_list h3 {
  font-size: 1.125rem;
  color: #232323;
  margin: 30px 0 10px;
  font-weight: 600;
}
#support_list p {
  margin: 0 0 10px 0;
}
#support_list ul {
  justify-content: space-between;
  align-items: center;
  border: 1px solid #ddd;
}
#support_list ul li {
  align-items: center;
  text-align: center;
  font-size: 1rem;
  width: 100%;
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
  position: relative;
  line-height: 1;
}
#support_list ul li.de03 .box {
  width: 100%;
  text-align: left;
  display: flex;
  padding: 0 20px 0 0;
  align-items: center;
}
@media (max-width: 640px) {
  #support_list ul li.de03 .box {
    width: 100%;
  }
}
#support_list ul li.de03 .box:first-child span:first-child {
  color: #76A6D0;
  width: 38%;
  display: block;
}
@media (max-width: 640px) {
  #support_list ul li.de03 .box:first-child span:first-child {
    width: 18%;
  }
}
@media (max-width: 540px) {
  #support_list ul li.de03 .box:first-child span:first-child {
    width: 30%;
  }
}
#support_list ul li.de03 .box:last-child p {
  display: flex;
  align-items: center;
  margin: 0;
}
#support_list ul li.de03 .box span {
  font-size: 1rem;
}
#support_list ul li.de03 .checkbox-custom, #support_list ul li.de03 .radio-custom {
  opacity: 0;
  position: absolute;
}
#support_list ul li.de03 .checkbox-custom, #support_list ul li.de03 .checkbox-custom-label, #support_list ul li.de03 .radio-custom, #support_list ul li.de03 .radio-custom-label {
  display: inline-block;
  vertical-align: middle;
  margin: 5px;
  cursor: pointer;
}
#support_list ul li.de03 .checkbox-custom-label, #support_list ul li.de03 .radio-custom-label {
  position: relative;
}
#support_list ul li.de03 .checkbox-custom + .checkbox-custom-label:before, #support_list ul li.de03 .radio-custom + .radio-custom-label:before {
  content: "";
  background: #fff;
  border: 2px solid #ddd;
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 15px;
  padding: 2px;
  margin-right: 10px;
  text-align: center;
}
#support_list ul li.de03 .checkbox-custom:checked + .checkbox-custom-label:before {
  background: rebeccapurple;
}
#support_list ul li.de03 .radio-custom + .radio-custom-label:before {
  border-radius: 50%;
}
#support_list ul li.de03 .radio-custom:checked + .radio-custom-label:before {
  background: #76A6D0;
  box-shadow: inset 0px 0px 0px 4px #fff;
}
#support_list ul li.de03 .checkbox-custom:focus + .checkbox-custom-label, #support_list ul li.de03 .radio-custom:focus + .radio-custom-label {
  outline: 1px solid #ddd; /* focus style */
}
#support_list ul li.de09 .radio_box {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0 20px 0 0;
}
#support_list ul li.de09 .txt_bx {
  margin: 30px 0 0;
  text-align: left;
}
@media (max-width: 414px) {
  #support_list ul li.de09 .txt_bx {
    margin: 15px 0 0;
  }
}
#support_list ul li.de09 .txt_bx p {
  color: #76A6D0;
  font-size: 0.9rem;
  line-height: 1.3;
}
#support_list ul li.de09 .txt_bx textarea {
  width: 100%;
  height: 50px;
  resize: none;
  border: 1px solid #ddd;
  padding: 15px;
  outline: 0;
}
#support_list ul li.de09 .txt_bx textarea:focus {
  border: 1px solid #ddd;
}
#support_list ul li.de09 .box {
  text-align: left;
  display: flex;
  align-items: center;
}
@media (max-width: 640px) {
  #support_list ul li.de09 .box {
    width: 100%;
  }
}
@media (max-width: 414px) {
  #support_list ul li.de09 .box {
    flex-direction: column;
    align-items: start;
  }
}
#support_list ul li.de09 .box:first-child span:first-child {
  color: #76A6D0;
  width: 38%;
  display: block;
}
@media (max-width: 640px) {
  #support_list ul li.de09 .box:first-child span:first-child {
    width: 18%;
  }
}
@media (max-width: 540px) {
  #support_list ul li.de09 .box:first-child span:first-child {
    width: 30%;
  }
}
#support_list ul li.de09 .box:last-child p {
  display: flex;
  align-items: center;
  margin: 0;
}
#support_list ul li.de09 .box span {
  font-size: 1rem;
}
#support_list ul li.de09 .checkbox-custom, #support_list ul li.de09 .radio-custom {
  opacity: 0;
  position: absolute;
}
#support_list ul li.de09 .checkbox-custom, #support_list ul li.de09 .checkbox-custom-label, #support_list ul li.de09 .radio-custom, #support_list ul li.de09 .radio-custom-label {
  display: inline-block;
  vertical-align: middle;
  margin: 5px;
  cursor: pointer;
}
#support_list ul li.de09 .checkbox-custom-label, #support_list ul li.de09 .radio-custom-label {
  position: relative;
}
#support_list ul li.de09 .checkbox-custom + .checkbox-custom-label:before, #support_list ul li.de09 .radio-custom + .radio-custom-label:before {
  content: "";
  background: #fff;
  border: 2px solid #ddd;
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 15px;
  padding: 2px;
  margin-right: 10px;
  text-align: center;
}
#support_list ul li.de09 .checkbox-custom:checked + .checkbox-custom-label:before {
  background: rebeccapurple;
}
#support_list ul li.de09 .radio-custom + .radio-custom-label:before {
  border-radius: 50%;
}
#support_list ul li.de09 .radio-custom:checked + .radio-custom-label:before {
  background: #76A6D0;
  box-shadow: inset 0px 0px 0px 4px #fff;
}
#support_list ul li.de09 .checkbox-custom:focus + .checkbox-custom-label, #support_list ul li.de09 .radio-custom:focus + .radio-custom-label {
  outline: 1px solid #ddd; /* focus style */
}
#support_list ul li.de10 p {
  width: 100%;
  padding: 0 20px 0 0;
}
#support_list ul li.de10 textarea {
  width: 100%;
  height: 50px;
  resize: none;
  border: 1px solid #ddd;
  padding: 15px;
  outline: 0;
}
#support_list ul li.de10 textarea:focus {
  border: 1px solid #ddd;
}
#support_list ul li.de11 .txt_bx {
  width: 100%;
  padding: 0 20px 0 0;
  text-align: left;
}
#support_list ul li.de11 .txt_bx p {
  color: #76A6D0;
  font-size: 0.9rem;
  line-height: 1.3;
}
#support_list ul li.de11 textarea {
  width: 100%;
  height: 200px;
  resize: none;
  border: 1px solid #ddd;
  padding: 15px;
  outline: 0;
}
#support_list ul li.de11 textarea:focus {
  border: 1px solid #ddd;
}
#support_list ul li.de12 .txt_bx {
  width: 100%;
  padding: 0 20px 0 0;
  text-align: left;
}
#support_list ul li.de12 .txt_bx p {
  color: #76A6D0;
  font-size: 0.9rem;
}
#support_list ul li.de12 textarea {
  width: 100%;
  height: 200px;
  resize: none;
  border: 1px solid #ddd;
  padding: 15px;
  outline: 0;
}
#support_list ul li.de12 textarea:focus {
  border: 1px solid #ddd;
}
#support_list ul li.filebox {
  display: flex;
  align-items: center;
  margin-right: 10px;
}
#support_list ul li.filebox span {
  display: flex;
  align-items: center;
}
#support_list ul li.filebox label {
  display: flex;
  align-items: center;
  padding: 10px 15px;
  color: #2E457C;
  font-size: 1rem;
  background-color: #F1F1F1;
  cursor: pointer;
  border: 1px solid #F1F1F1;
  border-bottom-color: #F1F1F1;
  border-radius: 0.25em;
}
#support_list ul li.filebox label i {
  background: url("/img/file_icon.svg") no-repeat center/17px 17px;
  display: inline-block;
  width: 17px;
  height: 17px;
  margin: 0 5px 0 0;
}
#support_list ul li.filebox label small {
  font-weight: 600;
  line-height: 1;
}
#support_list ul li.filebox input[type=file] { /* 파일 필드 숨기기 */
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
#support_list ul li span {
  width: 100%;
  line-height: 1.3;
  padding: 0 20px 0 0;
}
#support_list ul li span:first-child {
  width: 22%;
  padding: 0px 10px 0 20px;
}
@media (max-width: 480px) {
  #support_list ul li span:first-child {
    width: 30%;
  }
}
@media (max-width: 414px) {
  #support_list ul li span:first-child {
    width: 50%;
  }
}
#support_list ul li span input[type=text] {
  width: auto;
  border: 0;
  outline: 0;
  font-size: 1rem;
  height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 480px) {
  #support_list ul li span input[type=text] {
    width: 100%;
  }
}
#support_list ul li span input[type=email] {
  width: auto;
  border: 0;
  outline: 0;
  font-size: 1rem;
  height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 480px) {
  #support_list ul li span input[type=email] {
    width: 100%;
  }
}
#support_list ul li .box2 {
  display: flex;
  align-items: center;
  width: 100%;
}
#support_list ul li .box2 .xoc {
  display: flex;
  align-items: center;
}
@media (max-width: 480px) {
  #support_list ul li .box2 .xoc {
    flex-direction: column;
    align-items: start;
  }
}
#support_list ul li .box2 .xoc a {
  background: #F1F1F1;
  padding: 10px 10px;
  display: block;
  line-height: 1;
  font-weight: 600;
  color: #2E457C;
  margin: 0 5px 0 0;
}
@media (max-width: 480px) {
  #support_list ul li .box2 .xoc a {
    margin: 0 0 10px 0;
  }
}
@media (max-width: 480px) {
  #support_list ul li .box2 .xoc label {
    width: 100%;
  }
}
@media (max-width: 480px) {
  #support_list ul li .box2 .xoc label input {
    width: 100%;
  }
}
#support_list ul li .box2 .date_box {
  width: 43%;
}
#support_list ul li span {
  text-align: left;
  font-size: 1rem;
  color: #76A6D0;
}
#support_list ul li .top {
  text-align: left;
  width: 100%;
  font-size: 1rem;
}
#support_list ul li .top:first-child {
  font-size: 1rem;
  color: #76A6D0;
}
#support_list ul li input[type=date] {
  border: none;
  position: relative;
  width: auto;
  padding: 10px 30px 10px 10px;
  background: url("/img/calendar.png") no-repeat right 10px center/20px auto #fff;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  color: #000;
  text-align: center;
  font-size: 100%;
}
#support_list ul li input[type=date]::-webkit-calendar-picker-indicator {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  color: transparent;
  cursor: pointer;
}
#support_list ul li input[type=date]::before {
  content: attr(placeholder);
  width: 100%;
  height: 100%;
}
#support_list ul li input[type=date]:valid::before {
  display: none;
}
#support_list ul li input {
  border: 0;
  border-bottom: 1px solid #C1C1C1;
  padding: 7px 10px;
  line-height: 1;
  outline: 0;
}
#support_list ul li input:focus {
  border-bottom: 1px solid #C1C1C1;
}
@media (max-width: 600px) {
  #support_list ul li.none span {
    padding: 0 0 0 20px;
  }
}
@media (max-width: 430px) {
  #support_list ul li.none span {
    padding: 0 0 0 15px;
  }
}
@media (max-width: 600px) {
  #support_list ul li.none span:first-child {
    display: none;
  }
}
#support_list ul li a.btn {
  background: #ddd;
  position: absolute;
  top: 12px;
  right: 20px;
  width: 100px;
  height: 30px;
  line-height: 32px;
  color: #888;
  text-align: center;
  font-size: 1rem;
}
@media (max-width: 430px) {
  #support_list ul li a.btn {
    right: 17px;
    width: 65px;
  }
}

#search_list .modify_box {
  margin: 30px auto 0;
  max-width: calc(100% - 20px);
}
#search_list .search_inner {
  border-bottom: 5px solid #2E457C;
  width: 100%;
  display: flex;
  align-items: center;
}
#search_list .search_inner label {
  width: 95%;
  padding: 0 30px 0 0;
}
#search_list .search_inner input {
  width: 100%;
  height: 50px;
  padding: 10px;
  border: 0;
  outline: 0;
}
#search_list .result_box .result_txt {
  margin: 25px auto 20px;
  max-width: calc(100% - 30px);
}
#search_list .result_box p span {
  color: #2E457C;
  font-size: 1rem;
  font-weight: 600;
}

#connexion_tab .flex {
  justify-content: space-between;
  align-items: center;
  margin: 20px auto;
}
#connexion_tab .flex span {
  width: 100%;
}
#connexion_tab .flex span input[type=checkbox] + label {
  display: inline-block;
  display: inline-block;
  width: 23px;
  height: 20px;
  position: relative;
  background: url("/img/checkbox_icon.png") no-repeat center/20px 20px;
}
#connexion_tab .flex span input[type=checkbox]:checked + label {
  background: url("/img/checkbox_active.png") no-repeat center/20px 20px;
}
#connexion_tab .flex span .l_txt {
  margin: 0 0 0 10px;
  font-size: 1rem;
}
#connexion_tab .flex select {
  width: 47%;
  color: #555;
  height: 45px;
  line-height: 45px;
  border: 1px solid #ddd;
  background: url("/img/select_arrow_g.png") no-repeat 88% 19px/12px #fff;
  outline: 0;
  border-radius: 10px;
  padding: 0 20px;
  text-align: center;
  font-size: 1rem;
}
@media (max-width: 768px) {
  #connexion_tab .flex select {
    background: url("/img/select_arrow_g.png") no-repeat 88% 16px/12px #fff;
    height: 40px;
    line-height: 40px;
    width: 150px;
  }
}
#connexion_tab .flex a {
  display: block;
  width: 100%;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border: 1px solid #ddd;
  font-size: 1.125rem;
  color: #2E457C;
  margin: 0 10px 0 0;
}
@media (max-width: 768px) {
  #connexion_tab .flex a {
    height: 40px;
    line-height: 40px;
  }
}
#connexion_tab .flex a:last-child {
  margin: 0;
}
#connexion_tab .flex a.active {
  border: 1px solid #2E457C;
  background: #2E457C;
  color: #fff;
}

#title_wrap {
  padding: 30px 0 20px;
  border-bottom: 1px solid #ddd;
}
#title_wrap h3 {
  font-size: 18px;
  color: #232323;
}
@media (max-width: 430px) {
  #title_wrap h3 {
    font-size: 14px;
  }
}
#title_wrap p {
  font-size: 14px;
  color: #888888;
  margin: 10px 0 0;
}
@media (max-width: 430px) {
  #title_wrap p {
    font-size: 10px;
  }
}

#reservation_list h3 {
  font-size: 16px;
  text-align: center;
  line-height: 2;
  margin: 30px 0;
}
@media (max-width: 430px) {
  #reservation_list h3 {
    font-size: 12px;
  }
}
#reservation_list h3 span {
  color: #76A6D0;
}
#reservation_list table {
  border: 1px solid #ddd;
  margin: 0 0 15px 0;
}
#reservation_list table tr th {
  border-bottom: 1px solid #ddd;
  color: #888888;
  height: 50px;
  font-size: 15px;
}
@media (max-width: 430px) {
  #reservation_list table tr th {
    font-size: 11px;
  }
}
#reservation_list table tr td {
  text-align: center;
  height: 50px;
  border-bottom: 1px solid #ddd;
  font-size: 14px;
  color: #555555;
}
@media (max-width: 430px) {
  #reservation_list table tr td {
    font-size: 10px;
  }
}
#reservation_list .all_btn a {
  text-align: center;
  font-size: 16px;
  color: #fff;
  background: #76A6D0;
  height: 60px;
  line-height: 62px;
  border-radius: 10px;
  font-weight: 600;
}

#use_tab_wrap .inner {
  justify-content: space-between;
  align-items: center;
  margin: 20px auto 30px;
}
#use_tab_wrap .inner .tab-button {
  font-size: 1rem;
  color: #2E457C;
  background: #fff;
  width: 100%;
  border: 1px solid #2E457C;
  height: 45px;
  line-height: 45px;
}
@media (max-width: 768px) {
  #use_tab_wrap .inner .tab-button {
    height: 40px;
    line-height: 40px;
  }
}
#use_tab_wrap .inner .tab-button:first-child {
  margin: 0 2% 0 0;
}
#use_tab_wrap .inner .tab-button.active {
  font-weight: 600;
  color: #fff;
  background: #2E457C;
}
#use_tab_wrap .tab-content .tab {
  display: none;
}
#use_tab_wrap .tab-content .tab.active {
  display: block;
}
#use_tab_wrap .tab-content .tab .inner {
  margin: 20px auto 30px;
  width: calc(100% - 80px);
}
@media (max-width: 430px) {
  #use_tab_wrap .tab-content .tab .inner {
    width: calc(100% - 40px);
  }
}
#use_tab_wrap .tab-content .tab .deps {
  border-bottom: 1px solid #ddd;
}
#use_tab_wrap .tab-content .tab .deps h3 {
  font-size: 1.125rem;
  color: #232323;
  margin: 30px 0 10px 0;
}
#use_tab_wrap .tab-content .tab .deps p {
  font-size: 1.1rem;
  color: #888;
  display: table;
  line-height: 1.8;
}
#use_tab_wrap .tab-content .tab .deps p span {
  display: table-cell;
}
#use_tab_wrap .tab-content .tab .deps span.are {
  font-size: 1.1rem;
  color: #2E457C;
  font-weight: 600;
  line-height: 1.8;
  margin: 15px 0 0;
  display: block;
}
#use_tab_wrap .tab-content .tab .deps.none {
  border: 0;
}
#use_tab_wrap .tab-content .tab .banner_area {
  margin: 30px 0;
}
#use_tab_wrap .tab-content .tab .banner_area .inner {
  border: 1px solid #ddd;
  padding: 25px;
  margin: 0 auto 20px;
}
@media (max-width: 430px) {
  #use_tab_wrap .tab-content .tab .banner_area .inner {
    padding: 25px;
  }
}
@media (max-width: 540px) {
  #use_tab_wrap .tab-content .tab .banner_area .inner.flex {
    display: block;
    text-align: center;
  }
}
#use_tab_wrap .tab-content .tab .banner_area .inner .onner {
  color: #232323;
  line-height: 1.5;
}
@media (max-width: 540px) {
  #use_tab_wrap .tab-content .tab .banner_area .inner .onner {
    margin: 0 0 15px 0;
  }
}
#use_tab_wrap .tab-content .tab .banner_area .inner .onner h3 {
  font-size: 1.25rem;
}
#use_tab_wrap .tab-content .tab .banner_area .inner .onner h3 span {
  color: #E52C2C;
}
#use_tab_wrap .tab-content .tab .banner_area .inner .cs p {
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  text-decoration: none;
}
#use_tab_wrap .tab-content .tab .banner_area .inner .cs p:first-child {
  margin: 0 0 10px 0;
}
#use_tab_wrap .tab-content .tab .banner_area .inner .cs p span {
  color: #2E457C;
}
#use_tab_wrap .tab-content .tab .banner_area .inner .btn {
  height: auto;
}
#use_tab_wrap .tab-content .tab .banner_area .inner .btn a {
  border: 1px solid #ddd;
  border-radius: 30px;
  padding: 5px 20px;
}
#use_tab_wrap .tab-content .tab .banner_area .inner .btn a i {
  margin: 0 0 0 10px;
}
#use_tab_wrap .tab-content .tab .banner_area .inner .cs p {
  font-size: 1.1rem;
  display: flex;
  align-items: center;
}
#use_tab_wrap .tab-content .tab .banner_area .inner .cs p:first-child {
  margin: 0 0 10px 0;
}
#use_tab_wrap .tab-content .tab .banner_area .inner .cs p span {
  color: #2E457C;
}
#use_tab_wrap .tab-content .tab#tab2 .banner_area {
  margin: 0;
}
#use_tab_wrap .tab-content .tab#tab2 .usebtn a {
  border: 0 !important;
  height: auto !important;
  line-height: 1 !important;
}
#use_tab_wrap .tab-content .tab#tab2 .btn {
  display: block;
  padding: 0 5px;
  height: 30px;
  line-height: 30px;
  border-radius: 3px;
}
#use_tab_wrap .tab-content .tab#tab2 .btn a {
  display: block;
  text-align: center;
  font-size: 1.125rem;
  border: 1px solid #2E457C;
  height: 50px;
  line-height: 50px;
  width: 100%;
  text-align: left;
  color: #2E457C;
  font-weight: 600;
}
#use_tab_wrap .tab-content .tab#tab2 .btn a .arrow {
  border-top: 2px solid #2E457C;
  border-right: 2px solid #2E457C;
}

#member_modify_list .reception_box ul li .th {
  color: #555;
  padding: 0;
  width: 30%;
}
@media (max-width: 600px) {
  #member_modify_list .reception_box ul li .th {
    width: 50%;
  }
}
#member_modify_list .reception_box ul li .inp_box {
  width: 100%;
}
#member_modify_list .reception_box ul li p.edit {
  width: 100%;
  text-align: center;
  height: 200px;
  line-height: 200px;
  background: #ddd;
  margin: 15px 0 0 0;
}
#member_modify_list .reception_box ul li input[type=radio] {
  width: 14px;
  height: 18px;
  vertical-align: sub;
  margin: 0 3% 0 0;
}
#member_modify_list .reception_box ul li input[type=radio]:checked {
  background: #76A6D0;
}
#member_modify_list .reception_box ul li span {
  width: auto;
}
#member_modify_list .reception_box ul li span label {
  margin: 0 0 0 5px;
  width: 20%;
  display: inline-block;
}
@media (max-width: 600px) {
  #member_modify_list .reception_box ul li span label {
    width: 27%;
  }
}
#member_modify_list .reception_box ul li .field {
  display: block;
  margin: 15px 0 0;
}
#member_modify_list .reception_box ul li .field input {
  display: block;
  width: 100%;
  height: 40px;
  padding: 10px;
  border: 0;
  outline: 0;
  border: 1px solid #ddd;
  border-radius: 5px;
}

#customer_mylist ul {
  margin: 20px 0 0;
}
#customer_mylist ul li {
  width: 23.5%;
  float: left;
  border: 1px solid #ddd;
  border-radius: 15px;
  margin: 0 2% 2% 0;
  height: 130px;
}
@media (max-width: 540px) {
  #customer_mylist ul li {
    height: 100px;
  }
}
@media (max-width: 414px) {
  #customer_mylist ul li {
    height: 100px;
    width: 32%;
  }
}
#customer_mylist ul li.hidden-content {
  display: none;
}
#customer_mylist ul li.hidden-content2 {
  display: none;
}
#customer_mylist ul li.hidden-content3 {
  display: none;
}
#customer_mylist ul li:nth-child(4n) {
  margin: 0 0 2% 0;
}
@media (max-width: 414px) {
  #customer_mylist ul li:nth-child(4n) {
    margin: 0 2% 2% 0;
  }
}
@media (max-width: 414px) {
  #customer_mylist ul li:nth-child(3n) {
    margin: 0 0 2% 0;
  }
}
#customer_mylist ul li.rox p {
  margin: 20px 0;
}
#customer_mylist ul li a {
  display: block;
  text-align: center;
}
#customer_mylist ul li a img {
  margin: 30px auto 0;
}
@media (max-width: 540px) {
  #customer_mylist ul li a img {
    margin: 18px auto 0;
  }
}
#customer_mylist ul li a p {
  font-size: 16px;
  margin: 15px 0 0;
}
@media (max-width: 430px) {
  #customer_mylist ul li a p {
    font-size: 12px;
  }
}
#customer_mylist .more_view {
  position: relative;
  border-bottom: 1px solid #ddd;
  margin: 20px 0;
  text-align: center;
  padding: 0 0 20px 0;
}
#customer_mylist .more_view #dropdownButton {
  font-size: 18px;
}
@media (max-width: 430px) {
  #customer_mylist .more_view #dropdownButton {
    font-size: 14px;
  }
}
#customer_mylist .more_view #dropdownButton i {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-top: 2px solid #888;
  border-right: 2px solid #888;
  transform: rotate(134deg);
  position: absolute;
  top: 6px;
  margin: 0 0 0 15px;
}
@media (max-width: 430px) {
  #customer_mylist .more_view #dropdownButton i {
    top: 4px;
  }
}
#customer_mylist .more_view #dropdownButton.showing i {
  transform: rotate(-45deg);
  top: 9px;
}

#num_cases ul {
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #ddd;
  padding: 20px 0;
}
#num_cases ul li {
  width: 100%;
  text-align: center;
}
#num_cases ul li a.onoff.on span {
  background: #F29544;
}
#num_cases .deps01 {
  margin: 20px 0 0;
}
#num_cases .deps01 li span:first-child {
  margin: 0 0 10px 0;
  color: #888888;
}
#num_cases .deps02 {
  padding: 20px 8%;
  border-bottom: 1px solid #ddd;
}
#num_cases .deps02 li span {
  text-align: left;
}
#num_cases .deps02 li span#myAgree {
  padding: 1px 0 0;
}
@media (max-width: 430px) {
  #num_cases .deps02 li span#myAgree {
    padding: 5px 0 0;
  }
}
#num_cases .deps02 li:first-child span:first-child {
  margin: 0 0 10px 0;
  color: #888888;
}
#num_cases .deps02 li:first-child span:last-child {
  color: #555;
}
#num_cases .deps02 li:last-child span:last-child {
  float: right;
}

#cus_inquiry_list h3 {
  font-size: 18px;
  text-align: center;
  margin: 0px 0 20px;
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 430px) {
  #cus_inquiry_list h3 {
    font-size: 14px;
  }
}
#cus_inquiry_list .tabs {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#cus_inquiry_list .tabs li {
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #ddd;
}
#cus_inquiry_list .tabs li.active {
  background: #2E457C;
  border: 1px solid #2E457C;
  color: #fff;
}
#cus_inquiry_list .tabs li.active a {
  color: #fff;
}
#cus_inquiry_list .qna_box .top_line {
  justify-content: space-between;
  align-items: center;
  padding: 20px 26px;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 430px) {
  #cus_inquiry_list .qna_box .top_line {
    padding: 15px;
  }
}
#cus_inquiry_list .qna_box .txt {
  justify-content: space-between;
  padding: 26px;
  align-items: center;
}
@media (max-width: 430px) {
  #cus_inquiry_list .qna_box .txt {
    padding: 15px;
  }
}
#cus_inquiry_list .qna_box .txt p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  width: 100%;
}
#cus_inquiry_list .qna_box .txt button.answer_btn {
  width: 150px;
  border: 1px solid #2E457C;
  border-radius: 7px;
  color: #2E457C;
  height: 30px;
  line-height: 30px;
  margin: 0 0 0 20px;
}
@media (max-width: 430px) {
  #cus_inquiry_list .qna_box .txt button.answer_btn {
    width: 120px;
    height: 25px;
    line-height: 25px;
  }
}
#cus_inquiry_list .qna_box .txt button.correction_btn {
  width: 100px;
  border: 1px solid #2E457C;
  border-radius: 7px;
  color: #2E457C;
  height: 30px;
  line-height: 30px;
  margin: 0 auto;
  display: block;
}
@media (max-width: 430px) {
  #cus_inquiry_list .qna_box .txt button.correction_btn {
    width: 85px;
    height: 25px;
    line-height: 25px;
  }
}
#cus_inquiry_list .qna_box .speech_bubble {
  background-color: #fff;
  border: #ddd solid 1px;
  font-size: 12px;
  font-weight: 500;
  height: auto;
  letter-spacing: -0.25px;
  margin: 15px auto;
  padding: 20px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  width: 100%;
}
#cus_inquiry_list .qna_box .speech_bubble::before {
  border-color: #ddd transparent;
  border-style: solid;
  border-width: 0 6px 8px 6.5px;
  content: "";
  display: block;
  left: 20px;
  position: absolute;
  top: -8px;
  width: 0;
  z-index: 0;
}
#cus_inquiry_list .qna_box .speech_bubble .bubble_txt {
  justify-content: space-between;
  align-items: center;
}
#cus_inquiry_list .qna_box .speech_bubble .bubble_txt h3 {
  padding: 0;
  border-bottom: 0;
  margin: 0;
}
#cus_inquiry_list .qna_box .speech_bubble p {
  margin: 20px 0 0;
}
#cus_inquiry_list .qna_box .speech_bubble p::after {
  border-color: #fff transparent;
  border-style: solid;
  border-width: 0 6px 8px 6.5px;
  content: "";
  display: block;
  left: 20px;
  position: absolute;
  top: -7px;
  width: 0;
}
#cus_inquiry_list .qna_box .inqurity {
  background: #F8F8F8;
  margin: 15px 0;
}

#cs_rev_list {
  margin: 0 0 30px 0;
}
#cs_rev_list .progress_box #progressBar {
  width: 100%;
  height: 25px;
  background: rgba(238, 238, 238, 0.9333333333);
  position: relative;
  border-radius: 7px;
}
#cs_rev_list .progress_box #progressBar .bar {
  height: 100%;
  width: 80%;
  transition: width 0.5s ease;
  border-radius: 7px;
}
#cs_rev_list .progress_box #progressBar .num {
  position: absolute;
  top: 8px;
  right: 8px;
  font-size: 11px;
  color: #2E457C;
}
#cs_rev_list .progress_box ul li {
  margin: 0 0 10px 0;
}
#cs_rev_list .progress_box ul li .line {
  width: 3px;
  height: 14px;
  margin: 5px 2% 0 0;
}
#cs_rev_list .progress_box ul li .field {
  width: 15%;
  font-size: 12px;
  line-height: 2;
}
#cs_rev_list .progress_box ul li:nth-child(2) #progressBar .bar {
  width: 60%;
}
#cs_rev_list .progress_box ul li:nth-child(3) #progressBar .bar {
  width: 30%;
}
#cs_rev_list .progress_box ul li:nth-child(4) #progressBar .bar {
  width: 30%;
}
#cs_rev_list .progress_box ul li:nth-child(5) #progressBar .bar {
  width: 60%;
}
#cs_rev_list .progress_box ul li:nth-child(6) #progressBar .bar {
  width: 30%;
}
#cs_rev_list .progress_box ul li.hidden-content {
  display: none;
}
#cs_rev_list .progress_box ul li.hidden-2 {
  display: none;
}
#cs_rev_list .progress_box ul li.hidden-content3 {
  display: none;
}
#cs_rev_list .tab-content .best_area {
  width: 100%;
}
#cs_rev_list .progress_style {
  margin: 50px 0 0;
}
#cs_rev_list .progress_style #progressBar {
  width: 100%;
  height: 25px;
  background: rgba(238, 238, 238, 0.9333333333);
  position: relative;
  border-radius: 7px;
}
#cs_rev_list .progress_style #progressBar .bar {
  height: 100%;
  width: 80%;
  transition: width 0.5s ease;
  border-radius: 7px;
}
#cs_rev_list .progress_style #progressBar .num {
  position: absolute;
  top: 8px;
  right: 8px;
  font-size: 11px;
  color: #2E457C;
}
#cs_rev_list .progress_style ul li {
  margin: 0 0 10px 0;
  position: relative;
}
#cs_rev_list .progress_style ul li .line {
  width: 3px;
  height: 14px;
  margin: 5px 2% 0 0;
}
#cs_rev_list .progress_style ul li .field {
  width: 100%;
  font-size: 12px;
  line-height: 2;
  position: absolute;
  top: 1px;
  left: 10px;
  z-index: 1;
  color: #fff;
  font-weight: 500;
}
#cs_rev_list .progress_style ul li:nth-child(1) #progressBar .bar {
  width: 90%;
}
#cs_rev_list .progress_style ul li:nth-child(2) #progressBar .bar {
  width: 50%;
}
#cs_rev_list .progress_style ul li:nth-child(3) #progressBar .bar {
  width: 80%;
}
#cs_rev_list .progress_style ul li:nth-child(4) #progressBar .bar {
  width: 30%;
}
#cs_rev_list .progress_style ul li:nth-child(5) #progressBar .bar {
  width: 60%;
}
#cs_rev_list .progress_style ul li:nth-child(6) #progressBar .bar {
  width: 30%;
}
#cs_rev_list .progress_style ul li.hidden-content {
  display: none;
}
#cs_rev_list .progress_style ul li.hidden-content2 {
  display: none;
}
#cs_rev_list .progress_style ul li.hidden-content3 {
  display: none;
}
#cs_rev_list .more_view {
  position: relative;
  border-bottom: 1px solid #ddd;
}
#cs_rev_list .more_view #dropdownButton, #cs_rev_list .more_view #dropdownButton2 {
  font-size: 14px;
  text-align: center;
  display: block;
  margin: 50px auto 0px;
  padding-bottom: 20px;
  width: 100px;
  color: #000;
  position: relative;
}
#cs_rev_list .more_view #dropdownButton:after, #cs_rev_list .more_view #dropdownButton2:after {
  position: absolute;
  right: 13px;
  top: 2px;
  content: "";
  width: 7px;
  height: 7px;
  border-top: 2px solid #888;
  border-right: 2px solid #888;
  transform: rotate(134deg);
}
#cs_rev_list .more_view #dropdownButton.showing::after, #cs_rev_list .more_view #dropdownButton2.showing::after {
  position: absolute;
  right: 18px;
  top: 6px;
  content: "";
  width: 7px;
  height: 7px;
  border-top: 2px solid #888;
  border-right: 2px solid #888;
  transform: rotate(-45deg);
}
#cs_rev_list .more_view .dropdown-content, #cs_rev_list .more_view .dropdownContent2 {
  height: 0;
  overflow: hidden;
}
#cs_rev_list .more_view .dropdown-content.show, #cs_rev_list .more_view .dropdownContent2.show {
  display: block;
}
#cs_rev_list .more_view .dropdown-content.on, #cs_rev_list .more_view .dropdownContent2.on {
  height: 100%;
  margin: 0 0 50px 0;
}
#cs_rev_list .more_view ul li:nth-child(1) #progressBar .bar {
  width: 20%;
}
#cs_rev_list .more_view ul li:nth-child(2) #progressBar .bar {
  width: 50%;
}
#cs_rev_list .more_view ul li:nth-child(3) #progressBar .bar {
  width: 80%;
}
#cs_rev_list .review_tabs {
  margin: 50px 0 0;
}
#cs_rev_list .review_tabs .tab-menu2 {
  justify-content: space-between;
  width: 100%;
  align-items: center;
  border: 1px solid #ddd;
}
#cs_rev_list .review_tabs .tab-menu2 .tab-button {
  color: #888888;
  font-weight: 600;
  height: 40px;
  width: 100%;
  line-height: 40px;
}
#cs_rev_list .review_tabs .tab-menu2 .tab-button.active {
  background: #2E457C;
  color: #fff;
}
#cs_rev_list .review_tabs .tab-content .tab {
  display: none;
}
#cs_rev_list .review_tabs .tab-content .tab.active {
  display: block;
}
#cs_rev_list .review_area ul li {
  position: relative;
  margin: 20px 0 0 0;
}
#cs_rev_list .review_area ul li .top small {
  background: #E52C2C;
  color: #fff;
  font-size: 14px;
  padding: 4px 4px;
  height: 22px;
  font-weight: 600;
}
@media (max-width: 430px) {
  #cs_rev_list .review_area ul li .top small {
    font-size: 12px;
    height: 18px;
    line-height: 12px;
  }
}
#cs_rev_list .review_area ul li .top .nick {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 600;
  margin: 0 0 0 8px;
}
@media (max-width: 430px) {
  #cs_rev_list .review_area ul li .top .nick {
    font-size: 12px;
    line-height: 2;
  }
}
#cs_rev_list .review_area ul li .center {
  position: absolute;
  top: 10px;
  right: 20px;
}
#cs_rev_list .review_area ul li .center .num {
  width: 55px;
  height: 24px;
  border: 1px solid #DDDDDD;
  justify-content: space-around;
  align-items: center;
  font-size: 13px;
  line-height: 2;
  display: inline-flex;
  background: #fff;
}
#cs_rev_list .review_area ul li .center .num .like.on {
  display: none;
}
#cs_rev_list .review_area ul li .center .num .like.out {
  display: block;
}
#cs_rev_list .review_area ul li .center .num.on .like.on {
  display: block;
}
#cs_rev_list .review_area ul li .center .num.on .like.out {
  display: none;
}
#cs_rev_list .review_area ul li .border_line {
  background: #F8F8F8;
  padding: 10px;
  position: relative;
  border-bottom: 1px solid #ddd;
}
#cs_rev_list .review_area ul li .rev_txt {
  padding: 10px;
  background: #F8F8F8;
}
#cs_rev_list .review_area ul li .rev_txt p {
  font-size: 15px;
  margin: 10px 0;
  line-height: 1.5;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 430px) {
  #cs_rev_list .review_area ul li .rev_txt p {
    font-size: 11px;
  }
}
@media (max-width: 414px) {
  #cs_rev_list .review_area ul li .rev_txt p {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
#cs_rev_list .review_area ul li .rev_txt::after {
  content: "";
  display: block;
  clear: both;
}
#cs_rev_list .review_area ul li .rev_txt .float {
  float: left;
}
#cs_rev_list .review_area ul li .rev_txt .align {
  float: right;
}
#cs_rev_list .review_area ul li .rev_txt .align .txt_con:last-child {
  font-size: 16px;
  margin: 0 10px;
}
@media (max-width: 430px) {
  #cs_rev_list .review_area ul li .rev_txt .align .txt_con:last-child {
    font-size: 12px;
  }
}
#cs_rev_list .review_area ul li .rev_txt .align .txt_con:last-child button {
  border: 1px solid #2E457C;
  padding: 0 12px 0;
  border-radius: 5px;
  color: #2E457C;
  height: 25px;
  line-height: 25px;
}
@media (max-width: 430px) {
  #cs_rev_list .review_area ul li .rev_txt .align .txt_con:last-child button {
    padding: 0 4px 0;
    height: 22px;
    line-height: 20px;
  }
}
#cs_rev_list .review_area ul li .rev_txt img {
  width: 50%;
  margin: 10px 0 0;
}
#cs_rev_list .review_area ul li .speech_bubble2 {
  background-color: #F8F8F8;
  font-size: 12px;
  font-weight: 500;
  height: auto;
  letter-spacing: -0.25px;
  margin-top: 15px;
  padding: 13px 0;
  position: relative;
  margin: 13px 0 13px 23px;
}
#cs_rev_list .review_area ul li .speech_bubble2:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -20px;
  background: url("/img/re_icon.png") no-repeat;
  width: 20px;
  height: 20px;
}
#cs_rev_list .review_area ul li .speech_bubble2 .bubble_txt {
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ddd;
  padding: 0 10px 10px 10px;
}
#cs_rev_list .review_area ul li .speech_bubble2 .bubble_txt h3 {
  font-size: 16px;
  color: #515151;
}
@media (max-width: 430px) {
  #cs_rev_list .review_area ul li .speech_bubble2 .bubble_txt h3 {
    font-size: 12px;
  }
}
#cs_rev_list .review_area ul li .speech_bubble2 .bubble_txt button {
  border: 1px solid #2E457C;
  padding: 0 10px 0;
  border-radius: 5px;
  margin: 0 0 0 5px;
  color: #2E457C;
  height: 24px;
  line-height: 24px;
}
@media (max-width: 430px) {
  #cs_rev_list .review_area ul li .speech_bubble2 .bubble_txt button {
    padding: 0 4px 0;
    height: 20px;
    line-height: 15px;
  }
}
#cs_rev_list .review_area ul li .speech_bubble2 p {
  color: #555;
  font-size: 14px;
  margin: 15px 0 0;
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 430px) {
  #cs_rev_list .review_area ul li .speech_bubble2 p {
    font-size: 11px;
  }
}/*# sourceMappingURL=member.css.map */