@charset "UTF-8";
/* pc & 모바일 공통 요소 */
.hide {
  display: none !important;
}
.active {
  display: block !important;
}
.pc {
  display: block;
}

/* text style */
.sectionTit {
  color: #111;
}
.sectionPar {
  margin-top: 16px;
}
.mainConTit {
  margin-bottom: 8px;
}
.subSlideTit {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.56;
  letter-spacing: -0.9px;
}
.subSlidePar {
  color: #777;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.8px;
}
.conTxtPar {
  color: #777;
}
.noneListTxt {
  color: #111;
  font-size: 18px;
  line-height: 3.56;
  letter-spacing: -0.9px;
}
.txtBU {
  color: #1861cf !important;
  font-weight: 500;
}
.txtRD {
  color: #dc3545 !important;
  font-weight: 500;
}

table caption,
figure figcaption,
.dataLabLink h2 {
  text-indent: -9999px;
  font-size: 0;
}
img {
  display: block;
  width: 100%;
}
input,
textarea {
  border: solid 1px #e1e1e1;
}
input:focus,
textarea:focus {
  outline: none;
  color: #111 !important;
  border: solid 1px #111 !important;
}

/* GNB */
header {
  background-color: #fff;
  position: relative;
  width: 100%;
  position: fixed;
  z-index: 11;
  top: 0;
  left: 0;
}
header h1 a {
  display: block;
  font-size: 0;
  background-image: url(../images/logo.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 100%;
}
nav,
nav .nav_depth01 {
  position: relative;
}
.dataLabLink {
  text-align: left;
  border-radius: 20px;
  background-color: #eff8ff;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 2;
}
.dataLabLink h2 {
  width: 228px;
  height: 15px;
  background-image: url(../images/dataLabLinkLogo.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 8px;
}
.dataLabLink p {
  font-weight: 500;
}
.btnBrown,
.btnBlue {
  color: #fff;
  border-radius: 4px;
  font-weight: 500;
}
.btnBrown {
  background-color: #bc8877;
}
.btnBlue {
  background-color: #386392;
}
.btnWhite {
  border-radius: 4px;
  border: solid 2px #fff;
  font-weight: bold;
  position: relative;
}
.btnWhite:after {
  content: "";
  width: 8px;
  height: 14px;
  display: block;
  position: absolute;
  right: 28px;
  top: 50%;
  margin-top: -7px;
  background-image: url(../images/btn_arrowRight.png);
  background-repeat: no-repeat;
}
.btnBorder {
  color: #bc8877;
  border: solid 1px #a16f5e;
  background-color: #fff;
}
.btnSolid {
  color: #fff;
  border: solid 1px #bc8877;
  background-color: #bc8877;
}
.google,
.apple {
  height: 46px;
  border-radius: 4px;
  border: solid 1px #e1e1e1;
  background-color: #fff;
  font-size: 0;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: center;
}
.google {
  background-image: url(../images/icon_google.png);
}
.apple {
  background-image: url(../images/icon_apple.png);
}
.memberBtn {
  font-weight: 500;
  border-radius: 8px;
  border: solid 1px #e1e1e1;
  background-repeat: no-repeat;
  background-color: #fff;
  text-align: center;
}
.memberBtn span {
  display: block;
  font-weight: normal;
  margin-top: 2px;
}

/* 백그라운드 컬러 */
.bgOrange {
  background-color: #fbf6f2;
}
.bgBlue {
  background-color: #f2f8ff;
}
/* 메인 이미지 */
.main__mainSection--bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center right;
}
.main__mainSection--bg img {
  margin-bottom: 4px;
}
.main__mainSection--bg h2 {
  color: #111;
}
.main__mainSection--banner .banner01,
.main__mainSection--banner .banner02 {
  display: block !important;
}
.main__mainSection--banner a {
  display: block;
  font-size: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.main__mainSection--banner .slick-initialized .slick-slide > div {
  display: block !important;
}
/* 메인 섹션 */
.main__section--txt ul li figure {
  width: 92px;
  height: 92px;
  border-radius: 50%;
}
.main__section--txt ul li h4 {
  padding-bottom: 8px;
}
.main__section--contents h3 {
  margin-bottom: 8px;
}
.main__section--contents p {
  color: #777;
}
.mainlastSection {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.main__investor *,
.main__company * {
  color: #fff;
}
.main__investor h2 {
  font-size: 18px;
  line-height: 1.56;
  margin-bottom: 16px;
}
.main__company--txt p:nth-child(2) {
  margin-bottom: 8px;
}
.footer__left,
.footer__right--sns li,
.review__name div,
.footer__info li {
  float: left;
}
.footer__left img {
  width: 140px;
}
.footer__left p {
  font-size: 14px;
  font-weight: bold;
}
/* 푸터 */
footer {
  background-color: #454545;
}
.footer__info {
  position: relative;
}
.footer__info a {
  font-size: 14px;
  line-height: 1.75;
  letter-spacing: -0.7px;
  color: #fff;
  position: relative;
}
.footer__info a:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 15px;
  background-color: #616161;
}
.footer__info li:last-child a:after {
  display: none;
}
.footer__left h1 {
  width: 140px;
}
.footer__left * {
  color: #797979;
}
.footer__left li {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: -0.6px;
}
.footer__right--sns li a {
  display: block;
}
.footer__right--family {
  position: relative;
}
.footer__right--family button,
.footer__right--family a {
  width: 100%;
  color: #e1e1e1;
  font-size: 14px;
  letter-spacing: -0.07px;
}
.footer__right--family button {
  background-color: transparent;
  background-image: url(../images/familySiteOpen.png);
  background-position: right center;
  background-repeat: no-repeat;
  padding: 16px 0;
  border-bottom: solid 1px #e1e1e1;
}
.footer__right--family ul {
  width: 100%;
  display: none;
  background-color: #616161;
  padding: 16px 0;
  position: absolute;
  right: 0;
  top: -122px;
}
.footer__right--family li {
  margin-bottom: 16px;
}
.footer__right--family li:last-child {
  margin-bottom: 0;
}
.footer__right--family a {
  width: 100%;
  padding: 0 16px;
}
.footer__right--family.open ul {
  display: block;
}
.footer__right--family.open button {
  background-image: url(../images/familySiteClose.png);
}
.footer__right--cs {
  border-radius: 12px;
  border: solid 1px #777;
  padding: 12px 16px 16px;
  text-align: left;
}
.footer__right--cs dl {
  margin-bottom: 6px;
}
.footer__right--cs dt,
.footer__right--cs dd {
  color: #fff;
}
.footer__right--cs dt {
  font-size: 16px;
  font-weight: normal;
  letter-spacing: -0.8px;
  padding-left: 22px;
  background-image: url(../images/footerTel.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 16px;
}
.footer__right--cs dd {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: -1px;
}
.footer__right--cs li,
.footer__right--cs > div {
  color: #aeb0b5;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: -0.6px;
}
.footer__right--cs > div {
  margin-top: 8px;
  padding: 8px 0 0 20px;
  border-top: solid 1px #777;
  background-image: url(../images/footerKakao.png);
  background-repeat: no-repeat;
  background-position: left top 9px;
}

/* 서브 페이지 메인 이미지 */
.subBg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.subBg.pay,
.subBg.login,
.subBg.member {
  margin-bottom: 0;
}

/* 상위 카테고리 */
.parent__category {
  background-color: #f6f6f6;
}
.parent__category li {
  float: left;
  color: #777;
  cursor: pointer;
  font-weight: 500;
  letter-spacing: -1px;
  position: relative;
  text-align: center;
}
.parent__category li:nth-child(1).active {
  color: #bc8877;
  font-weight: bold;
}
.parent__category li:nth-child(2).active {
  color: #386392;
  font-weight: bold;
}
.parent__category li:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 4px;
  left: 0;
  bottom: -2px;
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.parent__category li.active:after {
  opacity: 1;
}
.parent__category li.active:nth-child(1):after {
  background-color: #bc8877;
}
.parent__category li.active:nth-child(2):after {
  background-color: #386392;
}
.accordionList__item {
  position: relative;
}
.accordionList__item span {
  color: #bc8877;
  font-weight: bold;
}
.accordionList__item:after {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../images/accordion_down.png);
  background-repeat: no-repeat;
}
.accordionList__item--Q {
  border-bottom: solid 1px #e1e1e1;
  cursor: pointer;
}
.accordionList__item--Q h3 {
  font-weight: normal;
  color: #111;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-word;
}
.accordionList__item--A {
  display: none;
  border-bottom: solid 1px #e1e1e1;
}
.accordionList__item--A p {
  font-size: 16px;
  letter-spacing: -0.8px;
}
.accordionList__item.active {
  background-color: #fbfbfb;
}
.accordionList__item.active .accordionList__item--Q h3 {
  font-weight: 500;
  overflow: inherit;
  text-overflow: inherit;
  display: inherit;
  -webkit-line-clamp: inherit;
  -webkit-box-orient: inherit;
}
.accordionList__item.active:after {
  background-image: url(../images/accordion_up.png);
}
.accordionList__item.active .accordionList__item--A {
  display: block;
}
.accordionList.car .accordionList__item span {
  color: #386392;
}

.warning * {
  color: #dc3545;
  margin-top: 4px;
  font-size: 14px;
  line-height: 1.56;
  letter-spacing: -0.9px;
}
.popup {
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 12;
  width: 100%;
  height: 100%;
}
.popup__wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 40px;
  background-color: #fff;
  text-align: center;
  background-repeat: no-repeat;
}
.popup__wrap.basic {
  width: 595px;
  padding: 0;
}
.popup__wrap.finish {
  background-image: url(../images/popup_finish.png);
}
.popup__wrap.false {
  background-image: url(../images/popup_false.png);
}
.popup__wrap.basic .notiGray {
  background-color: #f6f6f6;
  padding: 18px 40px 40px;
  text-align: left;
}
.popup__wrap.basic .notiGray h3 {
  font-size: 16px;
  font-weight: normal;
  letter-spacing: -0.8px;
  padding-left: 24px;
  background: url(../images/bgNoti-dark.png) no-repeat left center / 16px;
}
.popup__wrap.basic .notiGray .popup__wrap--btn {
  padding: 0;
  margin-top: 40px;
}
.popup__wrap.address {
  text-align: left;
  padding: 56px 0 40px;
}
.addSearch {
  padding: 0 40px 24px;
  border-bottom: solid 1px #e1e1e1;
}
.addSearch .close {
  font-size: 0;
  text-indent: -9999px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 24px;
  right: 32px;
  background: url(../images/iconClose.png) no-repeat center / 20px;
}
.addSearch__tit {
  padding-right: 80px;
  background: no-repeat right center;
}
.addSearch__tit.home {
  background-image: url(../images/bgHome.png);
  background-size: 70px;
}
.addSearch__tit.hosp {
  background-image: url(../images/bgHosp.png);
  background-size: 58px;
}
.addSearch__tit h2 {
  color: #111;
  font-size: 22px;
  letter-spacing: -1.1px;
}
.addSearch__tit p {
  color: #777;
  font-size: 16px;
  letter-spacing: -0.8px;
  margin-top: 2px;
}
.addSearch__input {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  margin-top: 16px;
}
.addSearch__input input {
  width: 100%;
  font-size: 18px;
  letter-spacing: -0.9px;
  border: solid 1px #e1e1e1;
  border-right: 0;
  border-radius: 8px;
  background-color: #f6f6f6;
  padding: 13.5px 20px;
}
.addSearch__input input:focus {
  background-color: #fff;
}
.btnSearch {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0;
  width: 51px;
  height: 55px;
  border-radius: 0 8px 8px 0;
  background: url(../images/iconSearch-w.png) no-repeat center / 19px #bc8877;
  z-index: 1;
}
.addResult {
  border-top: 10px solid #f1f1f1;
}
.addResult__none {
  min-height: 503px;
  padding-top: 157px;
}
.addResult__none img {
  margin: 0 auto 12px;
}
.addResult__none.home img {
  width: 54px;
}
.addResult__none.hops img {
  width: 96px;
}
.addResult__none p {
  text-align: center;
  font-size: 16px;
  letter-spacing: -0.8px;
}
.addResult__list li {
  border-bottom: solid 1px #f1f1f1;
}
.addResult__list button {
  display: block;
  width: 100%;
  padding: 16px 40px;
  transition: background 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.addResult__list button:hover {
  background-color: #f6f6f6;
}
.addResult__list h3 {
  color: #111;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.9px;
  margin-bottom: 2px;
}
.addResult__list p {
  color: #555;
  font-size: 16px;
  letter-spacing: -0.8px;
}
.notiGray__aco {
  border-radius: 8px;
  border: solid 1px #e1e1e1;
  background: url(../images/arrowDown-a.png) no-repeat top 17px right 20px / 14px #fff;
  overflow: hidden;
  margin-top: 16px;
}
.notiGray__aco div * {
  color: #555 !important;
  font-size: 14px !important;
  line-height: 1.43 !important;
  letter-spacing: -0.7px !important;
}
.notiGray__aco.on {
  background-image: url(../images/arrowUp-a.png);
  background-position: top 20px right 20px;
}
.notiGray__aco.on div {
  display: block;
  width: calc(100% - 32px);
  max-height: 148px;
  overflow-y: auto;
  border-top: solid 1px #e1e1e1;
  padding: 10px 0 16px;
  margin: 0 auto;
}
.notiGray__aco button {
  width: 100%;
}
.notiGray__aco h4 {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.7px;
  padding: 12px 16px;
}
.notiGray__aco h4 span {
  color: #dc3545;
  font-size: 10px;
  letter-spacing: -0.5px;
  border-radius: 20px;
  border: solid 1px #dc3545;
  background-color: #fff;
  padding: 2px 6px;
  margin-right: 8px;
}
.notiGray__aco div {
  display: none;
}
.popup__wrap > h2 {
  color: #111;
  font-weight: 500;
  padding-bottom: 16px;
}
.popup__wrap > p {
  font-size: 18px;
  line-height: 1.56;
  letter-spacing: -0.9px;
}
.popup__wrap > button {
  border-radius: 4px;
  border: solid 1px #aeb0b5;
  width: 100%;
  font-weight: 500;
  text-align: center;
}
.popup__wrap--tit {
  padding: 40px 40px 0;
}
.popup__wrap--tit.review h2 {
  display: inline-block;
  padding-left: 35px;
  background: url(../images/bgNoti.png) no-repeat left center / 27px;
}
.popup__wrap--tit img {
  width: 74px;
  margin: 10px auto 16px;
}
.popup__wrap--tit h2 {
  color: #111;
  font-size: 24px;
  line-height: 1.33;
  letter-spacing: -1.2px;
}
.popup__wrap--tit h2 span {
  color: #dc3545;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.8px;
  border-radius: 20px;
  border: solid 1.5px #dc3545;
  padding: 4px 12px;
  vertical-align: middle;
  margin-right: 8px;
}
.popup__wrap--tit p {
  font-size: 18px;
  line-height: 1.78;
  letter-spacing: -0.9px;
  margin-top: 8px;
}
.popup__wrap--tit p span {
  font-weight: 500;
}
.popup__wrap--btn {
  padding: 0 40px 40px;
  margin-top: 30px;
}
.popup__wrap--btn button {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -1px;
  width: 100%;
  height: 66px;
  line-height: 64px;
  text-align: center;
  border-radius: 4px;
}
.popup__wrap--btn.clearfix button {
  width: calc(50% - 8px);
}
.popup__wrap--btn.clearfix .btnBorder {
  float: left;
}
.popup__wrap--btn.clearfix .btnSolid {
  float: right;
}
.popup__wrap--notiCompl {
  width: calc(100% - 80px);
  border-radius: 8px;
  background-color: #f6f6f6;
  text-align: left;
  padding: 20px;
  margin: 32px auto 40px;
}
.popup__wrap--notiCompl li:nth-child(n + 2) {
  margin-top: 12px;
}
.popup__wrap--notiCompl h3 {
  font-size: 18px;
  letter-spacing: -0.9px;
}
.popup__wrap--notiCompl p {
  color: #555;
  font-size: 16px;
  letter-spacing: -0.8px;
  margin-top: 2px;
}
.popup__wrap--necessary {
  width: calc(100% - 80px);
  min-height: 60px;
  border-radius: 8px;
  background: url(../images/bgNoti-dark.png) no-repeat left 24px top 23px / 16px #f6f6f6;
  text-align: left;
  padding: 18px 24px 18px 48px;
  margin: 32px auto 0;
}
.popup__wrap--necessary dt,
.popup__wrap--necessary dd {
  display: inline-block;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: -0.8px;
}
.popup__wrap--cancel {
  padding: 24px 40px;
}
.popup__wrap--cancel .corpFormSelItem {
  text-align: left;
  margin-right: 0;
  margin-bottom: 16px;
}
.popup__wrap--cancel .corpFormSelItem:nth-child(1) {
  width: 100%;
}
.popup__wrap--cancel .corpFormSelItem:nth-child(n + 2):nth-child(even) {
  float: left;
  width: 53%;
}
.popup__wrap--cancel .corpFormSelItem:nth-child(n + 2):nth-child(odd) {
  float: right;
  width: 47%;
}
.popup__wrap--bgGray {
  width: calc(100% - 80px);
  max-height: 285px;
  overflow-y: auto;
  border-radius: 8px;
  background-color: #f6f6f6;
  padding: 20px;
  margin: 32px auto 40px;
  text-align: left;
}
.popup__wrap--bgGray * {
  color: #555;
  font-size: 16px;
  letter-spacing: -0.8px;
}
.popup__wrap--bgGray h3 {
  color: #333;
  font-size: 18px;
  letter-spacing: -0.9px;
  margin-bottom: 12px;
  text-align: center;
}
.popup__wrap--bgGray .dash {
  position: relative;
  padding-left: 12px;
}
.popup__wrap--bgGray .dash:after {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 6px;
  height: 1px;
  background-color: #555;
}
.popup__wrap--bgGray .dash:nth-child(n + 2) {
  margin-top: 4px;
}
.popupInfo {
  display: none;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
}
.popupInfo.active {
  display: block;
}

/* 이용약관 팝업 */
.popupWrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 12px 26px 0 rgba(0, 0, 0, 0.12);
  background-color: #fff;
  text-align: center;
}
.popupWrap > a {
  display: block;
}
.popupTerms {
  display: none;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  height: 100%;
}
.popupTerms.active {
  display: block;
}
.popupTerms .popupWrap {
  background-image: url(../images/popupTerms.png);
  background-repeat: no-repeat;
}
.popupTerms__txt h2,
.popupTerms__txt i {
  color: #111;
}
.popupTerms__txt i {
  font-weight: normal;
}
.popupTerms__btn {
  padding: 0 20px;
  margin-bottom: 20px;
}
.popupTerms__btn a {
  border-radius: 4px;
  font-weight: 500;
  width: calc(50% - 4px);
}
.popupTerms__btn a.proBtn {
  border: solid 1px #a16f5e;
  color: #a16f5e;
  float: left;
}
.popupTerms__btn a.carBtn {
  border: solid 1px #386392;
  color: #386392;
  float: right;
}
/* 이용약관 */
.terms {
  background-color: #f6f6f6;
}
.terms__tit {
  border-bottom: solid 1px #aeb0b5;
}
.terms__tit--txt p,
.terms__tit--txt h2 span,
.terms__tit--txt p span {
  color: inherit;
}
.terms__tit--txt h2 span {
  display: block;
}
.terms__tit--txt p {
  margin-top: 20px;
}
.terms__tit--document {
  border-radius: 20px;
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.08);
  background-color: #fff;
  background-repeat: no-repeat;
}
.terms__tit--document h3 {
  font-weight: bold;
  padding-top: 0;
}
.terms__tit--document p {
  margin: 4px 0 16px;
}
.terms__tit--document select {
  padding-left: 20px;
  color: #777;
  height: 38px;
  border: solid 1px #aeb0b5;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../images/icon_select.png);
  background-repeat: no-repeat;
  background-position: center right;
  font-size: 18px;
  letter-spacing: -0.9px;
  position: relative;
}
.terms__txt * {
  color: #333 !important;
}
.terms__txt table {
  width: 100% !important;
}
.terms__txt table * {
  color: #333 !important;
  background-color: #f6f6f6 !important;
}
.terms__txt table tr:nth-child(1) td {
  text-align: center !important;
  font-weight: 500 !important;
}
.terms__txt table tr:nth-child(n + 2) * {
  text-align: left !important;
}
.terms__txt table td,
.terms__txt table th {
  display: table-cell;
  border: solid 1px #e1e1e1;
  vertical-align: top;
}
select::-ms-expand {
  display: none;
}

/* 요금납부 정보 조회 */
.pay {
  background-color: #fbfbfb;
}
.pay .commonWrap {
  position: relative;
}
.payDetail {
  position: absolute;
  top: 0;
}
.payDetail.on {
  position: relative;
}
.payDetail.on .payDetail__box {
  display: block;
}
.payDetail:nth-child(1) {
  left: 0;
}
.payDetail:nth-child(3) {
  right: 0;
  margin-left: auto;
}
.payDetail:nth-child(2) .payDetail__box {
  margin-left: -100%;
}
.payDetail:nth-child(3) .payDetail__box {
  margin-left: -200%;
}
.payDetail.on .payDetail__tit,
.payDetail.on .payDetail__tit span {
  color: #fff;
}
.payDetail.on .payDetail__tit {
  background: #777;
}
.payDetail__tit,
.payDetail__tit span {
  color: #aeb0b5;
}
.payDetail__tit {
  border-radius: 12px 12px 0 0;
  background-color: #f6f6f6;
}
.payDetail__tit span {
  display: block;
  font-weight: normal;
}
.payDetail__box {
  display: none;
  width: 300%;
  background-color: #fff;
}
.payDetail__box--tit {
  border-radius: 8px;
  background-color: #fff4eb;
  text-align: center;
}
.payDetail__box--tit p {
  color: #555;
  margin-top: 4px;
}
.payDetail__box--form label {
  display: block;
  font-weight: 500;
}
.payDetail__box--form span {
  color: #dc3545;
  font-weight: normal;
  margin-left: 4px;
}
.payDetail__box--form input {
  width: 100%;
  color: #111;
}
.payDetail__box--btn {
  text-align: center;
}
.payDetail__box--btn button {
  color: #111;
  font-weight: 500;
  border-radius: 4px;
  border: solid 1px #aeb0b5;
  text-align: center;
}
.payDetail__box--table {
  word-break: keep-all;
}
.payDetail__box--table th {
  color: #555;
}
.payDetail__box--table td {
  color: #111;
}
.payDetail__box--table .tableTotal td {
  color: #333;
  font-weight: bold;
}
.payDetail__box--table .tableTotal td span {
  color: #dc3545;
}
.payDetail__box--noti.on > div {
  display: block;
}
.payDetail__box--noti.on button {
  border-bottom: 0;
}
.payDetail__box--noti.on button:after {
  background-image: url(../images/accoClose.png);
}
.payDetail__box--noti button {
  width: 100%;
  height: 44px;
  color: #333;
  font-weight: 500;
  border: solid 1px #e1e1e1;
  background-color: #f6f6f6;
  padding: 0 16px;
}
.payDetail__box--noti button span {
  color: #dc3545;
  border-radius: 20px;
  border: solid 1px #dc3545;
}
.payDetail__box--noti button:after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background-size: 14px;
  background-image: url(../images/accoOpen.png);
}
.payDetail__box--noti div {
  display: none;
  border: solid 1px #e1e1e1;
  border-top: 0;
  background-color: #f6f6f6;
  padding: 6px 16px 16px;
}
.payDetail__box--noti p {
  color: #555;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.8px;
  padding-left: 12px;
  margin: 6px;
  position: relative;
}
.payDetail__box--noti p:after {
  content: "";
  position: absolute;
  width: 6px;
  height: 1px;
  background-color: #555;
  left: 0;
  top: 10px;
}
.payDetail__box--noti p:nth-child(1) {
  margin-top: 0;
}

/* 에러페이지 */
.errorPage {
  background-color: #f6f6f6;
}
.errorPage .commonWrap {
  background-image: url(../images/bg_error.png);
  background-position: right center;
  background-repeat: no-repeat;
}
.errorPage h2 span {
  display: block;
  margin-bottom: 4px;
}
.errorPage p {
  font-size: 18px;
  line-height: 1.56;
  letter-spacing: -0.9px;
  padding-top: 16px;
  padding-bottom: 40px;
}
.errorPage__btnWrap a {
  color: #111;
  font-weight: 500;
  border-radius: 4px;
  border: solid 1px #aeb0b5;
  background-color: #fff;
  background-image: url(../images/btn_arrowRight2.png);
  background-repeat: no-repeat;
}

/* 페이지네이션 */
.pagination {
  margin-top: 60px;
  margin-bottom: 100px;
  text-align: center;
}
.pagination__prev,
.pagination__next,
.pagination__number,
.pagination__number li {
  display: inline-block;
  vertical-align: middle;
}
.pagination__number li,
.pagination__prev,
.pagination__next {
  color: #aeb0b5;
  border: solid 1px #e1e1e1;
  text-align: center;
  cursor: pointer;
}
.pagination__number li {
  transition: background 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.pagination__number li.current {
  background-color: #f6f6f6;
}
.pagination__prev,
.pagination__next {
  font-size: 0;
  text-indent: -9999px;
  background-size: 10px 18px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #f6f6f6;
}
.pagination__prev {
  background-image: url(../images/pagination-prev.png);
}
.pagination__next {
  background-image: url(../images/pagination-next.png);
}
.pagination__next.disabled,
.pagination__prev.disabled {
  display: none;
}

.loadingBg {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 12;
}
.loadingBg h2 {
  font-size: 18px;
  line-height: 1.56;
  letter-spacing: -0.9px;
}
@-webkit-keyframes heartbeat {
  0% {
    -moz-transform: rotate(45deg) scale(1);
    -ms-transform: rotate(45deg) scale(1);
    -webkit-transform: rotate(45deg) scale(1);
    transform: rotate(45deg) scale(1);
  }
  14% {
    -moz-transform: rotate(45deg) scale(1.4);
    -ms-transform: rotate(45deg) scale(1.4);
    -webkit-transform: rotate(45deg) scale(1.4);
    transform: rotate(45deg) scale(1.4);
  }
  28% {
    -moz-transform: rotate(45deg) scale(1);
    -ms-transform: rotate(45deg) scale(1);
    -webkit-transform: rotate(45deg) scale(1);
    transform: rotate(45deg) scale(1);
  }
  42% {
    -moz-transform: rotate(45deg) scale(1.4);
    -ms-transform: rotate(45deg) scale(1.4);
    -webkit-transform: rotate(45deg) scale(1.4);
    transform: rotate(45deg) scale(1.4);
  }
  70% {
    -moz-transform: rotate(45deg) scale(1);
    -ms-transform: rotate(45deg) scale(1);
    -webkit-transform: rotate(45deg) scale(1);
    transform: rotate(45deg) scale(1);
  }
}
@-moz-keyframes heartbeat {
  0% {
    -moz-transform: rotate(45deg) scale(1);
    -ms-transform: rotate(45deg) scale(1);
    -webkit-transform: rotate(45deg) scale(1);
    transform: rotate(45deg) scale(1);
  }
  14% {
    -moz-transform: rotate(45deg) scale(1.4);
    -ms-transform: rotate(45deg) scale(1.4);
    -webkit-transform: rotate(45deg) scale(1.4);
    transform: rotate(45deg) scale(1.4);
  }
  28% {
    -moz-transform: rotate(45deg) scale(1);
    -ms-transform: rotate(45deg) scale(1);
    -webkit-transform: rotate(45deg) scale(1);
    transform: rotate(45deg) scale(1);
  }
  42% {
    -moz-transform: rotate(45deg) scale(1.4);
    -ms-transform: rotate(45deg) scale(1.4);
    -webkit-transform: rotate(45deg) scale(1.4);
    transform: rotate(45deg) scale(1.4);
  }
  70% {
    -moz-transform: rotate(45deg) scale(1);
    -ms-transform: rotate(45deg) scale(1);
    -webkit-transform: rotate(45deg) scale(1);
    transform: rotate(45deg) scale(1);
  }
}
@-o-keyframes heartbeat {
  0% {
    -moz-transform: rotate(45deg) scale(1);
    -ms-transform: rotate(45deg) scale(1);
    -webkit-transform: rotate(45deg) scale(1);
    transform: rotate(45deg) scale(1);
  }
  14% {
    -moz-transform: rotate(45deg) scale(1.4);
    -ms-transform: rotate(45deg) scale(1.4);
    -webkit-transform: rotate(45deg) scale(1.4);
    transform: rotate(45deg) scale(1.4);
  }
  28% {
    -moz-transform: rotate(45deg) scale(1);
    -ms-transform: rotate(45deg) scale(1);
    -webkit-transform: rotate(45deg) scale(1);
    transform: rotate(45deg) scale(1);
  }
  42% {
    -moz-transform: rotate(45deg) scale(1.4);
    -ms-transform: rotate(45deg) scale(1.4);
    -webkit-transform: rotate(45deg) scale(1.4);
    transform: rotate(45deg) scale(1.4);
  }
  70% {
    -moz-transform: rotate(45deg) scale(1);
    -ms-transform: rotate(45deg) scale(1);
    -webkit-transform: rotate(45deg) scale(1);
    transform: rotate(45deg) scale(1);
  }
}
@keyframes heartbeat {
  0% {
    -moz-transform: rotate(45deg) scale(1);
    -ms-transform: rotate(45deg) scale(1);
    -webkit-transform: rotate(45deg) scale(1);
    transform: rotate(45deg) scale(1);
  }
  14% {
    -moz-transform: rotate(45deg) scale(1.4);
    -ms-transform: rotate(45deg) scale(1.4);
    -webkit-transform: rotate(45deg) scale(1.4);
    transform: rotate(45deg) scale(1.4);
  }
  28% {
    -moz-transform: rotate(45deg) scale(1);
    -ms-transform: rotate(45deg) scale(1);
    -webkit-transform: rotate(45deg) scale(1);
    transform: rotate(45deg) scale(1);
  }
  42% {
    -moz-transform: rotate(45deg) scale(1.4);
    -ms-transform: rotate(45deg) scale(1.4);
    -webkit-transform: rotate(45deg) scale(1.4);
    transform: rotate(45deg) scale(1.4);
  }
  70% {
    -moz-transform: rotate(45deg) scale(1);
    -ms-transform: rotate(45deg) scale(1);
    -webkit-transform: rotate(45deg) scale(1);
    transform: rotate(45deg) scale(1);
  }
}

/* Styles for old versions of IE */
.loadingWrap {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -35px;
  text-align: center;
}
.loading {
  margin-bottom: 20px;
}
/* :not(:required) hides this rule from IE9 and below */
.loading:not(:required) {
  -webkit-animation: heartbeat 1300ms ease 0s infinite normal;
  -khtml-animation: heartbeat 1300ms ease 0s infinite normal;
  -moz-animation: heartbeat 1300ms ease 0s infinite normal;
  -ms-animation: heartbeat 1300ms ease 0s infinite normal;
  -o-animation: heartbeat 1300ms ease 0s infinite normal;
  animation: heartbeat 1300ms ease 0s infinite normal;
  display: inline-block;
  position: relative;
  overflow: hidden;
  text-indent: -9999px;
  width: 36px;
  height: 36px;
  -moz-transform: rotate(45deg) scale(1);
  -ms-transform: rotate(45deg) scale(1);
  -webkit-transform: rotate(45deg) scale(1);
  transform: rotate(45deg) scale(1);
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.loading:not(:required):after,
.loading:not(:required):before {
  position: absolute;
  content: "";
  background: #ffdd00;
}
.loading:not(:required):before {
  -moz-border-radius-topleft: 12px;
  -webkit-border-top-left-radius: 12px;
  border-top-left-radius: 12px;
  -moz-border-radius-bottomleft: 12px;
  -webkit-border-bottom-left-radius: 12px;
  border-bottom-left-radius: 12px;
  top: 12px;
  left: 0;
  width: 36px;
  height: 24px;
}
.loading:not(:required):after {
  -moz-border-radius-topleft: 12px;
  -webkit-border-top-left-radius: 12px;
  border-top-left-radius: 12px;
  -moz-border-radius-topright: 12px;
  -webkit-border-top-right-radius: 12px;
  border-top-right-radius: 12px;
  top: 0;
  left: 12px;
  width: 24px;
  height: 12px;
}

/* 체크 박스 */
.popupCheckBox {
  position: absolute;
  width: 100%;
  top: -40px;
  left: 0;
  text-align: left;
}
.popupCheckBox label {
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.8px;
  padding-left: 32px;
  vertical-align: middle;
}
.popupCheckBox input[type="radio"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.popupCheckBox input[type="radio"] + label:before,
.popupCheckBox input[type="radio"]:checked + label:after {
  content: "";
  position: absolute;
  border-radius: 100%;
  top: 50%;
}
.popupCheckBox input[type="radio"] + label:before {
  left: 0;
  border: 3px solid #fff;
}
.popupCheckBox input[type="radio"]:checked + label:after {
  background-color: #fff;
}
.popupCheckBox .close {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #fff;
  background-position: center;
  background-image: url(../images/popupClose.png);
  font-size: 0;
  text-indent: -9999px;
  position: absolute;
  right: 0;
}
/* 체크박스 스타일 */
.checkBoxWrap {
  position: relative;
  padding-bottom: 40px;
  border-bottom: solid 1px #e1e1e1;
}
.checkBoxWrap input[type="checkbox"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.checkBoxWrap input[type="checkbox"] + label {
  color: #555;
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.checkBoxWrap input[type="checkbox"] + label:before {
  content: " ";
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  background: url(../images/checkBox-grey.png) no-repeat center / 15px #f6f6f6;
}
.checkBoxWrap input[type="checkbox"]:checked + label {
  color: #333;
}
.checkBoxWrap input[type="checkbox"]:checked + label:before {
  content: "";
  background-color: #a16f5e;
  border-color: #a16f5e;
  background-image: url(../images/checkBox.png);
}

/* 로그인하기 버튼 */
.joinHeader a {
  font-size: 14px;
  letter-spacing: -0.7px;
  padding-left: 24px;
  background: no-repeat left center / 16px;
}
.joinHeader a:nth-child(1) {
  background-image: url(../images/login01.png);
}
.joinHeader a:nth-child(2) {
  background-image: url(../images/login02.png);
}

/* 간격 설정 */
.mt0 {
  margin-top: 0 !important;
}
.mt16 {
  margin-top: 16px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt24 {
  margin-top: 24px !important;
}
.mt32 {
  margin-top: 32px !important;
}
.mt36 {
  margin-top: 36px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt44 {
  margin-top: 44px !important;
}
.mt52 {
  margin-top: 52px !important;
}
.mt64 {
  margin-top: 64px !important;
}
.mt70 {
  margin-top: 70px !important;
}
.mt80 {
  margin-top: 80px !important;
}
.mt496 {
  margin-top: 496px !important;
}
.mb12 {
  margin-bottom: 12px !important;
}
.mb24 {
  margin-bottom: 24px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}

/* 라벨 */
.label {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.7px;
  border-radius: 8px;
  padding: 4px 8px;
}
.label.YE {
  background-color: #fff2a1;
}
.label.RD {
  background-color: #ffe3d9;
}
.label.BU {
  background-color: #c1eeff;
}

.a11y-hidden {
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  overflow: hidden;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
}

.txtRed {
  color: #dc3545 !important;
}

.none {
  display: none !important;
}

/* 회원 가입 */
.login:after {
  top: 70px !important;
}
.login__btn {
  float: right;
}
.login__btn a {
  width: 200px;
  color: #a16f5e;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.8px;
  border-radius: 4px;
  border: solid 1px #a16f5e;
  background-color: #fff;
  padding: 10px 0;
  margin-top: 13px;
  text-align: center;
  transition: background 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.login__btn a:hover {
  background-color: #fff1ec;
}
.subBg.login,
.subBg.member,
.subBg.withdrawal {
  padding: 100px 0 151px;
}
.subBg.admis,
.subBg.corpJoin,
.subBg.idFindm,
.subBg.passwordFind {
  padding: 100px 0 117px;
}
.subBg.idFind,
.subBg.passwordFind {
  margin-bottom: 100px;
}
.subBg.login {
  background-image: url(../images/bg_login.png);
}
.subBg.admis {
  background-image: url(../images/bg_admis.png);
}
.subBg.member {
  background-image: url(../images/bg_member.png);
}
.subBg.corpJoin {
  background-image: url(../images/bg_corpJoin.png);
}
.subBg.idFind {
  background-image: url(../images/bg_idFind.png);
}
.subBg.passwordFind {
  background-image: url(../images/bg_passwordFind.png);
}
.subBg.withdrawal {
  background-image: url(../images/bg_withdrawal.png);
}
.subBg.login .sectionTit,
.subBg.corpJoin .sectionTit,
.subBg.member .sectionTit,
.subBg.idFind .sectionTit,
.subBg.passwordFind .sectionTit,
.subBg.withdrawal .sectionTit,
.subBg.admis .sectionTit {
  font-size: 36px;
  line-height: 1.39;
  letter-spacing: -1.8px;
}
.subBg.login .subBanPar,
.subBg.corpJoin .subBanPar,
.subBg.member .subBanPar,
.subBg.idFind .subBanPar,
.subBg.passwordFind .subBanPar,
.subBg.withdrawal .subBanPar,
.subBg.admis .subBanPar {
  font-size: 20px;
  line-height: 1.7;
  letter-spacing: -1px;
}
.subBg.login .commonWrap,
.subBg.member .commonWrap,
.subBg.admis .commonWrap {
  position: relative;
}
.memberInfo {
  position: absolute;
  top: 50%;
  right: 0;
  width: 424px;
  border-radius: 20px;
  border: solid 1px #e1e1e1;
  background-color: #fff;
  padding: 24px;
  margin-top: -73.5px;
}
.subBg .memberInfo > h3 {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.9px;
}
.subBg .memberInfo > h3 span {
  max-width: 358px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  margin-bottom: 5px;
}
.memberInfo p {
  color: #555;
  font-size: 16px;
  line-height: 1.63;
  margin-bottom: 16px;
}
.memberInfo .logout {
  position: absolute;
  top: 50%;
  right: 20px;
  font-size: 14px;
  letter-spacing: -0.7px;
  border-radius: 20px;
  background-color: #f1f1f1;
  padding: 6px 10px;
  margin-top: -16px;
  transition: background 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  cursor: pointer;
}
.memberInfo .logout:hover {
  background-color: #e1e1e1;
}
.memberInfo__status a {
  color: #555;
  font-size: 16px;
  letter-spacing: -0.8px;
  background: url(../images/iconId.png) no-repeat left center / 16px;
  padding-left: 20px;
  margin-left: 16px;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.memberInfo__status a:hover {
  color: #333;
  font-weight: 500;
  text-decoration: underline;
}
.joinHeader {
  border-bottom: solid 1px #f1f1f1;
  text-align: right;
}
.joinHeader a {
  padding-top: 10px;
  padding-bottom: 10px;
}
.joinHeader a:nth-child(1) {
  margin-right: 32px;
}
.join {
  background-color: #fbfbfb;
  padding: 80px 0 100px;
}
.join.info {
  padding: 70px 0 120px;
}
.join__login {
  width: 640px;
  border-radius: 20px;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.08);
  background: url(../images/joinLoginTit01.png) no-repeat top 40px center / 54px #fff;
  padding: 102px 40px 56px;
  margin: 0 auto;
}
.join__login.confirm {
  background-image: url(../images/joinLoginTit02.png);
}
.join__login--tit {
  text-align: center;
  margin-bottom: 24px;
}
.join__login--tit h2 {
  font-size: 36px;
  letter-spacing: -1.8px;
  margin-bottom: 4px;
}
.join__login--tit p {
  color: #555;
  font-size: 20px;
  letter-spacing: -1px;
}
.join__login--form input {
  width: 100%;
  font-size: 18px;
  letter-spacing: -0.9px;
  background: no-repeat left 20px center / 20px;
  padding: 18px 20px 18px 52px;
  margin-bottom: 12px;
}
.join__login--form input:disabled {
  color: #777;
  border: solid 1px #e1e1e1;
  background-color: #f6f6f6;
}
.join__login--form #id {
  background-image: url(../images/iconId.png);
}
.join__login--form #password {
  background-image: url(../images/iconPassword.png);
}
.join__login--form button {
  display: block;
  width: 100%;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -1px;
  padding: 18px 0;
  margin-top: 24px;
  transition: background 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.join__link {
  margin-top: 40px;
  text-align: center;
}
.join__link a {
  position: relative;
  color: #555;
  font-size: 18px;
  letter-spacing: -0.9px;
  padding: 0 30px;
}
.join__link a:hover {
  color: #111;
  font-weight: 500;
  text-decoration: underline;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.join__link a:after {
  content: "";
  position: absolute;
  top: 8px;
  right: -1px;
  width: 1px;
  height: 12px;
  background-color: #e1e1e1;
}
.join__link a:last-child:after {
  display: none;
}
.addmission {
  padding-bottom: 100px;
}
.addmission__box {
  width: calc(50% - 20px);
  padding: 30px;
  border-radius: 20px;
  border: solid 1px #e1e1e1;
  background-color: #fbfbfb;
}
.addmission__box:first-child {
  float: left;
}
.addmission__box:last-child {
  float: right;
}
.addmission__box:last-child .addmission__box--time {
  padding-bottom: 24px;
}
.addmission__box--tit h3 {
  color: #111;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: -1.2px;
}
.addmission__box--tit h3 span {
  display: block;
  color: #bc8877;
  font-size: 20px;
  font-weight: normal;
  letter-spacing: -1px;
  margin-bottom: 6px;
}
.addmission__box--tit p {
  font-size: 18px;
  letter-spacing: -0.9px;
  margin: 2px 0 20px;
}
.addmission__box--time {
  border-radius: 12px;
  border: solid 1px #e1e1e1;
  background-color: #fff;
  padding: 20px;
}
.addmission__box--time h4 {
  font-size: 20px;
  letter-spacing: -1px;
  margin-bottom: 8px;
}
.addmission__box--time p {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: -0.8px;
}
.addmission__box--btn {
  margin-top: 20px;
}
.addmission__box--btn a {
  display: block;
  width: 100%;
  color: #111;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -1px;
  border-radius: 4px;
  border: solid 1px #aeb0b5;
  background-color: #fff;
  padding: 17.5px 0;
  text-align: center;
  transition: background 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.addmission__box--btn a:hover {
  background-color: #f6f6f6;
}
.addmission__box--btn a:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-image: url(../images/icon_kakao.png);
  margin-right: 12px;
  margin-bottom: -2px;
}
.addmission__not {
  border-radius: 12px;
  border: solid 1px #dc3545;
  background-color: #fff9f6;
  padding: 40px;
  margin-bottom: 40px;
}
.addmission__not h3 {
  color: #111;
  font-size: 24px;
  letter-spacing: -1.2px;
  background: url(../images/warring-red.png) no-repeat left center / 24px;
  padding-left: 32px;
  margin-bottom: 8px;
}
.addmission__not p {
  font-size: 18px;
  line-height: 1.44;
  letter-spacing: -0.9px;
}
/* 기업회원 회원가입 */
.w1320 .commonWrap {
  width: 1280px !important;
}
.corpJoinMain {
  background-color: #fbfbfb;
  padding-bottom: 100px;
}
.corpJoin__top {
  width: 1280px;
  margin: 72px auto 24px;
}
.corpJoin__top > span {
  display: block;
  color: #777;
  font-size: 14px;
  letter-spacing: -0.7px;
  margin-bottom: 16px;
  text-align: right;
}
.corpJoin__top li {
  float: left;
  width: calc(25% - 15px);
  height: 347px;
  border-radius: 22px;
  background-color: #fff;
  margin-right: 20px;
}
.corpJoin__top li h3 {
  color: #8e462f;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: -1.2px;
}
.corpJoin__top li p {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.9px;
  margin-top: 12px;
}
.corpJoin__top li:nth-child(1) {
  padding: 101px 46px 0;
  background-image: url(../images/bgCorpJoin01.png);
  background-repeat: no-repeat;
  background-size: 34px;
  background-position: top 61px center;
}
.corpJoin__top li:nth-child(n + 2) {
  text-align: center;
  padding: 39px 26px 0;
}
.corpJoin__top li:nth-child(n + 2) h4 {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -1px;
}
.corpJoin__top li:nth-child(n + 2) h4 mark {
  background: linear-gradient(to top, #fff5b1 48%, transparent 48%);
}
.corpJoin__top li:nth-child(3) .corpJoin__top--box {
  margin-top: 30px;
}
.corpJoin__top li:nth-child(4) .corpJoin__top--box {
  margin-top: 26px;
}
.corpJoin__top li:last-child {
  margin-right: 0;
}
.corpJoin__top--figure img {
  width: 136px;
  margin: 27px auto 32px;
}
.corpJoin__top--chart canvas {
  width: 140px !important;
  height: 140px !important;
  margin: 26px auto 0;
}
.corpJoin__top--bar {
  border-bottom: solid 1px #e1e1e1;
}
.corpJoin__top--bar .chartBar {
  height: 160px;
  text-align: center;
  margin-top: 9px;
}
.corpJoin__top--bar .chartBar__bg {
  display: inline-block;
  width: 20px;
  height: 100%;
  position: relative;
}
.corpJoin__top--bar .chartBar__bg--color {
  width: 20px;
  left: 0;
  bottom: 0;
  position: absolute;
  border-radius: 20px 20px 0 0;
}
.corpJoin__top--bar .orange .chartBar__bg--color {
  background-color: #fec25c;
}
.corpJoin__top--bar .blue {
  margin-left: 32px;
}
.corpJoin__top--bar .blue .chartBar__bg--color {
  background-color: #3195c8;
}
.corpJoin__top--box {
  max-height: 48px;
  border-radius: 8px;
  border: solid 1px #e1e1e1;
  background-color: #f6f6f6;
  padding: 10.5px 0 12.5px;
}
.corpJoin__top--box > strong {
  font-size: 18px;
  letter-spacing: -0.9px;
}
.corpJoin__top--box div {
  display: inline-block;
  text-align: center;
}
.corpJoin__top--box div:nth-child(2) {
  margin-left: 8px;
}
.corpJoin__top--box dt,
.corpJoin__top--box dd {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.8px;
}
.corpJoin__top--box dt {
  padding-left: 20px;
  background: no-repeat left center;
}
.corpJoin__top--box .legend01,
.corpJoin__top--box .legend02 {
  background-size: 12px;
}
.corpJoin__top--box .legend01 {
  background-image: url(../images/legend01.png);
}
.corpJoin__top--box .legend02 {
  background-image: url(../images/legend02.png);
}
.corpJoin__top--box .legend03 {
  background-image: url(../images/legend03.png);
  background-size: 15px;
  padding-left: 21px;
}
.corpJoin__top--box .legend04 {
  background-image: url(../images/legend04.png);
  background-size: 19px;
  padding-left: 25px;
}
.corpJoin__bottom {
  width: 1280px;
  background-color: #fff;
  padding: 80px 112px 64px;
  margin: 0 auto;
}
.corpJoin__bottom .corpForm__tit {
  padding-bottom: 40px;
  margin-bottom: 42px;
}
.corpJoin__bottom .corpForm__width50per .corpFormBewItem.clearfix {
  margin-bottom: 36px;
}
.corpJoin__bottom .corpForm__width50per .corpFormBewItem input,
.corpJoin__bottom .corpForm__width50per .corpFormBewItem.clearfix label,
.corpJoin__bottom .corpForm__between.clearfix .corpFormBewItem,
.corpForm__width50per .corpFormBewItem.clearfix .corpFormBewItem__fileBox--name {
  width: calc(50% - 8px);
}
.corpForm.funnels .corpForm__sel li {
  margin-bottom: 16px;
  margin-right: 65px;
}
.corpForm.funnels .corpForm__sel li:nth-child(1),
.corpForm.funnels .corpForm__sel li:nth-child(6) {
  width: 220px;
}
.corpForm.funnels .corpForm__sel li:nth-child(2),
.corpForm.funnels .corpForm__sel li:nth-child(7) {
  width: 197px;
}
.corpForm.funnels .corpForm__sel li:nth-child(3),
.corpForm.funnels .corpForm__sel li:nth-child(8) {
  width: 191px;
}
.corpForm.funnels .corpForm__sel li:nth-child(4),
.corpForm.funnels .corpForm__sel li:nth-child(9) {
  width: 95px;
}
.corpForm.funnels .corpForm__sel li:nth-child(5) {
  width: 92px;
  margin-right: 0;
}
.corpForm.funnels .corpForm__sel li:nth-child(10) {
  width: 100%;
  margin-right: 0;
}
.corpForm.funnels textarea {
  height: 140px;
}
.corpForm__txt {
  margin-top: 8px;
}
.corpForm__txt p {
  color: #999;
  font-size: 16px;
  letter-spacing: -0.8px;
}
.corpForm__cancel {
  border-radius: 8px;
  border: solid 1px #e1e1e1;
  overflow: hidden;
}
.corpForm__cancel thead {
  height: 49px;
  background-color: #f6f6f6;
  border-bottom: solid 1px #e1e1e1;
}
.corpForm__cancel th,
.corpForm__cancel td {
  font-size: 18px;
  letter-spacing: -0.9px;
  border-right: solid 1px #e1e1e1;
}
.corpForm__cancel th {
  font-weight: 500;
  vertical-align: middle;
  text-align: center;
}
.corpForm__cancel th:nth-child(1) {
  width: 168px;
}
.corpForm__cancel th:nth-child(2),
.corpForm__cancel th:nth-child(3) {
  width: 274px;
}
.corpForm__cancel tbody tr:nth-child(n + 2) {
  border-top: solid 1px #e1e1e1;
}
.corpForm__cancel td {
  height: 66px;
  text-align: center;
  vertical-align: middle;
}
.corpForm__cancel td strong {
  display: block;
}
.corpForm__cancel--penalty {
  height: 92px;
}
.corpForm__cancel--penalty td {
  vertical-align: top;
  padding-top: 18px;
}
.corpJoin__bottom--info {
  text-align: center;
  border-radius: 8px;
  background-color: #fff4eb;
  padding: 32px 0;
}
.corpJoin__bottom--info h3 {
  font-size: 20px;
  letter-spacing: -1px;
}
.corpJoin__bottom--info h3:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../images/bgNoti-dark.png);
  background-size: 20px;
  margin-right: 5px;
  margin-bottom: 4px;
  vertical-align: middle;
}
.corpJoin__bottom--info p {
  color: #555;
  font-size: 16px;
  letter-spacing: -0.8px;
  margin-top: 8px;
}
.corpJoin__bottom--style {
  margin-top: 100px;
}
.corpJoin__bottom--style:nth-child(2) {
  margin-top: 80px;
}
.corpJoin__bottom--style:nth-child(2) h3 {
  border-bottom: 0;
  padding-bottom: 42px;
  margin-bottom: 0;
}
.corpJoin__bottom--style h3 {
  color: #111;
  font-size: 22px;
  letter-spacing: -1.1px;
  border-bottom: solid 1px #e1e1e1;
  padding-bottom: 40px;
  margin-bottom: 42px;
}

/* 회원 정보 */
.coperInfo {
  background-color: #fbfbfb;
  padding: 100px 0;
}
.coperInfo__tab {
  width: 1280px;
  margin: 0 auto;
}
.coperInfo__tab li {
  width: calc(50% - 2px);
}
.coperInfo__tab li.active button,
.coperInfo__tab li button:hover {
  color: #fff;
  border: solid 1px #bc8877;
  background-color: #bc8877;
}
.coperInfo__tab li:nth-child(1) {
  float: left;
}
.coperInfo__tab li:nth-child(2) {
  float: right;
}
.coperInfo__tab button {
  width: 100%;
  height: 62px;
  color: #a16f5e;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.9px;
  border: solid 1px #bc8877;
  background-color: #fff;
  transition: background 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  text-align: center;
}
.coperInfo__form {
  width: 1280px;
  background-color: #fff;
  padding: 100px 112px 64px;
  margin: 0 auto;
}
.coperInfo__form--tit h3 {
  color: #111;
  font-size: 22px;
  letter-spacing: -1.1px;
  border-bottom: solid 1px #e1e1e1;
  padding-bottom: 40px;
  margin-bottom: 42px;
}
.coperInfo__form .corpForm__width50per .corpFormBewItem.clearfix label {
  width: calc(50% - 8px);
}
.coperInfo__noti {
  width: 1280px;
  background-color: #f6f6f6;
  padding: 36px 112px 40px;
  margin: 0 auto;
}
.coperInfo__noti h5,
.coperInfo__noti p,
.coperInfo__noti p strong {
  font-size: 16px;
  letter-spacing: -0.8px;
}
.coperInfo__noti p,
.coperInfo__noti p strong {
  color: #777;
}
.coperInfo__noti h5 {
  font-weight: 500;
  background: url(../images/bgNoti.png) no-repeat left center / 20px;
  padding-left: 28px;
  margin-bottom: 12px;
}
.coperInfo__noti p {
  margin-top: 4px;
}

/* 공고 등록 */
.notifi {
  background-color: #fbfbfb;
  padding-bottom: 110px;
  margin-top: 70px;
}
.notifi__left {
  position: fixed;
  width: 254px;
  border-radius: 8px;
  background-color: #fff;
  padding: 40px 20px;
  z-index: 5;
}
.notifi__left.inactive {
  position: absolute;
  left: 0;
  bottom: 40px;
}
.notifi__left.inactive.bottom0 {
  bottom: 0;
}
.notifi__left--tit h2 {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.9px;
  margin-top: 8px;
}
.notifi__left--tit h2 span {
  max-width: 198px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  margin-bottom: 5px;
}
.notifi__left--tit p {
  color: #555;
  font-size: 16px;
  line-height: 1.63;
}
.notifi__left--link {
  margin: 14px 0 24px;
}
.notifi__left--link a,
.notifi__left--link button {
  color: #555;
  font-size: 16px;
  line-height: 1.63;
  letter-spacing: -0.8px;
  padding-left: 20px;
  background: no-repeat left center / 16px;
  transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.notifi__left--link a:hover,
.notifi__left--link button:hover {
  color: #333;
  font-weight: 500;
  text-decoration: underline;
}
.notifi__left--link a {
  position: relative;
  padding-right: 12px;
  background-image: url(../images/iconId.png);
}
.notifi__left--link a:after {
  content: "";
  position: absolute;
  top: 8px;
  right: -4px;
  width: 1px;
  height: 12px;
  background-color: #e1e1e1;
}
.notifi__left--link button {
  margin-left: 16px;
  background-image: url(../images/iconLogout.png);
}
.notifi__left--btn {
  border-radius: 4px;
  border: solid 1px #aeb0b5;
}
.notifi__left--btn button {
  display: block;
  position: relative;
  width: 100%;
  color: #111;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -1px;
  padding: 20px 0;
  text-align: center;
  transition: background 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.notifi__left--btn button:hover {
  background-color: #f6f6f6;
}
.notifi__left--btn button:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../images/iconRegi.png) no-repeat center / 20px;
  margin-right: 8px;
  margin-bottom: -2px;
}
.notifi__left--nav {
  margin-top: 32px;
}
.notifi__left--nav h3 {
  font-size: 19px;
  letter-spacing: -0.95px;
  background: no-repeat left center / 18px;
  padding-left: 26px;
  margin: 24px 0 16px;
}
.notifi__left--nav > li:nth-child(1) h3 {
  background-image: url(../images/iconNotiMan.png);
}
.notifi__left--nav > li:nth-child(2) h3 {
  background-image: url(../images/iconPatiInfo.png);
}
.notifi__left--nav .depth02 li {
  padding-left: 26px;
  margin-bottom: 12px;
}
.notifi__left--nav .depth02 li:last-child {
  margin-bottom: 0;
}
.notifi__left--nav .depth02 a {
  color: #555;
  font-size: 18px;
  letter-spacing: -0.9px;
  transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.notifi__left--nav .depth02 a span {
  color: inherit;
}
.notifi__left--nav .depth02 a:hover,
.notifi__left--nav .depth02 a:hover span,
.notifi__left--nav .depth02 a.current,
.notifi__left--nav .depth02 a.current span {
  color: #333;
  font-weight: 500;
  text-decoration: underline;
}
.notifi__right {
  width: 1006px;
  padding-top: 20px;
  margin-left: auto;
}
.notifi__right .scroll {
  position: fixed;
  width: 1006px;
  top: 71px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.08);
  background-color: #fff;
  z-index: 10;
}
.notifi__right .scroll .notifi__right--tit {
  background: none;
  padding: 20px 0 20px 60px;
  margin: 0;
  float: left;
}
.notifi__right .scroll .notifi__right--tit p {
  display: none;
}
.notifi__right .scroll .notifi__right--tab {
  padding: 18px 0 0 46px;
  float: left;
}
.notifi__right--tit {
  padding-left: 96px;
  margin: 20px 0 24px;
  background: url(../images/bgNotifiTit.png) no-repeat left 8px top / 64px;
}
.notifi__right--tit h2 {
  color: #111;
  font-size: 24px;
  letter-spacing: -1.2px;
}
.notifi__right--tit p {
  color: #555;
  font-size: 18px;
  letter-spacing: -0.9px;
  margin-top: 8px;
}
.notifi__right--tab {
  padding-left: 96px;
  margin-bottom: 22px;
}
.notifi__right--tab li {
  float: left;
  margin-right: 8px;
}
.notifi__right--tab li.active button,
.notifi__right--tab li button:hover {
  color: #a16f5e;
  border: solid 1px #a16f5e;
}
.notifi__right--tab button {
  color: #aeb0b5;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.9px;
  border-radius: 30px;
  border: solid 1px #aeb0b5;
  background-color: #fff;
  padding: 4.5px 20px;
  vertical-align: middle;
  transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.notifi__right--tab button span {
  color: inherit;
  font-size: 14px;
  font-weight: normal;
  margin-right: 8px;
  margin-bottom: 4px;
  vertical-align: middle;
}
.notifi__right--detail {
  border-radius: 12px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.08);
  background-color: #fff;
  padding: 80px 60px;
  margin-bottom: 40px;
  position: relative;
}
.notifi__right--detail > strong {
  color: #dc3545;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: -0.8px;
  position: absolute;
  top: 30px;
  right: 60px;
}

/* 공고 상세 */
.notifi__right--subTit {
  padding: 24px 24px 24px 52px;
  border-radius: 12px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.08);
  background: url(../images/notifiInfoTit.png) no-repeat left 20px top 29px / 24px #fff;
  margin-top: 20px;
  position: relative;
}
.notifi__right--subTit li {
  float: left;
  color: #111;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: -1.2px;
  padding-right: 32px;
}
.notifi__right--subTit li span {
  color: inherit;
}
.notifi__right--subTit li:nth-child(1) {
  background: url(../images/breadcrop.png) no-repeat right 12px center / 8px;
}
.notifi__right--subTit p {
  color: #555;
  font-size: 18px;
  letter-spacing: -0.9px;
  margin-top: 8px;
}
.notifi__right--subTit button {
  position: absolute;
  top: 50%;
  margin-top: -23px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.9px;
  border-radius: 8px;
  border: solid 1px #bc8877;
  padding: 9px 16px;
  text-align: center;
  transition: background 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.notifi__right--subTit button:nth-last-child(1) {
  background-color: #bc8877;
  color: #fff;
  right: 20px;
}
.notifi__right--subTit button:nth-last-child(1):hover {
  background-color: #9f5f4a;
}
.notifi__right--subTit button:nth-last-child(2) {
  color: #a16f5e;
  background-color: #fff;
  right: 144px;
}
.notifi__right--subTit button:nth-last-child(2):hover {
  background-color: #fff1ec;
}
.notifi__right--search,
.notifi__right--list {
  border-radius: 12px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.08);
  background-color: #fff;
}
.notifi__right--search {
  padding: 20px;
  margin: 20px 0;
}
.notifi__right--search > ul > li {
  float: left;
}
.notifi__right--search > ul > li:nth-child(n + 2) {
  margin-left: 12px;
}
.notifi__right--search label,
.notifi__right--search h4 {
  display: block;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.9px;
  margin-bottom: 12px;
}
.notifi__right--search input,
.notifi__right--search .react-datepicker-wrapper input {
  width: 100%;
  font-size: 16px;
  letter-spacing: -0.8px;
  padding: 13.5px 20px;
}
.notifi__right--search > ul > li:nth-child(1) {
  width: 558px;
}
.notifi__right--search .dropBox,
.notifi__right--search .dropBox li {
  font-size: 16px;
  letter-spacing: -0.8px;
  padding: 12px 20px;
}
.notifi__right--search .dropBox {
  float: left;
  width: 186px;
  height: 52px;
}
.notifi__right--search .dropBox ul {
  top: 51px;
}
.notifi__right--search button {
  height: 46px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.9px;
  padding: 8px 0 12px;
  border-radius: 8px;
  text-align: center;
}
.notifi__right--search .btnReset {
  width: 80px;
  border: solid 1px #e1e1e1;
  background-color: #f6f6f6;
}
.notifi__right--search .btnSolid {
  width: 96px;
  margin-left: 12px;
}
.notifi__right--search .notifiBtnWrap {
  float: left;
  margin-left: 18px;
  margin-top: 2px;
}
.notifi__right--search.type02 li:nth-child(1) {
  width: 756px;
}
.notifi__right--search.type02 li:nth-child(2) .notifiBtnWrap {
  margin-top: 40px;
  margin-left: 6px;
}
.notifi__right--list {
  padding: 30px 20px 54px;
  position: relative;
}
.notifi__right--list h3 {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.9px;
  margin-bottom: 30px;
}
.notifi__right--list .dropBox,
.notifi__right--list .dropBox li {
  font-size: 14px;
  letter-spacing: -0.7px;
  padding: 12px 16px;
}
.notifi__right--list .dropBox {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 129px;
  height: 44px;
}
.notifi__right--list .dropBox ul {
  top: 43px;
}
.notifi__right--list table {
  table-layout: fixed;
}
.notifi__right--list thead {
  height: 60px;
  border-top: solid 1px #aeb0b5;
  border-bottom: solid 1px #e1e1e1;
  background-color: #fbfbfb;
}
.notifi__right--list th,
.notifi__right--list td {
  font-size: 14px;
  letter-spacing: -0.7px;
  vertical-align: middle;
  text-align: center;
  padding: 0 6px;
}
.notifi__right--list th {
  font-weight: 500;
}
.notifi__right--list th:nth-child(1) {
  width: 74px;
}
.notifi__right--list th:nth-child(2) {
  width: auto;
}
.notifi__right--list th:nth-child(3) {
  width: 66px;
}
.notifi__right--list th:nth-child(3),
.notifi__right--list td:nth-child(3) {
  padding: 0 4px;
}
.notifi__right--list th:nth-child(n + 4):nth-child(-n + 5) {
  width: 92px;
}
.notifi__right--list td:nth-child(4) strong {
  width: 78px;
  display: inline-block;
  font-weight: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: -4px;
  text-align: center;
}
.notifi__right--list th:nth-child(n + 6):nth-child(-n + 10) {
  width: 80px;
}
.notifi__right--list th:nth-child(10) {
  padding: 0 10px;
}
.notifi__right--list th:nth-child(11) {
  width: 70px;
  padding: 0 4px;
}
.notifi__right--list th:nth-child(12) {
  width: 50px;
}
.notifi__right--list tbody tr {
  height: 72px;
  border-bottom: solid 1px #e1e1e1;
  transition: background 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.notifi__right--list tbody tr:hover {
  background-color: #f6f6f6;
}
.notifi__right--list table p {
  width: 105px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.notifi__right--list table a {
  width: 18px;
  height: 18px;
  font-size: 0;
  text-indent: -9999px;
  background: url(../images/iconSearch.png) no-repeat center / 18px;
  vertical-align: middle;
}
.notifi__right--list table span {
  display: block;
}
.notifi__right--list .noneListItem {
  height: 488px;
  background-color: #f6f6f6;
  border-bottom: 0;
}
.notifi__right--list .noneListItem p {
  width: 100%;
}
/* 공고 상세 */
.notifiDetail {
  position: relative;
  padding-top: 55px;
  margin-top: 20px;
}
.notifiDetail__Tab {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.notifiDetail__Tab.tab5 li {
  margin-right: 9px;
}
.notifiDetail__Tab.tab5 button {
  width: 194px;
}
.notifiDetail__Tab li {
  float: left;
  margin-right: 8px;
}
.notifiDetail__Tab li:last-child {
  margin-right: 0;
}
.notifiDetail__Tab button {
  width: 161px;
  color: #aeb0b5;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.9px;
  padding: 14px 0;
  text-align: center;
  border-radius: 12px 12px 0 0;
  border: solid 1px #e1e1e1;
  background-color: #f1f1f1;
  border-bottom: 0;
  transition: background 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
  cursor: pointer;
}
.notifiDetail__Tab button:hover {
  color: #777;
  background-color: #e1e1e1;
}
.notifiDetail__Tab li.active button {
  color: #a16f5e;
  height: 56px;
  background-color: #fff;
  border: solid 1px #bc8877;
  border-bottom: 0;
}
.notifiDetail__info,
.notifiDetail__caremate,
.notifiDetail__mateProfile,
.notifiDetail__cancel {
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.08);
  border: solid 1px #bc8877;
  border-radius: 0 0 12px 12px;
  background-color: #fff;
}
.notifiDetail__info {
  padding: 40px 60px 80px;
  position: relative;
}
.notifiDetail__info.top {
  border-radius: 0;
  border-bottom: 0;
  padding-bottom: 0;
}
.notifiDetail__info.top:before,
.notifiDetail__info.top:after {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 60px;
  height: 20px;
  background-color: #fff;
  z-index: 5;
}
.notifiDetail__info.top:before {
  left: 0;
}
.notifiDetail__info.top:after {
  right: 0;
}
.notifiDetail__info.top .corpForm__info.red {
  margin-bottom: 40px;
}
.notifiDetail__info.bottom {
  border-top: 0;
  padding-top: 80px;
}
.notifiDetail__info > strong {
  display: block;
  color: #dc3545;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: -0.8px;
  text-align: right;
  margin-bottom: 26px;
}
.notifiDetail__caremate {
  min-height: 527px;
  padding: 20px;
}
.notifiDetail__caremate table {
  text-align: center;
  margin: 20px 0 47px;
}
.notifiDetail__caremate table thead {
  border-top: solid 1px #aeb0b5;
  border-bottom: solid 1px #e1e1e1;
  height: 60px;
}
.notifiDetail__caremate table th,
.notifiDetail__caremate table td {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.7px;
  vertical-align: middle;
  padding: 0 8px;
}
.notifiDetail__caremate table th {
  width: calc(100% / 11);
  background-color: #fbfbfb;
}
.notifiDetail__caremate table tbody tr {
  height: 73px;
  border-bottom: solid 1px #e1e1e1;
}
.notifiDetail__caremate table tbody tr:hover {
  background-color: #f6f6f6;
}
.notifiDetail__caremate table tbody td {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.7px;
}
.notifiDetail__caremate table figure {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: solid 1px #e1e1e1;
  background: no-repeat center / cover #f1f1f1;
  margin: 0 auto;
}
.notifiDetail__caremate table a {
  width: 18px;
  height: 18px;
  font-size: 0;
  text-indent: -9999px;
  background: url(../images/iconSearch.png) no-repeat center / 18px;
  vertical-align: middle;
}
.notifiDetail__caremate table button {
  font-size: 14px;
  letter-spacing: -0.7px;
  border-radius: 20px;
  border: solid 1px #e1e1e1;
  background-color: #f1f1f1;
  padding: 6px 10px;
}
.notifiDetail__caremate table button:hover {
  background-color: #e1e1e1;
}
/* 지원한 케어메이트 프로필 상세 */
.notifiDetail__mateProfile {
  padding: 0 60px 64px;
}
.notifiDetail__mateProfile h3 {
  color: #111;
  font-size: 22px;
  letter-spacing: -1.1px;
  border-bottom: solid 1px #e1e1e1;
  padding-bottom: 20px;
  margin: 80px 0 32px;
}
.notifiDetail__mateProfile--pay {
  border-radius: 8px;
  border: solid 1px #e1e1e1;
  overflow: hidden;
}
.notifiDetail__mateProfile--pay thead {
  height: 50px;
  background-color: #fbfbfb;
  border-bottom: solid 1px #e1e1e1;
}
.notifiDetail__mateProfile--pay th,
.notifiDetail__mateProfile--pay td {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.9px;
  text-align: center;
  vertical-align: middle;
}
.notifiDetail__mateProfile--pay tbody tr {
  height: 66px;
}
.mateProfile h4 {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -1px;
  margin-bottom: 16px;
}
.mateProfile > div:nth-child(n + 2) {
  margin-bottom: 36px;
}
.mateProfile .mateProfileTxtBox,
.mateProfile__info,
.mateProfile__certi--list,
.mateDataLab__chart {
  border-radius: 8px;
  border: solid 1px #e1e1e1;
  background-color: #fbfbfb;
}
.mateProfile .mateProfileTxtBox {
  width: 100%;
  min-height: 124px;
  font-size: 18px;
  line-height: 1.44;
  letter-spacing: -0.9px;
  padding: 20px;
  resize: none;
}
.mateProfile .mateProfileTxtBox p {
  font-size: 18px;
  line-height: 1.44;
  letter-spacing: -0.9px;
}
.mateProfile .mateProfileTxtBox.disabled p {
  color: #777;
}
.mateProfile__tit {
  position: relative;
}
.mateProfile__tit h3 span {
  color: #b08834;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.9px;
  padding: 12px 17px 2px;
  background-image: url(../images/awards01.png), url(../images/awards02.png),
    url(../images/awards03.png);
  background-position: left center, top left 21px, right center;
  background-size: 13px, 16px, 13px;
  background-repeat: no-repeat;
  margin-left: 10px;
}
.mateProfile__tit--popBtn {
  position: absolute;
  right: 0;
  bottom: 22px;
}
.mateProfile__tit--popBtn button {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.8px;
  margin-left: 16px;
}
.mateProfile__tit--popBtn button:hover span {
  color: #fff;
  background-color: #dc3545;
}
.mateProfile__tit--popBtn span {
  color: #dc3545;
  font-size: 14px;
  letter-spacing: -0.7px;
  border-radius: 20px;
  border: solid 1px #dc3545;
  padding: 1px 6px;
  margin-right: 10px;
  transition: background 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.mateProfile__first {
  border: solid 1px #fd0;
  border-radius: 8px;
  background-color: #fff8c4;
  padding: 9px;
  text-align: center;
}
.mateProfile__first p {
  display: inline-block;
  color: #111;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.9px;
  vertical-align: middle;
}
.mateProfile__first p:before {
  content: "";
  display: inline-block;
  width: 36px;
  height: 36px;
  background: url(../images/firstTrade.png) no-repeat center / 36px;
  vertical-align: middle;
  margin-right: 4px;
}
.mateProfile__info {
  padding: 32px 24px;
  margin-bottom: 40px;
  position: relative;
}
.mateProfile__info .btnSolid {
  position: absolute;
  right: 0;
  bottom: -66px;
  width: 161px;
  height: 46px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.9px;
  border-radius: 4px;
  text-align: center;
}
.mateProfile__info dt,
.mateProfile__info dd {
  display: inline-block;
  font-size: 18px;
  letter-spacing: -0.9px;
}
.mateProfile__info--pers,
.mateProfile__info--trade {
  float: left;
  width: 50%;
}
.mateProfile__info--pers figure {
  display: inline-block;
  width: 146px;
  height: 146px;
  border-radius: 50%;
  border: solid 1px #e1e1e1;
  background: no-repeat center / contain #f1f1f1;
  vertical-align: middle;
  margin-right: 20px;
}
.mateProfile__info--pers dl {
  display: inline-block;
  vertical-align: middle;
}
.mateProfile__info--pers dl div:nth-child(n + 2) {
  margin-top: 6px;
}
.mateProfile__info--pers dt {
  font-weight: bold;
}
.mateProfile__info--pers dd {
  font-weight: 500;
  margin-left: 4px;
}
.mateProfile__info--trade {
  position: relative;
  padding-left: 24px;
}
.mateProfile__info--trade:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 170px;
  background-color: #e1e1e1;
}
.mateProfile__info--trade p {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: -0.9px;
  margin-bottom: 16px;
}
.mateProfile__info--trade div {
  float: left;
  margin-right: 18px;
  margin-bottom: 8px;
}
.mateProfile__info--trade dl {
  width: 100%;
  border-radius: 8px;
  border: solid 1px #e1e1e1;
  background-color: #fff;
  padding: 22px 22px 14px;
}
.mateProfile__info--trade dt {
  padding-left: 26px;
  background: no-repeat left center / 21px;
  margin-right: 2px;
}
.mateProfile__info--trade dd {
  font-weight: 500;
}
.tradeInfo01 {
  background-image: url(../images/tradeInfo01.png) !important;
}
.tradeInfo02 {
  background-image: url(../images/tradeInfo02.png) !important;
}
.tradeInfo03 {
  background-image: url(../images/tradeInfo03.png) !important;
}
.tradeInfo04 {
  background-image: url(../images/tradeInfo04.png) !important;
}
.tradeInfo05 {
  background-image: url(../images/tradeInfo05.png) !important;
}
.mateProfile__info--phone {
  position: absolute;
  right: 0;
  bottom: -66px;
  border-radius: 4px;
  border: solid 1px #eed6ce;
  background-color: #fff9f7;
  padding: 9px 18px;
}
.mateProfile__info--phone dt,
.mateProfile__info--phone dd {
  font-size: 18px;
  letter-spacing: -0.9px;
}
.mateProfile__info--phone dt {
  font-weight: bold;
  margin-right: 4px;
}
.mateProfile__certi .mateProfileTxtBox {
  min-height: auto;
  height: 84px;
}
.mateProfile__certi--tit {
  position: relative;
}
.mateProfile__certi--tit p {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -1px;
}
.mateProfile__certi--tit p span {
  color: inherit;
  font-weight: bold;
}
.mateProfile__certi--list {
  height: 84px;
  padding: 24px 16px 0;
}
.mateProfile__certi--list li {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  line-height: 35px;
  letter-spacing: -0.9px;
  background: no-repeat left center / 35px;
  padding-left: 43px;
  margin-right: 12px;
}
.mateProfile__certi--list li:last-child {
  margin-right: 0;
}
.mateProfile__certi--list li.certi01 {
  background-image: url(../images/certi01.png);
}
.mateProfile__certi--list li.certi02 {
  background-image: url(../images/certi02.png);
}
.mateProfile__certi--list li.certi03 {
  background-image: url(../images/certi03.png);
}
.mateProfile__certi--list li.certi04 {
  background-image: url(../images/certi04.png);
}
.mateProfile__certi--list li.certi05 {
  background-image: url(../images/certi05.png);
}
.mateDataLab__chart {
  min-height: 446px;
  position: relative;
}
.mateDataLab__chart--txt {
  position: absolute;
  top: 28px;
  right: 32px;
  text-align: right;
}
.mateDataLab__chart--txt dt,
.mateDataLab__chart--txt dd {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.9px;
}
.mateDataLab__chart--txt dd {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -1px;
}
.mateDataLab__chart--txt dd span {
  color: inherit;
}
.mateDataLab__chart--detail {
  padding: 0 180px;
}
.mateDataLab__chart--detail canvas {
  margin: 72px auto;
}
.mateStatus__tit {
  position: relative;
}
.mateStatus__tit h3 {
  margin-bottom: 24px;
}
.mateStatus__tit p {
  position: absolute;
  right: 0;
  bottom: 21px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.8px;
}
.mateStatus__expri01 li {
  display: inline-block;
  margin-right: 12px;
  text-align: center;
}
.mateStatus__expri01 li:last-child {
  margin-right: 0;
}
.mateStatus__expri01 .disabled span {
  color: #aeb0b5;
  border: dashed 1px #e1e1e1;
  background-color: #f6f6f6;
}
.mateStatus__expri01 .disabled p {
  color: #aeb0b5;
}
.mateStatus__expri01 span {
  color: #a16f5e;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -1px;
  width: 74px;
  height: 74px;
  line-height: 72px;
  border-radius: 50%;
  border: solid 1px #a16f5e;
  background-color: #fff1ec;
}
.mateStatus__expri01 p {
  font-size: 18px;
  letter-spacing: -0.9px;
  margin-top: 8px;
}
.mateStatus__expri02 li {
  display: inline-block;
  color: #aeb0b5;
  font-size: 18px;
  letter-spacing: -0.9px;
  border-radius: 20px;
  border: solid 1px #e1e1e1;
  background-color: #fff;
  padding: 8px 16px;
  margin-right: 4px;
}
.mateStatus__expri02 .select {
  color: #a16f5e;
  font-weight: bold;
  border: solid 1px #a16f5e;
  background-color: #fff1ec;
}
.mateReview__tit {
  position: relative;
}
.mateReview__tit h3 {
  margin-bottom: 0;
}
.mateReview__tit button {
  position: absolute;
  right: 0;
  bottom: 21px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.8px;
  background: url(../images/bgNoti.png) no-repeat left center / 25px;
  padding-left: 36px;
}
.mateReview__tit button:hover {
  background-image: url(../images/bgNoti-dark.png);
}
.mateReview__listNone {
  margin-top: 20px;
}
.mateReview__listNone p {
  color: #777;
  font-size: 18px;
  letter-spacing: -0.9px;
}
.mateReview__list--item {
  position: relative;
  border-bottom: solid 1px #e1e1e1;
  padding: 20px 0;
}
.mateReview__list--item > span {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -18px;
  color: #111;
  width: 67px;
  height: 37px;
  line-height: 35px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -1px;
  border-radius: 20px;
  background: url(../images/mateReview.png) no-repeat left 8px center / 18px #fff8c4;
  padding-left: 31px;
}
.mateReview__list--item h4 {
  color: #111;
  font-size: 20px;
  letter-spacing: -1px;
}
.mateReview__list--item h4 span {
  color: #777;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.8px;
  margin: 0 4px 0 6px;
}
.mateReview__list--item h4 time {
  color: #777;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: -0.7px;
}
.mateReview__list--item p {
  color: #111;
  font-size: 18px;
  letter-spacing: -0.9px;
  padding-right: 90px;
  margin-top: 6px;
  word-break: break-all;
}
.notifiDetail__cancel {
  padding: 20px;
}
.notifiDetail__cancel .corpForm {
  padding: 0 40px;
}
.notifiDetail__cancel .corpForm:first-child {
  padding-top: 60px;
}
.notifiDetail__cancel .corpForm:last-child {
  padding-bottom: 44px;
}
.notifiDetail__cancel .corpForm__careDay--time:nth-child(2) {
  margin-top: 36px;
}
.notifiDetail__cancel .corpForm__careDay--time li:after {
  display: none;
}
/* 작은 페이지네이션 */
.pagination.small {
  margin-top: 53px;
  margin-bottom: 0;
}
.pagination.small .pagination__number li,
.pagination.small .pagination__prev,
.pagination.small .pagination__next {
  width: 32px;
  height: 32px;
  margin: 0 4px;
}
.pagination.small .pagination__number li {
  font-size: 16px;
  font-weight: normal;
  line-height: 30px;
  letter-spacing: -0.8px;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.pagination.small .pagination__number li:hover,
.pagination.small .pagination__number li.current,
.pagination.small .pagination__prev:hover,
.pagination.small .pagination__next:hover {
  color: #a16f5e;
  border-color: #bc8877;
  background-color: transparent;
}
.pagination.small .pagination__prev,
.pagination.small .pagination__next {
  background-size: 7px;
  background-color: transparent;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.pagination.small .pagination__prev.disabled,
.pagination.small .pagination__next.disabled {
  display: inline-block;
  border: solid 1px #e1e1e1;
  background-color: #f6f6f6;
  cursor: auto;
}
/* 내용 없을 때  */
.noneListItem {
  height: 488px;
  background-color: #f6f6f6;
  padding: 120px;
}
.noneListItem img {
  width: 90px;
  margin: 0 auto;
}
.noneListItem p {
  color: #777;
  font-size: 18px;
  letter-spacing: -0.9px;
  margin-top: 24px;
  text-align: center;
}

/* 기업 회원 input style */
.corpForm > strong {
  display: block;
  color: #dc3545;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: -0.8px;
  text-align: right;
  margin-top: 8px;
}
.corpForm textarea,
.corpFormBewItem textarea {
  width: 100%;
  height: 124px;
  font-size: 18px;
  letter-spacing: -0.9px;
  border: solid 1px #e1e1e1;
  resize: none;
  padding: 20px;
  margin-top: 12px;
}
.corpForm:nth-child(n + 2) {
  margin-top: 80px;
}
.corpForm__tit {
  position: relative;
  border-bottom: solid 1px #e1e1e1;
  padding-bottom: 20px;
  margin-bottom: 32px;
}
.corpForm__tit h3 {
  display: inline-block;
  color: #111;
  font-size: 22px;
  letter-spacing: -1.1px;
}
.corpForm__tit h3 button {
  display: inline-block;
}
.corpForm__tit--reBtn {
  position: absolute;
  right: 0;
  bottom: 79px;
}
.corpForm__tit--reBtn span {
  font-size: 16px;
  letter-spacing: -0.8px;
  vertical-align: bottom;
}
.corpForm__tit--reBtn button {
  width: 161px;
  height: 46px;
  color: #a16f5e;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.9px;
  border-radius: 4px;
  text-align: center;
  transition: background 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.corpForm__tit--detailBtn {
  display: inline-block;
  position: relative;
}
.corpForm__tit--detailBtn > button {
  color: #333;
  font-size: 14px;
  letter-spacing: -0.7px;
  border-radius: 20px;
  border: solid 1px #e1e1e1;
  background-color: #f1f1f1;
  padding: 5px 10px;
  margin-top: -8px;
  margin-left: 16px;
  vertical-align: middle;
  transition: background 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.corpForm__tit--detailBtn > button:hover {
  background-color: #e1e1e1;
}
.corpForm__tit--detailBtn p {
  font-size: 14px;
  line-height: 1.43;
  letter-spacing: -0.7px;
}
.corpForm__tit--detailBtn div {
  position: absolute;
  width: 260px;
  border-radius: 12px;
  border: solid 1px #e1e1e1;
  background-color: #f6f6f6;
  padding: 16px;
  padding-right: 36px;
  top: -8px;
  left: 96px;
  z-index: 2;
}
.corpForm__tit--detailBtn div:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 14.5px;
  background: url(../images/BgTooltip.png) no-repeat center / 24px;
  top: -1px;
  left: -13px;
}
.corpForm__tit--detailBtn div button {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 12px;
  height: 12px;
  font-size: 0;
  text-indent: -9999px;
  background: url(../images/iconClose.png) no-repeat center / 12px;
  z-index: 3;
}
.corpForm__subTit {
  margin-bottom: 16px;
}
.corpForm__subTit h4 {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -1px;
}
.corpForm__subTit small {
  font-size: 16px;
  font-weight: normal;
  letter-spacing: -0.8px;
}
.corpForm__agreeTit h3 {
  color: #111;
  font-size: 22px;
  letter-spacing: -1.1px;
  margin-bottom: 42px;
}
.corpForm__agreeInfo {
  border: solid 1px #e1e1e1;
  border-bottom: 0;
}
.corpForm__agreeInfo .corpFormSelItem {
  float: inherit;
  padding: 24px 32px;
  margin-right: 0;
  border-bottom: solid 1px #e1e1e1;
  position: relative;
}
.corpForm__agreeInfo .corpFormSelItem h4,
.corpForm__agreeInfo > li > .corpFormSelItem label {
  color: #111 !important;
  font-weight: 500;
}
.corpForm__agreeInfo .corpFormSelItem h4,
.corpForm__agreeInfo .corpFormSelItem input[type="checkbox"] + label {
  font-size: 20px;
  letter-spacing: -1px;
}
.corpForm__agreeInfo .corpFormSelItem label span,
.corpForm__agreeInfo .corpFormSelItem h4 span {
  color: #333;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: -0.7px;
  margin-left: 2px;
}
.corpForm__agreeInfo .corpFormSelItem input[type="checkbox"] + label:before {
  border-radius: 50%;
  border: 0;
  background-color: #e1e1e1;
  background-image: url(../images/checkBox.png);
}
.corpForm__withdrawal {
  text-align: right;
  margin-top: 24px;
}
.corpForm__withdrawal.line {
  border-top: solid 1px #e1e1e1;
  padding-top: 24px;
  margin-top: 100px;
}
.corpForm__withdrawal p,
.corpForm__withdrawal a {
  display: inline-block;
  color: #555;
  font-size: 16px;
  letter-spacing: -0.8px;
}
.corpForm__withdrawal a {
  font-weight: bold;
  text-decoration: underline;
  margin-left: 10px;
}
.corpForm__careDay--time li {
  width: calc(50% - 27px);
}
.corpForm__careTime--time li,
.corpForm__careTime--time li:nth-child(2) > div {
  width: calc(50% - 11px);
}
.corpForm__careDay--time li:nth-child(1),
.corpForm__careDay--time li > div > div:nth-child(1),
.corpForm__careTime--time li:nth-child(1),
.corpForm__careTime--time li:nth-child(2) > div:nth-child(1) {
  float: left;
  position: relative;
}
.corpForm__careDay--time li:nth-child(1):after {
  content: "";
  position: absolute;
  top: 66px;
  right: -36px;
  width: 16px;
  height: 16px;
  background: url(../images/iconCareDay.png) no-repeat center / 16px;
}
.corpForm__careDay--time li:nth-child(2),
.corpForm__careDay--time .date-start,
.corpForm__careTime--time li:nth-child(2),
.corpForm__careTime--time li:nth-child(2) > div:nth-child(2) {
  float: right;
}
.corpForm__careDay--time li .react-datepicker-wrapper {
  width: 254px;
}
.corpForm__careDay--time li .rc-time-picker-input {
  width: 150px;
}
.corpForm__careDay--time label,
.corpForm__careTime--time label {
  display: block;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -1px;
  margin-bottom: 12px;
}
.corpForm__careDay--total {
  border-radius: 8px;
  border: solid 1px #e1e1e1;
  background: url(../images/iconClock.png) no-repeat left 24px center / 20px#f6f6f6;
  padding: 16px 24px 16px 56px;
  margin-top: 16px;
}
.corpForm__careDay--total dt,
.corpForm__careDay--total dd {
  float: left;
}
.corpForm__careDay--total dt {
  font-size: 18px;
  letter-spacing: -0.9px;
}
.corpForm__careDay--total dd {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: -0.9px;
  margin-left: 24px;
}
.corpFormBewItem select,
.corpForm__careTime--time select {
  color: #333;
  width: 100%;
  font-size: 18px;
  letter-spacing: -0.9px;
  border: solid 1px #e1e1e1;
  background: url(../images/arrowDown-a.png) no-repeat right 20px center / 15px;
  text-align: left;
  padding: 20px;
}
.corpFormBewItem select:disabled,
.corpForm__careTime--time select:disabled {
  background-color: #f6f6f6;
}
.corpForm__careTime--btn h4 {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -1px;
  padding: 32px 0 20px;
}
.corpForm__careTime--btn li {
  float: left;
}
.corpForm__careTime--btn button {
  width: 48px;
  height: 47px;
  font-size: 18px;
  letter-spacing: -0.9px;
  border-radius: 8px;
  border: solid 1px #e1e1e1;
  background-color: #fbfbfb;
  text-align: center;
  margin-right: 16px;
}
.corpForm__careTime--cal {
  position: relative;
  width: 432px;
  border-radius: 8px;
  border: solid 1px #e1e1e1;
  padding: 10px 28px 30px;
  margin: 20px 0;
}
.corpForm__careTime--total {
  width: 432px;
  border-radius: 8px;
  border: solid 1px #e1e1e1;
  background: url(../images/iconClock.png) no-repeat left 24px top 23px / 20px #f6f6f6;
  padding: 20px 20px 20px 56px;
}
.corpForm__careTime--total dt,
.corpForm__careTime--total dd {
  font-size: 18px;
  letter-spacing: -0.9px;
}
.corpForm__careTime--total dt {
  color: #555;
}
.corpForm__careTime--total dd {
  font-weight: bold;
  margin-top: 6px;
}
.corpFormSelItem {
  position: relative;
  float: left;
  margin-right: 40px;
}
.corpFormSelItem:last-child {
  margin-right: 0;
}
.corpFormSelItem label {
  color: #555;
  font-size: 18px;
  line-height: 1.44;
  letter-spacing: -0.9px;
  padding-left: 30px;
}
.corpFormSelItem input[type="radio"],
.corpFormSelItem input[type="checkbox"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.corpFormSelItem input[type="radio"] + label:before {
  left: 0;
  border: 1px solid #e1e1e1;
  width: 20px;
  height: 20px;
  margin-top: -10px;
}
.corpFormSelItem input[type="radio"] + label:before,
.corpFormSelItem input[type="radio"]:checked + label:after {
  content: "";
  position: absolute;
  border-radius: 100%;
  top: 50%;
}
.corpFormSelItem input[type="radio"]:checked + label {
  color: #333;
  font-weight: 500;
}
.corpFormSelItem input[type="radio"]:checked + label:before {
  border: 1px solid #bc8877;
  color: #a87463;
  font-weight: 500;
}
.corpFormSelItem input[type="radio"]:checked + label:after {
  margin-top: -5px;
  left: 5px;
  width: 10px;
  height: 10px;
  background-color: #bc8877;
}
.corpFormSelItem input[type="radio"]:disabled + label {
  color: #aeb0b5;
}
.corpFormSelItem input[type="radio"]:checked:disabled + label:before {
  color: #aeb0b5;
  border-color: #aeb0b5;
}
.corpFormSelItem input[type="radio"]:checked:disabled + label:after {
  background-color: #aeb0b5;
}
.corpForm__info {
  border-radius: 8px;
  background-color: #f6f6f6;
  padding: 20px 24px;
}

.corpForm__info > h4,
.corpForm__info > p {
  color: #555;
  font-size: 16px;
  letter-spacing: -0.8px;
}
.corpForm__info > h4 {
  font-weight: 500;
  margin-bottom: 4px;
}
.corpForm__info > p {
  margin-top: 2px;
}
.corpForm__info--txt h4 {
  font-size: 18px;
  letter-spacing: -0.9px;
  padding-left: 24px;
  margin-bottom: 4px;
  background: url(../images/bgNoti-dark.png) no-repeat left center / 16px;
}
.corpForm__info--txt p {
  color: #555;
  font-size: 16px;
  letter-spacing: -0.8px;
}
.corpForm__info--txt:nth-child(n + 2) {
  margin-top: 16px;
}
.corpForm__info.red .corpForm__info--txt h4 {
  color: #dc3545;
  background-image: url(../images/bgNoti-red.png);
}
.corpForm__line {
  border-bottom: solid 1px #f1f1f1;
  padding-bottom: 32px;
  margin-top: 32px;
}
.corpForm__line h5 {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -1px;
  margin-bottom: 20px;
}
.corpForm__line h5 span {
  color: #dc3545;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: -0.8px;
  margin-left: 8px;
}

/* input 감싸는 기본 포맷 */
.corpFormBewItem {
  position: relative;
}
.corpFormBewItem.checkBox {
  margin-bottom: 30px;
}
.corpFormBewItem.checkBox .corpFormSelItem {
  margin-top: 20px;
}
.corpFormBewItem.checkBox .corpFormSelItem:nth-child(2) {
  margin-left: 0;
}
.corpFormBewItem.textarea {
  width: 100% !important;
}
.corpFormBewItem.textarea > label span {
  color: #aeb0b5;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: -0.8px;
  margin-left: 8px;
}
.corpFormBewItem.betwBtn label {
  float: left;
  width: 366px;
  position: relative;
}
.corpFormBewItem.betwBtn label span {
  position: absolute;
  color: #777;
  font-size: 16px;
  letter-spacing: -0.8px;
  top: 20px;
  right: 20px;
}
.corpFormBewItem.betwBtn label input {
  margin-top: 0;
}
.corpFormBewItem.betwBtn > button {
  float: right;
  width: 138px;
  height: 64px;
  color: #a16f5e;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.9px;
  border-radius: 4px;
  border: solid 1px #a16f5e;
  text-align: center;
}
.corpFormBewItem.betwBtn > button:disabled {
  color: #fff;
  border-color: #aeb0b5;
  background-color: #aeb0b5;
}
.corpFormBewItem input {
  width: 100%;
  font-size: 18px;
  letter-spacing: -0.9px;
  padding: 18px 20px;
  margin-top: 12px;
}
.corpFormBewItem input::placeholder {
  color: #777;
}
.corpFormBewItem textarea:disabled,
.corpFormBewItem input[type="text"]:disabled {
  background-color: #f6f6f6;
}
.corpFormBewItem > span {
  position: absolute;
  color: #777;
  right: 20px;
  bottom: 18px;
  font-size: 18px;
  letter-spacing: -0.9px;
}
.corpFormBewItem select {
  margin-top: 12px;
}
.corpFormBewItem div {
  float: left;
  margin-top: 6px;
}
.corpFormBewItem div p {
  color: #999;
  font-size: 16px;
  letter-spacing: -0.8px;
  padding-left: 20px;
}
.corpFormBewItem div p:nth-child(n + 2) {
  margin-top: 2px;
}
.corpFormBewItem > label,
.corpFormBewItem h5,
.corpFormBewItem > h4 {
  display: block;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -1px;
}
.corpFormBewItem > label {
  min-height: 29px;
}
.corpFormBewItem > h4 {
  margin-bottom: 12px;
}
.corpFormBewItem small {
  color: #777;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: -0.7px;
}
.corpFormBewItem .corpForm__tit--detailBtn {
  position: absolute;
  top: 8px;
  left: 67px;
  margin-top: -1px;
}
.corpFormBewItem .corpFormBewItem__fileBox {
  width: 100%;
  margin: 0;
}
.corpFormBewItem__fileBox input[type="file"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.corpFormBewItem__fileBox label {
  width: 138px !important;
  height: 64px;
  line-height: 62px;
  color: #a16f5e;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.9px;
  border-radius: 4px;
  border: solid 1px #a16f5e;
  text-align: center;
  margin-left: 16px;
  cursor: pointer;
}
.corpFormBewItem__fileBox label.disabled {
  color: #fff;
  background-color: #aeb0b5;
  border: solid 1px #aeb0b5;
  cursor: auto;
}
.corpFormBewItem__fileBox--name {
  float: left;
  border: solid 1px #e1e1e1;
  background-color: #fff;
}
.corpFormBewItem__img {
  width: 520px;
  height: 552px;
  border: solid 1px #e1e1e1;
  background: no-repeat center / cover #f6f6f6;
  margin: 0 !important;
  position: relative;
}
.corpFormBewItem__img .close {
  font-size: 0;
  text-indent: -9999px;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 12px;
  right: 12px;
  background: url(../images/iconClose.png) no-repeat center / 12px;
}

.corpForm__between.clearfix .corpFormBewItem:nth-child(odd),
.corpForm__between.clearfix .corpForm__line:nth-child(odd) {
  float: left;
}
.corpForm__between.clearfix .corpFormBewItem:nth-child(even),
.corpForm__between.clearfix .corpForm__line:nth-child(even) {
  float: right;
}
.corpForm__between.clearfix .corpFormBewItem:nth-child(n + 3) {
  margin-top: 24px;
}
.corpForm__between.clearfix .corpFormBewItem,
.corpForm__between.clearfix .corpForm__line {
  width: calc(50% - 11px);
}

.corpForm__width50per .corpFormBewItem.clearfix {
  margin-bottom: 20px;
}
.corpForm__width50per .corpFormBewItem.clearfix label,
.corpForm__width50per .corpFormBewItem.clearfix button {
  float: left;
}
.corpForm__width50per .corpFormBewItem input,
.corpForm__width50per .corpFormBewItem.clearfix label {
  width: calc(50% - 11px);
}
.corpForm__width50per .corpFormBewItem.clearfix input {
  width: 100%;
  margin-top: 0;
}
.corpForm__width50per .corpFormBewItem.clearfix label {
  position: relative;
}
.corpForm__width50per .corpFormBewItem.clearfix label > span {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #777;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: -0.8px;
}
.corpForm__width50per .corpFormBewItem.clearfix > button {
  width: 138px;
  height: 64px;
  color: #a16f5e;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.9px;
  border-radius: 4px;
  border: solid 1px #a16f5e;
  text-align: center;
  margin-left: 16px;
}
.corpForm__width50per .corpFormBewItem.clearfix button:disabled {
  color: #fff;
  border-color: #aeb0b5;
  background-color: #aeb0b5;
  cursor: auto;
}
.corpForm .checkBoxWrap {
  border: 0;
  padding: 0;
  text-align: left;
  margin-top: 24px;
}
.corpFormSelItem input[type="checkbox"] + label {
  display: block;
  color: #555;
  font-size: 18px;
  letter-spacing: -0.9px;
  padding-left: 0;
}
.corpFormSelItem input[type="checkbox"] + label:before {
  width: 20px;
  height: 20px;
  line-height: 20px;
  margin: -2px 12px 0 0;
  background-size: 12px;
  content: " ";
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  background: url(../images/checkBox-grey.png) no-repeat center / 12px #f6f6f6;
}
.corpFormSelItem input[type="checkbox"]:checked + label {
  color: #333;
  font-weight: 500;
}
.corpFormSelItem input[type="checkbox"]:checked + label:before {
  background-color: #a16f5e;
  border-color: #a16f5e;
  background-image: url(../images/checkBox.png);
}
.corpFormSelItem.aco button {
  color: #555;
  font-size: 16px;
  letter-spacing: -0.8px;
  position: absolute;
  text-decoration: underline;
  top: 24px;
  right: 42px;
}
.corpFormSelItem.aco.on {
  background-color: #fafafa;
}
.corpFormSelItem.aco.on .corpFormSelItem__txt {
  display: block;
}
.corpFormSelItem__txt {
  display: none;
  max-height: 185px;
  font-size: 16px;
  letter-spacing: -0.8px;
  border-radius: 4px;
  border: solid 1px #e1e1e1;
  background-color: #fff;
  padding: 20px;
  margin-top: 20px;
  overflow-y: auto;
}
.corpFormSelItem__txt table th,
.corpFormSelItem__txt table td {
  border: solid 1px #e1e1e1;
}
.corpForm__lab {
  border-radius: 20px;
  border: solid 1px #1073ba;
  background-color: #eef9ff;
  padding: 60px 183px;
}
.corpForm__lab--tit {
  text-align: center;
}
.corpForm__lab--tit img {
  width: 242px;
  margin: 0 auto;
}
.corpForm__lab--tit p {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.8px;
  margin-top: 8px;
}
.corpForm__lab--data {
  width: 100%;
  border-radius: 8px;
  border: solid 1px #1073ba;
  background-color: #fff;
  padding: 20px 88px;
  margin: 40px 0 20px;
}
.corpForm__lab--data dt {
  float: left;
  color: #555;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.9px;
  padding-left: 32px;
  margin-top: 3px;
  background: url(../images/iconMoney.png) no-repeat left center / 20px;
}
.corpForm__lab--data dd {
  float: right;
  color: #111;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: -1.1px;
}
.corpForm__enterInput {
  border-radius: 20px;
  border: solid 1px #e1e1e1;
  background-color: #f6f6f6;
  padding: 40px 88px;
  margin-top: 12px;
}
.corpForm__enterInput label {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -1px;
}
.corpForm__enterInput input {
  width: 100%;
  font-size: 18px;
  letter-spacing: -0.9px;
  padding: 18px 20px;
  margin-top: 12px;
}
.corpForm__enterInput p {
  color: #dc3545;
  font-size: 16px;
  letter-spacing: -0.8px;
  margin-top: 16px;
}
.corpForm__enterInput p strong {
  color: inherit;
  font-size: 18px;
  letter-spacing: -0.9px;
  text-decoration: underline;
}
.corpForm__idFindInfo {
  background: url(../images/bgNoti-red.png) no-repeat left center / 16px;
  padding-left: 24px;
  margin-top: 24px;
}
.corpForm__idFindInfo p {
  color: #dc3545;
  font-size: 16px;
  letter-spacing: -0.8px;
}
.corpForm__btn {
  margin-top: 40px;
}
.corpForm__btn button {
  display: block;
  width: 264px;
  height: 66px;
  font-size: 20px;
  font-weight: 500;
  line-height: 64px;
  letter-spacing: -1px;
  border-radius: 4px;
  text-align: center;
  margin: 0 auto;
  transition: background 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.calendar__tit {
  padding: 20px 0 8px;
}
.calendar__tit h4 {
  font-size: 18px;
  letter-spacing: -0.9px;
  text-align: center;
}
.calendar__head {
  border-bottom: solid 1px #e1e1e1;
}
.calendar__head span {
  color: #555;
  float: left;
  width: calc(100% / 7);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.7px;
  padding: 10px 0;
  text-align: center;
  margin-bottom: 3px;
}
.calendar__detail {
  padding-top: 6px;
}
.calendar__detail--col span {
  float: left;
  color: #555;
  width: calc(100% / 7);
  height: 40px;
  line-height: 40px;
  position: relative;
  text-align: center;
  margin-top: 4px;
  margin-bottom: 4px;
}
.calendar__detail--col span.select {
  background: url(../images/iconCal.png) no-repeat center / 32px;
  color: #fff !important;
  font-weight: bold;
}

/* 데이터 픽커 */
.react-datepicker-wrapper input,
.date-start .rc-time-picker-input {
  width: 100%;
  font-size: 18px;
  letter-spacing: -0.9px;
  padding: 18px 20px;
}
.react-datepicker-wrapper input::placeholder,
.date-start .rc-time-picker-input::placeholder {
  color: #777;
}
.react-datepicker-wrapper input:disabled,
.date-start .rc-time-picker-input:disabled {
  background-color: #f6f6f6;
}
.date-start .rc-time-picker-input {
  height: 64px;
  border-radius: 0;
  background: url(../images/arrowDown-a.png) no-repeat right 20px center / 15px;
}
.react-datepicker-wrapper input {
  background: url(../images/iconDay.png) no-repeat right 20px center / 20px;
}
.rc-time-picker-panel-input,
.rc-time-picker-panel-select li {
  font-size: 18px;
  letter-spacing: -0.9px;
}
.rc-time-picker-panel-narrow {
  max-width: 150px;
}
.rc-time-picker-clear {
  display: none;
}

.corpFind {
  padding: 100px 112px;
  background-color: #fff;
}
.corpFind__info {
  width: 411px;
  background: url(../images/bgFindInfo.png) no-repeat top center / 96px;
  padding-top: 127px;
  margin: 0 auto;
}
.corpFind__info h3 {
  color: #555;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -1px;
}
.corpFind__info--detail {
  border: solid 1px #e1e1e1;
  background-color: #fbfbfb;
  padding: 20px;
  margin: 24px 0;
  text-align: center;
}
.corpFind__info--detail dl {
  display: inline-block;
  text-align: left;
}
.corpFind__info--detail div:nth-child(n + 2) {
  margin-top: 16px;
}
.corpFind__info--detail dt,
.corpFind__info--detail dd {
  display: inline-block;
  color: #777;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.9px;
}
.corpFind__info--btn button {
  width: 194px;
  height: 66px;
  font-size: 20px;
  font-weight: 500;
  border-radius: 4px;
  text-align: center;
  transition: background 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.corpFind__info--btn button:nth-child(1) {
  float: left;
}
.corpFind__info--btn button:nth-child(2) {
  float: right;
}

.corpWithdrawal {
  padding: 80px 112px;
  background-color: #fff;
}
.corpWithdrawal .corpFormSelItem {
  margin-right: 72px;
  margin-bottom: 16px;
}
.corpWithdrawal .corpFormSelItem:nth-child(4) {
  margin-right: 0;
}
.corpWithdrawal textarea {
  height: 140px;
}
.corpWithdrawal .corpForm .checkBoxWrap {
  text-align: center;
}
.corpWithdrawal__info {
  border-radius: 8px;
  background-color: #fff4eb;
  text-align: center;
  padding: 34px 0 32px;
}
.corpWithdrawal__info h3 {
  font-size: 20px;
  letter-spacing: -1px;
}
.corpWithdrawal__info h3:before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url(../images/corpWithdrawalInfo.png) no-repeat center center / 32px;
  vertical-align: middle;
  margin-right: 4px;
}
.corpWithdrawal__info p {
  color: #555;
  font-size: 16px;
  letter-spacing: -0.8px;
  margin-top: 8px;
}
.corpWithdrawal .corpForm__info {
  margin-top: 40px;
}
.corpWithdrawal .corpForm__btn {
  text-align: center;
  margin-top: 80px;
}
.corpWithdrawal .corpForm__btn button {
  display: inline-block;
}
.corpWithdrawal .corpForm__btn button:nth-child(2) {
  margin-left: 16px;
}

/* 결제 결과 */
.payResult {
  background-color: #fbfbfb;
  padding: 150px 0;
  margin-top: 70px;
}
.payResult .btnSolid {
  display: block;
  width: 514px;
  height: 66px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -1px;
  border-radius: 4px;
  text-align: center;
  margin: 40px auto 0;
}
.payResult__value {
  width: 1280px;
  border-radius: 20px;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.08);
  background: url(../images/bgPayResult.png) no-repeat right 14px top 6px / 616px #fff;
  padding: 47px 48px 47px 70px;
  margin: 0 auto;
}

.payResult__value.fail {
  background: #fff;
  box-shadow: none;
  border: solid 1px #dc3545;
}
.payResult__value.fail .payResult__value--left div span {
  color: #dc3545;
  border-color: #dc3545;
}
.payResult__value--left,
.payResult__value--right {
  float: left;
}
.payResult__value--left img {
  width: 74px;
  margin: 0 auto 16px;
}
.payResult__value--left > h2,
.payResult__value--left > p {
  text-align: center;
}
.payResult__value--left > h2 {
  font-size: 24px;
  letter-spacing: -1.2px;
}
.payResult__value--left > p {
  font-size: 18px;
  letter-spacing: -0.9px;
  margin: 8px 0 32px;
}
.payResult__value--left {
  width: 500px;
  margin-right: 70px;
}
.payResult__value--left div {
  position: relative;
  border-radius: 12px;
  background-color: #f6f6f6;
  padding: 20px 170px 20px 20px;
}
.payResult__value--left div h3 {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.9px;
}
.payResult__value--left div p {
  color: #555;
  font-size: 16px;
  letter-spacing: -0.8px;
  margin-top: 4px;
}
.payResult__value--left div span {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 140px;
  height: 48px;
  line-height: 45px;
  color: #bc8877;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.9px;
  border-radius: 4px;
  border: solid 1px #bc8877;
  background-color: #fff;
  margin-top: -24px;
  text-align: center;
}
.payResult__value--right {
  padding-left: 48px;
  border-left: solid 1px #e1e1e1;
}
.payRightBox {
  width: 541px;
  height: 285px;
  border-radius: 12px;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border-bottom: solid 1px #f1f1f1;
  padding: 24px 24px 18px;
  position: relative;
}
.payRightBox__profile {
  border-bottom: solid 1px #f1f1f1;
  padding-bottom: 12px;
}
.payRightBox__profile figure {
  display: inline-block;
  width: 94px;
  height: 94px;
  border-radius: 50%;
  background: no-repeat center / contain #e1e1e1;
  vertical-align: middle;
}
.payRightBox__profile--info {
  display: inline-block;
  width: 386px;
  vertical-align: middle;
}
.payRightBox__profile--info h3 {
  font-size: 24px;
  letter-spacing: -1.2px;
  padding-left: 32px;
}
.payRightBox__profile--info h3 mark {
  background: linear-gradient(to top, #fff5b1 48%, transparent 48%);
}
.payRightBox__profile--info h3 span {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.6px;
  border-radius: 20px;
  background-color: #e1f0ff;
  padding: 2px 8px;
  margin-left: 12px;
  margin-bottom: 2px;
  vertical-align: middle;
}
.payRightBox__profile--info small {
  position: absolute;
  top: 36px;
  right: 24px;
  color: #b08834;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.6px;
  background-image: url(../images/awards01.png), url(../images/awards02.png),
    url(../images/awards03.png);
  background-position: left center, top left 14px, right center;
  background-size: 9px, 11px, 9px;
  background-repeat: no-repeat;
  padding: 9px 13px 1px;
}
.payRightBox__profile--info dl {
  margin-top: 8px;
}
.payRightBox__profile--info div {
  display: inline-block;
  width: calc(33.3333% - 4px);
  text-align: center;
  position: relative;
}
.payRightBox__profile--info div:nth-child(n + 1):nth-child(-n + 2):after {
  content: "";
  position: absolute;
  top: 15px;
  right: 0;
  width: 1px;
  height: 22px;
  background-color: #f1f1f1;
}
.payRightBox__profile--info dt,
.payRightBox__profile--info dd {
  font-size: 16px;
  letter-spacing: -0.8px;
}
.payRightBox__profile--info dt {
  color: #555;
}
.payRightBox__profile--info dd {
  font-weight: 500;
  margin-top: 2px;
}
.payRightBox__profile--info dd img {
  display: inline-block;
  width: 13px;
  margin-right: 4px;
}
.payRightBox__trade {
  padding-top: 12px;
}
.payRightBox__trade h4 {
  font-size: 16px;
  letter-spacing: -0.8px;
  margin-bottom: 4px;
}
.payRightBox__trade div {
  display: inline-block;
  margin-right: 38px;
  margin-bottom: 4px;
}
.payRightBox__trade div:last-child {
  display: block;
  width: 100%;
  border-top: solid 1px #f1f1f1;
  margin: 4px 0 0;
  padding-top: 8px;
}
.payRightBox__trade dt,
.payRightBox__trade dd {
  display: inline-block;
  font-size: 16px;
  letter-spacing: -0.8px;
}
.payRightBox__trade dt {
  color: #555;
  padding-left: 18px;
  background: no-repeat left center / 14px;
}
.payRightBox__trade dd {
  font-weight: 500;
}
.payRightBox__csInfo {
  padding-left: 114px;
  padding-top: 17px;
  background: url(../images/csCenter.png) no-repeat left bottom / 94px;
}
.payRightBox__csInfo h2 {
  color: #111;
  font-size: 24px;
  letter-spacing: -1.2px;
}
.payRightBox__csInfo p {
  font-size: 16px;
  letter-spacing: -0.8px;
  margin-top: 8px;
}
.payRightBox__time {
  border-radius: 12px;
  background-color: #f6f6f6;
  padding: 18px 20px;
  margin-top: 18px;
}
.payRightBox__time h3 {
  font-size: 18px;
  letter-spacing: -0.9px;
  background: url(../images/bgNoti.png) no-repeat left center / 18px;
  padding-left: 26px;
  margin-bottom: 4px;
}
.payRightBox__time li {
  display: inline-block;
  font-size: 16px;
  letter-spacing: -0.8px;
}
.payRightBox__time li:nth-child(2n) {
  margin-left: 12px;
}

/* 드롭박스 */
.dropBox {
  position: relative;
  float: inherit !important;
  color: #777;
  width: 100%;
  height: 64px;
  font-size: 18px;
  letter-spacing: -0.9px;
  border: solid 1px #e1e1e1;
  background: url(../images/arrowDown-a.png) no-repeat right 16px center / 15px;
  margin-top: 0 !important;
  padding: 18px 20px;
  cursor: pointer;
}
.dropBox.sel {
  color: #333;
}
.dropBox ul {
  position: absolute;
  top: 63px;
  left: -1px;
  width: calc(100% + 2px);
  border: solid 1px #e1e1e1;
  border-top: 0;
  background-color: #fff;
  z-index: 1;
}
.dropBox ul li {
  width: 100%;
  color: #777;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.9px;
  padding: 16px 20px;
  transition: background 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  cursor: pointer;
}
.dropBox ul li:hover {
  background-color: #f6f6f6;
}
.dropBox:focus {
  border: solid 1px #111;
  background-image: url(../images/arrowUp-a.png);
  cursor: default;
}
.dropBox:focus ul {
  display: block;
}
.dropBox:not(:focus) ul {
  display: none;
}

.red
@media (max-width: 1320px) {
  .notifiMain,
  .w1320 {
    width: 1320px;
  }
}
