.bottom_arrow {
    position: fixed;
    right: 30px;
    bottom: 180px;
    z-index: 200;
    height: 0;
}
.bottom_arrow.no-fixed {
    position: absolute;
    bottom: calc(100% + 150px);
}
.bottom_arrow .btn_arrow,
.bottom_arrow a[role="button"] {
    position: relative;
    display: inline-block;
    width: 65px;
    height: 65px;
    background-color: #ff6868;
    border-radius: 60px;
    font-size: 0;
    line-height: 0;
}
.bottom_arrow .btn_arrow i {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
/* .bottom_arrow .btn_arrow {
} */
.bottom_arrow .btn_arrow span {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.bottom_arrow .btn_arrow span:before,
.bottom_arrow .btn_arrow span:after {
    content: '';
    position: absolute;
    top: calc(50% - 1px);
    left: 6px;
    width: 12px;
    height: 2px;
    background-color: #fff;
}
.bottom_arrow .btn_arrow span:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.bottom_arrow .btn_arrow {
    z-index: 225;
}
.bottom_arrow ul {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 200;
    width: 65px;
}
.bottom_arrow li {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 65px;
    height: 65px;
    opacity: 0;
    -webkit-transition: all 0.2s cubic-bezier(0.64, 1.41, 0.78, 1.41);
    transition: all 0.2s cubic-bezier(0.64, 1.41, 0.78, 1.41);
}
.bottom_arrow li img {
    position: absolute;
    right: 0;
    top: 0;
}
.bottom_arrow li a[role="button"] {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transition: width 0.2s ease-in;
    transition: width 0.2s ease-in;
}
.bottom_arrow li a span {
	overflow: hidden;
    position: absolute;
    left: 0;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    line-height: 65px;
	width:0;
    color: #fff;
    opacity: 0;
}
.bottom_arrow li:nth-child(1) > a {
    background-color: #ff6868;
}
/* .bottom_arrow li:nth-child(2) > a,
.bottom_arrow li:nth-child(3) > a {
} */
.bottom_arrow ul.is-active {
    bottom: 70px;
}
.bottom_arrow .is-active li {
    opacity: 1;
}
.bottom_arrow .is-active li:nth-child(1) {
    bottom: 0;
}
.bottom_arrow .is-active li:nth-child(2) {
    bottom: 70px;
}
.bottom_arrow .is-active li:nth-child(3) {
    bottom: 140px;
}
.bottom_arrow .is-active li:nth-child(4) {
    bottom: 210px;
}
.bottom_arrow .btn_arrow.is-active span {
    -webkit-transform: rotate(405deg);
    transform: rotate(405deg);
}
.bottom_main{
	position: relative;
}
.bottom_arrow li dl{
	display: flex;
    justify-content: flex-end;
    margin-top: 15px;
}
.bottom_arrow li dt {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 34px;
    width: 100px;
    border-radius: 34px;
    background-color: #6d8ac9;
    color: #fff;
    line-height: 18px;
    font-size: 12px;
    font-weight: 200;
}


.bottomarrow {
    position: fixed;
    right: 11px;
    /* bottom: 190px; */
    z-index: 290;
    transition: bottom .5s cubic-bezier(0.39, 0.575, 0.565, 1);
    background: url('https://www.sc301.co.kr/woman/right_panel/images/R_kkao.png') no-repeat center/contain;
    width: 76px;
    height: 353px;
    top: 215px;
}
.bottomarrow ul {
    background-color: initial !important;
    box-shadow: initial !important;
}
/* .bottomarrow ul:first-child {
    background-color:#fff;
    border-radius: 50px;
    padding-top: 5px;
    padding-bottom: 30px;
} */
ul, ol, dl, dt, dd, li {
    list-style: none;
}
.bottomarrow li a {
    /* float: right; */
    display: block;
}
.bottomarrow li dl {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}
.bottomarrow li dt {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 35px;
    width: 120px;
    border-radius: 34px;
    background-color: #0a7c7c;
    color: #fff;
    line-height: 14px;
    font-size: 14px;
    font-weight: 200;
}
.bottomarrow li dd {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    /* width: 44px; */
    /* height: 55px; */
    /* margin-right: 25px; */
    /* border-radius: 24px; */
    overflow: hidden;
    margin-bottom: 10px;
    cursor: pointer;
}
.bottomarrow li dd:first-child {
    margin-top: 6px;
}
.bottomarrow li dd:last-child {
    margin-top: 5px;
}
.bottomarrow .list.rocket:last-child, .bottomarrow .list.rocket:last-child a, .bottomarrow .list.rocket:last-child img {
    cursor: default;
}
/*  */
.bottom_btn {
    position: fixed;
    /* right: 35px; */
    /* bottom: 90px; */
    bottom: 9px;
    z-index: 290;
    transition: bottom .5s cubic-bezier(0.39, 0.575, 0.565, 1);
    right: 12px;
    bottom: 175px;
}
.bottom_btn ul:first-child {
    /* background-color:#fff; */
    border-radius: 50px;
    padding-top: 5px;
    padding-bottom: 30px;
}
ul, ol, dl, dt, dd, li {
    list-style: none;
}
.bottom_btn li a {
    /* float: right; */
    display: block;
}
.bottom_btn li dl {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}
.bottom_btn li dt {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 35px;
    width: 120px;
    border-radius: 34px;
    background-color: #0a7c7c;
    color: #fff;
    line-height: 14px;
    font-size: 14px;
    font-weight: 200;
}
.bottom_btn li dd {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 55px;
    /* margin-right: 25px; */
    border-radius: 24px;
    overflow: hidden;
}
/*  */

.sc_detail.sc_consults {
    display: none;
    overflow: hidden;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9999;
}
.sc_detail.sc_consults:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .7);
}
.sc_detail.sc_consults#rocketConsult .ly_box {
    width: 370px;
    height: 420px;
    margin-left: -185px;
    background-color: #fff;
    border: 0;
}
.sc_detail.sc_consults .ly_box {
    position: absolute;
    display: flex;
    align-items: center;
    flex-flow: wrap;
    left: 50%;
    top: 50%;
    z-index: 10;
    width: 710px;
    height: 510px;
    margin: -255px 0 0 -355px;
    border: 1px solid #F2F2F2;
    background: #FFF;
    box-shadow: 20px 40px 40px 0 rgb(0 0 0 / 16%);
}
.sc_detail.sc_consults#rocketConsult .ly_head {
    width: 100%;
    padding-left: 25px;
    background-color: #3a5554;
    color: #fff;
    line-height: 65px;
    font-size: 22px;
}
.sc_detail.sc_consults#rocketConsult .ly_cont {
    width: 100%;
    padding: 25px;
    color: #3a5554;
    font-size: 15px;
    font-weight: normal;
	height:80%;
}
.sc_detail.sc_consults#rocketConsult dl {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
}
.sc_detail.sc_consults#rocketConsult dd {
    width: 230px;
    margin: 0;
	margin-bottom:10px;
}
.sc_detail.sc_consults#rocketConsult dd select, #rocketConsult dd input[type=text] {
    height: 40px;
    width: 100%;
    border: 1px solid #ddd;
}
.sc_detail.sc_consults#rocketConsult .agr {
    display: flex;
    margin: 10px 0;
    font-size: 13px;
}
.sc_detail.sc_consults#rocketConsult .btn_req_consult {
    width: 100%;
    background-color: #146e68;
    color: #fff;
    line-height: 48px;
    font-size: 18px;
	height:20%;
	border:0;
}
.sc_detail.sc_consults#rocketConsult .btn_close {
    top: 18px;
    background-position: -246px -100px;
    background-size: auto;
}
.sc_detail.sc_consults .ly_box a.btn_close {
    display: block;
    position: absolute;
    right: 24px;
    top: 18px;
    width: 26px;
    height: 26px;
    background-image: url(./../../img/common/sprite.svg);
    background-position: -246px -100px;
    background-size: initial;
    text-indent: -9999px;
    vertical-align: top;
}
button, a, a:hover, a:active, a:focus {
    text-decoration: none;
    outline: none;
    cursor: pointer;
}
#fast_coun_datepicker_day{
	width:45% !important;
	font-size: 20px;
	letter-spacing: -1px;
	padding: 1px 0px 0px 15px;
}
#fast_coun_datepicker_time{
	width:45% !important;
	height: 42px !important;
	font-size: 20px;
	letter-spacing: -1px;
	padding: 0px 0px 0px 5px;
	float: right;
}
.list img{
	width: 100%;
}
.bottomarrow_text {
    font-weight:800;
    font-size:13px;
	letter-spacing:-1px;
}
.rocket {
    padding-right:14px;
    padding-left:14px;
}

/* 인증 코드 */
input[name="hp_auth_num"] {
    letter-spacing: 1px;
}

/* ───────────── 빠른 상담 ───────────── */
/* 이름, 연락처 */
input[name="fast_mb_name"], input[name="fast_tel_no"] {
    letter-spacing: 1px;
    text-indent: 8px;
}

input[name="fast_tel_no"] {
    letter-spacing: .5px;
}

/* 상담 날짜 */
.ui-datepicker {
    width: 330px;
    height: 370px;
}

.ui-datepicker-header {
    width: 330px;
    height: 50px;
}

.ui-datepicker-calendar {
    width: 330px;
}

.ui-datepicker-calendar tbody tr td {
    height: 35px;
}

/* 상담 시간 */
select#fast_coun_datepicker_time {
  display: none;
}

#choice_pick_wrapper {
    float: right;
    width: 47%;
}

.custom-select {
  position: relative;
  width: 95% !important;
  height: 42px !important;
  font-size: 20px;
  letter-spacing: -1px;
  padding: 0px 0px 0px 5px;
  float: right;
}

.custom-select-trigger {
  background: #fff;
  border: 1px solid #ccc;
  padding: 8px 10px;
  cursor: pointer;
  font-size: 16px;
  height: 25px;
  text-indent: 4px;
  letter-spacing: -1px;
  color: #6f6d6d;
}

.custom-select-trigger.selected {
  letter-spacing: 1px;
  color: #333;
}

.custom-options {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  max-height: 180px;
  overflow-y: auto;
  border: 1px solid #ccc;
  background: #fff;
  z-index: 10;
}

.custom-option {
  padding: 8px 10px;
  cursor: pointer;
  letter-spacing: .5px;
  font-size: 13px;
}

.custom-option:hover {
  background-color: #f0f0f0;
}
