﻿@charset "utf-8";
@import url("/Library/Css/user_layout_1.css");


/* 메인 Css */

#wrap {width: 100%; min-width:1000px;}

#header {width:100%;}

.top-banner{
	position: relative; 
	width: 100%;
	height: 88px;
	overflow: hidden;
	background-color: #cc4d5e;
	border-bottom:1px solid #4e4e4e;
}

.top-banner-inner {
	width: 100%;
	margin: 0 auto;
}

.top-banner-left {
	float: left;
	width: 50%;
	text-align: right;
}

.top-banner-right {
	float: left;
	width: 50%;
	text-align: left;
	background-color: #c3243a;
}

.top-util-banner {
	width: 100%;
	height: 33px;
	border-bottom : 1px solid #cbcbcb;
}
.top-util-banner:after {
	content: "";
	clear: both;
	display: block;
	z-index: 1;
}

.top-util-banner ul li {
	float: left;
	height: 33px;
	line-height: 33px;
	margin-right: 14px;
	padding-right: 16px;
	background : url(/Nimage/top_util_bar.gif) no-repeat 100% 12px;
}
.top-util-banner ul li.last {
	background: none;
	margin-right: 0;
	padding-right: 0;
}

.top-util-inner {
	width: 1000px;
	margin: 0 auto;
}
.top-util-inner:after {
	content: "";
	clear: both;
	display: block;
	z-index: 1;
}

.top-util-left {
	float: left;
}

.top-util-right {
	float: right;
	text-align: right;
}

.naverLogin {
    display: inline-block;
    padding: 5px 10px;
    color: #fbfbfb !important;
    background: #00bd39;
    line-height: 100%;
    border-radius: 3px;
}


/*로고세션*/

.logo-section {width: 100%;}

.logo-section-inner {
	width: 1000px;
	height: 75px;
	text-align: center;
	margin: 0 auto;
	padding-top:15px;
	

}


/*글로벌네비게이션*/

#gnb {
	width: 100%;
}

.gnb-inner {
	width: 1000px;
	margin:0 auto;
	text-align:center;
	padding: 8px 0;
	border-top: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
}

.gnb-inner:after {
	content: "";
	display: block;
	clear: both;
	z-index: 1;	
}

.gnb-inner ul {display: inline-block;}

.gnb-inner ul:after {
	content:"";
	display: block;
	clear: both;
	z-index: 1;	
}

.gnb-inner ul li {
	float: left;
	padding-right: 26px;
	margin-right: 24px;
	background: url(/Nimage/gnb_line.gif) no-repeat right 50%;
}

.gnb-inner ul li:first-child {
	padding-left: 0;
}

.gnb-inner ul li:last-child {
	padding-right: 0;
	margin-right: 0;
	background: none;
}

/* 190909수정 new wide gnb */
.wide_gnb-inner {width:100%; background:#c3243a; height:55px; line-height:55px; padding:0; margin-bottom:10px;}
.wide_gnb-inner ul li {font-size:19px; font-weight:bold; background:none; padding-right:35px; margin-right:30px;}
.wide_gnb-inner ul li a {color:#fff;}
.wide_gnb-inner ul li a:hover {color:#ffae6b;/*#333;*/}
/* //190909수정 new wide gnb */

/*메인슬라이드*/

#contents {
	width: 100%;
}

.main-slide-banner {
	width: 100%;
	margin: 0 auto;
	text-align:center;
	padding-bottom:12px;
}
.bx-wrapper img {margin:0 auto;}

.quick-menu {
	width: 100%;
}
.quick-menu:after {
	content: "";
	display: block;
	clear: both;
	z-index: 1;
}

.quick-menu-inner {
	width: 1000px;
	margin: 0 auto;
}
.quick-menu-inner ul:after {
	content:''; display:block; clear:both;
}
.quick-menu-inner ul li{
	float: left;
}
.quick-menu-inner h3{
	float: left;
}

.quick-menu-inner .quick-menu-delivery {
	
}

.quick-menu-inner .quick-menu-pay {
	
}

.notice-community {
	position: relative;
	width: 100%;
}

.notice-community-inner {
	width: 998px;
	margin: 0 auto;
	background: #fafafa;
	border: 1px solid #dbdbdb;
	border-top: 3px solid #474747;
}

.notice-community-inner:after {
	content: "";
	display: block;
	clear: both;
	z-index: 1;
}

.notice-community-inner > div {
	float: left;
}

.notice {
	width: 500px;
	border-right: 1px solid #dbdbdb;
	padding: 10px 0;
	height:80px; box-sizing: border-box;
}

h2.notice-title {
	float: left;
	padding-left: 20px;
}

.notice-title img {
	margin-top: 18px;
}

.notice-wrap {
	float: right !important;
	width: 350px;	
}

.notice-wrap table th {
	height: 20px;
	line-height: 30px;
	font-weight: normal;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;	
}

.notice-wrap table th a {
	display: inline-block;
	width: 230px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	
}

.notice-wrap table td {
	height: 20px;
	text-align: right;
	padding-right: 15px;
	box-sizing: border-box;
}

.notice-con {
	margin-left: 30px;
	
}

.notice-date {
	margin-left: 30px;
}

.community {
	padding-left: 35px;
	padding-top: 17px;
}

.community h2 {
	float: left;
	margin-right: 40px;
}

.community .community-wrap {
	float: left;
	width: 230px;
}

.community .community-wrap .cm {
	margin-left: 25px;	
}

.community .community-wrap ul li {
	float: left;	
}

.community .community-wrap ul li.pb {
	padding-bottom: 10px;
}

.community-cafe {
	margin-left: 40px;	
}

.community-blog {
	margin-left: 40px;	
}

.best-reviews {
	width: 998px;
	height: 415px;
	border : 1px solid #e1e1e1;
	border-top-width: 0;
	background-color: #fff;
	margin: 0 auto;
}

.best-reviews-title {
	text-align: center;
	padding-top:44px; 	
}

.best-reviews-con {
	position: relative;
	margin-top: 39px;
}

.best-reviews-con .Rbtn1 {
	position: absolute;
	top: -40px;
	right: 55px;	
}

.best-reviews-con .Rbtn2 {
	position: absolute;
	top: -40px;
	right: 25px;	
}

.best-reviews-con ul li {
	width: 183px;
	float: left;
	margin-right: 9px;
	
}

.reviews-box .txt {
	display: block;
	padding-top: 15px;
	word-break: break-all;
	line-height: 110%;
}

.reviews-box .txt {
	color: #6a6969;
	word-break: break-all;
}

.reviews-box .txt span.title {
	display:block;
	min-height:30px;
}
.reviews-box .txt span.contxt {
	margin-top:5px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	display:block;
	width:100%;
}

.recommand {
	width: 1055px;
	margin: 20px auto 0 auto;
	text-align: center;
}

.recommand .recommand-con {
	display: inline-block;
	width: 998px;
	border: 1px solid #e1e1e1;
	border-top: none;
	background: #fff;
}

.recommand .recommand-con ul:after {
	content: "";
	display: block;
	clear: both;
	z-index: 1;	
}

.recommand .recommand-con ul {
	margin: 42px 0 20px 18px;	
}

.recommand .recommand-con ul li {
	float: left;
	width: 183px;
	text-align: left;
	margin-left: 12px;
}

.recommand .recommand-con ul li:first-child {
	margin-left: 0;	
}

.recommand .recommand-con ul li span.recommand-con-title {
	font-size: 14px;
	font-weight: 600;
	
}

.recommand .recommand-con ul li span.recommand-con-txt {
	display: inline-block;
	margin-top: 7px;
}


.hotdeal {
	width: 1000px;
	margin: 0 auto;
}

.hotdeal:after {
	content: "";
	display: block;
	clear: both;
	z-index: 1;
	
}

.hotdeal h2.hotdeal-title {
	position: relative;
	margin: 39px 0 20px 0;
}

.hotdeal h2 span {
	position: absolute;
	right: 0;
	top: 50%;	
}

.hotdeal-con > div {
	float: left;
	
}

.hotdeal-con-pro {
	width: 766px;
	padding : 15px;
	border: 1px solid #e1e1e1;
	background-color: #fff;
}
.hotdeal-con-pro ul:after {clear:both; content:''; display:block;}
.hotdeal-con-pro ul li {
	width: 168px;
	float: left;
	margin-right: 31px;
}

.hotdeal-con-pro ul li.below {
	margin-top: 17px;
}

.hotdeal-con-pro ul li.last {
	margin-right: 0;
}

.hotdeal-con-pro ul li .txt {
	display: block;
	margin-top: 10px;
	line-height: 110%;	
}

.where-my {
	width: 1000px;
	margin: 0 auto;
	padding-top: 30px;
}

.where-my:after {
	content: "";
	display: block;
	clear: both;
	z-index: 1;
}

.where-my ul li {
	float: left;
	margin-left: 6px;
}

.where-my ul li:first-child {
	margin-left: 0;	
}

#footer {
	width: 100%;
	margin: 30px auto 0 auto;
}
#footer .footer-inner{
	width:1000px;
	margin:0 auto;
}

#footer .footer-util {
	height: 25px;
	padding: 8px 0 0 27px;
	background-color: #f5f5f5;
	border: 1px solid #dbdbdb;
}

#footer .footer-util:after {
	content : "";
	display: block;
	clear: both;
	z-index: 1;	
}

#footer .footer-util ul li {
	float: left;
	margin-right: 21px;
	padding-right: 22px;
	background: url(/Nimage/footer_util_bar.gif) no-repeat 100% 50%;
}

#footer .footer-util ul li:last-child {
	background: none;	
}

#footer .copyright {
	position : relative;
	padding : 30px 0;
	padding-bottom:50px;
	display:table;
	margin:0 auto;
}
#footer .copyright:after {display:block; content:''; clear:both;}

#footer .logo {
/*position: absolute; top:32px;	left : 0; z-index: 1;*/
	float:left; padding-right:30px;
}
#footer .footer-con {float:left; max-width:557px;}

/*탑유틸*/
.topInfo {height:30px; border-bottom:1px solid #e6e6e6; background:#fbfbfb}
.topInfo .favorites{float:left; /*border-right:1px solid #e6e6e6;*/}
.topInfo .favorites li{float:left; padding:0 6px;background:url("/Image/Common/ico/ico_bar.gif") no-repeat 0 50%;font-size:12px; vertical-align: bottom;height: 31px; line-height: 31px;/*border-left:1px solid #e6e6e6;*/}
.topInfo .favorites li:first-child {background:0;}
.topInfo .favorites li a {color:#777;}
.topInfo .favorites span{position:relative; top:2px; padding-right:3px;}
.topInfo .top_info_con2 {float:right;}
.topInfo .top_info_con2 li {float:left;padding:0 7px;background:url("/Image/Common/ico/ico_bar.gif") no-repeat 0 50%;font-size:12px; vertical-align: bottom;height: 31px; line-height: 31px;}
.topInfo .top_info_con2 li:first-child , #header .head_visual .topInfo .top_info_con li:last-child  {background:none;}
.topInfo .top_info_con2 li:last-child{padding-left:0px;}
.topInfo .top_info_con2 li:last-child span{position:relative; top:2px; left:-2px;}
.topInfo .top_info_con2 li:last-child strong{font-size:14px;}
.topInfo .top_info_con2 li .font_color1 a{color:#666;}
.topInfo .top_info_con2 li a {color:#333;}
.topInfo .top_info_con2 li.btn2 {vertical-align: top;}

/* 190909 new main */
.newQuick_menu .quick-menu-inner ul li { margin-left:3px; margin-bottom:3px;}

.mNotice .notice-title img {margin-top:4px;}
.mNotice .notice {height:70px;}
.mNotice .notice-wrap table th {line-height:25px;}
.mNotice .community {padding-top:7px;}
.mNotice .community .community-title {margin-top:7px;}
.mNotice .community .community-wrap {width:140px;}
.mNotice .community .community-wrap ul li.pb {padding-bottom:6px;}

.service-title {width:1000px; margin:0 auto; text-align:center; height:74px; padding-top:17px; box-sizing:border-box;}

.new_BestReview {border:none; height:auto; padding-bottom:20px;}
.new_BestReview .tit_h2 {text-align:center; background:#f0efef; border-top:5px solid #c22437; padding-top:13px; padding-bottom:13px;}
.new_BestReview .best-reviews-con {margin-top:20px;}
.new_BestReview .reviews-box .txt {font-size:14px; font-weight:bold; color:#333;}
.new_BestReview .reviews-box .txt span.contxt {font-size:12px; font-weight:normal; color:#797979;}
.new_BestReview .best-reviews-con ul li a {display:block; min-height:179px;}

.new-hotdeal {margin-bottom:80px;}
.new-hotdeal h2.hotdeal-title {margin-top:15px;}
.new-hotdeal .hotdeal-con-pro {width:798px; padding:0; box-sizing:border-box;}
.new-hotdeal .hotdeal-con-pro ul li {padding:15px 15px 8px 15px; margin-right:0; border-right:1px solid #ddd; border-bottom:1px solid #ddd;}
.new-hotdeal .hotdeal-con-pro ul li.last {border-right:0;}
.new-hotdeal .hotdeal-con-pro ul li.below {margin-top:0; border-bottom:0;}

#footer .newfooter-wrap {background:#f5f5f5;}
#footer .newfooter-wrap .footer-util {border:0;width:1000px; margin:0 auto;}
#footer .newCopyright {padding-left:0;}