:root{
	--orange:#f36e3b;
}
.contact{font-family: 'Pretendard'; word-break: keep-all;}
.contact .sv .bottom > .btnWrap{display: none;}


/* contact_info */
.contact .contact_info{padding-top: 120px; margin-bottom: 180px;}
.contact .contact_info .wrap{}
.contact .contact_info .wrap .tit{text-align: center; margin-bottom: 60px;}
.contact .contact_info .wrap .tit > div:nth-child(1){
	font-size: 20px; font-weight: 500; letter-spacing: -0.05em;
	overflow: hidden;
}
.contact .contact_info .wrap .tit > div:nth-child(2){
	font-size: 48px; font-weight: 700; letter-spacing: -0.05em;
	line-height: calc(68/48); margin-top: 14px;
}
.contact .contact_info .wrap .tit > div:nth-child(2) div{overflow: hidden;}
.contact .contact_info .wrap .tit div p{}
.contact .contact_info .wrap ul{
	display: flex; gap: 22px; flex-wrap: wrap; justify-content: center;
}
.contact .contact_info .wrap ul li{
	width: 324px; min-height: 345px; border-radius: 20px; border: 1px solid #f3f3f3; box-sizing: border-box;
	display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center;
}
.contact .contact_info .wrap ul li .ico{
	font-size: 13px; width: calc(41/13*1em); height: calc(41/13*1em); border-radius: 50%;
	display: flex; align-items: center; justify-content: center; color: #fff;
	padding: calc(7/13*1em); border: 1px solid rgba(243, 110, 59, 0.35); box-sizing: border-box;
	margin: 0 auto; margin-bottom: 30px;
}
.contact .contact_info .wrap ul li .ico i{
	width: calc(27/13*1em); height: calc(27/13*1em);
	display: flex; align-items: center; justify-content: center; background-color: var(--orange);
	border-radius: 50%;
}
.contact .contact_info .wrap ul li .imgBx{margin-bottom: 40px;}
.contact .contact_info .wrap ul li .imgBx img{}
.contact .contact_info .wrap ul li .txtBx{}
.contact .contact_info .wrap ul li .txtBx dl{}
.contact .contact_info .wrap ul li .txtBx dl dt{
	font-size: 17px; font-weight: 700; letter-spacing: -0.05em; line-height: 1.3;
	margin-bottom: 20px;
}
.contact .contact_info .wrap ul li .txtBx dl dt a {
	color: var(--orange); font-weight: 600;
	text-decoration: underline;
	text-decoration-thickness: 2px;
	text-underline-offset: 7px;
}
.contact .contact_info .wrap ul li .txtBx dl dd{
	font-size: 17px; letter-spacing: -0.05em; line-height: calc(27/17); color: #474747;
	display: flex; justify-content: center;
}

@media screen and (max-width:1600px) {}
@media screen and (max-width:1440px) {}
@media screen and (max-width:1280px) {}
@media screen and (max-width:1024px) {
	.contact .contact_info .wrap .tit > div:nth-child(2){font-size: 40px;}
}
@media screen and (max-width:820px) {
	.contact .contact_info .wrap .tit > div:nth-child(1){font-size: 16px;}
	.contact .contact_info .wrap .tit > div:nth-child(2){font-size: clamp(28px,calc(60/820*100vw),40px);}

	.contact .contact_info .wrap ul li{min-height: unset; height: auto; padding: 30px 10px;}
	.contact .contact_info .wrap ul li .ico{margin-bottom: 20px;}
	.contact .contact_info .wrap ul li .imgBx{margin-bottom: 20px;}
	.contact .contact_info .wrap ul li .txtBx dl dt{font-size: 15px; margin-bottom: 14px;}
	.contact .contact_info .wrap ul li .txtBx dl dd{font-size: 15px;}
}
@media screen and (max-width:500px) {
	.contact .contact_info{padding-top: 80px; margin-bottom: 100px;}
	.contact .contact_info .wrap .tit{margin-bottom: 40px;}
	.contact .contact_info .wrap .tit > div:nth-child(1){font-size: 14px;}
}
@media screen and (max-width:320px) {
	.contact .contact_info .wrap .tit > div:nth-child(2){font-size: 20px;}

	.contact .contact_info .wrap ul li .txtBx dl dd br{display: none;}
}






/* 폼 영역 */
.contact .contact_form{padding-bottom: 115px;}
.contact .contact_form .wrap{}
.contact .contact_form .wrap h3{
	font-size: 48px; font-weight: 700; letter-spacing: -0.05em;
	line-height: calc(68/48); margin-top: 14px; text-align: center;
	margin-bottom: calc(120/48*1em); overflow: hidden;
}
.contact .contact_form .wrap h3 p{}

._form{}
._form .area{margin-bottom: 108px;}
._form .area._3{margin-bottom: 0;}
._form .area h4{
	font-size: 22px; letter-spacing: -0.05em;
	display: flex; gap: 6px 12px; align-items: flex-end;
	line-height: 1.3; padding-bottom: 20px; margin-bottom: 44px;
	border-bottom: 1px solid #e0e0e0;
	font-weight: 700; white-space: nowrap; flex-wrap: wrap;
}
._form .area h4 b{}
._form .area h4 span{font-size: 17px; letter-spacing: -0.05em; color: #939393; font-weight: 400;}
._form .productCheck{
	display: flex; gap: 30px; flex-wrap: wrap; justify-content: flex-start;
}
._form .productCheck label{
	cursor: pointer; position: relative; width: calc(100% / 7 - (30px * 6 / 7));
	border-radius: 15px; overflow: hidden;
}
._form .productCheck label input{
	position: absolute; opacity: 0;
}
._form .productCheck label div{
	width: 100%; height: 100%;
	background-color: #f3f3f3;
	display: flex; flex-direction: column; align-items: center; justify-content: center;
	padding-top: 30px; padding-bottom: 25px; box-sizing: border-box;
	font-size: 17px; font-weight: 500; line-height: 1.3;
	transition: color 0.2s,background-color 0.2s; letter-spacing: -0.05em;
}
._form .productCheck label div:hover{background-color: #666; color: #fff;}
._form .productCheck label div:hover img{filter: brightness(0) invert(1);}

._form .productCheck label img{margin-bottom: 18px; transition: filter 0.2s;}
._form .productCheck label p{}


/* 체크시 */
._form .productCheck label input:checked + div{background-color: var(--orange); color: #fff;}
._form .productCheck label input:checked + div img{filter: brightness(0) invert(1);}


/* 개인정보 동의 */
._form .textAreaBx{
	padding: 18px; padding-left: 38px;
	border: 1px solid #d9d9d9;
	border-radius: 15px;
	height: 200px;
	box-sizing: border-box;
}
._form .textAreaBx>div{ height: 100%; overflow: auto; }

._form .textAreaBx>div::-webkit-scrollbar{ width: 3px; background-color: #c5c5c5; }
._form .textAreaBx>div::-webkit-scrollbar-thumb{ width: 3px; background-color: #291515; border-radius: 10px; }
._form .textAreaBx p{
	font-size: 17px; letter-spacing: -0.05em;
	line-height: calc(30/17); width: 100%; resize: none;
	border: 0; color: #939393;
	height: 100%; line-height: calc(30 / 17); padding-right: 10px; box-sizing: border-box;
}
._form .textAreaBx textarea::placeholder{color: #939393;}
._form .textAreaBx textarea::-webkit-scrollbar {width: 3px; background-color: #c5c5c5; }
._form .textAreaBx textarea::-webkit-scrollbar-thumb {background-color: #2f3542; border-radius: 10px;}

._form .agree_check{
	position: relative; display: flex; align-items: flex-start; cursor: pointer;
	margin-top: 28px;
	padding-left: 23px; line-height: 1.3;
	font-size: 17px; letter-spacing: -0.03em;
}
._form .agree_check input{position: absolute; opacity: 0;}
._form .agree_check .circle{
	box-sizing: border-box; transform: translateY(0.05em);
	border-radius: 50%; font-size: 1.2em;
	display: flex; align-items: center; justify-content: center; margin-right: 10px;
}
._form .agree_check .circle i{}
._form .agree_check .circle i:nth-child(2){display: none;}

._form .agree_check input:checked + .circle i:nth-child(1){display: none;}
._form .agree_check input:checked + .circle i:nth-child(2){display: block; color: var(--orange);}
._form .agree_check p{}





/* 인풋 */
._form .inputArea{display: flex; flex-wrap: wrap; width: 100%; gap: 30px; font-size: 17px; }
._form .inputArea .row{display: flex; width: 100%; gap: 38px;}
._form .inputArea .inputBx{flex: 1; width: 100%;}
._form .inputArea .inputBx h5{font-size: 18px; font-weight: 600; letter-spacing: -0.05em; margin-bottom: 20px;}
._form .inputArea .inputBx > label{font-size: 18px; font-weight: 600; letter-spacing: -0.05em; margin-bottom: 20px; display: block;}
._form .inputArea input[type='text']{
	letter-spacing: -0.05em; padding: 0 20px; box-sizing: border-box;
	border: none; font-size: 17px;
    box-shadow: none; width: 100%;
	height: 50px; border-radius: 9px; margin: 0; border: 1px solid #d9d9d9;
}
._form .inputArea input[type='text']::placeholder{font-family: 'Pretendard'; color: #939393;}

._form .inputArea .row .captcha{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 15px;
    letter-spacing: -0.05em;
    color: #939393;
    margin-bottom: 14px;
}

._form .inputArea .row .captcha input{
    width: 102px;
    height: 37px;
    border-radius: 9px;
    border: 1px solid #d9d9d9;
    margin: 0 20px;
}



/* 라디오 */
._form .inputArea .row .flexBx{display: flex; gap: 15px;}
._form .inputArea .radioBx{
	display: flex; white-space: nowrap; gap: 26px; padding-left: 20px;
}
._form .inputArea .radioBx label{
	display: flex; align-items: center; gap: 6px; position: relative;
	cursor: pointer;
}
._form .inputArea .radioBx label input{position: absolute; opacity: 0;}
._form .inputArea .radioBx label .circle{
	display: flex; align-items: center; justify-content: center;
	min-width: 1em; min-height: 1em;
}
._form .inputArea .radioBx label .circle i{position: absolute;}
._form .inputArea .radioBx label .circle i:nth-child(2){opacity: 0;}
._form .inputArea .radioBx label input:checked + .circle i:nth-child(1){opacity: 0;}
._form .inputArea .radioBx label input:checked + .circle i:nth-child(2){opacity: 1;}





/* 셀렉트 */
._form .inputArea ._select{letter-spacing: -0.05em; position: relative;}
._form .inputArea ._select .txt{
	padding: 0 20px; box-sizing: border-box; width: 100%;
	height: 50px; border-radius: 9px; margin: 0; border: 1px solid #d9d9d9;
	color: #939393; font-size: 17px; letter-spacing: -0.05em;
	display: flex; align-items: center; justify-content: space-between; cursor: pointer;
}
._form .inputArea ._select .txt option{ letter-spacing: -0.05em; font-family: 'Pretendard'; }
._form .inputArea ._select .txt p.on{color: #000;}
._form .inputArea ._select .txt i{color: #000;}
._form .inputArea ._select ul{
	position: absolute; left: 0; top: 100%;
	width: 100%; margin-top: 10px;
	border: 1px solid #d9d9d9; border-radius: 9px;
	background-color: #fff; overflow: auto;
	display: none; height: 230px;
}
._form .inputArea ._select ul::-webkit-scrollbar{ width: 3px; background-color: #c5c5c5; }
._form .inputArea ._select ul::-webkit-scrollbar-thumb{ width: 3px; background-color: #291515; border-radius: 10px; }
._form .inputArea ._select ul li{
	padding: 10px 20px; cursor: pointer;
}
@media screen and (min-width:1025px) {
	._form .inputArea ._select ul li:hover{background-color: rgba(0,0,0,0.02);}
}


/* 텍스트 에어리어 */
._form .inputArea .textAreaBx{padding: 20px; padding-right: 18px; height: 270px;}
._form .inputArea .textAreaBx textarea{ width: 100%; height: 230px; line-height: 1.4; border: none; resize: none; font-size: 17px; letter-spacing: -0.05em; }
._form .inputArea .textAreaBx textarea::placeholder{ color: #939393; }

/* 버튼 */
._form ._submitBtn{
	font-size: 17px; letter-spacing: -0.05em; color: #fff;
	border: 0; margin: 0; padding: 0; background-color: #000; border-radius: 13px;
	padding: 18px 39px;
	display: flex; align-items: center; justify-content: center; cursor: pointer; margin: 0 auto; margin-top: 58px;
	transition: background-color 0.2s;
}
._form ._submitBtn:hover{
	background-color: var(--orange);
}
._form ._submitBtn p{margin-right: calc(23/17*1em);}



@media screen and (max-width:1600px) {}
@media screen and (max-width:1440px) {
	._form .productCheck{gap: 10px;}
	._form .productCheck label{width: calc(100% / 7 - (10px * 6 / 7)); border-radius: 8px;}
}
@media screen and (max-width:1280px) {
	._form .productCheck label{width: calc(100% / 4 - (10px * 3 / 4));}
}
@media screen and (max-width:1024px) {
	.contact .contact_form .wrap h3{font-size: 40px;}

	._form .area h4{margin-bottom: 20px;}
	._form .textAreaBx{padding: 20px 10px;}
	._form .textAreaBx textarea{font-size: 16px;}
	._form .textAreaBx p{font-size: 16px;}
	._form .inputArea{font-size: 16px;}
	._form .inputArea input[type='text']{padding: 0 10px; font-size: 16px;}
	._form .inputArea ._select .txt{padding: 0 10px; font-size: 16px; }
	._form .inputArea ._select ul li{padding: 12px 10px;}
	._form .inputArea .textAreaBx{padding: 20px 10px;}
    ._form .inputArea .textAreaBx textarea{ font-size: 16px; }

	._form .inputArea .row .flexBx{flex-direction: column;}
	._form .inputArea .radioBx{padding-left: 0; gap: 20px;}
}
@media screen and (max-width:820px) {
	.contact .contact_form .wrap h3{font-size: clamp(28px,calc(60/820*100vw),40px);}

	._form .productCheck label{width: calc(100% / 3 - (10px * 2 / 3));}
	._form .productCheck label p{font-size: 14px;}

	._form .agree_check{padding-left: 3px; margin-top: 20px; font-size: 14px;}
	._form .agree_check .circle{margin-right: 6px;}
	._form .inputArea .row{flex-direction: column; gap: 30px;}
}
@media screen and (max-width:500px) {
	._form .area h4{font-size: 20px;}

	._form .productCheck{gap: 6px;}
	._form .productCheck label{width: calc(100% / 3 - (6px * 2 / 3));}
	._form .productCheck label div{padding: 20px 0;}
	._form .productCheck label p{font-size: 12px;}

	._form .textAreaBx{padding: 10px;}
	._form .textAreaBx textarea{font-size: 14px;}
	._form .textAreaBx p{font-size: 14px;}
	._form .inputArea .textAreaBx{padding: 10px; height: 200px;}
    ._form .inputArea .textAreaBx textarea{ font-size: 14px; height: 100%; }
    
    ._form .inputArea ._select .txt{ font-size: 14px; }

	._form .inputArea{font-size: 14px;}
	._form .inputArea input[type='text']{font-size: 14px;}

    ._form .inputArea .row .captcha{ font-size: 14px; line-height: 1.3; }
    ._form .inputArea .row .captcha input{ margin: 0 10px; }
}
@media screen and (max-width:360px) {
	._form .productCheck label{width: calc(100% / 2 - (6px * 1 / 2));}
}






/* faq */
.faq{}
.faq .sv .bottom > .btnWrap{display: none;}

.faq .category{
	display: flex; font-size: 32px; font-weight: 600; letter-spacing: -0.03em;
	color: #cdcdcd; gap: 20px calc(46/32*1em); margin-bottom: 40px; flex-wrap: wrap;
}
.faq .category div{cursor: pointer;}
.faq .category div.on{color: #000;}

.tablelist{}
.tablelist .table li > a{padding: 35px 0; line-height: 1.4; align-items: flex-start;}
.tablelist .table li > a .num{
	font-size: 22px; color: var(--orange);
	min-height: 48px; display: flex; align-items: center; justify-content: center;
}
.tablelist .table li > a .title{
	min-height: 48px; display: flex; align-items: center; justify-content: flex-start;
	font-size: 22px;
    -webkit-box-orient: unset;
    -webkit-line-clamp: unset;
    overflow: unset;
    text-overflow: unset;
}
.tablelist .table li > a .more span{background-color: #c8c8c8;}
.tablelist .table li > a.on .more span{transform: rotate(180deg);}

.tablelist .answer{display: none;}
.tablelist .answer > div{
	display: flex; align-items: flex-start; justify-content: space-between;
	background-color: #f2f2f2;
	border-top: 1px solid #b5b5b5; box-sizing: border-box;
	padding: 40px 0; line-height: calc(33/17);
}
.tablelist .answer .num{
	min-width: 60px;
    flex-shrink: 0;
    font-size: 20px;
    letter-spacing: -0.05em;
    color: #9c9c9c;
    font-weight: 600;
    text-align: center;
}
.tablelist .answer .txt{
	font-size: 17px;
	letter-spacing: -0.05em;
    padding: 0 22px;
    box-sizing: border-box;
    width: 100%;
}

.faq .tablelist .table li > a .num{ width: 60px; }
.faq .tablelist .table li > a .title{ padding: 0 22px; }

@media screen and (max-width:1600px) {}
@media screen and (max-width:1440px) {}
@media screen and (max-width:1280px) {
	.tablelist .table li > a{padding: 15px 0;}
	.tablelist .table li > a .num{font-size: 18px; min-height: 40px;}
	.tablelist .table li > a .title{font-size: 18px; min-height: 40px;}

	.tablelist .answer > div{padding: 15px 0;}
	.tablelist .answer .num{ font-size: 18px;}
	.tablelist .answer .txt{ font-size: 16px;}
}
@media screen and (max-width:1024px) {
	.faq .category{font-size: 28px;}
}
@media screen and (max-width:820px) {
	.faq .category{font-size: 24px; gap: 14px 20px;}
    .faq .tablelist .table li > a .num{ width: 55px; }
    .faq .tablelist .table li > a .title{ padding: 0 15px; }
	.tablelist .table li > a{padding: 10px 0;}
	.tablelist .table li > a .num{font-size: 16px; min-height: 35px;}
	.tablelist .table li > a .title{font-size: 16px; min-height: 35px;}

	.tablelist .answer > div{padding: 10px 0;}
	.tablelist .answer .num{min-width: 55px; font-size: 16px;}
	.tablelist .answer .txt{padding: 0 15px; font-size: 16px;}
}
@media screen and (max-width:500px) {
	.faq .category{font-size: 20px; gap: 14px 16px;}

    .faq .tablelist .table li > a .num{ width: 35px; }
    .faq .tablelist .table li > a .title{ padding: 0 5px; }

	.tablelist .table li > a{padding: 15px 0;}
	.tablelist .table li > a .num{font-size: 14px;}
	.tablelist .table li > a .title{font-size: 14px;}

	.tablelist .answer > div{padding: 15px 0;}
	.tablelist .answer .num{min-width: 35px; font-size: 14px;}
	.tablelist .answer .txt{padding: 0 5px; font-size: 14px;}
}
@media screen and (max-width:320px) {}







/* 문의완료페이지 */
.contact .complete{ width: 100%; padding: 120px 0; box-sizing: border-box; text-align: center; word-break: keep-all; }
.contact .complete h1{ font-size: 42px; font-weight: 700; letter-spacing: -0.05em; color: #333; }
.contact .complete p{ font-size: 20px; letter-spacing: -0.05em; line-height: 1.5; margin-top: 30px; color: #2f3542; }

@media screen and (max-width: 1280px){
    .contact .complete h1{ font-size: 30px; }
    .contact .complete p{ font-size: 18px; }
}

@media screen and (max-width: 820px){
    .contact .complete{ padding: 70px 0; }
    .contact .complete h1{ font-size: 24px; }
    .contact .complete p{ font-size: 16px; }
}