@charset "UTF-8";

.remote-switch-wrap {
  padding: 32px 20px 0;
}
.remote-switch__title {
  width: 100%;
  text-align: center;
  padding: 36px 0 22px;
}
.remote-switch__title span {
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  color: #999;
  margin-bottom: 2px;
}
.remote-switch__title h1 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.27;
  color: #333;
}
.remote-switch__mainImg {
  margin-bottom: 18px;
}
.remote-switch__contents {
  padding: 0 20px 0px;
}
.remote-graybox {
  padding: 19px 29px;
  border-radius: 16px;
  background: #f5f8ff;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.remote-graybox h2 {
  flex-grow: 1;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
.remote-graybox ul {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}
.remote-graybox ul li {
  display: flex;
  width: 74px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.remote-graybox ul li img {
  width: 36px;
  height: 36px;
  margin-bottom: 6px;
}
.remote-graybox ul li span {
  font-size: 12px;
  color: #333;
  line-height: 1.5;
  letter-spacing: -0.3px;
}

.remote-switch__guide01 {
  margin-top: 24px;
}
.remote-switch__guide01 li {
  display: flex;
  gap: 8px;
  margin-bottom: 25px;
}
.remote-switch__guide01 li div {
  display: flex;
  align-items: flex-start;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  color: #222;
  gap: 12px;
}
.remote-switch__guide01 li div::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
}
.remote-switch__guide01 li div.icon-01::before {
  background: url(../images/remote/ico-etp-edu-01.png) no-repeat 0 0 / contain;
}
.remote-switch__guide01 li div.icon-02::before {
  background: url(../images/remote/ico-etp-edu-02.png) no-repeat 0 0 / contain;
}
.remote-switch__guide01 li div.icon-03::before {
  background: url(../images/remote/ico-etp-edu-03.png) no-repeat 0 0 / contain;
}
.remote-switch__guide01 li p {
  flex-grow: 1;
  font-size: 15px;
  color: #666;
  line-height: 1.47;
  text-align: left;
}
.remote-switch__guide02 {
}

.remote-switch__guide02 li {
  display: grid;
  grid-template-columns: 1fr 80px;
  padding: 16px 0;
  border-bottom: 1px solid #eee;
  align-items: center;
}
.remote-switch__guide02 li:last-child {
  border-bottom: 0;
}
.remote-switch__guide02 li {
  position: relative;
}
.remote-switch__guide02 button.title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.22;
  display: flex;
  gap: 4px;
  align-items: center;
}
.remote-switch__guide02 button.title::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: url(../images/remote/icon-information.png) no-repeat 0 0 / contain;
}
.remote-switch__guide02 button.title article {
  display: none;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 40px;
  width: 100%;
  border: 1px solid #ddd;
  text-align: left;
  border-radius: 8px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
  padding: 20px 16px;
  z-index: 1100;
}
.remote-switch__guide02 button.title article.on {
  display: block;
}
.remote-switch__guide02 button.title article h3 {
  font-size: 16px;
  line-height: 1.25;
  color: #333;
  font-weight: 500;
  margin-bottom: 8px;
  position: relative;
}
.remote-switch__guide02 button.title article .switch-toolTip__close {
  width: 10px;
  height: 10px;
  background: url(../images/remote/icon-close-article.png) no-repeat 0 0 / contain;
  display: block;
  position: absolute;
  right: 16px;
  top: 20px;
}
.remote-switch__guide02 button.title article p {
  font-size: 14px;
  line-height: 1.29;
  color: #999;
  font-weight: 400;
}
.remote-switch__subTitle h1 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.18;
  color: #222;
}
.remote-switch__subTitle h2 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.67;
  color: #222;
}

.remote-switch__bottomBtn {
  position: fixed;
  bottom:0;
  width: 100%;
  padding: 20px;
}

/* 1:1원격안내 DARK 모드 */
.dark {
  background: #121212;
}

.dark *,
.dark a:active,
.dark a:hover,
.dark button:hover,
.dark .remote-switch__title h1,
.dark .remote-switch__subTitle h1,
.dark .remote-switch__subTitle h2,
.dark .remote-switch__guide01 li div,
.dark .switch-pop__typeWindow-top {
  color: #eee;
}

.dark .remote-graybox h2,
.dark .remote-graybox ul li span,
.dark .remote-switch__guide01 li p,
.dark .remote-switch__guide02 button.title article h3,
.dark .switch-pop__typeWindow-top,
.dark .switch-pop__graybox li span,
.dark .switch-pop__graybox li p,
.dark .switch-full-pop__top h2,
.dark .form-slot__date input,
.dark .form-slot__timeSelect input,
.dark input[type="text"]::placeholder,
.dark .switch-pop__typeSlidePop-top,
.dark .switch-pop__txt-01,
.dark #switchDatepicker .ui-datepicker .ui-state-disabled span {
  color: #ccc;
}

.dark .switch-title-01 {
  color: #999;
}

.dark .remote-graybox {
  background: #181f2e;
  border: 0;
}
.dark .btn-prmary, .dark .btn-prmary:hover, .dark .btn-prmary:active,.dark .btn-prmary:focus {
  background: #222355;
  color: #ccc;
}
.dark .btn-skyblue, .dark .btn-skyblue:hover, .dark .btn-skyblue:active,.dark .btn-skyblue:focus  {
  background: #101d3a;
  color: #2d82fb;
}
.dark .btn-skyblue:disabled {
  background: #222;
  color: #ccc;
}
.dark .remote-switch__guide01 li div.icon-01::before {
  background: url(../images/remote/dark-ico-etp-edu-01.png) no-repeat 0 0 / contain;
}
.dark .remote-switch__guide01 li div.icon-02::before {
  background: url(../images/remote/dark-ico-etp-edu-02.png) no-repeat 0 0 / contain;
}
.dark .remote-switch__guide01 li div.icon-03::before {
  background: url(../images/remote/dark-ico-etp-edu-03.png) no-repeat 0 0 / contain;
}
.dark .remote-switch__guide02 button.title::after {
  background: url(../images/remote/dark-icon-information.png) no-repeat 0 0 / contain;
}
.dark .remote-switch__guide02 li {
  border-color: #333;
}
.dark .remote-switch__guide02 button.title article {
  background: #121212;
  color: #666;
  border-color: #333;
}
.dark .switch-pop__typeSlidePop,
.dark .switch-pop__typeWindow {
  background: #121212;
}
.dark .dimm {
  background: rgba(256, 256, 256, 0.1);
}

.dark .btn-gray-01 {
  background: #555;
  color: #ccc;
}
.dark .switch-pop__graybox,
.dark .switch-checkbox-box-01 {
  background: #26282a;
}

.dark input[type="text"],
.dark input[type="password"] {
  background: transparent;
}
.dark .inp-chk label {
  color: #ccc;
  background: url(../images/remote/dark-ic-check-solid.png) no-repeat left center / 16px 16px;
}
.dark .inp-chk label:has(input[type="checkbox"]:checked) {
  background: url(../images/remote/dark-ic-check-solid_on.png) no-repeat left center / 16px 16px;
}
.dark .inp-radio label {
  color: #ccc;
  background: url(../images/remote/dark-ic-check-solid.png) no-repeat left center / 16px 16px;
}
.dark .inp-radio label:has(input[type="radio"]:checked) {
  background: url(../images/remote/dark-ic-check-solid_on.png) no-repeat left center / 16px 16px;
}
.dark .switch-page__agreement-01 label {
  color: #ccc;
  background: url(../images/remote/dark-ic-check-solid.png) no-repeat left 2px / 16px 16px;
}
.dark .switch-page__agreement-01 label:has(input[type="checkbox"]:checked) {
  background: url(../images/remote/dark-ic-check-solid_on.png) no-repeat left 2px / 16px 16px;
}
.dark .switch-select__scroll li.active{
  background: #222;
  color: #ccc;
}

.dark #switchDatepicker .ui-datepicker td a,
#switchDatepicker .ui-datepicker td span,
.dark #switchDatepicker .ui-datepicker td a:hover {
  background: #1c3351;
  color: #2d82fb;
}
.dark .switch-pop__calender-top-txt::before {
  background: #285184;
}

/* 고객센터 */
.cs-center-wrap.bg-gray {
  background: #f4f5f7;
}
.cs-center-wrap.bg-gray .cs-section {
  margin: 40px 0;
}

.cs-center-wrap .cs-container {
  padding: 20px 20px 40px;
}
.cs-center-wrap .cs-header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 56px;
}
.cs-center-wrap .cs-header-tit {
  font-size: 18px;
  font-weight: 500;
  color: #333;
}
.cs-center-wrap .cs-header-close {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border: 0;
}
.cs-center-wrap .cs-header-close::before,
.cs-header-close::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 2px;
  background: #333;
  border-radius: 2px;
}
.cs-center-wrap .cs-header-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.cs-center-wrap .cs-header-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.cs-center-wrap .cs-section {
  margin: 50px 0;
}
.cs-center-wrap .cs-section.line::before {
  content: "";
  display: block;
  border-top: 10px solid #f9f9f9;
  padding-top: 50px;
  margin: 0 -20px;
}
.cs-center-wrap .cs-section-tit {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.2px;
  margin-bottom: 16px;
  color: #222;
}

.cs-center-wrap .cs-top-tit h1 {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.36;
  color: #222;
}
.cs-center-wrap .cs-top-tit .cs-remote-img {
  display: block;
  height: 180px;
  margin: 30px auto;
}
.cs-center-wrap .cs-top-chat {
  position: relative;
  height: 176px;
  padding: 28px 24px;
  border-radius: 28px;
  background: linear-gradient(162deg, #f2e9fa 21%, #e2e7fa 90%);
}
.cs-center-wrap .cs-top-chat.h240 {
  height: 240px;
}
.cs-center-wrap .cs-top-chat.h240:after {
  bottom: 70px;
}
.cs-center-wrap .cs-top-chat:after {
  content: "";
  position: absolute;
  right: 20px;
  bottom: 0;
  display: block;
  width: 104px;
  height: 104px;
  background: url("../images/biz/customer/icon-chat.png") no-repeat center / 104px;
}
.cs-center-wrap .cs-top-chat > a {
  display: block;
  padding-bottom: 48px;
}
.cs-center-wrap .cs-top-chat .cs-chat-tit {
  font-size: 22px;
  color: #222;
  font-weight: 700;
  letter-spacing: -0.2px;
}
.cs-center-wrap .cs-top-chat .cs-chat-desc {
  display: block;
  line-height: 1.43;
  font-size: 14px;
  color: #222;
  letter-spacing: -0.28px;
  margin-top: 8px;
}
.cs-center-wrap .cs-top-chat .cs-chat-btn {
  position: absolute;
  right: 16px;
  bottom: 16px;
  min-height: 32px;
  padding: 6px 12px;
  border-radius: 999px;
  border: 0;
  background: #6d28d9;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: -0.1px;
}
.cs-center-wrap .cs-top-chat .carousel-swiper-wrap {
  margin: 0 -20px;
}
.cs-center-wrap .cs-top-chat .carousel-swiper-wrap .tit {
  font-size: 13px;
  color: #6a42de;
  text-indent: 20px;
}
.cs-center-wrap .cs-top-chat .carousel-swiper-wrap a {
  display: block;
  padding: 9px 12px;
  border-radius: 100px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.08);
  background: rgb(255 255 255 / 0.35);
  margin: 10px 0;
}

.cs-center-wrap .cs-call-list {
  padding: 20px 24px;
  border-radius: 16px;
}
.cs-center-wrap .cs-call-list a {
  display: block;
}
.cs-center-wrap .cs-call-list + .cs-call-list {
  margin-top: 10px;
}
.cs-center-wrap .cs-call-list.type-white {
  background: #fff;
}
.cs-center-wrap .cs-call-list .cs-call-number::after {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
}
.cs-center-wrap .cs-call-list.type-white .cs-call-number::after {
  background: url("../images/biz/customer/icon-call-purple_bg.png") no-repeat center / 28px;
}
.cs-center-wrap .cs-call-list.type-pink {
  background: #fff6fa;
}
.cs-center-wrap .cs-call-list.type-pink .cs-call-number::after {
  background: url("../images/biz/customer/icon-call-pink.png") no-repeat center / 28px;
}
.cs-center-wrap .cs-call-list.type-purple {
  background: #faf9ff;
}
.cs-center-wrap .cs-call-list.type-purple .cs-call-number::after {
  background: url("../images/biz/customer/icon-call-purple.png") no-repeat center / 28px;
}
.cs-center-wrap .cs-call-list.type-orange {
  background: #fdfaf3;
}
.cs-center-wrap .cs-call-list.type-orange .cs-call-number::after {
  background: url("../images/biz/customer/icon-call-orange.png") no-repeat center / 28px;
}
.cs-center-wrap .cs-call-list.type-blue {
  background: #f3f9ff;
}
.cs-center-wrap .cs-call-list.type-blue .cs-call-number::after {
  background: url("../images/biz/customer/icon-call-blue.png") no-repeat center / 28px;
}

.cs-center-wrap .cs-call-list .cs-call-label {
  font-size: 14px;
  color: #222;
}
.cs-center-wrap .cs-call-list .cs-call-number {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  color: #222;
  margin-top: 10px;
}
.cs-center-wrap .cs-call-list .cs-call-desc {
  font-size: 12px;
  color: #999;
  line-height: 1.5;
  letter-spacing: -0.24px;
  margin-top: 14px;
}
.cs-center-wrap .cs-call-list .cs-call-desc em {
  display: block;
  color: #222;
  margin-top: 10px;
}
.cs-center-wrap .cs-call-list .cs-more-btn {
  display: block;
  width: 100%;
  border-top: 1px solid #eee;
  font-size: 14px;
  text-align: center;
  padding-top: 16px;
  margin-top: 24px;
}
.cs-center-wrap .cs-call-list .cs-more-btn::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(../images/icon/icon-btn-arrow.png) no-repeat 6px 1px / 6px;
  vertical-align: middle;
}
.cs-center-wrap .cs-service-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.cs-center-wrap .cs-service-list li + li {
  margin-top: 16px;
}
.cs-center-wrap .cs-service-list li {
  width: 100%;
  border-radius: 28px;
  background: #fff;
}
.cs-center-wrap .cs-service-list li a {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 16px;
  text-align: left;
  padding: 24px;
}
.cs-center-wrap .cs-service-list li a::before {
  content: "";
  display: inline-block;
  width: 46px;
  height: 46px;
}
.cs-center-wrap .cs-service-list li.type-remote {
  background: #f9f9f9;
}
.cs-center-wrap .cs-service-list li.type-remote a::before {
  background: url(../images/biz/customer/icon-remote.png) no-repeat center/ 46px;
}
.cs-center-wrap .cs-service-list li.type-edu a::before {
  background: url(../images/biz/customer/icon-edu.png) no-repeat center/ 46px;
}
.cs-center-wrap .cs-service-list li.type-senior a::before {
  background: url(../images/biz/customer/icon-senior.png) no-repeat center/ 46px;
}
.cs-center-wrap .cs-service-list li.type-foreign a::before {
  background: url(../images/biz/customer/icon-foreign.png) no-repeat center/ 46px;
}
.cs-center-wrap .cs-service-list.arrow li a {
  padding: 0 0 15px 0;
}
.cs-center-wrap .cs-service-list.arrow li a::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(../images/icon/icon-btn-arrow.png) no-repeat center/ 8px;
  margin-left: auto;
}

.cs-center-wrap .cs-service-tit {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.3px;
}
.cs-center-wrap .cs-service-desc {
  font-size: 12px;
  color: #999;
  line-height: 1.5;
  letter-spacing: -1.24px;
}

.cs-center-wrap .cs-protect-list {
  padding: 20px 24px;
  border-radius: 16px;
  background: #f9f9f9;
}
.cs-center-wrap .cs-protect-list .desc {
  line-height: 1.5;
  color: #666;
  margin-bottom: 20px;
}
.cs-center-wrap .cs-protect-list .list li {
  font-size: 12px;
  color: #999;
  margin: 20px 0;
}
.cs-center-wrap .cs-protect-list .list li > em {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #222;
}

.cs-center-wrap .cs-install-list li {
  position: relative;
  padding: 0 0 24px 40px;
}
.cs-center-wrap .cs-install-list li:last-child {
  padding-bottom: 0;
}
.cs-center-wrap .cs-install-list li::before {
  content: "";
  position: absolute;
  top: 34px;
  bottom: 10px;
  left: 12px;
  display: block;
  width: 1px;
  background: #ddd;
}
.cs-center-wrap .cs-install-list li:last-child:before {
  display: none;
}
.cs-center-wrap .cs-install-list li > .step {
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #f2f3f7;
  font-size: 18px;
  color: #212266;
  font-weight: 500;
  text-align: center;
  margin-left: -39px;
  vertical-align: top;
}
.cs-center-wrap .cs-install-list li > .tit {
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.3px;
  padding-left: 12px;
  margin-bottom: 5px;
}
.cs-center-wrap .cs-install-list li > .tit + .cont {
  margin-top: 10px;
}
.cs-center-wrap .cs-install-list li > .desc {
  font-size: 12px;
  color: #999;
}
.cs-center-wrap .cs-install-list li .cs-helper {
  display: flex;
  align-items: center;
  background: #f9f9f9;
  padding: 15px 20px;
  border-radius: 16px;
  font-size: 15px;
}
.cs-center-wrap .cs-install-list li .cs-helper::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url(../images/biz/customer/icon-helper.png) no-repeat center/ 40px;
  margin-right: 12px;
}
.cs-center-wrap .cs-install-list li .cs-helper::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(../images/icon/icon-btn-arrow.png) no-repeat center/ 8px;
  margin-left: auto;
}
.cs-center-wrap .dot-list li {
  color: #666;
}

.switch-pop__typeSlidePop .cs-call-info .txt01 {
  font-size: 16px;
  letter-spacing: -0.32px;
}
.switch-pop__typeSlidePop .cs-call-info .num-box {
  padding: 16px 0 20px 0;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
}
.switch-pop__typeSlidePop .cs-call-info .num-box > span {
  display: inline-block;
  padding: 10px 14px;
  color: #333;
  background: #f9f9f9;
  font-size: 16px;
  border-radius: 12px;
  font-weight: 500;
}
.switch-pop__typeSlidePop .cs-call-info .dot-list li {
  color: #666;
}
.switch-pop__typeSlidePop .cs-call-info .call-box {
  margin-top: 10px;
}
.switch-pop__typeSlidePop .cs-call-info .call-box > p {
  font-size: 13px;
  color: #222;
  line-height: 1.54;
}
.switch-pop__typeSlidePop .cs-call-info .call-box > p > span {
  color: #999;
}

/*sg*/
.cs-center-wrap .cs-top-call {
  position: relative;
  height: 150px;
}
.cs-center-wrap .cs-top-call:after {
  content: "";
  position: absolute;
  right: 20px;
  bottom: 0;
  display: block;
  width: 104px;
  height: 104px;
  background: url("../images/biz/customer/icon-call.png") no-repeat center / 104px;
}
.cs-center-wrap .cs-top-call .cs-call-tit {
  font-size: 22px;
  color: #222;
  font-weight: 700;
  letter-spacing: -0.2px;
}
.cs-center-wrap .cs-top-call .cs-call-desc {
  display: block;
  line-height: 1.43;
  font-size: 14px;
  color: #222;
  letter-spacing: -0.28px;
  margin-top: 8px;
}
.cs-center-wrap .cs-top-call .cs-call-btn {
  position: absolute;
  right: 16px;
  bottom: 16px;
  min-height: 32px;
  padding: 6px 12px;
  border-radius: 999px;
  border: 0;
  background: #6d28d9;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: -0.1px;
}

/* BUTTON */
/************************************************************/
.btn {
  width: 100%;
}
.btn-l {
  height: 45px;
  padding: 11px 0 12px;
  border-radius: 12px;
  font-size: 15px;
  line-height: 1.2;
}
.btn-xl {
  height: 56px;
  padding: 15px 0;
  border-radius: 16px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.44;
}
.btn-prmary, .btn-prmary:hover, .btn-prmary:active,.btn-prmary:focus  {
  background: #212266;
  color: #fff;
}
.btn-gray-01 {
  background: #e5e6e8;
  color: #333;
}
.btn-skyblue, .btn-skyblue:hover, .btn-skyblue:active,.btn-skyblue:focus {
  background: #f2f6ff;
  color: #2d82fb;
}
.btn-skyblue:disabled {
  background: #f5f5f5;
  color: #666;
}
.btn-action {
  margin-top: 20px;
  display: flex;
  gap: 8px;
}
.btn-action.area-4-6 button:nth-child(1) {
  width: 40%;
}
/************************************************************/
.dimm {
  width: 100% !important;
  height: 100% !important;
  font-size: 0;
  text-align: center;
  white-space: nowrap;
  position: fixed;
  vertical-align: middle;
  left: 0;
  top: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  overflow: auto;
}

.switch-pop__typeSlidePop {
  width: 100%;
  z-index: 1100;
  position: fixed;
  bottom: -100%;
  left: 0;
  background: #fff;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
.switch-pop__typeSlidePop.on {
  bottom: 0;
  transition: bottom 0.5s linear;
}
.switch-pop__typeSlidePop.active {
  bottom: 0;
  transition: bottom 0.5s linear;
}
.switch-pop__typeSlidePop-top {
  padding: 32px 20px 24px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.18;
  color: #222;
  position: relative;
}
.switch-pop__typeSlidePop-body {
  padding: 0 20px;
}
.switch-pop__typeSlidePop-top button {
  width: 24px;
  height: 24px;
  background: url(../images/remote/icon-close-01.png) no-repeat 0 0 / contain;
  position: absolute;
  right: 20px;
  top: 34px;
}
.switch-select__scroll {
  width: 100%;
  max-height: 144px;
  overflow-y: auto;
}
.switch-select__scroll li {
  height: 48px;
  text-align: center;
}
.switch-select__scroll li button {
  width: 100%;
  height: 48px;
  font-size: 17px;
  line-height: 1.29;
  color: #999;
}
.switch-select__scroll li.active {
  background: #f5f5f5;
  color: #333;
}
.switch-pop__typeSlidePop-bottom {
  padding: 20px;
}

.switch-pop__typeWindow {
  width: 88.89%;
  padding: 30px 20px 20px;
  background: #fff;
  border-radius: 24px;
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 1100;
  transform: translate(-50%, -50%);
}
.switch-pop__typeWindow-top {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.18;
  color: #222;
  position: relative;
}
.switch-pop__typeWindow-top button {
  width: 24px;
  height: 24px;
  background: url(../images/remote/icon-close-01.png) no-repeat 0 0 / contain;
  position: absolute;
  right: 0;
  top: 0;
}
.switch-pop__typeWindow-body {
  padding: 30px 0 20px;
}
.switch-pop__typeWindow-body {
}
.switch-pop__typeWindow-body button {
  flex-grow: 1;
}
.switch-pop__graybox {
  background: #f7f7f7;
  border-radius: 16px;
  padding: 20px;
  flex-grow: 1;
}
.switch-pop__graybox li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}
.switch-pop__graybox li:last-child {
  margin-bottom: 0;
}
.switch-pop__graybox li span {
  font-size: 14px;
  line-height: 1.43;
  color: #666;
}
.switch-pop__graybox li p {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.43;
  color: #333;
}
.switch-checkbox-box-01 {
  padding: 16px;
  background: #f4f5f7;
  margin-top: 12px;
  border-radius: 16px;
}
.switch-checkbox-box-01 ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 11px;
}

/*FULL POPUP*/
.switch-full-pop {
  height: 100vh;
}
.switch-full-pop__top .switch-full-pop__close {
  height: 50px;
  padding: 13px 20px 13px;
  position: relative;
  display: flex;
  justify-content: flex-end;
}
.switch-full-pop__top .switch-full-pop__close button {
  width: 24px;
  height: 24px;
  background: url(../images/remote/icon-close-01.png) no-repeat 0 0 / contain;
}
.switch-full-pop__top h2 {
  padding: 0 20px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.18;
}
.switch-full-pop__body {
  padding: 28px 20px 20px;
}

/*팝업*/
.dark .popup {
  background: #121212;
}
.popup {
  width:100%;
  position: fixed;
  bottom: 0;
  max-width: 640px;
  z-index: 110;
  background-color: #fff;
  overflow-y: auto;
}
.popup.none {
  display: none;
}
.popup.active .dim {
  display: block;
}
.popup .dim {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: calc(100% + 1rem);
  background-color: #333;
  opacity: 0.5;
  overscroll-behavior: none;
  transition: all 0.5s ease-in-out;
}
/*FORM*/
/************************************************************/
.inp-chk {
  display: flex;
  align-items: center;
  position: relative;
}

.inp-chk input[type="checkbox"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  opacity: 0;
}
.inp-chk label {
  display: flex;
  justify-content: flex-start;
  font-size: 15px;
  line-height: 1.6;
  color: #333;
  padding-left: 20px;
  background: url(../images/remote/ic-check-solid.png) no-repeat left center / 16px 16px;
}
.inp-chk label:has(input[type="checkbox"]:checked) {
  background: url(../images/remote/ic-check-solid_on.png) no-repeat left center / 16px 16px;
}

.inp-radio {
  display: flex;
  align-items: center;
  position: relative;
}

.inp-radio input[type="radio"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  opacity: 0;
}
.inp-radio label {
  display: flex;
  justify-content: flex-start;
  font-size: 15px;
  line-height: 1.6;
  color: #333;
  padding-left: 20px;
  background: url(../images/remote/ic-check-solid.png) no-repeat left center / 16px 16px;
}
.inp-radio label:has(input[type="radio"]:checked) {
  background: url(../images/remote/ic-check-solid_on.png) no-repeat left center / 16px 16px;
}



.form-slot__date {
  display: flex;
  justify-content: space-between;
  height: 42px;
  border-bottom: 1px solid #ddd;
  align-items: center;
  margin-top: 9px;
}
.form-slot__date input {
  width:100%;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.18;
  color: #333;
}
.form-slot__date button {
  width: 24px;
  height: 24px;
  background: url(../images/remote/ic-calender-24.png) no-repeat 0 0 / contain;
}

.form-slot__timeSelect {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 42px;
  border-bottom: 1px solid #ddd;
  margin-top: 9px;
}

.form-slot__timeSelect input {
  width:100%;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.18;
  color: #333;
  flex-grow: 1;
}
.form-slot__timeSelect input::placeholder {
  font-weight: 400;
}
.form-slot__timeSelect button {
  width: 24px;
  height: 24px;
  background: url(../images/remote/ic-arrow-down-24.png) no-repeat 0 0 / contain;
}
.switch-page__agreement-01 span label {
  font-size: 15px;
  line-height: 1.33;
  color: #333;
}
.switch-page__agreement-01 span label i {
  font-style: normal;
  color: #b43a6b;
}
.switch-page__agreement-01 input[type="checkbox"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  opacity: 0;
}
.switch-page__agreement-01 label {
  display: flex;
  justify-content: flex-start;
  font-size: 15px;
  line-height: 1.6;
  color: #333;
  overflow: hidden;
  position: relative;
  padding-left: 20px;
  background: url(../images/remote/ic-check-solid.png) no-repeat left 2px / 16px 16px;
}
.switch-page__agreement-01 label:has(input[type="checkbox"]:checked) {
  background: url(../images/remote/ic-check-solid_on.png) no-repeat left 2px / 16px 16px;
}
.switch-page__agreement-01 label i {
  display: contents;
}
.switch-pop__calender-top {
  display: flex;
  justify-content: end;
  margin-bottom: -26px;
  align-items: center;
}
.switch-pop__calender-top-date button {
  width: 14px;
  height: 14px;
}
.switch-pop__calender-top-date button.left {
  background: url(../images/remote/icon-arrow-left-05.png) no-repeat 0 0 / contain;
}
.switch-pop__calender-top-date button.right {
  background: url(../images/remote/icon-arrow-right-05.png) no-repeat 0 0 / contain;
}
.switch-pop__calender-top-txt {
  font-size: 12px;
  color: #333;
  line-height: 1.33;
  display: flex;
  align-items: center;
  gap: 4px;
}
.switch-pop__calender-top-txt::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: #cbe2ff;
  border-radius: 100%;
}

/* datepicker */
#switchDatepicker .ui-datepicker {
  width: 100%;
  padding: 0;
  border: none;
  margin-left: -5px;
  background: transparent;
}

#switchDatepicker .ui-datepicker-header {
  width: 66%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  border: none;
  background: transparent;
  font-size: 18px;
  font-weight: 700;
}

#switchDatepicker .ui-datepicker-prev {
  content: "";
  border-radius: 2px;
}
#switchDatepicker .ui-datepicker-prev::before,
#switchDatepicker .ui-datepicker-next::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 14px;
  height: 14px;
  background: url(../../assets/images/remote/icon-arrow-left-05.png) no-repeat 0 0 / contain;
}
#switchDatepicker .ui-datepicker-next::before {
  transform: translate(-50%, -50%) rotate(-180deg);
}
#switchDatepicker .ui-datepicker td a,
#switchDatepicker .ui-datepicker td span {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: none !important;
  text-align: center;
  padding: 0;
}
#switchDatepicker .ui-datepicker .is-available a {
  background: #e9f3ff;
  color: #2d82fb;
}
#switchDatepicker .ui-state-disabled {
  opacity: 1;
}
#switchDatepicker .ui-datepicker .ui-state-disabled span {
  background: transparent !important;
  color: #222;
}

#switchDatepicker .ui-state-active {
  background: #2d82fb !important;
  color: #fff !important;
  font-weight: 900;
}
#switchDatepicker .ui-datepicker td a:hover {
  background: #e9f3ff;
  color: #2d82fb;
}

/* TEXT CONTENTS */
/*TITLE TEXT*/
/************************************************************/
.switch-title-01 {
  font-size: 15px;
  line-height: 1.33;
  color: #333;
  font-weight: 500;
}
.switch-title-02 {
  font-size: 15px;
  line-height: 1.33;
  color: #333;
  font-weight: 500;
}
/************************************************************/
/* CONTENT TEXT */
/************************************************************/
.switch-pop__txt-01 {
  text-align: center;
  font-size: 16px;
  line-height: 1.25;
  color: #333;
}
/************************************************************/

/* COMMON */
.mt44 {
  margin-top: 44px !important;
}
.mt60 {
  margin-top: 60px !important;
}
