@charset "utf-8";
@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);
@font-face {
	font-family: Pretendard;
	src: url(/fonts/Pretendard-SemiBold.woff2) format(woff2);
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

* { 
	box-sizing:border-box;
	margin:0;
	padding:0;
	line-height:1.3;
	word-break:keep-all;
}
html, body {
	width: 100%; 
	min-height: 100%;
	font-family: Noto Sans KR, sans-serif;
	scrollbar-width:none;
}
li { 
	list-style:none; 
}
a { 
	text-decoration:none; 
}
img { 
	max-width: 100%; 
}

.wrapper { 
	position:relative; 
	background:url(/images/comBg01.png) no-repeat center top;
	z-index:1;
}
.inner {
	max-width: 1200px; 
	margin:0 auto;
}
@media all and (max-width:1232px){
	.inner { 
		margin:0 16px;
	}
}

/* 푸터 시작
------------------------------------------------------ */
.fTopBox { 
	padding:129px 0 104px;
	background: #FF6788;
}
.fTopBox .inner { 
	position:relative;
	padding:0 520px 0 0;
}
.fTopBox .imgBox {
	position:absolute; 
	max-width: 100%;
	top: -7px;
	right: -105px;
	font-size: 0; 
}
.fTopBox .tit01 {
	display:inline-block;
	margin:0 0 20px;
	padding:8px 30px;
	background: #ED4166;
	border-radius: 20px;
	font-weight: 400;
	font-size: 24px;
	line-height: 1.417;
	letter-spacing: -.02em;
	color: #FFF;
}
.fTopBox .txt01 { 
	margin:0 0 16px;
	font-family: Pretendard;
	font-weight: 600;
	font-size: 46px;
	letter-spacing: -.02em;
	color: #FFF;
}
.fTopBox .txt01 span { 
	color: #A1203B; 
}
.fTopBox .txt02 { 
	margin:0 0 56px;
	font-size: 34px;
	letter-spacing: -.02em;
	color: #FFF;
}
.fTopBox .lnkBox {
	display:flex;
	flex-wrap:wrap;
	gap:12px;
}
.fTopBox .lnkBox .lnk { 
	display:block;
	font-size: 0;
}
footer { 
	padding:87px 0;
	background: #292929; 
}
footer .inner { 
	display:flex;
	align-items:center; 
	justify-content:space-between;
	gap:16px;
}
footer .fLogo01 { 
	flex-shrink:0;
	font-size: 0; 
}
footer .fLst01 { 
	display:flex;
	flex-wrap:wrap;
	gap:10px;
}
footer .fLst01 li { 
	position:relative;
	padding:0 11px 0 0;
	font-size: 14px;
	letter-spacing: 0;
	color: #FFF;
}
footer .fLst01 li:after { 
	content:"";
	position:absolute;
	box-sizing:border-box;
	display:block;
	width: 1px;
	height: 8px;
	top: 50%;
	right: 0;
	margin:-4px 0 0;
	background: #696969;
}
footer .fLst01 li span { 
	color: #939393; 
}
footer .fLst01 li:last-child { 
	padding:0;
}
footer .fLst01 li:last-child:after { 
	display:none;
}
footer .fLst01 + .fLst01 { 
	margin-top:6px;
}
footer .fCopy { 
	margin:17px 0 0;
	font-size: 13px;
	letter-spacing: 0;
	color: #727272;
}
@media all and (max-width:1599px){
	.fTopBox .imgBox { 
		width: 480px;
		right: 16px;
	}
}
@media all and (max-width:999px){
	.fTopBox { 
		padding:40px 0;
	}
	.fTopBox .inner { 
		padding:0;
		text-align: center;
	}
	.fTopBox .imgBox { 
		position:relative;
		width: 360px;
		top: auto;
		right: auto;
		margin:0 auto 24px;
	}
	.fTopBox .tit01 { 
		display:block;
		margin:0 0 16px;
		padding:8px 16px;
		font-size: 16px;
	}
	.fTopBox .txt01 { 
		margin:0 0 10px;
		font-size: 24px;
	}
	.fTopBox .txt02 { 
		margin:0 0 24px;
		font-size: 20px;
	}
	.fTopBox .lnkBox { 
		gap:8px;
		justify-content:center;
	}
	.fTopBox .lnkBox .lnk { 
		width: 165px;
		max-width: calc((100% - 8px)/2);
	}
	footer { 
		padding:40px 0;
	}
	footer .inner { 
		flex-wrap:wrap; 
	}
	footer .fLogo01 { 
		width: 150px; 
	}
	footer .fConBox { 
		width: 100%; 
	}
	footer .fLst01 { 
		gap:6px; 
	}
	footer .fLst01 li {
		padding:0;
	}
	footer .fLst01 li:after { 
		display:none;
	}
	footer .fCopy { 
		margin:10px 0 0;
	}
}
/* 푸터 끝
------------------------------------------------------ */
/* 랜딩 시작
------------------------------------------------------ */
.sec01Wr {
	padding:219px 16px 115px;
}
.sec01Wr .conBox { 
	display:flex;
	align-items:center; 
	justify-content:space-between;
	gap:16px;
	max-width: 1146px;
	margin:0 auto;
}
.sec01Wr .txtBox { 
	flex-shrink:0; 
}
.sec01Wr .logo { 
	max-width: 100%;
	margin:0 0 64px;
	font-size: 0;
}
.sec01Wr .txt01 { 
	margin:0 0 65px;
	font-family: Pretendard;
	font-weight: 600;
	font-size: 46px;
	letter-spacing: -.02em;
	color: #2E3337;
}
.sec01Wr .lnkBox {
	display:flex;
	flex-wrap:wrap;
	gap:12px;
}
.sec01Wr .lnkBox .lnk { 
	display:block;
	font-size: 0;
}
.sec01Wr .imgBox { 
	max-width: 100%;
	font-size: 0;
}
.sec02Wr { 
	padding:0 0 142px;
	text-align: center;
}
.sec02Wr .tit01 {
	margin:0 0 5px;
	font-weight: 400;
	font-size: 30px; 
	letter-spacing: -.02em;
	color: #2E3337;
}
.sec02Wr .tit02 {
	margin:0 0 30px;
	font-weight: 700;
	font-size: 48px;
	line-height: 1.4;
	letter-spacing: -.02em;
	color: #2E3337;
}
.sec02Wr .tit02 span { 
	color: #F32B56; 
}
.sec02Wr .imgBox { 
	max-width: 100%;
	margin:0 auto 168px;
	font-size: 0;
}
.sec02Wr .phoneBox {
	position:relative; 
	max-width: 100%;
	font-size: 0; 
}
.sec02Wr .phoneTxt {
	position:absolute;
	padding:10px 10px 11px;
	background: #A22541;
	border-radius: 50px;
	font-weight: 500;
	font-size: 32px;
	letter-spacing: -.02em;
	color: #FFF;
}
.sec02Wr .phoneTxt:after { 
	content:"";
	position:absolute;
	box-sizing:border-box;
	display:block;
	width: 67px;
	height: 42px;
	top: 100%;
	background-repeat:no-repeat;
	background-size:cover;
}
.sec02Wr .phoneTxt01 {
	width: 550px;
	top: -21px;
	right: -57px;
}
.sec02Wr .phoneTxt01:after {
	left: 205px;
	background-image: url(/images/sec02PhoneTxt01.svg);
}
.sec02Wr .phoneTxt02 { 
	width: 654px;
	top: 76px;
	left: -61px;
}
.sec02Wr .phoneTxt02:after {
	left: 178px;
	background-image: url(/images/sec02PhoneTxt02.svg);
}
.sec02Wr .phoneTxt03 {
	width: 504px;
	top: 221px;
	right: -30px;
}
.sec02Wr .phoneTxt03:after {
	left: 197px;
	background-image: url(/images/sec02PhoneTxt01.svg);
}
.sec03Wr { 
	padding:111px 0 175px;
	background: #FFEEF3; 
}
.sec03Wr .tit01 {
	margin:0 0 114px;
	font-weight: 500;
	font-size: 40px;
	letter-spacing: -.02em;
	text-align: center;
	color: #8F8F8F;
}
.sec03Wr .tit01 span { 
	display:inline-block;
	padding:7px 21px 10px;
	background: #F32B56;
	border-radius: 999px;
	font-weight: 700;
	font-size: 36px;
	color: #FFF;
}
.sec03Wr .tit02 { 
	margin:0 0 40px;
	font-family: Pretendard;
	font-weight: 600;
	font-size: 42px;
	letter-spacing: -.02em;
	color: #2E3337;
}
.sec03Wr .tit02 span { 
	color: #F32B56;
}
.sec03Wr .conBox { 
	display:flex;
	align-items:center; 
	justify-content:space-between;
	gap:16px;
}
.sec03Wr .conBox + .conBox { 
	margin-top:172px;
}
.sec03Wr .txtBox { 
	flex-shrink:0; 
}
.sec03Wr .txt01 { 
	font-size: 24px;
	line-height: 1.5;
	letter-spacing: -.02em;
	color: #424242;
}
.sec03Wr .imgBox { 
	max-width: 100%;
	font-size: 0;
}
@media all and (max-width:1399px){
	.sec02Wr .phoneTxt { 
		position:relative;
		margin:24px 0 0;
	}
	.sec02Wr .phoneTxt:after { 
		display:none;
	}
	.sec02Wr .phoneTxt01,
	.sec02Wr .phoneTxt02,
	.sec02Wr .phoneTxt03 { 
		width: 100%;
		top: auto;
		right: auto;
		left: auto;
	}
}
@media all and (max-width:999px){
	.sec01Wr { 
		padding:40px 16px;
	}
	.sec01Wr .conBox { 
		justify-content:center;
		flex-direction:column-reverse;
	}
	.sec01Wr .txtBox { 
		width: 100%; 
	}
	.sec01Wr .logo {
		width: 272px;
		margin:0 auto 24px;
	}
	.sec01Wr .txt01 { 
		margin:0 0 24px;
		font-size: 26px;
		text-align: center;
	}
	.sec01Wr .lnkBox { 
		gap:8px;
		justify-content:center;
	}
	.sec01Wr .lnkBox .lnk { 
		width: 165px;
		max-width: calc((100% - 8px)/2);
	}
	.sec01Wr .imgBox { 
		width: 406px;
	}
	.sec02Wr { 
		padding:0 0 40px;
	}
	.sec02Wr .tit01 { 
		font-size: 18px; 
	}
	.sec02Wr .tit02 { 
		margin:0 0 16px;
		font-size: 20px;
	}
	.sec02Wr .imgBox { 
		width: 450px;
		margin:0 auto 24px;
	}
	.sec02Wr .phoneBox { 
		width: 511px;
		margin:0 auto;
	}
	.sec02Wr .phoneTxt { 
		margin:16px 0 0;
		padding:8px 8px 10px;
		font-size: 16px;
	}
	.sec03Wr { 
		padding:40px 0;
	}
	.sec03Wr .tit01 { 
		margin:0 0 24px;
		font-size: 20px;
	}
	.sec03Wr .tit01 span { 
		padding:7px 14px 10px;
		font-size: 18px;
	}
	.sec03Wr .tit02 { 
		margin:0 0 10px;
		font-size: 18px;
		text-align: center; 
	}
	.sec03Wr .txt01 { 
		text-align: center;
		font-size: 16px;
	}
	.sec03Wr .conBox { 
		justify-content:center;
		flex-direction:column-reverse;
		gap:24px;
	}
	.sec03Wr .conBox + .conBox { 
		margin-top:24px;
	}
	.sec03Wr .imgBox { 
		width: 360px;
	}
}
/* 랜딩 끝
------------------------------------------------------ */