@charset "utf-8";

body {
  -webkit-overflow-scrolling: touch;
}
/***
 * main
 ***/
.login-before {
  padding: 0 12px;
  min-height: 44px;
  overflow: hidden;
  z-index: 1000;
}
.login-before > a {
  padding: 14px 0;
  display: inline-block;
  vertical-align: middle;
}
.login-before span {
  padding: 14px 4px;
  color: #cecece;
}
.login-before img {
  display: inline-block;
  width: 84px;
  height: 24px;
  vertical-align: middle;
}
.login-before.ic-link {
  background-position: right 12px center;
}
.login-notify {
  margin-right: 12px;
}
.login-notify.ic-link {
  background: url('https://unsecf.utosoft.net/static/mobile/images/bullet/ic_arrow.png') 100% no-repeat;
  background-size: 12px;
}
.login-notify a {
  padding: 14px 12px;
  display: block;
  width: 100%;
}
/* main */
.main-sec {
  padding: 20px 12px 0;
}
.main-profile-sec {
  padding: 32px 12px 0;
}
.main-profile-sec ul {
  font-size: 0;
  overflow: hidden;
}
.main-profile-sec ul li {
  float: left;
  width: -webkit-calc(50% - 4px);
  width: -moz-calc(50% - 4px);
  width: calc(50% - 4px);
}
.main-profile-sec ul li:nth-child(odd) {
  margin-right: 8px;
}
.main-profile-sec ul li:nth-child(even) {
  margin-right: 0;
}
.main-profile-sec ul li a img {
  border-radius: 4px;
}
.main-profile-sec ul li a p:nth-child(2) {
  margin-top: 8px;
  color: #949494;
}
.main-profile-sec ul li a p:nth-child(3) {
  margin-top: 3px;
}
.main-profile-sec ul li a p:nth-child(4) {
  margin-top: 4px;
}
.main-profile-sec ul li a .info-data {
  margin: 4px 0 12px 0;
}
.main-profile-sec ul li a .info-data > a {
  display: inline-block;
}
.main-profile-status.txt-red:before,
.main-profile-status.txt-gray:before,
.main-profile-status.txt-green:before {
  content: '';
  display: inline-block;
  margin: 0 4px 0 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.main-profile-status.txt-red:before {
  background-color: #b12630;
}
.main-profile-status.txt-gray:before {
  background-color: #909090;
}
.main-profile-status.txt-green:before {
  background-color: #2e8e1b;
}
.main-more {
  display: table;
  width: 100%;
  min-height: 62px;
  border-top: 1px solid rgba(144, 144, 144, 0.1);
  text-align: center;
}
.main-more a,
.main-more button {
  display: table-cell;
  width: 100%;
  height: 51px;
  vertical-align: middle;
  font-size: 15px;
  font-weight: normal;
  color: #686868;
  cursor: pointer;
}
.main-more a img,
.main-more button img {
  display: inline-block;
  width: 12px;
  height: 12px;
  vertical-align: -1px;
}
.main-category h2 {
  padding-bottom: 16px;
}
.main-category ul {
  overflow: hidden;
}
.main-category ul li {
  float: left;
  margin-right: 4px;
  width: -webkit-calc(100% / 3 - 3px);
  width: -moz-calc(100% / 3 - 3px);
  width: calc(100% / 3 - 3px);
}
.main-category ul li:last-child {
  margin-right: 0;
}
.main-category ul li a img {
  border-radius: 3px;
}
.main-category ul li a p {
  padding-top: 2px;
}
.main-banner h2,
.main-profile-sec h2 {
  padding-bottom: 12px;
}
.swiper-container { /* 메인배너 */
  font-size: 0;
  border-radius: 4px;
}
.swiper-slide a { 
  display: block;
}
.swiper-pagination .main-banner-pagination {
  float: right;
  margin-right: 8px;
  padding: 3px 8px;
  border-radius: 9px;
  background-color: rgba(0, 0, 0, 0.75);
  font-size: 0;
}
.swiper-pagination .main-banner-pagination > span {
  font-size: 10px;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.7);
}
.swiper-pagination .main-banner-pagination .main-banner-current {
  font-weight: bold;
  color: #fff;
}
.main-swiper-sec { /* 메인 swiper slide */
  padding: 13px 0 30px;
}
.main-swiper-sec > h2 {
  padding: 0 0 16px 12px;
}
.main-swiper-sec > .swiper-container .swiper-wrapper .swiper-slide {
  margin-right: 8px;
  float: left;
  width: 16%;
  min-width: 102px;
  height: 100%;
  background-color: #fff;
  border-radius: 4px;
  text-align: center;
}
.main-swiper-sec > .swiper-container .swiper-wrapper .swiper-slide a {
  padding: 24px 0;
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.07);
}
.main-swiper-sec > .swiper-container .swiper-wrapper .swiper-slide a img {
  margin-top: 35px;
  width: 50px;
  height: 50px;
}
.tel-info {
  margin: 12px 0;
  height: 48px;
  font-size: 0;
}
.tel-info a {
  padding: 9px 0;
  float: left;
  width: 49%;
  height: auto;
  text-align: center;
  border-radius: 4px;
  border: 1px solid rgba(100, 107, 121, 0.5);
  font-size: 12px;
  letter-spacing: -0.4px;
  color: #646b79;
}
.tel-info a:last-child {
  float: right;
}

/***
 *  category
 ***/
.counsel-cate ul li {
  padding: 0 22px 0 12px;
  width: 100%;
}
.counsel-cate ul li:hover,
.cate ul li:hover {
  background-color: rgba(217, 217, 217, 0.1);
}
.counsel-cate ul li a {
  position: relative;
  display: block;
  width: 100%;
  min-height: 70px;
  font-size: 15px;
  overflow: hidden;
}
.counsel-cate ul li a:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 66px;
  height: 1px;
  background-color:rgba(144, 144, 144, 0.1);
}
.counsel-cate ul li:last-child a:after {
  background-color: transparent;
}
.counsel-cate ul li a:before {
  content: '';
  margin-right: 16px;
  display: inline-block;
  width: 50px;
  height: 50px;
  background: url('https://unsecf.utosoft.net/static/mobile/images/category/img_profileS.png') center center no-repeat;
  background-size: 50px;
  vertical-align: middle;
}
.counsel-cate ul li:nth-child(2) a:before {
  background: url('https://unsecf.utosoft.net/static/mobile/images/category/img_profileC.png') center center no-repeat;
  background-size: 50px;
}
.counsel-cate ul li:nth-child(3) a:before {
  background: url('https://unsecf.utosoft.net/static/mobile/images/category/img_profileT.png') center center no-repeat;
  background-size: 50px;
}
.counsel-cate ul li a span {
  display: inline-block;
  padding: 24px 0;
  vertical-align: middle;
  overflow: hidden;
}
.counsel-cate ul li .btn-link,
.cate ul li .btn-link {
  width: 100%;
  background-position: right center;
}
.counsel-cate ul li .btn-link:hover,
.cate ul li .btn-link:hover {
  background-color: transparent;
}
.cate {
  margin: 0 0 26px;
}
.cate ul {
  position: relative;
}
.cate ul:after {
  content: '';
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid rgba(144, 144, 144, 0.2);
}
.cate ul li {
  padding: 0 22px 0 24px;
  width: 100%;
  min-height: 50px;
}
.cate ul li a {
  position: relative;
  display: block;
  font-size: 15px;
  min-height: 50px;
  overflow: hidden;
}
.cate ul li a:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 54px;
  height: 1px;
  background-color:rgba(144, 144, 144, 0.1);
}
.cate ul li:last-child a:after {
  background-color: transparent;
}
.cate ul li a:before {
  content: '';
  margin-right: 26px;
  display: inline-block;
  width: 28px;
  height: 28px;
  background: url('https://unsecf.utosoft.net/static/mobile/images/category/category_001.png') center no-repeat;
  background-size: 28px;
  vertical-align: middle;
}
.cate ul li:nth-child(2) a:before {
  background: url('https://unsecf.utosoft.net/static/mobile/images/category/category_002.png') center no-repeat;
  background-size: 28px;
}
.cate ul li:nth-child(3) a:before {
  background: url('https://unsecf.utosoft.net/static/mobile/images/category/category_003.png') center no-repeat;
  background-size: 28px;
}
.cate ul li:nth-child(4) a:before {
  background: url('https://unsecf.utosoft.net/static/mobile/images/category/category_004.png') center no-repeat;
  background-size: 28px;
}
.cate ul li:nth-child(5) a:before {
  background: url('https://unsecf.utosoft.net/static/mobile/images/category/category_005.png') center no-repeat;
  background-size: 28px;
}
.cate ul li:nth-child(6) a:before {
  background: url('https://unsecf.utosoft.net/static/mobile/images/category/category_006.png') center no-repeat;
  background-size: 28px;
}
.cate ul li:nth-child(7) a:before {
  background: url('https://unsecf.utosoft.net/static/mobile/images/category/category_007.png') center no-repeat;
  background-size: 28px;
}
.cate ul li:nth-child(8) a:before {
  background: url('https://unsecf.utosoft.net/static/mobile/images/category/category_008.png') center no-repeat;
  background-size: 28px;
}
.cate ul li a span {
  display: inline-block;
  padding: 15px 0;
  vertical-align: middle;
  overflow: hidden;
}


/***
 *  counsel
 ***/
/* 선생님 목록  */
.counselor-result {
  position: relative;
  padding: 13px 0 8px;
  width: 100%;
  background-color: #fff;
  z-index: 10;
}
.counselor-result p {
  padding: 0 44% 0 12px;
  display: inline-block;
}
.counselor-result > .sort-wrap {
  position: absolute;
  bottom: 8px;
  right: 0;
}
.counsel-list li {
  padding-bottom: 12px;
}
.counsel-list li:last-child {
  padding-bottom: 50px;
}
.counsel-list li a {
  border-bottom: 1px solid rgba(144, 144, 144, 0.2);
}
.counsel-list li a img {
  width: 100%;
  height: auto;
}
.counsel-list li a > .info {
  margin-top: -4px;
  padding: 14px 12px 13px;
  background-color: #fff;
  font-size: 0;
}
.counsel-list li a > .info h2,
.counselor-info > .info h2 {
  display: inline-block;
}
.counsel-list li a > .info > .status,
.counselor-info > .info > .status {
  float: right;
}
.counsel-list li a > .info .summary {
  padding: 6px 0 5px;
}
.counsel-list li a > .info .review-count,
.counsel-count {
  display: inline-block;
}
.counsel-count span {
  padding-left: 5px;
}
.counsel-search { /* 선생님 목록 검색 결과 없음 */
  padding: 34px 20px;
}

/* 선생님 상세 */
.counselor-view-wrap ~ footer {
  padding-bottom: 70px;
}
.counselor-view-wrap {
  background-color: #f6f6f6 !important;
}
.counselor-info figure {
  overflow: hidden;
}

@media (max-width: 494px) {
  .counselor-info figure img {
    margin-left: -22%;
    max-width: 140%;
    width: auto;
    height: auto;
  }
}

.counselor-info,
.counselor-greeting,
.counselor-gallery,
.counselor-review { /* 섹션 사이 간격 */
  margin-bottom: 8px;
}
.counselor-info {
  font-size: 0;
}
.counselor-info > .info {
  padding: 14px 12px;
}
.counselor-info > .info h2 {
  padding-bottom: 10px;
}
.counselor-info > .info > .summary {
  padding-bottom: 12px;
}
.counselor-info > .info > .counselor-category {
  padding-bottom: 10px;
}
.counselor-info > .info > .counselor-category span {
  padding-right: 8px;
}
.counselor-info > .info > .counselor-category span:last-child {
  padding-right: 0;
}
.counselor-info > .info > .review-count {
  text-decoration: underline;
  cursor: pointer;
}
.counselor-info > .counselor-btn-wrap {
  margin: 0 8px;
  border-top: 1px solid #f2f2f2;
}
.counselor-info > .counselor-btn-wrap button {
  position: relative;
  display: inline-block;
  padding-top: 40px;
  width: 25%;
  height: 74px;
  color: #909090;
  font-weight: normal;
  /* line-height: 10; */
}
.counselor-info > .counselor-btn-wrap button:before {
  content: '';
  margin-left: -25px;
  position: absolute;
  top: 8px;
  left: 50%;
  width: 50px;
  height: 34px;
  background: url('https://unsecf.utosoft.net/static/mobile/images/icon/ic_profile_thumbsup_off.png') center center no-repeat;
  background-size: 50px 34px;
}
.counselor-info > .counselor-btn-wrap button:nth-child(2):before {
  background: url('https://unsecf.utosoft.net/static/mobile/images/icon/ic_profile_fav_off.png') center center no-repeat;
  background-size: 50px 34px;
}
.counselor-info > .counselor-btn-wrap button:nth-child(3):before {
  background: url('https://unsecf.utosoft.net/static/mobile/images/icon/ic_profile_review.png') center center no-repeat;
  background-size: 50px 34px;
}
.counselor-info > .counselor-btn-wrap button:nth-child(4):before {
  background: url('https://unsecf.utosoft.net/static/mobile/images/icon/ic_profile_share.png') center center no-repeat;
  background-size: 50px 34px;
}
.counselor-info > .counselor-btn-wrap button.on {
  color: #464646;
}
.counselor-info > .counselor-btn-wrap button.on:before {
  background: url('https://unsecf.utosoft.net/static/mobile/images/icon/ic_profile_thumbsup_on.png') center center no-repeat;
  background-size: 50px 34px;
}
.counselor-info > .counselor-btn-wrap button:nth-child(2).on:before {
  background: url('https://unsecf.utosoft.net/static/mobile/images/icon/ic_profile_fav_on.png') center center no-repeat;
  background-size: 50px 34px;
}
.counselor-greeting{
  padding: 14px 12px;
}
.counselor-greeting h2 {
  padding-bottom: 8px;
}
.counselor-gallery {
  padding: 14px 0 16px;
}
.counselor-gallery h2 {
  padding: 0 0 9px 12px;
}
.counselor-gallery ul {
  width: 100%;
  font-size: 0;
  white-space: nowrap;
  overflow-x: scroll;
}
.counselor-gallery div {
  overflow: auto;
}
.counselor-gallery ul li {
  margin: 0 2px;
  display: inline-block;
  width: 38%;
  height: 118px;
  max-width: 118px;
  overflow: hidden;
}
.counselor-gallery ul li:first-child {
  margin-left: 12px;
}
.counselor-gallery ul li:last-child {
  margin-right: 12px;
}
.counselor-gallery ul li a {
  height: auto;
}
.counselor-gallery ul li a img {
  margin-top: 10%;
  transform: scale(1.4);
}
.counselor-review {
  padding: 14px 12px 36px;
}
.counselor-review h2 {
  padding-bottom: 12px;
}
.counselor-review .review-none { /* 리뷰 없을 경우 */
  margin-top: 6px;
  min-height: 80px;
  background-color: rgba(144, 144, 144, 0.05);
  text-align: center;
}
.counselor-review .review-none p {
  padding: 24px 0;
}
.review-sort-wrap { /* 리뷰 정렬 기준 */
  text-align: right;
}
.review-sort-wrap ul li {
  display: inline-block;
}
.review-sort-wrap ul li a {
  padding: 4px 4px 6px;
  font-size: 13px;
  color: #909090;
  line-height: 1.23;
}
.review-sort-wrap ul li:last-child a {
  padding-right: 0;
}
.review-sort-wrap ul li.active a {
  color: #464646;
  font-weight: bold;
}
.review-grade-wrap .review-grade-inner { /* 별점 데이터 그래프 영역 */
  padding: 12px 4px 34px;
  text-align: center;
  font-size: 0;
}
.review-grade-wrap .review-grade-inner .review-grade {
  display: inline-block;
  width: 37%;
  vertical-align: middle;
  text-align: left;
}
.review-grade-wrap .review-grade-inner .review-grade .ic-review-star {
  padding-bottom: 12px;
  font-size: 44px;
  font-weight: 500;
  letter-spacing: -1.25px;
}
.review-grade-wrap .review-grade-inner .review-grade .ic-review-star:before {
  content: '';
  margin-right: 8px;
  width: 28px;
  height: 28px;
  background-size: 28px;
  vertical-align: -2px;
}
.review-grade-wrap .review-grade-inner .review-grade .review-policy {
  width: 24px;
  white-space: nowrap;
  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;
  width: 60%;
}
.review-grade-wrap .review-grade-inner .review-bar ul li {
  position: relative;
  height: 18px;
  padding: 4px 0 6px 30px;
  text-align: right;
}
.review-grade-wrap .review-grade-inner .review-bar ul li > span {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 24px;
  color: #999;
  white-space: nowrap;
}
.review-grade-wrap .review-grade-inner .review-bar ul li > div {
  display: inline-block;
  position: relative;
  width: 100%;
  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;
}
.counselor-review .review-list {
  font-size: 0;
  border-top: 1px solid rgba(144, 144, 144, 0.1);
}
.counselor-review .review-list > ul > li {
  padding-top: 24px;
}
.counselor-review .review-list ul li ul {
  margin-bottom: 5px;
  font-size: 0;
}
.counselor-review .review-list ul li ul li {
  display: inline-block;
  vertical-align: middle;
}
.counselor-review .review-list ul li ul li:last-child {
  margin-left: 4px;
  padding: 0 8px;
  min-width: 56px;
  min-height: 20px;
  line-height: 20px;
  border-radius: 10px;
  font-size: 11px;
  background-color: #f6f6f6;
  text-align: center;
}
.counselor-review .review-list ul li ul li img {
  width: 16px;
  height: 16px;
}
.counselor-review .review-list ul li .review-inner h3 {
  padding: 0 46px 4px 0;
}
.counselor-review .review-list ul li .review-inner div {
  position: relative;
  padding-right: 20%;
}
.counselor-review .review-list ul li .review-inner div div {
  padding-right: 54px;
}
.counselor-review .review-list ul li .review-inner > div span {
  padding-right: 8px;
}
.counselor-review .review-list ul li .review-inner > div span:last-child {
  padding-right: 0;
}
.counselor-review .review-list ul li .review-inner .review-txt {
  margin: 10px 0 0;
  padding: 12px;
  background-color: rgba(217, 217, 217, 0.1);
}

@media (min-width: 414px) {
  .review-grade-wrap .review-grade-inner .review-grade {
    margin-right: 10px;
    width: 28%;
    text-align: center;
  }
  .review-grade-wrap .review-grade-inner .review-bar {
    width: 42%;
  }
}

.more-view {
  position: relative;
  display: inline-block;
  color: #0066c0;
  z-index: 1;
}
.more-view:after {
  content: '';
  position: absolute;
  right: 0;
  display: inline-block;
  width: 120px;
  height: 30px;
  background: -webkit-linear-gradient(right, rgba(251, 251, 251, 0) 2%,rgba(251, 251, 251, 0.9) 60%, rgba(251, 251, 251, 0) 76%);
  background: -webkit-gradient(linear, to right, color-stop(2%, rgba(251, 251, 251, 0)), color-stop(60%, rgba(251, 251, 251, 0.9)), color-stop(76%, rgba(251, 251, 251, 0)));
  background: -moz-linear-gradient(to right, rgba(251, 251, 251, 0) 2%,rgba(251, 251, 251, 0.9) 60%, rgba(251, 251, 251, 0) 76%);
  background: -o-linear-gradient(to right, rgba(251, 251, 251, 0) 2%,rgba(251, 251, 251, 0.9) 60%, rgba(251, 251, 251, 0) 76%);
  background: linear-gradient(to right, rgba(251, 251, 251, 0) 2%,rgba(251, 251, 251, 0.9) 60%, rgba(251, 251, 251, 0) 76%);
  z-index: -1;
}
.counselor-review .review-list ul li .review-inner .btn-good {
  position: absolute;
  right: 0;
  bottom: 2px;
  padding: 0 8px;
  min-width: 46px;
  min-height: 26px;
  font-weight: normal;
  border-radius: 12px;
  border: 1px solid #bfbfbf;
}
.counselor-review .review-list ul li .review-inner .btn-good span {
  padding-left: 16px;
  background: url('https://unsecf.utosoft.net/static/mobile/images/icon/good.png') center left no-repeat;
  background-size: 12px;
  font-size: 12px;
  line-height: 1.27;
}
.counselor-review .review-list ul li .review-inner .btn-good.active {
  border: 1px solid #646b79;
  color: #656b79;
}
.counselor-review .review-list ul li .review-inner .btn-good.active span {
  background: url('https://unsecf.utosoft.net/static/mobile/images/icon/good_on.png') center left no-repeat;
  background-size: 12px;
  color: #656b79;
}
.btn-wrap-bottom {
  position: fixed;
  left: 0;
  bottom: 0;
  padding-bottom: calc(constant(safe-area-inset-bottom));
  padding-bottom: calc(env(safe-area-inset-bottom));
  width: 100%;
  min-height: 70px;
  -webkit-box-shadow: 0 3px 5px 0 #d2d2d2, 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 3px 5px 0 #d2d2d2, 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 5px 0 #d2d2d2, 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  background-color: #fff;
  z-index: 10;
}
.btn-wrap-bottom > .wide-wrap {
  padding: 12px;
  min-height: 70px;
}
button[data-popup-ani-open="chargeCall"],
button[data-popup-ani-open="call"],
.btn-reserve {
  max-width: 49%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.btn-half {
  width: 49%;
  float: left;
}
.btn-call-060 {
  float: right;
}

/***
 *  member
 ***/
/* common  */
.agree-wrap {
  margin: 16px 0 3px;
  font-size: 0;
}
.agree-wrap > input {
  display: inline-block;
  width: 18px;
  height: 18px;
  vertical-align: top;
}
.agree-wrap > label {
  display: inline-block;
  padding-left: 6px;
  width: -webkit-calc(100% - 18px);
  width: -moz-calc(100% - 18px);
  width: calc(100% - 18px);
  vertical-align: bottom;
}
.agree-wrap > div,
.agree-wrap .agree-inner div {
  margin-bottom: 4px;
}
.agree-wrap .agree-inner {
  padding-left: 10px;
}
.agree-wrap div:last-child {
  margin-bottom: 0;
}
.agree-wrap div label {
  display: inline-block;
  padding-left: 6px;
  /* width: -webkit-calc(100% - 18px);
  width: -moz-calc(100% - 18px);
  width: calc(100% - 18px); */
  vertical-align: middle;
}
.agree-wrap div label a {
  text-decoration: underline;
}
.agree-wrap .txt-red {
  padding-top: 4px;
}
.btn-wrap.member button,
.social-wrap ul li a {
  width: 100%;
}
.social-wrap { /* 소셜 로그인 */
  margin-top: 18px;
  padding-top: 22px;
  border-top: 1px solid rgba(144, 144, 144, 0.2);
}
.social-wrap ul li {
  position: relative;
  margin-bottom: 12px;
  width: 100%;
  border-radius: 4px;
  text-align: center;
  font-weight: bold;
  line-height: 48px;
}
.social-wrap ul li:nth-child(1) {
  background-color: #f9d730;
}
.social-wrap ul li a {
  padding: 14px 0 14px 10px;
  cursor: pointer;
}
.social-wrap ul li span {
  position: absolute;
  top: 50%;
  left: 8px;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
}
.social-wrap ul li:nth-child(1) span {
  background: url('https://unsecf.utosoft.net/static/mobile/images/icon/ic_kakao.png') center center no-repeat;
  background-size: 24px;
}
.social-wrap ul li span:after {
  content: '';
  display: inline-block;
  margin-left: 32px;
  width: 1px;
  height: 28px;
  vertical-align: 10px;
}
.social-wrap ul li:nth-child(1) span:after {
  background-color: rgba(56, 30, 30, 0.1);
}
.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/mobile/images/icon/ic_naver.png') center center no-repeat;
  background-size: 24px;
}
.social-wrap ul li:nth-child(2) span:after {
  background-color: rgba(255, 255, 255, 0.3);
}
.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/mobile/images/icon/ic_google.png') center center no-repeat;
  background-size: 24px;
}
.social-wrap ul li:nth-child(3) span:after {
  background-color: rgba(144, 144, 144, 0.2);
}

/* 로그인 */
.pwd-link:hover, 
.pwd-link:active {
  color: #ea7a0e;
}
.join-link {
  float: right;
}

/* 회원가입 */
.sel-wrap {
  font-size: 0;
}
.birth-yy,
.birth-mm,
.birth-dd {
  display: inline-block;
}
.birth-yy,
.birth-mm {
  margin-right: 1%;
}
.birth-yy {
  width: 40%;
}
.birth-mm,
.birth-dd {
  width: 29%;
}
.birth-yy > select,
.birth-mm > select,
.birth-dd > select {
  width: 100%;
  height: auto;
}
.sel-wrap p {
  padding-top: 4px;
}

/* 비밀번호 찾기 */
.find-pwd > form fieldset .sel-wrap {
  margin: 20px 0 12px;
}
.find-pwd-type {
  margin: 15px 0 12px;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #656b79;
  box-sizing: border-box;
}
.find-pwd-type a {
  padding: 10px 0;
  display: block;
  -webkit-flex: 1;
  -moz-flex: 1;
  flex: 1;
  color: #656b79;
  border-right: 1px solid #656b79;
  box-sizing: border-box;
  font-size: 14px;
  text-align: center;
}
.find-pwd-type a:last-of-type {
  border: none;
}
.find-pwd-type a.active {
  background-color: #656b79;
  color: #fff;
}
.pwd-content {
  display: none;
}
.pwd-content.active {
  display: block;
}

/* 회원가입 완료 */
.join-complete {
  padding: 52px 36px;
  text-align: center;
}
.join-complete h2 {
  padding-bottom: 10px;
}
.join-complete img {
  padding: 16px 0;
  min-width: 248px;
  max-width: 348px;
}
.join-complete p.h2-bold {
  padding-bottom: 4px;
}
.join-complete .btn-wrap {
  margin-top: 34px;
}
.join-complete .btn-wrap a:nth-child(1) {
  float: left;
  width: 42%;
}
.join-complete .btn-wrap a:nth-child(2) {
  float: right;
  width: 55%;
}

/***
 *  충전하기
 ***/

/* 충전금액 선택  */
.charge-wrap {
  padding: 10px 4px 0;
}
.charge-wrap form {
  width: 100%;
}
.charge-wrap form ul li {
  position: relative;
  padding: 20px 0 12px;
}
.charge-wrap form ul li .charge-explain {
  padding-top: 12px;
}
.charge-wrap form ul li > button {
  padding: 0 10px;
  position: absolute;
  right: 0;
  top: 12px;
  min-width: 88px;
  height: auto;
  min-height: 36px;
}
.charge-wrap > p {
  padding-top: 2px;
  text-align: right;
}
/* 충전금액 선택 후 다음 버튼 
.charge-next {
  padding: 0 12px;
  position: fixed;
  bottom: -62px; 
  width: 100%;
  min-height: 96px;
  background: -webkit-linear-linear-gradient(bottom, rgba(255, 255, 255, 0), #fff 36%);
  background: -webkit-gradient(linear, to bottom, rgba(255, 255, 255, 0), #fff 36%);
  background: -moz-linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 36%);
  background: -o-linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 36%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 36%);
}
.charge-next a {
  margin: 42px auto 4px;
}
.charge-next.active {
  bottom: calc(constant(safe-area-inset-bottom) + 50px);
  bottom: calc(env(safe-area-inset-bottom) + 50px);
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
.charge-next.active ~ footer {
  padding-bottom: 60px;
} */

/* 충전 금액 결제하기 */
.charge-sec {
  padding-top: 24px;
}
.charge-sec:nth-of-type(1) {
  padding-top: 0;
}
.charge-sec ul {
  margin-top: 10px;
  padding: 14px 15px;
  border-radius: 4px;
  border: 1px solid #d9d9d9;
}
.charge-sec ul li {
  padding-bottom: 10px;
}
.charge-sec ul li:last-child {
  padding-bottom: 0;
}
.charge-sec ul li .ic-link {
  min-height: 44px;
}
.charge-sec ul li h3 {
  display: inline-block;
}
.charge-sec.summary ul li {
  overflow: hidden;
}
.charge-sec.summary ul li p {
  float: right;
}
.charge-sec.info ul {
  padding: 0;
}
.charge-sec.info ul li {
  padding: 16px 15px;
}
.charge-sec.info ul li p,
.charge-sec.account ul li p {
  padding-top: 5px;
}
.charge-sec.account ul li span {
  float: right;
  cursor: pointer;
}
.charge-sec.account ul li:nth-child(2) {
  padding-top: 4px;
}
.charge-agree {
  margin-bottom: 8px;
  text-align: left;
}

/* 결제 실패 */
.charge-fail {
  padding: 44px 12px;
}
.charge-fail > h2,
.charge-fail > p {
  text-align: center;
}
.charge-fail > p {
  margin: 0 15px;
  padding: 12px 0 24px;
}
.charge-fail > ul {
  padding: 32px 15px 8px;
}
.charge-fail > ul li h3 {
  width: 20%;
}
.charge-fail > ul li p {
  width: 80%;
}
.charge-fail .btn-wrap a:last-child {
  margin-top: 12px;
}

/* 결제 완료 */
.charge-complete {
  padding: 44px 12px 4px;
}
.charge-complete > h2,
.charge-complete > p {
  text-align: center;
}
.charge-complete > p {
  margin: 0 15px;
  padding: 10px 0 24px;
}
.charge-complete > ul {
  padding: 32px 15px 0;
}
.charge-complete > ul li {
 padding-bottom: 10px;
}
.charge-complete > ul li:last-child {
  padding-bottom: 0;
}

/***
 *  내 정보
 ***/
/* 내 정보 */
.my-login-before {
  padding: 32px 0;
  text-align: center;
}
.my-login-before > p {
  padding-bottom: 18px;
}
.my-login-before > a {
  margin: 0 auto;
  width: 144px;
}
.my > ul:nth-of-type(2) {
  margin-bottom: 26px;
}
.my ul li a {
  padding: 16px 8px 16px 11px;
  font-size: 14px;
}
.my-login-after ul li p {
  letter-spacing: -0.4px;
}
.my-login-after .my-info {
  padding: 34px 26px 26px 14px;
}
.my-login-after .my-info div {
  margin-bottom: 16px;
}
.my-login-after .my-info div .email {
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.my-login-after .my-info div p:nth-child(1) {
  width: -webkit-calc(100% - 30px);
  width: -moz-calc(100% - 30px);
  width: -o-calc(100% - 30px);
  width: calc(100% - 30px);
}
.my-login-after .my-info div .notify {
  position: relative;
  float: right;
  width: 24px;
  height: 24px;
  background: url('https://unsecf.utosoft.net/static/mobile/images/icon/bell.png') no-repeat;
  background-size: 24px;
}
.my-login-after .my-info div .notify .notify-num {
  content: '';
  position: absolute;
  top: -2px;
  right: -2px;
  display: inline-block;
  padding: 0 4px;
  border-radius: 6px;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  line-height: 14px;
  background-color: #e23026;
}
.my-login-after .my-info div .notify .notify-num-full {
  top: -4px;
  right: -10px;
}
.my-login-after .my-info a {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 13px;
  text-align: center;
}
.my-login-after ul {
  margin-top: 0;
  padding: 16px 14px 19px;
}
.my-login-after ul li {
  width: 33.3333%;
  float: left;
  border-right: 1px solid rgba(100, 107, 121, 0.05);
  text-align: center;
}
.noti:after {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url('https://unsecf.utosoft.net/static/mobile/images/icon/ic_badge_menu.png') 4px center no-repeat;
  background-size: 16px;
}
.my-login-after ul li:last-child {
  border-right: 0;
}
.my-login-after ul li p:first-child {
  font-size: 16px;
  font-weight: bold;
}
.my-login-after ul li p:last-child {
  padding-top: 4px;
}

/* 알림 내역 없을 경우 */
.alarm-noti {
  padding: 8px 12px 0;
}
div[data-popup-ani="noti"] div .alarm-list-wrap {
  position: relative;
  min-height: calc(100vh - 56px);
}
.alarm-list-wrap .no-list {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-height: auto;
  text-align: center;
}

/* 내 정보수정 */
.info-sec ul {
  border-bottom: 1px solid rgba(144, 144, 144, 0.2);
}
.info-sec:last-child {
  border-bottom: 36px solid #f6f6f6;
}
.info-sec:first-child .bar-tit {
  padding: 16px 12px 0;
}
.info-sec:first-child .bar-tit h2 {
  padding-bottom: 17px;
}
.info-sec:first-child .bar-tit h3 {
  padding-bottom: 6px;
}
.info-sec ul li a {
  margin-left: 12px;
}
.info-sec ul li {
  padding: 16px 12px 14px;
  overflow: hidden;
}
.info-sec ul li p {
  float: left;
  padding-right: 4px;
}
.info-sec ul li > span {
  float: right;
}
.info-sec ul li div a, 
.info-sec ul li > a {
  float: right;
  cursor: pointer;
}
.info-sec ul li input {
  position: relative;
  width: 14px;
  height: 14px;
}
.info-sec ul li div {
  float: right;
}
.info-sec ul li div label {
  margin-right: 20px;
}
.info-sec ul li div label:last-child {
  margin-right: 0;
}
.info-sec ul li div label input[type="radio"]:checked::after {
  width: 6px;
  height: 6px;
}
.info-sec .list-none { /* 초기 셋팅 */
  padding: 18px 12px 24px;
  border-bottom: 1px solid rgba(144, 144, 144, 0.2);
}
.info-sec .list-none p {
  padding-bottom: 16px;
}
.info-sec.leave > ul {
  margin-left: 0;
}
.info-sec.leave > ul li a {
  float: none;
  margin-left: 0;
}

/* 상담내역 */
.myinfo-list-wrap strong {
  float: right;
  padding-right: 12px;
}
.my-info p.no-list {
  min-height: auto;
  line-height: 386px;
  text-align: center;
  clear: both;
}

/* 충전내역 */
.top-info {
  margin: 12px 12px 24px;
  padding: 12px;
  min-height: 80px;
  border-radius: 4px;
  border: solid 1px #f5eccc;
  background-color: #fffbdb;
  font-size: 15px;
  text-align: center;
}
.save-point .top-info p .save-tooltip {
  display: inline-block;
  margin-left: 2px;
  width: 16px;
  height: 16px;
  background: url('https://unsecf.utosoft.net/static/mobile/images/icon/ic_tooltip_help.png') no-repeat;
  background-size: 16px;
  vertical-align: -2px
}
.save-point .top-info {
  position: relative;
}
.save-point .top-info.active .tooltip-content {
  display: block;
}
.save-point .top-info .tooltip-content {
  padding: 22px 16px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  min-width: 312px;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  text-align: left;
  -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);
  z-index: 1000;
}
.save-point .top-info .tooltip-content ul li {
  padding-bottom: 22px;
}
.save-point .top-info .tooltip-content ul li:last-child {
  padding-bottom: 0;
}
.save-point .top-info .tooltip-content ul li h3 {
  padding-bottom: 4px;
  line-height: 16px;
}
.top-info img {
  margin: 6px 8px 0 0;
  display: inline-block;
  width: 26px;
  height: 26px;
  vertical-align: middle;
}
.top-info .top-info-txt {
  padding-top: 4px;
  display: inline-block;
  font-size: 26px;
  font-weight: bold;
  vertical-align: middle;
}
.my-info > .h4-bold {
  padding: 0 12px;
}
.myinfo-list-wrap li a {
  display: block;
  border-left: 0;
  border-right: 0;
  overflow: hidden;
}
.myinfo-list-wrap li a span {
  float: right;
  margin-right: 12px;
  padding-right: 22px;
  font-size: 14px;
  font-weight: bold;
}

/* 충전내역 - 상세보기 */
.charge-view-wrap {
  margin-top: 6px;
  padding: 14px;
  width: 100%;
  border: 1px solid rgba(144, 144, 144, 0.3);
  border-radius: 4px;
}
.charge-view-wrap:nth-of-type(1) dl {
  padding-bottom: 14px;
  width: 100%;
  overflow: hidden;
}
.charge-view-wrap:nth-of-type(1) dl:last-child {
  padding-bottom: 0;
}
.charge-view-wrap:nth-of-type(1) dl dt {
  padding-bottom: 4px;
}
.charge-view-wrap li:last-child {
  padding-bottom: 0;
}
.charge-view-wrap:nth-of-type(1) li dt {
  padding-bottom: 4px;
}

/* 적립예정금액 */
.save-tit {
  float: left;
  padding: 0 0 12px 12px;
}
.my-info .sort-wrap {
  float: right;
}
.save-point-wrap {
  clear: both;
}
.save-point-wrap li {
  margin: 12px;
  border: 1px solid #d9d9d9;
  overflow: hidden;
}
.save-point-wrap li .point-list-info {
  padding: 12px;
}
.save-point-wrap li div a img {
  float: left;
  width: 100px;
  height: 74px;
}
.thum-info-wrap {
  padding: 12px;
}
.thum-info-wrap a {
  float: left;
}
.thum-info-wrap a img {
  width: 100px;
  height: 74px;
}
.thum-list-info {
  padding-left: 112px;
  min-height: 74px;
}
.thum-list-info h3 {
  padding: 6px 0 4px;
}
.thum-list-info p {
  color: #909090;
}
.save-point-wrap li .review-list {
  padding: 12px;
  overflow: hidden;
}
.save-point-wrap li .review-list h3.date {
  float: left;
}
.save-point-wrap li .review-list span.date {
  float: right;
}
.save-point-wrap li .review-list a {
  position: relative;
  padding: 11px 8px 11px 10px;
  display: block;
  width: 100%;
  height: auto;
  border-radius: 4px;
  border: solid 1px #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;
}
.save-point-wrap li .review-list a p {
  display: block;
  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: 24px;
  background: url('https://unsecf.utosoft.net/static/mobile/images/icon/ic-cash.png') 0 center no-repeat;
  background-size: 18px;
  line-height: 44px;
}

/***
 * 즐겨찾기
 ***/
.favorite-wrap {
  margin-top: 14px;
  border-top: 1px solid #dadada;
}
/* 관심선생님 */
.favorite-list li {
  padding: 20px 12px;
  border-bottom: 1px solid rgba(144, 144, 144, 0.1);
}
/* 페이지 슬라이드 ani */
.page-silde {
  animation: expand .5s ease forwards;
}
@keyframes expand {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0px);
  }
}

/***
 *  도움이 필요하세요?
 ***/
/* 도움말 */
.help-search-wrap {
  padding: 2px 12px;
}
.help-search-wrap form fieldset div {
  display: inline-block;
  width: -webkit-calc(100% - 64px);
  width: -moz-calc(100% - 64px);
  width: calc(100% - 64px);
}
.help-search-wrap form fieldset div input {
  width: 100%;
  height: 44px;
  border-radius: 4px;
  border: 1px solid #d0d0d0;
}
.help-search-wrap form fieldset .btn-search {
  width: 56px;
  height: 44px;
  border-radius: 4px;
  border: 1px solid #d3d3d3;
}
.search-result .search-result-count {
  padding: 0 12px 14px;
}
.search-result ul li {
  padding: 16px 12px;
  border-bottom: 1px solid rgba(144, 144, 144, 0.1);
}
.search-result ul li h2 {
  padding-left: 0;
  font-size: 15px;
  font-weight: normal;
  color: #004b91;
}
.search-result ul li p {
  padding: 12px 0;
}
.search-result-none.help-search {
  padding: 16px 12px 26px;
  border-top: 1px solid rgba(144, 144, 144, 0.2);
}
.search-result-none p {
  padding-bottom: 10px;
}
.search-result-none ul li {
  position: relative;
  padding-left: 10px;
  font-size: 14px;
  line-height: 1.8;
}
.search-result-none ul li::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 4px;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background-color: #333;
}

/* 도움말 상세보기 */
.help-view-txt {
  padding: 10px 0;
}

/***
 *  그 외
 ***/
/* 고객센터  */
.cs-info {
  position: relative;
  padding: 14px 12px 30px;
}
.cs-info p {
  padding-top: 4px;
}
.cs-info:after {
  content: '';
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid rgba(144, 144, 144, 0.2);
}
.cs-info > .btn-wrap {
  margin-top: 16px;
}
.cs-info > .btn-wrap button,
.cs-info > .btn-wrap a {
  width: 100%;
  padding: 12px 0;
  min-height: 44px;
}
.cs-info > .btn-wrap a {
  margin-top: 12px;
}
.cs-qna .go-help {
  padding: 12px 12px 50px;
}

/* 공지사항 */
.notice-wrap {
  padding-top: 14px;
}
.notice-wrap li a div p:first-child {
  padding-bottom: 2px;
}

/* 공지사항 상세보기 */
.help-view-date {
  padding: 4px 0 10px;
}
.notice-view {
  padding: 14px 12px 46px;
}
.notice-view span,
.notice-view a {
  font-size: 14px !important;
  letter-spacing: -0.25px !important;
  line-height: 20px !important;
}
.notice-view a {
  color: #0066c0;
}
.notice-view img {
  width: 100% !important;
}

/***
 * 충전상담 안내페이지 
 ***/
.charge-info {
  text-align: center;
}
.charge-info-sec1 {
  width: 100%;
  height: 108px;
  background-color: #f7ca47;
} 
.charge-info-sec1 .charge-info-title {
  margin: 0 auto;
  padding-top: 10px;
  width: 284px;
  overflow: hidden;
}
.charge-info-sec1 .charge-info-title img {
  float: left;
}
.charge-info-sec1 .charge-info-title img:nth-child(1) {
  margin: 22px 30px 0 0;
  width: 146px;
  height: 44px;
}
.charge-info-sec1 .charge-info-title img:nth-child(2) {
  width: 108px;
  height: 98px;
}
.charge-info-sec2 {
  padding: 12px 28px 18px;
}
.charge-info-sec2 ul li {
  padding: 24px 0 18px;
  border-bottom: 1px solid rgba(144, 144, 144, 0.1);
}
.charge-info-sec2 ul li:last-child {
  border-bottom: 0;
}
.charge-info-sec2 ul li img {
  margin-bottom: 10px;
  width: 260px;
  height: 116px;
}
.charge-info-sec3 {
  padding: 40px 0 34px;
  background-color: #ececec;
}
.charge-info-sec3 h2 {
  padding-bottom: 8px;
}
.charge-info-sec3 ul li:first-child {
  padding: 36px 0;
}
.charge-info-sec3 ul li > p {
  position: relative;
  display: inline-block;
  margin: 0 0 4px -35px;
  padding: 3px 8px;
  min-width: 72px;
  min-height: 24px;
  line-height: 1.6;
  /* background: url('https://unsecf.utosoft.net/static/mobile/images/icon/bubble-green.png') no-repeat;
  background-size: 72px 24px; */
  background-color: #17b610;
  border-radius: 16px;
  color: #fff;
}
.charge-info-sec3 ul li > p:after {
  content: '';
  position: absolute;
  display: block;
  margin-left: -6.5px;
  width: 0;
  z-index: 1;
  border-style: solid;
  border-width: 0 4px 5px 0;
  border-color: transparent #17b610 transparent transparent;
  bottom: -5px;
  left: 84%;
}
.charge-info-sec3 ul li:last-child > p {
  margin-left: 152px;
  background-color: #9b9b9b;
  /* background: url('https://unsecf.utosoft.net/static/mobile/images/icon/bubble-gray.png') no-repeat;
  background-size: 72px 24px; */
}
.charge-info-sec3 ul li:last-child > p:after {
  content: '';
  border-color: transparent #9b9b9b transparent transparent;
}
.charge-info-sec3 ul li .graph {
  margin: 0 auto;
  width: 232px;
  min-height: 24px;
  line-height: 1.3;
  background: url('https://unsecf.utosoft.net/static/mobile/images/icon/graph-line.png') center no-repeat;
  background-size: contain;
}
.charge-info-sec3 ul li .graph p {
  position: relative;
  display: inline-block;
  width: 100%;
  min-height: 8px;
  background-color: #fff;
}
.charge-info-sec3 ul li:first-child .graph p:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 139.2px;
  min-height: 8px;
  border-radius: 0 100px 100px 0;
  background-color: #17b610;
}
.charge-info-sec3 ul li:first-child em {
  color: #17b610;
}
.charge-info-sec3 ul li:last-child .graph p {
  background-color: #9b9b9b;
}
.charge-info-sec3 ul li h3 {
  padding: 12px 0 4px;
}
.charge-info-sec4 {
  padding: 40px 12px;
}
.charge-info-sec4 table {
  width: 100%;
  border: 1px solid rgba(144, 144, 144, 0.2);
  font-size: 14px;
  font-weight: normal;
}
.charge-info-sec4 table thead {
  height: 53px;
  background-color: #fbfbfb;
  border-bottom: 1px solid rgba(144, 144, 144, 0.2);
}
.charge-info-sec4 table thead tr th {
  height: 54px;
  font-weight: normal;
  text-align: center;
}
.charge-info-sec4 table tbody tr {
  height: 40px;
  border-bottom: 1px solid rgba(144, 144, 144, 0.2);
}
.charge-info-sec4 table tbody tr:last-child {
  border-bottom: 0;
}
.charge-info-sec4 h2,
.charge-info-sec5 h2 {
  padding-bottom: 18px;
}
.charge-info-sec5 {
  padding: 0 28px 66px;
}
.charge-info-sec5 ul li {
  margin-bottom: 8px;
  padding-bottom: 16px;
  width: 100%;
  background: url('https://unsecf.utosoft.net/static/mobile/images/bullet/ic-arrow.png') center bottom no-repeat;
  background-size: 10px 8px;
}
.charge-info-sec5 ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  background: none;
}
.charge-info-sec5 ul li p {
  padding: 62px 20px 16px;
  border: 1px solid rgba(144, 144, 144, 0.2);
  background: url('https://unsecf.utosoft.net/static/mobile/images/icon/ic-charge1.png') center 0 no-repeat;
  background-size: 216px 54px;
  line-height: 2;
}
.charge-info-sec5 ul li:nth-child(2) p {
  background: url('https://unsecf.utosoft.net/static/mobile/images/icon/ic-charge2.png') center 0 no-repeat;
  background-size: 216px 54px;
}
.charge-info-sec5 ul li:nth-child(3) p {
  background: url('https://unsecf.utosoft.net/static/mobile/images/icon/ic-charge3.png') center 0 no-repeat;
  background-size: 216px 54px;
}
.charge-info-sec5 ul li:nth-child(4) p {
  background: url('https://unsecf.utosoft.net/static/mobile/images/icon/ic-charge4.png') center 0 no-repeat;
  background-size: 216px 54px;
}
.charge-info-sec5 ul li:nth-child(5) p {
  background: url('https://unsecf.utosoft.net/static/mobile/images/icon/ic-charge5.png') center 0 no-repeat;
  background-size: 216px 54px;
}
.charge-info-sec5 ul li:nth-child(6) p {
  background: url('https://unsecf.utosoft.net/static/mobile/images/icon/ic-charge6.png') center 0 no-repeat;
  background-size: 216px 54px;
}
.charge-info > .btn-wrap-bottom a {
  margin-top: 0;
}
.charge-info ~ footer,
.register-info ~ footer {
  padding-bottom: 70px;
}
.charge-info ~ footer .footer-wrap,
.register-info ~ footer .footer-wrap {
  padding: 16px 16px 18px;
}

/***
 * 회원탈퇴
 ***/
.leave .top-info {
  display: table;
  margin: 12px 0 16px 0;
  width: 100%;
  height: 74px;
} 
.leave .top-info div {
  display: table-cell;
  vertical-align: middle;
}
.leave > ul {
  margin-left: 16px;
}
.leave > ul,
.leave > ul li {
  list-style: disc;
}
.leave ul li {
  color: #686868;
}
.leave-reason {
  padding-top: 32px;
}
.leave-reason .leave-wrap {
  margin: 10px 0 12px;
}
.leave-reason .leave-wrap form {
  border-radius: 4px;
}
.leave-reason .leave-wrap form ul {
  border-radius: 4px;
  border: 1px solid #d9d9d9;
}
.leave-reason .leave-wrap form ul li {
  position: relative;
  padding: 19px 14px 19px 12px;
  border-bottom: 1px solid #d9d9d9;
}
.leave-reason .leave-wrap form ul li:last-child {
  border-bottom: 0;
}
.leave-reason .leave-wrap form ul li label {
  display: inline-block;
  width: 100%;
}
.leave-reason .leave-wrap form ul li input {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-15px, -50%);
}
.leave-reason .leave-wrap .leave-comment {
  margin: 12px 0 14px;
}
.leave-reason .leave-wrap .leave-comment textarea {
  min-height: 114px;
}

/***
 * 선생님 등록신청 
 ***/
.register-counsel > p {
  padding-top: 4px;
}
.register-counsel form {
  padding: 26px 0 30px;
}
.register-counsel form .form-content {
  position: relative;
  margin-bottom: 16px;
  font-size: 0;
}
.register-counsel form .form-content .ic-error {
  top: 26px;
}
.register-counsel form .form-content > label {
  display: block;
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: bold;
}
.register-counsel form .form-content select {
  width: 100%;
}
.register-counsel form .form-content .sel-wrap {
  width: 100%;
}
.register-counsel form .form-content .sel-wrap .yy select,
.register-counsel form .form-content .sel-wrap .mm select {
  margin-right: 8px;
}
.register-counsel form .form-content .intro {
  vertical-align: top;
}
.register-counsel form .form-content textarea {
  width: 100%;
  min-height: 114px;
  padding: 12px;
}
.input-file-container {
  position: relative;
  width: 100%;
}
.input-file {
  position: absolute;
  display: block;
  top: 22px;
  left: 0;
  width: 100%;
  height: 44px;
  opacity: 0;
  cursor: pointer;
}
.input-file-trigger {
  display: block;
  width: 100%;
  height: 44px;
  border-radius: 4px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  line-height: 44px;
  cursor: pointer;
  box-sizing: border-box;
}
.file-upload-content {
  display: none;
  padding: 14px 56px 14px 14px;
  position: absolute;
  bottom: 60px;
  left: 0;
  width: 100%;
  height: 44px;
  background-color: rgba(144, 144, 144, 0.1);
  box-sizing: border-box;
  overflow: hidden;
}
.file-return {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.file-upload-content img {
  position: absolute;
  top: 14px;
  right: 16px;
  width: 18px;
  height: 18px
}
.register-counsel form .form-content.photo {
  margin-bottom: 0;
}
.register-counsel form .form-content.photo p {
  padding-bottom: 8px;
}
.register-counsel form .agree-wrap.agree {
  margin: 0;
  padding-top: 20px;
}
.register-counsel form .form-content.agree label {
  font-size: 13px;
  font-weight: normal;
}
.register-counsel form .form-content.agree input[type="checkbox"] {
  display: inline-block;
  width: 18px;
  height: 18px;
  vertical-align: top;
}
.register-counsel form .form-content.agree label {
  display: inline-block;
  margin-bottom: 0;
  padding-left: 6px;
  width: -webkit-calc(100% - 18px);
  width: -moz-calc(100% - 18px);
  width: calc(100% - 18px);
} 

/***
 * 선생님 등록신청 안내 페이지
 ***/
.register-info > .wrap {
  padding: 0 17px;
}
.register-info .story-wrap,
.register-info .easy-wrap,
.register-info .charge-wrap,
.register-info .value-wrap,
.register-info .progress-wrap {
  padding: 54px 0;
}
.register-info .main-wrap,
.register-info .story-wrap h2,
.register-info .easy-wrap h2,
.register-info .charge-wrap,
.register-info .value-wrap .value-inner > div,
.register-info .progress-wrap h2,
.register-info .faq-wrap h2 {
  text-align: center;
}
.register-info .story-wrap h2,
.register-info .easy-wrap h2 {
  padding-bottom: 24px;
}
.register-info .main-wrap h2 span,
.register-info .story-wrap h2 span,
.register-info .easy-wrap h2 span,
.register-info .charge-wrap h2 span,
.register-info .value-wrap h2 span,
.register-info .progress-wrap h2,
.register-info .faq-wrap h2 {
  font-weight: normal;
}
 .register-info .main-wrap {
  width: 100%;
  height: 650px;
  background: url('https://unsecf.utosoft.net/static/mobile/images/main/bg_register_info.jpg') no-repeat;
  background-position: 50%;
  background-size: cover;
}
.register-info .main-wrap h2 {
  padding: 68px 0 12px;
  color: #1d1d1d;
}
.register-info .main-wrap h2 span {
  color: #1d1d1d;
}
.register-info .wrap .story-wrap > div {
  position: relative;
  margin: 0 auto;
  max-width: 300px;
}
.register-info .wrap .story-wrap .swiper-slide {
  padding: 20px 22px;
  width: 100%;
  max-width: 302px;
  height: 128px;
  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 {
  position: absolute;
  right: 22px;
  top: 20px;
  width: 58px;
  height: 58px;
}
.register-info .wrap .story-wrap .swiper-slide figure img {
  width: 58px;
  height: 58px;
}
.register-info .wrap .story-wrap .swiper-slide > div {
  position: relative;
  float: left;
  height: 98px;
}
.register-info .wrap .story-wrap .swiper-slide > div .h6-regular {
  position: absolute;
  bottom: 12px;
}
.register-info .wrap .story-wrap > div .swiper-button-prev,
.register-info .wrap .story-wrap > div .swiper-button-next {
  border: 0;
  width: 38px;
  height: 38px;
  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;
}
.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 {
  margin-top: -19px;
  left: -19px;
}
.register-info .wrap .story-wrap > div .swiper-button-next {
  margin-top: -19px;
  right: -19px;
}
.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;
  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') center no-repeat;
  background-size: 6px 12px;
  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') center no-repeat;
  background-size: 6px 12px;
}
.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') center no-repeat;
  background-size: 6px 12px;
  transform: rotate(180deg);
  z-index: 100;
}
.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') center no-repeat;
  background-size: 6px 12px;
  z-index: 100;
}
.register-info .wrap .easy-wrap ul li {
  position: relative;
  margin: 0 auto 14px;
  width: 100%;
  max-width: 300px;
  height: 88px;
  background-color: #fff;
  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);
}
.register-info .wrap .easy-wrap ul li:last-child {
  margin-bottom: 0;
}
.register-info .wrap .easy-wrap ul li img {
  position: absolute;
  top: 24px;
  left: 20px;
  width: 40px;
  height: 40px;
}
.register-info .wrap .easy-wrap ul li div {
  position: absolute;
  top: 50%;
  left: 72px;
  transform: translateY(-50%);
}
.register-info .wrap .charge-wrap {
  margin: 0;
}
.register-info .wrap .charge-wrap .charge-inner div p {
  padding: 8px 0 22px;
}
.register-info .wrap .charge-wrap .charge-inner div a {
  padding-right: 10px;
  background: url('https://unsecf.utosoft.net/static/mobile/images/bullet/arr_right_blue.png') right center no-repeat;
  background-size: 5px 8px;
}
.register-info .wrap .charge-wrap .charge-inner img {
  display: block;
  margin: 60px auto 0;
  width: 186px;
  height: 215px
}
.register-info .wrap .value-wrap .value-inner > div p {
  padding: 8px 0 24px;
}
.register-info .wrap .value-wrap .value-inner ul li {
  position: relative;
  margin: 0 auto 14px;
  width: 100%;
  max-width: 290px;
  height: 76px;
  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 .value-inner ul li:last-child {
  margin-bottom: 0;
}
.register-info .wrap .value-wrap .value-inner ul li img {
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -25px;
  width: 50px;
  height: 50px;
}
.register-info .wrap .value-wrap .value-inner ul li p {
  position: absolute;
  top: 50%;
  left: 80px;
  transform: translateY(-50%);
  display: inline-block;
}
.register-info .progress-wrap {
  background-color: rgba(217, 217, 217, 0.2);
}
.register-info .progress-wrap > ul {
  position: relative;
  margin: 46px 12px 40px;
	min-height: 126px;
}
.register-info .progress-wrap > ul:after {
	content: '';
	position: absolute;
	top: 63px;
	width: 100%;
	height: 2px;
	background: url('https://unsecf.utosoft.net/static/mobile/images/icon/line_dot.png') no-repeat;
	background-size: 100% 2px;
	z-index: 1;
}
.register-info .progress-wrap > ul li {
	position: relative;
	float: left;
  width: 25%;
  height: 68px;
  text-align: center;
	z-index: 10;
}
.register-info .progress-wrap > ul li:last-child {
	margin-right: 0;
}
.register-info .progress-wrap > ul li:nth-child(3):after {
	content: '선생님 등록';
	position: absolute;
	top: 60px;
	left: 50%;
  width: 88px;
  height: 60px;
	background: url('https://unsecf.utosoft.net/static/mobile/images/icon/progress_bubble.png') no-repeat;
	background-size: 88px 60px;
	color: #fff;
	font-size: 13px;
	letter-spacing: -0.33px;
	line-height: 92px;
}
.register-info .progress-wrap > ul li p {
  padding-top: 2px;
}
.register-info .progress-wrap > ul li p:after {
  content: '';
  display: block;
  position: absolute;
  left: 46%;
  bottom: 0;
  width: 8px;
  height: 8px;
  background-color: #000;
  border-radius: 50%;
}
.register-info .progress-wrap h3 {
  padding-bottom: 20px;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: -0.4px;
  text-align: center;
}
.register-info .progress-wrap .border-graylight {
  margin: 0 auto 16px;
  padding: 26px;
  width: 290px;
  height: 144px;
  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 .border-graylight:last-child {
  margin-bottom: 0;
}
.register-info .progress-wrap .border-graylight p {
  padding-bottom: 14px;
}
.register-info .progress-wrap .border-graylight ul li {
  margin-bottom: 6px;
  padding-left: 20px;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.23;
  background: url('https://unsecf.utosoft.net/static/mobile/images/bullet/ic_check_gray.png') left center no-repeat;
  background-size: 12px;
}
.register-info .progress-wrap .border-graylight ul li:last-child {
  margin-bottom: 0;
}
.register-info .faq-wrap {
  padding: 54px 0 26px;
}
.register-info .faq-wrap ul {
  margin: 24px 0 0;
}
.register-info .faq-wrap ul li > p {
  padding: 17px 36px 13px 12px;
  background: url('https://unsecf.utosoft.net/static/mobile/images/bullet/ic_dropdown_line_grey.png') no-repeat;
  background-size: 12px;
  background-position: right 12px center;
  cursor: pointer;
}
.register-info .faq-wrap ul li > p.on {
  background: url('https://unsecf.utosoft.net/static/mobile/images/bullet/ic_up_line_grey.png') no-repeat;
  background-size: 12px;
  background-position: right 12px center;
}
.register-info .faq-wrap ul li {
  border-top: 1px solid rgba(144, 144, 144, 0.1);
}
.register-info .faq-wrap ul li:last-child {
  border-bottom: 1px solid rgba(144, 144, 144, 0.1);
}
.register-info .faq-wrap ul li .reply-wrap {
  display: none;
  border-top: 1px solid rgba(144, 144, 144, 0.1);
}
.register-info .faq-wrap ul li .reply-wrap p {
  padding: 12px 24px 15px;
  color: #686868;
}
.register-info .faq-wrap ul li .reply-wrap p a {
  display: inline-block;
}

@media (min-width: 768px) {
  .register-info .wrap .story-wrap > div {
    max-width: 612px;
  }
  .register-info .wrap .easy-wrap ul {
    margin: 0 auto;
    width: 612px;
    overflow: hidden;
  }
  .register-info .wrap .easy-wrap ul li {
    float: left;
    margin: 0 12px 0 0;
  }
  .register-info .wrap .easy-wrap ul li:last-child {
    margin-right: 0;
  }
  .register-info .wrap .charge-wrap {
    padding: 70px 0 54px;
    text-align: left;
  }
  .register-info .wrap .charge-wrap .charge-inner {
    position: relative;
    margin: 0 auto;
    max-width: 525px;
    height: 215px;
    overflow: hidden;
  }
  .register-info .wrap .charge-wrap .charge-inner div {
    float: left;
    padding-top: 40px;
    max-width: 50%;
  }
  .register-info .wrap .charge-wrap .charge-inner img {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
  }
  .register-info .wrap .value-wrap .value-inner {
    position: relative;
    margin: 0 auto;
    max-width: 630px;
    min-height: 256px;
    overflow: hidden;
  }
  .register-info .wrap .value-wrap .value-inner ul {
    position: absolute;
    width: 100%;
    max-width: 290px;
  }
  .register-info .wrap .value-wrap .value-inner div {
    position: absolute;
    right: 0;
    top: 80px;
    max-width: 50%;
    text-align: left;
    word-break: break-all;
  }
  .register-info .progress-wrap {
    overflow: hidden;
  }
  .register-info .progress-wrap .field-wrap {
    display: table;
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 12px 0;
    width: 100%;
  }
  .register-info .progress-wrap .border-graylight {
    display: table-cell;
    margin: 0 auto 16px;
    width: auto;
  }
  .register-info .progress-wrap .border-graylight p {
    padding-bottom: 8px;
  }
}
 
@media (min-width: 450px) {
  .register-info .progress-wrap > ul li:nth-child(3):after {
    left: 74%;
  }
}
@media (max-width: 450px) {
  .register-info .progress-wrap > ul li:nth-child(3):after {
    left: 56%;
  }
}
@media (max-width: 375px) {
  .register-info .progress-wrap > ul li:nth-child(3):after {
    left: 52%;
  }
}
@media (max-width: 320px) {
  .register-info .wrap .story-wrap .swiper-slide {
    width: 286px;
  }
  .register-info .progress-wrap > ul li:nth-child(3):after {
    left: 42%;
  }
  .register-info .wrap .story-wrap > div .swiper-button-prev, 
  .register-info .wrap .story-wrap > div .swiper-button-next {
    width: 34px;
    height: 34px;
  }
  .register-info .wrap .story-wrap > div .swiper-button-prev {
    left: -16px;
  }
  .register-info .wrap .story-wrap > div .swiper-button-next {
    right: -16px;
  }
}

/* 상담알림받기 */
.btn-channeltalk {
  float: right;
}
.counsel-reserve {
  overflow: hidden;
}
.thum-info {
  padding-left: 112px;
  min-height: 74px;
}
.thum-info h3 {
  padding-bottom: 4px;
}
.counsel-reserve .charge-sec {
  padding: 22px 12px 0;
}
.reserve-count strong {
  padding-left: 2px;
  color: #464646;
}
.reserve-count span {
  color: rgba(144, 144, 144, 0.7);
}
.counsel-reserve .charge-sec ul {
  margin-top: 8px;
}
.reserve-noti .tit {
  display: inline-block;
  padding: 14px 16px 12px;
}
.reserve-noti .arr-noti {
  float: right;
  padding: 14px 16px 12px;
}
.reserve-noti .arr-noti:after {
  content: '';
  margin-left: 3px;
  display: inline-block;
  width: 8px;
  height: 8px;
  background: url('https://unsecf.utosoft.net/static/mobile/images/bullet/ic_arrow_fill_blue_down.png') no-repeat;
  background-size: 8px;
}
.reserve-noti .arr-noti.active:after {
  transform: rotate(-180deg);
}
.reserve-noti-wrap {
  padding: 12px 17px;
}
.reserve-noti-wrap .bg-gray10 {
  margin-bottom: 13px;
  padding: 16px 0 13px;
  border-radius: 4px;
  text-align: center;
  line-height: 1.29;
}
.reserve-noti-wrap ul li {
  margin-left: 20px;
  padding-bottom: 8px;
  list-style: disc;
}
.reserve-noti-wrap ul li:last-child {
  padding-bottom: 0;
}
.reserve-noti-wrap ul li strong {
  font-size: 13px;
}
.counsel-reserve .btn-wrap {
  margin: 20px 12px 50px;
}

/***
 * 에러 페이지
 ***/
.server-error {
  padding: 90px 12px 26px;
  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;
}
.server-error > .btn-wrap button,
.server-error > .btn-wrap a {
  width: 49%;
  height: 44px;
}
.server-error > .btn-wrap button {
  float: left;
}
.server-error > .btn-wrap a {
  float: right;
  line-height: 44px;
}

/***
 * 개인정보처리방침 & 이용약관
 ***/
.policy-wrap {
  padding-top: 14px;
} 
.gopolicy-wrap {
  margin-bottom: 14px;
}
.gopolicy-wrap form select {
  width: 100%;
  height: auto;
  min-height: 44px;
  border: 1px solid #646b79;
  background: url('https://unsecf.utosoft.net/static/mobile/images/bullet/ic_dropdown_line_grey.png') no-repeat;
  background-position: right 12px center;
  background-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
} 
.gopolicy-wrap form select:focus {
  border-color: #646b79;
}
.service {
  padding: 15px 12px 70px;
  line-height: 1.5;
}
.service .sec01 {
  margin-bottom: 18px;
}
.service .sub-txt01 {
  padding-bottom: 16px;
}
.service .privacy-sec {
  padding-bottom: 16px;
}
.service .privacy-sec p {
  margin-top: 12px;
}
.service .privacy-sec > ul {
  margin-top: 8px;
  padding-left: 4px;
}
.service .privacy-sec ul li:first-child {
  padding-top: 0;
}
.service .privacy-sec ul li {
  padding-top: 6px;
  padding-left: 12px;
  text-indent: -14px;
}
.service .privacy-sec ul ul {
  padding-top: 4px;
}
.service .privacy-sec ul li ul li {
  padding-left: 12px;
}
.service .privacy-sec ul li ul li a {
  display: inline-block;
  text-indent: 0;
}
.service .privacy-sec .tbl01 table {
  width: 100%;
}
.service .privacy-sec .tbl01 table thead {
  text-align: center;
}
.service .privacy-sec .tbl01 table thead th {
  background-color: rgba(217, 217, 217, 0.1);
}
.service .privacy-sec .tbl01 table thead th,
.service .privacy-sec .tbl01 table tbody tr td {
  padding: 4px 12px;
  height: 30px;
  border: 1px solid #d9d9d9;
  font-size: 12px;
  text-indent: 0;
}
.service .tit02 {
  margin-bottom: 18px;
  font-size: 16px;
}
.service div h2 {
  padding-bottom: 4px;
  font-size: 14px;
}
.service .terms-sec {
  margin-bottom: 18px;
  padding-top: 0;
  line-height: 1.5;
}
.service .terms-sec:last-child {
  margin-bottom: 0;
}
.service .terms-sec h2 {
  line-height: 1.313em;
}
.service .terms-sec strong {
  display: block;
  margin-left: 21px;
  text-indent: -22px;
  font-weight: normal;
}
.service div ul li {
  font-size: 14px;
  font-weight: normal;
}
.service .terms-sec ul li {
  padding-left: 17px;
  font-size: 14px;
  font-weight: normal;
  text-indent: -18px;
}
.service .terms-sec ul li ul li {
  padding-left: 17px;
  text-indent: -17px;
}

/***
 *  취소 및 환불정책 
 ***/
 .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 .terms-sec > ul {
  margin-top: 12px;
}
.refund .terms-sec > ul > li {
  padding-bottom: 12px;
  line-height: 1.5;
} 
.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;
}