.headerWrapper {
	display: block;
	position: relative;
	height: 130px;
}

.floatingTel {
	display: block;
	position: fixed;
	width: 150px;
	height: 150px;
	border-radius: 50%;
	right: 50px;
	top: 65px;
	z-index: 88888;
	background: #3d7bd1;
    -webkit-animation-name: telImg; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 4s; /* Safari 4.0 - 8.0 */
    animation-name: telImg;
    animation-duration: 5s;
	animation-iteration-count: infinite;
	overflow: hidden;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes telImg {
    0%   {background-color: #3d7bd1;}
    25%  {background-color: #29a6a2;}
    50%  {background-color: #b1732c;}
    100% {background-color: #eabb19;}
}

/* Standard syntax */
@keyframes telImg {
    0%   {background-color: #3d7bd1;}
    25%  {background-color: #29a6a2;}
    50%  {background-color: #b1732c;}
    100% {background-color: #eabb19;}
}

.topSocial {
	display: block;
	position: relative;
	height: 43px;
}

.topSocial ul {
	float: right;
	margin: 13px 0 0;
	padding: 0;
}

.topSocial li {
	float: left;
	display: block;
	position: relative;
	list-style: none;
	margin: 0 0 0 7px;
	padding: 0;
}

.topSocial .socialIcon {
	width: 30px;
	height: 30px;
	display: block;
	background-position: left top;
	background-repeat: no-repeat;
	font-size: 0;
}

.topSocial .socialIcon:hover {
	background-position: left bottom;
	transition: none;
}

.socialIcon.facebook { background-image: url('http://vtopokki.cdn3.cafe24.com/top-icon01.png'); }
.socialIcon.twitter { background-image: url('http://vtopokki.cdn3.cafe24.com/top-icon02.png'); }
.socialIcon.blog { background-image: url('http://vtopokki.cdn3.cafe24.com/top-icon03.png'); }
.socialIcon.instgram { background-image: url('http://vtopokki.cdn3.cafe24.com/top-icon04.png'); }

.navi {
	display: block;
	position: relative;
	height: 87px;
}

.navi .topLogo {
	display: block;
	position: relative;
	float: left;
	width: 227px;
	margin: 9px 37px 0 0;
}

.navi .topNavi {
	display: block;
	position: relative;
	float: left;
	height: 22px;
	margin: 35px 0 0;
}

.topNavi ul {
	margin: 0;
	padding: 0;
}

.topNavi li {
	margin: 0 28px 0 80px;
	padding: 0;
	list-style: none;
	float: left;
}

.topNavi .topMenu {
	height: 22px;
	display: block;
	background-position: 0 0;
	background-repeat: no-repeat;
	font-size: 0;
}

.topNavi .topMenu:hover {
	background-position: 0 -22px;
	transition: none;
}

.topMenu.menu01 { width: 107px; background-image: url('http://vtopokki.cdn3.cafe24.com/menu01.png'); }
.topMenu.menu02 { width: 67px; background-image: url('http://vtopokki.cdn3.cafe24.com/menu02.png'); }
.topMenu.menu03 { width: 86px; background-image: url('http://vtopokki.cdn3.cafe24.com/menu03.png'); }
.topMenu.menu04 { width: 67px; background-image: url('http://vtopokki.cdn3.cafe24.com/menu04.png'); }
.topMenu.menu05 { width: 69px; background-image: url('http://vtopokki.cdn3.cafe24.com/menu05.png'); }

#subNaviLayer {
	display: none;
	position: absolute;
	left: 0;
	top: 130px;
	width: 100%;
	height: 220px;
	background: #fafafa;
	border-top: 2px solid #59b2f0;
	border-bottom: 1px solid #ddd;
	z-index: 7777;
}

#subNaviLayer .naviText {
	display: block;
	position: relative;
	float: left;
	width: 310px;
	margin: 62px 0 0;
}

#subNaviLayer .subNavi {
	display: block;
	position: relative;
	float: left;
	padding: 35px 0 0;
	margin: 0;
}

#subNaviLayer .subNavi li {
	display: block;
	padding: 0;
	font-size: 15px;
	margin: 0 0 7px;
	text-align: center;
	list-style: none;
}

#subNaviLayer a:link {
	color: #666666;
}

#subNaviLayer a:hover {
	color: #222;
	text-decoration: underline;
}




.mainContents {
	display: block;
	position: relative;
	padding: 140px 0 0;
	overflow: hidden;
}

.mainContents .sectionTitle {
	margin: 0 0 76px;
	text-align: center;
	display: block;
	position: relative;
}


.mainSection01,
.mainSection02,
.mainSection03,
.mainSection04,
.mainSection05 {
	display: block;
	position: relative;
	height: 626px;
}

.sectionText,
.sectionImg {
	display: block;
	position: absolute;
}

/* 성공포인트 01 */
.mainSection01 {
	background: #f9fcfe;
}

.mainSection01 .sectionText {
	width: 490px;
	height: 316px;
	left: 50%;
	margin-left: -600px;
	top: 150px;

}

.mainSection01 .sectionImg {
	width: 1062px;
	height: 730px;
	left: 50%;
	margin-left: -130px;
	top: 0px;

}


/* 성공포인트 02 */
.mainSection02 .sectionText {
	width: 548px;
	height: 316px;
	left: 50%;
	margin-left: 120px;
	top: 160px;

}

.mainSection02 .sectionImg {
	width: 880px;
	height: 626px;
	left: 50%;
	margin-left: -800px;
	top: 0px;
}

/* 성공포인트 03 */
.mainSection03 {
	background: #f8fdfe;
}

.mainSection03 .sectionText {
	width: 523px;
	height: 316px;
	left: 50%;
	margin-left: -600px;
	top: 150px;
}

.mainSection03 .sectionImg {
	width: 645px;
	height: 523px;
	left: 50%;
	margin-left: -13px;
	top: 64px;
}



/* 성공포인트 04 */
.mainSection04 .sectionText {
	width: 578px;
	height: 316px;
	left: 50%;
	margin-left: 22px;
	top: 173px;
}

.mainSection04 .sectionImg {
	width: 744px;
	height: 684px;
	left: 50%;
	margin-left: -751px;
	top: 0px;
	z-index: 77;
}


/* 성공포인트 03 */
.mainSection05 {
	background: #fdfbf9;
}

.mainSection05 .sectionText {
	width: 559px;
	height: 351px;
	left: 50%;
	margin-left: -600px;
	top: 160px;
}

.mainSection05 .sectionImg {
	width: 607px;
	height: 480px;
	left: 50%;
	margin-left: -13px;
	top: 77px;
}




.mainBanners {
	display: block;
	position: relative;
	padding: 100px 0;
	height: 856px;
}

.mainBanners .bannerHalf {
	display: block;
	position: relative;
	float: left;
	margin: 0 0 20px;
	padding: 0;
	width: 590px;
	height: 250px;
}

.bannerWide {
	display: block;
	position: relative;
	margin: 0;
	clear: left;
	width: 1200px;
	height: 300px;
}

.bottomIcons {
	display: block;
	position: relative;
	height: 226px;
	margin: 60px 0 0;
}

.bottomIcons .btIcon {
	display: block;
	position: relative;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 25%;
}


.footer {
	display: block;
	position: relative;
	border-top: 1px solid #ddd;
	padding: 20px 0 25px;
	height: 70px;
}

.footer .copy {
	display: block;
	position: relative;
	float: left;
	font-size: 13px;
	line-height: 1.7;
	color: #888;
}

.footer .bottomTel {
	display: block;
	position: relative;
	float: right;
}


.subHeader {
	display: block;
	position: relative;
	height: 180px;
	background-repeat: no-repeat;
	position: center top;
	text-align: center;
	color: #fff;
}

.subHeader .kor {
	font-size: 32px;
	padding: 45px 0 0;
	line-height: 1;
}

.subHeader .eng {
	font-family: 'Rubik', sans-serif;
	font-size: 55px;
	font-weight: 500;
	line-height: 1;
	margin: 0;
	letter-spacing: 0.02em;
}

#sbHeader01 { background-image: url('http://vtopokki.cdn3.cafe24.com/sub-header-bg01.jpg');}
#sbHeader02 { background-image: url('http://vtopokki.cdn3.cafe24.com/sub-header-bg02.jpg');}
#sbHeader03 { background-image: url('http://vtopokki.cdn3.cafe24.com/sub-header-bg03.jpg');}
#sbHeader04 { background-image: url('http://vtopokki.cdn3.cafe24.com/sub-header-bg04.jpg');}
#sbHeader05 { background-image: url('http://vtopokki.cdn3.cafe24.com/sub-header-bg05.jpg');}


.subWrapper {
	display: block;
	position: relative;
	padding: 80px 0 100px;
	min-height: 600px;
}


.feature01 {
	display: block;
	position: relative;
	padding: 0 0 0 220px;
	margin: 0 0 70px;
}

.feature01 .iconImg {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 175px;
	height: 175px;
}

.feature01 .textBox {
	display: block;
	position: relative;
	padding: 20px 0 0;
}

.feature01 .textBox p {
	font-size: 18px;
	line-height: 1.8;
}


.menuWrapper {
	display: block;
	position: relative;
	padding: 0 65px 0;
}

.mnBox {
	display: block;
	position: relative;
	width: 280px;
	height: 380px;
}

.mnImg {
	display: block;
	position: relative;
	height: 260px;
	margin: 0 0 10px;
	z-index: 11;
}

.mnName {
	display: block;
	position: relative;
	text-align: center;
	font-size: 20px;
	color: #333;
	font-weight: bold;
	line-height: 1.3;
}

.mnName .point {
	color: #c8131c;	
}

.mnName .cmt {
	font-size: 16px;
	font-weight: normal;
	line-height: 1.6;
}

.bstIcon {
	width: 59px;
	height: 59px;
	position: absolute;
	right: -30px;
	top: -30px;
	background: url('http://vtopokki.cdn3.cafe24.com/icon-best.png') no-repeat;
	z-index: 88;
}

.setMenu {
	display: block;
	height: 280px;
	text-align: center;
	border-bottom: 1px dashed #ddd;
	margin: 0 0 50px;
}

.setMenu td {
	vertical-align: top;
}

.setMenu p {
	line-height: 1.5;
	margin: 8px 0 0;
	color: #333;
	font-size: 16px;
}

.setMenu small {
	font-size: 13px;
	color: #666;
	font-weight: normal;
}

.iconEqual {
	display: block;
	position: relative;
	background: url('http://vtopokki.cdn3.cafe24.com/icon-equal.jpg') no-repeat;
	width: 90px;
	height: 200px;
}

.iconPlus {
	display: block;
	position: relative;
	background: url('http://vtopokki.cdn3.cafe24.com/icon-plus.jpg') no-repeat;
	width: 90px;
	height: 200px;
}


.costTable {
	display: block;
	position: relative;
	margin: 0;
	padding: 0 65px;
	font-size: 17px;
}

.costTable table {
	width: 100%;
	margin: 0 0 15px;
}

.costTable .thth {
	background: #5d5d5d;
	border: 1px solid #444;
	text-align: center;
	padding: 10px 10px;
	text-align: center;
	font-weight: bold;
	color: #fff;
}

.costTable .type {
	background: #fafafa;
}

.costTable .type,
.costTable .conList,
.costTable .cost {
	text-align: center;
	vertical-align: middle;
	padding: 10px 10px;
	border: 1px solid #ddd;
}
.costTable .text {
	text-align: left;
	vertical-align: middle;
	padding: 10px 10px;
    margin-left:70px;
	border: 1px solid #ddd;
}

.costTable .conList {
	text-align: left;
}

.costTable .conList ul {
	margin: 0 0 0 10px;
	padding: 0;
}

.costTable .conList li {
	font-size: 13px;
	line-height: 1.4;
	margin: 0 0 5px;
	list-style: disc inside;
	padding: 0;
}

.costTable .cost {
	font-family: 'Rubik', sans-serif;
	font-size: 20px;
}

.costTable .cost small {
	font-family: Nanum Gothic, sans-serif;
	font-size: 15px;
}

.costTable th.danger,
.costTable tr.danger {
	background: #fffafa !important;
}

.costTotal {
	display: block;
	position: relative;
	padding: 15px 25px;
	background: #0068b1;
	color: #fff;
	font-family: 'Rubik', sans-serif;
	font-size: 18px;
	line-height: 40px;
}

.totalTXT {
	font-size: 26px;
	line-height: 40px;
}

.costTotal small {
	font-family: Nanum Gothic, sans-serif;
	font-size: 15px;
} 


.storeWrapper {
	display: block;
	position: relative;
	padding: 0 65px;
}

.storeBox {
	display: block;
	position: relative;
	padding: 30px 60px;
	height: 440px;
	border: 1px solid #ccc;
	background: #fafafa;
	margin: 0 0 50px;
}

.storeBox .map {
	width: 380px;
	height: 440px;
	display: block;
	position: relative;
	background: url('http://vtopokki.cdn3.cafe24.com/store-map.png') no-repeat;
	float: left;
	margin: 0 40px 0 0;
}

.localLabel {
	width: 50px;
	height: 28px;
	background: #eee;
	border: 1px solid #bbb;
	border-radius: 28px;
	text-align: center;
	font-size: 13px;
	position: absolute;
	color: #222;
}

.localLabel.selected,
.localLabel:hover {
	background: #555;
	border: 1px solid #444;
	color: #fff;
	transition: all ease-in-out 0.2s;
}

.local01 { left: 157px; top: 96px; } /* 서울 */
.local02 { left: 121px; top: 55px; } /* 경기 */
.local03 { left: 85px; top: 101px; } /* 인천 */
.local04 { left: 196px; top: 65px; } /* 강원 */
.local05 { left: 85px; top: 160px; } /* 충남 */
.local06 { left: 182px; top: 138px; } /* 충북 */
.local07 { left: 145px; top: 181px; } /* 대전 */
.local08 { left: 220px; top: 219px; } /* 대구 */
.local09 { left: 133px; top: 234px; } /* 전북 */
.local10 { left: 130px; top: 272px; } /* 광주 */
.local11 { left: 120px; top: 314px; } /* 전남 */
.local12 { left: 226px; top: 180px; } /* 경북 */
.local13 { left: 277px; top: 239px; } /* 울산 */
.local14 { left: 201px; top: 264px; } /* 경남 */
.local15 { left: 255px; top: 287px; } /* 부산 */
.local16 { left: 135px; top: 387px; } /* 제주 */

.storeBox .storeSearch {
	display: block;
	position: relative;
	float: left;
	margin: 60px 0 35px;
}

.storeSearch .searchBox {
	display: block;
	position: relative;
	width: 465px;
	height: 48px;
	border: 1px solid #ccc;
	background: #fff;
	padding: 12px 25px;
	margin: 0 0 30px;
}

label.searchText {
	line-height: 44px;
	color: #555;
	font-size: 15px;
	cursor: text;
	display: block;
	float: left;
	padding: 0 15px 0 0;
}

.storeIpt {
	display: block;
	position: relative;
	float: left;
	width: 253px;
	height: 42px;
	padding: 0 10px;
	margin: 0 5px 0 0;
	border: 1px solid #ddd;
	background: #ededed;
}

.storeBtn {
	display: block;
	position: relative;
	float: left;
	width: 90px;
	height: 42px;
	background: #6e6e6e;
	text-align: center;
	font-size: 15px;
	color: #fff;
	border: 1px solid #636363;
}

.storeIcons {
	display: block;
	position: relative;
	text-align: center;
}

.storeIcons ul {
	margin: 0 auto;
	padding:0;
}

.storeIcons li {
	display: inline-block;
	*display: inline;
	margin: 0 10px;
	padding: 0;
	list-style: none;
	width: 65px;
}

.storeIcons .strIcon {
	width: 65px;
	height: 65px;
	display: block;
	position: relative;
	border: none;
	overflow: hidden;
	margin: 0 0 5px;
	outline: none;
	background-position: left top;
	background-repeat: no-repeat;
}

.storeIcons .strIcon:hover,
.storeIcons .strIcon.selected {
	background-position: left bottom;
	outline: none;
}

.storeIcons .strIcon:focus,
.storeIcons .strIcon:active {
	outline: none;
}


.storeIcons .icon01 { background-image: url('http://vtopokki.cdn3.cafe24.com/store-icon01.png'); } /* 와이파이 */
.storeIcons .icon02 { background-image: url('http://vtopokki.cdn3.cafe24.com/store-icon02.png'); } /* 테라스 */
.storeIcons .icon03 { background-image: url('http://vtopokki.cdn3.cafe24.com/store-icon03.png'); } /* 배달전문 */
.storeIcons .icon04 { background-image: url('http://vtopokki.cdn3.cafe24.com/store-icon04.png'); } /* 주차장 */
.storeIcons .icon05 { background-image: url('http://vtopokki.cdn3.cafe24.com/store-icon05.png'); } /* 이벤트 */


.boardList .viewIcon {
	line-height: 1.5;
}


.table {
	display: block;
	position: relative;
	margin: 0 0 50px;
	border-top: 2px solid #8bb7d5;
	
}

.table table {
	width: 100%;
	
}

.table .th,
.table .td {
	padding: 13px 20px;
	border: 1px solid #ccc;
	text-align: left;
}

.table .th {
	background: #fafafa;
	color: #111;
}

.table tr:first-child .th,
.table tr:first-child .td {
	border-top: none;
}


.tabs {
	display: block;
	position: relative;
	height: 50px;
	margin: 0 0 50px;
	text-align: center;
}

.tabs ul {
	display: block;
	position: relative;
	padding: 0;
	margin: 0;
}

.tabs li {
	display: inline-block;
	position: relative;
	padding: 0;
	margin: 0;
	list-style: none;
}

.tabs .tab {
	display: block;
	position: relative;
	padding: 0;
	margin: 0;
	line-height: 50px;
	height: 50px;
	width: 150px;
	text-align: center;
	font-size: 17px;
	color: #fff;
	background: url('http://vtopokki.cdn3.cafe24.com/tab-off.jpg') no-repeat;
}

.tabs .tab:hover,
.tabs .tab.on {
	background: url('http://vtopokki.cdn3.cafe24.com/tab-on.jpg') no-repeat;
	transition: all ease-in-out .3s;
}


#franchise02,
#franchise03,
#franchise04,
#franchise05 {
	padding: 100px 0 0;
}



.storeStory {
	display: block;
	position: relative;
	padding: 0;
	margin: 10px 0 50px;
}

.storeStory .storyBox {
	display: block;
	position: relative;
	padding: 25px 30px;
	height: 160px;
	border-bottom: 1px solid #ddd;
}

.storeStory .storyBox:first-child {
	border-top: 1px solid #ddd;
}

.storyBox .sbThumb {
	display: block;
	position: relative;
	float: left;
	width: 240px;
	height: 160px;
	background: #eeeeee;
	overflow: hidden;
}

.sbText { 
	width: 685px; 
	height: 160px; 
	padding: 0 60px;
	display: block; 
	position: relative; 
	float: left;
}

.sbText .engText {
	font-size: 15px;
	font-family: 'Ubuntu', sans-serif;
	color: #dddddd;
	letter-spacing: 0.06em;
	margin: 25px 0 0px;
	line-height: 1.3;
}

.sbText .sbTitle {
	font-size: 35px;
	color: #333;
	line-height: 1.3;
	margin: 0 0 15px;
}

.sbText .point {
	color: #c07c4a;
} 

.sbText .sbCmt {
	font-size: 15px;
	color: #777777;
}

.storyBox .sbLinks {
	display: block;
	position: relative;
	float: left;
	width: 95px;
	height: 95px;
	margin: 30px 0 0;
}