@charset "utf-8";
@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);
@import url(https://fonts.googleapis.com/css2?family=Lato);
@import url(https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css);

* { 
	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;
	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:130px 0 0;
}
.inner {
	position:relative;
	max-width:1200px;
	margin:0 auto;
}
.comPopBg {
	position:fixed;
	display:none;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:rgba(0,0,0,0.85);
	z-index:2;
}
.comNoData01 {
	width:100%;
	padding:70px 0 45px;
	text-align:center;
}
.comNoData01 .ico { 
	display:block; 
	max-width:100%;
	margin:0 auto 16px;
	font-size:0; 
}
.comNoData01 .ico img { 
	max-width:100%; 
}
.comNoData01 .txt { 
	font-size:20px;
	color:#9E9E9E;
}
@media all and (max-width:1232px){
	.inner { 
		margin:0 16px;
	}
}
@media all and (max-width:999px){
	html.onMbMenu { 
		height: 100vh;
		overflow: hidden;
	}
	.wrapper { 
		padding:58px 0 0;
	}
	.comNoData01 { 
		padding:30px 0;
	}
	.comNoData01 .ico { 
		width: 160px;
		margin:0 auto 8px;
	}
	.comNoData01 .txt { 
		font-size:16px;
	}
}

/* 헤더 시작
------------------------------------------------------ */
header { 
	position:fixed; 
	width: 100%;
	height: 130px;
	padding:20px 0 0;
	background:#FFF;
	z-index: 10;
}
header .inner { 
	display:flex;
	align-items:center;
	justify-content:space-between;
	height: 100%;
}
header .logo { 
	font-size:0;
}
header .logo a { 
	display:block;
	font-size: 0;
	transition:all .3s ease;
}
header .logo a img { 
	max-width: 100%; 
}
header .logo a:focus,
header .logo a:hover { 
	opacity: .7; 
}
header .mbMenuOn {
	display:none;
}
header .menu {
	text-align:right;
}
header ul {
	font-size:0;
}
header li {
	display:inline-block;
}
header .gnb .mobileSch { 
	position:relative; 
	display:none;
	padding:22px 25px;
	border-bottom:1px solid #e0e0e0;
	text-align:left;
}
header .gnb .mobileSch .mobileLogo {
	width:168px;
	margin:0 0 10px; 
}
header .gnb .mobileSch .mobileLogo img {
	max-width: 100%;
}
header .gnb .mobileSch .mSchClose { 
	position:absolute; 
	width:30px;
	height:30px;
	right:25px;
	top:20px;
	border:none;
	background:transparent;
}
header .gnb .mobileSch .mSchClose:before,
header .gnb .mobileSch .mSchClose:after { 
	content:"";
	position:absolute; 
	display:block; 
	width:22px;
	height:2px;
	left:50%;
	top:50%;
	margin:-1px 0 0 -11px;
	background:#9e9e9e;
}
header .gnb .mobileSch .mSchClose:before { 
	transform:rotate(45deg); 
}
header .gnb .mobileSch .mSchClose:after { 
	transform:rotate(-45deg); 
}
header .gnb .mobileLogoTxt { 
	margin:0 0 10px;
}
header .gnb .mobileLogoTxt .tit { 
	margin:0 0 5px;
	font-weight:700;
	font-size:16px;
	line-height:1.4;
	color:#212121;
}
header .gnb .mobileLogoTxt .sTit { 
	font-size:14px;
	line-height:1.2;
	color:#9e9e9e;
}
header .gnb .hSnsLst { 
	margin:0 0 22px;
}
header .gnb .hSnsLst li { 
	margin:0 16px 0 0;
}
header .gnb .hSnsLst li a { 
	position:relative; 
	display:flex;
	align-items:center;
	font-size:12px;
	line-height:1;
	color:#212121;
	font-weight:700;
}
header .gnb .hSnsLst li a .ico { 
	display:flex;
	justify-content:center;
	align-items:center;
	width:20px;
	height:20px;
	margin:0 3px 0 0;
	font-size:0;
}
header .gnb .hSnsLst li a .ico img { 
	display:block; 
	width:100%;
}
header .gnb .hSnsLst li a .mTxt { 
	display:none;
	font-weight:500;
	color:#9e9e9e;
}
header .gnb .hSnsLst li.hSch { 
	position:relative; 
}
header .gnb .hSnsLst li.hSch input { 
	padding:8px 30px 8px 13px;
	border-radius:30px;
	border:1px solid #ec331b;
	outline:none;
	font-size:16px;
	line-height:1;
	color:#9e9e9e;
}
header .gnb .hSnsLst li.hSch input::placeholder { 
	font-size:16px;
	color:#9e9e9e;
}
header .gnb .hSnsLst li.hSch .hSchBtn { 
	position:absolute;
	display:flex; 
	align-items:center; 
	justify-content:center; 
	width: 28px;
	height:28px;
	top:50%;
	right:10px;
	margin:-14px 0 0;	
	border:none;
	background:transparent;
	cursor:pointer;
}
header .gnb .hSnsLst li.hSch .hSchBtn img { 
	width:18px;
}
header .gnb .hSnsLst li:last-child { 
	margin-right:0;
}
header .gnb .hMenu li {
	position:relative;
	padding:0 35px;
}
header .gnb .hMenu li:after { 
	content:"";
	position:absolute;
	display:block;
	width:2px;
	height:14px;
	right:0;
	top:8px;
	background:#e5e5e5;
}
header .gnb .hMenu li a { 
	padding:0 0 20px;
	color:#212121;
	text-align:center;
	font-size:18px;
	font-weight:700;
	transition:all .3s ease;
	border-bottom:2px solid transparent;
}
header .gnb .hMenu li a:hover, 
header .gnb .hMenu li a:focus { 
	color:#ec331b;
	border-bottom-color:#ec331b;
}
header .gnb .hMenu li:first-child { 
	padding-left:0; 
}
header .gnb .hMenu li:last-child { 
	padding-right:0; 
}
header .gnb .hMenu li:last-child:after { 
	display:none;
}
@media all and (max-width:999px){
	header { 
		height: 58px;
		padding:0;
	}
	header .inner { 
		position:relative;
		justify-content:center;
		padding:0 40px;
	}
	header .logo {
		width:180px;
	}
	header .mbMenuOn {
		position:absolute; 
		display:block;
		width: 32px;
		height: 32px;
		top:50%;
		right:0;
		transform:translateY(-50%);
		border:none;
		background:transparent;
	}
	header .mbMenuOn:before,
	header .mbMenuOn:after { 
		content:"";
		position:absolute;
		box-sizing:border-box;
		display:block;
		width: 20px;
		height: 2px;
		left: 50%;
		margin:0 0 0 -10px;
		background:#222;
	}
	header .mbMenuOn:before { 
		top: 8px;
	}
	header .mbMenuOn:after { 
		top: 22px;
	}
	header .mbMenuOn span { 
		position:absolute;
		display:block;
		width: 20px;
		height: 2px;
		top: 50%;
		left: 50%;
		margin:-1px 0 0 -10px;
		background:#222;
	}
	header .mbMenuBg.on { 
		display:block;
	}	
	header .menu {
		position:fixed;
		display:block;
		width:320px;
		height:100%;
		right:-320px;
		top:0;
		background:#fefefe;
		transition:all .3s ease;
		z-index:99;
	}
	header .menu.on {
		right:0;
	}	
	header .gnb { 
		display:flex;
		flex-direction:column;
	} 
	header .gnb .mobileSch,
	header .gnb .hSnsLst { 
		padding:16px;
	}
	header .gnb .mobileSch { 
		display:block; 
	}
	header .gnb .hSnsLst { 
		order:3;
		display:flex; 
		flex-wrap:wrap; 
		gap:10px;
		margin:0;
		border-top:5px solid #ebebeb;
		text-align:left;
	}
	header .gnb .hSnsLst li { 
		width:calc((100% - 10px)/2);
		margin:0;
	}
	header .gnb .hSnsLst li a { 
		flex-wrap:wrap;
		justify-content:center;
		font-size:16px;
		line-height:1.2;
		text-align:center;
	}
	header .gnb .hSnsLst li a span { 
		display:block; 
		width:100%;
	}
	header .gnb .hSnsLst li a .ico { 
		width:70px; 
		height:70px;
		margin:0 0 5px;
		border-radius:50%;
		background:#f9f9f9;
	}
	header .gnb .hSnsLst li a .ico img { 
		max-width:60%;
	}
	header .gnb .hSnsLst li a .mTxt { 
		display:block;
	}
	header .gnb .hSnsLst li.hSch { 
		display:none; 
	}
	header .gnb .hMenu { 
		order:2;
		padding:0 16px;
		border-top:5px solid #ebebeb;
		border-bottom:1px solid #e0e0e0;
	}
	header .gnb .hMenu li {		
		display:block;
		width:100%;
		padding:0;
		border-bottom:1px solid #ccc;
		background:#fefefe;
	}
	header .gnb .hMenu li a {
		width:100%;
		padding:10px 0 9px;
		border-bottom:none;
		font-size:15px;
		text-align:left;
	}
	header .gnb .hMenu li:after { 
		width:8px;
		height:8px;
		right:10px;
		top:50%;
		margin:-4px 0 0;
		transform:rotate(-45deg);
		background:transparent;
		border-bottom:2px solid #9e9e9e;
		border-right:2px solid #9e9e9e;
	}
	header .gnb .hMenu li:last-child { 
		border-bottom:none;
	}
	header .gnb .hMenu li:last-child:after { 
		display:block; 
	}
}
@media all and (max-width:599px){
	header { 
		padding:10px 0;
	}
	header .logo a { 
		width:178px; 
	}
	header .gnb .mobileSch .mobileLogo { 
		width: 178px; 
	}
	header .gnb .mobileSch .mSchClose { 
		right:15px;
		top:15px;
	}
	header .gnb .hSnsLst li a { 
		font-size:14px; 
	}
}
/* 헤더 끝
------------------------------------------------------ */
/* 실시간 상담 네비 시작
------------------------------------------------------ */
.kakaoLiveWr { 
	position:fixed;
	width:140px;
	right:0;
	bottom:20px;
	line-height:1.2;
	letter-spacing:-.03em;
	text-align:center;
	transition:all .5s ease;
	z-index:2;
}
.kakaoLiveWr .tit { 
	padding:13px 10px;
	border-radius:10px 0 0 0;
	background:#212121;
	font-size:15px;
	color:#fff;
	font-weight:600;
}
.kakaoLiveWr .lst { 
	border:1px solid #ccc;
	background:#fff;
}
.kakaoLiveWr .lst:after { 
	display:none; 
}
.kakaoLiveWr .lst > li { 
	padding:17px 10px;
	border-bottom:1px solid #ccc;
}
.kakaoLiveWr .lst > li a,
.kakaoLiveWr .lst > li a span { 
	display:block; 
}
.kakaoLiveWr .lst > li a .imgBox { 
	display:flex; 
	align-items:center;
	justify-content:center;
	width:40px;
	height:40px;
	margin:0 auto 8px;
}
.kakaoLiveWr .lst > li a .imgBox img { 
	display:block; 
	width:100%;
}
.kakaoLiveWr .lst > li a .imgBox.imgEffect img { 
	animation:imgEffect .3s ease-in infinite alternate;
}
@keyframes imgEffect { 
	from { 
		opacity:1; 
	}
	to { 
		opacity:0; 
	}
}
.kakaoLiveWr .lst > li a .txtBox { 
	font-size:15px;
	font-weight:700;
	color:#212121;
}
.kakaoLiveWr .lst > li a .callBox { 
	margin:5px 0 0;
	font-size:15px; 
	font-weight:700;
	color:#212121;
	letter-spacing:.025em;
}
.kakaoLiveWr .lst > li:last-child { 
	border-bottom:none;
}
.kakaoLiveWr .goTop { 
	position:relative;
	width:100%;
	padding:35px 10px 10px;
	border:none;
	border-radius:0 0 0 10px;
	background:#9E9E9E;
	text-align: center;
	transition:all .3s ease;
}
.kakaoLiveWr .goTop:before { 
	content:"";
	position:absolute; 
	display:block; 
	width:10px;
	height:10px;
	left:50%;
	top:20px;
	margin:0 0 0 -5px;
	transform:rotate(45deg);
	border-left:3px solid #fff;
	border-top:3px solid #fff;
}
.kakaoLiveWr .goTop .eng { 
	font-size:15px;
	color:#fff; 
}
.kakaoLiveWr .goTop:hover,
.kakaoLiveWr .goTop:focus { 
	background:#212121; 
}
@media all and (max-width:1750px){
	.kakaoLiveWr .lst > li { 
		padding:13px 10px;
	}
}
@media all and (max-width:1499px){
	.kakaoLiveWr .tit { 
		padding:10px; 
	}
	.kakaoLiveWr .lst > li { 
		padding:10px;
	}
	.kakaoLiveWr .goTop { 
		padding:30px 10px 10px;
	}
	.kakaoLiveWr .goTop:before { 
		top:15px; 
	}
}
@media all and (max-width:999px){
	.kakaoLiveWr { 
		width:90px;
	}
	.kakaoLiveWr .tit,
	.kakaoLiveWr .lst > li a .txtBox,
	.kakaoLiveWr .lst > li a .callBox,
	.kakaoLiveWr .goTop .eng {
		font-size:13px; 
	}
	.kakaoLiveWr .lst > li a .imgBox { 
		margin:0 auto 5px;
	}
	.kakaoLiveWr .lst > li a .callBox { 
		margin:3px 0 0;
	}
}
@media all and (max-width:599px){
	.kakaoLiveWr { 
		width:auto; 
		right:10px;
	}
	.kakaoLiveWr .lst { 
		background:transparent;
		border:none;
	}
	.kakaoLiveWr .lst > li { 
		width:62px;
		height:62px;
		margin:0 0 10px;
		background:#fff;
		border-radius:50%;
		border:1px solid #ccc;
	}
	.kakaoLiveWr .tit,
	.kakaoLiveWr .lst > li a .txtBox,
	.kakaoLiveWr .lst > li a .callBox { 
		display:none; 
	}
	.kakaoLiveWr .lst > li a .imgBox { 
		margin:0 auto;
	}
	.kakaoLiveWr .lst > li a .imgBox.imgEffect img { 
		animation:none; 
	}
	.kakaoLiveWr .lst > li.lstMail { 
		display:none;
	}
	.kakaoLiveWr .lst > li:last-child { 
		border-bottom:1px solid #ccc;
	}
	.kakaoLiveWr .goTop {
		width:62px;
		height:62px;
		padding:20px 10px 10px; 
		border-radius:50%;
		font-size:15px;
	}
	.kakaoLiveWr .goTop:before { 
		top:18px; 
	}
}
/* 실시간 상담 네비 끝
------------------------------------------------------ */
/* 푸터 시작
------------------------------------------------------ */
.fAskWr { 
	position:fixed; 
	width:100%;
	bottom:0;
	left:0;
	z-index:2;
}
.fAskWr .fAskOnOff { 
	position:absolute; 
	display:flex;
	justify-content:center;
	align-items:center;
	width:128px;
	height:34px;
	left:50%;
	bottom:calc(100% - 1px);
	margin:0 0 0 -64px;
	border-radius:7px 7px 0 0;
	border:1px solid #ccc;
	border-bottom:none;
	background:#fafafa;
	box-shadow:0 -4px 7px 0 rgba(0,0,0,.1);
	cursor:pointer;
}
.fAskWr .fAskOnOff .txtArea { 
	position:relative; 
	padding:0 20px 0 0;
}
.fAskWr .fAskOnOff .txtArea:after { 
	content:"";
	position:absolute; 
	display:block; 
	width:8px;
	height:8px;
	right:0;
	top:50%;
	margin:-6px 0 0;
	transform:rotate(225deg);
	border-top:2px solid #9e9e9e;
	border-left:2px solid #9e9e9e;
	transition:all .3s ease;
}
.fAskWr .fAskOnOff .txtArea span { 
	font-size:18px;
	line-height:1;
	color:#9e9e9e;
	font-weight:700;
}
.fAskWr .fAskOnOff .txtArea .textOn { 
	color:#ec331b; 
	display:none; 
}
.fAskWr .fAskOnOff .txtArea .textOff { 
	display:block; 
}
.fAskWr .fAskCon { 
	display:block; 
	padding:20px 0;
	border-top:1px solid #ccc;
	background:#fafafa;
	box-shadow:5px 4px 20px 0 rgba(0,0,0,.3);
}
.fAskWr .fAskCon .inner { 
	padding:0 0 0 310px;
}
.fAskWr .fAskCon .imgBox { 
	position:absolute;
	width:290px;
	max-width:100%;
	height:100%;
	left:0;
	top:0;
	background:url(/img/fAskImg.png) no-repeat;
	background-size:cover;
	font-size:0;
}
.fAskWr .fAskCon .imgBox a { 
	display:flex;
	justify-content:center;
	align-items:center;
	height:100%;
	padding:0 24px;
}
.fAskWr .fAskCon .imgBox a .eng { 
	position:relative; 
	display:block; 
	color:#fff; 
	font-weight:600;
	font-size:26px;
	line-height:1.46;
	letter-spacing:-.1em;
}
.fAskWr .fAskCon .imgBox a .eng em { 
	font-style:normal;
	color:#EC331B;
}
.fAskWr .fAskCon .imgBox a .eng .arrow { 
	position:absolute; 
	display:block; 
	width:25px;
	height:25px;
	right:0;
	bottom:5px;
	border-radius:50%;
	border:1px solid #fff;
}
.fAskWr .fAskCon .imgBox a .eng .arrow:before { 
	content:"";
	position:absolute; 
	display:block;
	width:8px;
	height:8px;
	left:50%;
	top:50%;
	margin:-5px 0 0 -6px;
	transform:rotate(-45deg);
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
}
.fAskWr .fAskCon .conBox { 
	position:relative; 
	padding:0 230px 0 0;
}
.fAskWr .fAskCon .fAskSwipe { 
	display:none; 
	height: 45px;
	margin:0 0 10px;
	font-size:0;
	overflow:hidden;
}
.fAskWr .fAskCon .fAskSwipe .swiper-slide { 
	padding:10px;
	background:#fff;
	border:1px solid #ccc; 
}
.fAskWr .fAskCon .fAskSwipe .swiper-slide .fasConBox { 
	position:relative; 
	padding:0 40px 0 35px;
}
.fAskWr .fAskCon .fAskSwipe .swiper-slide .fasConBox:before { 
	content:"";
	display:inline-block;
	vertical-align:middle; 
	min-height: 23px;
	font-size:0;
}
.fAskWr .fAskCon .fAskSwipe .swiper-slide .fasConBox .area { 
	position:absolute; 
	left:0;
	top:0;
	padding:1px 3px 2px;
	background:#9e9e9e;
	font-size:14px;
	color:#fff;
	font-weight:500;	 
}
.fAskWr .fAskCon .fAskSwipe .swiper-slide .fasConBox .price { 	
	display:inline-block; 
	max-width:calc(100% - 20px);
	margin:0;
	padding:0;
	font-size:15px;
	line-height:1.2;
	color:#212121;
	font-weight:500; 
}
.fAskWr .fAskCon .fAskSwipe .swiper-slide .fasConBox .new { 
	display:inline-block; 
	vertical-align:middle; 
	width:14px;
	height:14px;
	margin:0 0 0 6px;
	border-radius:50%;
	background:#ec331b;
	font-size:8px;
	text-indent:-1px;
	line-height:14px;
	color:#fff;
	text-align:center;
	animation:imgEffect .3s ease-in infinite alternate;
}
.fAskWr .fAskCon .fAskSwipe .swiper-slide .fasConBox .date { 
	position:absolute; 
	top:3px;
	right:0;
	font-size:14px;
	line-height:1.2;
	color:#9e9e9e;
}
.fAskWr .fAskCon .conBox .inputLst { 
	display:flex; 
	flex-wrap:wrap;
	margin:0 0 4px;
}
.fAskWr .fAskCon .conBox .inputLst > li { 
	width:49%;
	margin:4px 2% 0 0;
}
.fAskWr .fAskCon .conBox .inputLst > li input,
.fAskWr .fAskCon .conBox .inputLst > li select { 
	width:100%; 
	height:100%;
	padding:6px 10px;
	border:1px solid #e0e0e0;
	font-size:16px;
	line-height:1.2;
	color:#8c8c8c;
}
.fAskWr .fAskCon .conBox .inputLst > li input::placeholder { 
	font-size:16px;
	line-height:1.2;
	color:#8c8c8c;	 
}
.fAskWr .fAskCon .conBox .inputLst > li:nth-child(-n+2) { 
	margin-top:0;
}
.fAskWr .fAskCon .conBox .inputLst > li:nth-child(2n) { 
	margin-right:0;
}
.fAskWr .fAskCon .conBox .fAskSm { 
	position:absolute; 
	display:flex;
	align-items:center;
	justify-content:center;
	width:223px;
	height:calc(100% - 24px);
	right:0;
	top:0;
	padding:10px;
	border:none;
	background:#ec331b;
	color:#fff;
	font-size:20px;
	line-height:1.2;
}
.fAskWr .fAskCon .conBox .chkBox { 
	position:relative; 
	padding:0 0 0 23px;
	font-size:0;
}
.fAskWr .fAskCon .conBox .chkBox .askChk {
	position:absolute;
	width:18px;
	height:18px;
	left:0;
	top:0;
	border:1px solid #ccc;
	border-radius:3px;
	background:#fafafa;
	accent-color:#ec331b;
	cursor:pointer;
}
.fAskWr .fAskCon .conBox .chkBox label { 
	font-size:16px;
	line-height:1.2;
	color:#9e9e9e;
	font-weight:500;
}
.fAskWr.off .fAskOnOff .txtArea:after { 
	border-color:#ec331b;	 
}
.fAskWr.off .fAskOnOff .txtArea .textOn { 
	display:block; 
}
.fAskWr.off .fAskOnOff .txtArea .textOff { 
	display:none; 
}
.fAskWr.off .fAskOnOff .txtArea:after { 
	margin:-2px 0 0;
	transform:rotate(45deg);
}
.fAskWr.off .fAskCon { 
	display:none; 
}
footer {
	padding:40px 0;
	background:#292929;
	z-index:96;
}
footer .inner { 
	display:flex;
	align-items:center;
	gap:140px;
}
footer .fCon .fInfoLst {
	display:flex;
	flex-wrap:wrap;
	gap:8px;
	margin:0 0 10px;
}
footer .fCon .fInfoLst > li { 
	position:relative;
	padding:0 9px 0 0;
	font-size:14px;
	line-height:1.2;
	color:#FFF;
}
footer .fCon .fInfoLst > li:after { 
	content:"";
	position:absolute; 
	display:block; 
	width:1px;
	height:8px;
	right:0;
	top:50%;
	margin:-4px 0 0;
	background:#696969;
}
footer .fCon .fInfoLst > li:last-child:after { 
	display:none; 
}
footer .fCon .fInfoLst > li span { 
	margin:0 8px 0 0;
	color:#939393; 
}
footer .fCon .fCopy { 
	font-size:14px;
	color:#727272
}
@media all and (max-width:1199px){
	.fAskWr .fAskCon .imgBox { 
		width:279px; 
		left:15px;
	}
	.fAskWr .fAskCon .imgBox a .eng { 
		font-size:24px; 
	}
	.fAskWr .fAskCon .imgBox a .eng .arrow { 
		bottom:3px; 
	}
	.fAskWr .fAskCon .conBox { 
		padding:0 190px 0 0;
	}
	.fAskWr .fAskCon .conBox .fAskSm { 
		width:178px; 
	}
	footer .inner { 
		gap:80px; 
	}
}
@media all and (max-width:999px){
	.fAskWr .fAskCon { 
		padding:10px 0;
	}
	.fAskWr .fAskCon .inner { 
		padding:0 0 0 270px;
	}
	.fAskWr .fAskCon .imgBox { 
		width:244px;
	}
	.fAskWr .fAskCon .imgBox a .eng { 
		font-size:20px; 
	}
	.fAskWr .fAskCon .imgBox a .eng .arrow { 
		bottom:0; 
	}
	.fAskWr .fAskCon .conBox { 
		padding:0;
		overflow:hidden;
	}
	.fAskWr .fAskCon .conBox form > * { 
		float:left 
	}
	.fAskWr .fAskCon .conBox .inputLst { 
		width:100%; 
		margin:0 0 2%;
	}
	.fAskWr .fAskCon .conBox .chkBox { 
		width:60%;
		margin:0 2% 0 0;
	}
	.fAskWr .fAskCon .conBox .fAskSm { 
		position:relative; 
		width:38%;
		right:auto;
		top:auto;
		font-size:18px;
	}
	footer {
		padding:30px 0;
	}
	footer .inner { 
		gap:24px; 
	}
	footer .fLogo img { 
		width:177px; 
	}
	footer .fCon .fInfoLst > li,
	footer .fCon .fCopy { 
		font-size: 13px; 
	}
}
@media all and (max-width:599px){
	.fAskWr .fAskCon .inner { 
		padding:0 15px;
	}
	.fAskWr .fAskCon .imgBox { 
		position:relative; 
		width:100%;
		left:auto;
		top:auto;
		margin:0 auto 10px;
	}
	.fAskWr .fAskCon .imgBox a { 
		padding:10px;
	}
	.fAskWr .fAskCon .imgBox a .eng { 
		padding:0 25px 0 0;
		letter-spacing:0; 
	}
	.fAskWr .fAskCon .imgBox a .eng .arrow { 
		width:20px;
		height:20px;
		bottom:auto;
		top:50%;
		margin:-10px 0 0;
	}
	.fAskWr .fAskCon .imgBox a .eng .arrow:before { 
		width:6px; 
		height:6px;
		margin:-3px 0 0 -5px;
	}		
	.fAskWr .fAskCon .conBox .fAskSwipe { 
		display:block; 
	}
	.fAskWr .fAskCon .conBox .chkBox { 
		width:100%; 
		margin:0 0 10px;
	}
	.fAskWr .fAskCon .conBox .fAskSm { 
		width:100%;
		padding:12px 10px;
	}
}
/* 푸터 끝
------------------------------------------------------ */
/* 공통 상품 리스트 시작
------------------------------------------------------ */
.comPdcLst01 { 
	display:flex;
	flex-wrap:wrap;
	gap:24px;
	width: 100%;
}
.comPdcLst01 > li { 
	width:calc((100% - 48px)/3);
}
.comPdcLst01 .lstLnk {
	display:block;
	border:1px solid #eee;
	padding:10px;
	text-align:center;
	transition:all .3s ease;
}
.comPdcLst01 .lstLnk:focus,
.comPdcLst01 .lstLnk:hover {
	opacity:.7;
}
.comPdcLst01 .lstLnk span { 
	display:block;
}
.comPdcLst01 .lstLnk .imgBox {
	position:relative; 
	margin:0 0 10px;
	padding:66.667% 0 0;
	box-shadow:0 5px 5px 0px rgba(0,0,0,.1);
	font-size: 0;
	overflow:hidden;
}
.comPdcLst01 .lstLnk .imgBox img {
	position:absolute; 
	width: 100%;
	top: 50%;
	left: 50%;
	transform:translate(-50%, -50%);
	transition:all 0.3s ease;
}
.comPdcLst01 .lstLnk:focus .imgBox img,
.comPdcLst01 .lstLnk:hover .imgBox img {
	width: 120%;
}
.comPdcLst01 .lstLnk .name {
	display:flex;
	flex-wrap:wrap; 
	align-items:center;
	justify-content:center;
	gap:8px;
	padding:0 0 10px;
	margin-bottom:10px;
	border-bottom:1px solid #ccc;
	font-size:23px;
	color:#000;
}
.comPdcLst01 .lstLnk .name .subJ { 
	padding:5px;
	font-size: 13px;
	color: #FFF;
}
.comPdcLst01 .lstLnk .name .subJ.chatting {
	background:#D92218;
}
.comPdcLst01 .lstLnk .name .subJ.Translation {
	background:#F1891N;
}
.comPdcLst01 .lstLnk .name .subJ.con {
	background:#AADE48;
}
.comPdcLst01 .lstLnk .name .subJ.lucky {
	background:#A9DE46;
}
.comPdcLst01 .lstLnk .name .subJ.lotto {
	background:#1B448E;
}
.comPdcLst01 .lstLnk .name .subJ.ect {
	background:#8661A9;
}
.comPdcLst01 .lstLnk .name .subJ.face {
	background:#FF8A00;
}
.comPdcLst01 .lstLnk .name .subJ.landom {
	background:#E73A69;
}
.comPdcLst01 .lstLnk .detail {
	display:-webkit-box;
	-webkit-line-clamp:3;
	-webkit-box-orient:vertical;
	height:3.6em;
	font-size: 16px;
	line-height:1.2em;
	text-overflow:ellipsis;
	white-space:normal;
	overflow:hidden;
}
.comPdcLst01 .lstLnk .btmBox {
	display:flex;
	justify-content:center;
	gap:8px;
	margin:10px 0 0;
}
.comPdcLst01 .lstLnk .btmBox .btn {
	width: calc((100% - 8px)/2);
	padding:8px;
	transition:all 0.3s ease;
}
.comPdcLst01 .lstLnk .btmBox .btn.st01 { 
	background:#444;
	border:2px solid #444;
	color:#FFF;	 
}
.comPdcLst01 .lstLnk:focus .btmBox .btn.st01,
.comPdcLst01 .lstLnk:hover .btmBox .btn.st01 {
	background:#FFF;
	color:#2B2B2B;
	font-weight:700;
}
@media all and (max-width:999px){
	.comPdcLst01 { 
		gap:16px; 
	}
	.comPdcLst01 > li { 
		width: calc((100% - 16px)/2); 
	}
	.comPdcLst01 .lstLnk br {
		display:none;
	}
	.comPdcLst01 .lstLnk .imgBox {
		margin:0 0 8px;
	}	
	.comPdcLst01 .lstLnk .name {
		gap:5px;
		padding:0 0 8px;
		font-size:18px;
	}
	.comPdcLst01 .lstLnk .detail { 
		font-size: 14px; 
	}
	.comPdcLst01 .lstLnk .btmBox {
		margin:8px 0 0;
	}
	.comPdcLst01 .lstLnk .btmBox .btn {
		padding:5px;
		font-size:14px;
	}
}
@media all and (max-width:599px){
	.comPdcLst01 { 
		gap:8px; 
	}
	.comPdcLst01 > li { 
		width: 100%; 
	}
	.comPdcLst01 .lstLnk .btmBox .btn { 
		width:100%; 
	}
}
/* 공통 상품 리스트 끝
------------------------------------------------------ */
/* 공통 페이징 시작
------------------------------------------------------ */
.comPageBox {
	display:flex;
	justify-content:center;
	width:100%; 
	margin:50px 0 0;
	text-align:center;
}
.comPageBox .btn { 
	display:flex;
	align-items:center; 
	justify-content:center; 
	width:35px;
	height:35px;
	background:#FFF;
	border:1px solid #EEE;
	font-weight: 700;
	font-size:13px;
	line-height: 1;
	letter-spacing: 0;
	text-align: center;
	color:#9E9E9E;
	transition:all .3s ease;
}
.comPageBox .btn.num:focus,
.comPageBox .btn.num:hover,
.comPageBox .btn.on { 
	background:#EC331B;
	border-color:#EC331B;
	color: #FFF;
}
.comPageBox .btn.arrow { 
	font-size: 0; 
}
.comPageBox .btn.num + .btn.num { 
	border-left-width:0;
}
.comPageBox .btn.arrow + .btn.arrow { 
	margin:0 0 0 4px;
}
.comPageBox .btn.arrow + .btn.num,
.comPageBox .btn.num + .btn.arrow { 
	margin:0 0 0 20px;
}
/* 공통 페이징 끝
------------------------------------------------------ */