.contact{
    letter-spacing: -0.04em;
}
.contact .wrap{
    padding: 150px 0;
}
.contact .wrap .inner{
    display: flex;
    justify-content: space-between;
}
.contact .page_title{
    /* text-align: center; */
    margin-bottom: 80px;
}
.contact .lbx .info{
    display: flex; flex-direction: column;
    gap: 40px;
    margin-bottom: 20px;
}
.contact .lbx .info li{
    display: flex; flex-direction: column;
    gap: 20px;
}
.contact .lbx .info li p{
    font-size: 20px;
    font-weight: 600;
}
.contact .lbx .info li span{
    display: inline-block;
    font-size: 16px;
    color: #00000080;
}

.contact .lbx .info li .subway{
    display: flex;gap: 4px;
}
.contact .lbx .info li .subway b{
    margin-right: 12px;
    display: flex;align-items: center;
    justify-content: center;
    min-width: 60px;
    padding: 6px;
    box-sizing: border-box;
    border-radius: 20px;
    text-align: center;
    color: #fff;
    font-size: 12px;
}

.contact .lbx .info li .subway .line_1{background: #5d6334;}
.contact .lbx .info li .subway .line_2{background: #a78840;}
.contact .lbx .info li .subway .line_3{background: #a61d2d;}

.contact .lbx .info li .subway em{
    line-height: 2;
}


.contact .map-container{
    max-width: 480px; position: relative;
}
.contact .map-container::after{
    display: block; content: ''; width: 100%;
    padding-bottom: calc(240/480*100%);
}
.contact .map-container .map{
    position: absolute; width: 100%; height: 100%;
    top: 0; left: 0;
}
.contact .rbx{
    min-width: 720px; position: relative;
}
.contact .rbx .rbx-dssc{
    font-size: 16px; font-weight: 400;
    color: #444; line-height: 1.4;
    margin-bottom: calc(40/16*1em);
}
.contact .rbx .forms{
    display: flex; flex-direction: column;
    gap: 60px;
}
.contact .rbx .forms label{
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.contact .rbx .forms label input{
    border: none;
    border-bottom: 1px solid #ccc;
    padding: 20px 0;
    font-size: 16px;
}
.contact .rbx .forms label input::placeholder{
    font-size: 16px;
}
.contact .rbx .forms label input[type="date"]{
    width: 100%;
    background: transparent;
    color: #000;
}
.contact .rbx .forms label input[type='date']::-webkit-date-and-time-value{
    text-align: start;
}
.contact .rbx .forms label .date-wrap{
    position: relative;
}
.contact .rbx .forms label .date-wrap::before{
    content: '날짜를 선택해 주세요.';
    color: rgba(0, 0, 0, 0.5);
    font-size: 16px;
    position: absolute;
    pointer-events: none;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
}
.date-wrap input[type='date'].custom-date::before {
    content: attr(data-placeholder);
    width: 100%;
    color: rgba(0, 0, 0, 0.5);
}
.date-wrap i {
    position: absolute;
    right: 3px;
    /* right: 15px; */
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    pointer-events: none;
    z-index: 1;
}
/* 크롬, 사파리, 엣지 */
.date-wrap input[type="date"]::-webkit-calendar-picker-indicator {
    opacity: 0;
    position: absolute;
    right: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
/* 파이어폭스 */
.date-wrap input[type="date"]::-moz-calendar-picker-indicator {
    opacity: 0;
    position: absolute;
    right: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.date-wrap.has-value::before {
    display: none;
}
.date-wrap input[type='date']:focus::before,
.date-wrap input[type='date']:valid::before {
  display: none; /* 포커스되거나 값이 유효하면 숨김 */
}
.date-wrap input[type=date]::-webkit-datetime-edit-text,
.date-wrap input[type=date]::-webkit-datetime-edit-month-field,
.date-wrap input[type=date]::-webkit-datetime-edit-day-field,
.date-wrap input[type=date]::-webkit-datetime-edit-year-field {
    display: none;
}
.date-wrap.has-value input[type=date]::-webkit-datetime-edit-text,
.date-wrap.has-value input[type=date]::-webkit-datetime-edit-month-field,
.date-wrap.has-value input[type=date]::-webkit-datetime-edit-day-field,
.date-wrap.has-value input[type=date]::-webkit-datetime-edit-year-field {
    display: inline-block;
    color: #000;
}
.contact .rbx .forms label textarea{
    border: none; resize: none;
    background: #f1f1f1;
    padding: 30px 30px 100px;
    font-size: 16px;
}
.contact .rbx .forms label textarea::placeholder{
    font-size: 16px;
}
.contact .rbx .forms label input[type="file"]{
    display: none;
}
.contact .rbx .forms label .file-bx{
    display: flex; align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}
.contact .rbx .forms label .file-input{
    font-size: 16px; font-weight: 400;
    color: rgba(0, 0, 0, 0.5);
}
.contact .rbx .forms label .file-btn{
    width: 80px; border-radius: 15px; background: #000;
    color: rgba(255, 255, 255, 0.5); font-size: 14px; font-weight: 600;
    text-align: center; line-height: 1; padding: 8px 0;
    cursor: pointer; transition: all .3s ease;
}
.contact .rbx .forms label .file-btn:hover{
    background: #c41b24;
    color: #fff;
}
.contact .rbx .forms .file-wrap .noti{
    font-size: 14px; font-weight: 400;
    display: inline-block ; margin-top: 15px;
}
.contact .rbx .terms{
    display: flex; align-items: center;
}
.contact .rbx .checkbx{
    margin-top: 60px;
}
.contact .rbx .checkbx .flx{
    display: flex; align-items: center;
    justify-content: space-between;
}
.contact .rbx .checkbx p{
    font-size: 14px;
}
.contact .rbx .checkbx .badge{
    display: inline-block; width: 60px; border-radius: 10px;
    background: #6e6e6e; color: rgba(255, 255, 255, 0.6);
    font-size: 12px; font-weight: 400; text-align: center;
    padding: 5px 0; line-height: 1;
    margin-left: 10px;
    transition: all .3s ease;
}
.contact .rbx .checkbx .badge:hover{
    background: #c41b24;
    color: #fff;
}
.contact .rbx .checkbx label input{
    display: none;
}
.contact .rbx .checkbx label .ico{
    display: flex; align-items: center;
    justify-content: center; position: relative;
    margin-right: 6px;
    cursor: pointer;
}
.contact .rbx .checkbx label .ico i{
    font-size: 20px;
}
.contact .rbx .checkbx label .ico i:nth-child(1){
    /* color: #444; */
}
.contact .rbx .checkbx label .ico i:nth-child(2){
    position: absolute;
    opacity: 0;
}
.contact .rbx .checkbx label input:checked + .terms .ico i:nth-child(1){
    opacity: 0;
}
.contact .rbx .checkbx label input:checked + .terms .ico i:nth-child(2){
    opacity: 1;
}
.contact .rbx .forms label span{
    font-size: 20px; font-weight: 600;
}
.contact .rbx .forms label span em{
    color: #c41b24;
}
.contact .rbx .forms label .noti > em{
    text-decoration: underline;
    color: #000;
}

.contact .rbx .checkbx .captcha{
    display: flex; align-items: center; justify-content: flex-start;
    font-size: 16px; color: #414143;
    margin-bottom: calc(15/16*1em);
}
.contact .rbx .checkbx .captcha img{filter: grayscale(1);}
.contact .rbx .checkbx .captcha input{
    width: calc(100/16*1em); height: calc(30/16*1em); border-radius: 0;
    border: 1px solid #6d6d74; margin: 0 calc(20/16*1em);
}
.contact .rbx .checkbx .captcha span{
    font-size: calc(15/16*1em); color: #414143;
}

@media screen and (max-width: 1600px){
    .contact .rbx{ min-width: 580px; }
}
@media screen and (max-width: 1280px){
    .contact .wrap .inner{
        flex-direction: column; justify-content: unset;
        gap: 80px;
    }
    .contact .rbx{ min-width: unset; }
    .contact .rbx .checkbx .flx{
       display: block;
    }
    .contact .rbx .checkbx .red-btn-with-icon{
        margin: 80px auto 0;
    }
}
@media screen and (max-width: 1024px){

}
@media screen and (max-width: 820px){
    .contact .wrap .inner{
        align-items: center;
    }
    .contact .wrap .inner > div{
        width: 100%;
    }
    .contact .wrap .inner .lbx{
        text-align: center;
    }
    .sub .page_title h1{
        text-align: center;
    }
    .contact .map-container{
        margin: 0 auto;
    }
    .contact .lbx .info li p{
        font-size: 18px;
    }
	.contact .rbx .rbx-dssc{margin-bottom: 14px;}
    .contact .rbx .forms label span{
        font-size: 18px;
    }
}
@media screen and (max-width: 500px){
    .contact .rbx .forms label{
        gap: 20px;
    }
    .contact .rbx .forms label input{
        padding: 16px 0;
    }
    .contact .rbx .forms label textarea{
        padding: 16px 10px 80px;
    }
    .contact .rbx .forms label input {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .contact .rbx .forms label input::placeholder{
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

}
@media screen and (max-width: 360px){
    .contact .lbx .info li span{
        font-size: 14px;
    }
    .contact .rbx .forms label input{
        font-size: 14px;
    }
    .contact .rbx .forms label input::placeholder{
        font-size: 14px;
    }
    .contact .rbx .forms label textarea{
        font-size: 14px;
    }
    .contact .rbx .forms label textarea::placeholder{
        font-size: 14px;
    }
    .contact .rbx .forms label .date-wrap::before{
        font-size: 14px;
    }
    .contact .rbx .forms label .file-input{
        font-size: 14px;
    }
    .contact .rbx .forms label .file-btn{
        width: 70px;
        font-size: 13px;
        padding: 6px 0;
    }
    .contact .rbx .forms .file-wrap .noti{
        font-size: 13px;
    }
}


/* complete */
.complete .wrap{
    padding: 250px 0;
    letter-spacing: -0.04em;
}
.complete .wrap .inner{
    text-align: center;
}
.complete .noti{
    margin-bottom: 100px;
}
.complete .noti span{
    font-family: "Roboto";
    font-size: 16px; font-weight: 500;
    color: #c41b24;
    display: inline-block;
}
.complete .noti h1{
    font-size: 60px; font-weight: 600;
    margin: 40px 0;
}
.complete .noti p{
    font-size: 20px;
    color: #444;
}
.complete .red-btn-with-icon{
    margin: 0 auto;
}

@media screen and (max-width: 1280px){
    .complete .noti h1{
        font-size: clamp(48px, 60/1280*100%, 60px);
        margin: 32px 0;
        line-height: 1.3;
    }
    .complete .noti p{
        font-size: clamp(18px, 20/1280*100%, 20px);
    }
}
@media screen and (max-width: 1024px){
    .complete .noti h1{
        font-size: 36px;
    }
}
@media screen and (max-width: 820px){
    .complete .wrap{
        padding: 150px 0;
    }
    .complete .noti{
        margin-bottom: 80px;
    }
    .complete .noti h1{
        font-size: 28px;
    }
    .complete .noti span{
        font-size: 15px;
    }
    .complete .noti p{
        font-size: 16px;
    }
}
@media screen and (max-width: 500px){
    .complete .noti h1{
        font-size: 24px;
    }
    .complete .noti span{
        font-size: 14px;
    }
    .complete .noti p{
        font-size: 15px;
    }
}


/* popup */
.privPop{ position: fixed; top: 0; left: 0; width: 100%; height: 100vh; z-index: 99999;  transition: opacity .4s, visibility .4s; opacity: 0; visibility: hidden; }
.privPop .eleBg{ width: 100%; height: 100%; background-color: rgba(0,0,0,0.6); }
.privPop .inn{ width: 95%; max-width: 1280px; height: 60vh; margin: 0 auto; background-color: #fff; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); border-radius: 15px; box-sizing: border-box; padding: 20px; }
.privPop .inn .cont{ width: 100%; height: 100%; position: relative; }
.privPop .inn .cont .close{ position: absolute; bottom: calc(100% + 40px); left: 50%; transform: translateX(-50%); z-index: 99999; cursor: pointer; color: #fff; font-size: 24px; }
.privPop .inn .cont .p{ height: 100%; line-height: 1.3; overflow: auto; font-size: 16px; letter-spacing: -0.04em; }
.privPop .inn .cont .p strong{ font-weight: 700; }
.privPop .inn .cont .p::-webkit-scrollbar{ width: 8px; }
.privPop .inn .cont .p::-webkit-scrollbar-thumb{ border-radius: 10px; background-color: #333; }

.privPop.on { opacity: 1; visibility: visible; }

@media screen and (max-width: 450px){
    .privPop{ font-size: 14px; }
    .privPop .inn{ padding-right: 0; }
}


@media screen and (max-width: 400px){
    .contact .lbx .info li .subway{
        align-items: flex-start;
    }
    .contact .lbx .info li .subway em {
        line-height: 1.5;
    }
}





/* faq 추가 20260528 동환 */
.faqBtn{
	position: absolute; top: 0; right: -160px;
}
.faqBtn div{
	width: calc(90/24*1em); height: calc(90/24*1em); border-radius: 50%; border: 1px solid #000; box-sizing: border-box;
	display: flex; align-items: center; justify-content: center; background-color: #fff;
	transition: border-color 0.2s,color 0.2s,background-color 0.2s;
	cursor: pointer; font-size: 24px; font-weight: 600; letter-spacing: -0.05em;
	animation: floating forwards infinite 3s;
}
@keyframes floating {
	0%{transform:translateY(0px)}
	50%{transform:translateY(20px)}
	100%{transform:translateY(0px)}
}
.faqBtn div:hover{
	background-color: #c41b24; border-color: #c41b24; color: #fff;
}
.faqBtn div p{}

.faqPopup{
	position: fixed; z-index: 9999; left: 0; top: 0;
	width: 100%; height: 100%; overflow: auto;
	padding: 40px 0; box-sizing: border-box;
	pointer-events: none; opacity: 0;
	transition: opacity 0.5s;
}
.faqPopup.on{
	pointer-events: auto; opacity: 1;
}
.faqPopup .grayBg{
	position: absolute; width: 100%; height: 100%; background-color: #000; opacity: 0.5;
	z-index: -1; cursor: pointer; left: 0; top: 0;
}
.faqPopup .inner{
	position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);
	width: 100%; max-width: min(95%,850px);
	display: flex; align-items: center; justify-content: center;
}
.faqPopup .inner .cont{
	background-color: #fff; width: 100%; max-height: min(700px,90vh); overflow: auto;
	padding-top: 20px; padding-bottom: 80px; padding-left: 70px; padding-right: 25px; box-sizing: border-box;
}
.faqPopup .inner .cont::-webkit-scrollbar {width: 11px;}
.faqPopup .inner .cont::-webkit-scrollbar-thumb {background-color: #000;}
.faqPopup .cancel{
	font-size: 20px;
	width: calc(30/20*1em); height: calc(30/20*1em);
	border: 1px solid #000; box-sizing: border-box; margin-left: auto;
	display: flex; align-items: center; justify-content: center; cursor: pointer;
}
.faqPopup .cancel:hover{
	background-color: #000; color: #fff;
}
.faqPopup h3{text-align: center; margin-bottom: 45px;}
.faqPopup h3 p{
	font-family: "Roboto", sans-serif; font-size: 66px; font-weight: 500; letter-spacing: -0.04em;
	color: rgba(0,0,0,0.1); margin-bottom: 14px;
}
.faqPopup h3 span{
	font-size: 30px; font-weight: 500; letter-spacing: -0.04em;
}
.faqPopup .box{
	padding-right: 70px; box-sizing: border-box;
	margin-bottom: 40px;
}
.faqPopup .box:last-child{margin-bottom: 0;}
.faqPopup .box .q{
	display: flex; align-items: center; margin-bottom: 10px;
}
.faqPopup .box .q em{
	min-width: calc(50/22*1em); min-height: calc(50/22*1em);
	width: calc(50/22*1em); height: calc(50/22*1em);
	display: flex; border-radius: 50%; background-color: #000; color: #fff;
	font-family: "Roboto", sans-serif; font-size: 22px;
	align-items: center; justify-content: center; margin-right: 1em;
}
.faqPopup .box .q em span{
	font-size: calc(14/22*1em);
}
.faqPopup .box .q p{
	font-size: 20px; font-weight: 600; letter-spacing: -0.04em; line-height: calc(26/16);
}
.faqPopup .box .a{
	padding-left: 70px; box-sizing: border-box; line-height: calc(26/16);
}
.faqPopup .box .a .flexBx{
	display: flex; align-items: flex-start; justify-content: flex-start;
}
.faqPopup .box .a .flexBx .ico{
	font-family: "Roboto", sans-serif; font-size: 16px; font-weight: 600; letter-spacing: -0.04em;
	margin-right: 8px;
}
.faqPopup .box .a .p{
	font-size: 16px; letter-spacing: -0.04em;
}
.faqPopup .box .a .gray{
	color: #727272;
}
.faqPopup .box .a .pl01{
	padding-left: 24px; box-sizing: border-box;
}
.faqPopup .box .a .list{
	display: flex; flex-direction: column; gap: 20px;
}
.faqPopup .box .a .num{
	font-size: 14px; font-weight: 600; background-color: #000; color: #fff;
	min-width: calc(21/14*1em); min-height: calc(21/14*1em);
	width: calc(21/14*1em); height: calc(21/14*1em); border-radius: 50%; margin-top: 2px;
	display: flex; align-items: center; justify-content: center; margin-right: 13px;
}

.faqPopup .box .a .fw500{font-weight: 500;}
.faqPopup .box .a .fw600{font-weight: 600;}
.faqPopup .box .a .mt20{margin-top: 20px;}
.faqPopup .box .a .mt30{margin-top: 30px;}
.faqPopup .box .a .mt40{margin-top: 40px;}
.faqPopup .box .a .whtiespace{white-space: nowrap;}


@media screen and (max-width:1800px) {
	.faqBtn{position: unset; margin-bottom: 50px;}
	.faqBtn div{margin-left: auto; font-size: 20px; }
}
@media screen and (max-width:1600px) {}
@media screen and (max-width:1440px) {}
@media screen and (max-width:1280px) {}
@media screen and (max-width:1024px) {}
@media screen and (max-width:820px) {
	.faqPopup .inner .cont{padding: 60px 30px; padding-top: 20px;}
	.faqPopup h3{margin-bottom: 30px;}
	.faqPopup h3 p{font-size: 50px; }
	.faqPopup h3 span{font-size: 20px; }
	.faqPopup .box{padding-right: 0;}
	.faqPopup .box .q em {font-size: 16px; }
	.faqPopup .box .q p{font-size: 16px; }
	.faqPopup .box .a{padding-left: 50px;}
	.faqPopup .box .a .flexBx .ico{font-size: 14px; }
	.faqPopup .box .a .p{font-size: 14px; }
	.faqPopup .box .a .list{gap: 10px;}
}
@media screen and (max-width:500px) {
	.faqBtn div{font-size: 18px; }

	.faqPopup .inner .cont{padding: 30px 10px;}
	.faqPopup h3 p{font-size: 40px; }
	.faqPopup .box .q em{font-size: 12px; margin-right: 10px;}
	.faqPopup .box .q p{font-size: 14px; }
	.faqPopup .box .a{padding-left: 6px;}
	.faqPopup .box .a .num{font-size: 12px; margin-right: 10px;}
	.faqPopup .box .a .p{font-size: 13px; }
	.faqPopup .box .a .pl01{padding-left: 0;}
}
@media screen and (max-width:320px) {}