@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable.min.css");

/* float-banner */
.flex { display:flex; }
.flex-between {  }

.scroll-down .float-banner{bottom: -96px;}

.float-banner{position: fixed; bottom: 0; left: 0; right: 0; width: 100%; height: 96px; z-index: 99999;
	display: -webkit-box; /*display: -ms-flexbox;display: flex;
	-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;
	background-color: #1C1C1C;*/
	-webkit-transition: all 0.3s;-o-transition: all 0.3s;transition: all 0.3s;
	font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif !important; 
	letter-spacing:0 !important; 
}
.float-banner.active{display: none;}
.float-banner .form-wrap fieldset{
	display: -webkit-box; display: -ms-flexbox; display: flex; 
	-webkit-box-align: center; -ms-flex-align: center; align-items: center;
}

.float-banner .pc-contact {
    width: 100%; transition:.3s;
	display: -ms-flexbox;display: flex;
	-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;
	background-color: #1C1C1C;
}
.float-banner .contact-number{ width: 360px; height: 100%; background-color: #4c0587;
	display: -webkit-box; display: -ms-flexbox; display: flex; 
	-webkit-box-align: center; -ms-flex-align: center; align-items: center; 
	-webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;
}
.float-banner .contact-number span{position: relative; top: -3px; font-weight: 500; color: #fff; letter-spacing:0 !important; }
.float-banner .contact-number a{padding-left: 10px; font-size: 28px; font-weight: 500; color: #fff; display: -webkit-box;display: -ms-flexbox;display: flex; letter-spacing:0 !important;  }
.float-banner form { width: calc(100% - 360px); }
.float-banner .form-wrap{  padding: 20px 50px 28px; display: flex; justify-content: space-between; align-items: center; }
.float-banner .form-wrap .field{width: auto; padding-bottom: 0;
	display: -webkit-box;display: -ms-flexbox;display: flex;
	-webkit-box-align: center;-ms-flex-align: center;align-items: center;
}
.float-banner .form-wrap .field .label{margin-right: 16px; padding-bottom: 0; color:#fff;  font-size:16px; background:transparent; white-space: nowrap;}
.float-banner .form-wrap .field + .field{margin-left: 40px; padding-top: 0;}
.float-banner .form-wrap .insert .input-text{width: 402px; height:48px;  background-color: rgba(255,255,255,0.1); border:0; font-size:16px; border-radius:0.3rem; color:#fff;      padding: 7px 0; box-sizing: border-box; text-indent: 16px; transition: width .3s;}
.float-banner .form-wrap .insert .input-text::placeholder { color:rgba(255,255,255,0.2); font-weight:300; }
.float-banner .form-wrap .field .check-wrap span{color: rgba(255,255,255,0.8); white-space: nowrap;}
.float-banner .form-wrap .btn-area .btn{width: 140px; height: 48px; line-height: 48px; padding: 0 32px; font-size: 16px; font-weight: 500; border-radius: 5px; border:0; }

/*.float-banner > .btn-area{width: 270px; padding-top: 26px; padding-right: 60px;
	display: -webkit-box; display: -ms-flexbox; display: flex; 
	-webkit-box-align: start;-ms-flex-align: start;align-items: flex-start;
	-webkit-box-pack: end;-ms-flex-pack: end;justify-content: flex-end;
}

.float-banner .btn.today-close{padding-bottom: 3px; color: var(--white); border-bottom: 1px solid var(--white-80); line-height: 1;}
.float-banner .btn.banner-close{color: var(--white); margin-left: 16px;}
.float-banner .btn.banner-close span{display: none;}
*/


.field.in-check { display:flex;  align-items: center; }
.field.in-check .ui-btn { display: block; padding-left: 20px; background-image:none;  }
.field.in-check  input { position: relative; left: 0; top: 0; width: 20px; height: 20px; opacity: 1; filter: alpha(opacity=1); width: 20px; height: 20px; border-radius:3px; -webkit-appearance: checkbox; }
.float-banner .form-wrap .field .check-wrap { display: flex; align-items: center; }
.float-banner .form-wrap .field .check-wrap .checkbox { width: 20px; height: 20px; }
.float-banner .form-wrap .field .checkbox:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    border: solid 0px #ddd;
    -webkit-transition: 0.2s border-color ease;
    transition: 0.2s border-color ease;
    box-sizing: border-box;
	border-radius:3px; 
}
.float-banner .form-wrap .field .checkbox:after {
	content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 6px;
    height: 9px;
    background-color: transparent;
    border-radius: 0;
    -webkit-transform: translate(-50%, -85%) scale(0) rotate(45deg);
    transform: translate(-50%, -85%) scale(0) rotate(45deg);
    box-shadow: 2px 2px 0px 0px #000;
}
.float-banner .form-wrap .field .check-wrap span { margin-left: 12px; color: rgba(255,255,255,0.8); font-size:15px;  font-weight:400;  }



.float-banner .mo-contact {
	visibility: hidden;
    opacity: 0;
	/*background-color: #98794a ;*/
	width: 100%;
	transition:.3s;
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	z-index:-1;	
}
.float-banner .mo-contact ul{
    width: 100%;
    height: 100%;
	display: flex;
    align-items: center;
    justify-content: center;
}
.float-banner .mo-contact ul li{
	position: relative;
	display: flex;
    align-items: center;
    justify-content: center;
	flex:1;
}
.float-banner .mo-contact ul li::after{
	position: absolute;
    right: 0;
    content: "";
    width: 1px;
    height: 30px;
    background-color: #fff;
}
.float-banner .mo-contact ul li:last-child::after{
	display:none;
}
.float-banner .mo-contact ul li a {
	color: #fff;
    font-size: 16px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
}
.float-banner .mo-contact ul li a i{
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
	width: 24px;
    height: 24px;
}
.float-banner .mo-contact ul li:first-child i{
	background-image: url(./img/ico_banner_call.svg);
}
.float-banner .mo-contact ul li:nth-child(2) i{
	background-image: url(./img/ico_banner_phone.png);
}
.float-banner .mo-contact ul li:last-child i{
	background-image: url(./img/ico_banner_kakao.svg);
}
.float-banner .mo-contact ul li a span{
	margin-left: 8px;
}

@media all and (max-width:1820px) {
	.float-banner .contact-number{ width: 320px; }
	.float-banner form { width: calc(100% - 320px); }
	.float-banner .form-wrap .insert .input-text{width: 24vw;}
}
@media all and (max-width:1680px) {
	.float-banner .contact-number{ width: 240px;
		-webkit-box-orient: vertical;-webkit-box-direction: normal;
		-ms-flex-direction: column;flex-direction: column;
	}
	.float-banner form {
		width: calc(100% - 240px);
	}
	.float-banner .contact-number span{top: 0;}
	.float-banner .form-wrap{ padding: 20px 24px 20px;
		align-items: center;
	}
	.float-banner .form-wrap .field + .field{margin-left: 16px; padding-top: 0;}
	/*.float-banner .form-wrap .insert .input-text{width: 18.571vw;}*/
	.float-banner .form-wrap .field .check-wrap span{font-size: 13px; line-height:1.3; }
}
@media all and (max-width:1500px) {
	.float-banner .form-wrap .insert .input-text{width: 18.5vw;}
}
@media all and (max-width:1240px) {
	.float-banner .pc-contact { visibility:hidden; }
	.float-banner .mo-contact { visibility: visible; opacity: 1; z-index:1; }
}

@media all and (max-width:820px) {
	.float-banner {
		height: 70px;
	}
	.float-banner .mo-contact ul li a {
		font-size: 13px;
	}
	.float-banner .mo-contact ul li{
		padding: 0 5.067vw;
		flex:none;
	}
	.float-banner .mo-contact ul li::after {
		height:10px;
	}
}
@media all and (max-width:440px) {
	.float-banner .mo-contact ul li{
		width:calc(100% / 3);
		padding:0;
	}
}