@font-face {
    font-family:'notokr-bold';
    src: url('/css/font/NotoKR-Bold/notokr-bold.eot');
    src: url('/css/font/NotoKR-Bold/notokr-bold.eot?#iefix') format('embedded-opentype'),
         url('/css/font/NotoKR-Bold/notokr-bold.woff2') format('woff2'),
         url('/css/font/NotoKR-Bold/notokr-bold.woff') format('woff'),
         url('/css/font/NotoKR-Bold/notokr-bold.ttf') format('truetype'),
         url('/css/font/NotoKR-Bold/notokr-bold.svg#notokr-bold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family:'notokr-bold';
    src: url('/css/font/NotoKR-Regular/notokr-regular.eot');
    src: url('/css/font/NotoKR-Regular/notokr-regular.eot?#iefix') format('embedded-opentype'),
         url('/css/font/NotoKR-Regular/notokr-regular.woff2') format('woff2'),
         url('/css/font/NotoKR-Regular/notokr-regular.woff') format('woff'),
         url('/css/font/NotoKR-Regular/notokr-regular.ttf') format('truetype'),
         url('/css/font/NotoKR-Regular/notokr-regular.svg#notokr-bold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'notokr-black';
    src: url('/css/font/NotoKR-Black/notokr-black.eot');
    src: url('/css/font/NotoKR-Black/notokr-black.eot?#iefix') format('embedded-opentype'),
         url('/css/font/NotoKR-Black/notokr-black.woff2') format('woff2'),
         url('/css/font/NotoKR-Black/notokr-black.woff') format('woff'),
         url('/css/font/NotoKR-Black/notokr-black.ttf') format('truetype'),
         url('/css/font/NotoKR-Black/notokr-black.svg#notokr-black') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'notokr-light';
    src: url('/css/font/NotoKR-Light/notokr-light.eot');
    src: url('/css/font/NotoKR-Light/notokr-light.eot?#iefix') format('embedded-opentype'),
         url('/css/font/NotoKR-Light/notokr-light.woff2') format('woff2'),
         url('/css/font/NotoKR-Light/notokr-light.woff') format('woff'),
         url('/css/font/NotoKR-Light/notokr-light.ttf') format('truetype'),
         url('/css/font/NotoKR-Light/notokr-light.svg#notokr-light') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'notokr-demilight';
    src: url('/css/font/NotoKR-DemiLight/notokr-demilight.eot');
    src: url('/css/font/NotoKR-DemiLight/notokr-demilight.eot?#iefix') format('embedded-opentype'),
         url('/css/font/NotoKR-DemiLight/notokr-demilight.woff2') format('woff2'),
         url('/css/font/NotoKR-DemiLight/notokr-demilight.woff') format('woff'),
         url('/css/font/NotoKR-DemiLight/notokr-demilight.ttf') format('truetype'),
         url('/css/font/NotoKR-DemiLight/notokr-demilight.svg#notokr-demilight') format('svg');
    font-weight: normal;
    font-style: normal;

}
/*-----------------------------------------------------------------------------------

    Template Name: Sell Shop - eCoommerce HTML5 template
    Template URI: http://www.codecarnival.net
    Description: This is HTML5 eCommerce Template
    Author: Codecarnival
    Author URI: http://www.codecarnival.net
    Version: 1.0

-----------------------------------------------------------------------------------
    
    CSS INDEX
    ===================
	
    [ 1. theme default CSS ] (body, link color, section etc)
	[ 2. home version one ]
	[ 3. home version two ]
	[ 4. about page ]
	[ 5. blog page ]
	[ 6. pages ]
		[ 6.1 single blog page ]
		[ 6.2 product grid view ]
		[ 6.3 product list view ]
		[ 6.4 Wishlist ]
		[ 6.5 cart ]
		[ 6.6 checkout page ]
		[ 6.7 login page ]
		[ 6.8 My account ]
		[ 6.9 Order complete ]
		[ 6.10 single products page ]
	[ 7. Contact page ]
	[ 8. 404 page ]
	
-----------------------------------------------------------------------------------*/

/*-------------------------------------
[ 1. theme default CSS ]
---------------------------------------*/
input,select{border-radius:0;}
html, body {height: 100%;}
.floatleft {float:left}
.floatright {float:right}
.alignleft {float:left;margin-right:15px;margin-bottom: 15px}
.alignright {float:right;margin-left:15px;margin-bottom: 15px}
.aligncenter {display:block;margin:0 auto 15px}
a:focus {outline:0px solid}
img {max-width:100%;}
.fix {overflow:hidden}
p {margin:0px;}
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 10px;
	font-family: 'Lato', sans-serif;
	text-transform:uppercase;
	font-weight:600;
}
a {
	transition: all 0.3s ease 0s;
	text-decoration:none;
	font-weight:500;
	color:#666;
	text-transform:uppercase;
}
a:hover,a:hover, a:focus {
	color: #fe5858;
	text-decoration: none;
}
button:focus,a:focus {
    border: 0;
    outline: 0;
}
a:active, a:hover {
	outline: 0 none;
	text-decoration:none;
}
.animated {animation-duration: 1.5s;}
i{font-size:16px;}
p{
	color:#666666;
	font-size:13px;
	font-weight:400;
	line-height:20px;
}
ul{
	list-style: outside none none;
	margin: 0;
	padding: 0
}
ul li{float:left;}
hr.line {
	background: #ef6644 none repeat scroll 0 0;
	border: 0 none;
	height: 1px;
	margin: 0 auto;
	width: 100px;
}
.section-padding{padding:80px 0;}
.section-padding-top{padding-top:80px;}
.section-padding-bottom{padding-bottom:80px;}
.d-table {
    display: table;
    height: 100vh;
    width: 100%;
}
.d-tablecell {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}
.col-text-center{
	float: none !important;
	margin-left: auto !important;
	margin-right: auto !important;
}
/* ScrollUp */
#scrollUp {
	background-color: #eee;
	bottom: 60px;
	font-size: 22px;
	height: 30px;
	right: 12px;
	text-align: center;
	text-decoration: none;
	width: 30px;
}
#scrollUp i{color:#fe5858;line-height: 30px;}
#scrollUp:hover{background-color: #fe5858;}
#scrollUp:hover i{color:#fff;}
.clear{clear:both}
body {
	font-family: 'Lato', sans-serif;
	color:#666666;
	font-size:13px;
	font-weight:400;
}
/* section title */
.section-title > h2 {
    color: #444;
    display: inline-block;
    margin-bottom: 0px;
	font-weight:700;
	text-transform:capitalize;
}
.section-title {
    margin-bottom: 40px;
}
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}
::selection {
    background: #b3d4fc;
    text-shadow: none;
}
.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
input::-moz-placeholder, textarea::-moz-placeholder{opacity:1;}
input:focus, textarea:focus {outline: 0px;}
/*-------------------------------------
[ 2. home version one ]
---------------------------------------*/
/* header section */
.middel-top .left, .middel-top .right {
    width: 10%;
}
.middel-top {

    border-top: 0px solid #ccc;
}
.middel-top .right a {
    font-size: 16px;
    line-height: 55px;
}
.middel-top .right > ul > li {
    float: left;
    width: 50%;
}
.middel-top .right li:last-child a i {border: 0 none;}
.header-one .right li {position:relative;}
.middel-top .right li ul a,.middel-top ul.right li ul li a {
    display: block;
    line-height: 1;
    padding: 8px 10px;
    text-align: left;
    text-transform: capitalize;
    width: auto;
}
.header-one .right ul li ul ,.middel-top ul.right li ul{
	background: #fff none repeat scroll 0 0;
	left: 0;
	opacity: 0;
	padding: 8px;
	position: absolute;
	top: 95px;
	transition: all 0.4s ease 0s;
	visibility: hidden;
	width: 125px;
	z-index: 99;
	border: 1px solid #ddd;
	border-top:0;
}
.header-one .right ul li:hover ul,.middel-top ul.right li:hover ul {
    opacity: 1;
    top: 76px;
    visibility: visible;
}
.middel-top ul.right li ul {top: 60px;}
.middel-top ul.right li:hover ul {top: 37px;}
.middel-top .right a i {
	border-right: 1px solid #ccc;
	width: 100%;
	line-height: 30px;
}
.middel-top .left p {line-height: 55px;}
header .logo ,.cart-itmes{line-height: 150px;}
.cart-itmes > a.cart-itme-a {
	font-size: 16px;
	text-transform: lowercase;
	position: relative;
	top: 10px;
}
.cart-itmes a.cart-itme-a i {
	font-size: 25px;
	left: 50%;
	margin-left: -13px;
	margin-top: -35px;
	position: absolute;
	top: 50%;
}
.cart-itmes > a.cart-itme-a strong ,.menu-cart-text > strong,.total strong,.mainmenu li:hover >a,.mainmenu li a.active,.header-one .right li:hover >a,.header-one .right li a.active,header .parent-active > a{
    /*color: #fe5858;*/
	color:#ff0000;
	background-color:#fff;
}
/* cartdrop */
.cart-itmes .cartdrop {line-height: initial;}
.cartdrop {
	padding: 50px 0;
	right: 0;
	width: 415px;
}
.sin-itme {padding: 0 50px;}
.sin-itme i {
    background: #f5f5f5 none repeat scroll 0 0;
    cursor: pointer;
    float: left;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    margin-top: 45px;
    transition: all 0.3s ease 0s;
    width: 30px;
}
.cart-img {
    border: 1px solid transparent;
    float: left;
    margin: 0 30px 30px;
	width:83px;
}
.menu-cart-text {text-align: left;}
.sin-itme i:hover {
    background: #fe5858 none repeat scroll 0 0;
    color: #fff;
}
.sin-itme:hover .cart-img {border-color: #fe5858;}
.menu-cart-text span,.goto {color: #999;}
.menu-cart-text a  h5 {
	font-weight:400;
    font-family: 'Bree Serif', serif;
}
.menu-cart-text > strong,.total > span,.menu-cart-text span ,.out-menu ,.mainmenu a ,.cart-itmes > a.cart-itme-a,.slide-text span {
    display: block;
}
.menu-cart-text > strong {
    display: block;
    font-size: 16px;
    font-weight: 800;
    margin-top: 10px;
}
.total > span {
    border-bottom: 2px solid #eeeeee;
    border-top: 2px solid #eeeeee;
    font-size: 14px;
    font-weight: 800;
    line-height: 58px;
    text-transform: uppercase;
}
.total strong {font-weight: 800;}
.goto {
    display: inline-block;
    font-weight: 700;
    line-height: 60px;
}
.out-menu {
    background: #eeeeee none repeat scroll 0 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 50px;
}
.out-menu:hover,.wrapper > button:hover {
    background: #fe5858 none repeat scroll 0 0;
    color: #fff;
}
/* top middel */
.middel-top .center {
	position:relative;
	max-width:600px;
	margin:auto;
	line-height: 55px;
	margin-bottom:20px;
}
.middel-top .center button {
    border: 0;
    background: red none repeat scroll 0 0;
    font-size: 16px;
    width: 80px;
    height: 50px;
    line-height: 30px;
    margin-right: -3px;
    position: absolute;
    right: 3px;
    top: 0px;
    z-index: 100;
}
.middel-top .center input {
    border:0;
    color: #999;
    height: 50px;
    line-height: 30px;
    padding: 5px;
    max-width: 600px;
	border:2px solid #fe0000;padding:5px;
	position:relative;
	width:100%;
}

.middel-top .center form {
	display: inline-block;
	line-height: 30px;
	width:90%;
	margin:auto;
	position:relative;
}
.bordercolor form{border-color:#fe5858!important;transition:.5s;}
header.header-one {
	position: relative;
	z-index: 999;
}
.mainmenu li {
    border-right: 1px solid #ccc;
    width: 14.285%;
	position:relative;
	background-color:#ff0000;
}
.mainmenu a {
	font-size: 15px;
	line-height: 50px;
	color:#fff;
	font-weight:bold;
}
.mainmenu li:first-child {border-left: 1px solid #ccc;}
.mobile-menu-area{display:none;}
/* dropdown menu */
.mainmenu li > ul > li {
    border: 0 none;
    float: none;
    width: auto;
}
.mainmenu li > ul > li:first-child {
    border: 0 none;
}
.cartdrop,.mainmenu li > ul{
    position: absolute;
    top: 150%;
    transition: all 0.5s ease 0s;
    visibility: hidden;
    z-index: 99999;
    opacity: 0;
    background: #fff none repeat scroll 0 0;
}
.mainmenu li > ul.dropdown {
	left: 0;
	padding: 25px;
	text-align: left;
	width: 184px;
	box-shadow:0 3px 7px rgba(221, 221, 221, 0.8);
}
.mainmenu li > ul > li > a {
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 20px;
}
.mainmenu li > ul > li:last-child a {
    margin-bottom: 0;
}
.mainmenu li:hover ul ,.cart-itmes:hover .cartdrop{
    opacity: 1;
    top: 101%;
    visibility: visible;
}
/* maga menu */
.mainmenu ul.magamenu {
	padding: 40px;
	width: 777px;
	box-shadow:0 3px 7px rgba(221, 221, 221, 0.8);
}
.mainmenu ul.magamenu li {
    float: left;
    margin-left: 70px;
}
.mainmenu ul.magamenu li ul {
    background: transparent none repeat scroll 0 0;
    margin: 0;
    padding: 0;
    position: unset;
}
.mainmenu ul.magamenu li ul li {
    float: none;
    margin: 0;
    text-align: left;
}
.mainmenu ul.magamenu li ul li:first-child,.mainmenu ul.magamenu li:first-child {
    margin-left: 0;
}
.magamenu h5 {
    font-size: 13px;
    margin-bottom: 25px;
}
.mainmenu .magamenu li a {
    color: #999;
    margin-bottom: 15px;
    text-transform: capitalize;
}
.mainmenu .magamenu li a:hover ,.colect-text > h4 a:hover{
    color: #fe5858;
}
.mainmenu ul.magamenu > li:first-child a {margin-bottom: 0;}
/* sticky menu */
#sticky-menu.sticky,#sticky-menu-2.sticky-2{
	position: fixed;
	top: 0;
	z-index: 999;
	width: 100%;
	background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
	box-shadow: 0 0 5px 0 #000;
	transition: all 0.5s ease 0s;
}
#sticky-menu.sticky .mainmenu ul> li > a,#sticky-menu-2.sticky-2 .mainmenu ul> li > a{
	color:#fff;
}
#sticky-menu.sticky .mainmenu ul li ul li  a,#sticky-menu-2.sticky-2 .mainmenu  ul li ul li  a{
	color:inherit;
}
/* slider area */
.slider-wrapper{position:relative;}
.nivoSlider > img {max-width: 100%;}
.nivo-caption {
	background: transparent none repeat scroll 0 0;
	box-sizing: border-box;
	color: #fff;
	display: none;
	left: 0;
	opacity: 1;
	overflow: visible;
	top:50%;
}
.nivo-caption .slider-right {
	left: inherit;
	position: absolute;
	right: 20%;
	margin-top: -133px;
}
.right-width p {width: 80%;}
.nivo-caption p,.nivo-caption  {padding:0;}
.nivo-caption .slider-right {
  width: 620px;
}
.slide-text h3 {
	color: #333;
	font-size: 25px;
	font-weight: 400;
}
.slide-text h1 {
	color: #282828;
	font-size: 60px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 0;
}
.slide-text span {
	color: #666666;
	font-size: 20px;
	font-weight: 300;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.slide-text p.one-p {
	color: #666666;
	font-size: 13px;
	font-weight: 400;
}
.slider-btn {margin-top: 40px;}
.nivo-caption a {
	border: 1px solid #ccc;
	color: #666;
	display: inline-block !important;
	font-size: 14px;
	font-weight: 600;
	line-height: 40px;
	padding: 0 50px;
}
.nivo-caption a:hover {
	border-color: #fe5858 ;
	background: #fe5858 ;
	color:#fff;
}
/* collection section */
.collect-img h2 {
    background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
    color: #333;
    font-size: 26px;
    line-height: 50px;
    margin: -25px 0 0;
    position: absolute;
    text-align: center;
    text-transform: capitalize;
    top: 50%;
    width: 100%;
}
.collect-img {position: relative;}
.collect-img.margin{margin-top: 64px;}
.collect-one img {border: 10px solid #eee;}
.colect-text > h4 a {
	color: #444;
	font-size: 26px;
	font-weight: 700;
	text-transform: capitalize;
}
.colect-text h5 {
	color: #666;
	font-family: "Bree Serif",serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
}
.colect-text {margin-top: 50px;}
.colect-text > a {
    color: #fe5858;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    margin-top: 10px;
	padding-bottom:3px;
    position: relative;
    transition: all 0.3s ease 0s;
}
.colect-text > a::after {
    background: #fe5858 none repeat scroll 0 0;
    bottom: 0px;
    content: "";
    height: 1px;
    position: absolute;
    right: 0;
    width: 150px;
    z-index: 2;
}
.colect-text > a:hover::after {
    background: #444 none repeat scroll 0 0;
}
.colect-text > a:hover {color: #444;}

/* banner hover effect */
.banner a::before {
	background-color: rgba(255, 255, 255, 0.15);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transition: all 0.3s ease-out 0s;
	width: 100%;
	transform:scale(0);
}
.banner a::after {
	background-color: rgba(255, 255, 255, 0.15);
	bottom: 0;
	content: "";
	height: 0;
	position: absolute;
	right: 0;
	transition: all 0.3s ease-out 0s;
	width: 0;
}
.banner a {
	display:block;
	height: 100%;
	max-width: 100%;

	position: relative;
	width: 100%;
}
.banner:hover a::after, .banner:hover a::before {
	height: 100%;
	transition: all 0.4s ease-out 0s;
	width: 100%;
}
.banner:hover a::before {
	transform:scale(1);
	transition: all 0.4s ease-out 0s;
}
/* single products section */
.product-dsc > p a {
    color: #666;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
	font-family: "Bree Serif",serif;
}
.product-dsc > p a,.colect-text > p{margin-bottom: 10px;}
.single-product {
	background: #fff none repeat scroll 0 0;
	transition: all 0.4s ease 0s;
}
.single-product:hover {
    box-shadow: 0 0 5px 0 rgba(25, 25, 25, 0.3);
}
.product-dsc {padding: 25px 0;}
.product-dsc > span {
    color: #fe5858;
    font-size: 18px;
    font-weight: 700;
}
.pro-type {
    background: #fe5858 none repeat scroll 0 0;
    color: #fff;
    left: 10px;
    line-height: 22px;
    padding: 0 12px;
    position: absolute;
    text-transform: uppercase;
    top: 10px;
	border-radius:3px;
}
.pro-type.sell {background: #7fc8aa none repeat scroll 0 0;}
.product-img {position: relative;}
.actions-btn > a {
    background: #fff none repeat scroll 0 0;
    border-radius: 50%;
    color: #333333;
    display: inline-block;
    font-size: 18px;
    height: 35px;
    line-height: 35px;
    margin: 0 4px;
    width: 35px;
}
.actions-btn {
    left: 50%;
    margin-left: -63px;
    margin-top: -17.5px;
    position: absolute;
    top: 50%;
    opacity: 0;
    transform: scale(2);
    transition: all 0.4s ease 0s;
}
.actions-btn > a:hover {
    background: #fe5858 none repeat scroll 0 0;
    color: #fff;
}
.single-product:hover .actions-btn {
    opacity: 1;
    transform: scale(1);
}
.wrapper > button,.single-product:hover .actions-btn {
    transition: all 0.3s ease 0s;
}
/* load more */
.load-list{
	list-style: none;
	padding: 0;
	margin: 0;
}
.load-list li{
	position: relative;
	margin-bottom: 40px;
	float:none;
}
.load-list li:last-child  {margin-bottom: 0px;}
.wrapper > button,.wrapper-two button {
    background: #fff none repeat scroll 0 0;
    border: 0 none;
    color: #999;
    display: block;
    font-size: 14px;
    font-weight: 300;
    line-height: 50px;
    text-transform: uppercase;
    width: 100%;
}
/* coming product section */
.coming-product .padding {padding: 50px 0;}
.single-products.extra-padding-bottom{padding-bottom:140px;}
.single-products.extra-padding-top{padding-top:140px;}
.large-img {
    margin: -60px 0;
    padding: 10px;
}
.large-img,.tab-menu li a, .tab-menu li a:hover,.tab-menu li.active::after  {
    box-shadow: 0 0 5px rgba(25, 25, 25,.2);
}
.tab-menu li:first-child {
    margin-bottom: 27px;
}
.tab-menu li a, .tab-menu li a:hover {
	border: 0 none;
	border-radius: 0;
	box-shadow: 0 0 5px rgba(25, 25, 25, 0.2);
	display: block;
	padding: 10px;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  border-width: 0;
}
.nav-tabs {border-bottom: 0;}
.tab-menu li.active {position: relative;}
.tab-menu li.active::after {
	content: "";
	height: 0;
	margin-top: -6px;
	position: absolute;
	right: -50.8%;
	top: 50%;
	transform: rotate(45deg);
	width: 0;
	z-index: 666;
	border-left: 14px solid #fff;
	border-right: 14px solid transparent;
	border-bottom: 14px solid #fff;
	border-top: 14px solid transparent;
	box-shadow: -3px 3px 3px -4px ;
}
.single-coming {padding-left: 30px;}
.single-coming h4 {
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
	font-family: "Bree Serif",serif;
}
.single-coming span {
    color: #fe5858;
    font-size: 16px;
    font-weight: 700;
}
.single-coming span del {
    color: #ccc;
    font-size: 13px;
    font-weight: 400;
}
.single-coming p.come-p {
	padding-bottom: 30px;
	padding-top: 32px;
}
.single-coming .color-size li {
    clear: both;
    display: table;
    float: none;
}
.single-coming .color-size li span{
    float: left;
    display: block;
    width: 85px;
}
.single-coming ul li span {
    color: #666;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 12px;
    text-transform: uppercase;
}
.single-coming ul li strong {
    font-weight: 800;
    margin-right: 18px;
}
.single-coming ul li a {
    margin-left: -4px;
    padding-right: 16px;
    text-transform: capitalize;
}
.count-text li {
	border: 3px solid #ccc;
	font-size: 16px;
	font-weight: 600;
	height: 70px;
	margin-right: 10px;
	padding: 10px 0;
	text-align: center;
	text-transform: uppercase;
	width: 70px;
}
.count-text li:last-child,.single-coming .count-text li span{margin:0;}
.count-text {margin-top:24px;}
.single-coming .count-text li p ,.coming-product2 .count-text li p{
	font-weight: 600;
	font-size: 16px;
	margin-bottom:3px;
}
.single-coming .count-text li span,.coming-product2 .count-text li span{
	color: #fe5858 ;
	font-weight: 800;
	font-size: 16px;
}
/* tab-products section */
.product-tab {display: inline-block;}
.product-tab li a {
    color: #999;
    font-size: 30px;
    font-weight: 700;
    text-transform: capitalize;
}
.product-tab li a span {padding: 0 15px;}
.product-tab li.active a {color: #333;}
/* service section */
.service-text {padding: 40px 0;}
.service-text i {
    border-radius: 50%;
    font-size: 30px;
    height: 70px;
    line-height: 70px;
    margin-bottom: 30px;
    transition: all 0.3s ease 0s;
    width: 70px;
}
.service-text:hover i {
    background: #fe5858 none repeat scroll 0 0;
    color: #fff;
}
.service-text h4{
    color: #333;
    font-size: 20px;
	font-family: "Bree Serif",serif;
    font-weight: 400;
}
.service-text a:hover,.footer-menu a:hover i {
    color: #fe5858;
}
/* latest blog section */
.latest-blog .load-list li {float: left;}
.latest-blog.extra-padding{padding-bottom:120px;}
.s-blog-text {
    border-bottom: 1px solid #eee;
    padding: 10px;
}
.date-read > a {
    float: left;
    line-height: 50px;
    text-align: center;
    width: 30%;
}
.date-read > a:first-child {border-right: 1px solid #eee;}
.s-blog-text a {
    color: #333;
    font-size: 16px;
    font-weight: 400;
}
.s-blog-text span a {
    color: #999;
    font-size: 12px;
    text-transform: capitalize;
}
.s-blog-text > span {
    color: #999;
    display: inline-block;
    font-size: 12px;
    margin-bottom: 20px;
}
.s-blog-text > h4 {
    margin-bottom: 5px;
}
.s-blog-text > p {
 font-size:11px;
 }

.date-read ,.barnd-bg,.brand-logo,.newsletter input,.service-text i,.s-blog-text,.large-img,.tab-menu li a, .tab-menu li a:hover  {
    background: #fff none repeat scroll 0 0;
}
.s-blog-text span a:hover, .s-blog-text h4 a:hover {
    color: #fe5858;
}
.l-blog-text:hover {
    box-shadow: 0 0 5px rgba(25, 25, 25, 0.3);
}
.l-blog-text,.l-blog-text:hover  {
    transition: all 0.4s ease 0s;
}
/* quick view modal */
.main-view {
	background: #f2f2f2 none repeat scroll 0 0;
	padding: 30px;
	border-radius: 0;
}
.quick-view .modal-dialog {
  width: 100%;
  margin: 20px 0;
}
.quick-view .modal-footer {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #333;
	border-radius: 50%;
	cursor: pointer;
	height: 25px;
	padding: 0;
	position: absolute;
	right: -15px;
	text-align: center;
	top: -15px;
	width: 25px;
}
.quick-view .quick-thumb li {width: 22.75%;}
.modal.animated{animation-duration:.6s;}
/* footer section */
footer ,.latest-blog,.single-products,.service-text,.coming-product.coming-product2 {
    background: #f5f5f5 none repeat scroll 0 0;
}
.barnd-bg {
  margin: -40px 0;
  padding: 40px 100px;
  z-index: 2;
  position: relative;
}
.barnd-bg > a {
    text-align: center;
    width: 19.7%;
}
/* social media */
.social-media {
    background: rgba(0, 0, 0, 0) url("img/footer/bg2.jpg") no-repeat scroll 0 0;
    padding-top: 110px;
}
.social-icons {
    padding-right: 80px;
    text-align: right;
}
.social-icons a {
    background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
    border-radius: 50%;
    color: #fdfdfd;
    font-size: 30px;
    height: 50px;
    line-height: 50px;
    margin-left: 5px;
    text-align: center;
    width: 50px;
}
.newsletter input ,.footer-two .newsletter textarea,.custom-mess textarea {
    border: 0 none;
    color: #999;
    font-weight: 500;
    line-height: 40px;
    padding: 0 20px;
    width: 350px;
}
.newsletter input[type="submit"] {
    color: #666;
    font-weight: 400;
    margin-left: 7px;
    text-transform: uppercase;
    width: auto;
}
.newsletter form ,.social-icons a,.barnd-bg > a{
    display: inline-block;
}
.newsletter {
    padding: 5px 0;
    text-align: right;
}
.newsletter input[type="submit"],.social-icons a {
    transition: all 0.3s ease 0s;
}
.newsletter input[type="submit"]:hover,.social-icons a:hover ,.footer-two .social-icons a:hover,.error-content > a:hover,.list-btn > a:hover,.submit-text > button:hover,.submit-text a:hover,.products-two .wrapper button:hover {
    background: #fe5858 none repeat scroll 0 0;
    color: #fff;
}
/* footer top */
.footer-top {
  background: rgba(0, 0, 0, 0) url("img/footer/bg.jpg") no-repeat scroll center center / cover ;
}
.footer-title > h4 {
    color: #333;
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 40px;
}
.footer-text i {
    background: #666 none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    float: left;
    font-size: 18px;
    height: 30px;
    line-height: 30px;
    margin-right: 15px;
    margin-top: 5px;
    text-align: center;
    width: 30px;
}
.footer-text li {
    float: none;
    margin-bottom: 20px;
}
.footer-text li p {overflow: hidden;}
.footer-menu a {text-transform: capitalize;}
.footer-menu li {
    float: none;
    margin-bottom: 10px;
}
.footer-menu li:last-child, .footer-text li:last-child , .s-side-text:last-child {
    margin-bottom: 0;
}
.footer-menu a i {
    color: #999;
    font-size: 15px;
    margin-right: 8px;
    position: relative;
    top: 1px;
}
.instagram li {
    padding-bottom: 10px;
    padding-right: 10px;
}
.instagram {margin-right: -17px;}
.instagram a,.footer-menu a  {display: block;}
.single-list-view,.instagram a{transition: all 0.3s ease 0s;}
.instagram a:hover {
    box-shadow: 0 3px 5px rgba(25, 25, 25, 0.6);
}
/* footer bottom */
.footer-bottom {padding: 18px 0;}
.footer-bottom p {padding: 2px 0;text-align:center;}
/*-------------------------------------
[ 3. home version two ]
---------------------------------------*/
.header-top-two .middel-top .right a ,.header-top-two .middel-top .left p{
  line-height: 50px;
}
.header-top-two,.footer-bottom {background: #eee none repeat scroll 0 0;}
.header-two  .logo, .header-two  .cart-itmes, .header-two  .mainmenu a{line-height:120px;}
.header-two  .mainmenu li > ul > li > a{line-height:1;}
.header-two .mainmenu li:first-child,.header-two .mainmenu li{border:0;}
.header-top-two .middel-top {
  border: 0 none;
}
.header-two .cart-itmes a.cart-itme-a i {
	font-size: 16px;
	margin-top: -44px;
	background: #fe5858;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	line-height: 30px;
	color: #fff;
}
.header-two .middel-top .left, .header-two .middel-top .right {
  width: auto;
}
.right.floatright > form {float: left;}
.right.floatright button {
	background: transparent none repeat scroll 0 0;
	border: 0 none;
	color: #666;
	float: right;
	font-size: 16px;
	margin-left: -4px;
	padding: 3px 25px;
}
.right.floatright input {
	background: #fff none repeat scroll 0 0;
	border: 0px solid #999;
	float: right;
	height: 26px;
	padding: 0px;
	width: 0px;
	transition:.5s;
}
.header-top-two .right.widthfull input{
	width:300px;
	padding-left: 10px;
}
.right.floatright input, .right.floatright button {line-height: 20px;}
.header-top-two .middel-top .right li > a {line-height: 1;}
.header-top-two .middel-top .left p {line-height: 50px;}
.header-top-two .middel-top .right > li > a {
	border-left: 1px solid #ccc;
	padding: 0px 25px;
	width: auto;
	margin: 3px 0;
	float:left;
}
.header-top-two .middel-top .right li :last-child a{padding-right: 0;}
.header-top-two .middel-top .right a i {
	border-right: 0 none;
	line-height: 20px;
	width: 100%;
}
.header-top-two .right.floatright {padding: 12px 0;}
.middel-top ul.right li ul li a {display: block;}
.header-one .header-top-two .right li {float: left;}
.header-one .header-top-two .right li ul li ,.middel-top ul.right li ul li,.middel-top ul.right li ul li a{
  float: none;
}
/* slider two*/
.main-slider-two  .nivo-caption .slider-right {
  width: 470px;
}
.main-slider-two .slide-text h3 {
	color: #666;
	font-weight: 700;
	margin-bottom: 0;
}
.main-slider-two .slide-text h1 {
	color: #fe5858;
	font-weight: 900;
}
.main-slider-two .nivo-caption a {
	background: #fe5858 none repeat scroll 0 0;
	border: 1px solid transparent;
	color: #fff;
	font-weight: 700;
	padding: 0 30px;
}
.main-slider-two .nivo-caption a:hover{
	color:#666;
	background:#fff;
}
.main-slider-two .nivo-caption .slider-right {
	margin-top: -215px;
	right: 17%;
}
.main-slider-two .nivo-caption .slider-right.two-caption-text {
	margin-top: -140px;
	right: 20%;
	width: 650px;
}
.collection-area2{background: #f5f5f5 none repeat scroll 0 0;}
.collection-area2 .single-colect img {border: 10px solid #fff;}
/* products two */
.single-products.products-two, .single-member .member-img{
    background: #fff none repeat scroll 0 0;
}
.products-two .product-dsc,.products-two .wrapper button,.products-two .product-img  {
    background: #f2f2f2 none repeat scroll 0 0;
}
.coming-product2 .large-img {
  position: relative;
}
.coming-product2 .count-text {
	bottom: 30px;
	left: 50%;
	margin-left: -155px;
	position: absolute;
	width: 100%;
}
.coming-product2 .count-text li {
	background: rgba(255,255,255,.9);
	border-color:#fff;
}
.coming-product2 .single-coming p.come-p {
  padding-bottom: 35px;
  padding-top: 40px;
}
.coming-product2 .single-coming h4{margin-top:30px;}
/* footer-two  */
.footer-two .barnd-bg {
	margin: 0;
	padding: 40px 0;
}
.footer-two .social-media {background: url(img/footer/bg3.jpg)no-repeat ;padding-top:80px;}
.newsletter h3 {
	color: #333;
	font-size: 25px;
	font-weight: 800;
	margin-bottom: 20px;
}
.footer-two .newsletter {
	padding: 0px;
	text-align: left;
}
.footer-two .newsletter input[type="text"], .footer-two .newsletter textarea {
	margin-bottom: 10px;
	width: 100%;
}
.footer-two .newsletter input[type="submit"] {
  margin-left: 0px;
}
.footer-two .newsletter form {display: block;}
.footer-two .newsletter2{padding-right:70px;}
.footer-two .social-icons {
	padding-right: 0;
	text-align: left;
	margin-top: 50px;
}
.footer-two .social-icons a {
	background: #fff;
	border-radius: 6px;
	color: #666666;
	font-size: 18px;
	height: 35px;
	line-height: 35px;
	margin-left: 5px;
	width: 35px;
}
.footer-two .footer-top,.pages  {background: #F5F5F5;}
/* pages title */
.pages-title {background: rgba(0, 0, 0, 0) url("img/page-bg.png") repeat scroll 0 0;}
.pages-title ul.text-left {
    position: relative;
    top: 50px;
}
.pages-title-text h2 {
    margin: 0;
	color:#333;
	font-size:32px;
	margin-bottom:-20px;
}
.pages-title li {
	font-weight: 600;
	text-transform: uppercase;
}
.pages-title ul span {padding: 0 10px;}
header.header-one.header-page {box-shadow: 0 2px 7px rgba(25, 25, 25, 0.2);}
/*-------------------------------------
[ 4. about page ]
---------------------------------------*/
.about-author > h4,.list-text > h3 ,.member-title > h4{
    color: #333;
}
.about-author > h4 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 40px;
}
.about-text > p {margin-top: 25px;}
.share-member {padding: 20px 0;}
.member-title > h4 {
	font-family: "Bree Serif",serif;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
}
.member-btn > a {
    font-size: 16px;
    padding: 0 5px;
}
.member-btn > a:hover {color: #fe5858;}
.single-member {
	position: relative;
	transition: all 0.5s ease 0s;
}
.share-member {
	margin-top: -45px;
	opacity: 0;
	position: absolute;
	top: 100%;
	transition: all 0.3s ease 0s;
	width: 100%;
}
.single-member:hover .share-member {
    opacity: 1;
    top: 50%;
}
.single-member:hover {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    transform: scale(1.1);
}
/*-------------------------------------
[ 5. blog page ]
---------------------------------------*/
.blog-row li,.products-page .col-xs-12 .single-product{margin-bottom:30px;}
.pagnation-ul {
    margin-top: 10px;
    text-align: center;
}
.pagnation-ul a {
    font-size: 14px;
    line-height: 50px;
    padding: 0 5px;
}
.pagnation-ul a i {
    font-size: 25px;
    position: relative;
    top: 4px;
}
.pagnation-ul ul {
    display: inline-block;
    margin-bottom: -5px;
}
.pagnation-ul a:hover,.normal-a > a:hover,.product-dsc p a:hover,.share-tag a:hover,.author-des > span a:hover,.author-des > h4 a:hover,.sidebar-title h5 a:hover {
    color: #fe5858;
}
/*-------------------------------------
[ 6. pages ]
---------------------------------------*/
/*--------------------------
[ 6.1 single blog page ]
---------------------------*/
.single-blog-page,.main-padding,.pagnation-ul,.s-side-text ,.error-content button ,.error-content input,.error-content > a,.share-member {background:#fff;}
.padding30{padding:30px;}
.single-blog-area .post-title > h3 {
	color: #333;
	font-size:22px;
	font-family:Bree Serif;
	font-weight:400;
}
.single-blog-page .post-title li, .post-title li a,.share-tag a ,.author-des > span,.recent-post h5, .recent-post span ,.error-content button ,.error-content input,.error-content > h5,.pages-title li ,.right.floatright input,.member-btn > a,.pagnation-ul a{
    color: #999;
}
.single-blog-page .post-title li, .post-title li a ,.author-des > span a{
    text-transform: capitalize;
}
.single-blog-page .post-title li span {padding: 0 10px;}
.single-blog-page .blog-text > p {padding: 30px 0;}
.italic p {
    background: #eee none repeat scroll 0 0;
    padding: 20px 30px;
	border-left:3px solid #fe5858;
}
.share-tag h5 {
	font-size: 13px;
	margin: 0;
	padding: 3px 0;
	font-weight: 500;
	color: #555;
}
.share-tag a {margin-left: 13px;}
.author-des > h4 a{
	display: inline-block;
	font-size: 13px;
	margin-bottom:0;
	font-weight: 800;
	color: #333;
	margin-bottom:0;
}
.author-des > span {
	display: block;
	margin-bottom: 20px;
}
.author-des > span a{
	color: #666;
	font-weight: 700;
}
.about-author > h4,.leave-comment h4 {
	color: #333;
	font-size: 20px;
	margin-bottom: 30px;
}
.about-author.comments {
	padding-bottom: 30px;
	padding-top: 60px;
}
.about-author.reply {
	border-bottom: 1px solid #eeeeee;
	border-top: 1px solid #eeeeee;
	padding: 30px 0 30px 50px;
	margin-bottom:30px;
}
.autohr-text > img {
    float: left;
    margin-right: 20px;
}
.leave-comment{margin-top:60px;}
.single-blog-area .single-blog {border-bottom: 1px solid #eee;}
.input-text > input, .input-text > textarea {
	border: 1px solid #ccc;
	line-height: 35px;
	margin-bottom: 15px;
	padding: 0 20px;
	width: 100%;
	color: #999;
}
.submit-text > button, .submit-text a {
	background: #333 none repeat scroll 0 0;
	border: 0 none;
	color: #fff;
	display: inline-block;
	line-height: 35px;
	padding: 0 30px;
	text-transform: uppercase;
	transition: all 0.3s ease 0s;
}
/* single blog sidebar */
.recent-post a img {
    float: left;
    margin-right: 15px;
    padding-left: 10px;
	width:120px;
	height:auto;
}
.recent-post li {
    border-bottom: 1px solid #dcdcdc;
    float: none;
    padding: 15px 0;
}
.recent-post h5 {
	font-family: 'Lato', sans-serif;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 5px;
}
.recent-post h5, .recent-post span,.author-des > p ,.recent-post li{
    overflow: hidden;
}
.recent-post span {
	font-size:11px;
}
/*---------------------------
[ 6.2 product grid view ]
---------------------------*/
.grid-content .ratting i {
	float: none;
	margin: 0 0 10px;
	padding: 0;
}
.sidebar-title {
    border-bottom: 1px solid #dcdcdc;
    padding: 20px 30px;
}
.normal-a > a,.medium-a ,.range-slider{padding:0 30px;}
.normal-a > a:last-child,.categories .panel:last-child .medium-a ,.recent-post li:last-child{border:0;}
.sidebar-title h4, .sidebar-title h5 {
    margin: 0;
}
.sidebar-title h4 {
    font-size: 16px;
    font-weight: 800;
}
.sidebar-title h5 a{
    color: #999;
    font-weight: 600;
}
.medium-a {
    border-bottom: 1px solid #eeecec;
    cursor: pointer;
    font-weight: 500;
    line-height: 40px;
    text-transform: uppercase;
	font-size:12px;
}
.normal-a > a {
    border-bottom: 1px solid #eeecec;
    clear: both;
    color: #afafaf;
    display: inline-table;
    line-height: 30px;
    padding-left: 40px;
    text-transform: capitalize;
    width: 100%;
}
.categories .panel {
	width: 100%;
	position:relative;
}
.categories .medium-a:after {
	color: #999;
	/*content: "+";*/
	font-size: 20px;
	position: absolute;
	right: 30px;
	top: 0;
}
.sidebar .categories [aria-expanded="true"] .medium-a:after {
	content:"-";
}
.sidebar .categories [data-target="#collapse1"] .medium-a:after {
	content:"-";
}
.sidebar .categories [aria-expanded="false"] .medium-a:after {
	content:"+"!important;
}
.panel-group .panel {
	border-radius: 0px;
	box-shadow: none;
}
.panel-group,.related-post li {
  margin-bottom: 0;
}
.s-side-text,.single-list-view {
  margin-bottom: 30px;
}
.ui-slider-range {background: #fe5858 none repeat scroll 0 0;}
.ui-slider-horizontal {
	border-radius: 0;
	box-shadow: none;
	background: #dcdcdc none repeat scroll 0 0;
	height: 3px;
	clear:both;
	border: medium none;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	background: #fff none repeat scroll 0 0;
	border: 2px solid #fe5858;
	border-radius: 100%;
	cursor: ew-resize;
	height: 12px;
	top: -4px;
	transition: none 0s ease 0s ;
	width: 12px;
	z-index: 2;
}
.range-slider span ,.size-select a {float: left;}
.range-slider{padding-bottom:30px;}
.range-slider input {
    margin-left: 2px;
    width: 50%;
}
.range-slider label {margin: 20px 0 15px;}
.range-slider label,.range-slider span  {
	color:#afafaf;
	font-weight:400;
}
.range-slider.text-bg label, .range-slider.text-bg input.submit {
    margin-bottom: 10px;
}
.size-select a {
    border-right: 1px solid #eeecec;
    font-weight: 500;
    line-height: 40px;
    text-align: center;
    width: 20%;
}
.brands-select li:last-child,.brands-select li a:last-child ,.size-select a:last-child,.range-slider input#amount,.panel-group .panel {
    border: 0 none;
}
.size-select a:hover,table tbody i.mdi-close:hover {
    background: #fe5858 none repeat scroll 0 0;
    border-color: transparent;
    color: #fff;
}
.color-select {padding: 20px 30px;}
.color-select span {
    display: block;
    float: left;
    height: 19px;
    margin-right: 11.58px;
    width: 19px;
	cursor:pointer;
}
.color-select span:nth-child(1) {background: #ffa07a none repeat scroll 0 0;}
.color-select span:nth-child(2) {background: #00eeee none repeat scroll 0 0;}
.color-select span:nth-child(3) {background: #ff7f24 none repeat scroll 0 0;}
.color-select span:nth-child(4) {background: #fe5858 none repeat scroll 0 0;}
.color-select span:nth-child(5) {background: #e9967a none repeat scroll 0 0;}
.color-select span:nth-child(6) {background: #00b2ee none repeat scroll 0 0;}
.color-select span:nth-child(7) {background: #1874cd none repeat scroll 0 0;}
.color-select span.outline {
    outline: 1px solid #fe5858;
    outline-offset: 2px;
}
.color-select span:last-child {
    margin-right: 0;
}
.brands-select li {
    border-right: 1px solid #eeecec;
    float: left;
    width: 50%;
}
.brands-select li a {
    border-bottom: 1px solid #eeecec;
    color: #afafaf;
    display: block;
    font-weight: 400;
    line-height: 30px;
    padding-left: 30px;
    text-align: left;
    text-transform: capitalize;
}
.brands-select li a:hover {color: #fe5858;}
.banner-text > h2 {
    background: #fe5858 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 30px;
    margin: 0;
    padding: 0 10px;
}
.s-side-text .banner a {
    border: 10px solid #fff;
    position: relative;
}
.banner-text {
    bottom: 70px;
    position: absolute;
}
.banner-text .banner-brand {
    margin-top: 5px;
    margin-left: 10px;
}
/*----------------------------
[ 6.3 product list view ]
-----------------------------*/
.right-products .section-title {
    background: #fff none repeat scroll 0 0;
    padding: 0 20px;
}
.sort-by ,.pages table tbody tr td,.list-btn > a{font-weight: 700;}
.sort-by ,.nav-view > li > a{line-height: 50px;}
.nav-view li  a:hover,.items-dsc h5 a {color: #666;}
.nav-view > li > a {
	font-size: 25px;
	margin-right: 15px;
}
.single-list-view:hover{box-shadow:0 0 10px rgba( 0, 0, 0,.2)}
.list-text {
    background: #fff none repeat scroll 0 0;
    padding: 30px;
}
.list-text > h3 {
    font-family: 'Bree Serif', serif;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 2px;
}
.list-text > span {font-style: italic;}
.ratting i {
	float: left;
	font-size:16px;
	padding: 2px .2px;
}
.ratting i,.list-text > h5,.items-dsc h5 a:hover ,.login-page a.forget:hover{color: #fe5858;}
.ratting p {
	float: right;
	margin-left: 10px;
}
.list-text > h5 {
    font-size: 20px;
    margin: 25px 0 35px;
}
.list-text > p {margin-bottom: 40px;}
.list-text > h5 del {
    font-size: 16px;
    font-weight: 400;
    margin-right: 15px;
}
.list-btn > a {
	background: #ccc none repeat scroll 0 0;
	display: inline-block;
	font-size: 14px;
	line-height: 35px;
	padding: 0 30px;
	margin-right: 7px;
}
/*-------------------------------------
[ 6.4 Wishlist ]
---------------------------------------*/
table {width: 100%;}
table thead tr th,.order-complete table thead tr td {
	line-height: 40px;
	text-align: center;
	text-transform: uppercase;
}
.items-dsc h5 a {
	font-family: 'Bree Serif', serif;
	font-size: 14px;
	font-weight: 400;
}
.items-dsc > p ,table tbody .plus-minus a {font-weight: 500;}
.items-dsc > p,.list-text > h5 del,.single-contact i,.reviews-tab a,.size-drop .btn.dropdown-toggle,.size-drop .dropdown-menu > li > a ,.size-drop .btn,.custom-input input ,.main-input .custom-select select ,.list-text > span ,.nav-view > li > a,.sort-by{
    color: #999;
}
.pages table tbody tr td {
    border-bottom: 2px solid #f5f5f5;
    font-size: 13px;
    padding: 30px 0;
}
.pages.wishlist-page table tbody tr:last-child td,.pages.cart-page table tbody tr:last-child td{border:0;}
table thead tr th,table td .submit-text > a,table tbody i.mdi-close,table tbody .plus-minus a, table tbody .plus-minus input,.custom-input input,.order-complete table thead tr td,.checkout table thead tr td{
  background: #f5f5f5 none repeat scroll 0 0;
}
table td .submit-text > a {
	line-height: 30px;
	padding: 0 20px;
}
table tbody i.mdi-close {
	color: #666;
	cursor: pointer;
	font-size: 16px;
	height: 30px;
	line-height: 30px;
	width: 30px;
	transition:.3s;
}
tbody .td-img > a {
	display: inline-block;
	float: left;
	margin-right: 30px;
	width:83px;
}
.items-dsc {padding: 20px 0;}
.pages.wishlist-page table tbody tr td:first-child,.pages.cart-page table tbody tr td:first-child {
	padding-left:0
}
/*-------------------------------------
[ 6.5 cart ]
---------------------------------------*/
.pages.cart-page table tbody tr td,.pages.cart-page table tbody tr td:nth-child(4) strong{font-weight:800;}
.cart-form-text p {margin-bottom: 20px;}
table tbody .plus-minus a, table tbody .plus-minus input {
	border: 0 none;
	display: inline-block;
	font-weight: 600;
	height: 31px;
	line-height: 28px;
	text-align: center;
}
table tbody .plus-minus input {
	margin-left: 3px;
	margin-right: 3px;
	padding: 0;
	width: 60px;
}
table tbody .plus-minus a {
	cursor: pointer;
	font-size: 18px;
	width: 30px;
}
.cart-form-text .submit-text,.cart-page .margin-top,.checkout .margin-top {margin-top: 30px;}
.custom-input input {
	border: 0 none;
	line-height: 40px;
	padding: 0 20px;
	width: 100%;
}
.custom-input.post-state {padding-top: 92px;}
.pages .cart-form-text table tbody tr th, .pages .cart-form-text table tbody tr td,.cart-form-text tfoot tr th, .cart-form-text tfoot tr td {
	font-weight: 600;
}
.cart-form-text tbody tr {
  border-bottom: 1px solid #f2f2f2;
}
.cart-form-text tbody tr:last-child {border-color: #ccc;}
.pay-details {margin: -15px 0 -30px;}
.pages .cart-form-text table tbody tr td ,.cart-form-text tfoot tr td{
    text-align: right;
}
.pages .cart-form-text table tbody tr th, .pages .cart-form-text table tbody tr td,.pages .cart-form-text table tfoot tr th, .pages .cart-form-text table tfoot tr td {
  padding: 14px 30px;
}
.cart-form-text tfoot tr td,.cart-form-text tfoot tr th {
	color: #fe5858;
	font-weight: 600;
	border:0;
}
/*-------------------------------------
[ 6.6 checkout page ]
---------------------------------------*/
.main-input .custom-mess > textarea ,.main-input .custom-select select,.checkout .medium-a{
	background: #f5f5f5 none repeat scroll 0 0;
	width: 100%;
}
.main-input .custom-input input,.custom-select select,.checkout .panel-group li{margin-bottom:15px;}
select {}
.custom-select {position: relative;}
.main-input .custom-select select {
	border: 0 none;
	border-radius: 0;
	padding: 0 20px;
	width: 100%;
	box-shadow: none;
	height: 40px;
	line-height: 40px;
}
.qtybutton,.main-input .custom-select select{cursor:pointer;}
.custom-select::after,.checkout .categories .medium-a::after {
	background: rgba(0, 0, 0, 0) url("img/drop-down.png") no-repeat scroll 0 0;
	margin-top: -3px;
	pointer-events: none;
	position: absolute;
	right: -5px;
	top: 50%;
}
.pages .custom-select option {
	border:1px solid #f5f5f5;
	padding:5px 20px;
}
.checkout .categories .medium-a::after,.custom-select::after {
	width:30px;
	height:30px;
	content:"";
}
.checkout .categories .medium-a::after {
	background:url('img/drop-down.png') no-repeat;
}
.checkout .categories [data-target="#collapse1"] .medium-a::after{
	background:url('img/drop-up.png') no-repeat;
	top:16%;
}
.checkout .categories [data-target="#collapse1"][aria-expanded="false"] .medium-a::after{
	top:50%!important;
}
.checkout .categories [aria-expanded="true"] .medium-a::after{
	background:url('img/drop-up.png') no-repeat;
	top:16%;
}
.checkout .categories [aria-expanded="false"] .medium-a::after{
	background:url('img/drop-down.png') no-repeat!important;
}
.checkout .medium-a {
	border: 0 none;
	font-weight: 600;
}
.checkout .normal-a p{padding:30px 30px 15px 30px;}
.checkout .categories .submit-text{margin-top:15px;}
/*-------------------------------------
[ 6.7 login page ]
---------------------------------------*/
.login-page .first-child > input {
	float: left;
	margin-bottom: 0 !important;
	margin-right: 15px;
	width: auto;
}
.login-page .first-child{margin:0;}
.pages .login-text {
    border: 3px solid #f5f5f5;
    padding: 40px;
}
.login-page .custom-input > p {margin-bottom: 20px;}
.login-page .submit-text {margin-top: 25px;}
.login-page a.forget {
    color: #999;
    margin: 5px 0;
    text-transform: capitalize;
}
/*-------------------------------------
[ 6.8 My account ]
---------------------------------------*/
.my-account-page .panel .account-title label {
	cursor: pointer;
	display: block;
	margin: 0;
	padding: 5px 10px;
	border: 1px solid #ccc;
	text-transform: uppercase;
}
.my-account-page .bulling-title h5 {
	border-bottom: 1px solid #f5f5f5;
	padding: 10px 0;
}
.my-account-page .panel .single-log-info {
	border-top:0;
	padding: 10px;
}
.my-account-page .prayment-dsc span,.my-right-side a{
	background: #fe5858  none repeat scroll 0 0;
	border-radius: 5px;
	color: #fff;
	display: block;
	font-size: 17px;
	margin-top: 10px;
	padding: 10px;
}
.my-account-page .prament-area .submit-text {padding: 0 0 10px;}
.my-account-page .red-color {color:#f13340;}
.my-account-page .single-log-info .input-text textarea {height:auto;}
.my-account-page .prayment-dsc,.blog-style .l-blog-text .banner a img {
  width: 100%;
}
.my-account-page .account-title.collapse label{color:#fe5858;}
.my-account-page select {width: 100%;}
.my-account-page .sing-checkbox label:first-child,.my-account-page .panel-group {margin-bottom: 0;}
.my-account-page .social-label {display: block;}
.my-account-page .mr-mrs label input {margin-right: 2px;}
.my-account-page .custom-input input, .my-account-page .custom-input textarea {
    margin-bottom: 10px;
}
.my-account-page li.panel {
    display: block;
    float: none;
}
.sing-checkbox input {
    margin-right: 5px;
    width: auto;
}
.sing-checkbox > label {font-size: 12px;}
.sing-checkbox > label:first-child {margin-right: 15px;}
/*-------------------------------------
[ 6.9 Order complete ]
---------------------------------------*/
.pages .pay-details table tbody tr td{border-bottom:0;}
.order-complete .pay-details ,.checkout .pay-details {
    margin: 0 0 -15px;
}
.order-complete table thead tr th,.checkout table thead tr th {
    padding-left: 30px;
    text-align: left;
}
.order-complete table thead tr td ,.checkout table thead tr td {
    padding-right: 30px;
    text-align: right;
}
.complete-title > p {
	font-size: 16px;
	font-weight: 600;
	line-height: 60px;
	margin-bottom: 40px;
}
.complete-title > p,.log-title > h3,.reviews-tab li.active a,.checkout .medium-a  ,.pages.cart-page table tbody tr td:nth-child(4) strong,table thead tr th,.order-complete table thead tr td,table td .submit-text > a {
	color: #333;
}
.order-no ul li {
	float: left;
	font-size: 16px;
	font-weight: 600;
	margin: 0 10px;
	padding: 40px 0;
	text-transform: uppercase;
	width: 23.24%;
}
.order-no span {
	display: block;
	font-size: 13px;
	margin-top: 12px;
}
.order-no{padding-bottom:60px;}
.padding60{padding:60px;}
.padding60,.order-no ul li,.complete-title > p,.pages .custom-select option,.input-mail > input, .product-details .custom-mess textarea,.contact-details  {background:#fff;}
.log-title > h3 {
    font-size: 20px;
    font-weight: 800;
}
.order-address,.log-title > h3 {margin-bottom: 30px;}
.order-address:last-child {margin-bottom: 0px;}
.order-address p span ,.order-details .por-dse span {text-transform: uppercase;}
.order-details .por-dse li {
	color: #666;
	float: none;
	font-weight: 600;
	margin-bottom: 7px;
}
.order-details .por-dse span {
	display: inline-block;
	width: 80px;
}
/*-------------------------------------
[ 6.10 single products page ]
---------------------------------------*/
.product-details .margin-top {margin-top: 30px;}
.product-details .list-text {padding: 50px;}
.product-details .list-text > h5 del {font-size: 18px;}
.product-details .list-text > h5,.product-details .list-text > h3 {
  font-size: 25px;
}
.s-shoose h5 {
	float: left;
	font-size: 13px;
	width: 65px;
	margin: 0;
}
.all-choose .color-select,.size-drop .dropdown-menu {padding: 0;}
.all-choose .color-select span {
	height: 15px;
	margin-right: 9px;
	width: 15px;
}
.s-shoose {
    margin-bottom: 17px;
    padding: 3px 0;
}
.product-details .plus-minus-box {
	border: 0 none;
	position: relative;
	text-align: center;
	top: -3px;
	width: 40px;
}
.product-details .plus-minus {
    overflow: hidden;
    text-align: center;
    width: 90px;
}
.product-details .dec.qtybutton {
    font-size: 24px;
    line-height: 25px;
}
.product-details .inc.qtybutton {font-size: 20px;}
.product-details.qtybutton {cursor: pointer;}
.product-details .list-btn {margin: 40px 0;}
.size-drop .btn {
	background: transparent none repeat scroll 0 0;
	border-radius: 0;
	font-size: 13px;
	line-height: 25px;
	margin-bottom: 0;
	margin-right: 5px;
	padding: 0 10px;
	font-weight:700;
	width: 60px;
}
.size-drop .dropdown-menu {
	border-radius: 0;
	font-size: 13px;
	margin: -1px 0;
	min-width: 90px;
}
.size-drop .dropdown-menu ,.size-drop .btn,.product-details .plus-minus ,.size-drop .btn.dropdown-toggle{
	border: 1px solid #ccc;
}
.size-drop .dropdown-menu > li > a {padding: 2px 10px;}
.size-drop .dropdown-menu > li {float: none;}
.size-drop .btn.dropdown-toggle {
	font-size: 20px;
	height: 27px;
	line-height: 27px;
	padding: 0 !important;
	width: 27px;
}
.btn-group.open .dropdown-toggle ,.size-drop .dropdown-menu {
  box-shadow:none;
}
.single-quick-image {margin-bottom: 20px;}
.quick-thumb li {
    margin-right: 10px;
    width: 22.92%;
}
.quick-thumb li:last-child {margin: 0;}
.quick-thumb li.active {
    box-shadow: 1px 0 4px rgba(0, 0, 0, 0.25);
}
/* reviews tab */
.reviews-tab a {
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 7px;
    text-transform: capitalize;
}
.reviews-tab > li {margin-right: 60px;}
.reviews-tab {margin-bottom: 40px;}
.reviews-tab li.active a {
    border-bottom: 2px solid #fe5858;
}
.info-reviews .author-des > span {margin-bottom: 10px;}
.info-reviews hr {margin: 30px 0;}
.your-rating {margin-top: 60px;}
.your-rating .rating {margin-bottom: 30px;}
.your-rating .rating li span {padding: 0 10px;}
.input-mail > input, .product-details .custom-mess textarea {
    border: 1px solid #ccc;
    margin-bottom: 15px;
	line-height:35px;
}
.product-details .custom-mess textarea ,#googleMap{width: 100%;}
/*-------------------------------------
[ 7. Contact page ]
---------------------------------------*/
.googleMap-info,.contact-details{position:relative;}
#googleMap{height:480px;}
.map-info {
	left: 50%;
	margin-left: -42px;
	position: absolute;
	top: 38%;
}
.map-info strong {
	text-transform: uppercase;
	display: block;
	font-weight: 800;
	color: #fe5858;
	font-size: 16px;
}
.contact-details {
    margin-bottom: -80px;
    padding: 60px 0;
    top: -80px;
}
.single-contact i {
    border: 2px solid #ccc;
    font-size: 40px;
    height: 70px;
    line-height: 70px;
    margin-bottom: 30px;
    width: 70px;
}
.single-contact > p {font-size: 14px;}
/*-------------------------------------
[ 8. 404 page ]
---------------------------------------*/
.error-content > img {margin-bottom: 60px;}
.error-content > h4 {font-size: 20px;}
.error-content > p {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 40px;
}
.error-content > form {
    margin: 0 auto;
    width: 400px;
}
.error-content > h5 {
    font-size: 16px;
    margin: 40px 0;
}
.error-content > a {
    color: #333;
    display: inline-block;
    font-weight: 700;
    line-height: 40px;
    padding: 0 40px;
}
.error-content input {
	height: 40px;
	padding: 5px 20px;
	width: 91%;
	font-weight:700;
}
.error-content button ,.error-content input {
    border: 0 none;
    line-height: 40px;
}
.error-content button {
    margin-left: -4px;
    padding: 0 10px;
	font-size:16px;
}
/*====================================================================
							[ END ]
======================================================================*/
dl{margin-bottom:0;}
.header-one{max-width:1204px;margin:auto;}
.col-sm-8{width:100%;padding-left:0;padding-right:0;}
.container-fluid{padding-left:0;padding-right:0;}
.row{margin-left:0;margin-right:0;}
.sub_warp{max-width:1000px !important;margin:auto;}
.sz_title{margin-top:30px;float:left;width:100%;color:#fff;padding:15px;background:#fe0000;}
.main_left_banner{position:fixed;top:80px;left:250px;}
.main_left_banner dl dd{width:80px;border:1px solid #ccc;margin-bottom:10px;}
.main_right_banner{position:fixed;top:80px;right:250px;}
.main_right_banner dl dd{width:80px;border:1px solid #ccc;margin-bottom:10px;}
.header-one .top_menu{text-align:right;padding:10px 0;}
.header-one .top_menu a{margin:0 5px;}
.sz_title h1{font-size:16px;margin-bottom:0;}
/*=======================메인==============================*/
.contents{max-width:1194px;margin:auto;margin-top:20px;}
#main_visuall{max-width:1157px;margin:auto;}
#main_visuall .map{float:left;width:217px;}
#main_visuall .photo{float:left;position:relative;width:720px;}
#main_visuall .photo .list ul{position:absolute;right:10px;bottom:10px;}
#main_visuall .photo .list ul li{width:15px;border-radius:100%;background:#dadada;height:15px;margin-left:5px;}
#main_visuall .photo .list ul .open{background:#fe0000;}
#main_visuall .banner_list{border-top:1px solid #ccc;border-right:1px solid #ccc;margin-left:937px;}
#main_visuall .banner_list dl dd{border-bottom:1px solid #ccc;padding:12px 11px;background:#fff;}
.main_event_banner {margin-top:24px;}
.main_left_con{width:799px;float:left;margin-right:15px;margin-top:16px;}
.main_right_con{width:343px;float:right;}
.footer-two{float:left;width:100%;margin-top:30px;}
#restaurant .conten{border-top:2px solid #000;border-bottom:2px solid #a8a5a5;padding:10px 0;}
#restaurant .conten .left_tap{float:left;width:158px;text-align:center;margin:0 10px;}
#restaurant .conten .left_tap dl dd a{padding:10px 0;display:block;font-size:14px;font-weight:600;border-bottom:1px solid #ededed;}
#restaurant .conten .left_tap dl dd .on{color:#ff0506;}
#restaurant .conten .text_con{width:280px;float:left;margin-right:15px;position:relative;height:200px;}
#restaurant .conten .text_con .icon{background: url("/img/main/icon_1.jpg") no-repeat;width:84px;height:48px;margin-top:10px;}
#restaurant .conten .text_con h2{padding:10px 0;color:#ff0202;}
#restaurant .conten .text_con p{font-size:16px;color:#333;font-weight:600;margin-bottom:5px;}
#restaurant .conten .text_con span{font-size:13px;font-weight:600;color:#8a8a8a;}
#restaurant .conten .text_con .m_btn{text-align:right;position:absolute;right:0;bottom:0;}
#restaurant .conten .text_con .m_btn a{padding:5px;border-radius:5px;background:#fc4809;color:#fff;font-weight:bold;font-size:12px;}
#restaurant .conten .img_con img{max-width:310px;max-height:209px;}
#restaurant_top5{margin-top:25px;}
#restaurant_top5 .photo_list ul li img{width:171.2px;height:113px;}
#restaurant_top5 .conten{padding:13px;border:2px solid #a8a5a5;float:left;width:100%;}
#restaurant_top5 .conten .left_img{float:left;max-width:356px;max-height:233px;}
#restaurant_top5 .conten .m_right_con{width:394px;float:right;}
#restaurant_top5 .conten .m_right_con h2{color:#ff0202;}
#restaurant_top5 .conten .m_right_con p{font-size:16px;color:#333;font-weight:600;margin-bottom:5px;}
#restaurant_top5 .conten .m_right_con span{font-size:13px;color:#8a8a8a;font-weight:600;}
#restaurant_top5 .conten .m_right_con .list{margin-top:20px;}
#restaurant_top5 .conten .m_right_con .list ul li img{max-width:120px;}
#restaurant_top5 .conten .m_right_con .list ul li{margin-right:10px;}
#restaurant_top5 .photo_list ul{border-left:2px solid #a8a5a5;float:left;}
#restaurant_top5 .photo_list ul li{width:25%;padding:13px;border:2px solid #a8a5a5;border-top:0;border-left:0;}
#restaurant_top5 .photo_list ul li p{font-size:16px;margin:5px 0;font-weight:600;color:#333;}
#restaurant_top5 .photo_list ul li span{font-size:12px;color:#8a8a8a;font-weight:600;}
#gifts{margin-top:488px;}
#gifts .list{border:2px solid #a8a5a5;float:left;border-right:none;}
#gifts .list ul li img{width:185px;height:122px;}
#gifts .list ul li{border-right:1px solid #a8a5a5;padding-top: 6px;padding-bottom: 6px;width:25%;}
#gifts .list ul li .name{font-size:14px;font-weight:600;color:#333;margin-bottom:5px;margin-top:10px;}
#gifts .list ul li em{font-style:normal;font-size:11px;font-weight:600;}
#gifts .list ul li .name span{font-size:16px;color:#f5435b;}
#gifts .list ul li span{font-size:12px;color:#8a8a8a;font-weight:600;}
#gifts .list ul li .link{font-size:12px;margin-top:20px;margin-bottom:10px;text-align:center;}
#gifts .list ul li .link a img{width:auto;height:auto;}
#gifts .list ul li .font_14{font-size:14px;color:#8a8a8a;margin-top:25px;margin-bottom:10px;font-weight:600;}
#gifts .list ul li .font_14 span{color:#ff3e41;font-size:13px;}
.main_right_con{margin-top:66px;}
.main_right_con .box{border:2px solid #a8a5a5;margin-bottom:10px;}
.main_right_con .box .title {padding:12px;background:#f3f1f2;border-bottom:2px solid #ededed;height:48px;}
.main_right_con .box .title p{font-size:16px;font-weight:600;color:#333;float:left;}
.main_right_con .box .title a{float:right;font-size:18px;font-weight:bold;color:#333;}
.main_right_con .box dl{padding:15px;width:100%;text-align:right;}
.main_right_con .box dl dd {padding:5px 0;}
.main_right_con .box dl dd a{width:220px;display:block;float:left;text-align:left;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.main_right_con .box dl dd span{}
.main_right_con .gallery dl{text-align:left;padding-top:0;}
.main_right_con .box .left_img{float:left;width:127px;height:94px;}
.main_right_con .box .right_text{margin-left:140px;}
.main_right_con .box .right_text p{font-size:16px;font-weight:600;color:#333;margin-bottom:20px;}
.main_right_con .box .right_text span{font-size:12px;}
.main_right_con .box dl dt{padding-bottom:10px;border-bottom:1px solid #ccc;margin-top:9px;min-height:105px;}
.bt_box{max-width:1157px;margin-top:16px;}
.border_none{border:none !important;}
.sz_banner{margin:30px 0;float:left;width:100%;height:100px;margin-bottom:0;}
.sz_banner img{width:100%;}
.sz_radio{width:auto !important;height:auto !important;}
.sz_sns_list{width:100%;margin-top:20px;text-align:center;}
.sz_sns_list span{margin-right:10px;}
.sz_sns_list textarea{width:100%;}
#press{float:left;width:100%;margin-top:10px;}
#press .box{padding:7px;border:2px solid #a8a5a5;float:left;width:100%;}
#press .box .con_left{float:left;width:170px;text-align:center;margin:10px;}
#press .box .con_left h2{font-size:22px;color:#333;}
#press .box .con_right .con_text{max-width:300px;overflow: hidden;text-overflow: ellipsis;height:52px;}
#press .box .con_right{background: url("/img/main/el_bg.jpg") no-repeat;max-width:950px;height:156px;margin-left:190px;margin-top:10px;position:relative;border-radius:5px;padding:20px 50px;}
#press .box .con_right h3{font-size:18px;font-weight:600;color:#333;}
#press .box .con_right .left_btn{position:absolute;left:20px;top:70px;}
#press .box .con_right .right_btn{position:absolute;right:20px;top:70px;}
#coupon{margin-top:30px;float:left;width:100%;}
#coupon .list{text-align:center;border-bottom:2px solid #a8a5a5;float:left;border-left:2px solid #a8a5a5;width:100%;}
#coupon .list ul li img{width:130px;height:130px;}
#coupon .list ul li{width:25%;padding:10px;border-right:2px solid #a8a5a5;border-top:2px solid #a8a5a5;}
#coupon .list ul li p{color:#676767;font-weight:600;}
#coupon .list ul li em{font-style:normal;display:block;color:#333;font-size:14px;font-weight:600;overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;}
#coupon .list ul li span{color:#ff3048;font-weight:600;}
.menu_none{display:none;}
.middel-top .mdi{font-size:30px;color:#fff;}


/*=======================쉐프의맛집==============================*/
#sub_map{}
#sub_map .box_border{float:left;border:2px solid #a8a5a5;width:100%;}
#sub_map .map{float:left;padding:10px;}
#sub_map .right_box{margin-left:260px;border-left:1px solid #ccc;padding-left:15px;padding-right:15px;}
#sub_map .right_box .top_title{margin-top:25px;float:left;width:100%;}
#sub_map .right_box .top_title .search{width:100%;max-width:400px;padding:5px;height:42px;border:2px solid #ff0000;float:left;position:relative;}
#sub_map .right_box .top_title .text{position: absolute;padding:5px;height:38px;width:100%;left:0;top:0;border:0;}
#sub_map .right_box .top_title .sub_btn{height:40px;width:60px;background:#ff0000;border:0;color:#fff;font-size:16px;font-weight:600;position:absolute;right:0;top:0;}
#sub_map .right_box .top_title img{margin-right:20px;float:left;}
#sub_map .right_box .board_list{border:1px solid #ebebeb;margin-top:25px;padding-bottom:10px;float:left;width:100%;margin-bottom:10px;}
#sub_map .right_box .board_list .list{width:100%;float:left;}
#sub_map .right_box .board_list .list .number{width:10%;text-align:center;}
#sub_map .right_box .board_list .list .name{width:25%;text-align:center;font-weight:600;}
#sub_map .right_box .board_list .list .address{width:65%;text-align:center;}
#sub_map .right_box .board_list dl dd{width:100%;padding:10px;height:22px;}
#sub_map .right_box .board_list .tap_bg{background:#e8e8e8;height:40px;}
#sub_map .right_box .paging{width:100%;text-align:center;padding-bottom:25px;}
#sub_map .right_box .paging a{color:#333;padding:5px;}

#chef_food{margin-top:10px;float:left;width:100%;}
#chef_food .box{border:2px solid #a8a5a5;background:#e2e2e2;padding:20px;float:left;width:100%;}
#chef_food .box .left_img{float:left;width:50%}
#chef_food .box .right_box{margin-left:53%;}
#chef_food .box .right_box .top_title{width:100%;float:left;margin-bottom:10px;}
#chef_food .box .right_box .top_title .icon{float:left;margin-right:10px;}
#chef_food .box .right_box .top_title h2{color:#fe6700;font-size:35px;float:left;margin-top:10px;}
#chef_food .box .right_box .top_title span{font-size:18px;font-weight:600;color:#272996;margin-top:20px;float:left;margin-left:10px;text-decoration:underline;}
#chef_food .box .right_box h3{font-size:35px;font-weight:600;color:#000;}
#chef_food .box .right_box .bt_con .left{float:left;width:350px;margin-right:20px;}
#chef_food .box .right_box .bt_con .left p{font-size:14px;font-weight:600;margin-bottom:20px;}

#s1_photo_slid {margin-top:10px;float:left;width:100%}
#s1_photo_slid h1{text-align:center;}
#s1_photo_slid .slid_box{padding:15px 37px;position:relative;}
#s1_photo_slid .slid_box .left_icon{position:absolute;left:10px;top:90px;}
#s1_photo_slid .slid_box .right_icon{position:absolute;right:10px;top:90px;}
#s1_photo_slid .slid_box ul li{width:24%;text-align:center;border:2px solid #707070;margin:0 0.5%;position:relative;}
#s1_photo_slid .slid_box ul li img{width:220px;height:150px;min-width:auto !important;min-height:auto !important;}
#s1_photo_slid .slid_box ul li .icon{position:absolute;left:5px;top:5px;}
#s1_photo_slid .slid_box ul li .text{padding:10px 0;background:#;color:#333;font-size:12px;font-weight:600;}
.s1_search{margin-top:20px;float:left;width:100%;text-align:center;padding:15px 10px;border:2px solid #fe0000;}
.s1_search .text{padding:5px 10px;}
.s1_search select{padding:5px 10px;margin-right:5px;margin-bottom:5px;}
.s1_search .sub_btn{padding:5px 10px;border:0;font-size:16px;font-weight:600;color:#fff;background:#ff4900;}
#list_photo{margin-top:30px;float:left;width:100%;}
#list_photo h1{padding:0 35px;}
#list_photo .box{padding:0 30px;float:left;width:100%;}
#list_photo .box ul li img{width:208px;height:171px;}
#list_photo .box ul li{border:2px solid #a8a5a5;width:23%;margin:1%;position:relative;}
#list_photo .box ul li .con{padding:10px 10px;font-weight:bold;}
#list_photo .box ul li .con span{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;display:block;}
#list_photo .box ul li .con .text{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;display:block;}
#list_photo .box ul li .con .text{overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;}
#list_photo .box ul li .title{font-size:14px;font-weight:600;color:#000;margin-bottom:5px;}
#list_photo .box ul li .icon{position:absolute;left:5px;top:5px;}

/*=======================맘쉐프체험단==============================*/
#s7_restaurant{}
#s7_restaurant h1{}
#s7_restaurant .search{padding:15px;border:2px solid #f80300;}
#s7_restaurant .search .right_text em{font-style:normal;color:#fe0000;}
#s7_restaurant .search select{padding:3px 10px;margin-right:5px;margin-bottom:5px;}
#s7_restaurant .search .box{margin:5px 0;}
#s7_restaurant .search .text{padding:3px 10px;}
#s7_restaurant .search .sub_btn{padding:3px 10px;border:0;font-size:16px;font-weight:600;color:#fff;background:#686868;}
#s7_list {float:left;width:100%;}
#s7_list .box{max-width:970px;margin:auto;margin-top:30px;}
#s7_list .box dl dd{padding:30px;border:2px solid #a8a5a5;background:#ebebeb;min-height:260px;margin-bottom:20px;}
#s7_list .box dl dd .img{float:left;}
#s7_list .box dl dd .img img{border:10px solid #fff;}
#s7_list .box dl dd .right_text{margin-left:320px;}
#s7_list .box dl dd .right_text h2{font-size:22px;font-weight:600;color:#000;}
#s7_list .box dl dd .right_text p{font-size:16px;line-height:25px;color:#555;font-weight:600;margin-top:10px;margin-bottom:30px;}
.paging{text-align:center;}
.paging a{padding:5px;}
/*============================쿠폰할인맛집==================================*/
#s3_restaurant{}
#s3_restaurant h1{margin-top:50px;}
#s3_restaurant .search{padding:15px;border:2px solid #f80300;}
#s3_restaurant .search .right_text em{font-style:normal;color:#fe0000;}
#s3_restaurant .search select{padding:3px 10px;margin-right:5px;margin-bottom:5px;}
#s3_restaurant .search .box{margin:5px 0;}
#s3_restaurant .search .text{padding:3px 10px;}
#s3_restaurant .search .sub_btn{padding:3px 10px;border:0;font-size:16px;font-weight:600;color:#fff;background:#686868;}
#s3_list .box{max-width:970px;margin:auto;margin-top:70px;}
#s3_list .box dl dd{padding:30px;border:1px solid #ccc;background:#ebebeb;min-height:260px;margin-bottom:20px;}
#s3_list .box dl dd .img{float:left;}
#s3_list .box dl dd .img img{border:10px solid #fff;}
#s3_list .box dl dd .right_text{margin-left:320px;}
#s3_list .box dl dd .right_text h2{font-size:22px;font-weight:600;color:#000;}
#s3_list .box dl dd .right_text p{font-size:16px;line-height:25px;color:#555;font-weight:600;margin-top:10px;margin-bottom:30px;}
#s3_best{margin-top:30px;}
#s3_best .box {border:10px solid #fe0000;float:left;text-align:center;}
#s3_best .box .sub_left_con{width:25%;float:left;padding:10px;}
#s3_best .box .sub_left_con h2{font-size:22px;color:#000;margin-top:30px;}
#s3_best .box .sub_left_con p{font-size:16px;color:#fe0000;font-weight:600;}
#s3_best .box .sub_left_con .btnss{margin-top:20px;}
#s3_best .box .sub_left_con .btnss a{line-height:35px;}
#s3_best .box .sub_right_con{width:75%;float:left;border-left:1px solid #ccc;}
#s3_best .box .sub_right_con ul li{width:33.33%;padding:10px;border-right:1px solid #ccc;border-bottom:1px solid #ccc;}
#s3_best .box .sub_right_con ul li h2{font-size:16px;color:#000;margin-top:5px;margin-bottom:0;}
#s3_best .box .sub_right_con ul li p{font-size:14px;font-weight:600;margin-top:5px;color:#fe0000;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;display:block;}
#s3_best .box .sub_right_con ul li .btnss a{line-height:30px;}
#s3_best .box .sub_right_con ul .border_0{border-right:none;}
#s3_area{margin-top:30px;float:left;}
#s3_area .list ul li img{width:201px;height:146px;}
#s3_area .list ul li .link a img{width:auto;height:auto;}
#s3_area .list ul li{width:24%;padding:15px;background:#f9f9f9;border:2px solid #ccc;margin:0.5%;text-align:center;}
#s3_area .list ul li .name{color:#000;font-size:16px;font-weight:600;margin-top:15px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;display:block;}
#s3_area .list ul li .name span{color:#fe0000;}
#s3_area .list ul li em{font-style:normal;font-weight:600;color:#fe0000;font-size:13px;line-height:30px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;display:block;}
#s3_area .list ul li .link{}
#s3_area .list ul li .link a{line-height:30px;}
/*============================동네할인샾==================================*/
#s6_restaurant{}
#s6_restaurant h1{margin-top:50px;}
#s6_restaurant .search{padding:15px;border:2px solid #f80300;}
#s6_restaurant .search .right_text em{font-style:normal;color:#fe0000;}
#s6_restaurant .search select{padding:3px 10px;margin-right:5px;margin-bottom:5px;}
#s6_restaurant .search .box{margin:5px 0;}
#s6_restaurant .search .text{padding:3px 10px;}
#s6_restaurant .search .sub_btn{padding:3px 10px;border:0;font-size:16px;font-weight:600;color:#fff;background:#686868;}
#s6_banner .box{padding:30px;border:2px solid #a8a5a5;text-align:center;margin-top:30px;}
#s6_list{margin-top:30px;}
#s6_list .box{margin-top:30px;float:left;width:100%;}
#s6_list .box ul li img{width:211px;height:174px;}
#s6_list .box ul li{width:24%;margin:0.5%;text-align:center;padding:10px;border:2px solid #a8a5a5;padding-bottom:10px;}
#s6_list .box ul li .con {text-align:left;font-weight:bold;}
#s6_list .box ul li .con .text{overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;}
.popup_1{width:390px;height:460px;border:1px solid #111;position:absolute;top:150px;left:200px;z-index:1200;background:#fff;display:none;}
.popup_2{width:390px;height:460px;border:1px solid #111;position:absolute;top:160px;left:400px;z-index:1100;background:#fff;display:none;}
.popup_3{width:390px;height:460px;border:1px solid #111;position:absolute;top:170px;left:600px;z-index:1000;background:#fff;display:none;}
/*
.mainpopup_1{width:390px;height:460px;border:1px solid #111;position:absolute;top:150px;left:200px;z-index:1200;background:#fff;display:none;}
.mainpopup_2{width:390px;height:460px;border:1px solid #111;position:absolute;top:160px;left:400px;z-index:1100;background:#fff;display:none;}
.mainpopup_3{width:390px;height:460px;border:1px solid #111;position:absolute;top:170px;left:600px;z-index:1000;background:#fff;display:none;}
*/
.mainpopup_1{border:1px solid #111;position:absolute;top:150px;left:200px;z-index:1200;background:#fff;display:none;}
.mainpopup_2{border:1px solid #111;position:absolute;top:160px;left:400px;z-index:1100;background:#fff;display:none;}
.mainpopup_3{border:1px solid #111;position:absolute;top:170px;left:600px;z-index:1000;background:#fff;display:none;}
#s6_list .box{}
#s6_list .box ul li .con .title{font-size:15px;font-weight:600;color:#000;margin-top:10px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;display:block;}

/*============================상세페이지==================================*/
.s9_conten{max-width:730px;margin:auto;text-align:center;}
#s9_map_list .top_box{width:100%;float:left;border-left:1px solid #ccc;border-bottom:1px solid #ccc;}
#s9_map_list .top_box .width_30{width:30%;background:#c2c0c1;color:#333;}
#s9_map_list .top_box .width_70{width:70%;text-align:left;}
#s9_map_list h1{color:#333;font-weight:300;}
#s9_map_list .img{margin-bottom:10px;}
#s9_map_list .top_box dl dd ul li{padding:10px;border:1px solid #ccc;border-bottom:0;border-left:0;font-size:18px;font-weight:300;}
#s9_map_list .title{margin:30px 0;float:left;width:100%;}
#s9_map_list .btnss{margin:30px 0;}
#s9_map_list .map{max-width:460px;margin:auto;}
#s9_list .list dl dd p{font-size:18px;line-height:30px;margin:50px 0;}

/*=======================기프트존==============================*/
#s4_tap_list{float:left;width:100%;}
#s4_calendar .box{border:5px solid #fe0000;float:left;width:100%;}
#s4_calendar h1{text-align:center;font-size:22px;color:#fd0000;}
#s4_calendar .box .list ul li{width:14.2%;text-align:center;border-right:1px solid #ccc;border-top:1px solid #ccc;display:block;padding:5px 10px;}
#s4_calendar .box .list ul li p{line-height:16px;}
#s4_calendar .box .list ul li .number{text-align:left;font-weight:600;font-size:14px;color:#000;}
#s4_calendar .box .list .tap li{min-height:20px;padding:10px 0;}
#s4_calendar .box .b_right_none{border-right:0!important;width:14.8% !important;}
#s4_calendar .box .list ul li .sale{color:#ff4b44;font-weight:600;}
#s4_calendar .box .list ul li .sub_btn_1{padding:5px 30px;background:#a1a1a1;color:#fff;font-weight:600;line-height:30px;}
#s4_calendar .box .list ul li .sub_btn_2{padding:5px 30px;background:#ff4b44;color:#fff;font-weight:600;line-height:30px;}
#s4_calendar .box .list ul li .sub_btn_3{padding:5px 30px;background:#7c7879;color:#fff;font-weight:600;line-height:30px;}
#s4_calendar .box .list ul li img{border:1px solid #ebebeb;margin-bottom:5px;}
#s4_calendar .mobile_box{display:none;}
#s4_tap_list .tap{border-left:1px solid #ccc;border-bottom:1px solid #ccc;float:left;width:100%;margin-top:30px;}
#s4_tap_list .tap ul li{padding:5px 10px;border-right:1px solid #ccc;border-top:1px solid #ccc;background:#f2f2f2;}
#s4_tap_list .tap ul .on{background:#fff;}
#s4_tap_list .list{float:left;padding:0 5%;width:100%;}
#s4_tap_list .list ul li img{max-width:130px;max-height:130px;}
#s4_tap_list .list ul li{width:23%;margin:1%;border:2px solid #ccc;text-align:center;}
#s4_tap_list .list ul li .name{color:#000;overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;}
#s4_tap_list .list ul li .list_box{background:#eeeeee;padding:10px 0;}
#s4_tap_list .list ul li .list_box p{color:#333;}
#s4_tap_list .list ul li .list_box .pay_2{color:#fd0000;font-weight:600;}
#s4_tap_list .list ul li .list_box .pay_3{font-weight:600;}


/*============================구매하기==================================*/

#s13_purchase .box {color:#000;font-size:14px;}
#s13_purchase .box .title{font-size:16px;color:#000;margin-top:40px;float:left;width:100%;}
#s13_purchase .box h1{font-weight:600;font-size:30px;color:#000;padding:15px 0;border-bottom:1px solid #ebebeb;}
#s13_purchase .box .purchase_list{width:100%;float:left;padding:0 20px}
#s13_purchase .box .purchase_list .top_bg{padding:10px;border-bottom:1px solid #ebebeb;border-top:1px solid #ebebeb;float:left;width:100%;margin-top:20px;}
#s13_purchase .box .purchase_list .tap_1{width:70%;}
#s13_purchase .box .purchase_list .tap_2{width:15%;text-align:center;}
#s13_purchase .box .purchase_list .tap_3{width:15%;text-align:center;}
#s13_purchase .box .purchase_list .con{padding:10px 0;border-bottom:1px solid #ebebeb;float:left;width:100%;}
#s13_purchase .box .purchase_list .con .tap_2{margin-top:50px;;}
#s13_purchase .box .purchase_list .con .tap_3{margin-top:50px;;}
#s13_purchase .box .information{text-align:center;float:left;width:100%;}
#s13_purchase .box .information .top_bg{padding:10px;border-bottom:1px solid #ebebeb;border-top:1px solid #ebebeb;float:left;width:100%;margin-top:20px;}
#s13_purchase .box .information .con{padding:10px 0;border-bottom:1px solid #ebebeb;float:left;width:100%;}
#s13_purchase .box .information .tap_1{width:10%;}
#s13_purchase .box .information .tap_2{width:15%;}
#s13_purchase .box .information .tap_2 input{width:100%;}
#s13_purchase .box .information .tap_3{width:60%;}
#s13_purchase .box .information .tap_3 input{width:30%;}
#s13_purchase .box .information .tap_4{width:15%;}
#s13_purchase .box .payment{margin-top:20px;border-top:1px solid #ebebeb;float:left;width:100%;}
#s13_purchase .box .payment dl dd{width:100%;float:left;padding:10px 0;border-bottom:1px solid #ebebeb;}
#s13_purchase .box .payment dl dd ul .left{width:20%;max-width:120px;}
#s13_purchase .box .payment dl dd ul .right{width:80%;}
#s13_purchase .box .payment dl dd ul .right em{color:#fb0004;font-style:normal;}
#s13_purchase .box .btnss{margin-top:30px;float:left;width:100%;text-align:center;}

/*============================상품상세설명==================================*/
#s14_detailed h1{font-size:30px;color:#000;padding:15px 0;}
#s14_detailed .box .left_img{width:45%;margin-right:3%;float:left;}
#s14_detailed .box .left_img img{border:1px solid #ccc;}
#s14_detailed .box .right_conten{width:50%;float:left;}
#s14_detailed .box .right_conten h2{font-size:17px;padding-bottom:40px;border-bottom:1px solid #ccc;color:#000;font-weight:500;margin-top:5px;}
#s14_detailed .box .right_conten p{font-size:14px;line-height:25px;color:#000;}
#s14_detailed .box .right_conten p span{color:#fe0000;}
#s14_detailed .box .right_conten .bold{font-weight:600;}
#s14_detailed .box .right_conten .btnss{margin-top:80px;padding-top:20px;border-top:1px solid #ccc;text-align:center;}
#s14_detailed .box .right_conten .btnss a{width:48%;max-width:250px;display:inline-block;}
#s14_detailed .box .right_conten .btnss img{width:100%;}
#s14_conten .top{float:left;width:100%;border-left:1px solid #ccc;margin-top:20px;text-align:center;}
#s14_conten .top ul li{width:33.33%;}
#s14_conten .top ul li a{display:block;padding:15px 0;border-right:1px solid #ccc;border-top:1px solid #ccc;border-bottom:1px solid #ccc;background:#f2f2f2;font-size:14px;font-weight:600;color:#5b5a62;}
#s14_conten .top ul .on{background:#fff;border-bottom:0;border-top:2px solid #fe0000;}
#s14_conten .conten{width:100%;padding:20px;float:left;}



/*============================마이페이지 쿠폰등록내역==================================*/
#s10_mypage .box{float:left;width:100%;text-align:center;}
#s10_mypage .box ul li{width:20%;padding:10px;height:120px;border-right:1px solid #f7734c;background:#ff845a;}
#s10_mypage .box .bg_color{background:#ff4200;}
#s10_mypage .box .bg_color h1{color:#fff;margin-bottom:0px;margin-top:10px;}
#s10_mypage .box .bg_color h1 span{display:block;}
#s10_mypage .box ul li .text{font-size:16px;font-weight:600;color:#fff;}
#s10_mypage .box ul li .number{font-size:40px;font-weight:bold;color:#fff;margin-top:40px;}
#s10_mypage .box ul li .number span{font-size:16px;}
.s10_b_con{float:left;width:100%;}
.s10_b_con #s10_left_menu{float:left;width:20%;padding:0 5px;}
.s10_b_con #s10_left_menu .left_menu{text-align:center;padding:30px 0;}
.s10_b_con #s10_left_menu .left_menu{border-bottom:1px solid #ccc;}
.s10_b_con #s10_left_menu .left_menu h1{font-size:18px;color:#000;}
.s10_b_con #s10_left_menu .left_menu p{font-size:16px;margin-bottom:5px;}
.s10_b_con #s10_left_menu .left_menu .on a{color:#ff3e0a}
.s10_b_con #s10_left_menu .left_menu p a{font-weight:600;color:#333;}
.s10_b_con #s10_right_con{padding:0 40px;float:left;border-left:1px solid #ebebeb;width:80%;}
.s10_b_con #s10_right_con .bottom{float:left;width:100%;margin-bottom:20px;}
.s10_b_con #s10_right_con .top{float:left;width:100%;}
.s10_b_con #s10_right_con h2{font-size:22px;color:#000;margin-top:30px;}
.s10_b_con #s10_right_con .top .box{width:100%;padding:40px 50px;border:1px solid #ccc;background:#f4f4f4;text-align:center;}
.s10_b_con #s10_right_con .top .box input{padding:10px;border:1px solid #ccc;border-bottom:0;}
.s10_b_con #s10_right_con .top .box a{padding:10px 30px;background:#ff845a;font-size:16px;font-weight:600;color:#fff;}
.s10_b_con #s10_right_con .bottom .box{text-align:center;}
.s10_b_con #s10_right_con .bottom .box .tap{background:#f4f4f4;float:left;width:100%;}
.s10_b_con #s10_right_con .bottom .box dl{float:left;width:100%;}
.s10_b_con #s10_right_con .bottom .box dl dd{width:50%;float:left;border-top:2px solid #000;}
.s10_b_con #s10_right_con .bottom .box dl dd ul li{border-right:1px solid #ccc;min-height:45px;padding:10px 0;border-bottom:1px solid #ccc;}
.s10_b_con #s10_right_con .bottom .box dl dd ul .l_1{width:40%;}
.s10_b_con #s10_right_con .bottom .box dl dd ul .l_2{width:30%;}
.s10_b_con #s10_right_con .bottom .box dl dd ul .l_3{width:30%;}
.s10_b_con #s10_right_con .bottom .box dl dd ul .l_4{width:30%;}
.s10_b_con #s10_right_con .bottom .box dl dd ul .l_5{width:50%;}
.s10_b_con #s10_right_con .bottom .box dl dd ul .l_6{width:20%;border-right:0}
.s10_b_con #s10_right_con .bottom .box dl dd ul .l_7{width:70%;}
.s10_b_con #s10_right_con .bottom .box dl dd ul .l_8{width:30%;font-weight:600;color:#fe0000;}
.s10_b_con #s10_right_con .bottom .box dl dd ul .l_9{width:50%;}
.s10_b_con #s10_right_con .bottom .box dl dd ul .l_10{width:50%;border-right:0}

.s10_b_con #s10_right_con .bottom .box dl dd ul .l_25{width:70%;}
.s10_b_con #s10_right_con .bottom .box dl dd ul .l_26{width:30%;}
.s10_b_con #s10_right_con .bottom .box dl dd ul .l_27{width:50%;}
.s10_b_con #s10_right_con .bottom .box dl dd ul .l_28{width:50%;font-weight:600;color:#fe0000;border-right:0}


/*============================현금입출금내역==================================*/
.s10_b_con #s10_right_con .cash{float:left;width:100%;}
.s10_b_con #s10_right_con .cash .box{border-top:2px solid #eaeaea;padding:15px 0;border-bottom:2px solid #eaeaea;color:#000;font-weight:600;}
.s10_b_con #s10_right_con .cash .box .top_radio{margin-bottom:10px;}
.s10_b_con #s10_right_con .cash .box span{margin-right:5px;}
.s10_b_con #s10_right_con .deposit_name{float:left;width:100%;}
.s10_b_con #s10_right_con .deposit_name .box{border-top:2px solid #eaeaea;padding:15px 0;border-bottom:2px solid #eaeaea;color:#000;font-weight:600;}
.s10_b_con #s10_right_con .deposit_name .box .top_radio{margin-bottom:10px;}
.s10_b_con #s10_right_con .confirm{float:left;width:100%;}
.s10_b_con #s10_right_con .confirm .box{border-top:2px solid #eaeaea;padding:15px 0;color:#000;font-weight:600;}
.s10_b_con #s10_right_con .confirm .box p{color:#000;font-weight:600;}
.s10_b_con #s10_right_con .confirm .box .line_1{margin-bottom:30px;}
.s10_b_con #s10_right_con .confirm .box h2{color:#fe0000;}
.s10_b_con #s10_right_con .confirm .box .g_btnss{border-top:1px solid #eaeaea;margin-top:20px;padding-top:30px;text-align:center;}
.s10_b_con #s10_right_con .confirm .box .g_btnss1{text-align:center;}
.s10_b_con #s10_right_con .withdrawal{float:left;width:100%;}
.s10_b_con #s10_right_con .withdrawal .top_title {width:100%;position:relative}
.s10_b_con #s10_right_con .withdrawal .top_title .right_search{position:absolute;right:0;top:0;}
.s10_b_con #s10_right_con .withdrawal .box{float:left;width:100%;text-align:center;margin-bottom:20px;}
.s10_b_con #s10_right_con .withdrawal .box dl dd{width:50%;float:left;border-top:2px solid #000;}
.s10_b_con #s10_right_con .withdrawal .box dl dd ul li{border-right:1px solid #ccc;min-height:45px;padding:10px 0;border-bottom:1px solid #ccc;}
.s10_b_con #s10_right_con .withdrawal .box dl dd ul .l_11{width:33.33%;}
.s10_b_con #s10_right_con .withdrawal .box dl dd ul .l_12{width:33.33%;color:#4882ff;}
.s10_b_con #s10_right_con .withdrawal .box dl dd ul .l_13{width:33.33%;color:#4882ff;}
.s10_b_con #s10_right_con .withdrawal .box dl dd ul .l_14{width:33.33%;color:#fe0000;}
.s10_b_con #s10_right_con .withdrawal .box dl dd ul .l_15{width:33.33%;color:#fe0000;}
.s10_b_con #s10_right_con .withdrawal .box dl dd ul .l_16{width:33.33%;border-right:0}
.s10_b_con #s10_right_con .withdrawal .box .tap{background:#fafafa;float:left;width:100%;color:#000;font-weight:600;}
.s10_b_con #s10_right_con .withdrawal .box .tap li{color:#000 !important;}


.s10_b_con #s10_right_con .withdrawal .box dl dd ul .l_17{width:70%;}
.s10_b_con #s10_right_con .withdrawal .box dl dd ul .l_18{width:30%;}
.s10_b_con #s10_right_con .withdrawal .box dl dd ul .l_19{width:33.33%;}
.s10_b_con #s10_right_con .withdrawal .box dl dd ul .l_20{width:33.33%;}
.s10_b_con #s10_right_con .withdrawal .box dl dd ul .l_21{width:33.33%;border-right:0}


/*============================1:1문의==================================*/
.s10_b_con #s10_right_con .one{float:left;width:100%;}
.s10_b_con #s10_right_con .one .box{border-top:2px solid #eaeaea;padding:15px 0;border-bottom:2px solid #eaeaea;color:#000;font-weight:600;}
.s10_b_con #s10_right_con .one .box span{margin-right:30px;}
.s10_b_con #s10_right_con .one .box .contents_title span{margin-right:40px;}
.s10_b_con #s10_right_con .one .box .contents_title input{width:600px;}
.s10_b_con #s10_right_con .one .box .contents_title1 span{margin-right:40px;vertical-align:top;}
.s10_b_con #s10_right_con .one .box .contents_title1 textarea{width:600px;}
.s10_b_con #s10_right_con .one .box .bt_btnss{width:100%;margin-top:5px;}
.s10_b_con #s10_right_con .one .box .bt_btnss a{padding:5px 10px;background:#fafafa;border:1px solid #ccc;}
.s10_b_con #s10_right_con .one .box .bt_btnss .t_right{float:right;}



/*============================게시판==================================*/
#s15_board .box{text-align:center;margin-bottom:20px;float:left;width:100%;}
#s15_board .box .tap_bg{background:#fafafa;float:left;width:100%;border-top:2px solid #000;}
#s15_board .box ul li{padding:15px 0 ;border-bottom:1px solid #ccc;border-right:1px solid #ccc;}
#s15_board .box .tap_1{width:10%;}
#s15_board .box .tap_2{width:55%;overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;}
#s15_board .box .tap_3{width:10%;}
#s15_board .box .tap_4{width:15%;}
#s15_board .box .tap_5{width:10%;border-right:0;}
.s15_search{text-align:center;width:100%;margin-top:30px;}
.s15_search select{border:2px solid #7b7b7b;padding:2px;}
.s15_search .text{border:1px solid #1px solid #333;padding:2px;margin-right:5px;}
.s15_search .sb_btn{background:#333;border:0;color:#fff;font-weight:600;font-size:12px;padding:5px 10px;}
/*============================게시판 뷰==================================*/
#s16_board .box .title{padding:12px;border-top:1px solid #333;font-size:16px;font-weight:600;}
#s16_board .box .top_tap{color:#000;border-top:2px solid #000;border-bottom:1px solid #ccc;width:100%;float:left;padding:12px 5%;background:#eee}
#s16_board .box .top_tap .btnss{float:right;}
#s16_board .box .top_tap span{margin-right:10px;}
#s16_board .box .top_tap .bold{font-weight:600;}
#s16_board .box .text_con{text-align:center;width:100%;max-width:800px;margin:auto;margin-top:100px;}
#s16_board .box .text_con .text{font-size:14px;line-height:30px;font-weight:600;color:#333;}
#s16_board .box .text_con img{margin-bottom:50px;}
#s16_board .box .bt_btnss{width:100%;margin-top:50px;}
#s16_board .box .bt_btnss a{padding:5px 10px;background:#fafafa;border:1px solid #ccc;}
#s16_board .box .bt_btnss .t_right{float:right;}
@media screen and (max-width:1900px){
	.main_left_banner{display:none;}
	.main_right_banner{display:none;}
}
@media screen and (max-width:1450px){
	.popup_1{display:none;}
	.popup_2{display:none;}
	.popup_3{display:none;}
    .mainpopup_1{display:none;}
    .mainpopup_2{display:none;}
    .mainpopup_3{display:none;}
}
@media screen and (min-width:119px){
	.contents{padding:10px;}
}
@media only screen and (min-width:1174px) {
    #gifts .list{width:100%;text-align:center;}
    #gifts .list ul li .link a{margin-bottom:5px;display:block;text-align:center;}
}
@media only screen and (min-width: 937px) and (max-width: 1173px) {
	#main_visuall .s_row_1{width:937px;margin:auto;height:300px;}
	#main_visuall .banner_list{width:100%;max-width:937px;margin:auto;float:none;margin-top:10px;border-top:none;height:97px;border-right:none;}
	#main_visuall .banner_list dl{float:left;border-left:1px solid #ccc;width:100%;border-top:1px solid #ccc;border-bottom:1px solid #ccc;}
	#main_visuall .banner_list dl dd{float:left;border-right:1px solid #ccc;border-left:none;border-bottom:none;width:33.33%;text-align:center;}
	#main_visuall .banner_list dl dd img{}
	.main_event_banner{max-width:937px;margin:auto;margin-top:24px;}
	.main_left_con{float:none;margin:auto;max-width:937px;width:auto;}
	#restaurant .conten .left_tap{width:200px;}
	#restaurant .conten .text_con{width:380px;}
	#restaurant_top5 .conten .m_right_con{width:520px;}
	#restaurant_top5 .photo_list ul{width:100%;text-align:center;}
	#gifts .list{width:100%;text-align:center;}
	.main_right_con{float:none;max-width:937px;margin:auto;width:auto;margin-top:772px;}
	.main_right_con .box dl dd a{width:auto;max-width:700px;}
	.main_right_con .box dl dt{min-height:105px;}
	#press .box{max-width:937px;margin:auto;float:none;}
	#gifts .list ul li .link a{margin-bottom:5px;display:block;text-align:center;}
	#press{float:none;}
}
@media only screen and (min-width: 860px) and (max-width: 1015px){
	#chef_food .box .left_img img{height:100%;}
	#chef_food .box .right_box .top_title .icon img{}
	#chef_food .box .right_box .top_title span{margin-top:0;}
	#chef_food .box .right_box h3{font-size:40px;}
	#chef_food .box .right_box .bt_con .left p{margin-bottom:10px;}
}
@media screen and (max-width:860px){
	#sub_map .map{display:none;}
	#sub_map .right_box{margin-left:0;border-left:0;}
	#chef_food .box{text-align:center;}
	#chef_food .box .left_img{float:none;width:100%;}
	#chef_food .box .right_box{margin-left:0;margin-top:20px;}
	#chef_food .box .right_box .top_title .icon{float:none;}
	#chef_food .box .right_box .top_title h2{float:none;}
	#chef_food .box .right_box .top_title span{float:none;}
	#chef_food .box .right_box .bt_con .left{float:none;width:auto;}
	#s1_photo_slid .slid_box ul li{width:48%;margin-bottom:1%;}
	#s1_photo_slid .slid_box ul li .img{width:100%;}
	#s1_photo_slid .slid_box .ext{display:none;}
	#s1_photo_slid{width:100%;}
	#list_photo .box ul li{width:48%;}
	#list_photo .box ul li .img{width:100%;}
	#s3_area .list ul li{width:49%;}
	#s6_list .box ul li{width:49%;}
	#s6_list .box ul li .con {text-align:center;}

	
	#s6_banner .box{padding:0;}
	#s4_tap_list .list ul li{width:48%;}
	#s4_tap_list .list{padding:0;}
	#s14_detailed .box .left_img{float:none;width:100%;text-align:center;}
	#s14_detailed .box .right_conten{float:none;width:100%;text-align:center;margin-top:40px;}
	.s10_b_con #s10_left_menu{float:none;width:100%;}
	.s10_b_con #s10_right_con{float:none;width:100%;border-left:0;}
	.s10_b_con #s10_right_con .bottom .box dl dd{width:100%;float:none;}
	.s10_b_con #s10_right_con .bottom .box dl dd ul .l_3{border-right:0;}
	.s10_b_con #s10_right_con{padding:0;}
	#s10_mypage .box ul li{width:100%;}
	#s10_mypage .box .bg_color{width:100%;}
	#s10_mypage .box .bg_color h1 span{display:inline-block;}
	#s10_mypage .box ul li .number{margin-top:0px;font-size:25px;}
	#s10_mypage .box ul li{border-bottom:1px solid #f7734c;height:auto;}
	.s10_b_con #s10_right_con .top .box input{width:30%;}
	.s10_b_con #s10_right_con .top .box{padding:10px;}
	#s10_mypage .box ul li .text{float:left;margin-right:10px;}
	#s10_mypage .box ul li .number{float:left;}
	.s10_b_con #s10_left_menu .left_menu p{float:left;width:48%;margin:1%;padding:10px 5px;border:1px solid #ccc;}
	.s10_b_con #s10_left_menu .left_menu{border-bottom:0;}
	.s10_b_con #s10_left_menu .left_menu .on{background:#f7f7f7}
	.s10_b_con #s10_right_con .bottom .box dl dd ul .l_7{width:50%;}
	.s10_b_con #s10_right_con .bottom .box dl dd ul .l_8{width:50%;border-right:0;}
	.s10_b_con #s10_right_con .withdrawal .box dl dd{float:none;width:100%;}
	.s10_b_con #s10_right_con .withdrawal .box dl dd ul .l_12{border-right:0;}
	.s10_b_con #s10_right_con .deposit_name .box .bt_radio input{max-width:80px;}
	.s10_b_con #s10_right_con .confirm .box .g_btnss a{line-height:40px;}
	.s10_b_con #s10_right_con .withdrawal .top_title .right_search{position:inherit;margin-bottom:10px;}
}
@media screen and (max-width:980px) {
	#s4_calendar .mobile_box{display:block;background:#f85158;text-align:center;padding:10px;position:relative;}
	#s4_calendar .mobile_box .left_icon{position:absolute;left:20px;top:55%;}
	#s4_calendar .mobile_box .right_icon{position:absolute;right:20px;top:55%;}
	#s4_calendar .mobile_box h2{color:#fff;}
	#s4_calendar .mobile_box .number{font-size:18px;color:#fff;padding-bottom:10px;}
	#s4_calendar .mobile_box .img_box{background:#fff;padding:10px;;}
	#s4_calendar .mobile_box .img_box p{font-weight:600;color:#333;}
	#s4_calendar .mobile_box .img_box .quantity{color:#ff4b44;font-weight:bold;}
	#s4_calendar .box{display:none;}
}
@media screen and (max-width:970px) {
    .mainmenu li{width:25%;}
	#main_visuall .banner_list{width:100%;max-width:937px;margin:auto;float:none;margin-top:10px;border-top:none;height:97px;border-right:none;}
	#main_visuall .banner_list dl{float:left;border-left:1px solid #ccc;}
	#main_visuall .banner_list dl dd{float:left;border-right:1px solid #ccc;border-left:none;border-bottom:none;}
	#main_visuall .banner_list dl dd img{}
	.menu_none{display:block;}
	.mainmenu li:first-child{border-left:none;}
	.mainmenu li{border-bottom:1px solid #ccc;}
	.contents{margin-top:20px;}
}
@media only screen and (min-width: 720px) and (max-width: 937px){
	#main_visuall .photo{width:100%;float:none;max-width:720px;margin:auto;}
	#main_visuall .banner_list{max-width:720px;margin:auto;margin-top:24px;}
	#main_visuall .banner_list dl{width:100%;border-top:1px solid #ccc;border-bottom:1px solid #ccc;}
	#main_visuall .banner_list dl dd{width:33.33%;}
	.main_event_banner{max-width:720px;margin:auto;margin-top:24px;display:none;}
	#main_visuall .map{float:none;text-align:center;width:auto;;margin-bottom:20px;}
	.main_left_con{float:none;max-width:720px;margin:auto;}
	#restaurant .conten .img_con img{max-width:235px;}
	#restaurant .conten{min-height:240px;}
	#restaurant_top5 .conten .left_img{max-width:280px;}
	.main_right_con{float:none;margin:auto;margin-top:787px;max-width:720px;width:100%;}
	.main_right_con .box dl dt{min-height:105px;}
	#press .box{max-width:720px;margin:auto;float:none;}
	#gifts .list ul li .link a{margin-bottom:5px;display:block;text-align:center;}
	#gifts .list ul li .name span{display:block;}
	#press{float:none;}
	#gifts{margin-top:468px;}
	.menu_none{display:block;}
	.mainmenu li:first-child{border-left:none;}
	.mainmenu li{border-bottom:1px solid #ccc;}
	.contents{margin-top:20px;}
	#main_visuall .map{display:none;}
}
@media screen and (max-width:720px){
	#main_visuall .map{float:none;margin-bottom:20px;text-align:center;width:auto;}
	#main_visuall .banner_list{height:auto;margin-bottom:10px;}
	#main_visuall .banner_list dl{border-top:1px solid #ccc;}
	#main_visuall .banner_list dl dd{width:33.33%;text-align:center;border-bottom:1px solid #ccc;}
	#main_visuall .photo{float:none;width:100%;}
	.main_event_banner{display:none;}
	.main_left_con{float:none;width:100%;;margin:auto;}
	#restaurant .conten .img_con img{max-width:235px;}
	#restaurant .conten{min-height:240px;}
	#restaurant_top5 .conten .left_img{width:100%;}
	.main_right_con{float:none;margin:auto;margin-top:310px;max-width:720px;width:100%;}
	.main_right_con .box dl dt{min-height:105px;}
	#restaurant .conten .left_tap{width:35%;}
	#restaurant .conten .text_con{width:60%;float:none;margin-left:40%;}
	#restaurant .conten .text_con h2{font-size:22px;padding-bottom:0;}
	#restaurant .conten .img_con{width:100%;margin-top:20px;text-align:center;}
	#restaurant .conten .img_con img{width:100%;max-width:100%;}
	#restaurant .conten .text_con .m_btn{margin-top:10px;text-align:left;}
	.bt_box{margin-top:16px;}
	#restaurant .conten{border:1px solid #ccc;}
	#restaurant_top5 .conten{padding:10px;}
	#restaurant_top5 .conten .left_img{max-width:100%;float:none;}
	#restaurant .conten{padding:10px;}
	#restaurant .conten .left_tap{margin:0;}
	#restaurant_top5 .conten .m_right_con{width:auto;float:none;}
	#restaurant_top5 .conten .m_right_con h2{font-size:22px;margin-top:20px;}
	#restaurant_top5 .conten .m_right_con .list ul li{width:30%;margin-right:5%;text-align:center;}
	.margin_right_0{margin-right:0 !important;}
	#restaurant_top5 .photo_list ul li{width:50%;text-align:center;}
	#gifts{}
	#gifts .list ul li{width:50%;text-align:center;}
	#board_1{margin-top:571px;}
	.main_right_con .box dl dd a{width:180px;}
	#press .box {}
	#press .box .con_left{float:none;width:100%;text-align:left;}
	#press .box .con_right{margin-left:0;}
	#press .box .con_right .con_text{max-width:100%;}
	#press .box .con_left .icon{height:20px;margin-left:5px;}
	#press .box .con_left h2{float:left;}
	.logo{padding:10px;}
	.logo img{width:50%;}
	#gifts .list ul li .name span{display:block;}
	#gifts .list ul li .link a{margin-bottom:5px;display:block;text-align:center;}
	.main_right_con{margin-top:1396px;}
	#press{float:none;}
	#coupon .list ul li{width:50%;}
	
	.main_right_con{float:left;margin-top:10px;}
	#board_1{margin-top:0;}
	#gifts{float:left;margin-top:30px;}
	.menu_none{display:block;}
	.mainmenu li:first-child{border-left:none;}
	.mainmenu li{border-bottom:1px solid #ccc;}
	.contents{margin-top:10px;}
	#main_visuall .map{display:none;}
	#s7_list .box dl dd .img{float:none;text-align:center;}
	#s7_list .box dl dd .right_text{margin-left:0;margin-top:30px;text-align:center;}
	.contents{padding:10px;}
	#s7_restaurant .search{text-align:center;}
	#s3_restaurant .search{text-align:center;}
	#s6_restaurant .search{text-align:center;}
	#restaurant .conten .text_con .m_btn{left:0;}
	
}
@media screen and (max-width:600px){
	#s1_photo_slid .slid_box ul li{width:100%;margin:0;}
	#s1_photo_slid .slid_box .ext_1{display:none;}
	#list_photo .box{padding:0;}
	.s1_search{text-align:center;margin-top:35px;}
	#sub_map .box_border{border:0;}
	#sub_map .right_box{padding:0;}
	#s3_best .box .sub_left_con{width:100%;float:none;}
	#s3_best .box .sub_right_con{float:none;width:100%;border-top:1px solid #ccc;}
	#s9_map_list .top_box dl dd ul li{font-size:14px;}
	#s9_map_list .btnss a{line-height:100px;}
	#s13_purchase .box .purchase_list .tap_1{width:50%;text-align:center;}
	#s13_purchase .box .purchase_list .tap_1 img{display:block;margin:auto;}
	#s13_purchase .box .purchase_list .tap_2{width:25%}
	#s13_purchase .box .purchase_list .tap_3{width:25%}
	#s13_purchase .box .purchase_list{padding:0;}
	#s13_purchase .box .purchase_list .con .tap_2{margin-top:60px;}
	#s13_purchase .box .purchase_list .con .tap_3{margin-top:60px;}
	#s13_purchase .box .information .tap_2{width:20%;margin-right:2%;}
	#s13_purchase .box .information .tap_3{width:53%;}
	#s13_purchase .box .payment dl dd ul .left{width:27%;}
	#s13_purchase .box .payment dl dd ul .right{width:73%;}
	#s13_purchase .box .btnss a{line-height:70px;}
	#s16_board .box .top_tap .btnss{float:none;margin-top:5px;}
	#s15_board .box .tap_3{display:none;}
	#s15_board .box .tap_5{display:none;}
	#s15_board .box .tap_1{width:20%;}
	#s15_board .box .tap_2{width:60%;overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;}
	#s15_board .box .tap_4{width:20%;border-right:0;}
}
@media screen and (max-width:430px){
	#main_visuall .map{display:none;}
	.mainmenu li{width:50%;}
	.menu_none{display:block;}
	.mainmenu li:first-child{border-left:none;}
	.mainmenu li{border-bottom:1px solid #ccc;}
	.main_right_con .box .right_text p{margin-bottom:10px;}
	#s3_best .box{float:none;}
	#s3_area{float:none}
	#s3_best .box .sub_right_con ul li{width:100%;float:none;}
	#s3_area .list{tx}
	#restaurant .conten .text_con .m_btn{}
	#restaurant_top5 .conten .m_right_con .list ul li img{max-width:100%;}
	#restaurant_top5 .photo_list ul li img{max-width:133px;max-height:88px;}
	#gifts .list ul li em{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;display:block;}
	#list_photo .box ul li .con span{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;display:block;}
	#list_photo .box ul li .img{max-width:202px;max-height:125px;width:100%;}
	#s3_area .list ul li img{max-width:202px;max-height:125px;width:100%}
	#s6_list .box ul li img{max-width:202px;max-height:125px;width:100%}
	#s6_list .box ul li .con span{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;display:block;}
	.sz_banner{display:none;}
	#restaurant_top5 .photo_list ul li img{width:100%;}
	#coupon .list ul li img{max-width:177px;max-height:177px;width:100%;}
	#s1_photo_slid .slid_box ul li img{height:170px;}
}

/*============회원가입시==============*/
.ad_search{margin-top:0px;float:left;width:100%;text-align:center;padding:10px 10px;}
.ad_search .text{padding:5px 10px;}
.ad_search select{padding:5px 10px;margin-right:5px;margin-bottom:5px;}
/*.ad_search span{border:1px solid red;}*/