.progress-wrapper {
  height: 5px;
}

.progress-bar {
  position: fixed;
  top: 129px;
  left: 0;
  height: 5px;
  background: #007fa8;
  z-index: 19;
  transition: 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hmj-header.header-fixed ~ .hmj-container .progress-bar {
  top: 56px;
}

.hmj-container .hmj-content .top-visual .visual-counsel {
  display: flex;
  padding: 0;
  color: #fff;
  justify-content: center;
  flex-direction: column;
}

.online-counsel-section {
  width: 1120px;
  margin: 0 auto;
  padding: 72px 0 0;
}

.top-visual + .online-counsel-section {
  padding-top: 80px;
}

.online-counsel-section .data-tbl thead th {
  font-weight: 500;
}

.online-counsel-section .data-tbl tbody td a {
  position: relative;
  display: inline-block;
}

.online-counsel-section .data-tbl tbody td a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 1px;
  background: #191919;
  content: "";
}

.online-counsel-section .data-tbl tbody td a:hover:after {
  display: block;
}

.online-counsel-section .ui-datepicker,
.online-counsel-section .ui-state-default {
  background-color: transparent;
}

.online-counsel-section .ui-state-active {
  background-color: #0793ea;
}

.online-counsel-section .ui-datepicker th {
  background: #f5f5f5;
}

.online-counsel-section .ui-datepicker .reservation-closed .ui-state-default {
  position: relative;
  color: #ccc;
}

.online-counsel-section
  .ui-datepicker
  .reservation-closed
  .ui-state-default:after {
  position: absolute;
  left: 50%;
  bottom: -2px;
  font-size: 10px;
  color: #ccc;
  line-height: 16px;
  white-space: nowrap;
  transform: translate(-50%, 0);
  content: "예약마감";
}

.online-counsel-section .slt-box .selected-value,
.online-counsel-section .slt-box .select-items li {
  font-family: 'HyundaiSansHeadJP', sans-serif;
}

.online-counsel-section textarea {
  font-family: 'HyundaiSansHeadJP', sans-serif;
}

.online-counsel-section .inp-textarea span.bite {
  font-family: 'HyundaiSansHeadJP', sans-serif;
}

.online-counsel-section .cta-outer {
  margin-top: 40px;
}

.online-counsel-section .error-msg {
  font-family: 'HyundaiSansHeadJP', sans-serif;
}

.online-counsel-section .intro {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.online-counsel-section .intro-group {
  display: flex;
  align-items: center;
  gap: 16px;
}

.online-counsel-section .intro-cont {
  width: 100%;
  padding: 55px 0;
  border: 1px solid #e9e9e9;
  border-radius: 8px;
  text-align: center;
}

.online-counsel-section .intro > .intro-cont .title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.online-counsel-section .intro > .intro-cont .title:before {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  background: url("../image/online-counsel/icon_intro.svg") no-repeat center /
    100%;
  content: "";
}

.online-counsel-section .intro .title {
  font-size: 24px;
  font-weight: 500;
  line-height: 38px;
}

.online-counsel-section .intro .text {
  margin-top: 16px;
  font-size: 16px;
  line-height: 26px;
}

.online-counsel-section .intro .cta-outer {
  margin-top: 32px;
}

.online-counsel-section .toggle .tit-btn {
  color: #191919;
}

.online-counsel-section .toggle .cont {
  padding: 48px;
  background: #fafafa;
}

.online-counsel-section .toggle .form-items {
  margin-top: 0;
  padding: 0;
}

.online-counsel-section .toggle .form-items .inp-outer-box {
  align-items: flex-start;
}

.online-counsel-section .form-notice-box {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  gap: 8px;
}

.online-counsel-section .form-notice-box .noti-msg {
  margin: 0;
}

.online-counsel-section .form-notice-box .info-cxc {
  margin: 0;
}

.online-counsel-section .form-notice-box .info-cxc:before {
  flex-shrink: 0;
}

.online-counsel-section .inp-slice-box {
}

.online-counsel-section .car-master-search {
  display: flex;
  padding: 56px 0;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.online-counsel-section .car-master-search .search {
  width: 80px;
  height: 80px;
}

.online-counsel-section .car-master-search .text {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

.online-counsel-section .counsel-car-master {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.online-counsel-section .counsel-car-master .info-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.online-counsel-section .counsel-car-master .state-info {
  display: flex;
  align-items: center;
  gap: 32px;
}

.online-counsel-section .counsel-car-master .state-info > span {
  display: flex;
  align-items: center;
  gap: 8px;
}

.online-counsel-section .counsel-car-master .state-info > span:before {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background: #0793ea;
  content: "";
}

.online-counsel-section .counsel-car-master .state-info .consulting:before {
  background: #ff8f00;
}

.online-counsel-section .counsel-car-master .state-view {
  display: flex;
  align-items: center;
  gap: 8px;
}

.online-counsel-section .counsel-car-master .state-view > button {
  display: flex;
  width: 48px;
  height: 28px;
  padding: 3px;
  background: #e9e9e9;
  border-radius: 999px;
}

.online-counsel-section .counsel-car-master .state-view > button:before {
  width: 22px;
  height: 22px;
  background: #fff;
  border-radius: 100%;
  transition: 0.1s linear;
  content: "";
}

.online-counsel-section .counsel-car-master .state-view .active {
  background: #0793ea;
}

.online-counsel-section .counsel-car-master .state-view .active:before {
  transform: translate(calc(100% - 3px), 0);
}

.online-counsel-section .counsel-car-master .state-text {
  display: flex;
  align-items: center;
  gap: 2px;
}

.online-counsel-section .counsel-car-master .state-text .view {
  display: flex;
  align-items: center;
  gap: 2px;
}

.online-counsel-section .counsel-car-master .state-text .view span {
  width: 12px;
  height: 12px;
  margin-top: 1px;
  background: #0793ea;
  border-radius: 100%;
}

.online-counsel-section .counsel-car-master .state-text .view:before {
  content: "(";
}

.online-counsel-section .counsel-car-master .state-text .view:after {
  content: ")";
}

.online-counsel-section .counsel-car-master .list {
  width: 100%;
  /* display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px; */
}

.online-counsel-section .counsel-car-master .list .swiper-wrapper {
  gap: 16px;
  flex-wrap: wrap;
}

.online-counsel-section .counsel-car-master .list .swiper-slide {
  width: calc((100% - 32px) / 3);
  height: auto;
}

.online-counsel-section .counsel-car-master .list .active .item {
  border: 1px solid #0793ea;
}

.online-counsel-section .counsel-car-master .item {
  position: relative;
  display: flex;
  width: 100%;
  /* height: 100%; */
  height: 447px;
  padding: 55px 23px 31px;
  border: 1px solid #e9e9e9;
  background: #fff;
  border-radius: 12px;
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.online-counsel-section .counsel-car-master .item:before {
  position: absolute;
  top: 19px;
  right: 20px;
  display: block;
  width: 12px;
  height: 12px;
  background: #0793ea;
  border-radius: 100%;
  content: "";
}

.online-counsel-section .counsel-car-master .item.active {
}

.online-counsel-section .counsel-car-master .item.disabled {
  background: #f5f5f5;
  pointer-events: none;
}

.online-counsel-section .counsel-car-master .item.disabled .text-flag.c3 {
  border-color: #1c6bba;
  color: #1c6bba;
}

.online-counsel-section .counsel-car-master .content-box {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
  gap: 24px;
}

.online-counsel-section .counsel-car-master .cont-set {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 8px;
  flex-grow: 1;
}

.online-counsel-section .counsel-car-master .picture {
  overflow: hidden;
  width: 72px;
  height: 72px;
  margin: 0 auto;
  background: url("../image/online-counsel/bg_profile.svg") no-repeat center /
    100%;
  border-radius: 100%;
  flex-shrink: 0;
}

.online-counsel-section .counsel-car-master .name {
  overflow: hidden;
  height: 52px;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

.online-counsel-section .counsel-car-master .hash-tag {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px 6px;
}

.online-counsel-section .counsel-car-master .introduce {
  overflow: hidden;
  height: 88px;
  text-align: left;
}

.online-counsel-section .counsel-car-master .career {
  display: flex;
  padding-top: 24px;
  border-top: 1px solid #e9e9e9;
  align-items: center;
  justify-content: space-between;
  color: #999;
}

.online-counsel-section .counsel-car-master .career .num {
  color: #191919;
}

.online-counsel-section .counsel-car-master .random-cont {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-grow: 1;
}

.online-counsel-section .counsel-car-master .random-cont:before {
  width: 64px;
  height: 64px;
  background: #e5f1fb url("../image/online-counsel/icon_counsel03.svg")
    no-repeat center / 44px 44px;
  border-radius: 100%;
  content: "";
}

.online-counsel-section .counsel-car-master .random-cont .text {
  margin-top: 16px;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}

.online-counsel-section .counsel-car-master .consulting:before {
  background: #ff8f00;
}

.online-counsel-section .counsel-car-master .text-flag2 {
  position: absolute;
  top: 23px;
  left: 23px;
}

.online-counsel-section .counsel-car-master.reservation .info-box,
.online-counsel-section .counsel-car-master.reservation .item:before {
  display: none;
}

.online-counsel-section .counsel-date-time {
}

.online-counsel-section .counsel-date-time .reservation-wrap {
  display: flex;
  gap: 80px;
}

.online-counsel-section .counsel-date-time .calendar-group {
  flex-grow: 1;
}

.online-counsel-section .counsel-date-time .time-select-group {
  display: flex;
  width: 272px;
  flex-direction: column;
  flex-shrink: 0;
  gap: 16px;
}
.online-counsel-section .counsel-date-time .info-box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
}

.online-counsel-section .counsel-date-time .info-box span {
  display: flex;
  line-height: 48px;
  align-items: center;
  gap: 8px;
}

.online-counsel-section .counsel-date-time .info-box span:before {
  width: 8px;
  height: 8px;
  background: #191919;
  border-radius: 100%;
  content: "";
}

.online-counsel-section .counsel-date-time .info-box .disabled:before {
  background: #ccc;
}

.online-counsel-section .counsel-date-time .select-box {
  overflow: auto;
  display: flex;
  height: 480px;
  padding: 40px;
  background: #f5f5f5;
  flex-direction: column;
  gap: 8px;
}

.online-counsel-section .counsel-date-time .select-box .btn-select3 {
}

.online-counsel-section .counsel-date-time .select-box .btn-select3 span {
  width: 100%;
  background: #fff;
}

.online-counsel-section .counsel-date-time .cta-outer {
  margin-top: 0;
}

.online-counsel-section .counsel-btn-wrap {
  display: flex;
  margin-top: 40px;
  text-align: center;
  flex-direction: column;
  gap: 40px;
}

.online-counsel-section .counsel-btn-wrap .text {
  color: #666;
}

.online-counsel-section .counsel-btn-wrap .text span {
  color: #0793ea;
}

.online-counsel-section .counsel-btn-wrap .cta-outer {
  margin-top: 0;
}

.online-counsel-section .form-items {
  display: flex;
  margin-top: 24px;
  padding: 48px;
  background: #fafafa;
  flex-direction: column;
}

.online-counsel-section .form-items .noti-msg {
  font-family: 'HyundaiSansHeadJP', sans-serif;
  color: #1c6bba;
  line-height: 20px;
}

.online-counsel-section .form-items .inp-item {
  background: transparent;
  font-family: 'HyundaiSansHeadJP', sans-serif;
}

.online-counsel-section .form-items .inp-outer-box {
  align-items: center;
}

.online-counsel-section .form-items .inp-outer-box > label {
  width: 192px;
  margin: 0;
  flex-shrink: 0;
}

.online-counsel-section .form-items .tel-type .inp-slice-box .slt-box {
  width: 100%;
  margin-right: 0;
  flex: 1;
}

.online-counsel-section .form-items .post-type {
}

.online-counsel-section .form-items .slt-box.type2 .selected-value {
  background: transparent;
  font-family: 'HyundaiSansHeadJP', sans-serif;
  color: #ccc;
}

.online-counsel-section .form-items .slt-box.type2.on .selected-value {
  color: #191919;
}

.online-counsel-section .form-items .inp-group-box .inp-area:nth-child(odd) {
  margin-right: 4px;
}

.online-counsel-section .form-items .inp-group-box .inp-area:nth-child(even) {
  margin-left: 4px;
}

.online-counsel-section
  .form-items
  .counsel-type
  .radio
  input[type="radio"]:checked
  + span {
  border-color: #0793ea;
  font-weight: 500;
  color: #0793ea;
}

.online-counsel-section .form-items .counsel-type {
  display: flex;
  align-items: center;
  gap: 16px;
}

.online-counsel-section .form-items .counsel-type .radio {
  margin: 0;
  cursor: pointer;
}

.online-counsel-section .form-items .counsel-type .radio span {
  display: flex;
  width: 328px;
  padding: 23px 0;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 4px;
  color: #333;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.online-counsel-section .form-items .counsel-type .radio span:before {
  position: static;
  width: 24px;
  height: 24px;
  border: none;
  background: url("../image/online-counsel/icon_counsel01.svg") no-repeat center /
    100%;
  align-self: center;
}

.online-counsel-section .form-items .counsel-type .radio + .radio span:before {
  background: url("../image/online-counsel/icon_counsel02.svg") no-repeat center /
    100%;
}

.online-counsel-section .form-items .counsel-type .radio.disabled {
  cursor: default;
  pointer-events: none;
}

.online-counsel-section .form-items .counsel-type .radio.disabled span {
  border-color: #e9e9e9;
  background: #fafafa;
  color: #999;
  cursor: default;
  pointer-events: none;
}

.online-counsel-section .form-items .counsel-type .radio.disabled span:before {
  background: url("../image/online-counsel/icon_counsel01_disabled.svg") no-repeat center /
    100%;
}

.online-counsel-section .form-items .counsel-type .radio + .radio.disabled span:before {
  background: url("../image/online-counsel/icon_counsel02_disabled.svg") no-repeat center /
    100%;
}

.online-counsel-section .input-form-wrap {
}

.online-counsel-section .input-form-wrap .tbl-box {
  margin-top: 24px;
}

.online-counsel-section .input-form-wrap .title {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}

.online-counsel-section .input-form-wrap .title + .text {
  margin-top: 15px;
}

.online-counsel-section .input-form-wrap > .text {
  padding-top: 24px;
  border-top: 1px solid #999;
  color: #666;
}

.online-counsel-section .counsel-status {
}

.online-counsel-section .counsel-status .status-msg {
  display: flex;
  text-align: center;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.online-counsel-section .counsel-status .status-msg:before {
  width: 64px;
  height: 64px;
  background: #e5f1fb url("../image/online-counsel/icon_success.svg") no-repeat
    center / 24px;
  border-radius: 100%;
  content: "";
}

.online-counsel-section .counsel-status .status-msg .title {
  font-size: 24px;
  font-weight: 500;
  line-height: 38px;
}

.online-counsel-section .counsel-status .status-msg .text {
  font-size: 16px;
  line-height: 26px;
}

.online-counsel-section .counsel-status .status-msg .text span {
  color: #0793ea;
}

.online-counsel-section .counsel-status .status-view .list .list-title {
  width: 200px;
}

.online-counsel-section .counsel-status .desc {
  margin-top: 24px;
  font-size: 12px;
  color: #999;
  line-height: 20px;
}

.online-counsel-section .counsel-status .desc span {
  color: #0793ea;
}

.online-counsel-section .counsel-status.fail .status-msg:before {
  background: #f6f3f2 url("../image/online-counsel/icon_fail.svg") no-repeat
    center / 24px;
}

.online-counsel-section .counsel-status.fail .desc {
  text-align: center;
}

.online-counsel-section .counsel-status.fail .btn-wrap {
  margin-top: 48px;
}

.online-counsel-section .status-view {
  display: flex;
  margin-top: 24px;
  padding: 32px;
  background: #fafafa;
  border-radius: 8px;
  flex-direction: column;
  gap: 16px;
}

.online-counsel-section .status-view .title {
  font-weight: 500;
}

.online-counsel-section .status-view .list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.online-counsel-section .status-view .list li {
  display: flex;
  color: #191919;
  align-items: flex-start;
}

.online-counsel-section .status-view .list .list-title {
  position: relative;
  display: flex;
  width: 180px;
  padding-left: 16px;
  color: #666;
  align-items: center;
  flex-shrink: 0;
  gap: 4px;
}

.online-counsel-section .status-view .list .list-title:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 3px;
  height: 3px;
  background: #666;
  border-radius: 100%;
  transform: translate(0, -50%);
  content: "";
}

.online-counsel-section .status-view .list .text {
  word-break: break-word;
}

.online-counsel-section .reservation-inquery {
  margin-top: 40px;
}

.online-counsel-section .toggle-counsel {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.online-counsel-section .toggle-counsel > .item {
  padding: 15px;
  border: 1px solid #e9e9e9;
  border-radius: 4px;
}

.online-counsel-section .toggle-counsel > .item.active .tit-btn {
  border-bottom: none;
  font-weight: 400;
}

.online-counsel-section .toggle-counsel .tit-btn {
  display: flex;
  padding: 0 40px 0 0;
  border-top: none;
  justify-content: space-between;
}

.online-counsel-section .toggle-counsel .tit-btn:before {
  top: 0;
  margin-top: 0;
}

.online-counsel-section .toggle-counsel .left-box {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.online-counsel-section .toggle-counsel .right-box {
  display: flex;
  margin-top: 36px;
  line-height: 20px; 
}

.online-counsel-section .toggle-counsel .flag-box {
  display: flex;
  align-items: center;
  gap: 6px;
}

.online-counsel-section .toggle-counsel .flag-box + * {
  margin-top: 8px;
}

.online-counsel-section .toggle-counsel .category {
  display: flex;
  align-items: center;
  gap: 4px;
}

.online-counsel-section .toggle-counsel .category span {
  display: flex;
  font-size: 14px;
  color: #666;
  line-height: 22px;
  align-items: center;
  gap: 4px;
}

.online-counsel-section .toggle-counsel .category span + span:before {
  content: '/';
}

.online-counsel-section .toggle-counsel .reservation-number {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}

.online-counsel-section .toggle-counsel .time {
  font-size: 12px;
  color: #0793ea;
  line-height: 20px;
}

.online-counsel-section .toggle-counsel .cont {
  margin-top: 32px;
  padding: 0 0 8px;
  background: transparent;
}

.online-counsel-section .toggle-counsel .cont-inner {
  display: flex;
  gap: 24px;
}

.online-counsel-section .toggle-counsel .cont-inner .counsel-car-master {
  width: 331px;
  flex-shrink: 0;
}

.online-counsel-section .toggle-counsel .cont-inner .counsel-car-master .item:before {
  display: none;
}

.online-counsel-section .toggle-counsel .cont-inner .counsel-car-master .text-flag2 {
  display: none;
}

.online-counsel-section .toggle-counsel .status-view {
  overflow:auto;
  overflow-x:hidden;
  display: flex;
  max-height: 447px;
  margin-top: 0;
  padding: 32px;
  background: #fafafa;
  flex-grow: 1;
  gap: 24px;
}

.online-counsel-section .toggle-counsel .status-view .item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.online-counsel-section .toggle-counsel .status-view .item-title {
  color: #666;
}

.online-counsel-section .toggle-counsel .status-view .item > span {
  word-break: break-word;
}

.online-counsel-section .toggle-counsel .cta-outer {
  margin-top: 32px;
}

.online-counsel-section .toggle-counsel .counsel-flag {
  padding: 0 8px;
  background: rgba(0, 170, 210, 0.1);
  border-radius: 4px;
  font-size: 12px;
  color: #00aad2;
  line-height: 24px;
}

.online-counsel-section .toggle-counsel .counsel-flag.c2 {
  background: rgba(230, 51, 18, 0.1);
  color: #e63312;
}

.online-counsel-section .toggle-counsel .counsel-flag.c3 {
  background: rgba(28, 107, 186, 0.1);
  color: #1C6bba;
}

.online-counsel-section .toggle-counsel .counsel-flag.c4 {
  background: rgba(255, 143, 0, 0.1);
  color: #ff8f00;
}

.online-counsel-section .toggle-counsel .counsel-flag.c5 {
  background: rgba(102, 102, 102, 0.1);
  color: #666;
}

.online-counsel-section .mypage {
  display: flex;
  gap: 64px;
}

.online-counsel-section .mypage .title {
  font-size: 24px;
  line-height: 38px;
}

.online-counsel-section .mypage .mypage-menu {
  display: flex;
  width: 224px;
  flex-direction: column;
  flex-shrink: 0;
  gap: 16px;
}

.online-counsel-section .mypage .mypage-menu .toggle .item .tit-btn:before {
  opacity: .4;
}

.online-counsel-section .mypage .mypage-menu .toggle .item.active .tit-btn:before {
  opacity: 1;
}

.online-counsel-section .mypage .mypage-menu .toggle .item .cont {
  padding: 0 0 24px;
  background: #fff;
}

.online-counsel-section .mypage .mypage-cont {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.online-counsel-section .mypage .mypage-cont .slt-box {
  display: inline-block;
  vertical-align: top;
}

.online-counsel-section .mypage .mypage-cont .slt-box ~ * {
  margin-top: 24px;
}

.online-counsel-section .mypage .mypage-header {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.online-counsel-section .mypage .mypage-header .title {
  font-weight: 500;
}

.online-counsel-section .mypage .mypage-cont-inner {
  margin-top: 80px;
}

.online-counsel-section .mypage .mypage-none-counsel {
  display: flex;
  height: 462px;
  background: #fafafa;
  font-size :16px;
  line-height: 26px;
  align-items: center;
  justify-content: center;
}

.online-counsel-section .mypage .mypage-none-counsel .text {
  display: flex;
  font-weight: 500;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.online-counsel-section .mypage .mypage-none-counsel .text:before {
  width: 80px;
  height: 80px;
  background: url('../image/online-counsel/icon_info.svg') no-repeat center / cover;
  content: '';
}

.online-counsel-section .mypage .accordion-counsel {
  
}

.online-counsel-section .hmj-pagination {
}

/* layer popup */
.layer-popup-wrap.layer-counsel .alert-desc {
}
.layer-online-counsel {
}
.layer-online-counsel .slt-box .selected-value,
.layer-online-counsel .slt-box .select-items li,
.layer-online-counsel textarea,
.layer-online-counsel .inp-textarea span.bite {
  font-family: 'HyundaiSansHeadJP', sans-serif;
}

.layer-online-counsel .cancel-items {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.layer-online-counsel .inp-outer-box {
  margin-top: 16px;
  align-items: center;
  justify-content: flex-start;
}

.layer-online-counsel .inp-outer-box:first-child {
  margin-top: 0;
}

.layer-online-counsel .inp-outer-box > label {
  min-width: inherit;
  width: 148px;
  margin: 0;
  flex-shrink: 0;
}

.layer-online-counsel .inp-outer-box .slt-box {
  flex-grow: 1;
}

.layer-online-counsel .layer-text {
  margin-top: 32px;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}

.layer-online-counsel .error-msg {
  margin-left: 148px;
}

.layer-popup-wrap.popup-online-counsel {
  background: rgba(0, 0, 0, .5);
  z-index: 999;
}

@media screen and (max-width: 1119px) {
  .progress-wrapper {
  }

  .progress-bar {
    top: 109px;
  }

  .progress-bar.on {
  }

  .hmj-container .hmj-content .top-visual .visual-counsel {
  }

  .online-counsel-section {
    width: 100%;
    padding-top: 32px;
  }

  .top-visual + .online-counsel-section {
    padding-top: 40px;
  }

  .online-counsel-section .data-tbl thead th {
  }

  .online-counsel-section .data-tbl tbody td a {
  }

  .online-counsel-section .data-tbl tbody td a:after {
  }

  .online-counsel-section .data-tbl tbody td a:hover:after {
  }

  .online-counsel-section .ui-datepicker,
  .online-counsel-section .ui-state-default {
  }

  .online-counsel-section .ui-state-active {
  }

  .online-counsel-section .ui-datepicker th {
  }

  .online-counsel-section .ui-datepicker .reservation-closed .ui-state-default {
  }

  .online-counsel-section
    .ui-datepicker
    .reservation-closed
    .ui-state-default:after {
  }

  .online-counsel-section textarea {
    font-size: 13px;
    line-height: 22px;
  }

  .online-counsel-section .cta-outer {
  }

  .online-counsel-section .intro {
    padding: 0 20px;
    gap: 24px;
  }

  .online-counsel-section .intro-group {
    flex-direction: column;
    gap: 24px;
  }

  .online-counsel-section .intro-cont {
    padding: 23px;
  }

  .online-counsel-section .intro > .intro-cont .title {
  }

  .online-counsel-section .intro > .intro-cont .title:before {
  }

  .online-counsel-section .intro .title {
    font-size: 18px;
    line-height: 30px;
  }

  .online-counsel-section .intro .text {
    margin-top: 24px;
    font-size: 14px;
    line-height: 22px;
  }

  .online-counsel-section .intro .cta-outer {
    
  }

  .online-counsel-section .toggle .tit-btn {
  }

  .online-counsel-section .toggle .cont {
    padding: 40px 20px;
  }

  .online-counsel-section .toggle .form-items {
  }

  .online-counsel-section .toggle .form-items .inp-outer-box {
  }

  .online-counsel-section .form-notice-box {
  }

  .online-counsel-section .form-notice-box .noti-msg {
  }

  .online-counsel-section .form-notice-box .info-cxc {
    align-items: flex-start;
  }

  .online-counsel-section .form-notice-box .info-cxc:before {
    margin-top: 2px;
  }

  .online-counsel-section .inp-slice-box {
    flex-direction: column;
    gap: 8px;
  }

  .online-counsel-section .inp-slice-box .slt-box {
    min-width: inherit;
    width: 100%;
  }

  .online-counsel-section .inp-slice-box .slt-box + .slt-box {
    margin: 0;
  }

  .online-counsel-section .car-master-search {
    padding: 0;
  }

  .online-counsel-section .car-master-search .search {
    width: 64px;
    height: 64px;
  }

  .online-counsel-section .car-master-search .text {
    font-size: 14px;
    line-height: 22px;
  }

  .online-counsel-section .counsel-car-master {
    gap: 16px;
  }

  .online-counsel-section .counsel-car-master .info-box {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }

  .online-counsel-section .counsel-car-master .state-info {
    font-size: 14px;
    line-height: 22px;
    gap: 16px;
  }

  .online-counsel-section .counsel-car-master .state-info > span {
  }

  .online-counsel-section .counsel-car-master .state-info > span:before {
    width: 10px;
    height: 10px;
  }

  .online-counsel-section .counsel-car-master .state-info .consulting:before {
  }

  .online-counsel-section .counsel-car-master .state-view {
  }

  .online-counsel-section .counsel-car-master .state-view > button {
    width: 40px;
    height: 24px;
    padding: 2px;
  }

  .online-counsel-section .counsel-car-master .state-view > button:before {
    width: 20px;
    height: 20px;
  }

  .online-counsel-section .counsel-car-master .state-view .active {
  }

  .online-counsel-section .counsel-car-master .state-view .active:before {
  }

  .online-counsel-section .counsel-car-master .state-text {
  }

  .online-counsel-section .counsel-car-master .state-text .view {
  }

  .online-counsel-section .counsel-car-master .state-text .view span {
    width: 10px;
    height: 10px;
  }

  .online-counsel-section .counsel-car-master .state-text .view:before {
  }

  .online-counsel-section .counsel-car-master .state-text .view:after {
  }

  .online-counsel-section .counsel-car-master .list {
    width: 100%;
  }

  .online-counsel-section .counsel-car-master .list .swiper-wrapper {
    flex-wrap: nowrap;
    gap: 0;
  }

  .online-counsel-section .counsel-car-master .list .swiper-slide {
    /* width: calc(100% - 42px); */
    width: 84%;
  }

  .online-counsel-section .counsel-car-master .list .active .item {
  }

  .online-counsel-section .counsel-car-master .item {
    height: 100%;
    padding: 51px 19px 27px;
    gap: 12px;
  }

  .online-counsel-section .counsel-car-master .item:before {
    top: 19px;
    right: 19px;
    width: 10px;
    height: 10px;
  }

  .online-counsel-section .counsel-car-master .item.active {
  }

  .online-counsel-section .counsel-car-master .item.disabled {
  }

  .online-counsel-section .counsel-car-master .item.disabled .text-flag.c3 {
  }

  .online-counsel-section .counsel-car-master .content-box {
    gap: 16px;
  }

  .online-counsel-section .counsel-car-master .cont-set {
    gap: 10px;
  }

  .online-counsel-section .counsel-car-master .picture {
    width: 64px;
    height: 64px;
  }

  .online-counsel-section .counsel-car-master .name {
    height: 44px;
    font-size: 14px;
    line-height: 22px;
  }

  .online-counsel-section .counsel-car-master .hash-tag {
  }

  .online-counsel-section .counsel-car-master .introduce {
    height: 100px;
  }

  .online-counsel-section .counsel-car-master .career {
    padding-top: 16px;
  }

  .online-counsel-section .counsel-car-master .career .num {
  }

  .online-counsel-section .counsel-car-master .random-cont {
    gap: 4px;
  }

  .online-counsel-section .counsel-car-master .random-cont:before {
    width: 52px;
    height: 52px;
  }

  .online-counsel-section .counsel-car-master .random-cont .text {
    margin-top: 12px;
    font-size: 14px;
    line-height: 22px;
  }

  .online-counsel-section .counsel-car-master .consulting:before {
  }

  .online-counsel-section .counsel-car-master .text-flag2 {
    top: 19px;
    left: 19px;
  }

  .online-counsel-section .counsel-car-master.reservation .info-box,
  .online-counsel-section .counsel-car-master.reservation .item:before {
  }

  .online-counsel-section .counsel-date-time {
  }

  .online-counsel-section .counsel-date-time .reservation-wrap {
    padding-top: 28px;
    position: relative;
    flex-direction: column;
    gap: 40px;
  }

  .online-counsel-section .counsel-date-time .calendar-group {
  }

  .online-counsel-section .counsel-date-time .time-select-group {
    width: 100%;
  }
  .online-counsel-section .counsel-date-time .info-box {
    position: absolute;
    top: 0;
    left: 0;
  }

  .online-counsel-section .counsel-date-time .info-box span {
    line-height: 20px;
  }

  .online-counsel-section .counsel-date-time .info-box span:before {
  }

  .online-counsel-section .counsel-date-time .info-box .disabled:before {
  }

  .online-counsel-section .counsel-date-time .select-box {
    height: auto;
    padding: 0;
    background: transparent;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .online-counsel-section .counsel-date-time .select-box .btn-select3 {
    width: calc((100% - 8px) / 2);
  }

  .online-counsel-section .counsel-date-time .select-box .btn-select3 span {
  }

  .online-counsel-section .counsel-date-time .cta-outer {
  }

  .online-counsel-section .counsel-btn-wrap {
    padding: 0 20px;
  }

  .online-counsel-section .counsel-btn-wrap .text {
  }

  .online-counsel-section .counsel-btn-wrap .text span {
  }

  .online-counsel-section .counsel-btn-wrap .cta-outer {
    width: 100%;
  }

  .online-counsel-section .form-items {
    padding: 0;
    background: transparent;
  }

  .online-counsel-section .form-items .noti-msg {
  }

  .online-counsel-section .form-items .inp-item {
  }

  .online-counsel-section .form-items .inp-outer-box {
  }

  .online-counsel-section .form-items .inp-outer-box > label {
    margin-bottom: 8px;
  }

  .online-counsel-section .form-items .tel-type .inp-slice-box .slt-box {
  }

  .online-counsel-section .form-items .post-type {
  }

  .online-counsel-section .form-items .slt-box.type2 .selected-value {
  }

  .online-counsel-section .form-items .slt-box.type2.on .selected-value {
  }

  .online-counsel-section .form-items .inp-group-box .inp-area:nth-child(odd) {
  }

  .online-counsel-section .form-items .inp-group-box .inp-area:nth-child(even) {
  }

  .online-counsel-section
    .form-items
    .counsel-type
    .radio
    input[type="radio"]:checked
    + span {
  }

  .online-counsel-section .form-items .counsel-type {
    gap: 8px;
  }

  .online-counsel-section .form-items .counsel-type .radio {
    width: calc((100% - 8px) / 2);
  }

  .online-counsel-section .form-items .counsel-type .radio span {
    width: 100%;
  }

  .online-counsel-section .form-items .counsel-type .radio span:before {
  }

  .online-counsel-section
    .form-items
    .counsel-type
    .radio
    + .radio
    span:before {
  }

  .online-counsel-section .form-items .counsel-type .radio.disabled {
  }

  .online-counsel-section .form-items .counsel-type .radio.disabled span {
  }

  .online-counsel-section .form-items .counsel-type .radio.disabled span:before {
  }

  .online-counsel-section .form-items .counsel-type .radio + .radio.disabled span:before {
  }

  .online-counsel-section .input-form-wrap {
    padding: 0 20px;
  }

  .online-counsel-section .input-form-wrap .tbl-box {
  }

  .online-counsel-section .input-form-wrap .title {
    font-size: 16px;
    line-height: 26px;
  }

  .online-counsel-section .input-form-wrap .title + .text {
    font-size: 12px;
    line-height: 20px;
  }

  .online-counsel-section .input-form-wrap > .text {
  }

  .online-counsel-section .counsel-status {
    padding: 0 20px;
  }

  .online-counsel-section .counsel-status .status-msg {
  }

  .online-counsel-section .counsel-status .status-msg:before {
  }

  .online-counsel-section .counsel-status .status-msg .title {
    font-size: 18px;
    line-height: 30px;
  }

  .online-counsel-section .counsel-status .status-msg .text {
    font-size: 14px;
    line-height: 22px;
  }

  .online-counsel-section .counsel-status .status-msg .text span {
  }

  .online-counsel-section .counsel-status .desc {
  }

  .online-counsel-section .counsel-status .desc span {
  }

  .online-counsel-section .counsel-status.fail .status-msg:before {
  }

  .online-counsel-section .counsel-status.fail .desc {
  }

  .online-counsel-section .counsel-status.fail .btn-wrap {
  }

  .online-counsel-section .status-view {
    padding: 24px 20px;
  }

  .online-counsel-section .status-view .title {
    font-size: 14px;
    line-height: 22px;
  }

  .online-counsel-section .status-view .list {
    gap: 20px;
  }

  .online-counsel-section .status-view .list li {
    flex-direction: column;
    gap: 2px;
  }

  .online-counsel-section .status-view .list .list-title {
    padding: 0;
  }

  .online-counsel-section .status-view .list .list-title:before {
    display: none;
  }

  .online-counsel-section .status-view .list .text {
    
  }

  .online-counsel-section .reservation-inquery {
    margin-top: 24px;
  }

  .online-counsel-section .toggle-counsel {
    
  }

  .online-counsel-section .toggle-counsel > .item {
    
  }

  .online-counsel-section .toggle-counsel .tit-btn {
    flex-direction: column;
    align-items: flex-start;
  }

  .online-counsel-section .toggle-counsel .tit-btn:before {
    right: 0;
  }

  .online-counsel-section .toggle-counsel .left-box {
    
  }

  .online-counsel-section .toggle-counsel .right-box {
    margin-top: 4px;
  }

  .online-counsel-section .toggle-counsel .flag-box {
    
  }

  .online-counsel-section .toggle-counsel .flag-box + * {
    
  }

  .online-counsel-section .toggle-counsel .category {
    
  }

  .online-counsel-section .toggle-counsel .category span {
    font-size: 13px;
    line-height: 20px;
  }

  .online-counsel-section .toggle-counsel .category span + span:before {
    
  }

  .online-counsel-section .toggle-counsel .reservation-number {
    font-size: 13px;
    line-height: 20px;
  }

  .online-counsel-section .toggle-counsel .time {
    
  }

  .online-counsel-section .toggle-counsel .cont {
    margin-top: 24px;
    padding: 0;
  }

  .online-counsel-section .toggle-counsel .cont-inner {
    flex-direction: column;
  }

  .online-counsel-section .toggle-counsel .cont-inner .counsel-car-master {
    width: 100%;
    padding: 0 9px;
  }

  .online-counsel-section .toggle-counsel .cont-inner .counsel-car-master .item:before {
    
  }

  .online-counsel-section .toggle-counsel .cont-inner .counsel-car-master .text-flag2 {
    
  }

  .online-counsel-section .toggle-counsel .status-view {
    max-height: inherit;
    padding: 24px 20px;
    gap: 20px;
  }

  .online-counsel-section .toggle-counsel .status-view .item {
    gap: 2px;
  }

  .online-counsel-section .toggle-counsel .status-view .item-title {
    
  }

  .online-counsel-section .toggle-counsel .status-view .item > span {

  }

  .online-counsel-section .toggle-counsel .cta-outer {
    margin-top: 24px;
  }

  .online-counsel-section .toggle-counsel .counsel-flag {
    
  }

  .online-counsel-section .toggle-counsel .counsel-flag.c2 {
    
  }

  .online-counsel-section .toggle-counsel .counsel-flag.c3 {
    
  }

  .online-counsel-section .toggle-counsel .counsel-flag.c4 {
    
  }

  .online-counsel-section .toggle-counsel .counsel-flag.c5 {
    
  }

  .online-counsel-section .mypage {
    padding-inline: 20px;
  }

  .online-counsel-section .mypage .title {
    
  }

  .online-counsel-section .mypage .mypage-menu {
    display: none;
  }

  .online-counsel-section .mypage .mypage-menu .toggle .item .tit-btn:before {

  }

  .online-counsel-section .mypage .mypage-menu .toggle .item.active .tit-btn:before {

  }

  .online-counsel-section .mypage .mypage-menu .toggle .item .cont {

  }

  .online-counsel-section .mypage .mypage-cont {
    
  }

  .online-counsel-section .mypage .mypage-cont .slt-box {
    width: 100%;
  }

  .online-counsel-section .mypage .mypage-cont .slt-box ~ * {
    margin-top: 32px;
  }

  .online-counsel-section .mypage .mypage-header {
    display: none;
  }

  .online-counsel-section .mypage .mypage-header .title {
    
  }

  .online-counsel-section .mypage .mypage-cont-inner {
    margin-top: 0;
  }

  .online-counsel-section .mypage .mypage-none-counsel {
    height: 438px;
    font-size :14px;
    line-height: 22px;
  }

  .online-counsel-section .mypage .mypage-none-counsel .text {
    gap: 16px;
  }

  .online-counsel-section .mypage .mypage-none-counsel .text:before {
    width: 64px;
    height: 64px;
  }

  .online-counsel-section .mypage .accordion-counsel {
    
  }

  .online-counsel-section .hmj-pagination {
    margin-top: 32px;
    border: 1px solid #ccc;
    border-radius: 4px;
  }

  .online-counsel-section .hmj-pagination .btn-page-next {
    height: 46px;
    font-size: 13px;
  }

  .online-counsel-section .hmj-pagination:before {
    display: none;
  }

  /* layer popup */
  .layer-popup-wrap.layer-counsel .alert-desc {
    font-size: 14px;
    line-height: 22px;
  }
  .layer-online-counsel {
  }

  .layer-online-counsel .cancel-items {
  }

  .layer-online-counsel .inp-outer-box {
  }

  .layer-online-counsel .inp-outer-box > label {
    margin-bottom: 8px;
  }

  .layer-online-counsel .inp-outer-box .slt-box {
  }

  .layer-online-counsel .layer-text {
    font-size: 13px;
    line-height: 20px;
  }

  .layer-online-counsel .error-msg {
    margin-left: 0;
  }

  .layer-popup-wrap.popup-online-counsel {
  }
}
