/* iframe 영역 공통 css */
html, body{
	background-color:#f6f6f6;
	padding: 20px 0;
	padding-left: 30px;
}
label{
	margin: 0;
}
select{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background:url("../images/select_drop_down.png") no-repeat 95% 50% / 24px auto;
	cursor: pointer;
}
select::-ms-expand {
	display:none
}
.content .clear .group{
	margin:0;
}
.input-group>.custom-file, .input-group>.custom-select, .input-group>.form-control, .input-group>.form-control-plaintext{
	flex: none;
	width: 100%;
}
.content .inner{
	width: calc(100% - 50px);
	margin:0;
}
.content .tit{
	margin: 0;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 20px;
}
.form_section_item{
	width: 100%;
	background-color: var(--white);
	padding: 28px 20px;
	box-sizing: border-box;
	border-radius: 16px;
	margin-bottom: 24px;
}
.form_section_item2{
	width: 100%;
	background-color: var(--white);
	padding: 28px 20px;
	box-sizing: border-box;
	border-radius: 16px;
	margin-bottom: 24px;
}
.form_section_item_title{
	font-weight: 700;
	font-size: 18px;
	color: var(--black);
}
.form_section_item_title.tiny{
	font-size: 16px;
}
.form_section_item_top{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.form_section_item_right{
	display: flex;
	align-items: center;
}
.form_section_item_content{
	margin-top: 16px;
}
.form_section_item > .form_section_item_in{
	margin-bottom: 28px;
}
.form_section_item > .form_section_item_in:last-child{
	margin-bottom: 0;
}
.group .input-group input, .group .input-group select, .group .input-product input{
	border: 1px solid var(--border-gray);
	height: 48px;
	border-radius: 8px !important;
	box-sizing: border-box;
	font-size: 16px;
	padding: 0 16px;
	box-sizing: border-box;
}
.required-label {
	position: absolute;
	left: 16px;
	top: 50%;
	transform: translateY(-50%);
	pointer-events: none; /* input 위에서 label 클릭이 안 되도록 */
	color: #888888;
	font-size: 16px;
}
.required-label .red {
	color: #E32C04;
	margin:0;
}
.input-wrapper input:focus + .required-label,
.input-wrapper input:not(:placeholder-shown) + .required-label {
	display: none;
}
.btn.form-btn-dark{
	background-color: var(--btn-dark);
	color: var(--white);
	font-size: 14px;
	font-weight: 400;
	padding: 6px 12px;
	border-radius: 7px;
}
.group .input-group input:placeholder{
	color:#888;
}
.group .input-group input::-webkit-input-placeholder {
	color:#888;
}
.content .set:not(.clear){
	margin-bottom: 8px;
	display: flex;
}
.content .set:not(.clear) .group{
	float: none;
	width: 49.5%;
	margin-left: 1%;
}
input{
	width: 100%;
}
.form_section_item_in .sub_title{
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 16px;
}
.form_section_item_content > .form_section_item_in{
	margin-bottom: 28px;
}
.form_section_item_content > .form_section_item_in:last-child{
	margin-bottom: 0;
}
.form_section_item_in_content.mg-top{
	margin-top: 8px;
}
select.form-control{
	height: 48px;
	border-radius: 8px;
	border: 1px solid var(--border-gray);
	padding: 0 16px;
	box-sizing: border-box;
}

/* MODAL LAYER */
.modal_wrap{
	position: fixed;
	width: 100vw;
	height: 100vh;
	z-index: 500;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	display: none;
	opacity:0;
	transition: 0.3s;
}
.modal_wrap.block{
	display: block;
}
.modal_wrap.on{
	opacity:1;
}
.modal-layer-bg{
	background-color:rgba(0,0,0,0.5);
	width:100%;
	height:100%;
	position:absolute;
}
.modal-layer{
	border-radius: 15px;
	background-color: var(--white);
	max-width: 1000px;
	width: 90%;
	padding: 40px;
	position: absolute;
	left:50%;
	top: 30%;
	transform:translate(-50%, -50%);
	z-index: 501;
	display: none;
	opacity:0;
	transition: 0.3s;
}
.modal-layer.block{
	display: block;
}
.modal-layer.on{
	opacity:1;
	top: 50%;
}

/* calendar css */
.fc-theme-standard .fc-scrollgrid{
	border: none;
}
.fc-theme-standard td, .fc-theme-standard th{
	border: none;
}
.fc .fc-daygrid-day-frame{
	position: relative;
}
.fc .fc-daygrid-day-top{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index:1;
}
.fc .fc-daygrid-day-bg .fc-highlight{
	display: none;
}
.fc .fc-cell-shaded, .fc .fc-day-disabled{
	background: transparent;
}
.fc-theme-standard td, .fc-theme-standard th{
	cursor: pointer;
}
.fc-theme-standard td.fc-day-past{
	pointer-events: none;
	cursor: default;
}
.selected-date{
	position: relative;
}
.selected-date:after{
	content:"";
	position: absolute;
	left:50%;
	top: 50%;
	transform:translate(-50%, -50%);
	background-color:var(--btn-dark);
	border-radius: 100%;
	width: 40px;
	height: 40px;
	z-index:0;
}
.selected-date a{
	color: var(--white);
	transition: 0.3s;
}
.fc .fc-daygrid-day.fc-day-today {
	background-color: transparent;
}
.fc .fc-daygrid-day.fc-day-past{
	pointer-events: none;
	cursor: default;
}
.fc .fc-daygrid-day.fc-day-past a {
	opacity: 0.3;
	pointer-events: none;
	cursor: default;
 }
.fc-header-toolbar.fc-toolbar {
	display: none;
}
.fc .fc-scrollgrid-section-body table, .fc .fc-scrollgrid-section-footer table{
	min-height: 200px;
	width: 100% !important;
}
.fc .fc-daygrid-day-top{
	width: 100%;
	height: 100%;
}
.fc .fc-daygrid-day-number{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content :center;
	text-align: center;
}

@media (max-width: 1600px){
	html, body{
		padding-left:15px;
	}
	.content .inner{
		width: calc(100% - 20px);
	}
}

@media (max-width: 1400px){
	.form_section_item{
		margin-bottom: 20px;
	}
	.form_section_item{
		padding: 25px 20px;
		border-radius: 13px;
	}
	.btn.form-btn-dark{
		font-size: 11px;
		padding: 4px 9px;
	}
}

@media (max-width: 1200px){
	html, body{
		padding-left:10px;
	}
	.content .inner{
		width: calc(100% - 10px);
	}
	.group .input-group input, .group .input-group select, .group .input-product input{
		padding: 0 10px;
		font-size: 14px;
		height: 40px;
		border-radius: 5px !important;
	}
	select.form-control{
		height: 40px;
		padding: 0 10px;
		border-radius: 5px;
	}
	select {
		background: url(../images/select_drop_down.png) no-repeat 97% 50% / 15px auto;
		cursor: pointer;
	}
	.required-label{
		font-size: 14px;
		left: 10px;
	}
	.form_section_item{
		margin-bottom: 15px;
		padding: 20px 10px;
	}
	.btn.form-btn-dark{
		font-size: 11px;
		padding: 4px 9px;
	}
	.btn.zip-btn{
		font-size: 12px !important;
		padding: 0 5px !important;
	}
	.group .input-group input.f-sm, .group .input-group select.f-sm{
		height: 40px;
	}
}

@media (max-width: 950px){
	html, body{
		padding-left: 0;
		padding-top: 0;
		background-color: var(--white);
	}
	.content{
		margin-top: 0;
	}
	.content .inner{
		width: 100%;
		box-sizing: border-box;
		padding-top: 54px;
	}
	.group .input-group input.f-sm, .group .input-group select.f-sm{
		padding: 0 15px;
		height: 50px;
	}
	.content .tit{
		position: fixed;
		background-color: var(--white);
		left: 0;
		top: 0;
		width: 100vw;
		text-align: center;
		height: 48px;
		display: flex;
		align-items :center;
		justify-content: center;
		z-index: 50;
		font-size: 16px;
		font-weight: 600;
		color: var(--btn-dark);
	}
	.form_section_item{
		border-radius: 0;
		margin-bottom: 0;
		padding: 0px;
	}
	.content .set:not(.clear){
		flex-wrap: wrap;
	}
	.content .set:not(.clear) .group.mo-line1{
		width: 100%;
		margin-left: 0;
	}
	.content .set:not(.clear) .group.mo-line1:first-child{
		margin-bottom: 8px !important;
	}
	.form_section_item_title{
		font-size: 16px;
	}

	.group .input-group input, .group .input-group select, .group .input-product input{
		padding: 0 15px;
		height: 50px;
	}
	select.form-control{
		height: 50px;
		padding: 0 15px;
	}
	.required-label{
		left: 15px;
	}
	.btn.form-btn-dark {
		font-size: 12px;
		padding: 5px 12px;
		border-radius: 50px;
	}
	.input-in-btn-wrap{
		border: 1px solid var(--border-gray);
		margin-bottom: 8px;
		border-radius: 5px;
		overflow: hidden;
	}
	.input-in-btn-wrap input[type=text]{
		border: none;
		margin-bottom: 0;
	}
	.input-in-btn-wrap .btn.zip-btn{
		margin-right: 10px;
		width: 66px;
		height: 34px !important;
		border-radius: 5px;
		font-size: 12px;
		position: absolute;
		right: 16px;
		top: 50%;
		transform:translateY(-50%);
		margin: 0;
	}
	.form_section_item > .form_section_item_in{
		padding: 20px 15px;
		border-top: 6px solid #f6f6f6;
		margin-bottom: 0;
	}
	.form_section_item_content > .form_section_item_in{
		padding: 20px 15px;
		border-top: 6px solid #f6f6f6;
		margin-bottom: 0;
	}
	.form_section_item_content > .form_section_item_in.mo-bd-none{
		border-top: none;
		padding:0 15px;
		margin: 8px 0;
	}
	.mo_flex_wrap{
		display: flex;
		width: 100%;
		flex-wrap: wrap;
	}
	.mo_flex_wrap > .mo_third{
		width: 33.33%;
		flex-grow: 1;
		margin: 0 !important;
	}
	.mo-w100{
		width: 100% !important;
	}
	.content .set:not(.clear) .group{
		margin-bottom: 0 !important;
	}

	/* MODAL LAYER */
	.modal-layer{
		width: 100% !important;
		top: auto;
		border-radius: 16px 16px 0 0;
		bottom: -100%;
		left: 0;
		transform:translate(0,0);
		padding-top: 24px;
	}
	.modal-layer.on{
		bottom:0;
		top: auto;
	}
}


