@charset "utf-8";

#loadingBg {
	display: none;
}

#contents {
	min-width: 980px;
	overflow: hidden;
	background: #fffdf2;
}

.contentWrap,
.contentWrapBigger {
	width: 980px;
	margin: 0 auto;
	position: relative;
}

#menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	background: rgba(255, 217, 0, .96);
	box-shadow: 0 2px 8px rgba(0, 0, 0, .12);
}

#menu .contentWrap {
	height: 58px;
}

#menu h1 a {
	display: block;
	float: left;
	width: 180px;
	height: 58px;
	background: url("../../images/logo.png") no-repeat left center;
	background-size: auto 48px;
}

#menu ul {
	float: right;
	height: 58px;
}

#menu li {
	float: left;
}

#menu li a {
	display: block;
	height: 58px;
	padding: 0 13px;
	line-height: 58px;
	font-weight: bold;
	font-size: 12px;
	color: #333;
}

#menu li:nth-child(1) a:before { content: "TOP"; }
#menu li:nth-child(2) a:before { content: "PRODUCT"; }
#menu li:nth-child(3) a:before { content: "HOW TO"; }
#menu li:nth-child(4) a:before { content: "MERIT"; }
#menu li:nth-child(5) a:before { content: "KNOWLEDGE"; }
#menu li:nth-child(6) a:before { content: "DETAIL"; }
#menu li:nth-child(7) a:before { content: "CONTACT"; }

#menu li a:hover {
	background: rgba(255, 255, 255, .45);
}

#main,
#eachProduct,
#usage,
#merit,
#knowledge,
#detail-FAQ,
#contact {
	position: relative;
	padding: 100px 0 80px;
}

#main {
	min-height: 620px;
	padding-top: 120px;
	background: url("../../images/bg_main.jpg") no-repeat center top;
}

#main .contentWrap {
	min-height: 560px;
}

#main .txtTagline:before {
	content: "Baby Waserin Lip";
	display: block;
	padding-top: 70px;
	font-size: 42px;
	font-weight: bold;
	line-height: 1.2;
}

#main h1:before {
	content: "Low-irritation lip care for babies and adults";
	display: block;
	margin-top: 18px;
	font-size: 24px;
	font-weight: bold;
}

#main .imgProduct {
	position: absolute;
	right: 120px;
	top: 45px;
	width: 145px;
	height: 336px;
	background: url("../../images/waserinlip_off.png") no-repeat center center;
	background-size: contain;
}

#main ol {
	margin-top: 35px;
}

#main ol li {
	float: left;
	width: 86px;
	height: 86px;
	margin-right: 12px;
	border-radius: 50%;
	background: #fff;
	border: 4px solid #ffd900;
	text-align: center;
	line-height: 86px;
	font-weight: bold;
}

#main ol li:nth-child(1):before { content: "No fragrance"; }
#main ol li:nth-child(2):before { content: "No color"; }
#main ol li:nth-child(3):before { content: "Paraben free"; }

#main dl {
	clear: both;
	padding-top: 34px;
}

#main dd a {
	display: inline-block;
	padding: 10px 24px;
	background: #333;
	color: #fff;
	font-weight: bold;
}

#eachProduct,
#merit,
#detail-FAQ {
	background: #fff;
}

#usage,
#knowledge,
#contact {
	background: #fff4b8;
}

#eachProduct h2:before,
#usage h2:before,
#knowledge .page1 h2:before,
#knowledge .page2 h3:before,
#detail-FAQ .faq h2:before {
	display: block;
	margin-bottom: 24px;
	font-size: 28px;
	font-weight: bold;
	line-height: 1.3;
}

#eachProduct h2:before { content: "Product"; }
#usage h2:before { content: "Usage"; }
#knowledge .page1 h2:before { content: "Knowledge"; }
#knowledge .page2 h3:before { content: "Moisturizing mechanism"; }
#detail-FAQ .faq h2:before { content: "FAQ"; }

.txtTagline {
	margin-bottom: 28px;
	font-size: 18px;
	font-weight: bold;
}

.smartUsing,
.thisTime,
.detailContent,
.faqContent,
.slide li {
	padding: 28px;
	background: rgba(255, 255, 255, .9);
}

.smartUsing {
	margin-bottom: 28px;
}

.smartUsing h3:before {
	content: "Smart application";
	display: block;
	margin-bottom: 18px;
	font-size: 20px;
	font-weight: bold;
}

dl {
	margin-bottom: 16px;
}

dt {
	font-weight: bold;
}

dd {
	margin-top: 4px;
}

#merit h2,
#detail-FAQ .detail h2 {
	margin-bottom: 28px;
}

#merit ul,
#eachProduct ul {
	overflow: hidden;
}

#merit li,
#eachProduct li {
	float: left;
	width: 180px;
	min-height: 120px;
	margin-right: 16px;
	background: #ffd900;
}

#merit li:before,
#eachProduct li:before {
	display: block;
	padding: 30px 16px;
	font-weight: bold;
	text-align: center;
}

#merit li:nth-child(1):before { content: "Gentle"; }
#merit li:nth-child(2):before { content: "Moisturizing"; }
#merit li:nth-child(3):before { content: "Simple"; }
#merit li:nth-child(4):before { content: "Portable"; }
#merit li:nth-child(5):before { content: "Family use"; }
#eachProduct li:nth-child(1):before { content: "Baby Waserin Lip"; }
#eachProduct li:nth-child(2):before { content: "Baby Waserin"; }

#knowledge .slide li {
	margin-bottom: 28px;
}

#knowledge .page2 .imgProduct {
	float: right;
	width: 90px;
	height: 210px;
	margin: 0 0 20px 28px;
	background: url("../../images/main_product.png") no-repeat center center;
	background-size: contain;
}

.txtBig {
	font-size: 120%;
	font-weight: bold;
}

.btnPrev,
.btnNext,
.btnPages {
	display: none;
}

#contact .contentWrap {
	overflow: hidden;
}

#contact .leftPart {
	float: left;
	width: 560px;
	font-size: 18px;
}

#contact .rightPart {
	float: right;
	width: 300px;
	text-align: right;
}

#contact .copyRight {
	margin-top: 14px;
	font-size: 12px;
}

.dsp,
.blackBg,
.floorBg,
.leftBg,
.rightBg,
.fixBg,
.hoverImg,
.btnMenu {
	display: none;
}

.clearfix:after {
	content: "";
	display: table;
	clear: both;
}
