/* BASIC css start */
/******************************
  상단
*******************************/
#header {
	position:relative;
	width:1500px;
	z-index:100
}
.top_space {
	height:1px;
	background-color:#dda778;
}
#comment_top {
	width:100%;
	height:100px;
	margin:0;
	padding:0;
	background-color:#dda778;
	position:relative;
}
#header {
	height:70px;
	margin:0 auto;
}
#header .top_logo { 
	float:left;
	padding:10px 10px 0 0;
}
#header .section1 #left_menu {
	margin: 0;
	padding: 0;
	float: left;
	width: 1500px;
	font-size: 0;
}
#header .section1 #left_menu > li {
	padding:0 10px;
	text-align:center;
	position:relative;
	display:inline-block;
	float:left;
	height:40px;
}
.dark_gr {
	color:#787878 !important;
}
#header .section1 #left_menu > li > a {
	display:block;
	color:#f3f3f3;
	font-size:13px;
	line-height:60px;
	padding:0 16px;
}
/*상단메뉴오버시 아래밑줄효과
#header .section1 #left_menu > li .mouse_hover,
#header .section1 #left_menu > li > a:hover {box-shadow:0 -3px 0 0  rgba(255,255,255,1) inset;}
*/
#header .section1 #left_menu > li .sub1 {
	background-color: #fff;
	display: none;
	position: absolute;
	top: 55px;
	left: -5px;
	z-index: 20;
	min-width: 100px;
	padding: 10px 5px 5px 5px;
	border: 1px solid #000;
}
#header .section1 #left_menu > li .sub1 > li {
	position:relative;
	height:30px;
}
#header .section1 #left_menu > li .sub1 > li .sub_cate_on_arrow {
	position:absolute;
	top:40%;
	right:5px;
	background:url('/design/vivina/MK_renewal/img/sub_cate_on.png') no-repeat;
	z-index:20;
	width:5px;
	height:8px;
	margin-top:-2px;
	-webkit-transition:-webkit-transform 150ms ease-out;
	-moz-transition:transform 150ms ease-out;
	-ms-transition:transform 150ms ease-out;
	-o-transition:transform 150ms ease-out;
	transition:transform 150ms ease-out
}
#header .section1 #left_menu > li .sub1 > li .sub_cate_on_arrow.rotateon {
	-webkit-transform-origin:50% 50%;
	-moz-transform-origin:50% 50%;
	-ms-transform-origin:50% 50%;
	-o-transform-origin:50% 50%;
	transform-origin:50% 50%;
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	transform:rotate(180deg)
}
#header .section1 #left_menu > li .sub1 > li > a {
	text-align:left;
	display:block;
	line-height:30px;
	height:30px;
	font-size:12px;
	color:#6e6e6e;
	padding:0 0 0 10px;
	margin:0;
}
#header .section1 #left_menu > li .sub1 > li > .sub_mouse_hover, #header .section1 #left_menu > li .sub1 > li > a:hover {
	text-decoration:none;
	padding:0 0 0 15px;
}
#header .section1 #left_menu > li .sub1 > li .sub2 {
	display:none;
	position:absolute;
	top:-5px;
	left:100%;
	z-index:21;
	width:120px;
	background-color:#383939;
	padding:5px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}
#header .section1 #left_menu > li .sub1 > li .sub2 > li {
	height:30px;
}
#header .section1 #left_menu > li .sub1 > li .sub2 > li > a {
	text-align:left;
	display:block;
	line-height:30px;
	height:30px;
	font-size:11px;
	color:#fff;
	padding:0 0 0 10px;
	margin:0;
	font-family:'Roboto', "Nanum Gothic", sans-serif;
}
#header .section1 #left_menu > li .sub1 > li .sub2 > li > a:hover {
	padding:0 0 0 15px;
	text-decoration:none;
}
#header .section1 #left_menu > li .sub1_2 {
	background-color:#fff;
	display:none;
	position:absolute;
	top:55px;
	left: 0px;
	z-index:20;
	width:1460px;
	padding:20px 15px;
	border:1px solid #000;
}
#header .section1 #left_menu > li .sub1_2 > li {
	position:relative;
	height:30px;
}
#header .section1 #left_menu > li .sub1_2 > li .sub_cate_on_arrow {
	position:absolute;
	top:40%;
	right:5px;
	background:url('/design/vivina/MK_renewal/img/sub_cate_on.png') no-repeat;
	z-index:20;
	width:5px;
	height:8px;
	margin-top:-2px;
	-webkit-transition:-webkit-transform 150ms ease-out;
	-moz-transition:transform 150ms ease-out;
	-ms-transition:transform 150ms ease-out;
	-o-transition:transform 150ms ease-out;
	transition:transform 150ms ease-out
}
#header .section1 #left_menu > li .sub1_2 > li .sub_cate_on_arrow.rotateon {
	-webkit-transform-origin:50% 50%;
	-moz-transform-origin:50% 50%;
	-ms-transform-origin:50% 50%;
	-o-transform-origin:50% 50%;
	transform-origin:50% 50%;
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	transform:rotate(180deg)
}
#header .section1 #left_menu > li .sub1_2 > li > a {
	text-align:left;
	display:block;
	line-height:30px;
	height:30px;
	font-size:11px;
	color:#fff;
	padding:0 0 0 10px;
	margin:0;
	font-family:'Roboto', "Nanum Gothic", sans-serif;
}
#header .section1 #left_menu > li .sub1_2 > li > .sub_mouse_hover, #header .section1 #left_menu > li .sub1_2 > li > a:hover {
	text-decoration:none;
	padding:0 0 0 15px;
}
#header .top_cart {
	display: inline-block;
	position: relative;
	vertical-align:middle;
}
#header .top_cart li {
        text-align: center;
        position: relative;
        display: inline-block;
        float: left;
        height: 70px;
}
#header .top_cart a {
        display: block;
        color: #f3f3f3;
        font-size: 13px;
        line-height: 50px;
        padding: 0 9px;
}
#header .top_cart a img {
	vertical-align:top;
}
#header .top_cart a #user_basket_quantity {
	position: absolute;
	bottom: 0px;
	right: -2px;
	height: 13px;
	width: 13px;
	font-size: 11px;
}



#header .btn_ham {
	float:left;
	position:relative;
	height:10px;
	line-height:10px;
	cursor:pointer;
}
#header .btn_ham img.sch_img {
	margin-right:35px;
}


#header .btn_ham1 {
	float:right;
	position:relative;
	height:10px;
	line-height:10px;
	cursor:pointer;
}
#header .btn_ham1 img.sch_img {
	margin-right:20px;
}



.sub1_2:after {
	content: "";
	display: block;
	clear: both;
}
.sub1_2 .blue_box {
	width:100px;
	margin-right:10px;
	float:left;
}
.sub1_2 .blue_box li {
	background:#c07960;
	height:65px;
	line-height:65px;
	margin-bottom:5px;
}
.sub1_2 .blue_box li a {
	color:#fff !important;
}
.sub1_2 .gray_box {
	width:130px;
	margin-right:5px;
	float:left;
}
.sub1_2 .gray_box .big_cate {
	background:#737373;
	height:35px;
	line-height:35px;
	text-align:center;
	margin-bottom:10px;
}
.sub1_2 .gray_box .big_cate a {
	color:#fff !important;
}
.sub1_2 .gray_box .big_cate.two {
	margin-top:25px;
}
.sub1_2 .gray_box .big_cate.th {
	margin-top:50px;
}
.sub1_2 .gray_box .big_cate a {
	color:#fff;
}
.sub1_2 .gray_box .mid_cate {
	background:#fff;
	height:25px;
	line-height:25px;
	text-align:center;
	text-align:left;
	padding:0 15px;
}
.sub1_2 .gray_box .mid_cate a {
	color:#737373;
}
#header .btn_ham .top_comm {
	width:368px;
	margin:20px auto 0px;
}
#header .btn_ham .top_comm ul li a {
	display:block;
	height:30px;
	font-size:13px;
	width:175px;
	line-height:30px;
	color:#fff;
	border-bottom:1px solid #7a7a7a;
	margin-bottom:4px;
	font-family: 'Roboto Condensed', sans-serif;
	text-align:center;
}
#header .btn_ham .top_comm ul li a:hover {
	color:#fff;
	border-bottom:1px solid #fff;
}
#comment_top.fixed {
	position:fixed;
	top:8px;
	z-index:100;
-webkit-transition: .3s ease-in-out;
transition: .3s ease-in-out;
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
	-webkit-backface-visibility: hidden;
}
#comment_top.fixed .top_login_area {
	opacity:0;
	position:absolute;
	top:78px;
	height:0;
	overflow:hidden;
}
#header .color_box {
	margin:0 auto;
	width:370px;
	padding-top:20px;
}
#header .left_area_li {
	float:left;
}
#header .right_area_li {
	float:left;
	margin-left:150px;
}
#header .right_area_li .color_s_ul {
	clear:both;
}
#header .right_area_li .color_s_ul li {
	float:left;
	padding-right:10px;
	padding-top:10px;
}
#header .right_area_li .color_s_ul li img {
	padding-top:0 !important;
}
#header .right_area_li .color_s_ul1 {
	clear:both;
}
#header .right_area_li .color_s_ul1 li {
	float:left;
	padding-right:10px;
	padding-top:0 !important;
}
#header .right_area_li .color_s_ul1 li img {
	padding-top:0 !important;
}
.tit_color {
	font-size:12px;
	color:#fff;
	padding-left:10px;
}
.search_bar {
	position: absolute;
	left: 170px;
	top: 10px;
	width: 230px;
	height: 18px;
	border: 1px solid #000;
	background: #fff;
	padding: 7px 10px;
}
.search_bar a img {
	padding-left:30px;
}
.MS_search_word {
	width: 150px;
	height: 20px;
	line-height: 20px;
	border:none;
}


/******************************
  우측고정메뉴
*******************************/
.fix_rt_content .bottom_btn {
    position: absolute;
    bottom: 0px;
}
.fix_rt_content .bottom_btn:after {
	content: "";
	display: block;
	clear: both;
}.fix_rt_content .bottom_btn .top {
    border-right: 1px solid #eaeaea;
    width: 119px;
    height: 50px;
    line-height: 50px;
    text-align:center;
    float:left;
}
.fix_rt_content .bottom_btn .down  {
    width: 120px;
    height: 50px;
    line-height: 50px;
    text-align:center;
    float:left;
}

.fix_rt_content .fix_customer {
    padding: 20px;
    background: #e7eaf4;
    position: absolute;
    bottom: 50px;
    width: 200px;
}
.fix_rt_content .fix_customer .tit {
    font-family: 'LatoBold', sans-serif;
    color: #000;
    text-align: center;
}
.fix_rt_content .fix_customer .line {height:1px;width:10px; background:#000; margin:7px auto 5px;}
.fix_rt_content .fix_customer .num {
    font-weight: bold;
    color: #607ed4;
    font-size: 30px;
    text-align: center;
}

.fix_rt_content .fix_customer .gray {
    color: #707070;
    font-size: 13px;
    text-align: center;
    margin: 3px 0;
}
.fix_rt_content .fix_customer .customer_box {
    background: #6280d5;
    text-align: center;
    width: 145px;
    margin: 15px auto 5px;
    height: 35px;
    line-height: 30px;
}
.fix_rt_content .fix_customer .customer_box a {color:#fff;}
.fix_rt_content .cate_icon {
    margin: 0 15px 10px 15px;
}
.fix_rt_content .cate_icon ul {}
.fix_rt_content .cate_icon ul:after {
	content: "";
	display: block;
	clear: both;
}
.fix_rt_content .cate_icon ul a {
    display: block;
    float: left;
    width: 45px;
    padding: 0 3px;
    margin-bottom: 10px;
}

.fix_rt_content .cate_icon ul a:last-child {
    margin-right: 0px;
}


.fix_rt_content .cate_icon ul a li {
    /*  background: url(/design/vivina/MK_renewal/img/fix_cateicon_bg.png);  */
    padding-top: 15px;
    background-size: 100%;
    font-size: 13px;
    background-repeat: no-repeat;
    text-align: center;
    letter-spacing: -0.1em;
}

.fix_rt_content .hasi {
    margin: 0 20px 10px 20px;
    width: 200px;
}
.fix_rt_content .hasi div {}
.fix_rt_content .hasi div a {
    background: #e7eaf4;
    padding: 7px 8px;
    color: #000;
    font-size: 13px;
    margin-right: 5px;
    display: inline-block;
    letter-spacing: -0.05em;
    margin-bottom: 5px;
}
.fix_rt_content .kabn {
    padding: 10px 20px 10px 20px;
    width: 200px;
}
.fix_rt_content .kabn img {width:100%;}

.fix_rt_content .box {
    border-left: 1px solid #eaeaea;
    border-top: 1px solid #eaeaea;
    width: 200px;
    margin: 0 20px 20px 20px;
}

.fix_rt_content .box li {border-bottom:1px solid #eaeaea;}
.fix_rt_content .box li:after {
	content: "";
	display: block;
	clear: both;
}
.fix_rt_content .box li a {
    border-right: 1px solid #eaeaea;
    float: left;
    height: 35px;
    line-height: 35px;
    display: block;
    text-align: center;
    width: 65.5px;
    color: #696969;
    font-size: 12px;
    font-family: 'Lato', sans-serif;
    letter-spacing: -0.02em;
}

.fix_rt_menu {
	position:fixed;
	top:0px;
	right:-240px;
	z-index:9999;
	bottom:0px;
	width:240px;
}
.fix_rt_menu .fix_rt_content .rt_btn {
	width:51px;
	height:51px;
	position:absolute;
	top:194px;
	left:-60px;
	z-index:20;
	cursor:pointer;
	background:url('/design/vivina/MK_renewal/img/fixmenu_arrow_close.png');
}

.fix_rt_menu .fix_rt_content .rt_btn.fixclose_bt {
	width:51px;
	height:51px;
	position:absolute;
	top:194px;
	left:-60px;
	z-index:20;
	cursor:pointer;
	background:url('/design/vivina/MK_renewal/img/fixmenu_arrow.png');
}


.fix_rt_menu .fix_rt_content {
    position: relative;
    z-index: 40;
    width: 240px;
    background: #fff;
    height: 100%;
    padding: 0px;
    box-shadow: 0px -5px 20px 0px #666;
}

/* BASIC css end */

