@charset "utf-8";

/**
 * Copyright (c) 2015 Spoqa, Inc.
 *
 * Permission is hereby granted, free of charge, to any person obtaining
 * a copy of this software and associated documentation files (the
 * "Software"), to deal in the Software without restriction, including
 * without limitation the rights to use, copy, modify, merge, publish,
 * distribute, sublicense, and/or sell copies of the Software, and to
 * permit persons to whom the Software is furnished to do so, subject to
 * the following conditions:
 *
 * The above copyright notice and this permission notice shall be
 * included in all copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
 * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
 * LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
 * OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
 * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 */

@font-face {
  font-family: 'Spoqa Han Sans';
  font-weight: 700;
  src: local('Spoqa Han Sans Bold'),
    url('https://dcse8twossp9.cloudfront.net/static/font/SpoqaHanSansBold.woff2')
      format('woff2'),
    url('https://dcse8twossp9.cloudfront.net/static/font/SpoqaHanSansBold.woff')
      format('woff'),
    url('https://dcse8twossp9.cloudfront.net/static/font/SpoqaHanSansBold.ttf')
      format('truetype');
}

@font-face {
  font-family: 'Spoqa Han Sans';
  font-weight: 400;
  src: local('Spoqa Han Sans Regular'),
    url('https://dcse8twossp9.cloudfront.net/static/font/SpoqaHanSansRegular.woff2')
      format('woff2'),
    url('https://dcse8twossp9.cloudfront.net/static/font/SpoqaHanSansRegular.woff')
      format('woff'),
    url('https://dcse8twossp9.cloudfront.net/static/font/SpoqaHanSansRegular.ttf')
      format('truetype');
}

@font-face {
  font-family: 'Spoqa Han Sans';
  font-weight: 300;
  src: local('Spoqa Han Sans Light'),
    url('https://dcse8twossp9.cloudfront.net/static/font/SpoqaHanSansLight.woff2')
      format('woff2'),
    url('https://dcse8twossp9.cloudfront.net/static/font/SpoqaHanSansLight.woff')
      format('woff'),
    url('https://dcse8twossp9.cloudfront.net/static/font/SpoqaHanSansLight.ttf')
      format('truetype');
}

@font-face {
  font-family: 'Spoqa Han Sans';
  font-weight: 100;
  src: local('Spoqa Han Sans Thin'),
    url('https://dcse8twossp9.cloudfront.net/static/font/SpoqaHanSansThin.woff2')
      format('woff2'),
    url('https://dcse8twossp9.cloudfront.net/static/font/SpoqaHanSansThin.woff')
      format('woff'),
    url('https://dcse8twossp9.cloudfront.net/static/font/SpoqaHanSansThin.ttf')
      format('truetype');
}

@font-face {
  font-family: 'SpoqaHanSansNeo';
  font-style: normal;
  font-weight: 100;
  src: url('https://dcse8twossp9.cloudfront.net/static/font/SpoqaHanSansNeo-Thin.woff')
    format('woff');
}
@font-face {
  font-family: 'SpoqaHanSansNeo';
  font-style: normal;
  font-weight: 300;
  src: url('https://dcse8twossp9.cloudfront.net/static/font/SpoqaHanSansNeo-Light.woff')
    format('woff');
}
@font-face {
  font-family: 'SpoqaHanSansNeo';
  font-style: normal;
  font-weight: 400;
  src: url('https://dcse8twossp9.cloudfront.net/static/font/SpoqaHanSansNeo-Regular.woff')
    format('woff');
}
@font-face {
  font-family: 'SpoqaHanSansNeo';
  font-style: normal;
  font-weight: 500;
  src: url('https://dcse8twossp9.cloudfront.net/static/font/SpoqaHanSansNeo-Medium.woff')
    format('woff');
}
@font-face {
  font-family: 'SpoqaHanSansNeo';
  font-style: normal;
  font-weight: 700;
  src: url('https://dcse8twossp9.cloudfront.net/static/font/SpoqaHanSansNeo-Bold.woff')
    format('woff');
}

/*** CORE ***/

html,
body,
header,
footer,
main,
a,
h1,
h2,
h3,
h4,
h5,
h6,
div,
nav,
ul,
ol,
table,
tr,
td,
li,
article,
section,
p,
button,
input,
textarea,
select,
span,
pre {
  font-family: -apple-system, BlinkMacSystemFont, 'appleSD', 'Noto Sans KR',
    '나눔 고딕', 'Nanum Gothic', 'Malgun Gothic', '맑은 고딕', '돋움',
    sans-serif !important;
}
html {
  width: 100%;
  min-width: 360px;
  /*overflow-y:scroll;*/
  /* overflow-x:hidden; */
}
body {
  width: 100%;
  min-width: 360px;
  min-height: 480px;
  -webkit-overflow-scrolling: touch;
}
a,
a:hover,
a:active {
  text-decoration: none;
  color: inherit;
}
button {
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-focus-ring-color: rgba(0, 0, 0, 0);
  outline: none;
  outline-width: 0;
  outline: 0;
  outline-style: none;
}

input[type='datetime-local'] {
  background: none;
  box-shadow: none;
  border: none;
  outline: none;
  inset: unset;
}
.common-header.hf_layout_header a,
.common-header.hf_layout_header h1,
.common-header.hf_layout_header h2,
.common-header.hf_layout_header h3,
.common-header.hf_layout_header h4,
.common-header.hf_layout_header h5,
.common-header.hf_layout_header h6,
.common-header.hf_layout_header ul,
.common-header.hf_layout_header ol,
.common-header.hf_layout_header table,
.common-header.hf_layout_header tr,
.common-header.hf_layout_header td,
.common-header.hf_layout_header li,
.common-header.hf_layout_header article,
.common-header.hf_layout_header section,
.common-header.hf_layout_header p,
.common-header.hf_layout_header button,
.common-header.hf_layout_header input,
.common-header.hf_layout_header textarea,
.common-header.hf_layout_header select,
.common-header.hf_layout_header span,
.common-header.hf_layout_header pre {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
}

.invisible {
  visibility: hidden !important;
}
.cursor_pointer {
  cursor: pointer;
}
.text_underline {
  text-decoration: underline;
}
.text_align_left {
  text-align: left;
}
.text_align_center {
  text-align: center;
}
.text_align_left {
  text-align: right;
}
.mobile-indicator-max-1440 {
  display: none;
}
.mobile-indicator-max-1024 {
  display: none;
}
.mobile-indicator-max-768 {
  display: none;
}
.full-screen-shadow-under-menu {
  display: none;
  position: absolute;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 9011;
}
.hf_layout_core_wrap {
  width: 100%;
  max-width: 1024px;
  margin: 0px auto;
  position: relative;
}
.hf_docs_wrap.terms {
  padding: 0px 24px;
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
}
.hf_docs_wrap.terms .hf_docs_title {
  margin-bottom: 18px;
}
.hf_docs_wrap.terms .hf_layout_core_wrap {
  width: 100%;
  max-width: none;
}
.hf_docs_wrap.terms .hf_layout_core_wrap h3 {
  font-weight: 600;
}
.hf_docs_wrap.terms pre {
  white-space: break-spaces;
}
.hf_docs_wrap.terms pre h5 {
  font-weight: 600;
}
.hf_docs_wrap.terms pre h6 {
  font-weight: 500;
  font-size: 15px;
}
.hf_layout_header_uikit_wrap {
  z-index: 900;
  position: relative;
}
.hf_layout_header {
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.96);
  box-sizing: border-box;
  padding: 14px 0px 22px 0px;
  display: block;
}
.hf_layout_header,
.hf_layout_header:active,
.hf_layout_header:focus {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-focus-ring-color: rgba(0, 0, 0, 0);
  outline: none;
  outline-width: 0;
  outline: 0;
  outline-style: none;
}
.hf_layout_header .top_banner_wrap {
  display: block;
  width: 100%;
  position: relative;
  margin: -14px 0px 14px 0px;
  padding: 0px;
}
.hf_layout_header .top_banner_wrap .top_banner_pc {
  display: block;
}
.hf_layout_header .top_banner_wrap .top_banner_m {
  display: none;
}
.hf_layout_header .top_banner_wrap > div {
  text-align: center;
  position: relative;
}
.hf_layout_header .top_banner_wrap > div > div {
  max-width: 100%;
  margin: 0px auto;
  position: relative;
}
.hf_layout_header .top_banner_wrap .top_banner_pc_box .top_banner_img {
  height: 90px;
}
.hf_layout_header .top_banner_wrap .top_banner_m_box .top_banner_img {
  height: 60px;
}
.hf_layout_header .top_banner_wrap .banner_close {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  cursor: pointer;
}
.hf_layout_header .hf_header_homefit {
  width: 139px;
  height: 27px;
}
.hf_layout_header .hf_header_homefit.pc {
  display: inline-block;
}
.hf_layout_header .hf_header_homefit.mo {
  display: none;
}
.hf_layout_header .hf_layout_header_nav {
  float: right;
  height: 100%;
  color: #555;
  font-size: 15px;
  padding: 0px 0px;
}
.hf_layout_header .hf_layout_header_nav ul {
  margin: 0px;
  padding: 0px;
  height: 100%;
  display: inline-block;
}
.hf_layout_header .hf_layout_header_nav ul li {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  list-style: none;
  display: inline-block;
  height: 100%;
}
.hf_layout_header .hf_layout_header_nav ul li {
  margin: 11px 40px 0px 0px;
  letter-spacing: 0.4px;
}
.hf_layout_header .hf_layout_header_nav_left {
  display: inline-block;
  height: 100%;
  color: #555;
  font-size: 14px;
  padding: 0px 0px;
  margin-left: 60px;
}
.hf_layout_header .hf_layout_header_nav_left ul {
  margin: 0px;
  padding: 0px;
  height: 100%;
  display: inline-block;
}
.hf_layout_header .hf_layout_header_nav_left ul li {
  list-style: none;
  display: inline-block;
  height: 100%;
  margin: 11px 32px 0px 0px;
  letter-spacing: 0.4px;
}
.hf_layout_header .hf_layout_header_nav_left ul li .apply_trial {
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
}
.hf_layout_header .hf_layout_header_nav .hf_search_button {
  cursor: pointer;
  display: inline-block;
  border: 1px solid #c69c6d;
  box-sizing: border-box;
  background-color: #c69c6d;
  color: #ffffff;
  vertical-align: top;
  padding: 8px 30px;
  border-radius: 3px;
  transition: all 0.2s;
  margin: 2px 20px 2px 0px;
}
.hf_layout_header .hf_layout_header_nav .hf_search_button:hover {
  background-color: #bc9364;
}
.hf_layout_header .hf_layout_header_nav .hf_profile_button {
  background-color: transparent;
  border: 0px;
  vertical-align: top;
  margin-top: 3px;
}
.hf_layout_header .hf_layout_header_nav .hf_profile_button .hf_main_menu_icon {
  margin-top: 8px;
}
.hf_layout_header .hf_layout_header_nav .hf_profile_button img {
  width: 36px;
  height: 36px;
  border-radius: 18px;
  /* margin-top:-4px; */
}
.hf_layout_header .hf_layout_header_nav .hf_profile_wrap {
  width: 200px;
}
.hf_layout_header
  .hf_layout_header_nav
  .hf_profile_wrap
  .uk-card.uk-card-small {
  padding: 12px 16px;
}
.hf_layout_header .hf_layout_header_nav .hf_profile_menu {
  width: 100%;
  list-style: none;
}
.hf_layout_header .hf_layout_header_nav .hf_profile_menu li {
  margin: 4px 0px;
  padding: 6px 8px;
  display: block;
  box-sizing: border-box;
  color: #333;
  font-size: 14px;
}
.hf_layout_header .hf_layout_header_nav .hf_profile_menu li:hover {
  background-color: #f3f3f3;
}
.hf_layout_header .hf_layout_header_nav .hf_profile_menu li span {
  display: inline-block;
  width: 28px;
}
.hf_layout_header .hf_layout_header_nav .hf_profile_menu li.hr {
  padding: 0px;
  background-color: #efefef;
  height: 1px;
}
.hf_layout_header .hf_layout_header_nav .hf_profile_menu li.top_profile:hover {
  background-color: transparent;
}
.hf_layout_header
  .hf_layout_header_nav
  .hf_profile_menu
  li.top_profile
  img.profile_pic {
  width: 24px;
  heigaht: 24px;
  border-radius: 12px;
  margin-top: -3px;
  margin-right: 4px;
}
.hf_layout_header
  .hf_layout_header_nav
  .hf_profile_menu
  li.top_profile
  span.name {
  width: auto;
}
.hf_layout_header
  .hf_layout_header_nav
  .hf_profile_menu
  li.top_profile
  p.email {
  display: inline-block;
  font-size: 11px;
  color: #999;
  margin: 4px 0px 0px 0px;
  padding: 0px;
  letter-spacing: -0.5px;
  box-sizing: border-box;
  padding: 2px 8px;
  background-color: #f3f3f3;
  border-radius: 8px;
}
.hf_layout_header
  .hf_layout_header_nav
  .hf_profile_menu
  li.top_profile:hover
  p.email {
}
.hf_layout_header
  .hf_layout_header_nav
  .hf_profile_menu
  li
  .coupon_menu_icon_box {
  width: 28px;
}
.hf_layout_header
  .hf_layout_header_nav
  .hf_profile_menu
  li
  .coupon_menu_icon_box
  img {
  width: 20px;
}
.hf_layout_header .hf_layout_header_nav .hf_profile_menu li .coach_menu_calc {
  text-align: center;
}
.hf_layout_header .hf_layout_header_nav .hf_profile_menu li .coach_menu_calc i {
  padding-right: 8px;
}
.hf_layout_header .hf_layout_header_nav .hf_guest_wrap {
  width: 200px;
  padding-top: 5px;
}
.hf_layout_header .hf_layout_header_nav .hf_guest_wrap .uk-card.uk-card-small {
  padding: 0px 0px;
  background-color: #fbfcfc;
}
.hf_layout_header .hf_layout_header_nav .hf_guest_menu {
  width: 100%;
  list-style: none;
}
.hf_layout_header .hf_layout_header_nav .hf_guest_menu li {
  margin: 0px 0px;
  padding: 10px 20px;
  display: block;
  box-sizing: border-box;
  color: #555;
  font-size: 14px;
}
.hf_layout_header .hf_layout_header_nav .hf_guest_menu li:hover {
  background-color: #f3f3f3;
}
.hf_layout_header .hf_layout_header_nav .hf_guest_menu li span {
  display: inline-block;
  width: 28px;
}
.hf_layout_header .hf_layout_header_nav .hf_guest_menu li.hr {
  padding: 0px;
  background-color: #efefef;
  height: 1px;
  margin: 0px;
}
.hf_layout_header .hf_layout_header_nav .hf_register_button {
  display: inline-block;
  border: 1px solid #c69c6d;
  box-sizing: border-box;
  color: #c69c6d;
  vertical-align: top;
  padding: 8px 30px;
  border-radius: 3px;
  transition: all 0.2s;
  margin: 2px 0px;
}
.hf_layout_header .hf_layout_header_nav .hf_register_button:hover {
  background-color: #c69c6d;
  color: #ffffff;
}
.hf_layout_header_nav_left .program_guide {
  position: relative;
}
.hf_layout_header_nav_left .program_guide .ep-fold {
  display: none;
}
.hf_layout_header_nav_left .program_guide .ep-more {
  display: inline-block;
  transition: 0.3s;
}
.hf_layout_header_nav_left .program_guide:hover .ep-fold {
  display: inline-block;
  transform: rotate(180deg);
  transition: 0.3s;
}
.hf_layout_header_nav_left .program_guide:hover .ep-more {
  display: none;
}

.hf_layout_header_nav_left .ml-list {
  display: none;
}
.hf_layout_header_nav_left .ml-list .m-item {
  font-size: 14px;
  padding: 11px 0;
}
.hf_layout_header_nav_left .program_guide:hover .ml-list {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 140px;
  padding: 24px 40px 24px 0;
}
#white-overlay.active {
  display: block;
}
#white-overlay {
  display: none;
  position: absolute;
  top: 80px;
  left: 0;
  height: 208px;
  background-color: rgba(255, 255, 255, 0.96);
  margin-left: calc(-50vw + 50%);
}
.fullwidth {
  width: 100vw;
  margin-left: calc(-50vw + 534px);
}
.hf_layout_header .hf_layout_header_mobile {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  display: none;
}
.hf_layout_header .hf_layout_header_mobile .hf_menu_button_mobile {
  position: absolute;
  left: 24px;
  top: 9px;
}
.hf_layout_header
  .hf_layout_header_mobile
  .hf_menu_button_mobile
  .hf_menu_button {
  cursor: pointer;
}
.hf_layout_header .hf_layout_header_mobile .hf_login_link_mobile {
  position: absolute;
  right: 24px;
  top: 12px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: normal;
  text-align: right;
}
.hf_layout_header .hf_layout_header_mobile .hf_search_button_mobile {
  position: absolute;
  right: -10px;
  top: 6px;
}
.hf_layout_header
  .hf_layout_header_mobile
  .hf_search_button_mobile
  .hf_search_button {
  cursor: pointer;
  display: inline-block;
  border: 1px solid #c69c6d;
  box-sizing: border-box;
  background-color: #c69c6d;
  color: #ffffff;
  vertical-align: top;
  padding: 4px 10px;
  border-radius: 2px;
  transition: all 0.2s;
  margin: 0px 0px 0px 0px;
  font-size: 13px;
}
.hf_layout_header .hf_layout_header_mobile .hf_login_link_box_mobile {
  display: inline-block;
  position: absolute;
  top: 9px;
  right: 24px;
}
.hf_layout_header .hf_layout_header_mobile .hf_login_link_box_mobile select {
  font-size: 17px;
  background-image: url(https://dcse8twossp9.cloudfront.net/static/img/icon/arrow-drop-down-16-px.svg);
  background-size: 16px;
  background-position-x: right;
  background-position-y: center;
  background-repeat: no-repeat;
  background-color: #ffffff;
}
.hf_layout_header
  .hf_layout_header_mobile
  .hf_login_link_box_mobile
  select.w75 {
  width: 75px;
}
.hf_layout_header
  .hf_layout_header_mobile
  .hf_login_link_box_mobile
  select.w45 {
  width: 45px;
}
.hf_layout_main_menu {
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.96);
  box-sizing: border-box;
  border-bottom: 1px solid #eae8e5;
}
.hf_layout_main_menu .hf_layout_main_nav {
  box-sizing: border-box;
  padding: 0px 4px;
}
.hf_layout_main_menu .hf_layout_main_nav ul {
  display: inline-block;
  box-sizing: border-box;
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.hf_layout_main_menu .hf_layout_main_nav ul li:first-child {
  /* padding:0px;
	border:0px;
	margin-right:18px; */
}
.hf_layout_main_menu .hf_layout_main_nav ul li:first-child:hover {
  /* border:0px; */
}
.hf_layout_main_menu .hf_layout_main_nav ul li {
  display: inline-block;
  font-size: 16px;
  padding: 8px 0px;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  margin-right: 24px;
}
.hf_layout_main_menu .hf_layout_main_nav ul li:hover {
  color: #000000;
  border-bottom: 3px solid #c69c6d;
}
.hf_layout_main_menu .hf_layout_main_nav ul li button.nav {
  font-size: 16px;
  margin: 0px;
  padding: 0px;
  border: 0px;
  color: #333;
  background-color: transparent;
}
.hf_layout_main_menu .hf_layout_main_nav ul li button.nav span {
  color: #777;
  margin-left: 8px;
}
.hf_layout_main_menu .hf_layout_main_nav div.nav_dropdown {
  background-color: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  box-sizing: border-box;
  padding: 0px 0px;
  width: 200px;
}
.hf_layout_main_menu .hf_layout_main_nav div.nav_dropdown a {
  display: block;
  box-sizing: border-box;
  border-bottom: 1px solid #efefef;
  font-size: 15px;
  padding: 10px 18px;
  width: 100%;
  color: #555;
}
.hf_layout_main_menu .hf_layout_main_nav div.nav_dropdown a:last-child {
  border-bottom: 1px solid transparent;
}
.hf_layout_main_menu .hf_layout_main_nav div.nav_dropdown a:hover {
  background-color: #c69c6d;
  color: #fff;
}
.hf_layout_main_menu .hf_layout_main_nav .hf_class_counter {
  display: inline-block;
  padding: 10px 0px;
  float: right;
  font-size: 16px;
}
.hf_layout_main_menu .hf_layout_main_nav .hf_class_counter p {
  border-left: 1px solid #eae8e5;
  text-align: right;
  min-width: 170px;
  margin: 0px;
  padding: 0px 0px 0px 24px;
}
.hf_layout_main_menu
  .hf_layout_main_nav
  .hf_class_counter
  .hf_class_counter_val {
  color: #c69c6d;
  font-weight: 700;
  display: inline-block;
  min-width: 50px;
}
.mobile_menu.on {
  transform: none;
}

.mobile_menu {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 78%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  transform-origin: 0 0;
  transform: translate(-100%, 0);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.mobile_menu .mobile_menu_header {
  width: 100%;
  height: 44px;
  z-index: 10000;
  background-color: #fff;
  position: relative;
}
.mobile_menu .menu .coach_rank {
  color: red;
  margin-left: 5px;
  font-size: 11px;
  border: 1px solid red;
  padding: 1px 3px;
  letter-spacing: -1px;
}
.mobile_menu .menu {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  padding: 80px 0 32px;
  background: #fff;
  overflow: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.mobile_menu .menu ul {
  padding: 0 15px;
}
.mobile_menu .menu ul li {
  list-style: none;
}
.mobile_menu .menu ul li a {
  display: inline-block;
  font-size: 18px;
  color: #121212;
  padding: 8px 0;
  font-weight: 600;
}
.mobile_menu .menu ul.etc {
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid #eee;
}
.mobile_menu .menu ul.etc li a {
  font-size: 16px;
  font-weight: 400;
}
.mobile_menu .menu ul.etc li a.coach {
  margin-top: 8px;
  color: #959595;
}
.mobile_menu .login {
  margin-bottom: 24px;
  padding: 0 15px;
}
.mobile_menu .login > a strong {
  display: block;
  font-size: 16px;
  font-weight: 600;
}
.mobile_menu .login > a span {
  display: block;
  font-size: 14px;
  color: #959595;
}
.mobile_menu .login.after > a:after {
  display: block;
  content: '';
  clear: both;
}
.mobile_menu .login.after > a .profile {
  float: left;
  width: 48px;
  height: 48px;
  margin-right: 16px;
  border-radius: 48px;
  overflow: hidden;
}
.mobile_menu .login.after > a > div {
  float: left;
  padding-top: 3px;
}
.mobile_menu .login.after .banner {
  padding: 18px 20px;
  margin: 16px -8px 0;
  border-radius: 6px;
  background: #6d3dcc;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
}
.mobile_menu .login.after .banner span {
  display: block;
  color: #bdbceb;
  font-size: 14px;
}
.mobile_menu .login.after .program {
  margin-top: 20px;
}
.mobile_menu .login.after .program > p {
  font-size: 14px;
}
.mobile_menu .login.after .program > p em {
  color: #764cd0;
  font-style: normal;
}
.mobile_menu .login.after .program > p strong {
  display: inline-block;
  font-weight: 600;
  font-size: 14px;
}
.mobile_menu .login.after .program .detail {
  margin-top: 5px;
  margin-bottom: -8px;
  padding: 14px;
  border: 1px solid #d1d1d1;
}
.mobile_menu .login.after .program .detail:after {
  display: block;
  content: '';
  clear: both;
}
.mobile_menu .login.after .program .detail .pic {
  float: left;
  width: 91px;
  height: 68px;
  background: #d8d8d8;
}
.mobile_menu .login.after .program .detail .info {
  float: right;
  width: calc(100% - 100px);
  padding-right: 10px;
  word-break: keep-all;
  font-size: 14px;
}
.mobile_menu .login.after .program .detail .info .tag {
  margin-bottom: 8px;
}
.mobile_menu .menu {
  height: 100%;
  padding-top: 44px;
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
  text-align: left;
  box-sizing: border-box;
}
.mobile_menu .menu ul.etc {
  padding: 0;
  margin: 0;
  border-top: none;
}
.mobile_menu .menu .on a {
  color: #000000;
  font-weight: 600 !important;
}
.mobile_menu .menu ul li a {
  padding: 19px 0 19px 72px;
  width: 78%;
}
.mobile_menu .hf_menu_button_mobile {
  position: absolute;
  z-index: 10000;
  margin-left: 24px;
  margin-top: 10px;
}
.mobile_menu .expandable_menu:before {
  content: '';
  position: absolute;
  margin-left: 24px;
  width: 24px;
  height: 24px;
  object-fit: contain;
  background: url(https://dcse8twossp9.cloudfront.net/static/partner/mendini/simplify_pay/ico/expand-more-24-px.svg)
    no-repeat center;
  transform: translateY(18px);
}
.mobile_menu .expandable_menu.open:before {
  transform: translateY(18px) rotate(180deg);
}
.mobile_menu .expandable_menu + .sub_menu_box {
  display: none;
  background-color: #fafaff;
}
.mobile_menu .expandable_menu + .sub_menu_box .mobile_menu_new {
  color: red;
  margin-left: 5px;
  font-size: 12px;
}
.mobile_menu .expandable_menu.open + .sub_menu_box {
  display: block;
}
.mobile_menu .expandable_menu + .sub_menu_box {
  padding: 12px 0;
}
.mobile_menu .expandable_menu + .sub_menu_box ul {
  padding: 0;
  margin: 0;
}
.mobile_menu .expandable_menu + .sub_menu_box ul li {
  height: 40px;
  padding: 0;
}
.mobile_menu .expandable_menu + .sub_menu_box ul li a {
  font-size: 15px;
  font-weight: normal;
  padding: 10px 0 11px 72px;
  width: 100%;
}
.mobile_menu .expandable_menu.user .coach_badge_box {
  display: inherit;
  margin-left: 2px;
}
.mobile_menu .expandable_menu.user .coach_badge {
  width: 16px;
  height: 16px;
  object-fit: contain;
}
.mobile_menu .expandable_menu.user .user_name {
  margin-right: 0;
  font-size: 16px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.mobile_menu .expandable_menu.user .email_box {
  border-radius: 4px;
  background-color: #e1e1eb;
  font-size: 10px;
  color: #000000;
  margin: 0;
  padding: 3px 4px;
  vertical-align: middle;
  display: inline-block;
  overflow-x: hidden;
  text-overflow: ellipsis;
}
.mobile_menu .menu ul li.recommend-banner {
  height: 60px;
  background-color: #af96e1;
  background-image: url();
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 24px;
  box-sizing: border-box;
}
.mobile_menu .menu ul li.recommend-banner .left {
  color: #ffffff;
  font-weight: 300;
  margin: 0;
}
.mobile_menu .menu ul li.recommend-banner .left strong {
  font-weight: 500;
}
.mobile_menu .menu ul li.recommend-banner .right {
  display: block;
  width: auto;
  height: 100%;
}

#modal-center-02 > div.uk-modal-dialog {
  border-radius: 6px;
}
#modal-center-02 p {
  font-size: 15px;
  color: #333;
  box-sizing: border-box;
  padding: 20px 40px;
  text-align: center;
  margin: 0px;
}
#modal-center-02 .modal_close_btn {
  width: 94%;
  border: 0px;
  border: 1px solid #f3f3f3;
  font-size: 16px;
  color: #333;
  text-align: center;
  box-sizing: border-box;
  padding: 8px;
  background-color: #f3f3f3;
  margin: 0px auto 6px auto;
  display: block;
  border-radius: 3px;
}
#modal-center-02 .modal_close_btn:hover {
  background-color: #efefef;
}
#modal-center-02 .modal_move_btn {
  width: 94%;
  border: 0px;
  border: 1px solid #c69c6d;
  font-size: 16px;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
  padding: 8px;
  background-color: #c69c6d;
  margin: 0px auto 12px auto;
  display: block;
  border-radius: 3px;
}
#modal-center-02 .modal_move_btn:hover {
  background-color: #c3935d;
}
#modal-center-03 > div.uk-modal-dialog {
  border-radius: 6px;
}
#modal-center-03 p {
  font-size: 15px;
  color: #333;
  box-sizing: border-box;
  padding: 20px 40px;
  text-align: center;
  margin: 0px;
}
#modal-center-03 .modal_close_btn {
  width: 94%;
  border: 0px;
  border: 1px solid #f3f3f3;
  font-size: 16px;
  color: #333;
  text-align: center;
  box-sizing: border-box;
  padding: 8px;
  background-color: #f3f3f3;
  margin: 0px auto 6px auto;
  display: block;
  border-radius: 3px;
}
#modal-center-03 .modal_close_btn:hover {
  background-color: #efefef;
}
#modal-center-03 .modal_move_btn {
  width: 94%;
  border: 0px;
  border: 1px solid #c69c6d;
  font-size: 16px;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
  padding: 8px;
  background-color: #c69c6d;
  margin: 0px auto 12px auto;
  display: block;
  border-radius: 3px;
}
#modal-center-03 .modal_move_btn:hover {
  background-color: #c3935d;
}
.hf_global_popup_search_shadow {
  display: none;
  width: 100%;
  height: 100%;
  z-index: 5000;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  position: fixed;
  left: 0px;
  top: 0px;
}
.hf_global_popup_search_box {
  display: none;
  z-index: 5500;
  position: absolute;
  background-color: #fff;
}
.hf_global_popup_search_box .hf_search_popup_close {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
.hf_global_popup_search_box .hf_search_popup_close.for_step_0 {
  position: relative;
  display: block;
  margin: 180px auto 8px auto;
  width: 300px;
  text-align: right;
  right: 0px;
  top: 0px;
}
.hf_global_popup_search_box .hf_search_popup_close.for_step_0 svg {
  color: #fff;
  fill: #fff;
}
.hf_global_popup_search_box .button.choose {
  display: block;
  margin: 0px auto 8px auto;
  width: 300px;
  background-color: #ffffff;
  border-radius: 24px;
  box-sizing: border-box;
  padding: 12px 24px;
  cursor: pointer;
  text-align: center;
  color: #ae844c;
  font-weight: 700;
  font-size: 16px;
  transition: all 0.2s ease-in-out;
}
.hf_global_popup_search_box .button.choose:hover {
  color: #fff;
  background-color: #ae844c;
}
.hf_global_popup_search_box .hf_search_title_box {
  border-bottom: 1px solid #eee;
  text-align: center;
  box-sizing: border-box;
  padding: 28px 0px;
}
.hf_global_popup_search_box .hf_search_title_box h2 {
  font-weight: 100;
  font-size: 30px;
  letter-spacing: -1px;
  margin: 0px 0px 4px 0px;
  padding: 0px;
}
.hf_global_popup_search_box .hf_search_title_box h2 span {
  font-weight: 400;
}
.hf_global_popup_search_box .hf_search_title_box h3 {
  font-weight: 300;
  font-size: 16px;
  letter-spacing: -1px;
  margin: 0px;
  padding: 0px;
}
.hf_global_popup_search_box .hf_search_step_btn_box {
  text-align: center;
  margin: 0px;
  padding: 32px 0px 42px 0px;
  box-sizing: border-box;
}
.hf_global_popup_search_box .hf_search_step_btn_box .hf_search_step_button {
  width: 140px;
  font-size: 18px;
  font-weight: 300;
  color: #fff;
  display: inline-block;
  background-color: #c29b6a;
  cursor: pointer;
  box-sizing: border-box;
  padding: 7px 16px;
  border-radius: 3px;
}
.hf_global_popup_search_box
  .hf_search_step_btn_box
  .hf_search_step_button:hover {
  background-color: #cba16b;
}
.hf_global_popup_search_box .hf_search_step_0 {
  overflow: hidden;
}
.hf_global_popup_search_box .hf_search_step_1 {
  overflow: hidden;
}
.hf_global_popup_search_box .hf_search_step_1 .hf_search_region_box {
  text-align: center;
  box-sizing: border-box;
  padding: 38px 0px;
}
.hf_global_popup_search_box .hf_search_step_1 .hf_search_region_box select {
  box-sizing: content-box;
  border: 2px solid #ccc;
  color: #555;
  font-size: 16px;
  padding: 6px 10px;
  cursor: pointer;
  -webkit-appearance: none;
}
.hf_global_popup_search_box
  .hf_search_step_1
  .hf_search_region_box
  select#hf_step_1_region_1_id {
  width: 100px;
}
.hf_global_popup_search_box
  .hf_search_step_1
  .hf_search_region_box
  select#hf_step_1_region_2_id {
  width: 160px;
}
.hf_global_popup_search_box .hf_search_step_1 .hf_favorite_region {
  text-align: center;
  box-sizing: border-box;
  padding: 0px 0px 6px 0px;
  margin: 0px;
  color: #333;
  font-weight: 400;
  font-size: 17px;
}
.hf_global_popup_search_box .hf_search_step_1 .hf_favorite_list {
  padding: 0px 24px;
  margin: 0px auto;
  color: #aaa;
  font-weight: 400;
  font-size: 15px;
  width: 100%;
  max-width: 518px;
  box-sizing: border-box;
  text-align: center;
  word-break: keep-all;
  line-height: 160%;
}
.hf_global_popup_search_box .hf_search_step_1 .hf_favorite_list span {
  display: inline-block;
  cursor: pointer;
}
.hf_global_popup_search_box .hf_search_step_2 {
  overflow: hidden;
}
.hf_global_popup_search_box .hf_search_step_2 .hf_search_step_back_btn {
  position: absolute;
  left: 20px;
  top: 20px;
  cursor: pointer;
  box-sizing: border-box;
  margin: 0px;
  padding: 4px 20px;
  border-radius: 16px;
  border: 1px solid #ddd;
  color: #ccc;
  font-size: 14px;
  transition: all 0.2s ease-in-out;
}
.hf_global_popup_search_box .hf_search_step_2 .hf_search_step_back_btn:hover {
  border: 1px solid #999;
  color: #888;
}
.hf_global_popup_search_box .hf_search_step_2 .hf_front_search_display_region {
  text-align: center;
  font-size: 13px;
  color: #777;
  cursor: pointer;
  margin: 0px;
  padding: 20px 0px 20px 0px;
}
.hf_global_popup_search_box
  .hf_search_step_2
  .hf_front_search_display_region
  span {
  font-size: 16px;
  color: #333;
  font-weight: 400;
  letter-spacing: -0.5px;
}
.hf_global_popup_search_box .hf_search_step_2 .hf_step_content_wrap {
  margin: 0px auto;
  max-width: 93.6%;
  text-align: left;
}
.hf_global_popup_search_box .hf_search_step_2 .hf_type_box {
  display: inline-block;
  cursor: pointer;
  width: 32.3%;
  max-width: 98px;
  position: relative;
  vertical-align: top;
  margin-bottom: 4px;
}
.hf_global_popup_search_box .hf_search_step_2 .hf_type_box img.overlap {
  display: none;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: 100;
}
.hf_global_popup_search_box .hf_search_step_2 .hf_type_box img.hf_type_img {
  width: 100%;
}
.hf_global_popup_search_box .hf_search_step_2 .hf_popup_purpose {
  margin: 0px;
  box-sizing: border-box;
  padding: 4px 4px 0px 4px;
  font-size: 13px;
  text-decoration: underline;
  color: #999;
  margin: 0px auto;
  max-width: 93.6%;
  text-align: right;
  cursor: pointer;
}
.hf_search_coach_program {
  text-align: center;
  background-color: #dfdfdf;
  box-sizing: border-box;
  padding: 8px 0px;
}
.hf_search_coach_program input.coach_program_search_query {
  font-size: 14px;
  color: #777;
  border: 1px solid #dfdfdf;
  box-sizing: border-box;
  padding: 4px 16px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  width: 200px;
}
.hf_search_coach_program button {
  font-size: 14px;
  color: #fff;
  border: 0px solid #afafaf;
  box-sizing: border-box;
  padding: 4px 16px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  background-color: #777;
  margin: 0px 0px 0px 4px;
}

.uk-notification-message {
  font-size: 15px;
}
.global_pay_loading_screen,
.global_form_loading_screen,
.global_loading_screen,
.global_spinner {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0px;
  top: 0px;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 80000;
  display: none;
}
.global_pay_loading_screen .loading_now,
.global_loading_screen .loading_now,
.global_form_loading_screen .loading_now {
  position: fixed;
  left: 50%;
  top: 50%;
  width: 200px;
  height: 40px;
  box-sizing: border-box;
  padding: 8px 12px;
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  margin: -20px 0px 0px -100px;
  font-size: 15px;
  font-weight: bold;
  color: #333;
}
.global_loading_screen .loading_now i {
  -webkit-animation:spin 4s linear infinite;
  -moz-animation:spin 4s linear infinite;
  animation:spin 4s linear infinite;
}
@-moz-keyframes spin {
  100% { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform:rotate(360deg);
  }
}
.global_spinner .loading_now {
  position: fixed;
  left: 50%;
  top: 50%;
  width: 200px;
  height: 60px;
  box-sizing: border-box;
  padding: 8px 12px;
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  margin: -20px 0px 0px -100px;
  font-size: 15px;
  font-weight: bold;
  color: #333;
  line-height: 44px;
}

.imp-dialog.pc .imp-frame-danal-certification {
  margin-top: 65px !important;
}
.imp-dialog.pc .imp-header {
  margin-top: 59px !important;
}

.hide {
  display: none;
}

.basicwidth {
  width: 1068px;
  margin-left: auto;
  margin-right: auto;
}
#footer {
  padding: 90px 0px;
  background-color: #fafaff;
  width: 100%;
}
.footer {
  padding: 0 0 95px 0;
  max-width: 1068px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.footer .sm {
  display: flex;
  padding: 0;
  justify-content: flex-end;
}
.footer .sm .sm-item {
  margin-right: 40px;
}
.footer .sv .sv-item + .sv-item::before {
  content: '|';
  padding: 0px 8px;
}
.footer .sm .sm-item:last-child {
  margin-right: 0;
}
.footer .sm .sm-item:nth-child(2) img {
  width: 57px;
  height: 16px;
}

.footer .info {
  padding-left: 24px;
}
.footer .info .info-list {
  display: flex;
}
.footer .info .info-list .info-item {
  font-size: 12px;
  line-height: 20px;
  color: #555555;
}

.footer .sv {
  display: flex;
  margin-top: 20px;
  padding-left: 24px;
}
.footer .sv .sv-item {
  font-size: 12px;
  line-height: 20px;
  color: #555555;
}

.footer .cp {
  font-size: 12px;
  line-height: 20px;
  color: #555555;
  margin-top: 20px;
  padding-left: 24px;
}

.footer i {
  display: inline-flex;
  align-items: center;
  font-style: normal;
  color: #555555;
  padding: 0 8px;
  opacity: 0.8;
}

.only_pc {
  display: block !important;
}
.only_mo {
  display: none !important;
}
.color_main {
  color: #6400c8;
}
.color_main2 {
  color: #00f0c8;
}

.footer .info .info-item,
.footer .sv .sv-item,
.footer .cp {
  font-weight: 300;
}
.footer .info,
.footer .sv,
.footer .cp {
  padding-left: 0;
}
.footer .sm img,
.footer .sm .sm-item:nth-child(2) img {
  width: 42px;
  height: 30px;
  margin-right: 0;
}
.footer .sm .sm-item {
  margin-right: 0;
}
.footer .sm .sm-item + .sm-item {
  margin-left: 12px;
}
.footer .info-item + .info-item::before,
.footer .sv-item + .sv-item::before {
  content: ' | ';
  padding: 0px 8px;
  text-align: center;
  display: inline-block;
}

.flatpickr-input {
  flex: 1;
  padding: 0px 24px;
  border: none;
  font-size: 16px;
  font-family: -apple-system, BlinkMacSystemFont, 'appleSD', 'Noto Sans KR',
    '나눔 고딕', 'Nanum Gothic', 'Malgun Gothic', '맑은 고딕', '돋움',
    sans-serif !important;
  letter-spacing: -0.5px;
  line-height: 1.4;
  color: black;
  outline: 0;
}
.flatpickr-input.pd0 {
  padding: 0;
  width: 100%;
}
.flatpickr-current-month .flatpickr-monthDropdown-months {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
}
.common-header.hf_layout_header {
  min-height: 80px;
  height: auto;
  padding: 0;
  border-bottom: 1px solid #e1e1eb;
}
.common-header.hf_layout_header * {
  font-family: 'Spoqa Han Sans', 'Sans-serif' !important;
  color: #000000;
  letter-spacing: -0.5px;
  line-height: 1.4;
  font-weight: 300;
}

.common-header.hf_layout_header .hf_header_homefit.pc {
  width: 132px;
  height: 24px;
}

.common-header.hf_layout_header .hf_layout_header_wrap {
  max-width: 1024px;
  height: 80px;
  padding: 0px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  /* Listings css */
  /* padding-left: 24px;
	padding-right: 24px; */
}

.common-header.hf_layout_header .hf_layout_header_nav_left {
  display: inline-flex;
  height: 100%;
  color: #555;
  font-size: 14px;
  padding: 0px 0px;
  margin-left: 60px;
  align-items: center;
  flex: 1;
}

.common-header.hf_layout_header .hf_layout_header_nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.common-header.hf_layout_header .hf_layout_header_nav_left ul,
.common-header.hf_layout_header .hf_layout_header_nav ul {
  height: 100%;
}

.common-header.hf_layout_header .hf_layout_header_nav_left ul li,
.common-header.hf_layout_header .hf_layout_header_nav ul li {
  margin: 0;
  display: inline-flex;
  align-items: center;
}
.common-header.hf_layout_header .hf_layout_header_nav_left ul li + li,
.common-header.hf_layout_header .hf_layout_header_nav ul li + li {
  margin-left: 30px;
}
.common-header.hf_layout_header .hf_layout_header_nav_left ul li a,
.common-header.hf_layout_header .hf_layout_header_nav ul li a {
  display: inline-block;
  font-size: 16px;
  height: 24px;
  display: inline-flex;
  align-items: center;
}
.common-header.hf_layout_header .hf_layout_header_nav_left ul li a {
  height: 28px;
  justify-content: center;
}
.common-header.hf_layout_header .hf_layout_header_nav_left ul li a.active {
  background-color: #000000;
  color: #ffffff;
  border-radius: 14px;
}
.common-header.hf_layout_header .hf_layout_header_nav ul.hf_profile_menu li {
  width: 100%;
}
.common-header.hf_layout_header
  .hf_layout_header_nav.hf_layout_header_nav_right
  ul
  li
  a {
  font-size: 14px;
}
.common-header.hf_layout_header .hf_layout_header_nav .hf_profile_button {
  margin: 0;
  margin-left: 40px;
  font-size: 14px;
  display: inline-flex;
  height: 24px;
  align-items: center;
}
.common-header.hf_layout_header .hf_layout_header_nav .hf_profile_button img {
  width: 16px;
  height: 16px;
}

.common-header.hf_layout_header .hf_layout_header_nav ul.hf_profile_menu {
  height: 100%;
}
.common-header.hf_layout_header .hf_layout_header_nav ul.hf_profile_menu li {
  margin: 4px 0px;
}

.common-header.hf_layout_header_bottom {
  background-color: rgba(255, 255, 255, 0.96);
  width: 100%;
  border-top: 1px solid #e1e1eb;
  display: none;
  transition: 0.3s all;
}
.common-header.hf_layout_header_bottom:hover {
  display: block;
}
.common-header.hf_layout_header_bottom.active {
  display: block;
}
.common-header.hf_layout_header_bottom .bottom__container {
  width: 1024px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  box-sizing: border-box;
  padding-left: 216px;
  padding-right: 24px;
  padding-bottom: 24px;
}
.common-header.hf_layout_header_bottom .bottom__container ul {
  display: flex;
  flex-direction: column;
  margin-top: 12px;
  margin-bottom: 12px;
}
.common-header.hf_layout_header_bottom .bottom__container ul + ul {
  margin-left: 80px;
}
.common-header.hf_layout_header_bottom .bottom__container ul li {
  height: 48px;
  display: inline-flex;
  align-items: center;
}
.common-header.hf_layout_header_bottom .bottom__container ul li.bottom__title {
  font-size: 14px;
  color: #7d7d87;
}
.common-header.hf_layout_header_bottom .bottom__container ul li a {
  font-size: 16px;
}
.common-header.hf_layout_header_bottom .bottom__container ul li.on a {
  font-weight: 600 !important;
}
.common-header.hf_layout_header
  .hf_layout_header_nav
  .hf_profile_menu
  li.top_profile
  span.name {
  padding-left: 8px;
}

/**
custom tippy style
 */
.tippy-box .tippy-content {
  background-color: #6400c8;
  box-shadow: 1px 1px 11px 1px #a5a5a5;
  max-width: 400px;
  border-radius: 4px;
  padding: 6px;
  color: #ffffff;
  font-size: 15px;
}

.yoga-meditation-background-color {
  background-color: #ff7d00 !important;
}
.yoga-meditation-color {
  color: #ff7d00 !important;
}
.yoga-meditation-border-color {
  border-color: #ff7d00 !important;
}

@media screen and (max-width: 1440px) {
  .mobile-indicator-max-1440 {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .mobile-indicator-max-1024 {
    display: block;
  }
  .hf_global_popup_search_box .hf_search_step_2 .hf_popup_purpose {
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .basicwidth {
    width: 100%;
  }
  .mobile-indicator-max-768 {
    display: block;
  }
  .hf_layout_header.hide_mo_header {
    display: none;
  }
  .hf_layout_header .hf_layout_header_wrap {
    display: block;
    text-align: center;
  }
  .hf_layout_header .hf_header_homefit {
    height: 38px;
  }
  .hf_layout_header .hf_header_homefit.pc {
    display: none;
  }
  .hf_layout_header .hf_header_homefit.mo {
    display: inline-block;
    width: 25px;
    height: 31px;
  }
  .hf_layout_header {
    padding: 7px 0px;
    border-bottom: none;
  }
  .hf_layout_header .top_banner_wrap {
    margin: -8px 0px 8px 0px;
  }
  .hf_layout_header .top_banner_wrap .top_banner_pc {
    display: none;
  }
  .hf_layout_header .top_banner_wrap .top_banner_m {
    display: block;
  }
  .hf_layout_header .hf_layout_header_nav,
  .hf_layout_header .hf_layout_header_nav_left {
    display: none;
  }
  .hf_layout_header .hf_layout_header_mobile {
    display: block;
  }
  .common-header.hf_layout_header {
    min-height: 44px;
  }
  .hf_layout_main_menu {
    display: none;
  }
  .hf_global_popup_search_box .hf_search_popup_close {
    right: 12px;
    top: 12px;
  }
  .hf_global_popup_search_box .hf_search_popup_close.for_step_0 {
    margin: 120px auto 8px auto;
  }
  .hf_global_popup_search_box .hf_search_title_box {
    padding: 34px 0px 28px 0px;
  }
  .hf_global_popup_search_box .hf_search_title_box h2 {
    font-size: 24px;
    margin: 0px 0px 4px 0px;
  }
  .hf_global_popup_search_box .hf_search_title_box h3 {
    font-size: 14px;
  }
  .hf_global_popup_search_box .hf_search_step_btn_box {
    padding: 24px 0px 38px 0px;
  }
  .hf_global_popup_search_box .hf_search_step_btn_box .hf_search_step_button {
    width: 100px;
    font-size: 16px;
    padding: 8px 18px;
  }
  .hf_global_popup_search_box .hf_search_step_1 .hf_search_region_box {
    padding: 32px 0px;
  }
  .hf_global_popup_search_box .hf_search_step_1 .hf_search_region_box select {
    font-size: 15px;
    padding: 4px 10px;
    border-radius: 0px;
  }
  .hf_global_popup_search_box
    .hf_search_step_1
    .hf_search_region_box
    select#hf_step_1_region_1_id {
    width: 60px;
  }
  .hf_global_popup_search_box
    .hf_search_step_1
    .hf_search_region_box
    select#hf_step_1_region_2_id {
    width: 120px;
  }
  .hf_global_popup_search_box .hf_search_step_1 .hf_favorite_region {
    padding: 0px 0px 4px 0px;
    font-size: 14px;
  }
  .hf_global_popup_search_box .hf_search_step_1 .hf_favorite_list {
    padding: 0px 16px;
    font-size: 14px;
  }
  .hf_global_popup_search_box .hf_search_step_1 .hf_favorite_list span {
    display: inline-block;
    cursor: pointer;
  }
  .hf_global_popup_search_box .hf_search_step_2 .hf_search_step_back_btn {
    left: 12px;
    top: 12px;
    padding: 2px 16px;
    border-radius: 12px;
    font-size: 12px;
  }
  .hf_global_popup_search_box .hf_search_step_2 .hf_step_content_wrap {
    width: 82%;
  }
  .hf_global_popup_search_box .hf_search_step_2 .hf_type_box {
    width: 32.1%;
    max-width: 92px;
  }
  .hf_global_popup_search_box
    .hf_search_step_2
    .hf_front_search_display_region {
    font-size: 11px;
    padding: 16px 0px 16px 0px;
  }
  .hf_global_popup_search_box
    .hf_search_step_2
    .hf_front_search_display_region
    span {
    font-size: 15px;
  }
  .hf_global_popup_search_box .hf_search_step_2 .hf_popup_purpose {
    width: 82%;
    font-size: 12px;
  }

  .common-header.hf_layout_header .hf_layout_header_wrap {
    width: 100%;
    min-height: 44px;
    height: auto;
    justify-content: center;
  }
  .common-header.hf_layout_header .hf_layout_header_nav_left {
    display: none;
  }
  .common-header.hf_layout_header .hf_layout_header_nav {
    display: none;
  }

  #sm_01 .c01 .banner .desc {
    margin-top: 0 !important;
    padding-top: 20px;
  }
  #footer {
    padding: 60px 24px;
  }
  .footer {
    flex-direction: column-reverse;
    justify-content: space-between;
    padding: 0;
  }

  .footer .sm {
    border-bottom: none;
    justify-content: flex-start;
    margin-top: 30px;
    padding: 0;
  }
  .footer .sm .sm-item {
    width: auto;
  }

  .footer .info {
    padding-top: 0;
    padding: 0;
  }
  .footer .info .info-list {
    flex-direction: column;
  }
  .footer .sv {
    margin-top: 30px;
    padding: 0;
  }

  .footer .cp {
    margin-top: 30px;
    padding: 0;
  }

  .footer .info i {
    display: none;
  }

  .only_pc {
    display: none !important;
  }
  .only_mo {
    display: block !important;
  }

  .footer .info-item + .info-item::before {
    display: none;
  }
}

@media all and (max-width: 640px) {
  footer .foot_info {
    width: calc(100% - 40px);
    padding: 14px 12px 0;
    text-align: left;
  }
  footer .foot_info p span {
    display: block;
  }
  footer .foot_info p span + span,
  footer .foot_info p a + span,
  footer .foot_info p span + a {
    margin-top: 3px;
  }
  footer .foot_info p span:before {
    display: none;
  }
  footer .foot_info .info_btn {
    padding: 0 8px;
  }
  footer .foot_info .first a {
    font-weight: 600;
  }
  footer .foot_info .first span {
    display: inline-block;
  }
  footer .foot_info .first span + span {
    margin-top: 0;
  }
  footer .foot_info .first span:before {
    display: block;
  }
  footer .foot_info .first span:first-child:before {
    display: none;
  }
  footer .foot_info .copy {
    margin-top: 5px;
    margin-left: 8px;
  }
}
