<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* BASIC css start */
/* add */
.preload #hdHeader a, 
.preload #hdFooter a, 
.preload #main a {
	transition: all 0.3s ease 0s;
}
body {
	opacity: 0;
}
.fonts_loaded body { /* 웹폰트가 완전히 로드되었을 때 적용되는 클래스 */
	opacity: 1;
}
html {
	overflow-y: scroll;
}
body {
	-webkit-text-size-adjust: none; /* 모바일에서 text 사이즈 변동 없게 */
	-webkit-font-smoothing: antialiased; /* or subpixel-antialiased 웹킷 브라우저 웹폰트 선명하게 처리 */
	font-variant-ligatures: none; /* fi수정 */
	min-width: 1040px;
	transition: none;
}
img {
	/*image-rendering: optimizeSpeed;*/ /* low quality */
	/*image-rendering: optimizeQuality;*/ /* high quality */
	-ms-interpolation-mode: bicubic; /* blur */
	/* -ms-interpolation-mode: nearest-neighbor; /* sharpen */
	-webkit-backface-visibility: hidden; /* chrome anti aliasing */
	max-width: 100%;
}
a {
	color:#777;
	text-decoration:none;
	background: transparent;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
.float_l { float:left; } /* float left */
.float_r { float:right; } /* float right */
.none_blank { font-size: 0; line-height: 0; letter-spacing: -4px; } /* 이미지여백삭제 (안드로이드) */
@-moz-document url-prefix() { .none_blank {letter-spacing: 0;} } /* 파폭 */
.displaynone { display: none !important; }

#wrap {
	position: relative; z-index: 0;
}

/* subpage css */
#wrap .bbs-hd .link {
	display: none;
}
#wrap .bbs-tit, 
#wrap #content .tit-page {
	font-size: 30px; line-height: 30px; color: #000; font-weight: 700; letter-spacing: 0;
	padding: 30px 0 60px; margin: 0;
}

/* 상품관련 */
.prd_list {
	font-size: 0; letter-spacing: 0; line-height: 0;
	margin: 0 -20px;
}
.prd_list .box .box_prd {
	display: inline-block;
	vertical-align: top;
	font-size: 12px; letter-spacing: normal; line-height: 1.5;
	padding: 0 20px; margin: 0 0 80px;
	box-sizing: border-box;
	position: relative;
}
.prd_list .box .box_prd .discount_rate {
	position: absolute; top: -5px; right: 15px; z-index: 4;
	width: 35px; height: 35px;
	text-align: center;
	font-size: 13px; line-height: 35px; font-weight: 400; color: #fff;
	background: #000;
}
.prd_list .box .box_prd .over {
	position: absolute; top: -15px; left: 5px; right: 5px; bottom: -20px; z-index: 2;
	border: 4px solid #000;
	opacity: 0;
}
.prd_list .box .box_prd .addbtn {
	position: absolute; bottom: 0; right: 21px; z-index: 4;
	font-size: 0; letter-spacing: 0; line-height: 0;
}
.prd_list .box .box_prd .addbtn span {
	display: inline-block;
	height: 30px;
	font-size: 20px; color: #000; line-height: 28px;
	text-align: center;
	background: #fff;
	position: relative;
	padding: 0 5px; margin: 0 -1px;
	cursor: pointer;
	border: 1px solid #d4d4d4;
	box-sizing: border-box;
}
.prd_list .box .box_prd .addbtn img {
	opacity: 0;
	width: 30px; height: 30px;
	position: absolute; top: 0; left: 0;
}
.prd_list .box .box_prd .info {
	position: relative; z-index: 3;
}
.prd_list .box .box_prd .info .thumb {
	position: relative;
	margin: 0 0 20px;
}
.prd_list .box .box_prd .info .thumb img {
	width: 100%;
	vertical-align: top;
}
.mk_option_preview {
	margin: 30px 0 0 -147px;
}
#detailpage a {
	transition: none !important;
}
.prd_list .box .box_prd .info .name {
	font-size: 13px; font-weight: 700; color: #000; line-height: 1;
}
.prd_list .box .box_prd .info .subname {
	font-size: 11px; font-weight: 400; color: #aeaeae; line-height: 1;
	margin: 5px 0 0;
}
.prd_list .box .box_prd .info .price {
	font-size: 14px; font-weight: 700; color: #000;
	padding: 15px 0 0 0;
}
.prd_list .box .box_prd .info .price span {
	display: block;
	font-size: 12px; font-weight: 400; color: #aeaeae;
}
.prd_list .box.column2 .box_prd {
	width: 50%;
}
.prd_list .box.column3 .box_prd {
	width: 33.333%;
}
.prd_list .box.column4 .box_prd {
	width: 25%;
}
.prd_list .box.column5 .box_prd {
	width: 20%;
}


/* fixnotice */
#notice .fixnotice {
    background-color:white;
    position:relative;
    text-align:center;
    z-index:999;
}
#notice .fixnotice li{
    margin: 0 auto;
}


/* header */
#hdHeader {
	position: fixed; top: 0; left: -200px; right: 0; z-index: 30;
	background: #fff;
	transition: all 0.3s ease 0s;
	border-bottom: 2px solid #fff;
}
#wrap #hdHeader.on, #wrap #hdHeader.onscroll {
	background: #fff;
	transition: all 0.3s ease 0s;
	border-bottom: 2px solid #fff;
}

/* scroll convert */
#hdHeader.onscroll {
	height: 56px;
	transition: all 0.3s ease 0s;
    box-shadow: 0 2px 2px #00000044;
    background: white;
}
#hdHeader.onscroll .section h1 {
	padding-top: 0px;
	transition: all 0.3s ease 0s;
}
#hdHeader.onscroll #gnb {
	padding-top: 0;
	transition: all 0.3s ease 0s;
}
#hdHeader.onscroll #gnb &gt; ul &gt; li &gt; a {
	padding-bottom: 21px;
}
#hdHeader.onscroll .section .menu_r {
	padding-top: 17px;
	transition: all 0.3s ease 0s;
}
#hdHeader.onscroll #header .submenu {
	top: 56px;
	transition: all 0.3s ease 0s;
}

#hdHeader img {
	vertical-align: top;
}

#header .section {
    background-color: #fff;
}

#header .section h1 {
	float: left;
	padding: 30px 0 0 0;
	width: 245px;
	transition: all 0.3s ease 0s;
}
#header .section h1 .logo_big img {
	margin-left:20px;
}
#header .section h1 .logo_small {
	display: none;
	font-size: 28px; color: #000; line-height: 30px; font-weight: 700;
}
#header .section h1 .logo_small img {
	max-height: 56px; margin-left: 50px;
}
#header .section h1 a {
	text-decoration: none;
}
#gnb {
	float: left;
	padding: 36px 0 0 0;
	transition: all 0.3s ease 0s;
}
#gnb &gt; ul {
	float: left;
}
#gnb &gt; ul &gt; li {
	float: left;
}
#gnb &gt; ul &gt; li &gt; a {
	display: block;
	font-size: 14px; color: #515151; font-weight: 700; line-height: 15px;
	text-decoration: none;
	position: relative;
	padding: 22px 10px 15px;
}
#gnb &gt; ul &gt; li:hover &gt; a {
	color: #000000;
}
#gnb &gt; ul &gt; li:hover &gt; a:after {
	content: '';
	position: absolute; top: 41px; left: 15px; right: 15px;
	height: 3px;
	background: #5a5a5a;
}
#header .section .menu_r {
	float: right;
    margin-right: -30px;
	padding: 53px 0 0 0;
	transition: all 0.3s ease 0s;
}
#header .section .menu_r li {
	float: left;
	padding: 0 0 0 15px;
	position: relative;
}
#header .section .menu_r li:first-child {
	padding: 0;
}
#header .section .menu_r li a {
	display: block;
	text-decoration: none;
}
#header .section .menu_r li.text a {
	font-size: 12px; color: #515151; font-weight: 400; line-height: 20px;
}
#header .section .menu_r li.icon a {
	width: 24px; height: 24px;
	font-size: 24px; color: #515151; font-weight: 400; line-height: 24px;
	margin: -4px 0 0 0;
}
#header .section .menu_r li.icon.cart a &gt; span {
	position: absolute; top: -7px; right: -6px;
	display: block;
	width: 16px; height: 16px;
	font-size: 10px; color: #fff; font-weight: 400; line-height: 16px;
	font-family: 'Hind';
	background: #eb3123;
	border-radius: 50%;
	text-align: center;
}
#header .section .menu_r li.icon.allmenu a {
	color: #1500de;
}

#header .submenu {
	display: none;
	position: absolute;
    top: 85px;
    left: 190px;
    right: 0;
    background: #fff;
    min-height: 350px;
    overflow: hidden;
    border-bottom: 1px solid #e8e8e8;
    transition: all 0.3s ease 0s;
}
/*
#gnb &gt; ul &gt; li:nth-child(2) .submenu {
	display: block !important;
}
*/
#header .submenu .inner {
	min-width: 1040px; max-width: 1280px;
	box-sizing: border-box;
	padding: 0 40px 10px 200px; margin: 0 auto;
	min-height: 350px;
	position: relative; z-index: 1;
}
#header .submenu .inner .bg_img {
	position: absolute; top: 0; right: 50px; z-index:5;
}
#header .submenu .inner h2 {
	padding: 20px 0 10px;
	position: relative; z-index: 2;
}
#header .submenu .inner h2 a {
	font-size: 30px; line-height: 30px; color: #000; font-weight: 700;
	text-decoration: none;
}
#header .submenu .inner ul {
	position: relative; z-index: 2;
}
#header .submenu .inner li {
	padding: 4px 0;
}
#header .submenu .inner li a {
	font-size: 15px; line-height: 1.5; color: #898989;
	text-decoration: none;
}
#header .submenu .inner li a:hover {
	color: #000;
}

#header .pop_fixo {
	display: none;
	position: fixed; top: 0; left:0; right:0; bottom: 0; z-index: 999;
	background: rgba(0, 0, 0, 0.8);
	overflow: auto;
}
#header .pop_fixo .box {
	width: 1000px; height: 100%;
	margin: auto;
    display: table;
}
#header .pop_fixo .box .inner {
    display: table-cell;
    vertical-align: middle;
}


#header .pop_fixo .box .inner .box2 {
    width: 130px;
    text-align:right;
    padding-right:15px;
}
#header .pop_fixo .box .inner .box2 a{
    font-size:30px;
}
#header .pop_fixo .box .inner .box2-1 {
    width: 200px;
    margin-top:-7px;
}
#header .pop_fixo .box .inner .box2-1 a{
    width: 200px;
    margin-top:-7px;
    font-size:15px;
    line-height:30px;
}
#header .pop_fixo .box .inner .box3 {
    width: 180px;
    margin-top:-7px;   
}
#header .pop_fixo .box .inner .box3 a{
    width: 180px;
    margin-top:-7px;
    font-size:15px;
    line-height:25px;
}

#header .pop_fixo .inner .area_top {
	margin: 0 0 80px;
	position: relative;
}
#header .pop_fixo .logo_pop {
	position: absolute; top: 60px; left: -15px; bottom: 0;
}
#header .pop_fixo .btn_close {
	position:relative; top:50px; left:230px;
    margin-top:20px;
	width: 42px; height: 42px;
	border-radius: 50%;
	border: 4px solid #fff;
	text-align: center;
	line-height: 42px;
	font-size: 20px; color: #fff; font-weight: 700;
	cursor: pointer;
	transition: all 0.3s ease 0s;
}
#header .pop_fixo .btn_close:hover {
	color: #fff;
	border-color: #fff;
	transition: all 0.3s ease 0s;
}

#header .pop_allmenu {
	
}
#header .pop_allmenu .inner &gt; ul {
	margin: 80px 0 0 0;
}
#header .pop_allmenu .inner &gt; ul.first {
	margin: 0;
}
#header .pop_allmenu .inner &gt; ul &gt; li {
	float: left;
	width: 14.28%;
}
#header .pop_allmenu .inner &gt; ul &gt; li &gt; a {
	font-size: 16px; line-height: 16px; color: #fff; font-weight: 700;
	text-decoration: none;
	margin: 0 0 5px;
}
#header .pop_allmenu .inner &gt; ul &gt; li &gt; ul &gt; li {
	padding: 2px 0;
}
#header .pop_allmenu .inner &gt; ul &gt; li &gt; ul &gt; li &gt; a {
	font-size: 13px; line-height: 1.5; color: #fff;
}

#header .pop_search {
	
}
#header .pop_search .inner .area_search {
	margin: 100px 0 0 0;
	text-align: center;
}
#header .pop_search .inner .area_search .a_input input {
	font-size: 20px; line-height: 30px; color: #fff; font-weight: 700;
	padding: 0; margin: 0 auto 30px;
	border: 0; border-bottom: 3px solid #fff;
	width: 60%; max-width: 600px; height: 30px;
	text-align: left;
	background: transparent;
}
#header .pop_search .inner .area_search .a_input input::-webkit-input-placeholder { color: #fff; }
#header .pop_search .inner .area_search .a_input input:-moz-placeholder { /* FF 4-18 */ color: #fff; }
#header .pop_search .inner .area_search .a_input input::-moz-placeholder { /* FF 19+ */ color: #fff; }
#header .pop_search .inner .area_search .a_input input:-ms-input-placeholder { /* IE 10+ */ color: #fff; }
#header .pop_search .inner .area_search a {
	display: inline-block;
	font-size: 20px; line-height: 40px; color: #fff;
	text-decoration: none;
	position: relative;
	margin: 0 auto;
}
#header .pop_search .inner .area_search a:after {
	content: '';
	position: absolute; bottom: 0; left: 0; right: 0;
	height: 3px;
	background: #fff;
}
#header .pop_search .inner .area_search a:hover {
	color: #fff;
}
#header .pop_search .inner .area_search a:hover:after {
	background: #fff;
}


/* BASIC css end */

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