<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* BASIC css start */
#mask { display:none; position:fixed; top:0; left:0; right:0; bottom:0; width:100%; height:100%; background:rgba(0,0,0,0.6); z-index:200 }

/* header */
#header {position:relative;width:100%; background:none; z-index:100;}
.subbb #header{ height:190px;}
#header .headerTnb { margin:0 auto; position:absolute; width:100%;*zoom:1 }
#header .headerTnb:after { display:block; clear:both; content:'' }
#header .headerTnb .tnbLeft { float:left ;margin-left:108px;position:absolute;top:51px;}
#header .headerTnb .tnbLeft li { padding-right:9px; float:left }
#header .headerTnb .tnbLeft li a { display:block; height:45px; color:#6d6d6d; line-height:45px }
#header .headerTnb .tnbLeft li.noticeLine { padding-left:23px }
#header .headerTnb .tnbLeft li.noticeLine p { padding-left:21px; background:url(//image.makeshop.co.kr/makeshop/d3/basic_simple/common/ico_volume.gif) 0 17px no-repeat }
#header .headerTnb .tnbLeft li.noticeLine p a { font-size:11px; color:#7a7a7a; line-height:49px; line-height:53px \0/IE8+9 }
#header .headerTnb .tnbRight { float:right }
#header .headerTnb .tnbRight li { padding-left:10px; float:left }
#header .headerTnb .tnbRight li a { display:block; height:45px; color:#6d6d6d; line-height:45px;}

#header .headerTnb .tnbCenter{position:absolute;top:38%;left:50%;width:800px;margin-left:-400px;text-align:center;z-index:99;}

/* cate + account + community */

/*.toprighth2{position:relative;}*/
.toprighth2, .toprighth2 &gt; span{font-size: 12px;
    line-height: 12px;
    color: #555;
    transition: 0.3s linear;
    cursor: pointer;
    font-weight: normal;
    text-align: center;
    width: 100px;
    margin-left: 10px;}

.headerFix &gt; .main1200 &gt; div &gt; div.fixright:hover &gt; .toprighth2{color:#aaa;}
.headerFix &gt; .main1200 &gt; div &gt; div.fixright{display:inline-block;}
.headerFix &gt; .main1200 &gt; div &gt; div.fixright &gt; ul{position:absolute;padding-top:20px;width:100px;margin-left:10px;}
.headerFix &gt; .main1200 &gt; div &gt; div.fixright &gt; ul &gt; li{display:block;margin:0 0px 0 0;padding:10px 0;text-align:center;background:rgba(255,255,255,0.8);}
.headerFix &gt; .main1200 &gt; div &gt; div.fixright &gt; ul &gt; li a,.fixright ul &gt; li &gt; span{color:#555;transition:all 0.4s;font-size:12px;text-align:center;}
.headerFix &gt; .main1200 &gt; div &gt; div.fixright &gt; ul &gt; li a:hover,.fixright ul &gt; li &gt; span:hover{color:#aaa;}



.toprighth2 &gt; span:first-of-type,.fixright ul &gt; li &gt; a &gt; span:first-of-type{display:inline;}
.toprighth2 &gt; span.lastspan,.fixright ul &gt; li &gt; a &gt; span.lastspan{display:none;}
.toprighth2.korean &gt; span:first-of-type,.fixright ul &gt; li.korean &gt; a &gt; span:first-of-type{display:none;}
.toprighth2.korean &gt; span.lastspan,.fixright ul &gt; li.korean &gt; a &gt; span.lastspan{display:inline;}


/* 措墨抛绊府 */
.headerFix{position:relative;padding:43px 0 19px;margin-bottom:43px;z-index:9999;}

.main1200 &gt; div,.main1200 &gt; div &gt; div{display:inline-block;}

.category ul{display:inline-block;}
.category ul &gt; li{display:inline-block;}
.category ul &gt; li &gt; a{display:block;margin:0 24px 0 0;color:#555;font-size:12px;font-weight:normal;word-spacing:-1px;text-decoration:none;background:none;transition:all 0.3s linear;}
.category ul &gt; li &gt; a:hover{color:#aaa;}

.comm ul{display:none;}
.comm.over ul{display:block;}

.myaccount ul{display:none;}
.myaccount.over ul{display:block;}



.cartnum sup{display:inline-block;padding:0 0px 0 3px;font-size:12px;vertical-align:bottom;}



/* ***nivo-slider.css*** */
/*
 * jQuery Nivo Slider v3.2
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	width:100%;
	height:auto;
	overflow: hidden;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
	background:white; 
	filter:alpha(opacity=0); 
	opacity:0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	width:100%;
	z-index:8;
	padding: 5px 10px;
	opacity: 0.8;
	overflow: hidden;
	display: none;
	-moz-opacity: 0.8;
	filter:alpha(opacity=8);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next &amp; Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
display:block;
	text-align:center;
	padding: 15px 0;
}
.nivo-controlNav a {
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}


/* ***style.css*** */
/*=================================*/
/* Nivo Slider Demo
/* November 2010
/* By: Gilbert Pellegrom
/* http://dev7studios.com
/*=================================*/

/*====================*/
/*=== Reset Styles ===*/
/*====================*/

table {
	border-collapse:separate;
	border-spacing:0;
}
caption, th, td {
	text-align:left;
	font-weight:normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:"";
}
blockquote, q {
	quotes:"" "";
}
/* HTML5 tags */
header, section, footer,
aside, nav, article, figure {
	display: block;
}

/*===================*/
/*=== Main Styles ===*/
/*===================*/


.slider-wrapper { 
        position:relative;
	width: 100%; 
	margin: 0px auto;
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}

/* *** default.css *** */
/*
Skin Name: Nivo Slider Default Theme
Skin URI: http://nivo.dev7studios.com
Description: The default skin for the Nivo Slider.
Version: 1.3
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
Supports Thumbs: true
*/

.theme-default .nivoSlider {
	position:relative;
	background:#fff url(loading.gif) no-repeat 50% 50%;
    margin-bottom:10px;
    /*-webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a;*/
}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-default .nivoSlider a {
	border:0;
	display:block;
}

.theme-default .nivo-controlNav {
        position:absolute; width:1200px;
        right:50%;bottom:0; margin-right:-600px;
	text-align: right;
	padding: 20px 0;
        z-index:999;
}
.theme-default .nivo-controlNav a {
        
	display:inline-block;
	width:8px;
	height:8px;
	background:transparent;
        border-radius:10px;
        border:1px solid #fff;
        opacity:0.7;
	text-indent:-9999px;
	margin: 0 0 0 10px;font-size:0;
}
.theme-default .nivo-controlNav a.active {
	background:#fff;
}

.theme-default .nivo-directionNav a {
display:none;	
/*display:block;*/
	width:30px;
	height:30px;
		text-indent:-9999px;
	border:none;
	opacity: 1;
	-webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
/*.theme-default:hover .nivo-directionNav a { opacity: 1; }*/
.theme-default a.nivo-nextNav {
	background:url("/design/hanaunni12/hdesign/img/themes/default/next.png") no-repeat 50% 50%;
	right:15px;
}
.theme-default a.nivo-prevNav {
        background:url("/design/hanaunni12/hdesign/img/themes/default/prev.png") no-repeat 50% 50%;

	left:15px;
}

.theme-default .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.theme-default .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-default .nivo-caption a:hover {
    color:#fff;
}

.theme-default .nivo-controlNav.nivo-thumbs-enabled {
	width: 100%;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}


/* BASIC css end */

</pre></body></html>