/* 공통 */
.screen_out {
	position: absolute;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}

@keyframes counseling-open-animation {
  0% {
      -webkit-transform: scale(0.5);
      transform: scale(0.5);
      -webkit-transform-origin: 100% 50%;
      transform-origin: 100% 50%
  }

  100% {
      -webkit-transform: scale(1);
      transform: scale(1);
      -webkit-transform-origin: 100% 50%;
      transform-origin: 100% 50%
  }
}

@keyframes counseling-close-animation {
  0% {
	  -webkit-transform: scale(1);
	  transform: scale(1);
	  -webkit-transform-origin: 100% 50%;
	  transform-origin: 100% 50%
  }

  100% {
	  -webkit-transform: scale(0.5);
	  transform: scale(0.5);
	  -webkit-transform-origin: 100% 50%;
	  transform-origin: 100% 50%
  }
}

/* 카테고리 메인 */
.banner_bottom_wrap {
	display: none;
}

/* 배너 */
.banner_open_fmb {
	display: none;
	align-items: center;
	justify-content: center;
	position: fixed;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	width: 1250px;
	font-family: 'noto4';
	z-index: var(--z-index-sticky-banner, 100);
	pointer-events: none;
}

.banner_open_fmb * {
	pointer-events: auto;
}

.banner_open_fmb button {
	cursor: pointer;
}

.banner_open_fmb .btn_banner_open {
	display: flex;
	align-items: center;
	height: 63px;
	padding: 0 20px;
	margin: 0 0 0 auto;
	border-radius: 10px;
	letter-spacing: -0.05em;
	border: 2px solid #fdd51d;
	color: #fff;
	font-size: 20px;
	font-family: 'noto6';
	background: #24253f;
}

.banner_open_fmb.is_active .btn_banner_open {
	display: none;
}

.banner_open_fmb .banner_inner {
	display: none;
	align-items: center;
	padding: 0 0 0 32px;
	position: relative;
	width: 100%;
	height: 74px;
	border-radius: 15px;
	color: #fff;
	background: #24253f;
}

.banner_open_fmb.is_active .banner_inner {
	display: flex;
}

.banner_open_fmb.is_close .banner_inner {
	animation: counseling-close-animation .3s ease-out;
}

.banner_open_fmb.is_open .banner_inner {
	display: flex;
	animation: counseling-open-animation .3s ease-out;
}

.banner_open_fmb .banner_inner .btn_banner_close {
	position: absolute;
	top: -14px;
    right: -15px;
	width: 37px;
	height: 37px;
	background: url('/_skin/sidae/images/popkon/fmb_banner/x_btn1.png') no-repeat 0  0;
}

.banner_open_fmb .banner_head {
	display: flex;
	flex-direction: column;
	gap: 3px;
}

.banner_open_fmb .banner_head h2 {
	line-height: 1.2;
	letter-spacing: -0.05em;
	font-size: 18px;
	font-family: 'noto6';
	font-weight: normal;
}

.banner_open_fmb .banner_input_agree {
	display: flex;
	align-items: center;
	gap: 2px;
	color: #bababa;
	font-size: 12px;
}

.banner_open_fmb .banner_input_agree label {
	display: flex;
	align-items: center;
	height: 19px;
	line-height: 1.2;
	padding: 0 0 0 17px;
	letter-spacing: -0.075em;
	background: url('/_skin/sidae/images/popkon/fmb_banner/off.png') no-repeat -2px 1px;
}

.banner_open_fmb .banner_input_agree input:checked + label {
	background-image: url('/_skin/sidae/images/popkon/fmb_banner/on.png');
}

.banner_open_fmb .banner_input_agree button {
	line-height: 1.2;
	letter-spacing: -0.075em;
	color: inherit;
	font: inherit;
}

.banner_open_fmb .banner_inputs {
	margin: 0 0 0 20px;
}

.banner_open_fmb .banner_inputs input,
.banner_open_fmb .banner_inputs select {
	height: 39px;
	border: none;
	border-bottom: 1px solid rgba(146, 146, 159, 0.5);
	letter-spacing: -0.05em;
	color: #fff;
	font-size: 15px;
	font-family: 'noto5';
	background: transparent;
	 appearance: none;
}

.banner_open_fmb .banner_inputs input::placeholder {
	color: #fff;
	font-size: 15px;
}

.banner_open_fmb .banner_inputs option {
	color: #000;
}

.banner_open_fmb .input_list {
	display: flex;
	gap: 10px;
}

.banner_open_fmb .input_list .input_item {
	display: flex;
	align-items: center;
	position: relative;
}

.banner_open_fmb .input_list .input_item:not(.input_item_hp)::after {
	content: '';
	position: absolute;
	top: 12px;
	right: 0;
	width: 19px;
	height: 12px;
	background: url('/_skin/sidae/images/popkon/fmb_banner/arrow_choice.png') no-repeat 0 0;
}

.banner_open_fmb .input_list .input_item:not(.input_item_hp).is_active::after {
	transform: rotate(180deg);
}

.banner_open_fmb .input_list .input_item_hp {
	gap: 2px;
}

.banner_open_fmb .input_list .input_item_date {
	gap: 12px;
}

.banner_open_fmb .input_list .input_item_agree {
	gap: 10px;
	margin-top: 4px;
}

.banner_open_fmb .banner_inputs .input_item_cate select {
	min-width: 140px;
}

.banner_open_fmb .banner_inputs .input_item_cat select {
	min-width: 145px;
}

.banner_open_fmb .banner_inputs .input_item_hp input,
.banner_open_fmb .banner_inputs .input_item_hp select {
	min-width: 71px;
}

.banner_open_fmb .banner_inputs .input_item_date select {
	min-width: 118px;
}

.banner_open_fmb .banner_inputs .input_item_date_2 select {
	min-width: 118px;
}

.banner_open_fmb .inputs_agree {
	display: flex;
	gap: 8px;
	margin-top: 8px;
	color: #fff;
}

.banner_open_fmb .inputs_agree input {
	display: none;
}

.banner_open_fmb .inputs_agree label {
	position: relative;
	padding: 0 0 0 23px;
	letter-spacing: -0.065em;
	font-size: 13px;
	font-family: 'noto5';
}

.banner_open_fmb .inputs_agree label::before {
	content: '';
	position: absolute;
	left: 0;
	top: 3px;
	width: 15px;
	height: 15px;
	border-radius: 2px;
	background: #fff;
}

.banner_open_fmb .inputs_agree input:checked + label::after {
	content: '';
	position: absolute;
	left: 1px;
	top: 6px;
	width: 13px;
	height: 11px;
	background: url('/_skin/sidae/images/popkon/fmb_banner/check.png') no-repeat 0 0;
}

.banner_open_fmb .inputs_agree .inputs_agree {
	display: flex;
	align-items: center;
}

.banner_open_fmb .inputs_agree .agree_list {
	display: flex;
	gap: 12px;
}

.banner_open_fmb .inputs_agree .agree_list li {
	letter-spacing: -0.065em;
	font-size: 13px;
	font-family: 'noto2';
}

.banner_open_fmb .banner_btn {
	display: flex;
	margin: 0 0 0 20px;
}

.banner_open_fmb .banner_btn button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 127px;
	height: 40px;
	border-radius: 5px;
	letter-spacing: -0.05em;
	color: #000;
	font-size: 17px;
	font-family: 'noto6';
	background: #fff;
}

/*챗봇*/
.btn_chatbot{
	position:relative;
	display: flex;
    align-items: center;
    justify-content: center;
	margin-left: 6px;
    width: 127px;
	height: 40px;
    border-radius: 5px;
    background: #ff7052;
}
.btn_chatbot > p{
   letter-spacing: -0.05em;
    color: #fff;
    font-size: 17px;
    font-family: 'noto6';	
}
.talk_banner_div {
	position: absolute;
	display: block;
	width:100%;
	height:100%;
}

.talk_preview_area,
.talk_banner_link{
	position:relative;
	display:block;
	width:100%;
	height:100%;
}
.talk_banner_preview{
	display:none !important;
}

/* 모달 */
.banner_open_fmb_modal{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.5);
	z-index: var(--z-index-dimmed, 99);
}

.banner_open_fmb_modal.is_open,
.banner_open_fmb_modal.is_active {
	display: flex;
	align-items: center;
	justify-content: center;
}

.banner_open_fmb_modal .banner_modal_content {
	position: relative;
	width: 557px;
	transform: translateY(-50px);
	padding: 33px 52px 36px;
	border: 1px solid #bfc0c7;
	border-radius: 20px;
	text-align: center;
	background: #fff;
	opacity: 0;
	z-index: var(--z-index-modal, 100);
}

.banner_open_fmb_modal.is_close .banner_modal_content {
	opacity: 0;
	transform: translateY(-50px);
	transition: transform .3s ease-out, opacity .3s ease-out;
}

.banner_open_fmb_modal.is_active:not(.is_close) .banner_modal_content {
	opacity: 1;
	transform: translateY(0);
	transition: transform .3s ease-out, opacity .3s ease-out;
}

.banner_open_fmb_modal .btn_modal_close {
	position: absolute;
	top: 11px;
    right: 18px;
    line-height: 1.2;
    padding: 0 0.3em;
    letter-spacing: -0.05em;
    font-size: 32px;
    font-family: 'noto6';
    transform: scaleY(0.7);
}

.banner_open_fmb_modal .content_title {
	line-height: 1.2;
	letter-spacing: -0.075em;
	font-size: 21px;
	font-family: 'noto7';
}

.banner_open_fmb_modal .content_table {
	table-layout: fixed;
	width: 100%;
	margin: 22px 0 0;
	border: 1px solid #ddd;
	border-collapse: collapse;
}

.banner_open_fmb_modal .content_table th,
.banner_open_fmb_modal .content_table td {
	line-height: 1.2;
	padding: 11px 0 10px;
	text-align: center;
	letter-spacing: -0.075em;
	font-size: 15px;
	font-family: 'noto5';
	font-weight: normal;
}

.banner_open_fmb_modal .content_table th + th,
.banner_open_fmb_modal .content_table td + td {
	border-left: 1px solid #ddd;
}

.banner_open_fmb_modal .content_table thead th {
	background: #f2f2f1;
}

.banner_open_fmb_modal .content_table tbody {
	border-top: 1px solid #ddd;
}

/* 배너 상단 팝업 버튼 : s */
.notice_side_wrap {
	display: none;
	position: fixed;
	bottom: 99px;
	left: 0;
	width: 100vw;
	z-index: var(--z-index-sticky-banner, 100);
	pointer-events: none;
}

.notice_side_wrap .side_inner > * {
	pointer-events: auto;
}

.notice_side_wrap button {
	cursor: pointer;
}

.notice_side_wrap .side_inner {
	display: flex;
	justify-content: flex-end;
	width: 1237px;
	margin: 0 auto;
}
/* 배너 상단 팝업 버튼 : e */

/* 팝업 상세 : s */
	.notice_popup_detail {
		position: fixed;
		top: 50%;
		left: 50%;
		width: 556px;
		height: 682px;
		transform: translate(-50%, -50%);
		z-index: var(--z-index-modal, 101);
	}

	.notice_popup_detail img {
		display: block;
		width: 100%
	}

	.notice_popup_detail a {
		display: block;
	}

	.notice_popup_detail button {
		border: none;
		cursor: pointer;
		background: transparent;
	}

	.notice_popup_detail .screen_out {
		position: absolute;
		width: 1px;
		height: 1px;
		margin: -1px;
		border: 0;
		padding: 0;
		overflow: hidden;
		clip: rect(0, 0, 0, 0);
	}

	.notice_popup_detail .detail_inner {
		position: relative;
		max-height: calc(100vh - 100px);
	}

	.notice_popup_detail .detail_inner > div {
		position: relative;
		width: 100%;
		height: 100%;
	}

	.notice_popup_detail .detail_inner .btn_close {
		position: absolute;
		top: 0;
		right: 0;
		width: min(80px, 8.705vh);
		height: min(80px, 8.705vh);
	}
	/* 팝업 상세 : e */

/* 기존 팝업 미노출 */
#popup_fmb {
	display: none !important;
}