@charset "utf-8";
@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);

* { 
	box-sizing:border-box;
	margin:0;
	padding:0;
}
html, body { 
	width: 100%;
	height: 100%;
	overflow-x:hidden;
}
body {
	font-family: "Noto Sans KR", sans-serif;
	font-weight:400;
	line-height:1.3;
	letter-spacing:-.03em;
	word-break:keep-all;
}
a { 
	text-decoration:none; 
}
button, label { 
	cursor:pointer; 
}
button { 
	border:none;
	background:transparent;
	font-family: "Noto Sans KR", sans-serif;
	font-weight:400;
	line-height:1.3;
	letter-spacing:-.03em;
	word-break:keep-all;
}
li { 
	list-style:none;
}
.popBlackBg { 
	position:fixed; 
	display:none; 
	width: 100%;
	height: 100%;
	top:0;
	left:0;
	background: rgba(0,0,0,.7);
	z-index:10;
	cursor:pointer;
}
.comBtmBox { 
	display:flex; 
	align-items:center; 
	justify-content:space-between; 
}
.comBtmBox > * { 
	position:relative; 
}
.comBtmBox .todayChk { 
	position:absolute; 
	width: 0;
	height: 0;
	top:0;
	left:0;
	font-size:0;
	overflow:hidden;
}
.comBtmBox .todayLbl { 
	display:flex; 
	align-items:center; 
	gap:6px;
	font-weight:500;
	font-size:17px;
	color:#FFF;
}
.comBtmBox .todayLbl:before { 
	content:"";
	box-sizing:border-box;
	display:block;
	width: 20px;
	height: 20px;
	top:0;
	left:0;
	border:1px solid #E0E0E0;
	background:#FFF;
}
.comBtmBox .todayChk:checked + .todayLbl:before { 
	border:none;
	background-image: url(/popuptestpage/images/comICoChk01.png); 
	background-size:cover;
}
.comBtmBox .swipeControl { 
	display:flex; 
	align-items: center;
	padding:3px 7px;
	border-radius: 20px;
	background: #858585;
}
.comBtmBox .swipeControl .btn { 
	position:relative; 
	display:block; 
	width: 12px;
	height: 12px;
	font-size:0;
}
.comBtmBox .swipeControl .btn:before { 
	content:"";
	position:absolute;
	box-sizing:border-box;
	display:block;
	width: 8px;
	height: 8px;
	top:0;
	bottom:0;
	right:0;
	left:0;
	margin:auto;
	border-bottom:2px solid #FFF;
	border-left:2px solid #FFF;
}
.comBtmBox .swipeControl .btn.prev:before { 
	transform:rotate(45deg); 
}
.comBtmBox .swipeControl .btn.next:before { 
	transform:rotate(-135deg); 
}
.comBtmBox .swipeControl .paging { 
	text-align: center; 
	font-weight:500;
	font-size:13px;
	color:#FFF;
}
@media all and (max-width:599px){
	.comBtmBox .todayLbl { 
		font-size:13px; 
	}
	.comBtmBox .todayLbl:before { 
		width: 16px; 
		height: 16px;
	}
	.comBtmBox .swipeControl .btn { 
		width: 10px;
		height: 10px;
	}
	.comBtmBox .swipeControl .btn:before { 
		width: 6px; 
		height: 6px;
	}
	.comBtmBox .swipeControl .paging { 
		font-size:12px; 
	}
}
/* 이미지강화형 시작
------------------------------------------------------ */
.popConBox01 {
	position:fixed;
	width: 600px;
	max-width: 90%;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	z-index:11;
}
.popConBox01 .popClose { 
	position:absolute; 
	width: 20px;
	height: 20px;
	top:24px;
	right:24px;
	font-size:0;
	z-index:2;
}
.popConBox01 .popClose:before,
.popConBox01 .popClose:after { 
	content:"";
	position:absolute;
	box-sizing:border-box;
	display:block;
	width: 18px;
	height: 2px;
	top:50%;
	left:50%;
	margin:-1px 0 0 -9px;
	background: #FFF;
}
.popConBox01 .popClose:before { 
	transform:rotate(45deg); 
}
.popConBox01 .popClose:after { 
	transform:rotate(-45deg); 
}
.popConBox01 .popSwipe { 
	height: 336px;
	margin:0 0 8px;
	background: #FFF;
	overflow:hidden;	 
}
.popConBox01 .swiper-wrapper .swiper-slide { 
	display:flex; 
	flex-wrap:wrap; 
	overflow:hidden;
}
.popConBox01 .imgBox,
.popConBox01 .conBox { 
	position:relative; 
	width: 50%; 
}
.popConBox01 .imgBox { 
	font-size:0; 
	overflow:hidden;
}
.popConBox01 .imgBox img { 
	position:absolute; 
	width: 100%; 
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
}
.popConBox01 .conBox { 
	padding:42px 22px 42px 7px;
	background: #000B38; 
	text-align: center;
}
.popConBox01 .conBox:before { 
	content:"";
	position:absolute;
	box-sizing:border-box;
	display:block;
	width: 60px;
	height: 100%;
	bottom:-1px;
	left:-22px;
	transform:skew(-7deg);
	background: #000B38;
	z-index:1;
}
.popConBox01 .conBox > * { 
	position:relative; 
	z-index:1;
}
.popConBox01 .conBox .name { 
	font-size:13px;
	color:#FFF;
}
.popConBox01 .conBox .name span { 
	font-weight:500;
	font-size:2em;
}
.popConBox01 .conBox .call { 
	display:flex; 
	align-items:center; 
	justify-content:center; 
	gap:5px;
	width: 100%;
	margin:0 0 26px;
	font-weight: 700;
	font-size:26px;
	color:#FFf;
}
.popConBox01 .conBox .call:before { 
	content:"";
	box-sizing:border-box;
	display:block;
	width: 24px;
	height: 24px;
	background: url(/popuptestpage/images/comIcoCall01.png) no-repeat;
	background-size:cover;
}
.popConBox01 .conBox .txt { 
	margin:0 0 40px;
	font-size:16px;
	color:#FFF;
}
.popConBox01 .conBox .extraLnk { 
	display:flex; 
	align-items:center; 
	justify-content:center; 
	gap:3px;
	width: 100%;
	height: 45px;
	border-radius: 5px;
	font-weight:500;
	font-size:15px;
}
.popConBox01 .conBox .extraLnk:before { 
	content:"";
	box-sizing:border-box;
	display:block;
	width: 24px;
	height: 24px;
	background-repeat:no-repeat;
	background-size:cover;
}
.popConBox01 .conBox .extraLnk.st_call { 
	display:none; 
}
.popConBox01 .conBox .extraLnk.st_kakao { 
	background: #FEE500; 
	color:rgba(0,0,0,.85);
}
.popConBox01 .conBox .extraLnk.st_kakao:before { 
	background-image: url(/popuptestpage/images/comIcoKakao01.svg); 
}
.popConBox01 .conBox .extraLnk.st_edit { 
	background: #1C5BFF; 
	color:rgba(255,255,255,.85);
}
.popConBox01 .conBox .extraLnk.st_edit:before { 
	background-image: url(/popuptestpage/images/comIcoEdit01.svg); 
}
.popConBox01 .conBox .extraLnk + .extraLnk { 
	margin:8px 0 0;
}
@media all and (max-width:599px){
	.popConBox01 { 
		max-width: 84%;
	}
	.popConBox01 .popClose:before,
	.popConBox01 .popClose:after { 
		background: #000; 
	}
	.popConBox01 .popSwipe { 
		height: auto;
		margin:0 0 6px;
	}
	.popConBox01 .swiper-wrapper { 
		background: #000B38;
	}
	.popConBox01 .swiper-slide { 
		padding:16px;		
	}
	.popConBox01 .imgBox, 
	.popConBox01 .conBox { 
		width: 100%; 
	}
	.popConBox01 .imgBox { 
		height: 290px; 
		margin:0 0 10px;
		background: #FFF;
	}
	.popConBox01 .conBox { 
		padding:0;
	}
	.popConBox01 .conBox:before { 
		display:none; 
	}
	.popConBox01 .conBox .name { 
		font-size:12px; 
	}
	.popConBox01 .conBox .name span { 
		font-size:1.8em; 
	}
	.popConBox01 .conBox .call { 
		margin:0 0 9px;
		font-size:22px; 
	}
	.popConBox01 .conBox .txt,
	.popConBox01 .conBox .extraLnk { 
		font-size:13px; 
	}
	.popConBox01 .conBox .txt { 
		margin:0 0 11px;
	}
	.popConBox01 .conBox .mobileBtnBox { 
		display:flex; 
		flex-wrap:wrap; 
		justify-content:space-between; 
	}
	.popConBox01 .conBox .extraLnk { 
		width: 49%;
		height: 35px;
	}
	.popConBox01 .conBox .extraLnk:before { 
		width: 18px; 
		height: 18px;
	}
	.popConBox01 .conBox .extraLnk.st_call { 
		display:flex; 
		width: 100%;
		background: #BA4130;
		color: #FFF;
	}
	.popConBox01 .conBox .extraLnk.st_call:before { 
		background-image: url(/popuptestpage/images/comIcoCall02.svg); 
	}
}
/* 이미지강화형 끝
------------------------------------------------------ */
/* 일반형 시작
------------------------------------------------------ */
.popConBox02 {
	position:fixed;
	width: 590px;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	z-index:11;
}
.popConBox02 .popClose { 
	position:absolute; 
	width: 20px;
	height: 20px;
	top:24px;
	right:24px;
	font-size:0;
	z-index:2;
}
.popConBox02 .popClose:before,
.popConBox02 .popClose:after { 
	content:"";
	position:absolute;
	box-sizing:border-box;
	display:block;
	width: 18px;
	height: 2px;
	top:50%;
	left:50%;
	margin:-1px 0 0 -9px;
	background: #000;
}
.popConBox02 .popClose:before { 
	transform:rotate(45deg); 
}
.popConBox02 .popClose:after { 
	transform:rotate(-45deg); 
}
.popConBox02 .popSwipe { 
	margin:0 0 8px;
	background: #FFF;	
	border-radius: 10px;
	overflow:hidden;
}
.popConBox02 .swiper-slide { 
	padding:24px 20px;	 
}
.popConBox02 .topBox { 
	position:relative; 
	min-height: 110px;
	margin:0 0 44px;
	padding:0 0 0 140px;
}
.popConBox02 .topBox .imgBox { 
	position:absolute; 
	width: 110px; 
	height: 110px;
	top:0;
	left:0;
	background: url(/popuptestpage/images/comNoImg01.png) no-repeat;
	background-size:cover;
	border:1px solid #CFCFCF;
	border-radius: 50%;
	font-size:0;
	overflow:hidden;
}
.popConBox02 .topBox .name { 
	margin:0 0 4px;
	font-size:15px; 
	color:#111;
}
.popConBox02 .topBox .name span { 
	font-weight:500;
	font-size:1.6em;
}
.popConBox02 .topBox .imgBox img { 
	position:absolute; 
	width: 100%; 
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
}
.popConBox02 .topBox .call { 
	display:flex; 
	align-items:center; 
	gap:6px;
	margin:0 0 7px;
	font-weight:700;
	font-size:24px;
	color:#111;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
}
.popConBox02 .topBox .call:before { 
	content:"";
	flex-shrink:0;
	box-sizing:border-box;
	display:block;
	width: 22px;
	height: 22px;
	background:url(/popuptestpage/images/comIcoCall03.png) no-repeat;
	background-size:cover;
}
.popConBox02 .topBox .txt { 
	font-size:16px;
	color:#111;
}
.popConBox02 .btnLst { 
	display:flex; 
	flex-wrap:wrap; 
	justify-content:space-between; 
	gap:8px;
}
.popConBox02 .btnLst > li { 
	width: calc((100% - 8px)/2);
}
.popConBox02 .btnLst > li .btn { 
	display:flex; 
	align-items:center; 
	justify-content:center; 
	gap:3px;
	width: 100%;
	height: 45px; 
	border-radius: 5px;
	font-weight:500;
	font-size:15px;
}
.popConBox02 .btnLst > li .btn:before { 
	content:"";
	box-sizing:border-box;
	display:block;
	width: 24px;
	height: 24px;
	background-repeat:no-repeat;
	background-size:cover;
}
.popConBox02 .btnLst > li .btn.st_call { 
	background: #BA4130; 
	color:#FFF;
}
.popConBox02 .btnLst > li .btn.st_call:before { 
	background-image: url(/popuptestpage/images/comIcoCall02.svg); 
}
.popConBox02 .btnLst > li .btn.st_kakao { 
	background: #FEE500; 
	color:#000;
}
.popConBox02 .btnLst > li .btn.st_kakao:before { 
	background-image: url(/popuptestpage/images/comIcoKakao01.svg); 
}
.popConBox02 .btnLst > li .btn.st_visit { 
	background: #1C5BFF; 
	color:#FFF;
}
.popConBox02 .btnLst > li .btn.st_visit:before { 
	background-image: url(/popuptestpage/images/comIcoEdit01.svg); 
}
.popConBox02 .btnLst > li:first-child { 
	display:none; 
	width: 100%; 
}
@media all and (max-width:599px){
	.popConBox02 { 
		width: 92%; 
	}
	.popConBox02 .popClose { 
		width: 16px;
		height: 16px;
		top:20px;
		right:16px;
	}
	.popConBox02 .popClose:before,
	.popConBox02 .popClose:after { 
		width: 14px; 
		margin:-1px 0 0 -7px;
	}
	.popConBox02 .swiper-slide { 
		padding:16px;
	}
	.popConBox02 .topBox { 
		min-height: 80px; 
		margin:0 0 22px;
		padding:0 0 0 90px;
	}
	.popConBox02 .topBox .imgBox { 
		width: 80px; 
		height: 80px;
		top:50%;
		margin:-40px 0 0;
	}
	.popConBox02 .topBox .name { 
		margin:0;
		font-size:12px; 
	}
	.popConBox02 .topBox .name span { 
		font-size:1.667em; 
	}
	.popConBox02 .topBox .call { 
		font-size:19px; 
	}
	.popConBox02 .topBox .call:before { 
		width: 18px; 
		height: 18px;
	}
	.popConBox02 .topBox .txt { 
		font-size:12px; 
	}
	.popConBox02 .btnLst > li .btn { 
		height: 35px;
		font-size:13px; 
	}
	.popConBox02 .btnLst > li .btn:before { 
		width: 18px; 
		height: 18px;
	}
	.popConBox02 .btnLst > li:first-child { 
		display:block; 
	}
}
/* 일반형 끝
------------------------------------------------------ */
/* 방문예약 인라인 폼 시작
------------------------------------------------------ */
.popVisitForm {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	align-items: center;
	justify-content: center;
	cursor: default;
}
.pvfInner {
	position: relative;
	background: #fff;
	border-radius: 15px;
	padding: 24px 16px 24px 20px;
	max-height: 90vh;
	overflow: hidden;
}
.pvfScroll {
	overflow-y: auto;
	max-height: calc(90vh - 80px);
	padding-right: 6px;
}
.pvfClose {
	position: absolute;
	top: 16px;
	right: 16px;
	width: 20px;
	height: 20px;
	font-size: 0;
}
.pvfClose:before,
.pvfClose:after {
	content: "";
	position: absolute;
	width: 18px;
	height: 2px;
	top: 50%;
	left: 50%;
	margin: -1px 0 0 -9px;
	background: #333;
}
.pvfClose:before { transform: rotate(45deg); }
.pvfClose:after  { transform: rotate(-45deg); }
.pvfTitle {
	text-align: center;
	font-size: 22px;
	font-weight: 700;
	padding-bottom: 20px;
}
.pvfBox {
	padding-bottom: 16px;
}
.pvfLabel {
	font-size: 15px;
	font-weight: 600;
	padding-bottom: 6px;
}
.pvfInput {
	width: 100%;
	border: 1px solid #e2e2e2;
	background: #f5f5f5;
	height: 48px;
	font-size: 16px;
	padding: 0 12px;
	border-radius: 8px;
	font-family: inherit;
}
.pvfInput::placeholder { color: rgba(0,0,0,.25); }
.pvfAddrRow {
	display: flex;
	gap: 8px;
}
.pvfSelect {
	flex: 1;
	border: 1px solid #e2e2e2;
	height: 48px;
	padding: 0 28px 0 10px;
	border-radius: 8px;
	font-size: 15px;
	background: #fff url(/Conn/common/images/select_arrow.png) no-repeat right 10px center;
	background-size: 14px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-family: inherit;
}
.pvfTermBox {
	padding: 10px;
	overflow-y: scroll;
	height: 120px;
	border: 1px solid #e2e2e2;
	border-radius: 8px;
	font-size: 13px;
	line-height: 1.6;
}
.pvfAgreeLbl {
	display: flex;
	align-items: center;
	gap: 6px;
	padding-top: 10px;
	font-size: 15px;
	font-weight: 500;
	cursor: pointer;
}
.pvfAgreeLbl input[type="checkbox"] { display: none; }
.pvfChkIcon {
	display: inline-block;
	width: 24px;
	height: 24px;
	flex-shrink: 0;
	background: url(/Conn/common/images/check_off.png) no-repeat center;
	background-size: contain;
}
.pvfAgreeLbl input[type="checkbox"]:checked + .pvfChkIcon {
	background-image: url(/Conn/common/images/check_on.png);
}
.pvfSubmitBtn {
	display: block;
	width: 100%;
	height: 52px;
	background: #1C5BFF;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	border-radius: 10px;
	margin-top: 4px;
	font-family: inherit;
}
@media all and (max-width:599px) {
	.popVisitForm { max-width: 88%; }
	.pvfTitle { font-size: 18px; }
	.pvfLabel { font-size: 14px; }
	.pvfInput, .pvfSelect { height: 42px; font-size: 14px; }
	.pvfSubmitBtn { height: 46px; font-size: 16px; }
}
/* 방문예약 인라인 폼 끝
------------------------------------------------------ */