@charset "utf-8";

/* 메인 시작
------------------------------------------------------ */
.mProductWr { 
	margin:0 0 60px;
	padding:16px 16px 60px;
	background: #F2F5FB;
}
.mProductWr .schBox { 
	position:relative;
	margin:0 0 15px;
}
.mProductWr .schBox .btn { 
	position:absolute; 
	display:block;
	top: 50%;
	left: 16px;
	transform:translateY(-50%);
	font-size: 0;
}
.mProductWr .schBox .btn img { 
	max-width: 100%; 
}
.mProductWr .schBox .ipt { 
	width: 100%;
	padding:18px 18px 15px 50px;
	background: #FFF;
	border-radius: 15px;
	box-shadow:0 1px 3px 0 #DBE0E8;
	font-weight: 500;
	font-size: 16px;
	color: #212121;
}
.mProductWr .schBox .ipt::placeholder { 
	color: #999; 
}
.mProductWr .schCateLst { 
	display:flex;
	flex-wrap:wrap; 
	justify-content:center; 
	gap:8px;
	margin:0 0 21px;
}
.mProductWr .schCateLst .schCate {
	display:block;
	padding:7px 8px;
	background: #FFF;
	border:1px solid #CCE5FF;
	border-radius: 100px;
	font-weight: 500;
	font-size: 14px;
	text-align: center;
	color: #3490FD;
	transition:all .3s ease;
}
.mProductWr .schCateLst .schCate:focus,
.mProductWr .schCateLst .schCate:hover { 
	background: #3490FD;
	border-color:#3490FD;
	color: #FFF;
}
.mProductWr .pdcTit01 { 
	margin:0 0 14px;
	font-weight: 700; 
	font-size: 18px;
	color: #212121;
}
.mProductWr .pdcLst01 { 
	display:flex;
	flex-wrap:wrap;
	gap:16px;
}
.mProductWr .pdcLst01 li { 
	width: calc((100% - 32px)/3); 
}
.mProductWr .pdcLst01 li.stHalf,
.mProductWr .pdcLst01 li.stColumn { 
	width: calc((100% - 16px)/2);
}
.mProductWr .pdcLst01 .lnk { 
	position:relative; 
	display:block;
	height: 100%;
	padding:23px 23px 63px 23px;
	background: #FFF;
	border:1px solid #FFF;
	border-radius: 15px;
	box-shadow:0px 1px 3px 0 #DBE0E8;
	transition:all .3s ease;
	overflow: hidden;
}
.mProductWr .pdcLst01 .lnk .lnkTit01 { 
	position:relative; 
	display:block;
	padding:11px 0 0;
	font-weight:700;
	font-size: 18px;
	color: #212121;
}
.mProductWr .pdcLst01 .lnk .lnkTit01:before { 
	content:"";
	position:absolute;
	box-sizing:border-box;
	display:block;
	width: 20px;
	height: 2px;
	top: 0;
	left: 0;
	background: #3490FD;
}
.mProductWr .pdcLst01 .lnk .lnkImg { 
	position:absolute;
	display:block;
	bottom: 0;
	right: 0;
	font-size: 0;
	animation: rightMove .3s 1 ease-out;
}
.mProductWr .pdcLst01 .lnk .lnkImg img { 
	max-width: 100%; 
}
@keyframes rightMove { 
	0% { 
		right: -100%; 
	}
	100% { 
		right: 0; 
	}
}
.mProductWr .pdcLst01 .lnk .lnkCateBox { 
	display:flex;
	flex-wrap:wrap;
	gap:4px;
	margin:3px 0 0;
}
.mProductWr .pdcLst01 .lnk .lnkCateBox span { 
	display:block;
	padding:3px 7px 2px;
	border-radius: 100px;
	font-size: 12px;
}
.mProductWr .pdcLst01 .lnk .lnkCateBox span.st01 { 
	background: #FFEFEE;
	color: #FD4534;
}
.mProductWr .pdcLst01 .lnk .lnkCateBox span.st02 { 
	background: #FFF5DE;
	color: #FD9834;
}
.mProductWr .pdcLst01 .lnk:focus,
.mProductWr .pdcLst01 .lnk:hover { 
	border-color:#3490FD;
}
.mProductWr .pdcLst01 .stColumn .lnk { 
	height: 122px;
	padding:23px;
	margin:0 0 16px;
}
.mProductWr .pdcLst01 .stColumn .lnk:last-child { 
	margin:0;
}
.mProductWr .iptBox { 
	margin:24px 0 0;
}
.mProductWr .iptBox .iptTit01 { 
	margin:0 0 8px;
	font-weight: 500; 
	font-size: 16px;
	color: #212121;
}
.mProductWr .iptBox .inputArea + .iptTit01 { 
	margin-top:11px;
}
.mProductWr .iptBox .btmBox { 
	margin:24px 0 0;
	text-align: center;
}
.mProductWr .iptBox .btmBox .btn { 
	display:inline-block;
	padding:15px 114px 12px;
	background: #3490FD;
	border:1px solid #3490FD;
	border-radius: 100px;
	font-weight: 700;
	font-size: 16px;
	text-align: center;
	color: #FFF;
	transition:all .3s ease;
}
.mProductWr .iptBox .btmBox .btn:focus,
.mProductWr .iptBox .btmBox .btn:hover { 
	background: #FFF;
	color: #3490FD;
}
.mComBtmBox {
	margin:24px 0 0;
	text-align: center;
}
.mTipWr {
	padding:0 16px 24px;
}
.mTipWr .tipTit01 {
	margin:0 0 9px;
	font-weight: 700; 
	font-size: 24px;
	text-align: center;
	color: #212121;
}
.mTipWr .tipTxt01 { 
	margin:0 0 14px;
	font-size: 15px;
	text-align: center;
	color: #666;
}
.mTipWr .storyLstBox { 
	padding:24px;
	background: #FFF;
	border:1px solid #F0F0F0;
	border-radius: 15px;
	box-shadow:0 1px 4px 0 rgba(127,132,141,.24);
}
.mTipWr .storyLst li { 
	margin:0 0 16px;
	padding:0 0 16px;
	border-bottom:1px solid #EDEDED;
}
.mTipWr .storyLst li:last-child { 
	margin:0;
	padding:0;
	border-bottom:none;
}
.mTipWr .storyLst .lnk { 
	display:flex;
	gap:15px;
}
.mTipWr .storyLst .lnk .imgBox { 
	flex-shrink:0;
	position:relative;
	width: 200px;
	height: 132px;
	background-color:#F7F7F7;
	border-radius: 15px;
	font-size: 0;
	overflow: hidden;
}
.mTipWr .storyLst .lnk .imgBox img { 
	position:absolute; 
	width: 100%;
	top: 50%;
	left: 50%;
	transform:translate(-50%, -50%);
}
.mTipWr .storyLst .lnk .imgBox.noImg { 
	background-image:url(/Form/_guest/basic/images/comNoData01.svg);
	background-repeat:no-repeat;
	background-position:center center; 
}
.mTipWr .storyLst .lnk .txtBox { 
	padding:17px 0 0;
}
.mTipWr .storyLst .lnk .tit01,
.mTipWr .storyLst .lnk .txt01 { 
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
	transition:all .3s ease;
}
.mTipWr .storyLst .lnk .tit01 {
	margin:0 0 9px;
	font-weight: 700;
	font-size: 16px;
	color: #212121;
}
.mTipWr .storyLst .lnk .txt01 {
	font-size: 14px;
	color: #666;
}
.mTipWr .storyLst .lnk:focus .tit01,
.mTipWr .storyLst .lnk:hover .tit01,
.mTipWr .storyLst .lnk:focus .txt01,
.mTipWr .storyLst .lnk:hover .txt01 { 
	color: #3490FD;
}
.mTipWr .downLnkBox { 
	position:relative;
	/* margin:24px 0 0; */
	padding:31px 235px 31px 25px;
	background:linear-gradient(to right, #E5EEFF, #E4FDFF);
	border-radius: 15px;
	box-shadow:0 1px 4px 0 rgba(127,132,141,.24);
	overflow: hidden;
}
.mTipWr .downLnkBox .txt01 { 
	margin:0 0 14px;
	font-weight: 700;
	font-size: 18px;
	color: #212121;
}
.mTipWr .downLnkBox .txt01 span { 
	display:block;
	font-weight: 500;
	font-size: .889em;
	color: #3490FD;
}
.mTipWr .downLnkBox .lnkBox { 
	display:flex;
	flex-wrap:wrap; 
	gap:8px;
}
.mTipWr .downLnkBox .lnkBox .lnk { 
	display:flex;
	align-items:center; 
	justify-content:center;
	gap:8px;
	padding:3px 11px;
	background: #FFF;
	border:1px solid #FFF;
	border-radius: 15px;
	transition:all .3s ease;
}
.mTipWr .downLnkBox .lnkBox .lnk span { 
	display:block; 
}
.mTipWr .downLnkBox .lnkBox .lnk:focus,
.mTipWr .downLnkBox .lnkBox .lnk:hover { 
	border-color:#3490FD;
}
.mTipWr .downLnkBox .lnkBox .lnkIco { 
	font-size: 0; 
}
.mTipWr .downLnkBox .lnkBox .lnkIco img { 
	max-width: 100%; 
}
.mTipWr .downLnkBox .lnkBox .lnkTxt { 
	font-weight: 500; 
	font-size: 15px;
	line-height: 1.2;
	letter-spacing: -.25px;
	color: #424242;
}
.mTipWr .downLnkBox .imgBox { 
	position:absolute; 
	bottom: 0;
	right: 35px;
	font-size: 0;
}
.mTipWr .downLnkBox .imgBox img { 
	max-width: 100%; 
}
.mComBtmBox .lnk {
	display:inline-flex;
	align-items:center; 
	justify-content:center;
	gap:10px;
	padding:15px 101px 14px;
	border-width:1px;
	border-style:solid;
	border-radius: 100px;
	transition:all .3s ease;
}
.mComBtmBox .lnk:after {
	content:"";
	box-sizing:border-box;
	display:block;
	width: 10px;
	height: 10px;
	transform:rotate(45deg);
	border-top-width:2px;
	border-top-style:solid;
	border-right-width:2px;
	border-right-style:solid;
	transition:all .3s ease;
}
.mComBtmBox .lnk .lnkTxt {
	font-weight: 700;
	font-size: 16px;
	line-height: 1.2;
	transition:all .3s ease;
}
.mComBtmBox .lnk.st01 {
	background: #3490FD;
	border-color:#3490FD;
}
.mComBtmBox .lnk.st01:after { 
	border-color:#FFF;
}
.mComBtmBox .lnk.st01 .lnkTxt { 
	color: #FFF; 
}
.mComBtmBox .lnk.st02 {
	border-color:#3490FD;
}
.mComBtmBox .lnk.st02:after { 
	border-color:#3490FD;
}
.mComBtmBox .lnk.st02 .lnkTxt { 
	color: #3490FD; 
}
.mComBtmBox .lnk.st01:focus,
.mComBtmBox .lnk.st01:hover { 
	background: #FFF;
}
.mComBtmBox .lnk.st01:focus:after,
.mComBtmBox .lnk.st01:hover:after { 
	border-color: #3490FD;
}
.mComBtmBox .lnk.st01:focus .lnkTxt,
.mComBtmBox .lnk.st01:hover .lnkTxt { 
	color: #3490FD; 
}
.mComBtmBox .lnk.st02:focus,
.mComBtmBox .lnk.st02:hover { 
	background: #3490FD;
}
.mComBtmBox .lnk.st02:focus:after,
.mComBtmBox .lnk.st02:hover:after { 
	border-color: #FFF;
}
.mComBtmBox .lnk.st02:focus .lnkTxt,
.mComBtmBox .lnk.st02:hover .lnkTxt { 
	color: #FFF;
}
@media all and (max-width:599px){
	.mProductWr { 
		margin:0 0 30px;
		padding:0 16px 30px;
	}
	.mProductWr .schBox .btn { 
		width: 20px; 
	}
	.mProductWr .schBox .ipt { 
		padding:15px 15px 13px 45px;
		font-size: 14px;
	}
	.mProductWr .schCateLst { 
		margin:0 0 16px;
	}
	.mProductWr .schCateLst .schCate { 
		font-size: 13px; 
	}
	.mProductWr .pdcTit01 { 
		margin:0 0 5px;
		font-size: 15px; 
	}
	.mProductWr .pdcLst01 { 
		gap:8px; 
	}
	.mProductWr .pdcLst01 li { 
		width: calc((100% - 16px)/3); 
	}
	.mProductWr .pdcLst01 li.stHalf,
	.mProductWr .pdcLst01 li.stColumn { 
		width: calc((100% - 8px)/2);
	}
	.mProductWr .pdcLst01 .lnk { 
		padding:10px 10px 45px 10px;
		border-radius: 8px;
	}
	.mProductWr .pdcLst01 .lnk .lnkTit01 { 
		padding:7px 0 0;
		font-size: 15px;
	}
	.mProductWr .pdcLst01 .lnk .lnkImg { 
		width: 42px; 
	}
	.mProductWr .pdcLst01 .stHalf .lnk .lnkImg { 
		width: 100px; 
	}
	.mProductWr .pdcLst01 .stColumn .lnk { 
		height: 110px;
		margin:0 0 10px;
		padding:10px;
	}
	.mTipWr .tipTit01 { 
		margin:0 0 5px;
		font-size: 19px;
	}
	.mTipWr .tipTxt01 { 
		margin:0 0 10px;
		font-size: 13px;
	}
	.mTipWr .storyLstBox { 
		padding:16px;
	}
	.mTipWr .storyLst li { 
		margin:0 0 10px;
		padding:0 0 10px;
	}
	.mTipWr .storyLst .lnk { 
		gap:10px;
	}
	.mTipWr .storyLst .lnk .imgBox { 
		width: 100px;
		height: 60px;
		border-radius:8px;
	}
	.mTipWr .storyLst .lnk .imgBox.noImg { 
		background-size:49px auto;
	}
	.mTipWr .storyLst .lnk .txtBox { 
		padding:8px 0 0;
	}
	.mTipWr .storyLst .lnk .tit01, 
	.mTipWr .storyLst .lnk .txt01 { 
		-webkit-line-clamp:1; 
	}
	.mTipWr .storyLst .lnk .tit01 {
		margin:0 0 5px;
		font-size: 14px;
	}
	.mTipWr .storyLst .lnk .txt01 {
		font-size: 13px;
	}
	.mTipWr .downLnkBox {
		/* margin:16px 0 0; */
		padding:13px 115px 13px 13px;
		border-radius: 8px;
	}
	.mTipWr .downLnkBox .txt01 { 
		margin:0 0 10px;
		font-size: 15px;
	}
	.mTipWr .downLnkBox .lnkBox { 
		gap:5px; 
	}
	.mTipWr .downLnkBox .lnkBox .lnk { 
		gap:5px;
		padding:3px 8px;
	}
	.mTipWr .downLnkBox .lnkBox .lnkIco { 
		width: 20px;
	}
	.mTipWr .downLnkBox .lnkBox .lnkTxt { 
		font-size: 13px;
	}
	.mTipWr .downLnkBox .imgBox { 
		width: 98px;
		right: 6px;
	}
	.mProductWr .iptBox { 
		margin:16px 0 0;
	}
	.mProductWr .iptBox .iptTit01 { 
		margin:0 0 5px;
		font-size: 14px;
	}
	.mProductWr .iptBox .inputArea + .iptTit01 { 
		margin-top:8px;
	}
	.mProductWr .iptBox .btmBox { 
		margin:16px 0 0;
	}
	.mProductWr .iptBox .btmBox .btn { 
		width: 100%;
		padding:10px 10px 9px;
		font-size: 14px;
	}
	.mComBtmBox { 
		margin:16px 0 0;
	}
	.mComBtmBox .lnk { 
		width: 100%;
		gap:8px;
		padding:10px 10px 9px;
	}
	.mComBtmBox .lnk:after {
		width: 8px;
		height: 8px;
	}
	.mComBtmBox .lnk .lnkTxt {
		padding:1px 0 0;
		font-size: 14px;
	}
}
/* 메인 끝
------------------------------------------------------ */
/* 내 폰 시세 찾기 시작
------------------------------------------------------ */
.findPriceWr .fpTopBox {
	margin:0 0 60px;
	padding:16px 16px 60px;
	background: #F2F5FB; 
}
.findPriceWr .fpTopBox .topBox { 
	position:relative;
	margin:0 0 23px;
	padding:38px 110px 39px 0;
	border-bottom:1px solid #D7E0F3;
	overflow: hidden;
}
.findPriceWr .fpTopBox .topBox .txt01 { 
	margin:0 0 5px;
	font-weight: 700;
	font-size: 20px;
	color: #3490FD;
}
.findPriceWr .fpTopBox .topBox .txt02 { 
	margin:0 0 9px;
	font-weight: 700;
	font-size: 24px;
	color: #212121;
}
.findPriceWr .fpTopBox .topBox .txt03 { 
	font-size: 15px;
	color: #666;
}
.findPriceWr .fpTopBox .topBox .imgBox { 
	position:absolute; 
	top: 24px;
	right: 0;
	font-size: 0;
}
.findPriceWr .fpTopBox .topBox .imgBox img { 
	max-width: 100%; 
}
.findPriceWr .fpTopBox .selectBox { 
	display:none;
}
.findPriceWr .fpTopBox .selectBox .tit01 { 
	margin:0 0 8px;
	font-weight: 500;
	font-size: 500;
	font-size: 16px;
	color: #212121;
}
.findPriceWr .fpTopBox .selectBox.on { 
	display:block;
}
.findPriceWr .fpTopBox .selectBox + .selectBox { 
	margin-top:23px;
}
.findPriceWr .fpTopBox .selBox { 
	display:flex;
	flex-wrap:wrap;
	gap:12px;
}
.findPriceWr .fpTopBox .selBox .selBtn { 
	display:flex;
	align-items:center; 
	justify-content:center;
	gap:10px;
	padding:14px;
	background: #FFF;
	border:1px solid #EDEDED;
	border-radius: 10px;
	text-align: center;
	transition:all .3s ease;
}
.findPriceWr .fpTopBox .selBox .selBtn span { 
	display:block; 
	transition:all .3s ease;
}
.findPriceWr .fpTopBox .selBox .selBtn .btnIco { 
	font-size: 0; 
}
.findPriceWr .fpTopBox .selBox .selBtn .btnIco img { 
	max-width: 100%; 
}
.findPriceWr .fpTopBox .selBox .selBtn .btnTxt { 
	font-size: 16px;
	line-height: 1.2;
	color: #424242;
}
.findPriceWr .fpTopBox .selBox .selBtn .btnTxt span { 
	font-size: .9375em;
	color: #797979;
}
.findPriceWr .fpTopBox .selBox.has3 .selBtn { 
	width: calc((100% - 24px)/3);
}
.findPriceWr .fpTopBox .selBox.has3 .selBtn.stGrow { 
	width: calc((100% - 12px)/2);
}
.findPriceWr .fpTopBox .selBox.has4 .selBtn { 
	width: calc((100% - 36px)/4);
}
.findPriceWr .fpTopBox .selBox.has5 .selBtn { 
	width: calc((100% - 48px)/5);
}
.findPriceWr .fpTopBox .selBox .selBtn:focus,
.findPriceWr .fpTopBox .selBox .selBtn:hover,
.findPriceWr .fpTopBox .selBox .selBtn.on { 
	background: #EDF3FF;
	border-color:#3490FD;
}
.findPriceWr .fpCalBox { 
	display:none;
	padding:0 16px 60px;
}
.findPriceWr .fpCalBox .calTit01 { 
	margin:0 0 25px;
	font-weight: 500;
	font-size: 22px;
	color: #212121;
}
.findPriceWr .fpCalBox .calTit01 span { 
	display:block; 
	font-weight: 700;
	color: #3490FD;
}
.findPriceWr .fpCalBox .calBox { 
	padding:32px;
	background: #F6F9FB;
	border-radius: 15px;
	box-shadow:0 1px 3px 0 #DBE0E8;
}
.findPriceWr .fpCalBox .totalBox { 
	margin:0 0 23px;
	padding:21px 16px 18px;
	background: #FFF;
	border-radius: 15px;
	box-shadow:0 1px 3px 0 #DBE0E8;
	text-align: center;
}
.findPriceWr .fpCalBox .totalBox .tit { 
	margin:0 0 4px;
	font-weight: 500;
	font-size: 24px;
	color: #212121;
}
.findPriceWr .fpCalBox .totalBox .num { 
	display:flex;
	align-items:center;
	justify-content:center;
	gap:6px;
}
.findPriceWr .fpCalBox .totalBox .num > span { 
	display:block;
}
.findPriceWr .fpCalBox .totalBox .numIco { 
	font-size: 0; 
}
.findPriceWr .fpCalBox .totalBox .numIco img { 
	max-width: 100%; 
}
.findPriceWr .fpCalBox .totalBox .numPrc { 
	font-weight: 700;
	font-size: 32px;
	color: #FF4A4A;
}
.findPriceWr .fpCalBox .totalBox .numPrc span {
	font-size: .625em;
	color: #666;
}
.findPriceWr .fpCalBox .iptTit01 { 
	margin:0 0 9px;
	font-weight: 500;
	font-size: 16px;
	color: #212121;
}
.findPriceWr .fpCalBox .inputArea + .iptTit01 { 
	margin-top:11px;
}
.findPriceWr .fpBtnBox { 
	margin:24px 0 0;
	text-align: center;
}
.findPriceWr .fpBtnBox .btn { 
	display:inline-block;
	padding:15px 121px 12px;
	border-radius: 100px;
	box-shadow:0 1px 3px 0 #DBE0E8;
	font-weight: 700;
	font-size: 16px;
	text-align: center;
	transition:all .3s ease;
}
.findPriceWr .fpBtnBox .btn.st01 { 
	background: #3490FD;
	border:1px solid #3490FD;
	color: #FFF;
}
.findPriceWr .fpBtnBox .btn.st01:focus,
.findPriceWr .fpBtnBox .btn.st01:hover { 
	background: #FFF;
	color: #3490FD;
}
@media all and (max-width:999px){
	.findPriceWr .fpTopBox { 
		margin:0 0 30px;
		padding:16px 16px 30px; 
	}
	.findPriceWr .fpTopBox .topBox {
		margin:0 0 20px;
		padding:20px 80px 20px 0;
	}
	.findPriceWr .fpTopBox .topBox .txt01 { 
		margin:0 0 3px;
		font-size: 16px;
	}
	.findPriceWr .fpTopBox .topBox .txt02 { 
		margin:0 0 7px;
		font-size: 19px;
	}
	.findPriceWr .fpTopBox .topBox .txt03 { 
		font-size: 13px;
	}
	.findPriceWr .fpTopBox .topBox .imgBox { 
		width: 84px;
		top: 16px;
	}
	.findPriceWr .fpTopBox .selBox { 
		gap:8px; 
	}
	.findPriceWr .fpTopBox .selBox .selBtn { 
		padding:10px;
	}
	.findPriceWr .fpTopBox .selBox .selBtn .btnIco { 
		display:none;
	}
	.findPriceWr .fpTopBox .selBox .selBtn .btnTxt {
		font-size: 14px; 
	}
	.findPriceWr .fpTopBox .selBox.has3 .selBtn,
	.findPriceWr .fpTopBox .selBox.has5 .selBtn { 
		width: calc((100% - 16px)/3);
	}
	.findPriceWr .fpTopBox .selBox.has4 .selBtn,
	.findPriceWr .fpTopBox .selBox.has3 .selBtn.stGrow { 
		width: calc((100% - 8px)/2);
	}
	.findPriceWr .fpCalBox { 
		padding:0 16px 30px;
	}
	.findPriceWr .fpCalBox .calTit01 { 
		margin:0 0 16px;
		font-size: 20px;
	}
	.findPriceWr .fpCalBox .calBox { 
		padding:16px;
		border-radius: 8px;
	}
	.findPriceWr .fpCalBox .totalBox { 
		margin:0 0 16px;
		padding:16px 16px 15px;
		border-radius: 8px;
	}
	.findPriceWr .fpCalBox .totalBox .tit { 
		margin:0 0 2px;
		font-size: 19px;
	}
	.findPriceWr .fpCalBox .totalBox .num {
		gap:4px;
	}
	.findPriceWr .fpCalBox .totalBox .numIco { 
		width: 20px;
	}
	.findPriceWr .fpCalBox .totalBox .numPrc { 
		font-size: 24px;
	}
	.findPriceWr .fpCalBox .iptTit01 { 
		margin:0 0 6px;
		font-size: 14px;
	}
	.findPriceWr .fpCalBox .inputArea + .iptTit01 { 
		margin-top:8px;
	}
	.findPriceWr .fpBtnBox { 
		margin:16px 0 0;
	}
	.findPriceWr .fpBtnBox .btn {
		width: 100%;
		padding:10px 10px 9px;
		font-size: 14px;
	}
}
/* 내 폰 시세 찾기 끝
------------------------------------------------------ */
/* 인터넷 시작
------------------------------------------------------ */
.internetWr .topBnrBox { 
	padding:16px 16px 0;
}
.internetWr .uneasyBox {
	padding:60px 100px 100px;
	background:url(/Form/_guest/basic/images/internetBg01.png) no-repeat;
	border-radius: 40px 40px 0 0;
	background-size:cover;
	overflow: hidden;
}
.internetWr .uneasyBox .tit01 { 
	margin:0 0 40px;
	text-align: center;
}
.internetWr .uneasyBox .tit01 span { 
	display:block;
}
.internetWr .uneasyBox .tit01 .titIco { 
	margin:0 auto 12px;
	font-size: 0;
}
.internetWr .uneasyBox .tit01 .titIco img { 
	max-width: 100%; 
}
.internetWr .uneasyBox .tit01 .titTxt { 
	font-weight: 700; 
	font-size: 28px;
	color: #FFF;
}
.internetWr .uneasyBox .tit01 .titTxt em { 
	display:inline-block;
	margin:4px 0 0;
	padding:0 8px;
	background: #E53935;
	border-radius: 5px;
	font-style: normal;
}
.internetWr .uneasyBox .lst01 { 
	margin:0 0 40px;
	counter-reset: uneasyLst 0;
}
.internetWr .uneasyBox .lst01 li { 
	position:relative;
	margin:0 0 16px;
	padding:24px 24px 24px 80px;
	background: #FFF;
	box-shadow:0 1px 3px 0 rgba(38,39,47,.25);
	border-radius: 0 15px 0 15px;
}
.internetWr .uneasyBox .lst01 li:before { 
	counter-increment: uneasyLst 1;
	content: "0" counter(uneasyLst);
	position:absolute;
	box-sizing:border-box;
	display:block;
	top: 21px;
	left: 33px;
	font-weight: 700;
	font-size: 18px;
	color: #E53935;
}
.internetWr .uneasyBox .lst01 li:last-child { 
	margin:0;
}
.internetWr .uneasyBox .lst01 .lstTit01 { 
	margin:0 0 8px;
	font-weight: 700;
	font-size: 18px;
	color: #212121;
}
.internetWr .uneasyBox .lst01 .lstTit01 span { 
	color: #E53935;
}
.internetWr .uneasyBox .lst01 .lstTxt01 { 
	font-size: 14px; 
	color: #212121;
}
.internetWr .uneasyBox .txt01 { 
	font-weight: 700;
	font-size: 24px;
	text-align: center;
	color: #FFF;
}
.internetWr .uneasyBox .txt01 span { 
	font-weight: 900;
	color: #FF5C58;
}
.internetWr .headamBox { 
	margin:-32px 0 0;
	padding:56px 70px 60px;
	background: #FFF;
	border-radius: 40px 40px 0 0;
}
.internetWr .headamBox .tit01 { 
	display:flex;
	align-items:center; 
	justify-content:center;
	gap:5px;
	margin:0 0 12px;
	font-weight: 700;
	font-size: 28px;
	text-align: center;
}
.internetWr .headamBox .tit01 .clrTxt01 { 
	color: #3490FD; 
}
.internetWr .headamBox .tit01 .clrTxt02 { 
	color: #212121; 
}
.internetWr .headamBox .tit01 .icoArea { 
	display:flex;
	align-items:center;
	gap:7px;
	padding:4px 10px;
	background: #3490FD;
	border-radius: 100px;
}
.internetWr .headamBox .tit01 .icoArea span { 
	display:block; 
}
.internetWr .headamBox .tit01 .icoArea .icoIco { 
	font-size: 0;
}
.internetWr .headamBox .tit01 .icoArea .icoIco img { 
	max-width: 100%; 
}
.internetWr .headamBox .tit01 .icoArea .icoTxt { 
	font-weight: 500; 
	font-size: 16px;
	line-height: 1.2;
	color: #FFF;
}
.internetWr .headamBox .txt01 { 
	margin:0 0 40px;
	font-size: 16px;
	line-height: 1.5;
	text-align: center; 
	color: #212121;
}
.internetWr .headamBox .pntLst { 
	padding:30px;
	background: #F2F5FB;
	border-radius: 20px;
	box-shadow:0 1px 3px 0 #DBE0E8;
}
.internetWr .headamBox .pntLst li { 
	display:flex;
	align-items:center;
	gap:20px;
	margin:0 0 60px;
}
.internetWr .headamBox .pntLst li:nth-child(even) { 
	flex-direction:row-reverse;
}
.internetWr .headamBox .pntLst li:last-child { 
	margin:0;
}
.internetWr .headamBox .pntLst .imgBox { 
	flex-shrink:0;
	display:flex;
	align-items:center; 
	justify-content:center; 
	width: 112px;
	height: 109px;
	background: #FFF;
	border:1px solid #F8FAFF;
	border-radius: 15px;
	box-shadow:0 1px 3px 0 rgba(128,133,158,.25);
	z-index: 0;
}
.internetWr .headamBox .pntLst .conBox { 
	flex-grow:1; 
}
.internetWr .headamBox .pntLst .lstNum { 
	margin:0 0 8px;
	padding:0 0 4px;
	border-bottom:2px solid #D7E0F3;
	font-weight: 500;
	font-size: 15px;
	color: #3490FD;
}
.internetWr .headamBox .pntLst .lstTit { 
	margin:0 0 8px;
	font-weight: 700; 
	font-size: 18px;
	color: #212121;
}
.internetWr .headamBox .pntLst .lstTxt { 
	font-size: 16px;
	color: #999;
}
.internetWr .registImgBox {
	font-size: 0;
}
.internetWr .registImgBox img { 
	width: 100%; 
}
.internetWr .feeBox { 
	margin:0 0 57px;
	padding:60px 16px;
	background: #F2F5FB; 
}
.internetWr .feeBox .feeTopBox { 
	position:relative;
	margin:0 0 23px;
	padding:0 90px 23px 0;
	border-bottom:1px solid #D7E0F3;
}
.internetWr .feeBox .feeTopBox .tit01 { 
	display:inline-flex;
	align-items:center; 
	justify-content:center;
	gap:3px;
	margin:0 0 5px;
	padding:5px 9px 4px;
	background: #3490FD;
	border-radius: 16px 16px 16px 0;
}
.internetWr .feeBox .feeTopBox .tit01 .plus { 
	position:relative;
	display:block;
	width: 8px;
	height: 8px;
}
.internetWr .feeBox .feeTopBox .tit01 .plus:before,
.internetWr .feeBox .feeTopBox .tit01 .plus:after { 
	content:"";
	position:absolute;
	box-sizing:border-box;
	display:block;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin:auto;
	background: #FFF;
}
.internetWr .feeBox .feeTopBox .tit01 .plus:before { 
	width: 100%;
	height: 2px;
}
.internetWr .feeBox .feeTopBox .tit01 .plus:after { 
	width: 2px;
	height: 100%;
}
.internetWr .feeBox .feeTopBox .tit01 .titTxt { 
	font-weight: 500;
	font-size: 15px;
	line-height: 1.2;
	color: #FFF;
}
.internetWr .feeBox .feeTopBox .txt01 { 
	margin:0 0 5px;
	font-weight: 700;
	font-size: 20px;
	color: #FFBC04;
}
.internetWr .feeBox .feeTopBox .txt02 { 
	font-weight: 700; 
	font-size: 24px;
	color: #212121;
}
.internetWr .feeBox .feeTopBox .imgBox { 
	position:absolute; 
	top: 0;
	right: 0;
	font-size: 0;
}
.internetWr .feeBox .feeTopBox .imgBox img { 
	max-width: 100%; 
}
.internetWr .feeBox .iptTit01 { 
	margin:0 0 8px;
	font-weight: 500; 
	font-size: 16px;
	color: #212121;
}
.internetWr .feeBox .selBtnBox + .iptTit01 { 
	margin-top:23px;
}
.internetWr .feeBox .inputArea + .iptTit01 { 
	margin-top:11px;
}
.internetWr .feeBox .selBtnBox { 
	display:flex;
	flex-wrap:wrap; 
	gap:12px;
}
.internetWr .feeBox .selBtnBox .selBtn { 
	display:flex;
	align-items:center; 
	justify-content:center; 
	width: calc((100% - 36px)/4);
	min-height: 54px;
	padding:8px 8px 5px;
	background: #FFF;
	border:1px solid #EDEDED;
	border-radius: 10px;
	text-align: center;
	transition:all .3s ease;
}
.internetWr .feeBox .selBtnBox .selBtn span { 
	display:block;
}
.internetWr .feeBox .selBtnBox .selBtn .clrTxt01 { 
	font-size: 15px;
	color: #424242;
}
.internetWr .feeBox .selBtnBox .selBtn .clrTxt02 { 
	font-weight: 700; 
	font-size: 16px;
	color: #3490FD;
}
.internetWr .feeBox .selBtnBox .selBtn .clrTxt01 + .clrTxt02 { 
	margin-top:9px;
}
.internetWr .feeBox .selBtnBox .selBtn:focus,
.internetWr .feeBox .selBtnBox .selBtn:hover,
.internetWr .feeBox .selBtnBox .selBtn.on { 
	background: #EDF3FF;
	border-color:#3490FD;
}
.internetWr .feeBox .btmBox { 
	margin:24px 0 0;
	text-align: center;
}
.internetWr .feeBox .btmBox .btn { 
	display:inline-block;
	padding:15px 114px 12px;
	background: #3490FD;
	border:1px solid #3490FD;
	border-radius: 100px;
	font-weight: 700;
	font-size: 16px;
	text-align: center;
	color: #FFF;
	transition:all .3s ease;
}
.internetWr .feeBox .btmBox .btn:focus,
.internetWr .feeBox .btmBox .btn:hover { 
	background: #FFF;
	color: #3490FD;
}
.internetWr .queBox {
	padding:0 16px 60px;
}
.internetWr .queBox .tit01 { 
	font-weight: 700;
	font-size: 24px;
	text-align: center; 
	color: #212121;
}
.internetWr .queBox .queTit { 
	position:relative; 
	display:block; 
	width: 100%;
	padding:19px 45px 15px 35px;
	border-bottom:1px solid #EDEDED;
	font-weight: 500;
	font-size: 16px;
	color: #424242;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow: hidden;
}
.internetWr .queBox .queTit:before,
.internetWr .queBox .queTit:after {
	position:absolute;
	box-sizing:border-box;
	display:block;
}
.internetWr .queBox .queTit:before { 
	content:"Q.";
	top: 19px;
	left: 17px;
	font-weight: 700;
	color: #3490FD;
}
.internetWr .queBox .queTit:after { 
	content:"";
	width: 10px;
	height: 10px;
	top: 50%;
	right: 23px;
	margin:-7px 0 0;
	transform:rotate(45deg);
	border-bottom:2px solid #000;
	border-right:2px solid #000;
	transition:all .3s ease; 
}
.internetWr .queBox .queTit.on:after { 
	margin:-3px 0 0;
	transform:rotate(225deg);
}
.internetWr .queBox .ansBox { 
	display:none; 
	padding:17px 15px 14px;
	background: #F6FBFF;
	border:1px solid #E9F3FD;
}
.internetWr .queBox .ansBox .ans { 
	font-size: 16px;
	color: #424242;
}
@media all and (max-width:599px){
	.internetWr .uneasyBox { 
		padding:30px 16px 60px;
		border-radius: 24px 24px 0 0;
	}
	.internetWr .uneasyBox .tit01 { 
		margin:0 0 24px;
	}
	.internetWr .uneasyBox .tit01 .titIco { 
		width: 30px;
		margin:0 auto 8px;
	}
	.internetWr .uneasyBox .tit01 .titTxt { 
		font-size: 22px; 
	}
	.internetWr .uneasyBox .lst01 { 
		margin:0 0 24px;
	}
	.internetWr .uneasyBox .lst01 li { 
		padding:16px 16px 16px 40px;
	}
	.internetWr .uneasyBox .lst01 li:before { 
		font-size: 15px;
		top: 13px;
		left: 13px;
	}
	.internetWr .uneasyBox .lst01 .lstTit01 { 
		margin:0 0 5px;
		font-size: 15px;
	}
	.internetWr .uneasyBox .lst01 .lstTit01 br { 
		display:none;
	}
	.internetWr .uneasyBox .lst01 .lstTxt01 { 
		font-size: 13px; 
	}
	.internetWr .uneasyBox .txt01 { 
		font-size: 19px; 
	}
	.internetWr .headamBox { 
		margin:-20px 0 0;
		padding:30px 16px;
		border-radius: 24px 24px 0 0;
	}
	.internetWr .headamBox .tit01 {
		margin:0 0 8px;
		font-size: 22px;
	}
	.internetWr .headamBox .tit01 .icoArea { 
		gap:5px;
		padding:4px 8px;
	}
	.internetWr .headamBox .tit01 .icoArea .icoIco { 
		width: 14px;
	}
	.internetWr .headamBox .tit01 .icoArea .icoTxt { 
		font-size: 14px;
	}
	.internetWr .headamBox .txt01 { 
		margin:0 0 24px;
		font-size: 14px;
	}
	.internetWr .headamBox .pntLst { 
		padding:16px;
		border-radius: 16px;
	}
	.internetWr .headamBox .pntLst li {
		gap:16px;
		margin:0 0 30px;
	}
	.internetWr .headamBox .pntLst .imgBox {
		width: 56px;
		height: 54px;
		border-radius: 8px;
	}
	.internetWr .headamBox .pntLst .imgBox img { 
		width: 40px; 
	}
	.internetWr .headamBox .pntLst .lstNum { 
		margin:0 0 6px;
		padding:0 0 2px;
		border-bottom-width:1px;
		font-size: 13px;
	}
	.internetWr .headamBox .pntLst .lstTit { 
		margin:0 0 4px;
		font-size: 15px;
	}
	.internetWr .headamBox .pntLst .lstTxt { 
		font-size: 14px;
	}
	.internetWr .feeBox { 
		margin:0 0 30px;
		padding:30px 16px;
	}
	.internetWr .feeBox .feeTopBox { 
		padding:0 70px 16px 0;
	}
	.internetWr .feeBox .feeTopBox .tit01 {
		margin:0 0 3px;
		padding:5px 7px 4px;
		border-radius: 10px 10px 10px 0;
	}
	.internetWr .feeBox .feeTopBox .tit01 .plus { 
		width: 6px;
		height: 6px;
	}
	.internetWr .feeBox .feeTopBox .tit01 .titTxt {
		font-size: 13px;
	}
	.internetWr .feeBox .feeTopBox .txt01 { 
		margin:0 0 3px;
		font-size: 16px;
	}
	.internetWr .feeBox .feeTopBox .txt02 { 
		font-size: 19px;
	}
	.internetWr .feeBox .feeTopBox .imgBox { 
		width: 56px;
	}
	.internetWr .feeBox .iptTit01 { 
		margin:0 0 5px;
		font-size: 14px;
	}
	.internetWr .feeBox .selBtnBox + .iptTit01 { 
		margin-top:16px;
	}
	.internetWr .feeBox .inputArea + .iptTit01 { 
		margin-top:8px;
	}
	.internetWr .feeBox .selBtnBox {
		gap:8px;
	}
	.internetWr .feeBox .selBtnBox .selBtn {
		width: calc((100% - 8px)/2);
		min-height: 50px;
		border-radius: 8px;
	}
	.internetWr .feeBox .selBtnBox .selBtn .clrTxt01 { 
		font-size: 13px;
	}
	.internetWr .feeBox .selBtnBox .selBtn .clrTxt02 { 
		font-size: 14px;
	}
	.internetWr .feeBox .selBtnBox .selBtn .clrTxt01 + .clrTxt02 { 
		margin-top:5px;
	}
	.internetWr .feeBox .btmBox { 
		margin:16px 0 0;
	}
	.internetWr .feeBox .btmBox .btn { 
		width: 100%;
		padding:10px 10px 9px;
		font-size: 14px;
	}
	.internetWr .queBox {
		padding:0 16px 30px;
	}
	.internetWr .queBox .tit01 {
		font-size: 19px;
	}
	.internetWr .queBox .queTit {
		padding:15px 30px 13px;
		font-size: 14px;
	}
	.internetWr .queBox .queTit:before { 
		top: 15px;
		left: 13px;
	}
	.internetWr .queBox .queTit:after { 
		width: 8px;
		height: 8px;
		right: 16px;
		margin:-5px 0 0;
	}
	.internetWr .queBox .queTit.on:after { 
		margin:-1px 0 0;
	}
	.internetWr .queBox .ansBox {
		padding:15px 15px 13px;
	}
	.internetWr .queBox .ansBox .ans { 
		font-size: 14px;
	}
}
/* 인터넷 끝
------------------------------------------------------ */