/* BASIC css start */
.slideshow img { width : 100% !important; }
.slick-slider .slick-slide {
	border: 0;
	outline: 0;
}
.slick-slide a {
	border: 0;
	outline: 0;
}
.slick-slide img {
	width: 100%;
}
#mainslide .slick-slider ul.custom_paging {
	bottom: 0;
	width: 100%;
	text-align: right;
	margin: 0 auto;
	position: relative;
	right: 10px;
}
#mainslide .slick-slider ul.custom_paging li {
	position: absolute;
	right: 0;
	background-color: rgba(0, 0, 0, 0.3);
	width: 45px;
	height: 23px;
	text-align: center;
	line-height: 24px;
	border-radius: 100px;
	bottom: 10px;
	display: none;
	font-family: 'Roboto';
	font-weight: 500;
	color: #fff;
	font-size: 12px;
}
#mainslide .slick-slider ul.custom_paging li.slick-active {
	display: block !important;/*color:#fff000 !important;*/
}
.cateTit {
	padding-top: 35px;
	position: relative;
	text-align: center;
	padding-bottom: 15px;
}
.cateTit h3 {
	font-size: 35px;
	color: #004ea2;
	font-family: 'Roboto';
	font-weight: 700;
}
.product-wrap {
	margin:0 auto;
	position:relative;
	width:100%;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	-khtml-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.prdList {
	font-size: 0;/* margin-left: -10px; */
}
.product-wrap.special_slide {padding:0;}
.product-wrap.special_slide .prdList.slide_product {
        margin-left: 0;
    padding: 0 5px;
}
.product-wrap.special_slide .cateTit{padding: 35px 10px 35px 10px;}
.prdList li {
	position: relative;
	font-size: 12px;
	letter-spacing: 0;
	display: inline-block;
	vertical-align: top;
	width: 49%;
	margin: 0;
	overflow: hidden;
	/*width: 310px;*/
	margin: 0 0 22px 0;
	text-align: left;
}
.prdList li:nth-child(2n) {
	margin-left: 2%;
}
.prdList.slide_product li {
	text-align: left;
    margin: 0 5px 20px 5px;
}
.prdList li .thumbnail {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-khtml-box-sizing :border-box;
	-moz-box-sizing :border-box;
	-ms-box-sizing :border-box;
	-o-box-sizing :border-box;
	box-sizing :border-box;
	border: 1px solid #e8e8e8;
}
.prdList li .thumbnail img {
	width: 100%;
}
.prdList li .thumbnail a {
	display: block;
}
.prdList li .name {
	padding-top: 12px;
	height: 20px;
	overflow: hidden;
}
.prdList li .name a {
	font-family: 'NanumSquare';
	font-weight: 700;
	font-size: 20px;
	color: #2b2b2b;
	letter-spacing: -0.5px;
	line-height: 20px;
}
.prdList li .price_box {
	font-family: 'Roboto';
	font-weight: 700;
	font-size: 21px;
	color: #aeaeae;
	letter-spacing: 0;
	padding-top: 10px;
}
}
.item-cont ul.slick-dots, .honey_tip .tip_inner ul.slick-dots, .real_review .real_review_inner ul.slick-dots {
	font-size: 0;
	text-align: center;
}
.item-cont ul.slick-dots li, .honey_tip .tip_inner ul.slick-dots li, .real_review .real_review_inner ul.slick-dots li {
	width: 22px;
	height: 8px;
	margin: 0;
	background: #002550;
}
.item-cont ul.slick-dots li button, .honey_tip .tip_inner ul.slick-dots li button, .real_review .real_review_inner ul.slick-dots li button {
	font-size: 0;
	border: 0;
}
.item-cont ul.slick-dots li.slick-active, .honey_tip .tip_inner ul.slick-dots li.slick-active, .real_review .real_review_inner ul.slick-dots li.slick-active {
	background: #ffed00 !important;
}
.prdList.slide_product {
	margin-bottom: 10px;
}
.badges {
	position: absolute;
}
.badges .badge {
	width: 35px;
	height: 35px;
	background-color: #ffed00;
}
.badges .badge span {
	display: inline-block;
	width: 100%;
	color: #002550;
	text-align: center;
	font-size: 14px;
	line-height: 35px;
	font-family: 'Roboto';
	font-weight: 900;
}
.prdList.slide_product ul.slick-dots {
	top: -27px;
	position: absolute;
    right: 10px;
}
.pd_best_wrap {
	width:100%;
}
.pd_best_wrap .item_list_01 {
	width:100%;
	position: relative;
	font-size: 12px;
	letter-spacing: 0;
	display: inline-block;
	vertical-align: top;
	display: inline-block;
	/* zoom: 1; */
	width: 100%;
	/* margin: 25px 0.5% 0 0.5%; */
	overflow: hidden;
}
.pd_best_wrap .item_list_01 li {
	position:relative;
}
.pd_best_wrap .item_list_01 li .best_icon {
	position:absolute;
	top: 0;
	left:1px;
	width: 50px;
	height: 45px;
	background-image: url(/design/atop/bbdesign/images/m/best_bg1.png);
	text-align:center;
	line-height: 45px;
	background-size: 45px 45px;
	color:#00254f;
	font-size: 25px;
	font-family: 'Roboto';
	font-weight: 900;
}
.pd_best_wrap .item_list_01 .thumb {
	width: 100%;
	height: 100%;
	border: 1px solid #e8e8e8;
	box-sizing: border-box;
	/* position: relative; */
	text-align: center;
	background: #fff;
	vertical-align: middle;
}
.pd_best_wrap .item_list_01 .thumb img {
	box-sizing: border-box;
	width: 100%;
	max-height: 100%;
}
.pd_best_wrap .item_list {
	width: 100%;
	/* float:right; */
	position: relative;
	font-size: 0;
	letter-spacing: 0;
	vertical-align: top;
	display: inline-block;
	/* zoom: 1; */
	width: 100%;
	overflow: hidden;
}
.pd_best_wrap .item_list li {
	position:relative;
	float:left;
	width: 49%;
	/* margin-right:10px; */
	/* margin-bottom:10px; */
	font-size: 12px;
	-webkit-box-sizing: border-box;
	-khtml-box-sizing :border-box;
	-moz-box-sizing :border-box;
	-ms-box-sizing :border-box;
	-o-box-sizing :border-box;
	box-sizing :border-box;
}
.pd_best_wrap .item_list li:nth-child(2n+1) {
	clear: both;
}
.pd_best_wrap .item_list li .best_icon {
	position:absolute;
	/* top:5px; */
	left:1px;
	width: 30px;
	height: 27px;
	background-image: url(/design/atop/bbdesign/images/m/best_bg2.png);
	text-align:center;
	line-height: 27px;
	background-size: 30px 27px;
	color:#00254f;
	font-size: 15px;
	font-family: 'Roboto';
	font-weight: 900;
}
.pd_best_wrap .item_list li:nth-child(2n) {
	float:right;
	margin-right:0;
}
.pd_best_wrap .item_list li .thumb {
	width:100%;
	height:100%;
	border:1px solid #e8e8e8;
	box-sizing:border-box;
}
.pd_best_wrap .item_list li .thumb img {
	width:100%;
	max-height: 100%;
}
.pd_best_wrap .item_list_01 .prd_info01 {
	padding-top:15px;
	padding-bottom: 25px;
}
.pd_best_wrap .item_list_01 .prd_info {
	font-size: 0;
}
.pd_best_wrap .item_list_01 .prd_info .prd_name {
	font-size: 23px;
	font-family: 'NanumSquare';
	font-weight: 700;
	color: #414141;
	letter-spacing: -0.5px;
	width: 70%;
	display: inline-block;
	text-align: left;
	line-height: 25px;
}
.pd_best_wrap .item_list_01 .prd_info .prd_subname {
	font-size:20px;
	padding-bottom:15px;
	white-space:pre-wrap;
	font-family: 'NanumSquare';
	font-weight: 300;
}
.pd_best_wrap .item_list_01 .prd_info .prd_price {
	font-size: 23px;
	/* line-height: 150%; */
	font-family: 'Roboto';
	font-weight: 700;
	color: #aeaeae;
	letter-spacing: -0.2px;
	width: 30%;
	display: inline-block;
	text-align: right;
	line-height: 25px;
}
.pd_best_wrap .item_list_01 .prd_info .prd_price .price { /*font-size:25px;*/
}
.pd_best_wrap .item_list .prd_info02 {
	padding-top: 12px;
}
.pd_best_wrap .item_list .prd_info {
	font-size: 0;
}
.pd_best_wrap .item_list .prd_info .prd_name {
	font-size:30px;
	/*padding-bottom:15px;*/
	font-family: 'NanumSquare';
	font-weight: 400;
	font-size: 20px;
	margin-bottom: 10px;
	font-family: 'NanumSquare';
	font-weight: 700;
	color: #414141;
	letter-spacing: -0.5px;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
}
.pd_best_wrap .item_list .prd_info .prd_subname {
	font-size:16px;
	padding-bottom:15px;
	white-space:pre-wrap;
	font-family: 'NanumSquare';
	font-weight: 300;
}
.pd_best_wrap .item_list .prd_info .prd_price {
	font-size: 21px;
	font-family: 'Roboto';
	font-weight: 700;
	color: #aeaeae;
	line-height: 21px;
	padding-bottom: 25px;
}
.pd_best_wrap .item_list .prd_info .prd_price .price { /*font-size:25px;*/
}
.best_area {
	display: none;
}
.best_area.active {
	display: block !important;
}
.main_best {
	padding-bottom: 40px;
	position: relative;
}
.main_best .tab {
	overflow: hidden;
	padding-bottom: 10px;
}
.main_best .tab li {
	float: left;
	width: 25%;
	border: 1px solid #e8e8e8;
	border-left: 0;
	border-right: 0;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.main_best .tab li.active {
	border-bottom: 3px solid #ffed00;
}
.main_best .tab li span {
	font-family: 'NanumSquare';
	font-weight: 400;
	/*color: #aeaeae;*/
        color:#004ea2;
	font-size: 15px;
	display: block;
	height: 37px;
	line-height: 37px;
	text-align: center;
	border: 1px solid #fff;
	cursor: pointer;
	position: relative;
	letter-spacing: 0;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.main_best .tab li.active span {
	height: 35px;
	line-height: 37px;
	font-family: 'NanumSquare';
	font-weight: 800;
	/*color: #2b2b2b;*/
}
.main_banner, .main_banner2 {
}
.main_banner ul.slick-dots, .main_banner2 ul.slick-dots {
	bottom: 20px;
	width: 100%;
	text-align: center;
	margin: 0 auto;
	position: absolute;
	font-size: 0;
}
.main_banner ul.slick-dots li, .main_banner2 ul.slick-dots li {
	width: 10px;
	display: inline-block;
	font-size: 12px;
	background: rgba(0,0,0,0.3);
	height: 10px;
	border-radius: 10px;
	margin: 5px;
}
.main_banner ul.slick-dots li button, .main_banner2 ul.slick-dots li button {
	font-size: 0;
	border: 0;
}
.main_banner ul.slick-dots li.slick-active, .main_banner2 ul.slick-dots li.slick-active {
	background: #002550 !important;
	width: 20px;
	-webkit-transition:width 0.2s, height 0.2s, background-color 0.2s, -webkit-transform 0.2s;
	-khtml-transition:width 0.2s, height 0.2s, background-color 0.2s, -webkit-transform 0.2s;
	-moz-transition:width 0.2s, height 0.2s, background-color 0.2s, -webkit-transform 0.2s;
	-ms-transition:width 0.2s, height 0.2s, background-color 0.2s, -webkit-transform 0.2s;
	-o-transition:width 0.2s, height 0.2s, background-color 0.2s, -webkit-transform 0.2s;
	transition:width 0.2s, height 0.2s, background-color 0.2s, transform 0.2s;
}
.honey_tip .cateTit {
	text-align: center;
	padding-top: 55px;
	padding-bottom: 20px;
}
.honey_tip .cateTit h3 {
	font-family: 'NanumSquare';
	font-weight: 800;
	padding-bottom: 15px;
    padding-top:20px;
	font-size: 30px;
}
.honey_tip .cateTit span {
	font-family: 'NanumSquare';
	font-weight: 400;
	font-size: 13px;
	color: #000;
	letter-spacing: -0.5px;
}
.honey_tip .tip_inner {
	width: 100%;
	margin: 0 auto;
}
.honey_tip .tip_inner .li {
	margin: 0 10px;
}
.honey_tip .tip_inner .li .thumnail {
	width: 100%;
	height: auto;
	border: 1px solid #e8e8e8;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin-bottom: 20px;
}
.honey_tip .tip_inner .li .thumnail img {
	width: 100%;
	height: 100%;
	margin: 0 auto;
}
.honey_tip .tip_inner ul.slick-dots li, .real_review .real_review_inner ul.slick-dots li {
	display: inline-block;
}
.honey_tip .tip_inner p {
	font-family: 'NanumSquare';
	font-weight: 400;
	font-size: 16px;
	text-align: left;
	width: 90%;
	overflow: hidden;
	height: 16px;
        display:none;
}
.honey_tip .tip_inner .li a {
	display: block;
}
.honey_tip .tip_inner ul.slick-dots, .real_review .real_review_inner ul.slick-dots {
	margin-top: 50px;
	text-align: center;
}
.main_set_banner {
	width: 100%;
	margin: 0 auto;
	margin-bottom: 0;
	margin-top:40px;
}
.main_set_banner img, .main_set_banner2 img {
	width: 100%;
}
.main_banner2 {
	margin-bottom: 10px;
}
.prdList.x3x {
	margin-left: 0;
}
.prdList.x3x li {
	width: 33.333%;
	-webkit-box-sizing: border-box;
	-khtml-box-sizing :border-box;
	-moz-box-sizing :border-box;
	-ms-box-sizing :border-box;
	-o-box-sizing :border-box;
	box-sizing :border-box;
	margin: 0;
}
.prdList.x3x li .thumbnail {
	margin: 0 auto;
	border: 0;
}
.prdList.x3x li .name a {
	font-family: 'NanumSquare';
	font-weight: 300;
	color: #000;
	font-size: 35px;
	letter-spacing: 0;
}
.prdList.x3x li .price_box {
	color: #000;
	font-size: 40px;
	padding-top: 15px;
}
.morebtn {
	padding: 30px 0;
	text-align: center;
}
.morebtn a {
	display: inline-block;
}
.real_review .cateTit {
	text-align: center;
	padding-top: 20px;
}
.real_review .cateTit h3 {
	padding-bottom: 35px;
	font-family: 'Roboto';
	font-weight: 700;
}
.real_review .cateTit span {
	font-family: 'NanumSquare';
	font-weight: 400;
	font-size: 13px;
	color: #000;
	letter-spacing: -0.5px;
}
.honey_tip, .real_review {
	margin: 0 auto;
	position: relative;
	width: 100%;
}
.real_review_inner {
	padding: 0 10px;
	margin-left: -5px;
}
.real_review_inner a {
	padding-left: 5px;
}
.main_best .cateTit {
	padding-left: 10px;
	padding-right: 10px;
    padding-bottom:0px;
}
ul.prdList.x2x.set {
}
ul.prdList.x2x.set li .thumbnail {
	border: 0;
	border-bottom: 1px solid #dfdfdf;
}
ul.prdList.x2x.set li {
	width: 49.8%;
	border-right: 1px solid #dfdfdf;
	text-align: center;
	margin: 0;
}
ul.prdList.x2x.set li:nth-child(2n) {
	margin-left: 0;
	border-right: 0;
}
ul.prdList.x2x.set li .description {
	padding-bottom: 15px;
	padding-top: 3px;
}
.main_set_banner2 {
	width: 100%;
	margin: 0 auto;
	margin-bottom: 0;
	margin-top: 0;
}
.product-wrap.cera {
	padding: 0;
	padding-top: 30px;
}
.cera_list {
	font-size: 0;
	padding: 0 30px;
}
.cera_list li {
	width: 100%;
	position: relative;
}
.cera_list li .thumbnail {
	width: 45%;
	display: inline-block;
	font-size: 12px;
	vertical-align: middle;
}
.cera_list li .thumbnail img {
	width: 100%;
}
.cera_list li .description {
	width: 55%;
	display: inline-block;
	font-size: 12px;
	font-family: 'NanumSquare';
	font-weight: 300;
	font-size: 17px;
	color: #000000;
	vertical-align: middle;
}
.cera_list li .description .price_box {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	padding-top: 18px;
}
.last_banner {
	width: 100%;
	margin: 0 auto;
	margin-top: 50px;
}
.last_banner_inner {
	padding: 0 10px;
}
.last_banner img {
	width: 100%;
}

.footer_banner {margin-top: 50px;}
.footer_banner ul{font-size:0}
.footer_banner ul li {width:20%;display:inline-block;font-size:12px;text-align: center;}
.footer_banner ul li img{max-width:100%;}


.insta {
    display: block;
	padding-top: 30px;
}
.insta_title {
	text-align: center;
}
.insta_title img {
	width: 350px;
}
.insta_title p a{
	font-family: 'Roboto';
	font-weight: 400;
	color: #999999;
	font-size: 13px;
	padding-top: 10px;
	padding-bottom: 15px; display:block;
}
#instafeed {
	margin: 0 auto;
	position: relative;
	width: 100%;
	-webkit-box-sizing: border-box;
	-khtml-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
    display: table;
}
#instafeed .insta_link {
	/*width: 50%;*/
	width: 20%;
	float: left;
}
#instafeed .insta_link img {
	width: 100%;
}




.pd_best_wrap .item_list .prd_info .prd_price strike, .pd_best_wrap .item_list_01 .prd_info .prd_price strike {
    font-size: 15px;
}


/* 200406 - º¸´ÏÇÃ·£Æ® Ãß°¡ */

.bonnie_slide{position:relative;margin:50px 0 5px}
.bonnie_slide ul li > div{padding:0 !important}
.bonnie_slide ul.slick-dots{
	bottom: 20px;
	width: 100%;
	text-align: center;
	margin: 0 auto;
	position: absolute;
	font-size: 0;
}
.bonnie_slide ul.slick-dots li{
	width: 10px;
	display: inline-block;
	font-size: 12px;
	background: rgba(0,0,0,0.3);
	height: 10px;
	border-radius: 10px;
	margin: 5px;
}
.bonnie_slide ul.slick-dots li button{
	font-size: 0;
	border: 0;
}
.bonnie_slide ul.slick-dots li.slick-active{
	background: #002550 !important;
	width: 20px;
	-webkit-transition:width 0.2s, height 0.2s, background-color 0.2s, -webkit-transform 0.2s;
	-khtml-transition:width 0.2s, height 0.2s, background-color 0.2s, -webkit-transform 0.2s;
	-moz-transition:width 0.2s, height 0.2s, background-color 0.2s, -webkit-transform 0.2s;
	-ms-transition:width 0.2s, height 0.2s, background-color 0.2s, -webkit-transform 0.2s;
	-o-transition:width 0.2s, height 0.2s, background-color 0.2s, -webkit-transform 0.2s;
	transition:width 0.2s, height 0.2s, background-color 0.2s, transform 0.2s;
}


.bonnie_banner{position:relative}
.bonnie_banner .item-wrap{margin:0 auto}
.bonnie_banner ul:after{display:block;clear:both;content:""}
.bonnie_banner ul li{float:left;width:calc((100% - 5px) / 2);margin-left:5px}
.bonnie_banner ul li:nth-of-type(1){margin-left:0}
.bonnie_banner ul li a{display:block}
.bonnie_banner ul li a img{width:100%}

.bonnie_item{position:relative;margin:30px 0 50px;padding:0 10px}
.bonnie_item .item-wrap{margin:0 auto}
.bonnie_item ul:after{display:block;clear:both;content:""}
.bonnie_item ul li{float:left;width:calc((100% - 10px) / 2);margin-left:10px}
.bonnie_item ul li:nth-of-type(2n+1){margin-left:0}
.bonnie_item ul li:nth-of-type(n+3){margin-top:10px}
.bonnie_item ul li a{display:block}
.bonnie_item ul li a img{width:100%}



.insta_inner .insta_img{overflow:hidden;}
.insta_inner .insta_img li{float:left; width:50%; padding:5px; box-sizing:border-box; }
.insta_inner .insta_img li img{width:100%;}




/* BASIC css end */

