@charset "utf-8";
@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);

@font-face {
	font-family: S-CoreDream-3Light;
	src: url(https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-3Light.woff) format(woff);
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: S-CoreDream-5Medium;
	src: url(https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-5Medium.woff) format(woff);
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: S-CoreDream-6Bold;
	src: url(https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-6Bold.woff) format(woff);
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: S-CoreDream-7ExtraBold;
	src: url(https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-7ExtraBold.woff) format(woff);
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: S-CoreDream-8Heavy;
	src: url(https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-8Heavy.woff) format(woff);
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: Pretendard;
	src: url(/fonts/Pretendard-Medium.woff2) format(woff2);
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

* { 
	box-sizing:border-box;
	margin:0;
	padding:0;
}
html, body { 
	position:relative; 
	width: 100%;
	overflow-x:hidden;
}
body { 
	font-family: Noto Sans KR, sans-serif;
	font-weight:400;
	line-height:1.3;
	letter-spacing:-.3px;
	word-break:keep-all;
}
a { 
	text-decoration:none; 
}
li { 
	list-style:none; 
}
button, input, textarea, select { 
	background: transparent; 
	border:none;
	font-family: Noto Sans KR, sans-serif;
	font-weight:400;
	line-height:1.3;
	letter-spacing:-.3px;
	word-break:keep-all;
}
label, button, a {
	cursor:pointer; 
}
input, textarea { 
	display:block; 
	min-width: 0; 
	outline:none; 
}
button { 
	text-align: left; 
}
textarea { 
	resize:none;
}
table { 
	width:100%;
	table-layout:fixed; 
	border-spacing:0;
	border-collapse:collapse;
}
.wrapper { 
	padding:90px 0 0;
}
.inner { 
	max-width: 1200px; 
	margin:0 auto;
}
.comPopBg { 
	position:fixed;
	display:none; 
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.7);
	z-index:10;
}
@media all and (max-width:1232px){
	.inner { 
		margin:0 16px;
	}
}
@media all and (max-width:999px){
	.wrapper { 
		padding:56px 0 0;
	}
}

/* 헤더 시작
------------------------------------------------------ */
header { 
	position:fixed; 
	width: 100%;
	height: 90px;
	top: 0;
	left: 0;
	background: #FFF;
	border-bottom:1px solid #E0E0E0;
	z-index:1;
}
header .inner { 
	display:flex;
	align-items:center;
	gap:150px;
	height: 100%;
}
header .hLogo { 
	flex-shrink:0; 
}
header .hLogo a { 
	display:block; 
	font-weight: 0;
}
header .hLogo a img { 
	max-width: 100%; 
}
header .mbMenuOn { 
	display:none; 
}
header .hMenuBox { 
	flex-grow:1;
	display:flex;
	align-items:center; 
	justify-content:space-between; 
	height: 100%;
}
header .hMenuBox .mbMenuTop,
header .hMenuBox .hMenuTit { 
	display:none; 
}
header .hMenuBox .hMenuLst {
	display:flex;
	height: 100%;
}
header .hMenuBox .hMenuLst > li { 
	position:relative; 
}
header .hMenuBox .hMenuLst > li:first-child { 
	width: 148px; 
}
header .hMenuBox .hMenuLst > li:nth-child(2) { 
	width: 162px; 
}
header .hMenuBox .hMenuLst > li:nth-child(3) { 
	width: 115px; 
}
header .hMenuBox .hMenuLst > li:nth-child(4) { 
	/* width: 125px; */ 
	width: 160px;
}
header .hMenuBox .hMenuLst > li:nth-child(5) { 
	width: 160px; 
}
header .hMenuBox .hMenuLst .hMenu { 
	display:flex;
	align-items:center; 
	justify-content:center;
	width: 100%;
	height: 100%;	
	font-weight: 500;
	font-size: 15px;
	text-align: center;
	color: #424242;
	transition:all .3s ease;
}
header .hMenuBox .hMenuLst .hDep2Box { 
	position:absolute; 
	display:none; 
	width: 100%;
	top: 100%;
	left: 0;
	padding:13px 0;
	background: #0B0B0C;
	text-align: center;
}
header .hMenuBox .hMenuLst .hDep2Box .hDep2 { 
	display:block; 
	padding:10px 0 9px;
	font-weight: 500;
	font-size: 15px;
	text-align: center;
	color: #FFF;
}
header .hMenuBox .extraLst { 
	display:flex;
	gap:11px;
}
header .hMenuBox .extraLst li { 
	position:relative;
	padding:0 13px 0 0;
}
header .hMenuBox .extraLst li:after { 
	content:"";
	position:absolute;
	box-sizing:border-box;
	display:block;
	width: 1px;
	height: 12px;
	top: 50%;
	right: 0;
	margin:-6px 0 0;
	background: #999;
	border-radius: 4px;
}
header .hMenuBox .extraLst li:last-child { 
	padding:0;
}
header .hMenuBox .extraLst li:last-child:after { 
	display:none; 
}
header .hMenuBox .extraLst .extraLnk { 
	position:relative; 
	display:block;
	padding:0 0 0 25px;
	font-weight: 500;
	font-size: 12px;
	color: #666;
}
header .hMenuBox .extraLst .extraLnk:before { 
	content:"";
	position:absolute;
	box-sizing:border-box;
	display:block;
	width: 18px;
	height: 18px;
	top: -1px;
	left: 0;
	background-repeat:no-repeat;
	background-size:cover;
}
header .hMenuBox .extraLst .extraLnk.stHome:before { 
	background-image:url(/Form/_guest/basic/images/hExtraHome01.svg); 
}
header .hMenuBox .extraLst .extraLnk.stStar:before { 
	background-image:url(/Form/_guest/basic/images/hExtraStar01.svg); 
}
@media all and (max-width:1399px){
	header .inner { 
		gap:40px; 
	}
	header .hMenuBox .hMenuLst > li:first-child { 
		width: 120px;
	}
	header .hMenuBox .hMenuLst > li:nth-child(2) { 
		width: 140px; 
	}
	header .hMenuBox .hMenuLst > li:nth-child(3) { 
		width: 100px; 
	}
	header .hMenuBox .hMenuLst > li:nth-child(4) { 
		/* width: 100px; */ 
		width: 140px;
	}
	header .hMenuBox .hMenuLst > li:nth-child(5) { 
		width: 140px; 
	}
}
@media all and (min-width:1000px){
	header .hMenuBox .hMenuLst .hMenu.on,
	header .hMenuBox .hMenuLst .hMenu:focus,
	header .hMenuBox .hMenuLst .hMenu:hover { 
		background: #0B0B0C;
		color: #FFF;
	}
}
@media all and (max-width:999px){
	header { 
		height: 56px; 
	}
	header .inner { 
		justify-content:space-between; 
	}
	header .hLogo { 
		width: 105px; 
	}
	header .mbMenuBg { 
		z-index:2; 
	}
	header .mbMenuBg.on { 
		display:block; 
	}
	header .mbMenuOn { 
		position:relative; 
		display:block; 
		width: 24px;
		height: 24px;
		font-size: 0;
	}
	header .mbMenuOn:before,
	header .mbMenuOn:after { 
		content:"";
		position:absolute;
		box-sizing:border-box;
		display:block;
		width: 18px;
		height: 2px;
		left: 50%;
		margin:0 0 0 -9px;
		background: #212121;
		border-radius: 4px;
	}
	header .mbMenuOn:before { 
		top: 5px;
	}
	header .mbMenuOn:after { 
		top: 17px; 
	}
	header .mbMenuOn span { 
		position:absolute;
		display:block;
		width: 18px;
		height: 2px;
		top: 0;
		bottom: 0;
		right: 0;
		left: 0;
		margin:auto;
		background: #212121;
		border-radius: 4px;		 
	}
	header .hMenuBox { 
		position:fixed; 
		display:block; 
		width: 304px;
		max-width: 100%;
		height: 100%;
		top: 0;
		right: -304px;
		background: #FFF;
		transition:all .3s ease;
		z-index:2;
	}
	header .hMenuBox .mbMenuTop {
		display:flex;
		align-items:center; 
		justify-content:space-between; 
		height: 72px;
		margin:0 0 17px;
		padding:0 16px;
		background: #FAFAFA;
		border-bottom:1px solid #EDEDED;
	}	
	header .hMenuBox .mbMenuTop .logo { 
		width: 105px;
		font-size: 0; 
	}
	header .hMenuBox .mbMenuTop .logo img { 
		max-width: 100%; 
	}
	header .hMenuBox .mbMenuTop .mbMenuOff { 
		position:relative; 
		display:block;
		width: 24px;
		height: 24px;
	}
	header .hMenuBox .mbMenuTop .mbMenuOff:before,
	header .hMenuBox .mbMenuTop .mbMenuOff:after { 
		content:"";
		position:absolute;
		box-sizing:border-box;
		display:block;
		width: 18px;
		height: 2px;
		top: 50%;
		left: 50%;
		margin:-1px 0 0 -9px;
		background: #212121;
		border-radius: 4px;
	}
	header .hMenuBox .mbMenuTop .mbMenuOff:before { 
		transform:rotate(45deg); 
	}
	header .hMenuBox .mbMenuTop .mbMenuOff:after { 
		transform:rotate(-45deg); 
	}
	header .hMenuBox .hMenuTit { 
		display:block; 
		margin:0 0 15px;
		padding:0 16px;
		font-weight: 500;
		font-size: 16px;
		color: #212121;
	}
	header .hMenuBox .hMenuLst { 
		display:block; 
		padding:0 16px;
	}
	header .hMenuBox .hMenuLst > li:first-child,
	header .hMenuBox .hMenuLst > li:nth-child(2),
	header .hMenuBox .hMenuLst > li:nth-child(3),
	header .hMenuBox .hMenuLst > li:nth-child(4),
	header .hMenuBox .hMenuLst > li:nth-child(5) { 
		width: 100%; 
	}
	header .hMenuBox .hMenuLst .hMenu { 
		position:relative; 
		display:block; 
		height: auto;
		padding:12px 10px;
		text-align: left;
		border-bottom:1px solid #F0F0F0;
	}
	header .hMenuBox .hMenuLst button.hMenu { 
		padding-right:35px;
	}
	header .hMenuBox .hMenuLst button.hMenu:after { 
		content:"";
		position:absolute;
		box-sizing:border-box;
		display:block;
		width: 10px;
		height: 10px;
		top: 50%;
		right: 15px;
		margin:-7px 0 0;
		transform:rotate(45deg);
		border-bottom:2px solid #999;
		border-right:2px solid #999;
		transition:all .3s ease;
	}
	header .hMenuBox .hMenuLst button.hMenu.on:after { 
		margin:-2px 0 0;
		transform:rotate(225deg); 
	}
	header .hMenuBox .hMenuLst .hDep2Box { 
		position:relative; 
		top: auto;
		left: auto;
		padding:0;
		background: #F1F7FF;
		border-bottom:1px solid #EDEDED;
	}
	header .hMenuBox .hMenuLst .hDep2Box .hDep2 { 
		position:relative; 
		padding:15px 10px 12px 20px;
		font-size: 13px;
		text-align: left;
		color: #424242; 
	}
	header .hMenuBox .hMenuLst .hDep2Box .hDep2:before { 
		content:"";
		position:absolute;
		box-sizing:border-box;
		display:block;
		width: 4px;
		height: 1px;
		top: 23px;
		left: 14px;
		background: #424242;
	}
	header .hMenuBox .extraLst { 
		display:none; 
	}
	header .hMenuBox.on { 
		right: 0; 
	}
}
/* 헤더 끝
------------------------------------------------------ */
/* 푸터 시작
------------------------------------------------------ */
footer { 
	background: #ECEEEF; 
}
footer .inner { 
	position:relative;
	padding:38px 40px 38px 245px;
}
footer .fLogo {
	position:absolute; 
	top: 50%;
	left: 0;
	transform:translateY(-50%);
	font-size: 0;
}
footer .fLogo img { 
	max-width: 100%; 
}
footer .fTermLst { 
	display:flex;
	flex-wrap:wrap;
	gap:15px;
	margin:0 0 8px;
}
footer .fTermLst li { 
	position:relative; 
	padding:0 16px 0 0;
}
footer .fTermLst li:after { 
	content:"";
	position:absolute;
	box-sizing:border-box;
	display:block;
	width: 1px;
	height: 12px;
	top: 50%;
	right: 0;
	margin:-6px 0 0;
	background: #999;
}
footer .fTermLst li:last-child { 
	padding:0;
}
footer .fTermLst li:last-child:after { 
	display:none; 
}
footer .fTermLst .fTermLnk { 
	display:block; 
	font-weight: 700;
	font-size: 14px;
	letter-spacing: -.22px;
	color: #666;
}
footer .fInfoLst { 
	display:flex;
	flex-wrap:wrap;
	gap:12px;
}
footer .fInfoLst li { 
	position:relative;
	padding:0 13px 0 0;
	font-size: 14px;
	letter-spacing: 0;
	color: #797979;
}
footer .fInfoLst li:after { 
	content:"";
	position:absolute;
	box-sizing:border-box;
	display:block;
	width: 1px;
	height: 8px;
	top: 50%;
	right: 0;
	margin:-4px 0 0;
	background: #999;
}
footer .fInfoLst li span { 
	color: #666; 
}
footer .fInfoLst li:last-child { 
	padding:0;
}
footer .fInfoLst li:last-child:after { 
	display:none; 
}
footer .fInfoLst + .fInfoLst { 
	margin-top:6px;
}
footer .fCopy { 
	margin:20px 0 0;
	font-size: 13px;
	letter-spacing: 0;
	color: #999;
}
footer .fTopLnk { 
	position:absolute; 
	display:block; 
	top: 50%;
	right: 0;
	transform:translateY(-50%);
	text-align: center;
}
footer .fTopLnk span { 
	display:block; 
}
footer .fTopLnk .lnkIco { 
	font-size: 0; 
}
footer .fTopLnk .lnkIco img { 
	max-width: 100%;		 
}
footer .fTopLnk .lnkTxt { 
	font-weight: 600; 
	font-size: 14px;
	letter-spacing: -.22px;
	color: #666;
}
@media all and (max-width:999px){
	footer .inner { 
		display:flex;
		flex-wrap:wrap; 
		padding:30px 30px 30px 0;
	}
	footer .fLogo { 
		position:relative; 
		width: 131px; 
		top: auto;
		left: auto;
		margin:0 0 20px;
		transform:translateY(0);
	}
	footer .fTermLst { 
		gap:8px;
		width: 100%;
		margin:0 0 20px;
	}
	footer .fTermLst li { 
		padding:0 9px 0 0;
	}
	footer .fTermLst .fTermLnk { 
		font-size: 13px; 
	}
	footer .fInfoLst { 
		gap:8px;
	}
	footer .fInfoLst li { 
		padding:0 9px 0 0;
		font-size: 13px;
	}
	footer .fInfoLst li:last-child { 
		padding:0 9px 0 0;
	}
	footer .fInfoLst li:last-child:after { 
		display:block; 
	}
	footer .fInfoLst + .fInfoLst { 
		margin-top:8px;
	}
	footer .fInfoLst + .fInfoLst li:last-child { 
		padding:0;
	}
	footer .fInfoLst + .fInfoLst li:last-child:after { 
		display:none; 
	}
	footer .fCopy { 
		width: 100%;
		margin:16px 0 0;
	}
	footer .fTopLnk .lnkIco { 
		width: 27px;
		margin:0 auto;
	}
	footer .fTopLnk .lnkTxt { 
		font-size: 13px; 
	}
}
/* 푸터 끝
------------------------------------------------------ */
/* 서브 공통 시작
------------------------------------------------------ */
.subComWr { 
	padding:0 0 100px;
}
.subBnrBox { 
	position:relative;
	max-width: 1200px;
	margin:0 auto 100px;
	padding:56px 360px 60px 86px;
	background:url(/Form/_guest/basic/images/subBnrBg01.png) no-repeat;
	overflow: hidden;
}
.subBnrBox .txt01 { 
	margin:0 0 6px;
	font-family: S-CoreDream-5Medium;
	font-size: 16px;
	color: #778297;
}
.subBnrBox .tit01 { 
	font-family: S-CoreDream-6Bold;
	font-size: 24px;
	color: #212121;
}
.subBnrBox .tit01 span { 
	display:inline-block; 
	font-size: 2em;
	background: linear-gradient(to right, #1C77EA 0%, #0751AF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}
.subBnrBox .imgBox { 
	position:absolute; 
	top: 50%;
	right: 83px;
	transform:translateY(-50%);
	font-size: 0;
}
.subBnrBox .imgBox img { 
	max-width: 100%; 
}
.cTit01 {
	position:relative;
	margin:0 0 65px;
	padding:16px 0 0;
	font-weight: 700;
	font-size: 32px;
	text-align: center;
	color: #1C77EA;
}
.cTit01:before { 
	content:"";
	position:absolute;
	box-sizing:border-box;
	display:block;
	width: 34px;
	height: 4px;
	top: 0;
	left: 50%;
	margin:0 0 0 -17px;
	background: #1C77EA;
}
.comPageBox { 
	display:flex;
	flex-wrap:wrap;
	justify-content:center; 
	margin:70px 0 0;
}
.comPageBox .btnPage { 
	display:flex;
	align-items:center; 
	justify-content:center;
	width: 40px;
	height: 40px;
	border-radius: 5px;
	font-size: 14px;
	text-align: center;
	color: #424242;
}
.comPageBox .btnPage.stArrow { 
	background: #F7F7F7;
	font-size: 0; 
}
.comPageBox .btnPage.on { 
	background: #1C77EA;
	font-weight: 500;
	color: #FFF;
}
.comPageBox .btnPage.stArrow + .btnPage { 
	margin:0 0 0 12px;
}
.comAdviceBox { 
	display:flex;
	flex-wrap:wrap;
	margin:100px 0 0;
	gap:24px;
}
.comAdviceBox .lnk {
	display:block;
	width: calc((100% - 24px)/2);
	padding:42px 190px 44px 40px;
	border-radius: 12px;
	background-repeat:no-repeat;
	background-position:right 40px center;
	text-align: left;
}
.comAdviceBox .lnk .lnkTit { 
	display:block;
	margin:0 0 14px;
	font-family: S-CoreDream-6Bold;
	font-size: 28px;
}
.comAdviceBox .lnk .lnkTxt { 
	position:relative; 
	display:inline-block;
	padding:0 17px 0 0;
	font-family: S-CoreDream-5Medium;
	font-size: 18px;
}
.comAdviceBox .lnk .lnkTxt:after { 
	content:"";
	position:absolute;
	box-sizing:border-box;
	display:block;
	width: 10px;
	height: 10px;
	top: 50%;
	right: 0;
	margin:-5px 0 0;
	transform:rotate(45deg);
}
.comAdviceBox .lnk.stKakao { 
	background-color:#FFD600;
	background-image:url(/Form/_guest/basic/images/comAdviceKakao01.svg);
}
.comAdviceBox .lnk.stKakao .lnkTit { 
	color: #32262A; 
}
.comAdviceBox .lnk.stKakao .lnkTxt {
	color:#574A3F;
}
.comAdviceBox .lnk.stKakao .lnkTxt:after { 
	border-top:2px solid #574A3F;
	border-right:2px solid #574A3F;
}
.comAdviceBox .lnk.stCall { 
	background-color: #597BFF; 
	background-image:url(/Form/_guest/basic/images/comAdviceCall01.svg) 
}
.comAdviceBox .lnk.stCall .lnkTit { 
	color: #FFF;
}
.comAdviceBox .lnk.stCall .lnkTxt { 
	color: #EFE9FF; 
}
.comAdviceBox .lnk.stCall .lnkTxt:after { 
	border-top:2px solid #EFE9FF;
	border-right:2px solid #EFE9FF;
}
.comCallBox { 
	padding:36px 200px 40px 40px;
	background: #1C77EA url(/Form/_guest/basic/images/mReasonLnk01.png) no-repeat right 40px center;
	border-radius: 12px;
	text-align: left;
}
.comCallBox .lnkTxt01 { 
	margin:0 0 6px;
	font-family: S-CoreDream-3Light;
	font-size: 18px;
	color: #E2E5FF;
}
.comCallBox .lnkTxt02 { 
	margin:0 0 14px;
	font-family: S-CoreDream-6Bold;
	font-size: 24px;	
	color: #FFF;
}
.comCallBox .lnkTxt02 span { 
	color: #FFFDBD; 
}
.comCallBox .lnk {
	position:relative; 
	display:inline-block; 
	padding:6px 42px 6px 16px;
	border:1px solid #FFF;
	border-radius: 12px;
	font-family: S-CoreDream-5Medium;
	font-size: 15px;
	color: #FFF;
	transition:all .3s ease;
}
.comCallBox .lnk:after { 
	content:"";
	position:absolute;
	box-sizing:border-box;
	display:block;
	width: 10px;
	height: 10px;
	top: 50%;
	right: 23px;
	margin:-5px 0 0;
	transform:rotate(45deg);
	border-top:2px solid #FFF;
	border-right:2px solid #FFF;
}
.comCallBox .lnk:focus,
.comCallBox .lnk:hover { 
	background: #FFF;
	color: #1C77EA;
}
.comCallBox .lnk:focus:after,
.comCallBox .lnk:hover:after { 
	border-color: #1C77EA; 
}
.comBnrBox01 { 
	display:flex;
	flex-wrap:wrap; 
	gap:24px;
}
.comBnrBox01 .bnrBox { 
	display:block; 
	width: calc((100% - 24px)/2);
	box-shadow:0 1px 2px rgba(99,99,99,.25);
	font-size: 0;
}
.comBnrBox01 .bnrBox img { 
	max-width: 100%; 
}
@media all and (max-width:999px){
	.subComWr { 
		padding:0 0 50px;
	}
	.subBnrBox { 
		margin:0 auto 50px;
		padding:30px 300px 30px 30px;
	}
	.subBnrBox .txt01 { 
		margin:0 0 4px;
		font-size: 14px;
	}
	.subBnrBox .tit01 {
		font-size: 19px; 
	}
	.subBnrBox .tit01 span { 
		font-size: 1.6em; 
	}
	.subBnrBox .imgBox { 
		width: 202px;
		right: 30px;
	}
	.cTit01 { 
		margin:0 0 30px;
		padding:8px 0 0;
		font-size: 26px;
	}
	.cTit01:before { 
		width: 20px; 
		height: 2px;
		margin:0 0 0 -10px;
	}
	.comPageBox { 
		margin:30px 0 0;
	}
	.comPageBox .btnPage { 
		width: 32px;
		height: 32px;
		font-size: 13px;
	}
	.comPageBox .btnPage.stArrow img { 
		width: 16px;
	}
	.comPageBox .btnPage.stArrow + .btnPage { 
		margin:0 0 0 8px;
	}
	.comAdviceBox { 
		margin:30px 0 0;
		gap:16px;
	}
	.comAdviceBox .lnk { 
		width: calc((100% - 16px)/2);
		padding:20px 100px 20px 20px;
		background-size:84px auto;
		background-position:right 15px center;
		border-radius: 8px;
	}
	.comAdviceBox .lnk .lnkTit { 
		margin:0 0 6px;
		font-size: 18px;
	}
	.comAdviceBox .lnk .lnkTxt { 
		padding:0 10px 0 0;
		font-size: 13px;
	}
	.comAdviceBox .lnk .lnkTxt:after { 
		width: 8px;
		height: 8px;
		margin:-5px 0 0;
	}
	.comCallBox { 
		padding:20px 150px 20px 20px;
		background-size:128px auto;
		background-position:right 10px center;
	}
	.comCallBox .lnkTxt01 { 
		display:none; 
		margin:0 0 4px;
		font-size: 15px;
	}
	.comCallBox .lnkTxt02 { 
		margin:0 0 10px;
		font-size: 19px;
	}
	.comCallBox .lnk { 
		padding:6px 24px 5px 10px;
		border-radius: 8px;
		font-size: 13px;
	}
	.comCallBox .lnk:after { 
		width: 8px; 
		height: 8px;
		right: 10px;
		margin:-4px 0 0;
	}
	.comBnrBox01 { 
		gap:16px;
	}
	.comBnrBox01 .bnrBox { 
		width: calc((100% - 16px)/2);
	}
}
@media all and (max-width:799px){
	.subBnrBox { 
		padding:30px;
		text-align: center;
	}
	.subBnrBox .imgBox { 
		display:none; 
	}
	.comAdviceBox { 
		gap:8px; 
	}
	.comAdviceBox .lnk { 
		width: 100%;
		padding:20px 75px 20px 20px;
		background-size:56px auto;
	}
	.comCallBox .lnkBox { 
		padding:24px;
		background:#1C77EA;
		text-align: center;
	}
	.comBnrBox01 .bnrBox { 
		width: 100%; 
	}
}
/* 서브 공통 끝
------------------------------------------------------ */