@charset "utf-8";

/***
 *  member
 ***/
/* common  */
.agree-wrap {
  margin: 20px 0 0;
}
.agree-wrap label {
  font-size: 13px;
}
.btn-wrap.member {
  margin: 24px 0 0;
}
.btn-wrap.member button,
.social-wrap ul li a {
  width: 100%;
}
.social-wrap { /* 소셜 로그인 */
  margin-top: 22px;
  padding-top: 22px;
  border-top: 1px solid rgba(144, 144, 144, 0.2);
}
.social-wrap ul li {
  position: relative;
  margin-bottom: 10px;
  width: 100%;
  height: 50px;
  border-radius: 4px;
  text-align: center;
  font-weight: bold;
  line-height: 50px;
}
.social-wrap ul li:nth-child(1) {
  background-color: #f9d730;
}
.social-wrap ul li a {
  padding-left: 10px;
}
.social-wrap ul li span {
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
}
.social-wrap ul li:nth-child(1) span {
  background: url('https://unsecf.utosoft.net/static/pc/images/icon/sns-kakao.png') center center no-repeat;
  background-size: 24px;
}
.social-wrap ul li span:after {
  content: '';
  display: inline-block;
  margin-left: 36px;
  width: 1px;
  height: 32px;
}
.social-wrap ul li:nth-child(1) span:after {
  background-color: rgba(56, 30, 30, 0.1);
}
.social-wrap ul li:nth-child(1) a:hover,
.social-wrap ul li:nth-child(3) a:hover {
  color: #464646;
  text-decoration: none;
}
.social-wrap ul li:nth-child(2) a:hover {
  color: #fff;
  text-decoration: none;
}
.social-wrap ul li:nth-child(2) {
  background-color: #34a143;
}
.social-wrap ul li:nth-child(2) span {
  background: url('https://unsecf.utosoft.net/static/pc/images/icon/sns-naver.png') center center no-repeat;
  background-size: 24px;
}
.social-wrap ul li:nth-child(2) span:after,
.social-wrap ul li:nth-child(3) span:after {
  background-color: rgba(255, 255, 255, 0.3);
}
.social-wrap ul li:nth-child(3) span:after {
  background-color: rgba(144, 144, 144, 0.2);
}
.social-wrap ul li:nth-child(3) {
  margin-bottom: 0;
  border: 1px solid #d3d3d3;
}
.social-wrap ul li:nth-child(3) span {
  background: url('https://unsecf.utosoft.net/static/pc/images/icon/sns-google.png') center center no-repeat;
  background-size: 24px;
}

/* 회원가입 */
.member-wrap.join {
  padding: 34px 0 70px;
}
.member-inner form fieldset .agree-wrap label input {
  margin-right: 8px;
  vertical-align: -7.4px;
}
.member-inner form fieldset .agree-wrap .agree-inner {
  padding-left: 18px;
}
.member-inner form fieldset .agree-wrap .agree-inner {
  padding-top: 8px;
}
.member-inner form fieldset .agree-wrap .agree-inner label {
  display: block;
  padding-bottom: 4px;
}
.member-inner form fieldset .agree-wrap .agree-inner label:last-child {
  padding-bottom: 0;
}

/* 회원가입 완료 */
.member-wrap.join-complete {
  text-align: center;
}
.member-wrap.join-complete .member-inner h2 {
  padding-bottom: 16px;
  font-size: 22px;
  font-weight: bold;
}
.member-wrap.join-complete .member-inner img {
  margin: 16px 0 24px;
  width: 238px;
  height: 213px;
}
.member-wrap.join-complete .member-inner p.h3-bold {
  padding-bottom: 4px;
}
.member-wrap.join-complete .member-inner .btn-wrap a:first-of-type {
  margin-right: 10px;
}

/* 로그인 */
.member-inner form fieldset > .link {
  padding-top: 2px;
}
.member-inner form fieldset > .link a {
  float: left;
}
.member-inner form fieldset > .link a:nth-of-type(2) {
  float: right;
}

/* 비밀번호 찾기 */
.find-choice {
  margin-top: 30px;
}
.find-choice p {
  padding-bottom: 8px;
}
.find-choice label:nth-of-type(1) {
  margin-right: 20px;
}
.find-pwd-type {
  margin-bottom: 20px;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  height: 40px;
  border-radius: 4px;
  border: 1px solid #656b79;
  box-sizing: border-box;
}
.find-pwd-type a {
  display: block;
  -webkit-flex: 1;
  flex: 1;
  color: #656b79;
  box-sizing: border-box;
  font-size: 14px;
  text-align: center;
  line-height: 40px;
}
.find-pwd-type a:hover {
  text-decoration: none;
}
.find-pwd-type a.active {
  background-color: #656b79;
  color: #fff;
}
.pwd-content {
  display: none;
  float: left;
  width: 272px !important;
}
.pwd-content.active {
  display: block;
}
.btn-find-pwd {
  float: right;
}
.find-pwd-input > p {
  clear: both;
}
.btn-wrap.find-pwd {
  margin: 40px 0 0;
}
.member-inner.step3 p { /* 비밀번호 변경완료 */
  padding: 42px 0 18px;
  text-align: center;
}

/***
 *  main
 ***/
.swiper-container {
  margin: 18px 0 30px;
  border-radius: 4px;
  font-size: 0;
} 
.swiper-slide a {
  display: block;
}
.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border: 1px solid #fff;
  background-color: rgba(255, 255, 255, 0.1);
  opacity: 0.7;
}
.swiper-pagination-bullet-active {
  background-color: #fff;
  opacity: 0.9;
}
.main-profile-sec ul {
  padding-top: 12px;
  font-size: 0;
}
.main-profile-sec:first-child {
  padding: 30px 0 34px;
}
.main-profile-sec:nth-child(2) {
  margin-bottom: 44px;
}
.main-profile-sec ul li {
  margin-right: 16px;
  margin-bottom: 16px;
  display: inline-block;
  width: 228px;
  vertical-align: top;
  border: 1px solid #d9d9d9;
}
.main-profile-sec ul li:hover .info > a {
  color: #464646;
  text-decoration: underline;
}
.main-profile-sec ul li:nth-last-child(-n+4) {
  margin-bottom: 0;
}
.main-profile-sec ul li > a {
  width: 100%;
  height: 140px;
  overflow: hidden;
}
.main-profile-sec ul li > a img {
  transition: all 0.3s ease-in-out;
}
.main-profile-sec ul li:hover > a img {
  transform: scale(1.05);
}
.main-profile-sec ul li:nth-child(4n),
.main-profile-sec ul li:last-child {
  margin-right: 0;
}
.main-profile-sec ul li .info {
  position: relative;
  padding: 16px 14px;
  min-height: 114px;
}
.main-profile-sec ul li .info > a {
  display: inline-block;
  padding-bottom: 4px;
}
.main-profile-sec ul li .info > span {
  float: right;
}
.main-profile-sec ul li .info .detail {
  padding-bottom: 10px;
}
.main-profile-sec ul li .info .info-data {
  position: absolute;
  bottom: 14px;
}
.main-profile-sec ul li .info .info-data .review {
  display: inline-block;
}
.main-profile-sec ul li .info .info-data .review:hover {
  color: #464646;
  text-decoration: underline;
}
.main-profile-sec ul li .info p span {
  padding-right: 10px;
}
.main-profile-sec ul li .info p a {
  display: inline-block;
}
.main-profile-sec ul li .info p a:hover {
  text-decoration: none;
}

/* 모바일 버전 링크 */
.mobile-link {
  width: 100%;
  height: 62px;
  border-top: 1px solid #e1e1e1;
  background-color: #f2f2f2;
  overflow: hidden;
  text-align: center;
}
.mobile-link a {
  display: block;
  line-height: 62px;
}

/***
 *  counsel
 ***/
/* 선생님 목록  */
.category-tit {
  padding: 4px 0 8px;
}
.tab-wrap {
  margin: 0 0 22px;
  width: 100%;
  height: 35px;
  border-bottom: 1px solid #d07826;
}
.tab-wrap ul {
  overflow: hidden;
}
.tab-wrap ul li {
  position: relative;
  min-width: 137px;
  height: 35px;
  line-height: 35px;
  float: left;
  text-align: center;
  border: 1px solid #d9d9d9;
  border-left: none;
  border-bottom: 1px solid #d07826;
  background-color: #f8f8f8;
  transition: 0.3s all ease-in-out;
}
.tab-wrap ul li:nth-child(1) {
  border-left: 1px solid #d9d9d9;
} 
.tab-wrap ul li:before {
  content: '';
  display: block;
  position: absolute;
  bottom: -1px;
  left: -1px;
  width: 1px;
  height: 1px;
  background: #d07826;
  z-index: 10;
}
.tab-wrap ul li:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -1px;
  right: -1px;
  width: 1px;
  height: 1px;
  background: #d28434;
  z-index: 10;
}
.tab-wrap ul li a {
  color: #686868;
  font-size: 13px;
  line-height: 35px;
  text-decoration: none;
}
.tab-wrap ul li.active {
  border: 1px solid #d07826;
  border-bottom: 1px solid #fff;
  background-color: #fff;
}
.tab-wrap ul li.active:before {
  content: '';
  display: block;
  position: absolute;
  bottom: -1px;
  left: -1px;
  width: 1px;
  height: 1px;
  background: #d28434;
  z-index: 10;
}
.tab-wrap ul li.active:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -1px;
  right: -1px;
  width: 1px;
  height: 1px;
  background: #d28434;
  z-index: 10;
}
.tab-wrap ul li.active a {
  color: #d07826;
}
.list-top p {
  float: left;
  line-height: 30px;
}
.list-top .sort-wrap {
  float: right;
  margin: 0;
}
.list-top .sort-wrap label {
  vertical-align: middle;
}
.list-top .sort-wrap select {
  padding: 0;
  width: 140px;
  height: 30px;
  font-size: 13px;
}

/* 선생님 리뷰 */
.review-info {
  padding: 22px 44px 22px 22px;
  width: 100%;
}
.review-info figure {
  margin-right: 44px;
}
.review-info figure a {
  width: 238px;
  height: 178px;
}
.review-info > a {
  display: inline-block;
  padding-top: 12px;
  line-height: normal;
}
.review-info .h3-bold {
  padding: 2px 0 10px;
}
.review-list {
  padding: 24px 0 6px;
}
.review-list > ul > li {
  margin-bottom: 20px;
  border-bottom: 1px solid #ececec;
  font-size: 0;
}
.review-list > ul > li:last-child {
  margin-bottom: 0;
}
.review-list > ul > li h3 {
  padding-bottom: 5px;
}
.review-list > ul > li ul {
  margin-bottom: 6px;
  overflow: hidden;
}
.review-list > ul > li ul li:last-child {
  margin-left: 4px;
  padding: 0 8px;
  min-width: 56px;
  height: 20px;
  line-height: 20px;
  border-radius: 10px;
  font-size: 11px;
  background-color: #f6f6f6;
  text-align: center;
}
.review-list > ul > li .btn-good {
  display: block;
  margin: 8px 0 20px;
  padding: 0 8px;
  min-width: 96px;
  height: 28px;
  font-size: 11px;
  letter-spacing: -0.4px;
  border-radius: 4px;
  border: 1px solid rgba(144, 144, 144, 0.3);
}
.review-list > ul > li .btn-good:hover {
  background-color: rgba(217, 217, 217, 0.1);
}
.review-list > ul > li .btn-good span {
  padding-left: 16px;
  background: url('https://unsecf.utosoft.net/static/pc/images/icon/good.png') center left no-repeat;
  background-size: 12px;
}
.review-list > ul > li .btn-good.active {
  border-color: #646b79;
}
.review-list > ul > li .btn-good.active span {
  background: url('https://unsecf.utosoft.net/static/pc/images/icon/good_on.png') center left no-repeat;
  background-size: 12px;
  color:#656b79;
}
.review-list > ul > li > ul {
  font-size: 0;
}
.review-list > ul > li > ul li {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}
.review-list > ul > li ul li img {
  width: 14px;
  height: 14px;
}
.review-list > ul > li span {
  padding-right: 6px;
}
.review-list > ul > li span:last-of-type {
  padding-right: 0;
}
.review-list > ul li p {
  margin: 2px 0 8px;
  width: 100%;
  word-break: break-word;
}
.review-sort-wrap {
  float: right;
}
.review-sort-wrap ul li {
  display: inline-block;
}
.review-sort-wrap ul li a {
  padding: 6px;
  font-size: 14px;
  color: #909090;
  line-height: 1.33;
}
.review-sort-wrap ul li a:hover {
  text-decoration: none;
}
.review-sort-wrap ul li.active a {
  color: #464646;
  font-weight: bold;
}

/* 별점 데이터 그래프 영역 */
.review-grade-wrap {
  display: inline-block;
  width: 610px;
}
.review-grade-wrap .review-grade-inner {
  padding: 14px 0 0 6px;
}
.review-grade-wrap .review-grade-inner .review-grade {
  display: inline-block;
  padding-right: 32px;
  vertical-align: middle;
  text-align: left;
}
.review-grade-wrap .review-grade-inner .review-grade .ic-review-star {
  padding-bottom: 10px;
  font-size: 52px;
  font-weight: 500;
  letter-spacing: -1.25px;
}
.review-grade-wrap .review-grade-inner .review-grade .ic-review-star:before {
  content: '';
  margin-right: 8px;
  width: 32px;
  height: 32px;
  background-size: 32px;
  vertical-align: -2px;
}
.review-grade-wrap .review-grade-inner .review-grade .review-policy {
  cursor: pointer;
}
.review-grade-wrap .review-grade-inner .review-grade .review-policy:after {
  content: '';
  margin-left: 2px;
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url('https://unsecf.utosoft.net/static/pc/images/bullet/ic_12_ic_arrow_line_grey.png') center no-repeat;
  background-size: 10px;
}
.review-grade-wrap .review-grade-inner .review-bar {
  display: inline-block;
  vertical-align: middle;
}
.review-grade-wrap .review-grade-inner .review-bar ul li {
  padding-bottom: 2px;
  text-align: right;
}
.review-grade-wrap .review-grade-inner .review-bar ul li:last-child {
  padding-bottom: 0;
}
.review-grade-wrap .review-grade-inner .review-bar ul li > div {
  display: inline-block;
  margin-left: 8px;
  position: relative;
  width: 286px;
  height: 6px;
  background-color: rgba(144, 144, 144, 0.2);
  border-radius: 3px;
  vertical-align: 2px;
}
.review-grade-wrap .review-grade-inner .review-bar ul li > div span {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 100%;
  height: 6px;
  background-color: #e23026;
  border-radius: 3px;
}

/* 선생님 상세 */
.profile-view .bg-black {
  position: relative;
  width: 100%;
  background-color: #000;
}
.counselor-info {
  display: table;
  position: relative;
  margin: 0 auto;
  width: 960px;
}
.counselor-info figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 400px;
  text-align: right;
}
.counselor-info figure:before,
.counselor-info figure:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  height: 100%;
  z-index: 9;
}
.counselor-info figure:before {
  left: 270px;
  width: 420px;
  height: 400px;
  background: -moz-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 2%, rgba(0,0,0,0) 65%, rgba(0,0,0,0) 100%, rgba(0,0,0,0) 100%);
  background: -webkit-linear-gradient(left, rgba(0,0,0,1) 0%,rgba(0,0,0,1) 2%,rgba(0,0,0,0) 65%,rgba(0,0,0,0) 100%,rgba(0,0,0,0) 100%);
  background: linear-gradient(to right, rgba(0,0,0,1) 0%,rgba(0,0,0,1) 2%,rgba(0,0,0,0) 65%,rgba(0,0,0,0) 100%,rgba(0,0,0,0) 100%);
}
.counselor-info figure:after {
  right: 0;
  width: 420px;
  height: 400px;
  background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 35%, rgba(0,0,0,1) 98%, rgba(0,0,0,1) 100%);
  background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 0%,rgba(0,0,0,0) 35%,rgba(0,0,0,1) 98%,rgba(0,0,0,1) 100%);
  background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 0%,rgba(0,0,0,0) 35%,rgba(0,0,0,1) 98%,rgba(0,0,0,1) 100%);
}
.counselor-info figure img {
  width: 690px;
  height: 100%;
}
.wrap.info {
  display: table-cell;
  position: relative;
  padding: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 400px;
  z-index: 10;
  vertical-align: middle;
}
.counselor-info .info h2 {
  padding: 2px 0 9px;
  font-size: 36px;
  font-weight: normal;
  letter-spacing: -0.8px;
}
.counselor-info .info .summary {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  max-width: 320px;
  max-height: 5.4em;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.43em;
}
.counselor-info .info .counselor-category {
  padding: 14px 0 28px;
  max-width: 300px;
}
.counselor-info .info .counselor-category span {
  width: 25%;
  margin-right: 15px;
}
.counselor-info .info .counselor-category span:nth-child(1),
.counselor-info .info .counselor-category span:nth-child(5) {
  padding-left: 0;
}
.counselor-info .info .counselor-category span:nth-child(4n) {
  margin-right: 0;
}
.info .btn-wrap button {
  display: block;
}
.info .btn-wrap button:last-child {
  margin-top: 10px;
}
.btn-call.btn-solid-red-l,
.btn-call.btn-large-gray {
  width: 265px;
  height: 50px;
}
.info .btn-wrap button.btn-booking {
  margin-top: 0;
}
.counsel-util {
  padding: 8px 0 20px;
  width: 100%;
}
.counselor-btn-wrap {
  float: left;
}
.counselor-btn-wrap button {
  margin-left: 5px;
  position: relative;
  display: inline-block;
  padding-left: 30px;
  width: 96px;
  height: 26px;
  font-size: 16px;
  color: #909090;
  letter-spacing: -0.6px;
}
.counselor-btn-wrap button:nth-child(1) {
  margin-left: 0;
  margin-right: -14px;
  padding-right: 14px;
}
.counselor-btn-wrap button::before {
  content: '';
  display: inline-block;
  padding-left: -25px;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 26px;
  background: url('https://unsecf.utosoft.net/static/pc/images/icon/favorite.png') center 2px no-repeat;
  background-size: 30px 26px;
}
.counselor-btn-wrap button:nth-child(2):before {
  background: url('https://unsecf.utosoft.net/static/pc/images/icon/star.png') center 1px no-repeat; 
  background-size: 30px 26px;
}
.counselor-btn-wrap button:nth-child(3):before {
  background: url('https://unsecf.utosoft.net/static/pc/images/icon/review.png') center 1px no-repeat;
  background-size: 30px 26px;
}
.counselor-btn-wrap button:nth-child(4):before {
  background: url('https://unsecf.utosoft.net/static/pc/images/icon/share.png') center 2px no-repeat;
  background-size: 30px 26px;
}
.counselor-btn-wrap button.on {
  color: #464646;
}
.counselor-btn-wrap button.on:before {
  background: url('https://unsecf.utosoft.net/static/pc/images/icon/favorite-on.png') center 2px no-repeat;
  background-size: 30px 26px;
}
.counselor-btn-wrap button:nth-child(2).on:before {
  background: url('https://unsecf.utosoft.net/static/pc/images/icon/star-on.png') center 1px no-repeat; 
  background-size: 30px 26px;
}
.counselor-btn-wrap span:first-child {
  padding-right: 10px;
}
.counsel-after {
  float: right;
}
.counsel-after span {
  line-height: 26px;
}
.counsel-after span:first-child {
  padding-right: 8px;
}
.counsel-after .ic-review-star:before {
  vertical-align: middle;
}
.counselor-detail {
  padding: 30px 0;
  min-height: 360px;
  border-top: 1px solid #ececec;
}
.counselor-greeting {
  float: left;
  width: 610px;
  word-wrap: break-word;
  word-break: keep-all;
}
.counselor-greeting > p {
  padding-top: 10px;
}
.counselor-gallery {
  float: right;
  width: 294px;
}
.counselor-gallery .gallery {
  position: relative;
  left: -8px;
  top: 0;
  width: 312px;
  font-size: 0;
}
.counselor-gallery .gallery a {
  display: inline-block;
  margin: 8px;
  width: 87px;
  height: 87px;
  overflow: hidden;
}
.counselor-gallery .gallery a img {
  height: 71px;
  transform: scale(1.2);
  margin-top: 10%;
}
.counselor-review {
 padding-top: 30px; 
}
.counselor-review .review-list {
  padding: 24px 0 14px;
}
.counselor-review h2 {
  display: inline-block;
  padding-bottom: 10px;
}
.counselor-review h2 span {
  vertical-align: 1px;
}
.counselor-review .review-none {
  margin-top: 14px;
  min-height: 88px;
  background-color: rgba(144, 144, 144, 0.05);
  text-align: center;
}
.counselor-review .review-none p {
  padding: 26px 0;
}
.profile-view .review-grade-wrap {
  display: block;
  padding: 30px 0;
  width: 100%;
  text-align: center;
}
.profile-view .review-grade-wrap .review-grade-inner {
  padding: 0;
}

/* 검색결과 없음 */
.search-result-none {
  padding-top: 55px;
  text-align: center;
}
.search-result-none p {
  padding-bottom: 10px;
}
.search-result-none ul {
  display: inline-block;
}
.search-result-none ul li {
  margin-left: 20px;
  list-style: disc;
  text-align: left;
}

/***
 *  나의 상담정보
 ***/
.no-list { /* 내역 없음 */
  height: 170px;
  line-height: 170px;
  text-align: center;
} 
/* 상담내역 */
.lnb-content.counsel-list > h2 {
  display: inline-block;
}
.lnb-content.counsel-list table tbody.no-list tr td {
  line-height: 100px;
}
.lnb-content .sort-wrap .sort-content ul li {
  padding: 0 12px;
}
.lnb-content .sort-wrap .sort-content ul li a {
  padding: 10px 0 10px 32px;
}

/* 충전상세 */
.lnb-content.charge-view section {
  margin-bottom: 12px;
  padding: 20px 22px;
  border-radius: 3px;
}
.lnb-content.charge-view section:last-child {
  margin-bottom: 0;
}
.lnb-content.charge-view section ul {
  overflow: hidden;
}
.lnb-content.charge-view section ul li {
  margin-right: 1%;
  min-width: 225px;
  float: left;
}
.lnb-content.charge-view section ul li h3,
.lnb-content.charge-view section h3 {
  padding-bottom: 4px;
}
.lnb-content.charge-view section ul li h3,
.lnb-content.charge-view section ul li p,
.lnb-content.charge-view section p {
  font-size: 13px;
  line-height: 1.23;
}
.lnb-content.charge-view section ul hr {
  width: 100%;
  height: 10px;
  visibility: hidden;
  clear: both;
}
.lnb-content.charge-view section ul li:nth-child(-n+3) {
  padding-bottom: 10px;
  width: 32%;
}

/* 적립예정금액 */
.save-point-info {
  position: relative;
  margin-bottom: 30px;
  width: 100%;
  height: 60px;
  line-height: 60px;
  background-color: #fffbdb;
  border: 1px solid #f5eccc;
  text-align: center;
}
.save-point-info > h3 {
  display: inline-block;
}
.save-point-info > h3 span {
  padding-left: 10px;
}
.save-point-info > a {
  display: inline-block;
  padding: 0 14px 0 25px;
  background: url('https://unsecf.utosoft.net/static/pc/images/bullet/drop-down-03.png') right center no-repeat;
  background-size: 9px 5px;
  line-height: 60px;
}
.save-point-info > a:hover {
  color: #909090;
  text-decoration: none;
}
.save-point-info > .sort-content {
  display: none;
  padding: 26px 20px;
  position: absolute;
  top: 50px;
  right: 40px;
  width: 382px;
  background-color: #fff;
  -webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(190, 190, 190, 0.6);
  text-align: left;
  z-index: 1000;
}
.save-point-info.active .sort-content {
  display: block;
}
.save-point-info > .sort-content:before,
.save-point-info > .sort-content:after {
  content: '';
  display: block;
  position: absolute;
  left: 193px;
  width: 0;
  height: 0;
  border-style: solid;
  z-index: 10;
}
.save-point-info > .sort-content:before {
  top: -16px;
  border-color: transparent transparent #d9d9d9 transparent;
  border-width: 8px;
}
.save-point-info > .sort-content:after {
  top: -14px;
  left: 194px;
  border-color: transparent transparent #fff transparent;
  border-width: 7px;
}
.save-point-info .sort-content ul li p {
  padding-top: 4px;
  line-height: 1.54;
}
.save-point-info .sort-content ul li:first-child {
  padding-bottom: 16px;
}
.save-tit,
.save-tit > h2 {
  float: left;
}
.save-tit > h2 {
  padding-right: 6px;
}
.save-tit > span {
  line-height: 22px;
}
.sort-wrap.save-point {
  margin: 0 0 5px;
  line-height: 22px;
}
.save-point-wrap {
  margin-top: 20px;
  clear: both;
}
.save-point-wrap li {
  float: left;
  margin: 0 20px 20px 0;
  width: 365px;
  height: 174px;
  border: 1px solid #d9d9d9;
}
.save-point-wrap li:nth-last-child(-n+2) {
  margin-bottom: 5px;
} 
.save-point-wrap li:nth-child(2n) {
  margin-right: 0;
}
.save-point-wrap li .point-list-info {
  padding: 20px 18px 14px;
  min-height: 123px;
}
.save-point-wrap li div a img {
  float: left;
  width: 100px;
  height: 74px;
}
.thum-list-info {
  padding-left: 112px;
  min-height: 74px;
}
.thum-list-info h3 {
  padding: 0 0 4px;
}
.thum-list-info p {
  color: #686868;
}
.thum-list-info .card-body:first-of-type {
  padding-bottom: 2px;
}
.thum-list-info .card-body {
  line-height: 1.2;
}
.save-point-after .point-list-info .thum-list-info > a {
  display: inline-block;
  padding-top: 7px;
}
.save-point-wrap li .review-list {
  padding: 17px 18px;
  overflow: hidden;
}
.save-point-wrap li .review-list.save-before {
  padding: 0 18px 10px;
}
.save-point-wrap li .review-list.save-before .btn-link {
  background-position: right 6px center;
}
.save-point-wrap li .review-list h3 {
  float: left;
}
.save-point-wrap li .review-list span.date {
  float: right;
}
.save-point-wrap li .review-list a {
  position: relative;
  padding: 0 10px;
  display: block;
  width: 100%;
  height: 40px;
  border-radius: 4px;
  border: 1px solid #d9d9d9;
  background-color: rgba(217, 217, 217, 0.1);
  overflow: hidden;
}
.save-point-wrap li .review-list a:hover,
.save-point-wrap li .review-list a:active {
  background-color: #f2f2f2;
  color: #464646;
  text-decoration: none;
}
.save-point-wrap li .review-list a p {
  display: block;
  line-height: 38px;
  font-weight: bold;
}
.save-point-wrap li .review-list a.edit {
  margin-bottom: 12px;
  top: 12px;
}
.save-point-wrap li .review-list a span.point {
  padding: 0 6px 0 21px;
  position: absolute;
  top: 0;
  right: 16px;
  background: url('https://unsecf.utosoft.net/static/mobile/images/icon/ic-cash.png') 0 center no-repeat;
  background-size: 18px;
  line-height: 38px;
}
/* .save-point-wrap li {
  margin: 0 20px 20px 0;
  padding: 28px 18px;
  float: left;
  width: 365px;
  height: 147px;
  border: 1px solid rgb(190, 190, 190);
  -webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.08);
}
.save-point-wrap li:nth-last-child(-n+2) {
  margin-bottom: 5px;
} 
.save-point-wrap li:nth-child(2n) {
  margin-right: 0;
}
.save-point-wrap > li > a {
  float: left;
  margin-right: 18px;
  font-size: 0;
}
.save-point-wrap li a img {
  width: 120px;
  height: 90px;
}
.save-point-wrap li .thum-list-info a.border-graylight {
  display: inline-block;
  margin-top: 20px;
  width: 189px;
  height: 40px;
  text-align: center;
  line-height: 40px;
}
.save-point-wrap li .thum-list-info a.border-graylight:hover {
  color: #464646;
  text-decoration: none;
}
.save-point-wrap li.save-point-after {
  border-color: rgba(190, 190, 190, 0.6);
}
.save-point-wrap li.save-point-after .thum-list-info h3 {
  padding: 8px 0 22px;
} */
.no-list.save-point {
  margin-top: 20px;
  clear: both;
}

/* 커뮤니티 - 알림 */
.alarm-list > ul > li {
  margin-top: 34px;
  overflow: hidden;
}
.alarm-list > ul > li:first-child {
  margin-top: 16px;
}
.alarm-list > ul > li > ul > li {
  margin-top: 6px;
}
.alarm-list ul li h3 {
  padding-left: 14px;
  height: 32px;
  border: 1px solid #e0e0e0;
  border-left: 0;
  border-right: 0;
  line-height: 32px;
}
.alarm-list ul li p {
  padding: 0 12px;
}
.alarm-list > ul > li > ul > li p {
  float: left;
  padding-left: 14px;
  height: 30px;
  line-height: 30px;
}
.alarm-list ul li span {
  padding-left: 18px;
  line-height: 30px;
}

/* 내 정보 - 내 정보수정 */
.info-sec {
  float: left;
  margin-right: 18px;
  padding: 30px 22px;
  width: 366px;
  -webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(190, 190, 190, 0.6);
} 
.info-sec:last-child {
  margin-right: 0;
}
.info-sec.none > p { /* 초기 셋팅 */
  padding-bottom: 10px;
}
.info-sec h3 {
  padding-bottom: 24px;
}
.info-sec ul li {
  padding-bottom: 24px;
  font-size: 13px;
}
.info-sec ul li:last-child {
  padding-bottom: 0;
}
.info-sec ul li p {
  display: inline-block;
  min-width: 138px;
  padding-right: 4px;
}
.info-sec ul li span {
  display: inline-block;
  min-width: 118px;
}
.info-sec ul li a {
  display: inline-block;
  cursor: pointer;
}
.info-sec ul li label:first-of-type {
  margin-right: 12px;
}

/* 내 정보 - 회원탈퇴 */
.leave-info {
  padding-top: 22px;
}
.leave-info h3 {
  padding-bottom: 8px;
}
.leave-info ul li {
  padding-bottom: 4px;
}
.leave-info ul li:last-child {
  padding-bottom: 0;
}
.leave-reason {
  padding-top: 36px;
}
.leave-reason h3 {
  padding-bottom: 10px;
}
.leave-reason form fieldset .chk-sec {
  margin-bottom: 16px;
  padding: 18px;
}
.leave-reason form fieldset .chk-sec label {
  display: inline-block;
  width: 160px;
}
.leave-reason form fieldset .chk-sec label:nth-last-child(-n+2) {
  padding-top: 8px;
}
.leave-comment textarea {
  padding: 12px 10px;
  min-height: 187px;
  line-height: 1.23;
}
.leave-agree {
  display: block;
  padding-top: 24px;
  text-align: center;
}
.leave-reason .btn-wrap {
  margin-top: 20px;
}

/***
 * 고객센터 
 ***/
/* 공지사항 */
.lnb-content.notice .notice-search {
  margin: 34px auto 0;
  width: 400px;
  text-align: center;
  font-size: 0;
  overflow: hidden;
}
.lnb-content.notice .notice-search select {
  float: left;
  padding: 0 0 0 4px;
  width: 92px;
  height: 30px;
  font-size: 13px;
  text-indent: 0;
} 
.lnb-content.notice .notice-search .inp-wrap {
  margin: 0 10px;
  float: left;
}
.lnb-content.notice .notice-search .inp-wrap .btn-clear {
  width: 30px;
  height: 30px;
}
.lnb-content.notice .notice-search input {
  width: 230px;
  height: 30px;
}
.lnb-content.notice-view table tbody tr.answer td {
  padding: 32px 24px;
  text-align: left;
}
.lnb-content.notice-view > a {
  float: right;
  margin: 8px 0 30px;
}

/* 고객센터 */
.lnb-content.cs .cs-info {
  padding-bottom: 18px;
}
.lnb-content.cs .cs-info p {
  padding-bottom: 16px;
}
.lnb-content.cs .cs-info .help-sec {
  width: 100%;
  height: 128px;
}
.lnb-content.cs .cs-info .help-sec > div {
  padding: 24px 0 0;
  float: left;
  width: 244px;
  height: 128px;
  border: 1px solid #e0e0e0;
  background-color: #fbfbfb;
  text-align: center;
}
.lnb-content.cs .cs-info .help-sec > div:first-child {
  border-right: 0;
}
.lnb-content.cs .cs-info .help-sec > div:first-child p {
  padding-bottom: 22px;
}
.lnb-content.cs .cs-info .help-sec > div:last-child {
  float: right;
}
.lnb-content.cs .cs-info .help-sec > div strong {
  font-size: 24px;
}
.lnb-content.cs .cs-info .help-sec > div a {
  display: inline-block;
}
.lnb-content.cs h2.line-gray {
  padding: 22px 0 5px;
}
.lnb-content.cs .help-search {
  margin-bottom: 24px;
}
.lnb-content.cs ul li:first-child {
  border-top: 1px solid #e3e3e3;
}
.lnb-content.cs > a {
  display: inline-block;
  margin-top: 16px;
  min-width: 118px;
  border-radius: 2px;
}
.lnb-content.cs > a:hover {
  color: #464646;
}

/* 도움말 */
.lnb-content.help ul {
  margin-top: 10px;
}
.lnb-content.help > ul li {
  border-bottom: 1px solid #e3e3e3;
}
.lnb-content.help ul li h3 {
  padding: 12px 23px;
  background: url('https://unsecf.utosoft.net/static/pc/images/bullet/list.png') 10px center no-repeat;
  background-size: 5px 8px;
  cursor: pointer;
}
.lnb-content.help ul li h3.on {
  background: url('https://unsecf.utosoft.net/static/pc/images/bullet/list-on.png') 8px center no-repeat;
  background-size: 8px 5px;
}
.lnb-content.help ul li .reply-wrap {
  display: none;
  padding: 0 0 16px 23px;
}
.lnb-content.help ul li .reply-wrap p a {
  padding: 12px 0;
}
.lnb-content.help-list h2 {
  display: inline-block;
}
.lnb-content.help-list > div {
  float: right;
}
.lnb-content.help-list ul {
  margin-top: 7px;
  width: 100%;
}
.lnb-content.help-result .search-result-none,
.lnb-content.help-result .search-result {
  margin-top: 20px;
}
.lnb-content.help-result .search-result-none { /* 검색 결과 없음 */
  padding-top: 0;
  text-align: left;
}
.lnb-content.help-result .search-result > p {
  padding-bottom: 12px;
}
.lnb-content.help-result .search-result > ul li {
  padding: 16px 0;
  border-bottom: 1px solid #e0e0e0;
}
.lnb-content.help-result .search-result > ul li p {
  padding: 12px 0 14px;
  line-height: 1.54;
}
.lnb-content.help-view p { /* 도움말 상세 */
  padding: 12px 0 22px;
  line-height: 1.54;
}
.lnb-content.help-view a {
  display: block;
  padding-bottom: 22px;
}
.lnb-content.help-view div .help-search {
  margin-bottom: 0;
  min-height: 0;
  line-height: 0;
  text-align: left;
}
.lnb-content.help-view div .help-search input { 
  margin-right: 10px;
  width: 260px;
  height: 30px;
}

/* 선생님 등록 신청 */
.register-counsel > p {
  padding-bottom: 22px;
}
.lnb-content.register-counsel form {
  margin-top: 10px;
  padding: 22px 0 0;
  font-size: 0;
}
.lnb-content.register-counsel form > p.txt-red {
  padding: 0 0 24px 134px;
}
.lnb-content.register-counsel form .form-content {
  padding-bottom: 14px;
  overflow: hidden;
}
.lnb-content.register-counsel form .form-content.photo {
  padding-bottom: 24px;
}
.lnb-content.register-counsel form .form-content label {
  float: left;
  min-width: 112px;
  margin-right: 22px;
  font-size: 13px;
  vertical-align: middle;
  line-height: 40px;
  color: #686868;
}
.lnb-content.register-counsel form .form-content .inp-wrap {
  float: left;
}
.lnb-content.register-counsel form .form-content input,
.lnb-content.register-counsel form .form-content select,
.lnb-content.register-counsel form .form-content textarea {
  width: 530px;
  font-size: 13px;
} 
.lnb-content.register-counsel form .form-content.date label {
  vertical-align: -4px;
}
.lnb-content.register-counsel form .form-content .sel-wrap {
  display: inline-block;
}
.lnb-content.register-counsel form .form-content .sel-wrap .yy,
.lnb-content.register-counsel form .form-content .sel-wrap .mm,
.lnb-content.register-counsel form .form-content .sel-wrap .dd {
  display: inline-block;
}
.lnb-content.register-counsel form .form-content .sel-wrap .yy select {
  width: 104px;
}
.lnb-content.register-counsel form .form-content .sel-wrap .mm select,
.lnb-content.register-counsel form .form-content .sel-wrap .dd select {
  width: 54px;
}
.lnb-content.register-counsel form .form-content .sel-wrap .yy select,
.lnb-content.register-counsel form .form-content .sel-wrap .mm select {
  margin-right: 8px;
}
.lnb-content.register-counsel form .form-content .intro {
  vertical-align: top;
}
.lnb-content.register-counsel form .form-content textarea {
  min-height: 126px;
}
.input-file-container {
  position: relative;
  display: inline-block;
}
.input-file {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 70px !important;
  height: 30px;
  opacity: 0;
  cursor: pointer;
}
.input-file-trigger {
  float: none !important;
  margin-right: 8px !important;
  display: block;
  width: 530px;
  height: 36px;
  font-size: 13px;
  text-align: center;
  line-height: 36px !important;
  cursor: pointer;
  box-sizing: border-box;
}
.file-upload-content {
  display: none;
  padding: 10px 45px 9px 14px;
  bottom: 60px;
  left: 0;
  width: 530px;
  height: 36px;
  background-color: rgba(144, 144, 144, 0.1);
  box-sizing: border-box;
  overflow: hidden;
}
.file-return {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
  color: #686868;
  overflow: hidden;
}
.file-upload-content img {
  position: absolute;
  bottom: 8px;
  right: 16px;
  width: 18px;
  height: 18px;
  cursor: pointer;
}
.lnb-content.register-counsel form .form-content.photo p.txt-gray {
  padding: 8px 0 10px;
  font-size: 11px;
}
.lnb-content.register-counsel form .form-content.line-gray {
  padding: 22px 0 40px;
  text-align: center;
}
.lnb-content.register-counsel form .form-content input[type="checkbox"] {
  margin-right: 5px;
  width: 24px;
  height: 24px;
}
.lnb-content.register-counsel form .form-content.line-gray label {
  float: none;
}

/***
 * 선생님 신청 안내 페이지 
 ***/
.register-info .wrap {
  padding: 0;
}
.register-info .wrap h2 {
  font-size: 37px;
  letter-spacing: -0.4px;
  line-height: 50px;
}
.register-info .wrap h2 span {
  font-weight: normal;
}
.register-info .main-wrap {
  width: 100%;
  height: 500px;
  background: url('https://unsecf.utosoft.net/static/pc/images/main/bg_register_info.jpg') no-repeat;
  background-position: 50%;
  background-size: cover;
}
.register-info .main-wrap .wrap {
  padding-top: 94px;
}
.register-info .main-wrap .wrap h2 {
  font-size: 44px;
  letter-spacing: -1.76px;
  color: #1d1d1d;
}
.register-info .main-wrap .wrap p {
  padding: 13px 0 48px;
  font-size: 18px;
  line-height: 1.44;
}
.register-info .main-wrap .wrap .btn-wrap {
  text-align: left;
}
.register-info .main-wrap .wrap .btn-wrap a {
  text-align: center;
}
.register-info .wrap .story-wrap,
.register-info .wrap .easy-wrap,
.register-info .wrap .value-wrap,
.register-info .wrap .progress-wrap {
  padding: 90px 0;
}
.register-info .wrap .story-wrap h2,
.register-info .wrap .easy-wrap h2,
.register-info .progress-wrap .wrap h2,
.register-info .faq-wrap .wrap h2 {
  text-align: center;
}
.register-info .wrap .story-wrap > div {
  position: relative;
}
.register-info .wrap .story-wrap > div .swiper-button-prev,
.register-info .wrap .story-wrap > div .swiper-button-next {
  border: 0;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 1px rgba(0,0,0,.05), 0 2px 6px 0 rgba(0,0,0,.05), 0 4px 12px 0 rgba(0,0,0,.05);
  -moz-box-shadow: 0 0 0 1px rgba(0,0,0,.05), 0 2px 6px 0 rgba(0,0,0,.05), 0 4px 12px 0 rgba(0,0,0,.05);
  box-shadow: 0 0 0 1px rgba(0,0,0,.05), 0 2px 6px 0 rgba(0,0,0,.05), 0 4px 12px 0 rgba(0,0,0,.05);
  text-align: center;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
  z-index: 10;
}
.register-info .wrap .story-wrap > div .swiper-button-prev:hover,
.register-info .wrap .story-wrap > div .swiper-button-next:hover {
  -webkit-box-shadow: 0 0 0 1px rgba(0,0,0,.15), 0 2px 6px 0 rgba(0,0,0,.05), 0 8px 12px 0 rgba(0,0,0,.2);
  -moz-box-shadow: 0 0 0 1px rgba(0,0,0,.15), 0 2px 6px 0 rgba(0,0,0,.05), 0 8px 12px 0 rgba(0,0,0,.2);
  box-shadow: 0 0 0 1px rgba(0,0,0,.15), 0 2px 6px 0 rgba(0,0,0,.05), 0 8px 12px 0 rgba(0,0,0,.2);
}
.register-info .wrap .story-wrap > div .swiper-button-prev,
.register-info .wrap .story-wrap > div .swiper-button-next {
  outline: 0;
}
.register-info .wrap .story-wrap > div .swiper-button-prev {
  left: -23px;
}
.register-info .wrap .story-wrap > div .swiper-button-prev:after,
.register-info .wrap .story-wrap > div .swiper-button-next:after {
  content: '';
  display: block;
  width: 9px;
  height: 18px;
  background-size: 9px 18px;
  transition: all 0.3s ease-in-out;
}
.register-info .wrap .story-wrap > div .swiper-button-prev:after {
  background: url('https://unsecf.utosoft.net/static/pc/images/bullet/arr_slider.png') no-repeat;
  background-size: 9px 18px;
  transform: rotate(180deg);
}
.register-info .wrap .story-wrap > div .swiper-button-next:after {
  background: url('https://unsecf.utosoft.net/static/pc/images/bullet/arr_slider.png') no-repeat;
  background-size: 9px 18px;
}
.register-info .wrap .story-wrap > div .swiper-button-prev:hover:after {
  background: url('https://unsecf.utosoft.net/static/pc/images/bullet/arr_slider_on.png') no-repeat;
  background-size: 9px 18px;
  transform: rotate(180deg);
}
.register-info .wrap .story-wrap > div .swiper-button-next:hover:after {
  background: url('https://unsecf.utosoft.net/static/pc/images/bullet/arr_slider_on.png') no-repeat;
  background-size: 9px 18px;
}
.register-info .wrap .story-wrap > div .swiper-button-next {
  right: -23px;
}
.register-info .wrap .story-wrap .swiper-container {
  margin: 52px 0 0;
}
.register-info .wrap .story-wrap .swiper-slide {
  width: 300px;
  height: 268px;
  border-radius: 4px;
  background-color: #fff;
  -webkit-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.1);
}
.register-info .wrap .story-wrap .swiper-slide figure {
  width: 298px;
  height: 124px;
  overflow: hidden;
}
.register-info .wrap .story-wrap .swiper-slide figure img {
  height: auto;
  border-radius: 3px 3px 0 0;
}
.register-info .wrap .story-wrap .swiper-slide div {
  position: relative;
  padding: 20px 24px;
  height: 142px;
}
.register-info .wrap .story-wrap .swiper-slide div p:nth-child(1) {
  font-size: 16px;
  line-height: 1.32;
}
.register-info .wrap .story-wrap .swiper-slide div .txt-gray {
  position: absolute;
  bottom: 18px;
}
.register-info .wrap .easy-wrap ul {
  padding-top: 46px;
}
.register-info .wrap .easy-wrap ul li {
  position: relative;
  float: left;
  margin-right: 30px;
  width: 464px;
  height: 154px;
  border-radius: 4px;
  background-color: #fff;
  -webkit-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.1);
}
.register-info .wrap .easy-wrap ul li:last-child {
  margin-right: 0;
}
.register-info .wrap .easy-wrap ul li img {
  position: absolute;
  top: 42px;
  left: 48px;
  width: 70px;
  height: 70px;
}
.register-info .wrap .easy-wrap ul li div {
  position: absolute;
  top: 36px;
  left: 166px;
}
.register-info .wrap .easy-wrap ul li div p {
  padding-bottom: 6px;
  font-size: 24px;
}
.register-info .wrap .charge-wrap {
  position: relative;
  padding: 124px 0 156px;
}
.register-info .wrap .charge-wrap p {
  padding: 12px 0 44px;
}
.register-info .wrap .charge-wrap a {
  padding-right: 12px;
  background: url('https://unsecf.utosoft.net/static/pc/images/bullet/arr_right_blue.png') right 4px no-repeat;
  background-size: 8px 12px;
  cursor: pointer;
}
.register-info .wrap .charge-wrap a:hover {
  background: url('https://unsecf.utosoft.net/static/pc/images/bullet/arr_right_orange.png') right 4px no-repeat;
  background-size: 8px 12px;
}
.register-info .wrap .charge-wrap img {
  position: absolute;
  top: 102px;
  right: 104px;
  width: 244px;
  height: 282px;
}
.register-info .wrap .value-wrap ul {
  float: left;
}
.register-info .wrap .value-wrap ul li {
  margin-bottom: 24px;
  padding: 20px 32px;
  width: 356px;
  height: 100px;
  border-radius: 4px;
  -webkit-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.register-info .wrap .value-wrap ul li:last-child {
  margin-bottom: 0;
}
.register-info .wrap .value-wrap ul li img {
  width: 60px;
  height: 60px;
  vertical-align: middle;
}
.register-info .wrap .value-wrap ul li p {
  display: inline-block;
  padding-left: 32px;
  vertical-align: middle;
}
.register-info .wrap .value-wrap div {
  float: right;
  padding-top: 86px;
}
.register-info .wrap .value-wrap div p {
  padding-top: 12px;
}
.register-info .progress-wrap {
  padding: 90px 0 80px;
  background-color: rgba(217, 217, 217, 0.2);
}
.register-info .progress-wrap .wrap h2,
.register-info .faq-wrap .wrap h2 {
  font-weight: normal;
}
.register-info .progress-wrap .wrap > ul {
  position: relative;
  margin: 48px 0 62px;
	width: 100%;
	min-height: 144px;
}
.register-info .progress-wrap .wrap > ul:after {
	content: '';
	position: absolute;
	top: 80px;
	width: 100%;
	height: 2px;
	background: url('https://unsecf.utosoft.net/static/pc/images/icon/line_dot.png') no-repeat;
	background-size: 100% 2px;
	z-index: 1;
}
.register-info .progress-wrap .wrap > ul li {
	position: relative;
	float: left;
	width: 25%;
  text-align: center;
	z-index: 10;
}
.register-info .progress-wrap .wrap > ul li:last-child {
	margin-right: 0;
}
.register-info .progress-wrap .wrap > ul li:nth-child(3):after {
	content: '선생님 등록';
	position: absolute;
	top: 77px;
	left: 76%;
	width: 116px;
	height: 68px;
	background: url('https://unsecf.utosoft.net/static/pc/images/icon/progress_bubble.png') no-repeat;
	background-size: 116px 68px;
	color: #fff;
	font-size: 15px;
	letter-spacing: -0.45px;
	line-height: 92px;
}
.register-info .progress-wrap .wrap > ul li p {
  padding-top: 7px;
  font-size: 22px;
  font-weight: bold;
	letter-spacing: -0.49px;
}
.register-info .progress-wrap .wrap > ul li p:after {
  content: '';
  display: block;
  margin: 20px auto 0;
  width: 8px;
  height: 8px;
  background-color: #000;
  border-radius: 50%;
}
.register-info .progress-wrap .wrap h3 {
  padding-bottom: 24px;
  font-size: 24px;
  font-weight: normal;
  letter-spacing: -0.4px;
  text-align: center;
}
.register-info .progress-wrap .wrap .border-graylight {
  float: left;
  margin-right: 30px;
  padding: 30px 24px;
  width: 300px;
  height: 182px;
  border-radius: 4px;
  -webkit-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.register-info .progress-wrap .wrap .border-graylight:last-child {
  margin-right: 0;
}
.register-info .progress-wrap .wrap .border-graylight p {
  padding-bottom: 14px;
}
.register-info .progress-wrap .wrap .border-graylight ul li {
  margin-bottom: 8px;
  padding-left: 24px;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.33;
  background: url('https://unsecf.utosoft.net/static/pc/images/bullet/ic_check.png') left center no-repeat;
  background-size: 16px;
}
.register-info .progress-wrap .wrap .border-graylight ul li:last-child {
  margin-bottom: 0;
}
.register-info .faq-wrap {
  padding: 90px 0 100px;
}
.register-info .faq-wrap ul {
  margin: 44px 0 42px;
}
.register-info .faq-wrap ul li > p {
  padding: 15px 55px 15px 15px;
  font-size: 15px;
  background: url('https://unsecf.utosoft.net/static/pc/images/bullet/arr_down.png') no-repeat;
  background-size: 16px;
  background-position: right 20px center;
  cursor: pointer;
}
.register-info .faq-wrap ul li > p.on {
  background: url('https://unsecf.utosoft.net/static/pc/images/bullet/arr_up.png') no-repeat;
  background-size: 16px;
  background-position: right 20px center;
}
.register-info .faq-wrap ul li {
  border-top: 1px solid rgba(144, 144, 144, 0.2);
}
.register-info .faq-wrap ul li:last-child {
  border-bottom: 1px solid rgba(144, 144, 144, 0.2);
}
.register-info .faq-wrap ul li .reply-wrap {
  display: none;
  border-top: 1px solid rgba(144, 144, 144, 0.2);
}
.register-info .faq-wrap ul li .reply-wrap p {
  padding: 18px 34px;
  color: #686868;
}
.register-info .faq-wrap ul li .reply-wrap p a {
  display: inline-block;
}


  /***
 * 즐겨찾기 
 ***/
.favorite-list li:first-child {
  padding-top: 8px;
} 
.favorite-list li {
  padding: 14px 0;
  overflow: hidden;
  border-bottom: 1px solid #e0e0e0;
}
.favorite-list li > a {
  margin-right: 16px;
  width: 120px;
  height: 90px;
}
.favorite-thum-info {
  display: inline-block;
}
.favorite-thum-info p {
  padding: 3px 0 15px;
}
.favorite-thum-info a {
  cursor: pointer;
}

/***
 *  상담시간 충전하기
 ***/
.charge-sec {
  float: left;
}
.charge-sec h2 {
  margin-top: 9px;
  padding-bottom: 10px;
}
.charge-sec section {
  margin-bottom: 12px;
  padding: 18px 22px;
  width: 686px;
  border-radius: 3px;
} 
.charge-sec section:last-child {
  margin-bottom: 0;
}
.charge-sec section h3 {
  padding-bottom: 8px;
}
.sel-charge table {
  width: 100%;
  text-align: center;
}
.sel-charge table thead {
  background-color: #fbfbfb;
}
.sel-charge table thead tr,
.sel-charge table tbody tr {
  height: 40px;
}  
.sel-charge table thead tr th {
  font-weight: 600;
}
.sel-charge table,
.sel-charge table tbody tr {
  border: 1px solid #d9d9d9;
}
.sel-charge table tbody tr td:nth-child(2) {
  color: #b12630;
}
.sel-charge table tbody tr td:nth-child(3) {
  color: #149325;
}
.sel-charge table tbody tr td:nth-child(4),
.sel-charge table tbody tr td:nth-child(5) {
  color: #686868;
} 
.sel-charge table tbody tr td label {
  font-weight: 600;
}
.sel-charge p {
  padding-top: 8px;
}
.sel-method label {
  display: inline-block;
  padding-right: 16px;
}
.use-point {
  font-size: 0;
}
.use-point p,
.use-point a {
  display: inline-block;
}
.use-point a {
  padding-left: 14px;
}
.set-reg .before p {
  padding-bottom: 8px;
}
.set-reg .before button {
  padding: 0 12px;
  width: 220px;
  height: 30px;
  line-height: 30px;
  font-size: 13px;
}
.set-reg .after ul li {
  padding-bottom: 14px;
  font-size: 0;
}
.set-reg .after ul li:last-child {
  padding-bottom: 0;
}
.set-reg .after ul li p:nth-child(1) {
  width: 124px;
}
.set-reg .after ul li a {
  padding-left: 14px;
}
.set-reg .after ul li p,
.set-reg .after ul li a {
  display: inline-block;
}
.set-reg .after ul li p:nth-child(3) {
  display: block;
  padding-top: 5px;
}
.charge-result {
  float: right;
  margin-top: 40px;
  padding: 18px 20px;
  width: 250px;
  background-color: #fbfbfb;
  border-radius: 3px;
}
.charge-result > p {
  display: inline-block;
}
.charge-result > span {
  float: right;
}
.charge-result em {
  display: block;
  padding: 4px 0 10px;
  text-align: right;
  clear: both;
}
.charge-result .charge-agree {
  padding: 10px 0 8px;
}
.charge-result button {
  width: 100%;
}

/* 결제 완료 */
.charge-info {
  position: relative;
  margin: 18px 0 32px;
  width: 100%;
  height: 252px;
  border: 1px solid rgba(144, 144, 144, 0.2);
  text-align: center;
}
.charge-info div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.charge-info div img {
  width: 62px;
  height: 46px;
}
.charge-info div h2 {
  padding-top: 24px;
  font-size: 22px;
  font-weight: bold;
}
.charge-info div p {
  padding-top: 8px;
}
.charge-detail table {
  margin-top: 8px;
  width: 100%;
}
.charge-detail table tbody tr {
  border: 1px solid rgba(144, 144, 144, 0.2);
  border-left: 0;
  border-right: 0;
}
.charge-detail table tbody tr td {
  padding-left: 24px;
  height: 40px;
}
.charge-detail table tbody tr td:first-child {
  width: 160px;
  background-color: rgba(217, 217, 217, 0.1);
}
.charge-detail table tbody tr td:last-child {
  width: 800px;
}
.btn-wrap.complete {
  margin: 40px 0 100px;
  font-size: 0;
}
.btn-wrap.complete a:first-child {
  margin-right: 16px;
}

/* 결제 실패 */
.charge-info.fail div img {
  width: 88px;
  height: 88px;
}

/***
 *  충전상담 안내
 ***/
.charge-info-sec1 {
  background-color: #f8ca48;
}
.charge-info-sec1 > .wrap {
  position: relative;
  padding: 0;
  height: 348px;
}
.charge-info-sec1 .charge-info-title {
  position: relative;
  width: 344px;
  height: 348px;
  left: 50px;
}
.charge-info-sec1 .charge-info-title img {
  position: absolute;
  top: 92px;
  left: 0;
  width: 344px;
  height: 95px;
}
.charge-info-sec1 .charge-info-title a {
  position: absolute;
  bottom: 70px;
  left: 0;
  width: 203px;
  height: 48px;
  background: url('https://unsecf.utosoft.net/static/pc/images/icon/info-charge.png') 0 0 no-repeat;
  background-size: 203px 48px;
  text-indent: -10000px;
}
.charge-info-sec1 .wrap > img {
  position: absolute;
  right: 0;
  top: 42px;
  width: 515px;
  height: 282px;
}
.charge-info-sec2.wrap {
  padding: 15px 0 0;
}
.charge-info-sec2 ul li {
  position: relative;
  padding: 50px 0;
  height: 370px;
  overflow: hidden;
}
.charge-info-sec2 ul li img {
  float: left;
  width: 400px;
  height: 270px;
}
.charge-info-sec2 ul li .left {
  position: absolute;
  left: 72px;
  top: 112px;
} 
.charge-info-sec2 ul li p.left,
.charge-info-sec2 ul li p.right  {
  top: 182px;
}
.charge-info-sec2 ul li img.left {
  top: 50px;
}
.charge-info-sec2 ul li .right {
  position: absolute;
  right: 72px;
  top: 50px;
}
.charge-info-sec2 ul li h2.right {
  right: 150px;
  top: 112px;
}
.charge-info-sec3 {
  background-color: #f2f2f2;
}
.charge-info-sec3 .wrap {
  padding: 62px 0 92px;
  width: 560px;
}
.charge-info-sec3 .wrap h2 {
  text-align: center;
}
.charge-info-sec3 .wrap ul {
  margin: 55px 0 19px;
}
.charge-info-sec3 .wrap ul li {
  position: relative;
}
.charge-info-sec3 .wrap ul li .txt {
  float: left;
  position: absolute;
  top: 22px;
}
.charge-info-sec3 .wrap ul li .graph {
  position: relative;
  margin-left: 140px;
  width: 420px;
  height: 80px;
  background: url('https://unsecf.utosoft.net/static/pc/images/icon/line.png') no-repeat;
  background-size: 420px 80px;
}
.charge-info-sec3 ul li .graph p strong {
  display: inline-block;
  position: absolute;
  top: -40px;
  left: 310px;
  width: 92px;
  height: 42px;
  background: url('https://unsecf.utosoft.net/static/pc/images/icon/bubble-green.png') no-repeat;
  background-size: 92px 42px;
  text-align: center;
  font-size: 15px;
  line-height: 24px;
  color: #fff;
}
.charge-info-sec3 ul li:last-child .graph p strong {
  left: 384px;
  background: url('https://unsecf.utosoft.net/static/pc/images/icon/bubble-gray.png') no-repeat;
  background-size: 92px 42px;
}
.charge-info-sec3 .wrap ul li .graph p {
  position: absolute;
  right: 0;
  top: 30px;
  width: 420px;
  height: 18px;
  background-color: #fff;
}
.charge-info-sec3 ul li:first-child .graph p:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 352.8px;
  height: 18px;
  background-color: #17b610;
}
.charge-info-sec3 ul li:first-child .graph em {
  position: absolute;
  top: 56px;
  left: 0;
}
.charge-info-sec3 .wrap ul li:last-child .graph p {
  background-color: #9b9b9b;
}
.charge-info-sec3 .wrap ul li h3 strong {
  display: block;
}
.charge-info-sec3 .wrap > h3 {
  margin-left: 140px;
}
.charge-info-sec4.wrap {
  padding: 88px 0 40px;
  text-align: center;
}
.charge-info-sec4 table {
  margin: 30px auto 0;
  width: 568px;
}
.charge-info-sec4 table, 
.charge-info-sec4 table tbody tr {
  border: 1px solid #e0e0e0;
}
.charge-info-sec4 table thead tr,
 .charge-info-sec4 table tbody tr {
  height: 44px;
}
.charge-info-sec4 table thead tr th,
.charge-info-sec4 table tbody tr td {
  font-weight: 600;
}
.charge-info-sec4 table thead {
  background-color: #fbfbfb;
}
.charge-info-sec4 table tbody tr td:nth-child(1) {
  color: #b12630;
}
.charge-info-sec4 table tbody tr td:nth-child(2) {
  color: #149325;
}

.charge-info-sec5.wrap {
  padding: 88px 0 86px;
  text-align: center;
}
.charge-info-sec5 ul {
  margin: 30px 0;
  overflow: hidden;
}
.charge-info-sec5 ul li {
  float: left;
  margin-right: 6px;
  padding-right: 158px;
  width: 140px;
  height: 182px;
  background: url('https://unsecf.utosoft.net/static/pc/images/bullet/triangle.png') 148px center no-repeat;
  background-size: 14px;
  text-align: center;
}
.charge-info-sec5 ul li:last-child {
  margin-right: 0;
  padding-right: 0;
  background: none;
}
.charge-info-sec5 ul li p {
  padding: 110px 10px 0;
  width: 140px;
  height: 182px;
  background: url('https://unsecf.utosoft.net/static/pc/images/icon/icon-01.png') center 30px no-repeat;
  background-size: 68px 68px;
}
.charge-info-sec5 ul li:nth-child(2) p {
  background: url('https://unsecf.utosoft.net/static/pc/images/icon/icon-02.png') center 30px no-repeat;
  background-size: 68px 68px;
}
.charge-info-sec5 ul li:nth-child(3) p {
  background: url('https://unsecf.utosoft.net/static/pc/images/icon/icon-03.png') center 30px no-repeat;
  background-size: 68px 68px;
}
.charge-info-sec5 ul li:nth-child(4) p {
  background: url('https://unsecf.utosoft.net/static/pc/images/icon/icon-02.png') center 30px no-repeat;
  background-size: 68px 68px;
}
.charge-info-sec5 ul li:nth-child(5) p {
  background: url('https://unsecf.utosoft.net/static/pc/images/icon/icon-04.png') center 30px no-repeat;
  background-size: 68px 68px;
}
.charge-info-sec5 ul li:nth-child(6) p {
  background: url('https://unsecf.utosoft.net/static/pc/images/icon/icon-06.png') center 30px no-repeat;
  background-size: 68px 68px;
}
.charge-info-sec5 .btn-wrap a {
  display: inline-block;
  width: 190px;
  height: 50px;
  line-height: 50px;
}

/***
 * 에러 페이지
 ***/
.server-error {
  padding: 150px 12px 215px;
  text-align: center;
} 
.server-error img {
  width: 88px;
  height: 88px;
}
.server-error h2 {
  padding: 24px 0 8px;
}
.server-error p {
  padding-bottom: 24px;
}
.server-error > .btn-wrap {
  margin-top: 26px;
  font-size: 0;
}
.server-error > .btn-wrap button {
  margin-right: 10px;
}

/***
 * 이용약관
 ***/
.service .tit-top h2 {
  float: left;
  margin: 9px 0 18px;
  font-size: 18px;
}
.service .tit-top .gopolicy-wrap {
  float: right;
}
.service .tit-top .gopolicy-wrap select {
  padding: 0 8px;
  text-indent: 0;
}
.service .line-gray h2 {
  margin: 0 0 16px;
}
.service .line-gray,
.service .sec01 {
  padding-top: 16px;
}
.service .tit {
  margin: 16px 0;
  font-size: 16px;
}
.service .terms-sec {
  margin-top: 20px;
  line-height: 1.16;
}
.service > div > h2,
.service > .terms-sec > h2 {
  font-size: 14px;
}
.service .terms-sec h2 span {
  font-weight: normal;
}
.service .terms-sec > ul {
  margin-top: 12px;
}
.service .terms-sec ul li {
  margin-top: 5px;
  padding-left: 16px;
  text-indent: -18px;
  line-height: 1.5;
}
.service .terms-sec ul ul {
  margin-top: 5px;
}
.service .terms-sec ul ul li {
  margin-top: 5px;
  padding-left: 16px;
  line-height: 1.5;
}
.service .terms-sec ul ul li:first-child {
  margin-top: 0;
}
.service .terms-sec ul li ul li {
  padding-left: 16px;
  line-height: 1.5;
}
.service .terms-sec ul li ul li ul li ul li {
  padding-left: 8px;
  line-height: 1.5;
}
.service .terms-sec > p {
  margin-top: 12px;
  line-height: 1.5;
}

/***
 * 개인정보처리방침
 ***/
.privacy h2 {
  font-size: 14px;
}
.privacy .tit {
  margin-bottom: 15px;
  font-size: 18px;
}
.privacy .sub-txt01 {
  line-height: 1.58;
} 
.privacy .quick-area {
  margin-top: 20px;
  padding: 16px 30px;
  border: 1px solid #e0e0e0;
  overflow: hidden;
}
.privacy .quick-area:after {
  content: '';
  display: block;
  clear: both;
}
.privacy .quick-area ul {
  width: 50%;
  line-height: 2;
  float: left;
}
.privacy .quick-area ul a {
  color: #464646;
  font-weight: bold;
}
.privacy .quick-area ul a:hover {
  color: #d07826;
}
.privacy .privacy-sec {
  margin-top: 29px;
  padding-bottom: 13px;
  line-height: 1.17;
}
.privacy .privacy-sec p {
  margin-top: 12px;
  line-height: 1.5;
}
.privacy .privacy-sec > ul {
  margin-top: 12px;
  padding-left: 16px;
}
.privacy .privacy-sec ul li:first-child {
  padding-top: 0;
}
.privacy .privacy-sec ul li {
  padding-top: 6px;
  padding-left: 16px;
  text-indent: -18px;
  line-height: 1.5;
}
.privacy .privacy-sec ul ul {
  padding-top: 5px;
}
.privacy .privacy-sec ul li ul li {
  padding-left: 20px;
}
.privacy .privacy-sec ul li ul li a {
  display: inline-block;
  text-indent: 0;
}
.privacy .privacy-sec .tbl01 table {
  width: 100%;
}
.privacy .privacy-sec .tbl01 table thead {
  text-align: center;
}
.privacy .privacy-sec .tbl01 table thead th {
  background-color: rgba(217, 217, 217, 0.1);
}
.privacy .privacy-sec .tbl01 table thead th,
.privacy .privacy-sec .tbl01 table tbody tr td {
  padding: 4px 12px;
  height: 30px;
  border: 1px solid #d9d9d9;
  font-size: 12px;
  text-indent: 0;
}

/***
 *  취소 및 환불정책 
 ***/
.refund > div > h2 {
  font-size: 16px;
}
.refund .line-gray p {
  line-height: 1.5;
}
.refund .line-gray > ul > li {
  padding-bottom: 12px;
  line-height: 1.5;
}
.refund .line-gray > ul > li:last-child {
  padding-bottom: 0;
}
.refund .line-gray ul li ul {
  padding-left: 16px;
}
.refund .table-sec {
  margin-top: 20px;
  line-height: 1.5;
}
.refund .table-sec > p {
  margin-top: 12px;
  padding-left: 0;
}
.refund .table-sec table {
  margin-top: 6px;
  width: 100%;
}
.refund .table-sec table thead {
  text-align: center;
}
.refund .table-sec table thead th {
  background-color: rgba(217, 217, 217, 0.1);
}
.refund .table-sec table thead th,
.refund .table-sec table tbody tr td {
  padding: 4px 12px;
  height: 30px;
  border: 1px solid #d9d9d9;
  font-size: 12px;
  text-indent: 0;
}


/* Ranking -------------------------------------------------------------------------------------------------------- */
.ranking-type {
  width: 960px;
  height: 50px;
  background-color: #fafafa;
  display: flex;
  border-radius: 10px;
  overflow: hidden;
  padding: 5px;
  margin: 0 0 4px 0;
}

.ranking-type-btn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  font-size: 14px;
}

.ranking-type-btn:last-child {
  margin-right: 0;
}

.ranking-type-btn:hover {
  background-color: #d9d9d9;
}

.ranking-type-btn.selected {
  border: 1px solid #f0f0f0;
  background-color: #ffffff;
}

.ranking-type-btn span {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #464646;
}


.tab-wrap-ranking {
  width: 960px;
  height: 48px;
  display: table-cell;
  vertical-align: middle;
}

.tab-wrap-ranking ul {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.tab-wrap-ranking li {
  flex: 0 0 auto;
  width: 60px; /* 원하는 크기로 설정하세요 */
  border: 1px solid #f0f0f0;
  border-radius: 20px;
  padding: 10px;
  margin-right: 5px;
  text-align: center;
}

.tab-wrap-ranking li span {
  display: inline-block;
  vertical-align: middle;
}

.tab-wrap-ranking li.active {
  border: 1px solid #ff0000;
}

.tab-wrap-ranking li a {
  text-decoration: none;
  color: #464646;
}

.tab-wrap-ranking li.active a {
  color: #ff0000;
}


.ranking-profile-sec {
  margin-top: 12px;
  margin-bottom: 24px;
}

.ranking-profile-sec ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px 15px;
}

.ranking-profile-sec ul li {
  display: grid;
  grid-template-rows: max-content;
}

.ranking-profile-sec .counselor-rank-badge-1 {
  width: 24px;
  height: 24px;
  display: inline-block;
  overflow: hidden;
  text-indent: -1000em;
  background-size: 24px 24px;
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"%3e%3cg fill="none" fill-rule="evenodd"%3e%3cpath fill="%23D8D8D8" fill-opacity="0" d="M0 0H36V36H0z" transform="translate(-2 -2)" /%3e%3cpath fill="%23FFC200" d="M4.526 9.17l6.151 3.757 6.13-7.864c.276-.353.72-.563 1.193-.563.473 0 .917.21 1.192.563l6.13 7.864 6.152-3.758c.475-.29 1.091-.3 1.578-.026.486.274.755.782.688 1.301L29.084 29.19c-.087.676-.712 1.185-1.455 1.185H8.371c-.743 0-1.368-.51-1.455-1.185L2.26 10.443c-.066-.52.202-1.027.689-1.3.486-.273 1.102-.263 1.577.026z" transform="translate(-2 -2)" /%3e%3cpath fill="white" fill-rule="nonzero" d="M21.139 24.75v-1.607h-1.877V14.76h-1.471c-.635.392-1.323.648-2.322.837v1.229h1.809v6.317H15.13v1.607h6.008z" transform="translate(-2 -2)" /%3e%3c/g%3e%3c/svg%3e');
}
.ranking-profile-sec .counselor-rank-badge-2 {
  width: 24px;
  height: 24px;
  display: inline-block;
  overflow: hidden;
  text-indent: -1000em;
  background-size: 24px 24px;
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"%3e%3cg fill="none" fill-rule="evenodd"%3e%3cpath fill="%23D8D8D8" fill-opacity="0" d="M0 0H34V34H0z" transform="translate(-1 -1)" /%3e%3cpath fill="%23BABABA" d="M4.274 8.66l5.81 3.55 5.79-7.429c.26-.333.679-.531 1.126-.531.447 0 .866.198 1.126.531l5.79 7.428 5.81-3.549c.448-.274 1.03-.283 1.49-.025.46.259.713.738.65 1.23l-4.398 17.703c-.082.638-.673 1.12-1.374 1.12H7.906c-.702 0-1.292-.482-1.374-1.12L2.134 9.863c-.062-.49.192-.97.651-1.228.46-.258 1.04-.248 1.49.025z" transform="translate(-1 -1)" /%3e%3cpath fill="white" fill-rule="nonzero" d="M20.117 23.375v-1.581h-2.052c-.434 0-1.059.051-1.53.102 1.72-1.683 3.136-3.519 3.136-5.227 0-1.76-1.186-2.908-2.97-2.908-1.288 0-2.13.51-2.997 1.429l1.02 1.02c.472-.523 1.046-.97 1.734-.97.893 0 1.415.574 1.415 1.53 0 1.454-1.517 3.226-4.08 5.521v1.084h6.324z" transform="translate(-1 -1)" /%3e%3c/g%3e%3c/svg%3e');
}
.ranking-profile-sec .counselor-rank-badge-3 {
  width: 24px;
  height: 24px;
  display: inline-block;
  overflow: hidden;
  text-indent: -1000em;
  background-size: 24px 24px;
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"%3e%3cg fill="none" fill-rule="evenodd"%3e%3cpath fill="%23D8D8D8" fill-opacity="0" d="M0 0H34V34H0z" transform="translate(-1 -1)"%3e%3c/path%3e%3cpath fill="%23D59644" d="M4.274 8.66l5.81 3.55 5.79-7.429c.26-.333.679-.531 1.126-.531.447 0 .866.198 1.126.531l5.79 7.428 5.81-3.549c.448-.274 1.03-.283 1.49-.025.46.259.713.738.65 1.23l-4.398 17.703c-.082.638-.673 1.12-1.374 1.12H7.906c-.702 0-1.292-.482-1.374-1.12L2.134 9.863c-.062-.49.192-.97.651-1.228.46-.258 1.04-.248 1.49.025z" transform="translate(-1 -1)"%3e%3c/path%3e%3cpath fill="white" fill-rule="nonzero" d="M16.739 23.553c1.797 0 3.315-1.007 3.315-2.74 0-1.237-.816-2.028-1.887-2.321v-.064c1.007-.395 1.58-1.135 1.58-2.155 0-1.619-1.236-2.511-3.06-2.511-1.109 0-2.014.446-2.83 1.16l.956 1.147c.561-.51 1.11-.828 1.785-.841.804.013 1.263.446 1.263 1.185 0 .842-.561 1.441-2.295 1.441v1.352c2.052 0 2.6.573 2.6 1.504 0 .842-.65 1.313-1.606 1.313-.854 0-1.543-.42-2.104-.968l-.88 1.185c.664.753 1.67 1.314 3.163 1.314z" transform="translate(-1 -1)"%3e%3c/path%3e%3c/g%3e%3c/svg%3e');
}


.ranking-profile-sec .counselor-rank-txt {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
}

.counselor-profile-grid-layout {
  width: 100%;
  display: grid;
  grid:
    "header" 141px
    "main" auto
    "footer" auto
    / 1fr;
  /*gap: 8px;*/
  border: 1px solid #d9d9d9;
  margin-top: 4px;
}

.cp-grid-header {
  grid-area: header;
  overflow: hidden;
}
.cp-grid-main {
  grid-area: main;
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
}

.cp-grid-main > a  {
  width: 50%;
}

.cp-grid-main > span {
  width: 50%;
  text-align: right;
}
.cp-grid-main > p {
  width: 100%;
  margin-top: 4px;
}

.cp-grid-footer {
  grid-area: footer;
  padding: 10px;
  display: flex;
  align-items: flex-end;
}
.cp-grid-footer * {
  margin-right: 4px;
}

.ranking-profile-sec ul li:hover .img-link img {
  transform: scale(1.05);
  transition: 0.3s;
}

/*
  2023.01.12 order/charge
*/
.event-desc-container .title {
  font-weight: bold;
}
.event-desc-container ol {
  margin: 0;
  padding: 0;
}
.event-desc-container .subtitle:before {
  content: '- ';
}
.event-desc-container li {
  font-size: 13px;
  line-height: 30px;
}
.event-desc-container .subtitle {
  text-indent: -9px;
  padding-left: 9px;
}
.event-desc-container .subtitle-add {
  text-indent: 9px;
  padding-left: 1px;
  margin-top: -5px;
  line-height: 25px;
}
.event-desc-container li:nth-child(10) {
  width: 88%;
  line-height: 19px;
  margin-top: 5px;
  margin-bottom: 5px;
}