* {
  font-family: 'Pretendard', sans-serif;
}

html,
body {
  height: 100%;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */

  /* Without ScrollBar */
}

body::-webkit-scrollbar {
  display: none;
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  padding-top: constant(safe-area-inset-top);
  /* iOS 11.0 */
  padding-top: env(safe-area-inset-top);
  /* iOS 11.2 */
}

.buttonImage {
  width: 100%;
  object-fit: contain;
  display: block;
}

.introImage {
  width: 100%;
  object-fit: contain;
  display: block;
}

.imageButton {
  border: none;
  padding: 0;
}

.slideImage>div>ul>li {
  width: 375px;
}

.slideImage>div>ul>li>img {
  width: 100%;
  height: 100%;
}

.contentImage {
  width: calc(100% - 16px);
  object-fit: contain;
  display: block;
}

.applyContentsArea {
  max-width: 100%;
  background-color: #ffffff;
  overflow-x: hidden;
}

.applyContentsFixed {
  overflow: hidden;
  position: fixed;
  height: 100vh;
}

.applyBackground {
  width: 100%;
  background-color: #ffffff;
  position: fixed;
  z-index: 35;
  overflow-y: scroll;
  opacity: 0;
  border-radius: 20px 20px 0 0;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */

  /* Without ScrollBar */
}

.applyBackground::-webkit-scrollbar {
  display: none;
}

.applyBackgroundContents {
  display: inline-block;
  width: 100%;
  z-index: 35;
}

.applyTitleArea {
  display: block;
  position: fixed;
  width: 100%;
  height: 56px;
  z-index: 36;
  background-color: #ffffff;
  border-radius: 20px 20px 0 0;
}

.apply-header-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 16px;
}

.apply-header-title .apply-header-title-wrap {
  display: flex;
  justify-content: flex-start;
}

.apply-header-title .apply-header-title-wrap .textArea {
  font-size: 18px;
  font-weight: bold;
  color: #252933;
  line-height: 1.5;
}

.apply-header-title .apply-header-title-wrap .textArea .challengeNameArea {
  font-size: 14px;
  margin: 0 7px;
}

.applyTitleCloseTextArea {
  padding-left: 16px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: -0.1px;
  display: inline-block;
  margin-top: 12px;
  margin-bottom: 12px;
  width: calc(100% - 44px);
}

.applyTitleCloseButtonArea {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
}

.applyTitleCloseButtonImage {
  width: 24px;
  height: auto;
}

.userInfoArea {
  width: 100%;
  margin-top: 56px;
  height: auto;
  overflow: hidden;
  border-top: 8px solid #f7f8fa;
}

.payArea {
  text-align: left;
  margin-left: 8px;
  margin-top: 12px;
  margin-bottom: 10px;
}

.originalPaylPrice {
  font-size: 14px;
  color: #9e9e9e;
  text-decoration: line-through;
  margin-top: 8px;
}

.payPrice {
  font-size: 18px;
  font-weight: bold;
  color: #212121;
  margin-bottom: 1px;
}

.payPriceDescription {
  width: calc(100% - 16px);
  font-size: 12px;
  color: #9e9e9e;
}

.icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 12px;
  vertical-align: bottom;
}

.title {
  font-size: 18px;
  font-weight: bold;
  color: #212121;
}

.subTitle {
  font-size: 16px;
  color: #616161;
  margin-top: 15px;
}

.recommandCheck {
  width: 18px;
  height: 18px;
  object-fit: contain;
  border-radius: 4px;
  border: solid 1px #ffffff;
}

.recommandInput {
  margin-top: 12px;
}

.inputRadioArea {
  width: calc(100% - 16px);
  padding-top: 14px;
  font-size: 14px;
  color: #424242;
}

.inputRadioArea input[type="radio"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.inputRadioArea input[type="radio"]+label {
  display: inline-block;
  position: relative;
  padding-left: 34px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.inputRadioArea input[type="radio"]+label:before {
  content: "";
  position: absolute;
  left: 0;
  width: 16px;
  height: 16px;
  text-align: center;
  background: #fafafa;
  border: 1px solid #9e9e9e;
  border-radius: 100%;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
}

.inputRadioArea input[type="radio"]+label:active:before,
.checks input[type="radio"]:checked+label:active:before {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}

.inputRadioArea input[type="radio"]:checked+label:before {
  background: #e9ecee;
  border-color: #adb8c0;
}

.inputRadioArea input[type="radio"]:checked+label:after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 10px;
  height: 10px;
  background: #f44336;
  border-radius: 100%;
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.3);
}

.radioMainTitle {
  font-size: 16px;
  color: #212121;
}

.radioSubTile {
  margin-left: 34px;
  font-size: 12px;
  color: #666666;
}

.recommandLabel {
  margin-left: 12px;
  border: solid 1px #e94d62;
  font-size: 12px;
  color: #e94d62;
}

.noRecommand {
  padding-bottom: 40px;
}

.recommandTextArea {
  padding-top: 16px;
  padding-bottom: 40px;
  width: calc(100% - 16px);
  font-size: 12px;
  text-align: center;
  color: #f44336;
  text-align: left;
}

.description {
  width: calc(100% - 16px);
  font-size: 12px;
  color: #424242;
}

.labelTitle {
  padding: 16px 0;
  font-size: 14px;
  font-weight: bold;
  color: #3d4861;
}

.labelDateDescription {
  width: calc(100% - 16px);
  padding-top: 2px;
  font-size: 14px;
  color: #616161;
  padding-bottom: 12px;
}

.labelCautionDescription {
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 14px;
  color: #f44336;
}

.labelCautionDescription>.caution {
  width: 16px;
  display: inline-block;
  font-weight: 900;
  text-align: center;
  color: #e94d62;
  margin-right: 4px;
  vertical-align: top;
}

.labelCautionDescription>.description {
  display: inline-block;
}

.ableInput {
  border: solid 1px #e0e0e0;
  background-color: #ffffff;
}

.disableInput {
  border: solid 1px #e0e0e0;
  background-color: #f5f5f5;
}

.ableButton {
  color: #ffffff;
  background-color: var(--bgColor-button-pay);
}

.disableButton {
  color: #ffffff;
  background-color: #e0e0e0;
}

.inputArea {
  height: 48px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.inputArea2 {
  height: 96px;
  display: inline-block;
}

.agreeArea {
  font-size: 14px;
  letter-spacing: -0.1px;
  color: #ffffff;
  background-color: #f5f5f5;
}

.agreeArea>.infoArea {
  margin-top: 17px;
}

.companyInfo>.titleArea {
  margin-left: 16px;
  margin-bottom: 12px;
}

.companyInfo>.infoArea {
  margin-left: 16px;
  margin-top: 6px;
}

.labelDateDescText {
  font-size: 12px;
  color: #616161;
}

.labelText {
  margin-top: 16px;
  margin-left: 16px;
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  line-height: 1.25;
  text-align: left;
  color: #9e9e9e;
  width: calc(100% - 76px);
}

.labelTextCenter {
  vertical-align: top;
  font-size: 12px;
  line-height: 1.25;
  text-align: left;
  color: #9e9e9e;
}

.agreeAll {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: -0.09px;
  color: #212121;
}

.agreeAreaButton {
  float: right;
  width: 24px;
  height: 24px;
}

.detailControlButton {
  /* float: right; */
  /* margin-right: 16px; */
  width: 24px;
  height: 24px;
}

.agreeButtonArea {
  margin-top: 16px;
  width: 60px;
  display: inline-block;
}

.agreeButton {
  vertical-align: top;
  font-size: 10px;
  color: #718093;
}

.text1 {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.1px;
  color: #000000;
  margin-left: 5px;
}

.text4 {
  font-size: 14px;
  font-weight: 300;
  color: #757575;
  padding-top: 24px;
}

.text5 {
  font-size: 12px;
  font-weight: 300;
  color: #757575;
}

.textRequired {
  color: #e02020;
  vertical-align: top;
}

.textOption {
  color: #616161;
}

.agreeArea a {
  color: #4a90e2;
  text-decoration: none;
}

.agreeAllContent {
  width: calc(100% - 16px);
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 8px;
}

.agreeContent {
  display: inline-block;
  width: 100%;
}

.agreeContent .labelText {
  font-size: 10px;
  color: #718093;
}

.agreeDetailArea {
  width: calc(100% - 16px);
  padding-bottom: 16px;
}

.agreeShortComment {
  display: inline-block;
  font-size: 10px;
  color: #9e9e9e;
  padding-left: 34px;
}

.agreeCheckbox {
  width: 18px;
  height: 18px;
  object-fit: contain;
  border-radius: 4px;
  border: solid 1px #ffffff;
}

.phoneArea {
  display: inline-block;
  width: 100%;
  border: 1px solid #f7f8fa;
  padding: 12px 16px 24px 16px;
}

.phone-title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.phone-title-wrap .labelTitle {
  padding: 0;
}

.phone-title-wrap .labelCautionDescription>.description {
  display: inline;
  font-size: 12px;
  color: #718093;
}

.recommandInfoArea .labelCautionDescription>.description {
  display: inline;
  font-size: 12px;
  color: #718093;
}

.paymentMethodArea {
  display: inline-block;
  width: 100%;
  padding: 0px 16px 14px 16px;
}

.paymentMethodListArea {
  display: flex;
  flex-wrap: wrap;
}

.paymentMethodButton {
  width: calc(50% - 7px);
  height: 48px;
  border-radius: 4px;
  border: solid 1px #e0e0e0;
  background-color: #ffffff;
  display: inline-block;
  font-size: 14px;
  line-height: 1.21;
  color: #616161;
  margin-bottom: 8px;
}

.paymentMethodButton.selected {
  border: solid 1px #cc1f3b;
  font-weight: bold;
  color: #cc1f3b;
}

.btnPaymentIcon {
  width: 24px;
  height: 24px;
  margin-right: 4px;
  display: inline-block;
  vertical-align: middle;
}

.allowButtonmMargin {
  margin-right: 10px;
}

.recommandArea {
  display: inline-block;
  width: 100%;
  border-top: 1px solid #f7f8fa;
  padding: 0 16px 0 16px;
  background-color: #fff;
}

.recommandArea .labelTitle {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.recommandArea .recommandInput input.recommandTextInput {
  border: none;
  height: 100%;
  background-color: #fafafa;
  height: 100%;
  font-size: 16px;
}

.recommandArea .recommandInput input.recommandTextInput::placeholder {
  color: #9e9e9e;
}

.recommandArea .recommandInput .regButtonLayer {
  height: 40px;
}

.recommandArea .recommandInput .regButtonLayer .regCouponButton {
  font-size: 18px;
  font-weight: bold;
}

.divideLine1 {
  height: 10px;
  background-color: #f5f5f5;
}

.divideLine2 {
  width: calc(100% - 16px);
  height: 1px;
  background-color: #e0e0e0;
  margin-top: 16pt;
  margin-bottom: 17pt;
}

.textInput {
  padding-left: 12px;
  width: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  object-fit: contain;
  border-radius: 4px;
  height: 48px;
  background-color: #f7f8fa;
  border: none;
  font-size: 16px;
  font-weight: bold;
  color: #182031;
}

.recommandTextInput {
  padding-left: 12px;
  width: calc(100% - 80px);
  padding-top: 0px;
  padding-bottom: 0px;
  height: 38px;
  object-fit: contain;
  border-radius: 4px;
  border: solid 1px #e0e0e0;
  background-color: #ffffff;
  font-size: 16px;
  color: #182031;
  font-weight: bold;
}

.recommandTextInput::placeholder {
  color: #718093;
  font-weight: normal;
}

.noSMStextInput {
  padding-left: 12px;
  width: calc(100% - 32px);
  padding-top: 0px;
  padding-bottom: 0px;
  height: 38px;
  object-fit: contain;
  border-radius: 4px;
  border: solid 1px #e0e0e0;
  background-color: #ffffff;
  font-size: 14px;
  text-align: center;
  color: #cc1f3b;
}

.layerContactButtonImage {
  width: 100%;
  object-fit: contain;
  display: block;
}

.menuButtonArea {
  margin-top: 16px;
  margin-bottom: 16px;
}

.menuButtonText {
  font-size: 14px;
  letter-spacing: -0.4px;
  color: #212121;
}

.companyInfo {
  font-size: 11px;
  font-weight: 200;
  background: #f5f5f5;
  height: 167pt;
}

.companyInfoTitle {
  float: left;
  width: 73pt;
}

.companyInfoDetail {
  width: 250px;
  margin-left: 97.33px;
}

.buttonLayer {
  z-index: 35;
  text-align: center;
  width: 100%;
  height: 64px;
  position: fixed;
  bottom: 0px;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2), 0 3px 1px -2px rgba(0, 0, 0, 0.12),
    0 2px 2px 0 rgba(0, 0, 0, 0.14);
  background-color: #ffffff;
  padding-left: 8px;
}

.buttonLayer.newType {
  padding-left: 0;
}

.buttonLayer.newType .payButtonArea {
  width: 100%;
  padding: 0 16px;
}

.buttonLayer.newType .payButtonArea .applyPayButton {
  background-color: #cc1f3b;
  color: white;
}

.buttonFullLayer {
  width: 100%;
  padding-left: 0px;
}

.extend {
  height: 132px;
}

.contactArea {
  height: 64px;
  margin-top: 6px;
  float: left;
  margin-right: 8px;
}

.bookmarkArea {
  width: 48px;
  height: 48px;
  margin-top: 6px;
  margin-bottom: 6px;
  float: left;
  border-radius: 4px;
  border: solid 1px;
  background-color: #ffffff;
}

.smallButtonImage {
  width: auto;
  height: calc(100% - 15px);
}

.smallButtonText {
  font-size: 10px;
  display: block;
  margin-top: -5px;
  text-align: center;
  color: #9e9e9e;
}

.payButtonArea {
  display: inline-block;
  width: calc(100% - 68px);
  height: 48px;
  margin: 6px 0px 6px 0px;
}

.payFullButtonArea {
  width: calc(100% - 16px);
}

.areaFull {
  width: calc(100% - 8px);
  padding-right: 8px;
}

.regButtonLayer {
  display: inline-block;
  text-align: center;
  /* margin-left: 8px; */
  width: 72px;
  height: 42px;
  background-color: var(--bgColor-button-pay);
  border-radius: 4px;
  border: none;
  vertical-align: top;
}

.regButton,
.regCouponButton {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1.25px;
  border: 0;
  height: 100%;
}

.applyPayButton {
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  border: 0px;
  cursor: pointer;
  border-radius: 4px;
}

.payButton {
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1.25px;
  text-align: center;
  color: #ffffff;
  background-color: #5acae2;
  border: 0px;
  cursor: pointer;
  border-radius: 4px;
}

.applyEndButtonLayer {
  text-align: center;
  margin-left: 16px;
  width: calc(100% - 32px);
  height: 48px;
  background-color: #9e9e9e;
  border-radius: 5px;
}

.applyEndButton {
  width: 100%;
  height: 100%;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1.25px;
  text-align: center;
  color: #ffffff;
  background-color: #9e9e9e;
  border: 0px;
  cursor: pointer;
}

.nudgeMessageLayer {
  position: fixed;
  text-align: center;
  width: calc(100% - 32px);
  height: 30px;
  bottom: 0px;
  margin-bottom: 72px;
  margin-left: 16px;
}

.nudgeMessageArea {
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: 14px;
  text-align: center;
  color: #ffffff;
  background-color: #24aeae;
  border-radius: 4px;
  padding-top: 10px;
}

.telConsultLayer {
  position: fixed;
  text-align: center;
  bottom: 0px;
  margin-bottom: 45px;
  margin-left: calc(100% - 82px);
}

.agreeDetailLayer {
  position: absolute;
  top: calc(50% - 229.5px);
  left: calc(50% - 167.5px);
  width: 327px;
  height: 451px;
  border-radius: 8px;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2),
    0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 4px 5px 0 rgba(0, 0, 0, 0.14);
  background-color: #ffffff;
}

.agreeDetailTitleArea {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom-color: #e0e0e0;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  width: 100%;
  height: 48px;
  background-color: #fff;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.agreeDetailTitleCloseTextArea {
  padding-left: 16px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: -0.1px;
  color: #212121;
  display: inline-block;
  margin-top: 12px;
  margin-bottom: 12px;
  width: calc(100% - 62px);
}

.agreeDetailTitleCloseButtonArea {
  display: inline-block;
  vertical-align: middle;
  padding-right: 16px;
}

.agreeDetailTextArea {
  padding: 8px;
  height: calc(100% - 65px);
}

.agreeDetailTextFrame {
  border: none;
  width: 100%;
  height: 100%;
  overflow: scroll;
}

.disabled {
  background-color: #e0e0e0;
  border: solid 1px #e0e0e0;
}

.buttonLeft {
  border-style: solid;
  border-width: thin;
  border-bottom-left-radius: 8px;
}

.buttonRight {
  border-style: solid;
  border-left-style: none;
  border-bottom-right-radius: 8px;
}

.challengeDate {
  height: 48px;
  border-radius: 4px;
  border: solid 2px #fafafa;
  background-color: #fafafa;
  margin-right: 8px;
  float: left;
  width: calc((100% - 60px) / 5);
}

.challengeDate>.weekDay {
  height: 10px;
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  color: #616161;
  display: block;
  padding-top: 6px;
  padding-bottom: 4px;
}

.challengeDate>.date {
  height: 16px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  color: #616161;
  display: block;
  padding-top: 2px;
  padding-bottom: 6px;
}

.passDay {
  background-color: #eeeeee;
}

.passDay>.weekDay {
  color: #bdbdbd;
}

.passDay>.date {
  color: #bdbdbd;
}

.challengeDateList {
  height: 48px;
  width: calc(100% - 8px);
}

.listLoop {
  margin-top: 8px;
}

.weekend {
  background-color: #eeeeee;
}

.weekend>.weekDay {
  color: #bdbdbd;
}

.weekend>.date {
  color: #bdbdbd;
}

.noMargin {
  margin-right: 0;
}

.selectDayArea {
  text-align: left;
  margin-top: 8px;
}

.dayTextArea {
  font-size: 14px;
  font-weight: bold;
  color: #212121;
}

.contentsArea {
  display: inline-block;
  width: 100%;
  background-color: #fff;
  padding: 16px 16px 24px 16px;
}

.contentsArea>.logoArea {
  float: left;
  margin-right: 16px;
}

.contentsArea>.textArea {
  display: inline-block;
  width: calc(100% - 60px);
}

.challengeNameArea {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  text-align: left;
  color: #212121;
}

.challengeDuringArea {
  font-size: 14px;
  line-height: 1.21;
  text-align: left;
  color: #616161;
}

.challengeDuringArea .highlight {
  position: relative;
}

.challengeDuringArea .highlight:after {
  content: "";
  display: block;
  width: 100%;
  height: 7px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: rgba(224, 47, 73, 0.15);
}

.agreeBottomArea {
  padding-top: 15.5px;
  text-align: center;
  padding-bottom: 24px;
  border-top: 1px solid #e0e0e0;
  width: calc(100% - 32px);
  margin-left: 16px;
}

.selectDay {
  border: solid 2px var(--bgColor-button-pay);
  background-color: #fafafa;
}

.iconBookmark {
  background: var(--icon-bookmark);
  background-size: 64px;
  width: 64px;
  height: 64px;
  position: relative;
  margin-left: calc(50% - 32px);
  margin-top: -32px;
}

.buttonAreaShow {
  background-image: url("https://learnbodykr.blob.core.windows.net/spf/Contents/Images/challengeApply/bottom-arrow.png");
  transform: rotate(180deg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 24px;
  height: 24px;
}

.buttonAreaHide {
  background-image: url("https://learnbodykr.blob.core.windows.net/spf/Contents/Images/challengeApply/bottom-arrow.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 24px;
  height: 24px;
}

.menuBottonLiink {
  background-image: var(--bgImage-button-rightLink);
  background-repeat: no-repeat;
  background-size: cover;
  float: right;
  margin-right: 16px;
  width: 30px;
  height: 30px;
}

.buttonCloseInLayer {
  background-image: var(--bgImage-button-CloseInLayer);
  background-repeat: no-repeat;
  background-size: cover;
  float: right;
  margin-right: 16px;
  width: 40px;
  height: 40px;
}

.wide {
  width: var(--width-wide);
}

.icon_Card {
  background-image: url("https://learnbodykr.blob.core.windows.net/spf/Contents/Images/challengeApply/credit_card.png");
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}

.paymentMethodButton.selected .icon_Card {
  background-image: url("https://learnbodykr.blob.core.windows.net/spf/Contents/Images/challengeApply/credit_card-red.png");
}

.icon_Card.iconSelected {
  background-image: url("https://learnbodykr.blob.core.windows.net/spf/Contents/Images/challengeApply/credit_card-red.png");
}

.icon_Mobile {
  background-image: var(--icon-mobile);
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}

.icon_Mobile.iconSelected {
  background-image: var(--icon-mobile-selected);
}

.icon_KakaoPay {
  background-image: url("https://learnbodykr.blob.core.windows.net/spf/Contents/Images/challengeApply/openchatting.png");
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}

.icon_KakaoPay.iconSelected {
  background-image: url("https://learnbodykr.blob.core.windows.net/spf/Contents/Images/challengeApply/openchatting-red.png");
}

.icon_Toss {
  background-image: url("https://learnbodykr.blob.core.windows.net/spf/Contents/Images/challengeApply/toss.png");
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}

.icon_Toss.iconSelected {
  background-image: url("https://learnbodykr.blob.core.windows.net/spf/Contents/Images/challengeApply/toss-red.png");
}

.icon_VBank {
  width: 0px;
  margin-right: 0px;
}

.invitationContentHeadArea {
  margin-bottom: 40px;
}

.paymentInfoArea {
  display: inline-block;
  width: 100%;
  border-top-color: #f5f5f5;
  border-top-style: solid;
  border-top-width: 8px;
  padding: 16px 16px 18px 16px;
  background-color: #fff;
}

.paymentInfo {
  display: inline-block;
  width: 100%;
}

.paymentInfo>ul {
  list-style: none;
  padding-left: 0px;
  font-size: 12px;
  line-height: 1.25;
  text-align: left;
  color: #212121;
}

.paymentList {
  padding-bottom: 12px;
}

.paymentValue {
  float: right;
}

.paymentTotal {
  font-weight: bold;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #212121;
  padding-top: 19.5px;
}

.paymentTotal>.paymentValue {
  font-size: 16px;
}

.startdateNoticeArea {
  /* display: inline-block;
  width: 100%;
  padding: 16px 16px 18px 16px;
  background-color: #fff; */
}

.startdateNotice {
  font-size: 12px;
  line-height: 1.25;
  text-align: center;
  color: #3d4861;
  padding: 16px 0 24px 0;
  border-bottom: 1px solid #f7f8fa;
}

.startdateNoticeArea .labelTitle {
  padding-top: 8px;
}

.startdateSelect {
  overflow-x: scroll;
}

.startdateSelect .selectWrap {
  display: flex;
  flex-wrap: nowrap;
  width: max-content;
}

.startdateSelect .selectWrap p {
  border-radius: 4px;
  border: solid 1px #e0e0e0;
  background-color: #ffffff;
  font-size: 14px;
  color: #616161;
  padding: 14px 20px;
  margin-right: 8px;
}

.startdateSelect .selectWrap p.active {
  border: solid 1px #cc1f3b;
  background-color: #fcedef;
  color: #212121;
  font-weight: bold;
}

.menuFAQArea {
  margin-top: 16px;
}

.faqTitle {
  font-size: 16px;
  font-weight: bold;
  color: #212121;
  margin-top: 12px;
  margin-left: 16px;
  margin-bottom: 16px;
}

.faqUnderline {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #e0e0e0;
}

.faqFolded {
  padding-left: 16px;
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #fafafa;
  font-size: 14px;
  font-weight: 400;
  color: #212121;
  line-height: 24px;
}

.faqExpanded {
  padding-left: 16px;
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #ffffff;
}

.faqExpandedTitle {
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 700;
  color: #212121;
  line-height: 24px;
}

.faqExpandedContents {
  font-size: 14px;
  font-weight: 400;
  color: #212121;
  padding-right: 16px;
  line-height: 1.4;
}

.productBtnWrap .labelTitle {
  margin: 0 16px;
  padding: 16px 0 0 0;
}

.productArea {
  margin: 24px 16px 0 16px;
  width: calc(100% - 32px);
  display: inline-block;
}

.productArea.newType {
  margin: 16px 16px 0 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: -12px;
}

.productLayer {
  width: calc((100% / 3) - 5px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 8px;
  border: solid 1px #e0e0e0;
  background-color: #ffffff;
  padding: 10px 5px;
  box-sizing: border-box;
  margin-bottom: 12px;
  text-align: center;
}

.hasSpace {
  /* margin-right: 8px; */
}

.product-title-area {
  color: #6f8196;
  margin-bottom: 10px;
  font-size: 10pt;
}

.product-payprice-display-area {
  color: #6f8196;
  font-weight: bold;
  font-size: 12pt;
  margin-bottom: 10px;
}

.product-period-area {
  color: #a5b0bd;
  font-size: 8pt;
  margin-bottom: 10px;
}

.product-discription-area {
  color: #6f8196;
  font-size: 8pt;
  margin-bottom: 10px;
}

.product-mileage-area {
  color: #6f8196;
  font-size: 8.5pt;
}

.prodcutedSelected {
  border: solid 1px #e02f49;
}

.productLayer.prodcutedSelected .product-title-area {
  color: #e02f49;
  font-weight: bold;
}

.productLayer.prodcutedSelected .product-payprice-display-area {
  color: #e02f49;
  font-weight: bold;
}

.productLayer.prodcutedSelected .product-discription-area {
  color: #e02f49;
  font-weight: bold;
}

.productLayer.prodcutedSelected .product-mileage-area {
  color: #e02f49;
  font-weight: bold;
}

.productRecommandImage {
  position: absolute;
  left: 8px;
}

.productTopArea {
  padding-bottom: 5px;
}

.productWeekArea {
  display: inline-block;
  line-height: 1.45;
  text-align: center;
  color: #718093;
  font-size: 14px;
  font-weight: 500;
}

.productLayer.prodcutedSelected .productWeekArea {
  color: #cc1f3b;
  font-weight: bold;
}

.procudtDiscountArea {
  width: 100%;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #cc1f3b;
  margin-left: 2px;
}

.productMiddleLine {
  height: 1px;
  border-bottom: solid 1px #e0e0e0;
}

.productBottomArea {}

.productArea.newType .productLayer .productBottomArea {
  text-align: end;
}

.productOriginalPriceArea {
  text-decoration: line-through;
  color: #b3bbc5;
  font-size: 12px;
}

.productPayPriceArea {
  font-size: 16px;
  font-weight: 500;
  color: #718093;
}

.productLayer.prodcutedSelected .productPayPriceArea {
  color: #cc1f3b;
  font-weight: bold;
}

.procudtRefundArea {
  width: 100%;
  font-size: 10px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: center;
  color: #cc1f3b;
  margin-top: -2px;
}

.productMonthPerPriceArea {
  font-size: 10px;
  line-height: 1.5;
  text-align: center;
  color: #616161;
}

.drawerMenuLayerArea {
  height: 60px;
  display: inline-block;
  width: 100%;
  z-index: 35;
  position: relative;
  background-color: #ffffff;
}

.drawerMenuArea {
  padding: 16px;
}

.titleArea {
  display: inline-block;
  width: calc(100% - 30px);
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  color: #121212;
}

.drawerMenuImageArea {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("../../../challenge-images/commons/buttons/btn_drawer_menu.png?v=") center;
  background-repeat: no-repeat;
  background-size: cover;
  object-fit: contain;
  vertical-align: top;
}

.drawerMenuImageArea.close {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("../../../challenge-images/commons/buttons/button_close_x.png?v=") center;
  background-repeat: no-repeat;
  background-size: cover;
  object-fit: contain;
  vertical-align: top;
}

.drawerMenuArea>span.titleArea {
  display: inline-block;
  width: calc(100% - 30px);
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  color: #121212;
}

.drawerMenuArea>span.titleArea>span.titleLogoArea {
  display: inline-block;
  width: 115px;
  height: 24px;
  vertical-align: top;
  margin-left: -24px;
}

.drawerArea {
  width: 100%;
  background-color: #ffffff;
  position: absolute;
}

.drawerButton {
  border: none;
  background-color: #ffffff;
  margin: 15px 16px 0px 16px;
  width: calc(100% - 32px);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.43;
  text-align: left;
  color: #121212;
  padding-bottom: 15px;
  border-bottom: solid 1px #e8e8e8;
}

.drawerButton.last {
  border-bottom: none;
  padding-bottom: 40px;
}

.displayNone {
  display: none;
}

.content {
  position: relative;
}

.logDetect {
  width: 100%;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
}

.apply-img-wrap img {
  display: block;
  width: 100%;
}

.apply-tab {
  display: flex;
  z-index: 1000;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 72px;
  margin: 0 auto;
  height: 36px;
  background: rgba(240, 242, 245, 1);
  width: calc(100% - 24px);
  left: 50%;
  transform: translateX(-50%);
  border-radius: 10px;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
}

.apply-tab.displayNone {
  display: none !important;
}

.tab-btn {
  width: 50%;
  height: calc(100% - 6px);
  margin: 3px;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  color: rgba(113, 128, 147, 1);
  display: flex;
  align-items: center;
  justify-content: center;
}

.tab-btn.active {
  background: #fff;
  margin: 3px;
  border-radius: 7px;
  font-weight: 500;
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.12);
  color: rgba(61, 72, 97, 1);
}

@media screen and (min-width: 768px) {
  body {
    width: 768px;
    margin: 0 auto;
  }

  .apply-tab {
    width: calc(768px - 24px);
    margin: 0 auto;
  }

  .applyBackground,
  .buttonApplyLayer,
  .applyContentsArea,
  .tab.fixed ul,
  .applyTitleArea,
  .buttonLayer,
  .dimmed {
    width: 768px;
    margin: 0 auto;
  }
}