/* 영상 확대버튼 start */
.btn_scale{
    z-index: 10;
    position: relative;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-left: auto;
    position: absolute;
    top: -33px;
    right: 18px;
	display: none;
}
.left_sct.active + .right_sct .btn_scale img{
	content: url(/images/user/icon_expand02.svg);
}
@media screen and (max-width: 767px) {
	.btn_scale{
		display: block;
	}
	.mobile_hide{
		display: none;
	}
}
@media screen and (max-width: 425px) {
	.btn_scale{
		display: none;
	}
}
/* 영상 확대버튼 end */







/* 메인페이지 레이아웃 start */
.screen {
	position: relative;
	z-index: 1;
	display: flex;
	height: 100dvh;
    align-items: stretch;
	overflow: hidden;
}
.screen .top_header {
	display: flex;
	align-items: center;
	padding: 20px;
	height: 75px;
}
.screen .left_sct{
	width: 60%;
	display: flex;
	flex-direction: column;
	transition: 1s;
}
.screen .left_sct .video_wrap{
	width: 100%;
	height: calc(100% - 130px);
}

.screen .left_sct .video_wrap video{
	width: 100%;
	height: 100%;
}
.screen .bottom_member{
	max-height: 55px;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	padding-left: 20px;
}
.screen .bottom_member .inner{
	display: flex;
}
.screen .bottom_member .d_l{
	display: inline-flex;
	height: auto;
	border: 1px solid #4D4358;
	border-radius: 16px;
	padding: 7px 17px 6px;
}
.screen .bottom_member .d_l .d_t{
	color: #BDABCF;
}
.screen .bottom_member .d_l .d_d{
	color: #FFFFFF;
	margin-left: 40px;
}
.screen .bottom_member .member_wrap{
	display: flex;
	gap: 15px;
	margin-left: 15px;
}
.screen .bottom_member .member_wrap .box{
	font-weight: 500;
	font-size: 14px;
	color: #fff;
	display: flex;
	align-items: center;
}
.screen .bottom_member .member_wrap .box .icon{
	margin-right: 7px;
}
.screen .bottom_member .member_wrap .box .text{
	transition: 0.3s;
	max-width: 0;
	overflow: hidden;
	white-space: nowrap;
	transition: 0.3s;
	text-indent: 1px;
}
.screen .bottom_member .member_wrap .box:hover .text{
	max-width: 120px;
}
.screen .bottom_member .member_wrap .mem01{

}
.screen .bottom_member .member_wrap .mem02{

}
.screen .right_sct{
	width: 40%;
	height: 100%;
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
}
.screen .right_sct iframe{
	background-color: #fff;
	box-shadow: 0px 0px 15px #00000080;
	border-radius: 20px;
}
.screen .right_sct textarea{
	background-color: #fff;
	font-size: 16px;
    font-weight: 500;
    border: none;
	resize: none;
    outline: none;
	color: #000;
	caret-color: rgb(32, 6, 97);
	border-radius: 10px;
	width: calc(100% - 40px);
	padding-left: 15px;
	padding-right: 15px;
	transition: 0.3s;
	height: 40px;
	max-height: 350px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	line-height: 160%;
	padding-top: 7px;
	padding-bottom: 7px;
}
.screen .right_sct textarea::placeholder{
	color: #959595;
	font-size: 16px;
	font-weight: 500;
}
.screen .right_sct textarea.active{
	background-color: orange;
}
.screen .right_sct .send_btn{
	background-color: #8F7AFF;
	border-radius: 8px;
	width: 40px;
	height: 40px;
	min-width: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.screen .right_sct .send_btn i{

}
.screen .right_sct .send_btn i img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.right_btn_mobile{
	display: none;
}
@media screen and (max-width: 1200px) {
	.screen .left_sct{
		width: 50%;
	}
	.screen .right_sct{
		width: 50%;
	}
}
@media screen and (max-width: 767px) {
	.screen{
		flex-direction: column;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
		height: 100dvh;
	}
	.screen .left_sct{
		width: 100%;
		height: 75px;
	}
	.screen .left_sct.active{
		height: 265px;
	}
	.screen .right_sct{
		width: 100%;
		padding: 0;
		padding-left: 15px;
		padding-right: 15px;
		padding-top: 0;
		height: calc(100% - 110px);
	}
	.screen .bottom_member{
		position: relative;
		bottom: 0;
		left: 0;
		padding: 15px;
		max-height: none;
		height: 65px;
	}
	.screen .left_sct .video_wrap{
		display: flex;
		justify-content: flex-end;
		width: 85px;
		height: 100%;
		margin-left: auto;
		margin-right: 15px;
		transition: 1s;
		margin-top: -75px;
	}
	.screen .left_sct.active .video_wrap{
		width: 100%;
        height: 100%;
        padding-top: 60px;
	}
	.screen .top_header{
		position: relative;
		z-index: 10;
	}
	.screen .top_header h2{
		width: calc(100% - 150px);
	}
	.screen .bottom_member .d_l{
		white-space: nowrap;
		font-size: 14px;
	}
	.screen .bottom_member .d_l .d_d{
		margin-left: 12px;
	}
	.screen .bottom_member .d_l .d_t{

	}
}
@media screen and (max-width: 425px) {
	.screen .top_header{
		width: 100%;
		height: 45px;
		min-height: 45px;
		display: flex;
		justify-content: space-between;
		padding: 0 20px;
	}
	.screen .left_sct{
		height: auto;
	}
	.screen .left_sct .video_wrap{
		width: 100%;
		height: auto;
		margin-top: 0;
		display: none;
		padding-bottom: 15px;
	}
	.screen .left_sct.active .video_wrap{
		padding-top: 0;
		display: block;
	}
	.screen .left_sct .video_wrap.mobile_active{
	
	}
	.right_btn_mobile{
		display: block;
	}
}
/* 메인페이지 레이아웃 end */







/* 모달 공통 */
.memModal {
	display: none; 
	position: fixed; 
	z-index: 1; 
	left: 0;
	top: 0; 
	width: 100%; 
	height: 100%; 
	overflow: auto; 
	-webkit-overflow-scrolling: touch;
	background-color: rgb(0 0 0 / 85%);
	z-index: 2000;
}

.memModal .modal-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items:safe center;
	height: 100%;
}
.memModal .modal-content .in_wrap{
	width: 90%;
	max-width: 800px;
	margin: 0 auto;
	position: relative;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
.memModal .modal-content .in_wrap .cont{
	width: 100%;
	display: flex;
	border-radius: 20px;
	background-color: #7159F3;
	overflow: hidden;
	position: relative;
}
.memModal .modal-content .in_wrap .cont .login_left{
	width: 100%;
}
.memModal .modal-content .in_wrap .bottom{
	display: flex;
	justify-content: center;
	padding-top: 17px;
	position: relative;
}
.memModal .close {
	color: #aaa;
	font-size: 28px;
	font-weight: bold;
}
.memModal .close:hover,
.memModal .close:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}
@media screen and (max-width: 767px) {
	.memModal .modal-content .in_wrap{
		width: 100%;
		height: 100%;
		max-height: 100%;
		margin-top: 0px;
		overflow: hidden;
	}
	.memModal .modal-content .in_wrap .cont{
		height: calc(100% - 65px);
		position: static;
		border-radius: 0;
	}
	.memModal .modal-content .in_wrap .bottom{
		height: 65px;
		padding-top: 0;
	}
}
@media screen and (max-width: 425px) {
	.memModal .in_wrap > .bottom > .close{
		width: 30px;
	}
}
/* 모달 공통 end */








/* 로그인 팝업 */
.memModal.mem01MD .modal-content .in_wrap{
	max-width: 505px;
}
.memModal.mem01MD .modal-content .in_wrap .cont{
	flex-direction: column;
}
.memModal.mem01MD .modal-content .in_wrap .cont .login_left{
	width: 100%;
	background-color: #fff;
	padding: 50px 50px;
	padding-bottom: 15px;
}

.memModal.mem01MD .modal-content .in_wrap .cont .login_left .title_zone{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.memModal.mem01MD .modal-content .in_wrap .cont .login_left .title_zone .text{
	font-size: 25px;
	font-weight: 700;
}
.memModal.mem01MD .modal-content .in_wrap .cont .login_left .title_zone .find_pw{
	display: flex;
	align-items: center;
	gap: 5.5px;
}
.memModal.mem01MD .modal-content .in_wrap .cont .login_left .title_zone .find_pw i{

}
.memModal.mem01MD .modal-content .in_wrap .cont .login_left .input_zone{
	display: flex;
	gap: 12px;
	margin-top: 23px;
}
.memModal.mem01MD .modal-content .in_wrap .cont .login_left .input_zone .box{

}
.memModal.mem01MD .modal-content .in_wrap .cont .login_left .input_zone .box .input_st01{
	width: 100%;
}
.memModal.mem01MD .modal-content .in_wrap .cont .login_left .input_zone .box .input_st01 input{
	width: 100%;
	border-radius: 15px;
	background-color: #EBEAF1;
	border: 1px solid transparent;
	padding: 19px 18px;
	font-size: 15px;
}
.memModal.mem01MD .modal-content .in_wrap .cont .login_left .input_zone .box .input_st01 input::placeholder{
	color: #222;
}
.memModal.mem01MD .modal-content .in_wrap .cont .login_left .input_zone .box.box01{
	display: flex;
	flex-direction: column;
	gap: 12px;
	flex: 1;
}
.memModal.mem01MD .modal-content .in_wrap .cont .login_left .input_zone .box.box02{
	width: 120px;
	aspect-ratio: 1/1;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #BCFE03;
	border: 1px solid #B5F403;
	border-radius: 15px;
}
.memModal.mem01MD .modal-content .in_wrap .cont .login_left .input_zone .box.box02 button{
	width: 100%;
	height: 100%;
	font-weight: 600;
	font-size: 17px;
	font-weight: 600;
}
.memModal.mem01MD .modal-content .in_wrap .cont .join_right{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 12px;
	padding: 50px;
	padding-top: 0;
	background-color: #fff;
}
.memModal.mem01MD .modal-content .in_wrap .cont .join_right p{
	font-size: 15px;
	color: #555555;
	font-weight: 400;
}
.memModal.mem01MD .modal-content .in_wrap .cont .join_right .join_pop_btn{
	border-radius: 15px;
	font-size: 16px;
	font-weight: 600;
	background-color: #7159F3;
	color: #fff;
	width: 120px;
	height: 32px;
}
@media screen and (max-width: 1024px) {
	.memModal.mem01MD .modal-content .in_wrap .cont .login_left{

	}
	.memModal.mem01MD .modal-content .in_wrap .cont .join_right{

	}
}
@media screen and (max-width: 767px) {
	.memModal.mem01MD .modal-content .in_wrap{
		height: auto;
		width: calc(100% - 30px);
	}
	.memModal.mem01MD .modal-content .in_wrap .cont{
		flex-direction: column;
	}
	.memModal.mem01MD .modal-content .in_wrap .cont .login_left{
		width: 100%;
		padding: 30px;
		padding-bottom: 10px;
		border-radius: 0;
	}
	.memModal.mem01MD .modal-content .in_wrap .cont .join_right{
		width: 100%;
		padding: 30px;
		padding-top: 10px;
	}
	.memModal.mem01MD .modal-content .in_wrap .cont .join_right p{
		font-size: 14px;
	}
	.memModal.mem01MD .modal-content .in_wrap .cont .join_right p br{
		display: none;
	}
	.memModal.mem01MD .modal-content .in_wrap .cont .login_left .input_zone{
		flex-direction: column;
	}
	.memModal.mem01MD .modal-content .in_wrap .cont .login_left .input_zone .box.box02{
		width: 100%;
		aspect-ratio: 0;
	}
	.memModal.mem01MD .modal-content .in_wrap .cont .login_left .input_zone .box.box02 button{
		padding: 13px 0;
	}
	.memModal.mem01MD .modal-content .in_wrap .cont .join_right .join_pop_btn{
		font-size: 14px;
		white-space: nowrap;
		padding: 6px 12px;
		width: 85px;
	}
	.memModal.mem01MD .modal-content .in_wrap .cont .login_left .input_zone .box .input_st01 input{
		padding: 13px;
		font-size: 15px;
	}
	.memModal.mem01MD .modal-content .in_wrap .cont .login_left .title_zone .find_pw{
		font-size: 14px;
	}
}
/* 로그인 팝업 end */









/* 회원가입 팝업 start */
.memModal.mem02MD .modal-content .in_wrap{
	max-width: 650px;
}
.memModal.mem02MD .modal-content .in_wrap .cont{
	flex-direction: column;
}
.memModal .join_top{
	width: 100%;
	padding: 40px;
	padding-bottom: 0;
	background-color: #fff;
	border-radius: 0 0 20px 20px;
	box-shadow: 0px 0px 20px #00000033;
}
.memModal .join_top .title_zone{
	display: flex;
	justify-content: space-between;
	align-items: center;

}
.memModal.mem02MD .join_top .title_zone{
	padding-bottom: 20px;
}
.memModal .join_top .title_zone .text{
	font-size: 25px;
	font-weight: 700;
}
.memModal .join_top .title_zone .sub_text{
	display: flex;
	align-items: center;
	gap: 5px;
	font-size: 14px;
}
.memModal .join_top .title_zone .sub_text i{
	width: 19.5px;
	height: 19.5px;
}
.memModal .join_top .title_zone .sub_text i img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.memModal .join_top .total{
	max-height: 620px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding-top: 15px;
}
.memModal .join_top .total:-webkit-scrollbar {
	display: none;
}
  
.memModal .join_top .total {
	-ms-overflow-style: none; 
	scrollbar-width: none;
}
.memModal .join_top .top_line{
	font-size: 17px;
	font-weight: 700;
	padding-bottom: 10px;
	border-bottom: 2px solid #222;
}
.memModal .join_top .input_zone .floor{
	margin-top: 15px;
	display: flex;
}
.memModal .join_top .input_zone .floor:first-of-type{
	margin-top: 0;
}
.memModal .join_top .input_zone .floor .tit{
	font-size: 15px;
	font-weight: 400;
	width: 105px;
	display: flex;
	align-items: center;
}
.memModal .join_top .input_zone .floor .con{
	width: calc(100% - 105px);
}
.memModal .join_top .input_zone .floor .con.input_outer_wrap{
	display: flex;
	gap: 10px;
}
.memModal .join_top .input_zone .floor .con input{
	border: 1px solid #DDDBE8;
	border-radius: 5px;
	padding: 15px;
	background-color: #F9F8FF;
}
.memModal .join_top .input_zone .floor .con input[type="password"]::placeholder{
	font-size: 14px;
}
.memModal .join_top .input_zone .floor .con input.max150{
	width: 100%;
}
.memModal .join_top .input_zone .floor .con input.max270{
	max-width: 270px;
	width: 100%;
}
.memModal .join_top .input_zone .floor .con input.max325{
	max-width: 325px;
	width: 100%;
}
.memModal .join_top .input_zone .floor .con select{
	border: 1px solid #DDDBE8;
	border-radius: 5px;
	padding: 15px;
	background-color: #F9F8FF;
}
.memModal .join_top .input_zone .floor.area .con {
	display: flex;
	gap: 5px;
}
.memModal .join_top .input_zone .floor.email .con{
	display: flex;
	gap: 10px;
}
.memModal .join_top .input_zone .floor.email .con .input_outer{
	width: 100%;
	max-width: 325px;
	display: flex;
	align-items: center;
	gap: 6px;
}
.memModal .join_top .input_zone .floor.area .con select{
	flex: 1;
}
.memModal .join_top .agree_zone{
	margin-top: 50px;
}
.memModal .join_top .agree_zone:first-of-type{
	margin-top: 0;
}
.memModal .join_top .agree_zone .cont_wrap{
	border: 1px solid #DDDBE8;
	border-radius: 10px;
	margin-top: 15px;
	padding: 25px;
	max-height: 250px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	line-height: 1.3;
}
.memModal .join_top .agree_zone .cont_wrap div{
	font-weight: 600;
	margin-bottom: 5px;
	margin-top: 5px;
}
.memModal .join_top .agree_zone .cont_wrap div:first-of-type{
	margin-top: 0;
}
.memModal .join_top .agree_zone .chk_wrap{
	margin-top: 15px;
	display: flex;
	justify-content: flex-end;
}
.memModal .join_top .agree_zone:last-of-type{
	margin-bottom: 50px;
}
.memModal.mem02MD .join_top .input_zone{
	margin-top: 50px;
	padding-bottom: 65px;
}
@media screen and (max-width: 767px) {
	.memModal .join_top{
		height: 100%;
		padding: 30px;
		padding-bottom: 60px;
		border-radius: 0;
	}
	.memModal .join_top .input_zone .floor{
		flex-direction: column;
	}
	.memModal .join_top .input_zone .floor .con{
		width: 100%;
		margin-top: 7px;
	}
	.memModal .join_top .input_zone .floor .con input{
		padding: 13px;
	}
	.memModal .join_top .input_zone .floor .con input.max270{
		max-width: 100%;
	}
	.memModal .join_top .input_zone .floor .con input.max325{
		max-width: 100%;
	}
	.memModal.mem02MD .join_top{
		padding: 30px;
		padding-bottom: 45px;
	}
	.memModal .join_top .input_zone .floor.email .con{
		flex-direction: column;
	}
	.memModal .join_top .input_zone .floor.email .con .input_outer{
		max-width: 100%;
	}
	.memModal .join_top .input_zone .floor.email .con .input_outer + .btn_st01{
		width: 100%;
        padding-top: 13px;
        padding-bottom: 13px;
	}
	.memModal .join_top .input_zone .floor .con.input_outer_wrap{
		flex-direction: column;
	}
	.memModal .join_top .input_zone .floor .con.input_outer_wrap .btn_st01{
		width: 100%;
		padding-top: 13px;
		padding-bottom: 13px;
	}
	.memModal .join_top .input_zone .floor.area .con{
		flex-direction: column;
	}
	.memModal .join_top .title_zone .text{
		font-size: 20px;
	}
	.memModal .join_top .total{
		height: calc(100% - 45px);
		max-height: none;
	}
	.memModal .join_top .agree_zone{
		margin-top: 40px;
	}
	.memModal .join_top .agree_zone .cont_wrap{
		max-height: 200px;
	}
}
@media screen and (max-width: 425px) {
	.memModal .join_top .input_zone .floor .con input[type="password"]::placeholder{
		font-size: 12px;
	}
	.memModal .join_top .agree_zone .cont_wrap{
		padding: 20px;
	}
}
/* 회원가입 팝업 end */








/* 레이어팝업 공통 checkbox start */
.memModal .chk_wrap{
	display: flex;
	gap: 10px;
}
.memModal .chk_wrap{

}
.memModal .chk_wrap label{
	display: flex;
	align-items: center;
	gap: 4px;
	cursor: pointer;
}
.memModal .chk_wrap input + .shape {
	width: 20px;
	height: 20px;
	border: 1px solid #DDDBE8;
	border-radius: 5px;
	background-color: #F9F8FF;
	position: relative;
}
.memModal .chk_wrap input + .shape::before{
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 10px;
	height: 10px;
}
.memModal .chk_wrap input:checked + .shape::before{
	background: url(/images/user/icon_chk_white.svg) center center no-repeat;
	background-size: contain;
}
.memModal .chk_wrap input:checked + .shape{
	background-color: #8F7AFF;
}
@media screen and (max-width: 767px) {}
/* 레이어팝업 공통 checkbox end */







/* 가입완료 레이어팝업 start */
.memModal.mem03MD .modal-content .in_wrap{
	max-width: 372px;
}
.memModal.mem03MD .modal-content .in_wrap .cont{
	flex-direction: column;
	background-color: #fff;
}
.memModal.mem03MD .modal-content .in_wrap .cont .top_area{
	width: 100%;
	height: 110px;
	background-color: #7159F3;
	padding: 25px;
}
.memModal.mem03MD .modal-content .in_wrap .cont .bottom_area{
	background-color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding: 50px;
}
.memModal.mem03MD .modal-content .in_wrap .cont .bottom_area .text_wrap{

}
.memModal.mem03MD .modal-content .in_wrap .cont .bottom_area .text_wrap .text{
	font-size: 35px;
	font-weight: 700;
}
.memModal.mem03MD .modal-content .in_wrap .cont .bottom_area .text_wrap .sub_text{
	color: #555;
	font-size: 20px;
	margin-top: 15px;
}
.memModal.mem03MD .modal-content .in_wrap .cont .bottom_area .btn_wrap{
	margin-top: 110px;
}
.memModal.mem03MD .modal-content .in_wrap .cont .bottom_area .btn_wrap .close{
	display: flex;
	align-items: center;
	gap: 11px;
	font-size: 18px;
	font-weight: 600;
	color: #222222;
}
@media screen and (max-width: 767px) {
	.memModal.mem03MD .modal-content .in_wrap{
		max-width: 100%;
	}
	.memModal.mem03MD .modal-content .in_wrap{
		width: calc(100% - 30px);
		height: auto;
	}
	.memModal.mem03MD .modal-content .in_wrap .cont{
		height: auto;
	}
	.memModal.mem03MD .modal-content .in_wrap .cont .bottom_area{
		padding: 30px;
		padding-bottom: 55px;
	}
	.memModal.mem03MD .modal-content .in_wrap .cont .bottom_area .btn_wrap{
		margin-top: 70px;
	}
	.memModal.mem03MD .modal-content .in_wrap .cont .bottom_area .text_wrap .text{
		font-size: 27px;
	}
	.memModal.mem03MD .modal-content .in_wrap .cont .bottom_area .text_wrap .sub_text{
		font-size: 16px;
	}
	.memModal.mem03MD .modal-content .in_wrap .cont .bottom_area .text_wrap .sub_text br{
		display: none;
	}
	.memModal.mem03MD .modal-content .in_wrap .cont .top_area{
		height: auto;
		padding: 20px;
	}
	.memModal.mem03MD .modal-content .in_wrap .cont .top_area img{
		height: 32px;
	}
	.memModal.mem03MD .modal-content .in_wrap .cont .bottom_area .btn_wrap{
		margin-top: 40px;
	}
}
/* 가입완료 레이어팝업 end */








/* 버튼 모음 start */
.btn_st01{
	width: 130px;
	font-size: 14px;
	font-weight: 500;
	border-radius: 5px;
}
.btn_st01.color01{
	background-color: #BCFE03;
	border: 1px solid #B5F403;
	color: #222;
}
.btn_st01.color02{
	background-color: #B1ABCF;
	border: 1px solid #AAA4C7;
	color: #fff;
}
.memModal .btn_st02{
	background-color: #7159F3;
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	padding-top: 25px;
	padding-bottom: 25px;
}
@media screen and (max-width: 767px) {
	.memModal .btn_st02{
		position: absolute;
		bottom: 65px;
		left: 0;
		width: 100%;
		padding: 0;
		height: 60px;
		width: 100%;
		font-size: 15px;
	}	
}
/* 버튼 모음 end */








/* 나의정보 레이어팝업 */
.memModal.mem04MD .modal-content .in_wrap{
	max-width: 650px;
}
.memModal.mem04MD .modal-content .in_wrap .cont{
	flex-direction: column;
}
.memModal.mem04MD .modal-content .in_wrap .cont .withdrawal{
	padding-top: 35px;
	padding-bottom: 27px;
	display: flex;
	justify-content: flex-end;
}
.memModal.mem04MD .modal-content .in_wrap .cont .withdrawal .btn{
	color: #5F4FB7;
	font-size: 14px;
	font-weight: 400;
	display: flex;
	align-items: center;
	gap: 4px;
}
.memModal.mem04MD .modal-content .in_wrap .cont .withdrawal .btn i{
	transform: translateY(-1px);
}
.memModal.mem04MD .join_top .title_zone{
	padding-bottom: 20px;
	border-bottom: 2px solid #222;
}
.memModal.mem04MD .join_top .title_zone .sub_text i{
	width: 15px;
	height: 15px;
}
.memModal.mem04MD .join_top .title_zone .sub_text .logout_btn{
	display: flex;
	align-items: center;
	gap: 3px;
}
@media screen and (max-width: 767px) {
	.memModal.mem04MD .join_top .title_zone{
		height: 45px;
	}
}
/* 나의정보 레이어팝업 end */







/* 비밀번호 찾기 레이어팝업 */
.memModal.mem05MD .join_top{
	padding-bottom: 40px;
}
.memModal.mem05MD .modal-content .in_wrap{
	max-width: 515px;
}
.memModal.mem05MD .modal-content .in_wrap .cont{
	flex-direction: column;
}
.memModal.mem05MD .join_top .input_zone .meg{
	color: #E61919;
	font-size: 15px;
	max-width: 320px;
	width: 100%;
	margin: 0 auto;
	padding-top: 30px;
	display: none;
	align-items: flex-start;
	gap: 7.5px;
}
.memModal.mem05MD .join_top .input_zone .meg i{
	width: 22px;
	min-width: 22px;
	display: inline-block;
}
.memModal.mem05MD .join_top .input_zone .meg i img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.memModal.mem05MD .join_top .input_zone .floor .con input.max270{
	max-width: 100%;
}
.memModal.mem05MD .join_top .input_zone .floor.email .con .input_outer{
	max-width: 100%;
	display: flex;
	align-items: center;
	gap: 6px;
}
.memModal.mem05MD .join_top .input_zone .floor.email .con .input_outer input{
	flex: 1;
	max-width: none;
}
@media screen and (max-width: 767px) {
	.memModal.mem05MD .join_top{
		padding: 30px;
	}
	.memModal.mem05MD .btn_st02{
		bottom: 0;
		position: relative;
	}
	.memModal.mem05MD .modal-content .in_wrap{
		width: calc(100% - 30px);
		height: auto;
	}
	.memModal.mem05MD .join_top .total{
		height: auto;
	}
}
/* 비밀번호 찾기 레이어팝업 end */








/* 이용약관들 */
.list_form_style{
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.list_form_style p{
    line-height: 24px;
}
.list_form_style p b{
    display: block;
    margin-bottom: 4px;
}
@media screen and (max-width: 768px){
	.list_form_style{
        gap: 10px;
    }
	.list_form_style p{
        font-size: 15px;
    }
}
/* footer 이용약관들 end */









/* 먄악에 챗봇을 iframe형식으로 안쓰면 쓰는 스타일 start */
/* 
.chatMessageList{
	height: 100%;
	background-color: #fff;
	box-shadow: 0px 0px 15px #00000080;
	border-radius: 20px;
	overflow: auto;
	padding: 30px;
	padding-bottom: 250px;
}
.chatMessageList .logo_div{
	display: flex;
	justify-content: center;
	margin-top: 40%;
}
.chatMessageList .greet_div{
	font-weight: 600;
	font-size: 35px;
	letter-spacing: -1.05px;
	text-align: center;
	margin-top: 35px;
}
.chatMessageList .circelBtn_div{
	
}
.chatMessageList .circelBtn_div ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 7px;
	margin-top: 35px;
}
.chatMessageList .circelBtn_div ul li{
	font-size: 16px;
	font-weight: 400;
	box-shadow: 0px 5px 8px #0000000F;
	border: 1px solid #D6D6D6;
	border-radius: 19px;
	padding: 9px 16px;
} */
/* .screen .right_sct .input_wrap{
	width: calc(100% - 20px);
    overflow-y: auto;
    margin: 0px;
	position: absolute;
	bottom: 20px;
	left: 10px;
	padding: 10px;
	background-color: #EBEBEB;
	border-radius: 15px;
	display: flex;
}
.screen .right_sct .input_wrap .text_zone{
	width: calc(100% - 50px);
	background-color: #fff;
	display: flex;
	align-items: flex-end;
	padding: 4px;
	border-radius: 10px 10px 10px 10px;
}
.screen .right_sct .input_wrap .btn_zone{
	background-color: #EBEBEB;
	width: 50px;
	display: flex;
    align-items: flex-end;
	justify-content: center;
}
.screen .right_sct .input_wrap .btn_zone .tiem_btn{
	width: 100%;
	aspect-ratio: 1/1;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-left: 7px;
} */
/* 먄악에 챗봇을 iframe형식으로 안쓰면 쓰는 스타일 end */