@charset "euc-kr";

body {
	width: 100%;
	height: 100%;
	font-size: 13px;
	font-family: Nanum Barun Gothic;
	color: #444;
	-webkit-text-size-adjust: none
}

body.fixed {
	overflow: hidden
}

a:link,
a:visited,
a:active {
	color: #444
}

a:hover {
	color: #222
}

.tc {
	text-align: center !important
}

.tl {
	text-align: left !important
}

.tr {
	text-align: right !important
}

.fl {
	float: left !important
}

.fr {
	float: right !important
}

.clr:after {
	content: '';
	display: block;
	clear: both
}

.mgt3 {
	margin-top: 3px !important
}

.mgt5 {
	margin-top: 5px !important
}

.mgt10 {
	margin-top: 10px !important
}

.mgt15 {
	margin-top: 15px !important
}

.mgt20 {
	margin-top: 20px !important
}

.mgt30 {
	margin-top: 30px !important
}

.mgt50 {
	margin-top: 50px !important
}

.pdb5 {
	padding: 0 0 5px 0 !important
}

.pdb10 {
	padding: 0 0 10px 0 !important
}

.red {
	color: #ff0000 !important
}

.blue {
	color: #2088f0 !important
}

.green {
	color: #1f9010 !important
}

.invisible,
legend,
hidden {
	position: absolute;
	top: -9999px;
	visibility: hidden;
	font-size: 0;
	line-height: 0
}

.btn_input {
	border-right: #777 2px solid;
	border-top: #777 1px solid;
	font-size: 12px;
	border-left: #777 1px solid;
	border-bottom: #777 2px solid;
	height: 22px;
	padding: 0 5px 0 5px
}

input {
	vertical-align: middle
}

.input {
	height: 28px;
	padding: 0 0 0 5px;
	border: 1px solid #e3e3e3;
	font-size: 14px;
	color: #777;
	box-sizing: border-box;
}

textarea {
	border: 1px solid #cdcdcd;
	color: #777;
	font-size: 12px;
}

select {
	height: 24px;
	vertical-align: middle;
	color: #777;
	font-family: dotum;
	letter-spacing: -1px;
	font-size: 11px;
}

.selectbox {
	width: 100%;
	height: 34px;
	padding: 3px 0 3px 5px;
	border: 1px solid #e3e3e3;
	border-radius: 0;
	background: url(/html/images/common/select_arrow2.gif);
	background-color: #fff;
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 34px 34px;
	-webkit-background-size: 34px 34px;
	-webkit-appearance: none;
	-moz-appearance: none;
	font-size: 12px;
	color: #000
}

input[type="text"],
input[type="number"],
input[type="password"],
input[type="submit"],
input[type="tel"],
input[type="email"],
input[type="button"] {
	-webkit-border-radius: 0;
	/* ios ¶ó¿îµå */
	-webkit-appearance: none;
	/* ios ±×¸²ÀÚ */
}

input[type='checkbox'] {
	background: #fff;
	border: solid 2px #aaa;
	width: 20px;
	height: 20px;
	-webkit-appearance: none;
	-webkit-border-radius: 4px;
	vertical-align: -7px;
}

input[type='checkbox']:checked {
	background: #fff;
	border: solid 2px #aaa;
}

input[type='checkbox']:checked:after {
	content: '';
	display: block;
	width: 14px;
	height: 14px;
	background: #333;
	position: relative;
	top: 1px;
	left: 1px;
	-webkit-border-radius: 2px;
}

input[type='radio'] {
	background: #fff;
	border: solid 1px #aaa;
	width: 15px;
	height: 15px;
	-webkit-appearance: none;
	-webkit-border-radius: 10px;
	vertical-align: -3px;
}

input[type='radio']:checked {
	background: #fff;
	border: solid 1px #aaa;
}

input[type='radio']:checked:after {
	content: '';
	display: block;
	width: 11px;
	height: 11px;
	background: #333;
	position: relative;
	top: 1px;
	left: 1px;
	-webkit-border-radius: 10px;
}

.listimg {
	border: 1px solid #dbdbdb;
}

.no_data {
	padding: 50px 0;
	border-bottom: 1px solid #e3e3e3;
	font-size: 16px;
	color: #333;
	text-align: center;
	letter-spacing: -1px
}

.box_flex {
	-moz-box-orient: horizontal;
	-webkit-box-orient: horizontal;
	box-orient: horizontal;
	display: -moz-box;
	/* Firefox */
	display: -webkit-box;
	/* Safari and Chrome */
	display: box;
	width: 100%;
}

.box_flex li {
	-moz-box-flex: 1;
	-webkit-box-flex: 1;
	box-flex: 1;
}


/* °Ô½ÃÆÇ tr bg */

.l_tr_even {
	background-color: #fff;
}

.l_tr_odd {
	background-color: #f8f8f8
}


/* ÆË¾÷ÆäÀÌÁö Á¦¸ñ (¾ÆÀÌµðÁßº¹Ã¼Å©, ¿ìÆí¹øÈ£, Àå¹Ù±¸´Ï¼öÁ¤, ÁÖ¹®Á¶È¸ ¹ÝÇ°) */

h1.popup {
	width: 100%;
	height: 30px;
	position: relative;
	top: 0;
	left: 0;
	background-color: #464646;
	border-radius: 5px;
	color: #fff;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
}


/* ¼­ºêÆäÀÌÁö Å¸ÀÌÆ² */

h2.tit {
	height: 40px;
	background-color: #343c49;
	padding: 12px 0 0;
	text-align: center;
	color: #fff;
	font-size: 14px;
	box-sizing: border-box
}

h2.tit a {
	color: #fff
}

.cate-navi {
	text-align:center;
}
.cate-navi h2 {
	display:inline-block;
	margin-top:25px;
	margin-bottom:25px;
	border-bottom:1px solid #333;
	font-size:14px;
}

.cate-navi h2 span::after {
	content:'>';
	display:inline-block;
	margin:0 5px;
}

.cate-navi h2 span:last-child::after {
	display:none;
}

.cate-navi  h2 span.home {
	display:none;
}

#container .btn_lnbView {
	position: absolute;
	top: 12px;
	right: 12px;
	width: 17px;
	height: 17px;
	background-color: #fff;
	text-indent: -9999px;
	box-sizing: border-box
}

#container .btn_lnbView:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 5px;
	width: 5px;
	height: 17px;
	border-left: 1px solid #464646;
	border-right: 1px solid #464646
}

#container .btn_lnbView:after {
	content: '';
	display: block;
	position: absolute;
	top: 5px;
	left: 0px;
	width: 17px;
	height: 5px;
	border-top: 1px solid #464646;
	border-bottom: 1px solid #464646
}

#container .btn_paegBack {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
	box-sizing: border-box;
	text-indent: -9999px
}

#container .btn_paegBack:before {
	content: '';
	display: block;
	position: absolute;
	top: 10px;
	left: 15px;
	width: 2px;
	height: 12px;
	background-color: #fff;
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg)
}

#container .btn_paegBack:after {
	content: '';
	display: block;
	position: absolute;
	top: 18px;
	left: 15px;
	width: 2px;
	height: 12px;
	background-color: #fff;
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg)
}


/********** ·¹ÀÌ¾Æ¿ô **********/

#wrap {
	width: 100%;
	min-width: 320px;
	height: 100%;
	padding-top: 98px
}

#wrap_container {
	position: relative;
	z-index: 1
}

#header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10;
	height:98px;
	background-color: #fff;
	border-bottom: 1px solid #e3e3e3;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

#header .section01 {
	border-bottom: 1px solid #e3e3e3;
	background-color: #f8f8f8
}

#header .section01:after {
	content: '';
	display: block;
	clear: both
}

#header .section01 a {
	display: block;
	float: left;
	width: 20%;
	text-align: center;
	line-height: 40px
}

#header .section02 {
	position: relative
}

#header .section02 h1.h1 {
	padding: 15px 0;
	text-align: center
}

#header .section02 .allmenu {
	position: absolute;
	top: 50%;
	left: 10px;
	width: 24px;
	height: 14px;
	margin: -7px 0 0
}

#header .section02 .allmenu span {
	display: block;
	width: 17px;
	height: 2px;
	background-color: #464646;
	text-indent: -9999px
}

#header .section02 .allmenu:before {
	content: '';
	display: block;
	margin-bottom: 4px;
	width: 17px;
	height: 2px;
	background-color: #464646;
}

#header .section02 .allmenu:after {
	content: '';
	display: block;
	margin-top: 4px;
	width: 17px;
	height: 2px;
	background-color: #464646;
}

#header .section02 .searchView {
	position: absolute;
	top: 50%;
	right: 15px;
	margin: -10px 0 0;
	text-indent: -9999px;
	font-size: 0;
}

#header .section02 .searchView:before {
	content: '';
	display: block;
	position: relative;
	z-index: 20;
	width: 18px;
	height: 18px;
	border: 3px solid #464646;
	background-color: #fff;
	border-radius: 50%;
	box-sizing: border-box
}

#header .section02 .searchView:after {
	content: '';
	display: block;
	position: absolute;
	top: 11px;
	left: 15px;
	z-index: 10;
	width: 3px;
	height: 11px;
	border-radius: 3px;
	background-color: #464646;
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg)
}

#container {
	position: relative;
	z-index: 1
}

.container {
	padding: 20px 10px 30px 10px;
	font-size:14px;
	color:#888;
	line-height:1.5;
}

.container.boxLayout {
	margin: 0 0 -20px 0;
	background-color: #f3f3f3
}

#footer {
	margin: 20px 0 0
}

#gnb ul li {
	float:left;
	width:33.33%;
}

#gnb ul::after {
	content:'';
	display:block;
	clear:both;
}

#gnb ul li a {
	display:block;
	border:1px solid #e3e3e3;
	margin:-1px 0 0 -1px;
	font-size:12px;
	color:#333;
	line-height:34px;
	text-align:center;
}


/* »ó´Ü °Ë»ö */

#header .searchWrap {
	display: none;
}

#header .searchWrap.active {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 50;
	background-color: #fff
}

#header .searchWrap.active:after {
	content: '';
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #000;
	opacity: 0.5
}

#header .searchWrap div.tit {
	position: relative;
	z-index: 20;
	background-color: #fff;
	text-align: center;
	padding: 25px 0 15px;
	font-size: 16px;
	color: #444
}

#header .searchWrap a.closed {
	position: absolute;
	top: 14px;
	left: 14px;
	z-index: 20;
	width: 28px;
	height: 28px;
	background-color: #fafafa;
	border: 1px solid #e3e3e3;
	text-indent: -9999px;
	border-radius: 3px
}

#header .searchWrap a.closed:before,
#header .searchWrap a.closed:after {
	content: '';
	display: block;
	position: absolute;
	top: 4px;
	left: 14px;
	width: 1px;
	height: 20px;
	background-color: #666;
}

#header .searchWrap a.closed:before {
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg)
}

#header .searchWrap a.closed:after {
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

#header .searchWrap .search .searchbar {
	position: relative;
	z-index: 20;
	overflow: hidden;
	border: 3px solid #666
}

#header .searchWrap .search .btn a {
	position: absolute;
	top: 0;
	right: 0;
	width: 36px;
	height: 36px;
	text-indent: -9999px
}

#header .searchWrap .search .btn a:before {
	content: '';
	display: block;
	position: absolute;
	top: 8px;
	right: 11px;
	z-index: 20;
	width: 16px;
	height: 16px;
	border: 1px solid #666;
	background-color: #fff;
	border-radius: 50%;
	box-sizing: border-box
}

#header .searchWrap .search .btn a:after {
	content: '';
	display: block;
	position: absolute;
	top: 20px;
	right: 10px;
	z-index: 10;
	width: 1px;
	height: 6px;
	background-color: #666;
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

#header .searchWrap .search .search_input {
	border: none;
	width: 100%;
	height: 36px;
	padding: 0 0 0 10px;
	font-size: 14px;
	outline: none;
	ime-mode: active;
	box-sizing: border-box
}

#header .searchWrap .allmenu {
	position: absolute;
	top: 0;
	right: 0
}

#footer .mypageQuick {
	position: fixed;
	bottom: -51px;
	left: 0;
	right: 0;
	z-index: 10;
	opacity: 0;
	border-top: 1px solid #888;
	background-color: #f5f5f5;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease
}

.nav-down #footer .mypageQuick {
	bottom: 0;
	opacity: 1
}

.nav-down #footer .topMove {
	bottom: 60px !important
}

#footer .mypageQuick:after {
	content: '';
	display: block;
	clear: both
}

#footer .mypageQuick div {
	float: left;
	width: 25%
}

#footer .mypageQuick div a {
	display: block;
	padding: 0 0 0 38px;
	border: none;
	border-radius: 3px;
	color: #333;
	font-size: 14px;
	line-height: 50px;
}

#footer .mypageQuick div a.order {
	background: #f8f8f8 url(/html/images/common/mypageQuick01.png) no-repeat 10px 15px;
	background-size: 16px 20px
}

#footer .mypageQuick div a.cart {
	background: #f8f8f8 url(/html/images/common/mypageQuick02.png) no-repeat 10px 15px;
	background-size: 24px 20px
}

#footer .mypageQuick div a.qna {
	background: #f8f8f8 url(/html/images/common/mypageQuick03.png) no-repeat 10px 15px;
	background-size: 20px 20px
}

#footer .mypageQuick div a.wish {
	background: #f8f8f8 url(/html/images/common/mypageQuick04.png) no-repeat 10px 15px;
	background-size: 20px 20px
}


/***** ¸ÞÀÎ *****/

.visualImg {
	position: relative;
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	overflow: hidden
}

.visualImg.loading {
	max-height: 0
}

.visualImg img {
	width: 100%
}

.visualImg .flex-control-nav {
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
	z-index: 20;
	text-align: center
}

.visualImg .flex-control-nav li {
	display: inline-block
}

.visualImg .flex-control-nav li a {
	display: block;
	width: 8px;
	height: 8px;
	margin: 0 3px;
	background-color: #fff;
	border:1px solid #fff;
	border-radius: 50%;
	text-indent: -9999px;
}

.visualImg .flex-control-nav li a.flex-active {
	background-color: transparent;
}

.visualImg .flex-direction-nav {
	display: none;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 20
}

.visualImg .flex-direction-nav li {
	float: left
}

.visualImg .flex-direction-nav li a {
	display: block;
	width: 36px;
	height: 36px;
	border: 1px solid #b7b7b7;
	text-indent: -9999px
}

.visualImg .flex-direction-nav li .flex-prev {
	background: url(/html/images/product/btn_view_imgLeft.gif) no-repeat;
	background-size: 36px 36px
}

.visualImg .flex-direction-nav li .flex-next {
	background: url(/html/images/product/btn_view_imgRight.gif) no-repeat;
	background-size: 36px 36px;
	border-left: none
}

.visualImg .flex-direction-nav li .flex-disabled {
	display: none
}

#visual {
	position: relative
}

#visual .slidesjs-container {
	z-index: 1
}

#visual .slidesjs-control img {
	width: 100%
}

#visual .slidesjs-pagination {
	position: absolute;
	bottom: 10px;
	width: 100%;
	text-align: center;
	z-index: 2
}

#visual .slidesjs-pagination li {
	display: inline
}

#visual .slidesjs-pagination li a {
	width: 10px;
	height: 10px;
	background-color: #000;
	border-radius: 15px;
	text-indent: -9999px;
	opacity: 0.6;
	filter: alpha(opacity=60);
	display: inline-block;
	margin: 0 2px;
}

#visual .slidesjs-pagination a.active {
	background-color: #fc9f04
}

#visual .slidesjs-navigation {
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -25px;
	z-index: 2;
	width: 26px;
	height: 50px;
	background-color: #000;
	color: #fff;
	font: 14px/50px NGbold;
	opacity: 0.6;
	filter: alpha(opacity=60);
}

#visual .slidesjs-previous {
	left: 0;
	text-indent: 5px
}

#visual .slidesjs-next {
	right: 0;
	text-indent: 10px
}

/* ¸ÞÀÎÆäÀÌÁö Å¸ÀÌÆ² */

h2.main_tit a {
	display: block;
	margin:30px auto 20px;
	font-size: 20px;
	line-height: 1.4;
	color:#333;
	text-align: center;
}

h2.main_tit a strong {
	display:block;
	font-weight:700;
}



#main .section01 {
	margin-top:10px;
	text-align: center;
}

#main .section01>div {
	margin-top:5px;
}

#main .section02 .btn-more2 {
	display:block;
	width:110px;
	height:30px;
	margin:30px auto 0;
	border:2px solid #e3e3e3;
	border-radius:50px;
	text-align:center;
	font-size:12px;
	color:#666;
	line-height:30px;
}

#main .section03 {
	margin-top:30px;
	text-align: center;
}

#main .section04 {
	padding-bottom:30px;
	border-bottom:1px solid #e5e5e5;
}

#main .section04  .tit {
	margin-top:30px;
}

#main .section05 {
	border-top:7px solid #f1f1f1;
}

#main .section05::before {
	content:'';
	display:block;
	width:100%;
	height:1px;
	background-color:#e5e5e5;
}

#main .section05 .btn-more2 {
	display:block;
	width:110px;
	height:30px;
	margin:30px auto 0;
	border:2px solid #e3e3e3;
	border-radius:50px;
	text-align:center;
	font-size:12px;
	color:#666;
	line-height:30px;
}



/* ¸ÞÀÎ»óÇ° ³ëÃâ */

.top_list {
	position: relative
}

.top_list a.more {
	position: absolute;
	top: 12px;
	right: 10px;
	font-size: 11px;
	letter-spacing: -1px
}

.productList {
    padding: 0 3px
}

.productList ul:after {
    display: block;
    content: '';
    clear: both
}

.productList ul li {
    float: left;
    width: 50%;
    padding: 10px 3px;
    box-sizing: border-box
}

.productList ul li .info {
    padding: 10px;
    border: 1px solid #e3e3e3;
}

.productList ul li span {
    display: block
}

.productList ul li .name {
    font-size: 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.productList ul li .introduce {
    margin-top: 5px;
    line-height: 1.4;
    color: #666;
}

.productList ul li .price_p {
    display: inline;
    margin-right: 4px;
    font-size: 12px;
    color: #666;
    text-decoration: line-through;
}

.productList ul li .price {
    display: inline;
    margin: 5px 0 0;
    font-size: 14px;
    color: #222
}

.productList ul li .img a {
    display: block;
}

.productList ul li .img img {
    width: 100%
}

.productList ul li .icon_soldout {
    margin: 4px 0 0
}

.productList a.more {
    display: block;
    width: 150px;
    margin: 20px auto 0;
    padding: 11px 10px 9px;
    border: 1px solid #e3e3e3;
    color: #333;
    text-align: center;
}

.productList a.more::after {
    content: '';
    display: inline-block;
    width: 8px;
    height: 4px;
    margin-left: 10px;
    background: url(/html/images/common/bullet-more.png) no-repeat;
    background-size: 8px 4px;
    vertical-align: 2px;
}


/********** ÇÏ´Ü **********/

#footer .notice {
	position: relative;
	padding-bottom:20px;
	border-top:1px solid #e5e5e5;
}

#footer .notice::before {
	content:'';
	display:block;
	height:7px;
	background-color:#f1f1f1;
}

#footer .notice h2 {
	border-top:1px solid #e5e5e5;
	padding:20px 10px 0;
}

#footer .notice h2 a {
	font-size:17px;
	color:#333;
	font-weight:700;
}

#footer .notice a.to-go {
	display:block;
	position:absolute;
	top:25px;
	right:10px;
	width:11px;
	height:11px;
	font-size:0;
	line-height:0;
}

#footer .notice a.to-go::before,
#footer .notice a.to-go::after {
	content:'';
	display:block;
	position:absolute;
	top:0;
	left:5px;
	width:1px;
	height:11px;
	background-color:#929292;
}

#footer .notice a.to-go::after {
	top:5px;
	left:0;
	width:11px;
	height:1px;
}


#footer .cs-wrap {
	text-align:center;
	border-top:1px solid #e5e5e5;
	line-height:1.5;
}

#footer .cs-wrap::before {
	content:'';
	display:block;
	height:7px;
	background-color:#f1f1f1;
}

#footer .cs-wrap .top {
	padding:20px 0;
}

#footer .cs-wrap h2 {
	margin-bottom:7px;
	font-weight:700;
	color:#333;
}

#footer .cs-wrap .cs {
	float:left;
	width:50%;
	border-right:1px solid #e3e3e3;
	box-sizing: border-box;
}

#footer .cs-wrap .cs .tel {
	margin-top:5px;
	font-size:20px;
	color:#333;
	font-weight:700;
}

#footer .cs-wrap .cs .time {
	font-size:13px;
	color:#666;
}

#footer .cs-wrap .cs .time span {
	color:#333;
}

#footer .cs-wrap .bank {
	position:relative;
	float:left;
	width:50%;
}

#footer .cs-wrap .bank p span {
	color:#333;
}

#footer .cs-wrap .btn {
	border-top:1px solid #e3e3e3;
	padding:15px 10px 0 10px;;
}

#footer .cs-wrap .btn>div {
	float:left;
	width:50%;
	padding:3px;
	box-sizing: border-box;
}

#footer .cs-wrap .btn>div a {
	display:block;
	border:2px solid #e3e3e3;
	padding:7px 7px 7px 15px;
	text-align: left;
}

#footer .cs-wrap .btn a::before {
	content:'';
	display:inline-block;
	margin-right:8px;
	background-repeat:no-repeat;
	vertical-align: middle;
}

#footer .cs-wrap .btn .btn-01 a::before {
	width:11px;
	height:12px;
	background-image:url(/html/images/common/bullet01.gif);
	background-size:11px 12px;
}

#footer .cs-wrap .btn .btn-02 a::before {
	width:15px;
	height:15px;
	background-image:url(/html/images/common/bullet02.gif);
	background-size:15px 15px;
}

#footer .cs-wrap .btn .btn-03 a::before {
	width:14px;
	height:14px;
	background-image:url(/html/images/common/bullet03.gif);
	background-size:14px 14px;
}

#footer .cs-wrap .btn .btn-04 a::before {
	width:17px;
	height:17px;
	background-image:url(/html/images/common/bullet04.gif);
	background-size:17px 17px;
}


#footer .fnb {
	margin-top:10px;
	border-top: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
	background-color:#f7f7f7;
	text-align:center;
}

#footer .fnb li {
	display:inline-block;
	padding:0 10px;
}

#footer .fnb li a {
	display: block;
	line-height:40px;
	color:#888;
	font-size:12px;
}


#footer .copyright {
	padding: 15px 10px 20px;
	background-color:#f7f7f7;
	color: #888;
	text-align: center;
	font-size:12px;
	line-height:1.4;
}

#footer .copyright  strong {
	display:block;
	font-weight:400;
	color:#333;
}

#footer .copyright  span {
	display:inline-block;
	margin:0 3px;
}


#footer .hosting {
	padding:13px 5px;
	background-color:#333;
	color:#888;
	text-align:center;
	font-size:12px;
}
.topMove {
	position: fixed;
	bottom: 20px;
	right: 10px;
	z-index: 999999;
	width: 48px;
	height: 48px;
	background: url(/html/images/common/btn_top_off.png) no-repeat;
	cursor: pointer;
	text-indent: -9999px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

option.disabled {
	color: lightgrey;
}


/***** Ä«Å×°í¸®¸Þ´º *****/

.black_pannel {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 20;
    background: #000;
    filter: alpha(opacity=50);
    opacity: .5;
    display: none;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

body.fixed .black_pannel {
    display: block;
}

#allMenu {
    position: fixed;
    top: 0;
    left: -320px;
    z-index: 30;
    width: 320px;
    height: 100%;
    padding: 0 0 50px 0;
    background-color: #fff;
    box-sizing: border-box;
    overflow-y: scroll;
    transition: all 0.4s ease;
}

body.fixed #allMenu {
    left: 0;
}

.allmenu.closed {
    position: fixed;
    top: 20px;
    left: -320px;
    z-index: 25;
    transition: all 0.4s ease;
}

body.fixed .allmenu.closed {
    left: 335px;
}

#allMenu .logo {
    padding: 15px;
    border-bottom: 1px solid #e3e3e3;
}

#allMenu .logo img {
    width: 120px;
}

#allMenu .loginArea {
    position: relative;
    padding: 15px 10px;
    font-size: 12px;
    color: #888;
    line-height: 1.5;
}

#allMenu .loginArea .btn {
    margin-top: 10px;
    margin-left: -3px;
    margin-right: -3px;
}

#allMenu .loginArea .btn div {
    display: block;
    float: left;
    width: 50%;
}

#allMenu .loginArea .btn div a {
    display: block;
    margin: 0 3px;
    border: 1px solid #e3e3e3;
    line-height: 34px;
    box-sizing: border-box;
    text-align: center;
}

#allMenu .loginArea .btn div:first-child a {
    border-right: none;
    background-color: #609e53;
    border-color: #609e53;
    color: #fff;
}

#allMenu .loginArea .allmenu {
    position: absolute;
    top: 18px;
    right: 15px;
    background-color: #000;
    border: 1px solid #444;
    border-radius: 3px;
    padding: 8px 20px;
    color: #f5f5f5;
    cursor: pointer
}

#allMenu .cs {
    margin-top: 20px;
    text-align: center;
}

#allMenu .cs h2 {
    color: #333;
    font-weight: 700;
}

#allMenu .cs .tel {
    margin-top: 10px;
    color: #609e53;
    font-weight: 700;
    font-size: 17px;
}

#allMenu .cs .time {
    margin-top: 15px;
}

#allMenu .cs .time span {
    font-weight: 500;
    color: #333;
}

#allMenu .cs .btn {
    margin-top: 15px;
    margin-left: -3px;
    margin-right: -3px;
    padding: 0 10px;
}

#allMenu .cs .btn div {
    display: block;
    float: left;
    width: 50%;
}

#allMenu .cs .btn div a {
    display: block;
    margin: 0 3px;
    border: 1px solid #e3e3e3;
    line-height: 34px;
    box-sizing: border-box;
    text-align: center;
}

.tabList {
    position: relative;
    margin-top: 20px;
    padding: 24px 0 0;
    background-color: #fff
}

.tabList:before {
    content: '';
    display: block;
    position: absolute;
    top: 24px;
    lefT: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background-color: #e3e3e3;
}

.tabList a.tab {
    display: block;
    position: absolute;
    top: 0;
    padding: 0 10px 8px 10px;
    font-size: 14px;
    color: #333;
    text-decoration: none;
    box-sizing: border-box
}

.tabList .list01>a.tab {
    left: 0;
}

.tabList .list02>a.tab {
    left: 70px;
}

.tabList div.tab_list {
    height: 0;
    overflow: hidden;
    position: absolute;
}

.tabList .on>div.tab_list {
    height: auto;
    position: static
}

.tabList .on>div.tab_list li>a {
    display: block;
    position: relative;
    padding: 15px 0 15px 20px;
    border-bottom: 1px solid #e3e3e3;
    font-size: 14px;
    color: #444
}

.tabList .on>div.tab_list li.myshopping {
    border-top: 8px solid #f1f1f1;
}

.tabList .on>div.tab_list li.myshopping::before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #e3e3e3;
}

.tabList .on>div.tab_list li.depth1 ul {
    padding: 7px 0;
    background-color: #f7f7f7;
    border-bottom: 1px solid #e3e3e3;
}

.tabList .on>div.tab_list li.depth1 li a {
    display: block;
    padding: 0 0 0 20px;
    border: none;
    line-height: 30px;
    font-size: 14px;
    color: #666
}

.tabList .on>div.tab_list li.depth1.move>a:before {
    content: '';
    display: block;
    position: absolute;
    right: 25px;
    top: 50%;
    width: 8px;
    height: 1px;
    background-color: #333;
    transform: rotate(45deg)
}

.tabList .on>div.tab_list li.depth1.move>a:after {
    content: '';
    display: block;
    position: absolute;
    right: 20px;
    top: 50%;
    width: 8px;
    height: 1px;
    background-color: #333;
    transform: rotate(-45deg)
}

.tabList .on>div.tab_list li.depth1.move.show>a {
    color: #609e53;
}

.tabList .on>div.tab_list li.depth1.move.show>a:before {
    background-color: #609e53;
    transform: rotate(-45deg)
}

.tabList .on>div.tab_list li.depth1.move.show>a:after {
    background-color: #609e53;
    transform: rotate(45deg)
}


/* ·¹ÀÌ¾îÆË¾÷ ¸Þ´º */

#lay_mask {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 200;
	width: 100%;
	background: black;
	opacity: 0.7;
	filter: alpha(opacity=70);
	background: rgba(0, 0, 0, .7);
	/*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000, endColorstr=#4C000000);*/
}

.PopupLayer {
	width: 100% !important;
	left: 0 !important;
	padding: 10px;
	box-sizing: border-box
}

#popup_menu {
	width: 100%;
	background-color: #fff;
	-webkit-box-shadow: 2px 2px 7px 1px #444;
	box-shadow: 2px 2px 7px 1px #555
}

#popup_menu h2 {
	background: none;
	border-bottom: 2px solid #06a2ef;
	padding-left: 10px;
	font-size: 16px;
	line-height: 40px;
	color: #06a2ef;
}

#popup_menu ul li {
	padding: 0 8px;
}

#popup_menu ul li a {
	display: block;
	padding-left: 5px;
	border-bottom: 1px dashed #e3e3e3;
	line-height: 45px;
	color: #444;
	font-size: 14px
}

#popup_menu ul li:last-child a {
	border: none;
}


/* ¸ÞÀÎ °Ô½ÃÆÇ ³ëÃâ¿µ¿ª³»ºÎ */

.main_bottom {
	margin-top: 10px
}

.main_bottom ul li {
	position: relative
}

.main_bottom ul li a {
	display: block;
	position: relative;
	padding: 0 20px 0 20px;
	line-height: 30px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap
}

.main_bottom ul li a:before {
	content: '';
	display: block;
	position: absolute;
	top: 14px;
	left: 10px;
	width: 5px;
	height: 1px;
	background-color: #666
}

.main_bottom ul li span.date {
	display: block;
	position: absolute;
	top: 0;
	right: 10px;
	color: #999;
	line-height: 30px
}


/******* »óÇ° ¸®½ºÆ® *******/

.search_result {
	border: 1px solid #eaeaea;
	background-color: #f7f7f7;
	padding: 10px;
	font-size: 14px;
}

.search_result b {
	color: #2088f0;
}

.sub_categories {
	border-top:1px solid #e3e3e3;
	font-size: 14px;
}

.sub_categories:after {
	content: '';
	display: block;
	clear: both;
}

.sub_categories li a {
	display: block;
	padding: 7px 7px 7px 15px;
	border-bottom: 1px solid #e3e3e3;
}

/* »óÇ°³ëÃâ °øÅëºÎºÐ */
.goodsList {
	padding:5px;
}

.goodsList ul:after {
	content: '';
	display: block;
	clear: both
}

.goodsList ul li {
	position: relative;
	float: left;
	width: 50%;
	padding:5px;
	box-sizing:border-box;
}

.goodsList ul li:nth-child(2n+1) {
	clear:both
}

.goodsList ul li a {
	display:block;
	border:1px solid #e3e3e3;
	text-decoration: none;
}

.goodsList ul li:first-child {
	margin: 0
}

.goodsList ul li .img img {
	width: 100%;
	height: auto;
}

.goodsList ul li .info {
	display:block;
	background-color:#fff;
	padding:10px 12px;
}

.goodsList span {
	display: block
}

.goodsList span.name {
	font-size: 14px;
	line-height: 1.4;
	color: #222;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden
}

.goodsList span.priceWrap span {
	display: inline
}

.goodsList span.priceWrap {
	margin: 5px 0 0 0
}

.goodsList span.priceWrap .price_p {
	padding: 0 5px 0 0;
	font-size: 12px;
	color: #999;
	text-decoration: line-through
}

.goodsList span.priceWrap .price {
	font-size: 14px;
	color: #222;
	font-weight:700;
}

.goodsList span.sale {
	position: absolute;
	top: 5px;
	right: 5px;
	height: 30px;
	padding: 7px 10px 0 10px;
	background: #6ca435;
	font-weight: 700;
	font-size: 14px;
	color: #fff;
	box-sizing: border-box;
}

.goodsList span.sale em {
	font-size:11px;
	font-weight:400;
}

.goodsList span.icon {
	display:none;
	margin: 5px 0 0
}

.goodsList span.soldout {
	position:absolute;
	top:5px;
	left:5px;
	right:5px;
	bottom:5px;
	background-color:rgba(0, 0, 0, .3);
	color:#fff;
	text-align:center;
	font-size:16px;
	font-weight:700;
}

.goodsList span.soldout::after {
	content:'';
	display:inline-block;
	height:100%;
	vertical-align: middle;
}

.goodsList ul.list li {
	float:none;
	width:100%;
}

.goodsList ul.list li a::after {
	content:'';
	display:block;
	clear:both;
}

.goodsList ul.list li .img {
	float:left;
	width:35%;
	border-right:1px solid #e3e3e3;
	box-sizing: border-box;
}

.goodsList ul.list li .info {
	float:left;
	width:65%;
	padding:10px;
	box-sizing: border-box;
}

.goodsList ul.list span.name {
	padding-right:45px;
}


.goodsList.slide {
	overflow-x:auto;
}

.goodsList.slide ul li {
	width:142px;
}

.goodsList.slide ul li:nth-child(2n+1) {
	clear:none;
}

.goodsList.slide span.name,
.goodsList.slide span.priceWrap .price {
	font-size:11px;
}

a.btn-more {
    display: block;
    width: 120px;
    margin: 20px auto 0;
    padding: 6px 10px 7px;
    border: 1px solid #e3e3e3;
    color: #333;
	text-align: center;
	border-radius:50px;
}

a.btn-more::after {
    content: '';
    display: inline-block;
    width: 8px;
    height: 4px;
    margin-left: 10px;
    background: url(/html/images/common/bullet-more.png) no-repeat;
    background-size: 8px 4px;
    vertical-align: 2px;
}




/******* »óÇ° »ó¼¼ÆäÀÌÁö *******/

.viewImg {
	position: relative;
	max-height: 2000px;
	border-top: 1px solid #e3e3e3;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	overflow: hidden
}

.viewImg.loading {
	max-height: 0
}

@media ( min-width :480px) {
	.viewImg {
		width: 480px;
		margin: 0 auto
	}
}

.viewImg img {
	width: 100%
}

.viewImg .flex-control-nav {
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
	z-index: 20;
	text-align: center
}

.viewImg .flex-control-nav li {
	display: inline-block
}

.viewImg .flex-control-nav li a {
	display: block;
	width: 8px;
	height: 8px;
	margin: 0 1px;
	background-color: #000;
	opacity: 0.4;
	border-radius: 50%;
	text-indent: -9999px;
}

.viewImg .flex-control-nav li a.flex-active {
	background-color: #000;
	opacity: 1
}

.viewImg .flex-direction-nav {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 20
}

.viewImg .flex-direction-nav li {
	float: left
}

.viewImg .flex-direction-nav li a {
	display: block;
	width: 36px;
	height: 36px;
	border: 1px solid #b7b7b7;
	text-indent: -9999px
}

.viewImg .flex-direction-nav li .flex-prev {
	background: url(/html/images/product/btn_view_imgLeft.gif) no-repeat;
	background-size: 36px 36px
}

.viewImg .flex-direction-nav li .flex-next {
	background: url(/html/images/product/btn_view_imgRight.gif) no-repeat;
	background-size: 36px 36px;
	border-left: none
}

.viewImg .flex-direction-nav li .flex-disabled {
	display: none
}

.view_proInfo {
	padding: 20px 10px;
	background-color: #f8f8f8;
	border-top: 1px solid #e3e3e3;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease
}

.view_proInfo .name {
	font-size: 20px;
	line-height: 1.5;
	color: #222
}

.view_proInfo .introduce {
	margin: 7px 0 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #ccc;
	line-height: 1.4;
	color: #999
}

.view_proInfo .list2 {
	position: relative;
	margin: 10px 0 0;
	font-size: 14px
}

.view_proInfo .list2:after {
	content: '';
	display: block;
	clear: both
}

.view_proInfo .list2 .tit {
	display: block;
	width: 70px;
	float: left;
	color: #000;
	font-size: 14px;
}

.view_proInfo .list2>div {
	margin: 0 0 0 70px;
	color: #777
}

.view_proInfo .list2.option>div {
	margin: 3px 0 0 70px
}

.view_proInfo .list2.option span.tit+div {
	margin: 0 0 0 70px
}

.view_proInfo .priceWrap {
	position: relative;
	margin: 20px 0 0
}

.view_proInfo .priceWrap .tit {
	padding: 6px 0 0
}

.view_proInfo .priceWrap .priceList .price {
	font-size: 22px;
	color: #00a5b1;
	font-weight: bold;
	padding: 0 3px 0 0
}

.view_proInfo .priceWrap .priceList .price span {
	font-weight: normal;
	font-size: 14px
}

.view_proInfo .priceWrap .priceList .sale_price {
	margin: 3px 0 0;
	color: #999
}

.view_proInfo .priceWrap .priceList .sale_price span {
	text-decoration: line-through
}

.view_proInfo .priceWrap .priceList .price_p {
	font-size: 15px;
	color: #00a5b1
}

.view_proInfo .priceWrap .priceList .sale_per {
	position: absolute;
	top: 3px;
	right: 0px;
	padding: 6px 20px 4px;
	border-radius: 50px;
	background-color: #0f5586;
	color: #fff;
	text-align: center
}

.view_proInfo .deliveryWrap {}

.view_proInfo .deliveryWrap .tit {
	position: absolute;
	top: 1px;
	left: 0;
	color: #000;
	font-size: 14px
}

.view_proInfo .deliveryWrap .deliveryInfo .price {
	margin: 0 0 3px 0;
	color: #1f9010;
	font-size: 15px;
}

.view_proInfo a.closed {
	display: none;
	position: absolute;
	top: -16px;
	left: 50%;
	margin: 0 0 0 -50px
}

.view_proInfo.on {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 20;
	border-top: 2px solid #000;
	margin: 0;
	padding: 20px 10px 0;
	background-color: #fff
}

.view_proInfo.on .closed {
	display: block
}

.view_proInfo.on .hide {
	display: none
}

.view_proInfo2 {
	position: fixed;
	bottom: -800px;
	left: 0;
	right: 0;
	z-index: 99999;
	background-color: #f7f7f7;
	border-top: 2px solid #303436;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease
}

.view_proInfo2 .inner {
	max-height: 450px;
	padding: 20px 10px;
	overflow-y: auto
}

.view_proInfo2 .normalOpt {
	margin: 5px 0 0
}

.view_proInfo2 .normalOpt:first-child {
	margin: 0
}

.view_proInfo2 .depth2 {
	margin: 5px 0 0
}

.view_proInfo2 .selectbox {
	height: 35px;
	background-size: 35px 35px;
	-webkit-background-size: 35px 35px;
	-webkit-appearance: none;
	-moz-appearance: none;
	font-size: 14px;
	line-height: 1.1;
	color: #666;
	font-family: Nanum Barun Gothic
}

.view_proInfo2 .multipleDiv {
	position: relative;
	margin: 0;
	padding: 10px;
	background-color: #fff;
	border: 1px solid #cdcdcd;
	border-top: none
}

.view_proInfo2 .multipleDiv:first-child {
	margin: 20px 0 0;
	border-top: 1px solid #cdcdcd
}

.view_proInfo2 .multipleDiv .goodsname {
	display: block
}

.view_proInfo2 .multipleDiv .goodsdelete {
	position: absolute;
	top: 8px;
	right: 8px;
	width: 25px;
	height: 25px
}

.view_proInfo2 .multipleDiv.normalItem .goodsdelete {
	top: 5px;
	right: 5px
}

.view_proInfo2 .qty {
	margin: 10px 0 0
}

.view_proInfo2 .qty:after {
	content: '';
	display: block;
	clear: both
}

.view_proInfo2 .qty input[type="number"] {
	float: left;
	width: 40px;
	height: 28px;
	line-height: 28px;
	border: 1px solid #ccc;
	text-align: center
}

.view_proInfo2 .qty a.plus {
	display: block;
	float: left;
	width: 28px;
	height: 28px;
	border: 1px solid #ccc;
	border-left: none;
	background: url(/html/images/product/btn_plus.gif) no-repeat;
	background-size: 28px 28px;
	font-size: 0;
	text-indent: -9999px
}

.view_proInfo2 .qty a.minus {
	display: block;
	float: left;
	width: 28px;
	height: 28px;
	border: 1px solid #ccc;
	border-right: none;
	background: url(/html/images/product/btn_minus.gif) no-repeat;
	background-size: 28px 28px;
	font-size: 0;
	text-indent: -9999px
}

.view_proInfo2 .qty.qtyOnly {
	position: relative;
	height: 30px
}

.view_proInfo2 .qty.qtyOnly .align {
	position: absolute;
	top: 0;
	right: 0
}

.view_proInfo2 .qty.qtyOnly .align span.tit {
	float: left;
	margin: 0 10px 0 0;
	line-height: 30px;
	color: #333
}

.view_proInfo2 .multipleDiv .goodsprice {
	position: absolute;
	bottom: 16px;
	right: 8px;
	font-size: 16px;
	letter-spacing: -1px;
	font-weight: 600;
	color: #198412
}

.view_proInfo2 .multipleDiv.normalItem {
	display: none
}

.view_proInfo2 .multipleDiv.normalItem.childItem,
.view_proInfo2 .multipleDiv.normalItem.multipleChild {
	display: block;
}

.view_proInfo2 .multipleDiv.normalItem.childItem .bottom,
.view_proInfo2 .multipleDiv.normalItem.multipleChild .bottom {
	display: none;
}

.view_proInfo2 .multipleDiv.multipleChild,
.view_proInfo2 .multipleDiv.childItem {
	padding: 10px 0 10px 100px
}

.view_proInfo2 .multipleDiv.multipleChild span.good_added,
.view_proInfo2 .multipleDiv.childItem span.good_added {
	display: block;
	position: absolute;
	top: -1px;
	left: -1px;
	bottom: -1px;
	width: 80px;
	background-color: #473d2f;
	color: #fff;
	text-align: center;
	vertical-align: middle
}

.view_proInfo2 .multipleDiv.multipleChild span.good_added font,
.view_proInfo2 .multipleDiv.childItem span.good_added font {
	display: block;
	position: absolute;
	margin-top: -8px;
	left: 0;
	top: 50%;
	width: 80px;
	text-align: center;
	font-size: 12px
}

.view_proInfo2 .totalPrice {
	margin: 15px 0 0;
	font-size: 15px;
	color: #222;
	text-align: right
}

.view_proInfo2 .totalPrice span {
	font-size: 18px;
	font-weight: 600;
	color: #de3e0c
}

.view_proInfo2 .addTit {
	margin-top: 15px;
	font-size: 14px
}

.view_proInfo2 a.closed {
	display: none;
	position: absolute;
	top: -20px;
	left: 50%;
	margin: 0 0 0 -50px
}

.view_proInfo2 .add {
	margin-top: 5px
}

.view_proInfo2.on {
	bottom: 0
}

.view_proInfo2.on .closed {
	display: block
}

.view_proInfo2.on .hide {
	display: none
}


/* ±¸¸ÅÇÏ±â ¹öÆ° */

.viewBtn {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	display: table;
	box-sizing: border-box;
	background-color: #dbdbdb;
	border-top: 1px solid #cdcdcd;
	padding: 10px
}

.viewBtn div {
	display: table-cell;
}

.viewBtn a.open {
	position: absolute;
	top: -18px;
	left: 50%;
	margin: 0 0 0 -50px
}

.viewBtn2 {
	width: 100%;
	display: table;
	margin: 15px 0 0
}

.viewBtn2 div {
	display: table-cell;
}

.fixBg {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 30;
	background-color: #000;
	opacity: 0.5;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.view_tab {
	position: relative;
	padding-top: 40px;
}

.view_tab li a.tab {
	display: block;
	position: absolute;
	top: 0;
	width: 33%;
	height: 40px;
	background-color: #9f9f9f;
	border-left: 1px solid #fff;
	line-height: 40px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	box-sizing: border-box
}

.view_tab li:first-child a.tab {
	border-left: none
}

.view_tab li.on a.tab {
	background-color: #111;
}

.view_tab li.list01 a.tab {
	left: 0;
}

.view_tab li.list02 a.tab {
	left: 33%;
	width: 34%
}

.view_tab li.list03 a.tab {
	left: 67%;
}

.view_tab li>div.tab_list {
	height: 0;
	overflow: hidden;
	position: absolute;
}

.view_tab li.on div.tab_list {
	height: auto;
	position: static;
	padding: 10px;
}


/* »óÇ° ÀÌ¹ÌÁö */

.view_product img {
	max-width: 100% !important;
	height: auto;
}


/* »óÇ°Æò */

.view_review {
	border-top: 1px solid #bdbdbd;
}

.view_review ul li a {
	display: block;
	padding: 10px;
	color: #888;
	border-bottom: 1px solid #bdbdbd;
}

.view_review ul li span.subject {
	display: block;
	margin-bottom: 5px;
	color: #444;
	font-size: 14px;
}


/* »óÇ°¹®ÀÇ */


/* µ¿±×¶ó¹Ì ¸ð¹ÙÀÏ¿¡ ÀÛ¾÷ */

.qna_list {
	background: #ededed;
	margin: 5px 0 0 0;
	padding: 5px 10px 10px;
}

.qna_list ul li {
	margin: 5px 0 0 0;
	padding: 10px;
	border: 1px solid #dbdbdb;
	background: #fff;
	font-size: 12px;
	line-height: 1.6;
	color: #666;
}

.qna_list ul li a.link {
	display: block;
}

.qna_list .subject {
	margin: 0 0 5px 0;
	color: #333;
}

.qna_list .answer {
	margin: 15px 0 0 0;
	font-size: 12px;
}

.qna_list .qna_answer {
	margin: 15px 0 0 0;
	padding: 15px 0 0 0;
	border-top: 1px dashed #cdcdcd;
	color: #222;
}

.qna_list .qna_answer div {
	margin: 10px 0 0 0;
	font-size: 12px;
}


/* Ç°Àý */

.soldout_txt {
	padding: 0 10px 10px
}

.soldout_txt p {
	padding: 10px;
	background-color: #f8f8f8;
	border: 1px solid #bdbdbd;
	text-align: center;
	color: #5620f0;
	font-size: 14px;
	line-height: 1.5
}


/* ºäÆäÀÌÁö ¹è¼ÛÁ¤Ã¥ */

.delivery_policy {
	line-height: 1.5;
	color: #777
}

.delivery_policy h3 {
	margin: 25px 0 10px 0;
	font-size: 16px;
	color: #222
}

.delivery_policy h3.first {
	margin: 0 0 10px 0;
}

.delivery_policy div.payment {
	padding-bottom: 25px;
	border-bottom: 1px dotted #bbb;
}

.delivery_policy div.payment p {
	background: url(/html/images/common/bullet01.gif) no-repeat 20px 7px;
	padding-left: 27px;
}

.delivery_policy div.info {
	margin-top: 25px;
	padding-bottom: 25px;
	border-bottom: 1px dotted #bbb;
}

.delivery_policy div.info dl {
	position: relative;
}

.delivery_policy div.info dt {
	position: absolute;
	top: 0;
	left: 27px;
	color: #222;
}

.delivery_policy div.info dd {
	padding-left: 90px;
}

.delivery_policy div.exchange {
	margin-top: 25px;
	padding-bottom: 25px;
	border-bottom: 1px dotted #bbb;
}

.delivery_policy div.exchange dl {
	padding-left: 27px;
}

.delivery_policy div.exchange dt {
	margin-bottom: 5px;
	color: #222;
}

.delivery_policy div.exchange dd.last {
	margin-bottom: 15px;
}

.delivery_policy div.exchange dd {
	padding-left: 7px;
	margin-top: 3px;
	background: url(/html/images/common/bullet01.gif) no-repeat 0px 7px;
}

.delivery_policy div.exchange p {
	margin-top: 10px;
	padding-left: 27px;
}


/********** ¸¶ÀÌÆäÀÌÁö **********/


/* ¸¶ÀÌÆäÀÌÁö */

.mypageMenu {
	border-bottom: 1px solid #e3e3e3
}

.mypageMenu:after {
	content: '';
	display: block;
	clear: both
}

.mypageMenu li {
	float: left;
	width: 50%;
	margin-bottom: -1px;
	border-bottom: 1px solid #e3e3e3;
	box-sizing: border-box
}

.mypageMenu li a {
	display: block;
	height: 34px;
	padding: 9px 0 0 10px;
	box-sizing: border-box
}

.mypageMenu li:nth-child(odd) {
	border-right: 1px solid #e3e3e3
}


/* ÁÖ¹®³»¿ª */

.order_list {
	border: 1px solid #e3e3e3;
	margin-bottom: 10px;
	background-color: #fff
}

.order_list div.top {
	position: relative;
	background-color: #fff;
	padding: 10px;
}

.order_list div.top div.date {
	float: left
}

.order_list div.top div.date span {
	padding-left: 10px;
	color: #0035ac;
}

.order_list div.top div.pay_price {
	float: right
}

.order_list div.top div.invoice {
	margin: 7px 0 0;
}

.order_list div.top div.invoice b {
	font-weight: normal
}

.order_listing_area {
	position: relative;
	border-top: 1px solid #dbdbdb;
}

.order_listing_area .order_listing {
	margin: 10px;
}

.order_listing_area .order_listing .order_detail:after {
	content: '';
	display: block;
	clear: both;
}

.order_listing div.img {
	float: left;
	width: 83px;
	height: 83px;
	border: 1px solid #e1e1e1;
}

.order_listing div.info {
	margin-left: 95px;
	line-height: 20px;
}

.order_listing_area .order_listing div.info span.order_num {
	color: #0035ac;
}

.order_listing_area .order_listing div.info span.name a {
	display: block;
	margin: 5px 0;
	font-size: 14px;
	color: #000;
	line-height: 16px;
}

.order_listing div.info span.option {
	display: block;
	font-size: 11px;
	line-height: 15px;
	color: #777;
}

.order_listing div.info .btn_wrap:after {
	content: '';
	display: block;
	clear: both;
}

.order_listing div.state {
	display: block;
	margin-top: 7px;
	padding-top: 11px;
	min-height: 20px;
	border-top: 1px solid #e1e1e1;
	font-size: 14px
}

.order_listing div.state span.status {
	float: left;
	color: #52bec8
}

.order_listing div.state span.price {
	float: right;
	color: #ff0000
}

.order_listing div.state span.price b {
	font-weight: normal
}

.order_listing div.state span.status .invoice_no {
	float: left;
	padding: 0 0 0 10px
}

.order_detail {
	margin-top: 5px;
}

.order_detail_view {
	margin-top: 5px;
	margin-bottom: 20px;
}

.cartBtnFixed {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 100;
	padding: 10px 10px 10px 120px;
	background-color: #f8f8f8;
	border-top: 1px solid #cdcdcd;
	box-sizing: border-box;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.nav-down .cartBtnFixed {
	bottom: 51px
}

.cartBtnFixed .price {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 100px;
	line-height: 36px;
}

.cartBtnFixed .price span {
	font-size: 14px;
	font-weight: 600;
	color: red
}

ul.option-list li {
	position: relative;
	border: 1px solid #e3e3e3;
	background-color: #f8f8f8;
	margin: 10px 0 0;
	padding: 5px;
	font-size: 14px
}

ul.option-list li:first-child {
	margin: 0
}

ul.option-list li>div {
	position: relative;
	margin: 5px 0 0
}

ul.option-list li>div:after {
	content: '';
	display: block;
	clear: both
}

ul.option-list li>div:first-child {
	margin: 0
}

ul.option-list li>div span.tit {
	display: block;
	float: left;
	width: 60px;
	font-weight: bold
}

ul.option-list li span.quantity {
	margin-bottom: 0
}

ul.option-list li div.option-title {
	width: auto;
	overflow: inherit;
	text-overflow: initial;
	white-space: initial
}

ul.option-list li div.option-price {
	padding-right: 0;
	text-align: left
}

ul.option-list li span.quantity input {
	width: 30px;
	text-align: right
}

.cartModify input.qty {
	width: 40px;
	padding-right: 5px;
	text-align: right
}

.cartModify ul.option-list li {
	padding: 10px;
	color: #666
}

.cartModify ul.option-list li>div span.tit {
	font-weight: normal;
	color: #000
}

.cartModify ul.option-list li>div {
	margin-top: 10px
}

.cartModify ul.option-list li>div:first-child {
	margin-top: 0
}

.cartModify ul.option-list li span.quantity input {
	width: 40px;
	padding-right: 5px;
}


/* Àå¹Ù±¸´Ï */

.cartList .all_select {
	margin-bottom: 5px;
	padding-left: 10px
}

.cartList .all_select span {
	padding: 0 0 0 5px;
	font-family: Nanum Barun Gothic;
	font-size: 14px;
	color: #087bf9;
	vertical-align: -1px
}


/* Àå¹Ù±¸´Ï, °ü½É»óÇ°, ÁÖ¹®/°áÁ¦ ÆäÀÌÁö »óÇ°Á¤º¸ */

.orderItem {
	position: relative;
	margin: 0 0 10px 0;
	padding: 10px;
	border: 1px solid #bdbdbd;
	background-color: #fff
}

.orderItem .info {
	position: relative;
	min-height: 70px;
	padding: 0 0 0 100px
}

.orderItem .info input[type="checkbox"] {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 20
}

.orderItem .info .img {
	position: absolute;
	top: 0;
	left: 25px;
	z-index: 20
}

.orderItem .info .img img {
	width: 68px;
	height: 68px
}

.orderItem .info .name a {
	color: #222;
	font-size: 16px
}

.orderItem .info .introduce {
	margin: 7px 0 0;
	color: #999;
	line-height: 18px
}

.orderItem.order .info {
	padding: 0 0 0 75px
}

.orderItem.order .info .img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 20
}

.orderItem .optionWrap {
	margin: 10px 0 0;
	padding: 10px;
	background-color: #f5f5f5;
	border-top: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
	color: #777;
	line-height: 18px
}

.orderItem .optionWrap span {
	color: #222
}

.orderItem .optionWrap .selectList {
	margin: 3px 0 0
}

.orderItem .optionWrap .selectList:first-child {
	margin: 0
}

.orderItem .priceWrap {
	margin: 10px 0 0
}

.orderItem .priceWrap span {
	font-size: 14px;
	display: block
}

.orderItem .priceWrap span.price b {
	font-size: 16px;
	color: #222
}

.orderItem .priceWrap span.price span.qty {
	display: inline;
	font-size: 12px;
	color: #444
}

.orderItem .priceWrap span.optPrice {
	margin: 5px 0 0
}

.orderItem .priceWrap span.sale_price {
	color: #387a9c
}

.orderItem .priceWrap span.totalPrice {
	margin: 5px 0 0;
	color: #d90000
}

.orderItem .priceWrap span.totalPrice b {
	font-size: 19px
}

.orderItem .priceWrap span.totalPrice span.method {
	display: inline-block;
	margin: 0 0 0 10px;
	padding: 4px 10px;
	background-color: #999;
	font-size: 12px;
	color: #fff;
	vertical-align: 2px;
	border-radius: 2px;
}

.orderItem .qtyWrap {
	margin: 5px 0 0
}

.orderItem .qtyWrap input[type="number"] {
	width: 35px;
	height: 22px;
	text-align: right;
	padding-right: 5px
}

.orderItem .priceWrap span ul.cart_btn li {
	float: left;
	padding: 0 0 0 2px;
	border: none
}


/* Àû¸³±Ý³»¿ª */

.total_point {
	border: 1px solid #e3e3e3;
	padding: 15px 0;
	background-color: #fff;
	text-align: center;
	color: #333;
	font-size: 16px;
}

.total_point span {
	color: #ff0000;
}


/* »óÇ°Æò */

.review ul li {
	position: relative;
	border-bottom: 1px solid #cdcdcd;
	padding: 20px 0
}

.review ul li .img {
	position: absolute;
	top: 20px;
	left: 0
}

.review ul li .img img {
	width: 80px;
	height: 80px
}

.review ul li .review_info {
	margin: 0 0 0 95px;
	min-height: 82px
}

.review ul li .review_info .name {
	color: #777;
}

.review ul li .review_info .product {
	margin-top: 5px;
	font-size: 14px;
	line-height: 18px;
	color: #222;
}

.review ul li .review_info .price {
	margin-top: 3px;
	font-size: 14px;
	color: #ff0000;
}

.review ul li .review_info .grade {
	margin: 5px 0 0;
	font-size: 14px;
	color: #e58a22
}

.review ul li .review_subject {
	margin: 10px 0 0
}

.review ul li .review_subject a {
	font-size: 14px;
	color: #666;
	line-height: 20px
}

.review ul li .review_contents {
	margin-top: 5px;
	padding: 10px;
	border: 3px solid #dbdbdb;
}


/* ÀÚÁÖÃ£´Â»óÇ° */

.oftenList .period .date {
	display: table;
	width: 100%;
	border-top: 1px solid #e3e3e3
}

.oftenList .period .date span {
	position: relative;
	display: table-cell;
	width: 50%
}

.oftenList .period .date span.gap {
	width: 5px
}

.oftenList .period .date span button {
	position: absolute;
	top: 10px;
	right: 10px
}

.oftenList .period .btn {
	padding: 5px;
	border-top: 1px solid #e3e3e3;
	font-size: 0
}

.oftenList .period .btn a {
	display: inline-block;
	width: 33.33%;
	padding: 10px;
	background-color: #464646;
	border-left: 1px solid #222;
	color: #fff;
	font-size: 12px;
	text-align: center;
	box-sizing: border-box;
}

.oftenList .period .btn a:first-child {
	border-left: none
}

.oftenList .selectBtn {
	margin-top: 20px;
	text-align: right
}

.oftenList .selectBtn input {
	display: inline-block;
	padding: 3px 10px;
	border: none;
	background-color: #464646;
	color: #fff;
	border-radius: 2px
}


/* ÁÖ¹®ÇÏ±â */

.order .item {
	position: relative;
	border: 1px solid #bdbdbd;
	margin-bottom: 10px;
	padding: 10px;
	background-color: #fff;
	min-height: 82px;
}

.order .item .img {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 2;
}

.order .item .info {
	position: relative;
	z-index: 1;
	padding-left: 90px;
}

.order .item .info span {
	font-size: 14px;
	display: block;
}

.order .item .info span.name a {
	color: #222;
	font-size: 17px;
}

.order .item .info span.price {
	margin-top: 10px;
}

.order .item .info span.price b {
	font-size: 16px;
	color: #2088f0;
}

.order .item .info span.price span {
	display: inline;
	font-size: 12px;
	color: #444;
}

.order .item .info span.sale_price {
	color: #387a9c;
}

.order .item .info span.option {
	margin-top: 5px;
	font-size: 11px;
	color: #777;
}

.order .item .info span.option span {
	color: #333;
	font-size: 11px;
	display: inline;
}

.order .item .info span.total_price {
	color: #d90000;
	margin-top: 2px;
}

.order .item .info span.total_price b {
	font-size: 18px;
}

.order .item .info span.total_price span {
	display: inline;
	color: #1f9010;
}

.order .item .info span ul.cart_btn li {
	float: left;
	padding: 0 0 0 2px;
	border: none;
}


/* °áÁ¦ÇÏ±â */

.payment_point {
	padding: 5px;
	border: 1px solid #cdcdcd;
	line-height: 20px;
}

.payment_point p span {
	color: #387a9c;
	font-weight: bold;
}

.payment_point p span.red {
	color: #d90000;
	font-weight: bold;
}

.payment_point .point_use {
	margin-top: 5px;
	padding-top: 5px;
	border-top: 1px solid #e1e1e1;
}

.payment_point .point_use ul li {
	float: left;
	padding-right: 5px;
}

.payment_point:after {
	content: "";
	display: block;
	clear: both;
}

.payment_method {
	display: table;
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 3px;
	border: 1px solid #e1e1e1;
	padding: 8px;
}

.payment_method div {
	display: table-cell;
	vertical-align: middle;
	width: 50%;
	padding: 2px 0;
}

.payment_method01 {
	display: table;
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 3px;
	border: 1px solid #e1e1e1;
	padding: 8px;
}

.payment_method01 div {
	display: table-cell;
	width: 50%;
	padding: 5px;
}

.payment_method01 ul li span {
	width: 80px;
	display: inline-block;
}


/******* ·Î±×ÀÎ ¿µ¿ª *******/


/* ·Î±×ÀÎ */

.login_area {
	width: 100%;
	padding: 20px 0;
	border-top: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
	background-color: #f1f1f1;
}

.login_area .login {
	position: relative;
	margin: 0 auto;
	padding: 0 10px;
}

.login_area .login:after {
	content: '';
	display: block;
	clear: both;
}

.login_area .idcheck {
	padding: 7px 0 0 0
}

.login_area .login .login_btn {
	margin: 20px 0 0
}

.login_btn input {
	width: 100%;
	height: 44px;
	border: none;
	background-color: #111;
	font-family: Nanum Barun Gothic;
	font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: 44px;
	border-radius: 2px !important
}

.login_area .snsLogin {
	padding: 5px
}

.login_area .snsLogin a {
	display: block;
	float: left;
	width: 50%;
	padding: 5px;
	box-sizing: border-box;
	text-align: center
}

.login:after {
	content: "";
	display: block;
	clear: both;
}

.login_info {
	margin: 10px 0 0;
	padding: 0 10px 50px 10px;
	font-family: Nanum Barun Gothic;
	color: #333
}

.login_info div {
	margin: 10px 0 0
}

.login_info div span {
	display: block;
	position: relative;
	float: left;
	width: 50%;
	height: 34px;
	padding: 0 0 0 20px;
	line-height: 34px;
	box-sizing: border-box
}

.login_info div span i {
	position: absolute;
	top: 10px;
	left: 0;
	color: #888;
}

.login_info div.find span i {
	left: 3px
}

.login_info div a {
	display: block;
	float: left;
	width: 50%;
	height: 34px;
	border: 1px solid #e3e3e3;
	line-height: 34px;
	text-align: center;
	box-sizing: border-box
}

.nonmemberOrder {
	padding: 0 10px
}

.nonmemberOrder a {
	display: block;
	border: 1px solid #e3e3e3;
	line-height: 36px;
	text-align: center
}

.login_error {
	border-top: 1px solid #dbdbdb;
	padding: 10px;
	text-align: center;
}

.btn_join {
	margin: 20px auto 0;
	padding: 0 10px;
}


.snslogin a {
    display: block;
    width: 100%;
    height: 44px;
    margin-top: 5px;
    font-family: Nanum Barun Gothic;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 44px;
    border-radius: 2px !important
}

.snslogin a.naver {
    background: #1ec800 url(/html/images/bbs/btn_naver.gif) no-repeat 20px center;
    background-size: 22px 20px
}

.snslogin a.kakao {
    background: #ffe600 url(/html/images/bbs/btn_kakao.gif) no-repeat 20px center;
    background-size: 21px 20px;
    color: #3c1e1e
}

.snslogin a.facebook {
    background: #3b589e url(/html/images/bbs/btn_facebook.gif) no-repeat 20px center;
    background-size: 14px 20px
}

/* ºñÈ¸¿ø ÁÖ¹®ÇÏ±â */

.privacy_policy {
	overflow-y: scroll;
	height: 200px;
	padding: 10px;
	background: #f1f1f1;
	text-align: left;
}

.privacy_apply {
	position: relative;
	margin-top: 5px;
	padding: 3px 0 0 25px
}

.privacy_apply input {
	position: absolute;
	top: 0;
	left: 0;
}


/* ºñÈ¸¿ø ÁÖ¹®È®ÀÎ */

.guestOrder {
	width: 100%;
	padding: 20px 10px;
	border-top: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
	background-color: #f1f1f1;
	font-family: Nanum Barun Gothic;
	color: #333;
	box-sizing: border-box
}


/* ºñÈ¸¿ø °³ÀÎÁ¤º¸ µ¿ÀÇ */

.privacyWrap {
	width: 100%;
	padding: 20px 10px;
	border-top: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
	background-color: #f1f1f1;
	font-family: Nanum Barun Gothic;
	color: #333;
	box-sizing: border-box;
	color: #333
}

.privacy_txt01 {
	margin: 20px 0 0;
	padding: 23px 0 0 25px;
	min-height: 20px;
	background: url(/html/images/member/nonOrder01.gif) no-repeat -0 20px;
	background-size: 20px 20px;
	border-top: 1px solid #e3e3e3;
	color: #888
}

.privacy {
	padding: 10px;
	background-color: #fff;
	border: 1px solid #e3e3e3
}

.privacy h3 {
	margin-top: 25px;
	font: bold 12px Dotum;
	color: #333;
	letter-spacing: -1px;
}

.privacy h3.first {
	margin: 0;
}

.privacy h4 {
	margin: 15px 0 0 18px;
	font: bold 12px Dotum;
	color: #555;
}

.privacy p {
	line-height: 20px;
	color: #666;
}

.privacy p strong {
	color: #222;
	font-weight: bold;
}

.privacy p.depth1 {
	margin: 5px 0 0 18px;
}

.privacy p.depth2 {
	margin: 5px 0 0 41px;
}

.privacy ul.depth1_ul {
	margin: 3px 0 0 18px;
}

.privacy ul.depth1_ul li {
	padding: 0 0 0 9px;
	background: url(/html/images/common/bullet01.gif) no-repeat 0 7px;
	background-position: 0 6px\0;
	color: #666;
	line-height: 18px;
}

.privacy ul.depth2_ul {
	margin: 3px 0 0 41px;
}

.privacy ul.depth2_ul li {
	padding: 0 0 0 9px;
	background: url(/html/images/common/bullet01.gif) no-repeat 0 7px;
	background-position: 0 6px\0;
	color: #666;
	line-height: 18px;
}

.privacy .blue {
	color: #1b67a2;
}


/* ¾ÆÀÌµð ºñ¹øÃ£±â */

.lost_wrap {
	border: 1px solid #dbdbdb;
	border-top: 1px solid #dbdbdb;
	background-color: #f1f1f1;
	padding: 20px 0;
	font-family: Nanum Barun Gothic
}

.lost_wrap h3 {
	font-size: 15px;
	color: #111;
	padding: 0 0 0 10px
}

.lost_wrap h3.pw {
	margin: 30px 0 0;
	padding: 30px 0 0 10px;
	border-top: 1px solid #dbdbdb
}

.lost_wrap .find_list {
	padding: 0 10px
}

.lost_wrap .find_contents {
	position: relative;
	margin: 10px 0 0;
	padding: 0 0 0 60px
}

.lost_wrap .find_contents span {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 14px;
	color: #666;
	line-height: 34px
}

.lost_wrap .find_contents input {
	width: 100%;
	height: 34px;
	padding: 0 0 0 10px;
	border: 1px solid #e3e3e3;
	line-height: 34px;
	box-sizing: border-box
}

.lost_wrap .btn {
	margin: 20px 0 0
}


/* È¸¿øÅ»Åð */

.member_leave {
	padding: 20px 0;
	font-size: 14px;
	text-align: center
}

.member_leave2 {
	font-size: 17px;
	line-height: 1.5;
	text-align: center;
	padding: 20px
}

.member_leave2 span {
	display: block;
	margin: 7px 0 0;
	font-size: 14px
}


/* È¸¿ø°¡ÀÔ */

.joinTop .join {
	border-top: 1px solid #e3e3e3;
	padding: 20px 0 0;
	font-family: Nanum Barun Gothic;
	font-size: 17px;
	color: #333;
	text-align: center
}

.joinTop .sub {
	margin: 10px 0 0;
	font-family: Nanum Barun Gothic;
	font-size: 12px;
	color: #666;
	text-align: center
}

h3.join {
	margin: 20px 0 5px;
	font-size: 17px;
	color: #333
}

h3.join span {
	font-size: 12px;
	color: blue
}

.joinTop .step {
	margin: 20px 0 0;
	border-top: 1px solid #cdcdcd;
	border-bottom: 1px solid #cdcdcd;
	text-align: center
}

.joinAgree {
	padding: 10px
}

.joinAgree .join_textarea {
	overflow-y: scroll;
	width: 100%;
	height: 150px;
	padding: 10px;
	background-color: #f8f8f8;
	border: 1px solid #e3e3e3;
	text-align: left;
	color: #666;
	line-height: 1.4;
	box-sizing: border-box
}

.joinAgree .agreeBtn {
	margin-top: 10px;
}

.joinAgree .agreeBtn:after {
	content: '';
	display: block;
	clear: both
}

.joinAgree .agreeBtn {
	position: relative;
	display: block;
	height: 40px
}

.joinAgree .agreeBtn input[type="checkbox"] {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	width: 100%;
	height: 40px;
	border: 1px solid #aaa;
	-webkit-appearance: none;
	-webkit-border-radius: 0
}

.joinAgree .agreeBtn input[type='checkbox']:checked:after {
	display: block;
	content: '';
	position: absolute;
	top: -1px;
	left: -1px;
	width: 100%;
	height: 38px;
	background-color: #fff;
	border: 1px solid #2da239
}

.joinAgree .agreeBtn input[type='checkbox']:checked+label {
	color: #2da239
}

.joinAgree .agreeBtn label {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 20;
	text-align: center;
	line-height: 40px
}


/********** °Ô½ÃÆÇ **********/


/* °Ë»ö¿µ¿ª */

.boardSearchWrap {
	padding-bottom: 10px;
	border-bottom: 1px solid #cdcdcd
}

.boardSearchWrap>.selectbox {
	margin-bottom: 3px
}

.boardSearchWrap .searchWrap {
	position: relative;
	padding-left: 113px;
	padding-right: 45px
}

.boardSearchWrap .searchWrap .selectbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 110px;
}

.boardSearchWrap .searchWrap .input {
	width: 100%;
	height: 34px !important
}

.boardSearchWrap .searchWrap input.btn {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 45px;
	height: 34px;
	border: 1px solid #e3e3e3;
	border-left: none;
	background-color: #f7f7f7;
	color: #444;
	text-align: center;
	line-height: 1;
	font-size: 12px;
	box-sizing: border-box
}


/* ±âº»Çü ¸®½ºÆ® */

.boardList ul li a {
	display: block;
	padding: 12px 15px 13px 0;
	color: #888;
	border-bottom: 1px solid #e3e3e3;
	font-size: 12px
}

.boardList ul li a span.subject {
	display: block;
	font-size: 16px;
	color: #000;
	line-height: 1.4
}

.boardList ul li a span.subject.ntc {
	color: #ff0000
}

.boardList ul li a span.subject span.category {
	color: #ff6600
}

.boardList ul li a .writeInfo {
	display: block;
	margin-top: 5px
}

.boardList ul li a .writeInfo span {
	margin-right: 5px;
}

.boardList ul li span.cnt {
	color: #888;
	font-size: 12px
}


/* À¥ÁøÇü ¸®½ºÆ® */

.webzineList ul li {
	position: relative;
	min-height: 102px;
	border-bottom: 1px solid #e3e3e3;
	padding: 10px 0;
}

.webzineList ul li div.img {
	display: block;
	position: absolute;
	top: 10px;
	left: 0;
	border: 1px solid #e1e1e1;
	width: 131px;
	padding: 1px
}

.webzineList ul li div.img img {
	width: 100%;
}

.webzineList ul li div.info {
	margin-left: 145px;
	padding-top: 5px;
	padding-right: 10px;
	font-size: 14px;
}

.webzineList ul li div.info span {
	display: block;
}

.webzineList ul li div.info span.subject {
	font-size: 16px;
	color: #000;
}

.webzineList ul li div.info span.content {
	margin-top: 5px;
	color: #666
}

.webzineList ul li div.info span.write {
	margin-top: 5px;
	font-size: 12px;
	color: #888
}


/* °¶·¯¸®Çü ¸®½ºÆ® */

.galleryList ul li {
	position: relative;
	border-bottom: 1px solid #e3e3e3;
	padding: 10px 0;
}

.galleryList ul li span {
	display: block;
	text-align: center;
}

.galleryList ul li span.subject {
	font-size: 16px;
	color: #000;
	margin: 5px 0;
}

.galleryList ul li span.write {
	font-size: 12px;
	color: #888;
	margin-top: 5px;
}


/* ºí·Î±× ¸®½ºÆ® */

.blog {
	padding: 10px 5px;
	margin-top: 20px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	background-color: #f7f7f7;
}

.blog span {
	display: block;
	color: #888;
}

.blog span.subject {
	width: 100%;
	margin-bottom: 5px;
	font-size: 18px;
	color: #333;
}

.blog_contents {
	font-size: 14px;
	padding: 10px;
}


/* °Ô½ÃÆÇ ºäÆäÀÌÁö */

.boardReadTop {
	padding: 20px 10px 10px;
	border-bottom: 1px solid #e3e3e3;
	background-color: #f8f8f8
}

.boardReadTop h3.subject {
	font-size: 21px;
	color: #000;
	line-height: 1.4;
}

.boardReadTop .writeInfo {
	margin: 8px 0 0;
	font-size: 12px;
	color: #888
}

.boardReadTop .hit_cnt {
	display: inline-block;
	margin: 10px 0 0;
	padding: 10px 15px 9px;
	border: 1px solid #e3e3e3;
	background-color: #fff
}

.boardReadContent {
	margin-bottom: 30px;
	padding: 30px 10px;
	font-size: 14px;
	line-height: 1.4;
	color: #666
}

.boardReadContent .extraField {
	margin-top: -15px;
	margin-bottom: 30px;
	padding-bottom: 15px;
	border-bottom: 1px dashed #ccc;
	color: #666;
	font-size: 12px;
	line-height: 1.5
}

.boardReadContent .extraField span.tit {
	color: #333
}


/* °Ô½ÃÆÇ ºäÆäÀÌÁö Ã·ºÎÆÄÀÏ */

.addFile {
	padding: 10px;
	border-top: 1px solid #d9d9d9;
	background-color: #f8f8f8;
}

.addFile .tit {
	color: #222;
	font-size: 15px;
}

.addFile div {
	margin-top: 5px
}

.addFile div a {
	padding-right: 10px;
	color: #888;
	font-size: 12px;
	line-height: 1.4
}

.board_btn {
	padding: 10px
}

.board_btn ul li {
	float: left;
}


/********** Æû ÀÛ¼ºÇÏ±â (°Ô½ÃÆÇ ½ºÅ², 1:1¹®ÀÇ, ÀÚÁÖÃ£´Â»óÇ°, ÁÖ¹®ÇÏ±â, ·Î±×ÀÎ) **********/

.formWrite {
	font-family: NanumBraunGothic;
	font-size: 13px;
	color: #444
}

.formWrite *,
.formWrite *:before,
.formWrite *:after {
	box-sizing: border-box
}

.formWrite h3 {
	padding: 15px 0 14px 10px;
	border: 1px solid #e3e3e3;
	background-color: #f8f8f8;
	font-size: 14px;
	text-align: left;
	color: #333;
}

.formWrite>div {
	position: relative;
	margin-top: -1px;
	padding-top: 24px;
	min-height: 40px;
	border: 1px solid #e3e3e3;
	background-color: #fff;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.formWrite input[type="text"],
.formWrite input[type="password"],
.formWrite input[type="tel"],
.formWrite input[type="email"],
.formWrite input[type="number"] {
	width: 100%;
	height: 40px;
	padding-left: 10px;
	border: none;
	font-size: 16px;
	color: #000
}

.formWrite>div label.tit,
.formWrite>div span.tit {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 20;
	padding-top: 10px;
	padding-left: 10px;
	font-size: 11px;
	color: #888;
	cursor: text;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease
}

.formWrite>div.adm {
	padding-right: 100px
}

.formWrite>div label.ntc {
	position: absolute;
	bottom: 0;
	right: 30px;
	height: 40px;
	padding: 10px 10px 0
}

.formWrite>div .info {
	padding-top: 13px;
	padding-left: 10px;
	padding-bottom: 13px;
	border-top: 1px dotted #e3e3e3;
	font-size: 11px;
	color: #6c4997
}

.formWrite>div .info.pd0 {
	padding-left: 0;
	padding-bottom: 0
}

.formWrite>div.txtWrap {
	padding-top: 34px;
	padding-bottom: 8px
}

.formWrite>div.fileList,
.formWrite>div.spam {
	padding-top: 36px;
	padding-bottom: 13px
}

.formWrite>div.txtWrap .txt {
	padding-left: 10px;
	font-size: 16px;
	line-height: 1.4
}

.formWrite>div .smfont {
	font-size: 13px !important;
}

.formWrite>div.txtWrap .info {
	margin-top: 10px;
	padding-bottom: 0
}


/* ¼¿·ºÆ®¹Ú½º¸¸ */

.formWrite>div.select {
	padding-top: 0
}

.formWrite>div.select select {
	height: 42px;
	border: none;
	padding-left: 10px;
	font-size: 13px;
	color: #444;
	font-family: Nanum Barun Gothic
}


/* 2Ä­ */

.formWrite>div .row2 {
	display: table
}

.formWrite>div .row2 div {
	display: table-cell;
	width: 50%
}

.formWrite>div .row2 div.space {
	width: 10px
}


/* ÀüÈ­¹øÈ£ ÈÞ´ëÆù¹øÈ£ */

.formWrite>div.phone .row3 {
	position: relative;
	z-index: 10;
	display: table;
	width: 100%
}

.formWrite>div.phone .row3 span {
	position: relative;
	display: table-cell;
	width: 33.33%
}

.formWrite>div.phone .row3 span:before {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 1px;
	height: 15px;
	background-color: #e3e3e3
}

.formWrite>div.phone .row3 span:first-child:before {
	display: none
}

.formWrite>div.phone select {
	border: none;
	height: 42px;
	padding: 3px 0 3px 10px;
	background: none;
	font-size: 16px;
	color: #000
}


/* ÀÌ¸ÞÀÏ */

.formWrite>div.email .top {
	display: table;
	width: 100%;
	border-bottom: 1px dotted #e3e3e3
}

.formWrite>div.email .top span {
	display: table-cell;
	width: 50%
}

.formWrite>div.email .top span.gap {
	width: 5px
}

.formWrite>div.email .selectbox {
	width: 100%;
	height: 42px;
	padding: 3px 0 3px 10px;
	border: none;
	border-radius: 0;
	background: url(/html/images/common/select_arrow2.gif);
	background-color: #fff;
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 42px 42px;
	-webkit-background-size: 42px 42px;
	-webkit-appearance: none;
	-moz-appearance: none;
	font-size: 13px;
	color: #444
}


/* ÁÖ¼Ò */

.formWrite>div.address .zipcode:after {
	content: '';
	display: block;
	clear: both
}

.formWrite>div.address .zipcode input {
	float: left;
	width: 70px !important
}

.formWrite>div.address .zipcode a {
	margin-top: 7px;
	float: left
}

.formWrite>div.address .address2 input {
	border-top: 1px dotted #e3e3e3
}


/* ¿ìÆí¹øÈ£(ÁÖ¼Ò) Ã£±â */

#zipcode_layer,
#biz_zipcode_layer,
#ord_zipcode_layer,
#rv_zipcode_layer {
	width: 100% !important;
	margin: 10px auto 0 !important;
	border: none !important;
	border-top: 1px solid #e3e3e3 !important
}

#zipcode_layer>div,
#biz_zipcode_layer>div,
#ord_zipcode_layer>div,
#rv_zipcode_layer>div {
	overflow-x: initial !important;
	overflow-y: initial !important
}

.btn_zipcode {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	padding: 5px 8px 4px;
	border: 1px solid #bdbdbd;
	background: -moz-linear-gradient(top, #ffffff 0%, #ebebeb);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ebebeb));
	background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #ffffff), color-stop(78%, #ebebeb));
	/* Chrome,Safari4+ */
	font-size: 11px;
}


/* Ã¼Å©¹Ú½º */

.formWrite>div.checkWrap {
	padding: 36px 10px 13px
}

.formWrite>div.checkWrap .cont {
	display: table;
	width: 100%
}

.formWrite>div.checkWrap .cont span {
	position: relative;
	display: table-cell;
	width: 50%;
	height: 40px
}

.formWrite>div.checkWrap .cont.row3 span {
	width: 33.33%;
}

.formWrite>div.checkWrap .cont span.space {
	width: 5px !important
}

.formWrite>div.checkWrap .cont span input[type="radio"] {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	width: 100%;
	height: 40px;
	margin: 0;
	padding: 0;
	border: 1px solid #aaa;
	-webkit-appearance: none;
	-webkit-border-radius: 0
}

.formWrite>div.checkWrap .cont span input[type='radio']:checked:after {
	display: block;
	content: '';
	position: absolute;
	top: -1px;
	left: -1px;
	width: 100%;
	height: 38px;
	border: 1px solid #2da239;
	background-color: #fff;
	-webkit-border-radius: 0;
	box-sizing: content-box
}

.formWrite>div.checkWrap .cont span input[type='radio']:checked+label {
	color: #2da239
}

.formWrite>div.checkWrap .cont span label {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 20;
	text-align: center;
	line-height: 40px
}


/* textarea */

.formWrite>div.textarea {
	padding-top: 24px
}

.formWrite>div.textarea .webnote_toolbar_container {
	display: none
}

.formWrite>div.textarea .webnote_container {
	border: none !important;
	padding: 10px !important;
	background-color: transparent !important
}

.formWrite>div.textarea div.webnote {
	border: none !important;
	padding: 0 !important;
	height: 150px !important;
	font-size: 14px;
	line-height: 1.5;
	box-sizing: border-box
}

.formWrite>div.textarea div.webnote p {
	margin: 0 !important;
	line-height: 1.4 !important
}

.formWrite>div.textareaOrder {
	padding: 0
}


/* ±â°£°Ë»ö (ÀÚÁÖÃ£´Â»óÇ°)*/

.formWrite>div.period {
	padding-top: 32px
}


/* focus ¾×¼Ç */

.formWrite .motion {
	padding-top: 0
}

.formWrite .motion.focus {
	padding-top: 24px
}

.formWrite>div.motion label.tit {
	padding-top: 13px;
	font-size: 13px;
	color: #444
}

.formWrite>div.motion.focus label.tit {
	padding-top: 10px;
	font-size: 11px;
	color: #888
}


/* input ¿ìÃø ¾ÆÀÌÄÜ */

.formWrite i.icon {
	position: absolute;
	bottom: 14px;
	right: 10px;
	color: #888
}

.formWrite i.icon.fa-lock {
	right: 13px
}


/* Ã·ºÎÆÄÀÏ¸®½ºÆ®, ÆÄÀÏÃ·ºÎ */

.formWrite>div.fileList .cont {
	padding-left: 10px
}

.formWrite>div.fileList .cont a {
	display: inline-block;
	margin-top: 3px;
	font-size: 11px
}

.formWrite>div.fileList .cont a.f_name {
	color: #999;
	font-size: 11px
}

.formWrite>div.fileList .cont a.f_del {
	margin-right: 5px;
	color: red
}

.formWrite>div.fileList .cont #variableFiles label {
	display: none
}

.formWrite>div.fileList .cont #variableFiles div {
	margin-top: 5px
}

.formWrite>div.fileList .cont #variableFiles:fist-child div {
	margin-top: 0
}

.formWrite>div.fileList .cont .qtyBtn {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ccc;
}

.formWrite>div.fileList .cont .qtyBtn a {
	display: inline-block;
	padding: 5px 10px;
	background-color: #666;
	text-align: center;
	font-size: 11px;
	color: #fff;
	border-radius: 3px;
	box-sizing: border-box
}

.formWrite>div.fileList .cont .qtyBtn a.add {
	background-color: #111
}


/* ½ºÆÔ */

.formWrite>div.spam .cont {
	padding-left: 10px;
	padding-right: 10px;
	font-size: 12px
}

.formWrite>div.spam .spamImg {
	position: relative;
	margin-bottom: 5px;
	padding-left: 60px
}

.formWrite>div.spam .spamImg img {
	position: absolute;
	top: 0;
	left: 0
}

.formWrite>div.spam .spamImg input[type="tel"] {
	width: 100%;
	height: 26px;
	border: 1px solid #e3e3e3;
	box-sizing: border-box
}


/* Å×ÀÌºí */

.infoTb h3 {
	padding: 15px 0 14px 10px;
	border: 1px solid #e3e3e3;
	background-color: #f8f8f8;
	font-size: 14px;
	text-align: left;
	color: #333;
}

.infoTb .list {
	position: relative;
	margin-top: -1px;
	padding-top: 34px;
	padding-bottom: 10px;
	border: 1px solid #e3e3e3;
	background-color: #fff;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.infoTb .list>span.tit {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	padding-top: 13px;
	padding-left: 10px;
	font-size: 11px;
	color: #888;
	box-sizing: border-box;
}

.infoTb .list .cont {
	padding-left: 10px;
	font-size: 16px;
	box-sizing: border-box
}

.infoTb .list .cont.fontSm {
	font-size: 13px;
	line-height: 1.4
}

.infoTb i.fa {
	position: absolute;
	bottom: 14px;
	right: 10px;
	color: #888
}

.infoTb i.fa.fa-lock {
	right: 13px
}


/* ºäÆäÀÌÁö ¼ö·® */

.btn_order_qty {
	*zoom: 1;
}

.btn_order_qty:after {
	content: '';
	display: block;
	clear: both;
}

.btn_order_qty input[type="number"],
.btn_order_qty input[type="text"] {
	float: left;
	width: 40px;
	height: 30px;
	border-color: #ccc
}

.btn_order_qty a.minus {
	display: block;
	float: left;
	width: 28px;
	height: 28px;
	border: 1px solid #ccc;
	border-right: none;
	background: url(/html/images/product/btn_minus.gif) no-repeat;
	background-size: 28px 28px;
	text-indent: -9999px
}

.btn_order_qty a.plus {
	display: block;
	float: left;
	width: 28px;
	height: 28px;
	border: 1px solid #ccc;
	border-left: none;
	background: url(/html/images/product/btn_plus.gif) no-repeat;
	background-size: 28px 28px;
	text-indent: -9999px
}


/* ÁÖ¹®ÇÏ±â ÃÖ±Ù¹è¼ÛÁö °Ë»ö */

.rv_add span {
	display: block;
	color: #888;
}

.rv_add li {
	border-bottom: 1px dotted #dbdbdb;
	padding: 5px 0;
}

.rv_add span.name {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 5px;
	color: #222;
}


/***** Å×ÀÌºí ¸®½ºÆÃ *****/

h3.tb_list {
	padding: 11px 0 9px 10px;
	border: 1px solid #bdbdbd;
	border-bottom: none;
	background-color: #e1e1e1;
	font-family: Nanum Barun Gothic;
	font-size: 14px;
	text-align: left;
	color: #333;
}

.tb_list {
	border: 1px solid #bdbdbd;
	border-top: none;
}

.tb_list th {
	width: 30%;
	padding: 7px 7px 7px 10px;
	background-color: #f9f9f9;
	border-right: 1px solid #bdbdbd;
	border-top: 1px solid #bdbdbd;
	color: #555;
	font-family: Nanum Barun Gothic;
	font-size: 13px;
	text-align: left;
}

.tb_list td {
	width: 70%;
	padding: 7px;
	border-top: 1px solid #bdbdbd;
	background-color: #fff;
}

.tb_list .txt {
	height: 28px;
	border: 1px solid #cdcdcd;
	box-sizing: border-box;
	font: 14px/28px dotum;
	color: #777;
	text-indent: 5px;
}


/* 1:1¹®ÀÇ/ÁÖ¹®ÇÏ±â/°áÁ¦ÇÏ±â ÀüÈ­¹øÈ£ ÇÊµå */

.tb_list td.phone .wrap {
	width: 100%;
	display: table;
}

.tb_list td.phone div.wrap span {
	display: table-cell;
	width: 30%;
}

.tb_list td.phone div.wrap span input {
	width: 100%;
}

.tb_list td.phone div.wrap span.gap {
	display: table-cell;
	width: 5%;
	text-align: center;
}


/* 1:1¹®ÀÇ/ÁÖ¹®ÇÏ±â/°áÁ¦ÇÏ±â ÀÌ¸ÞÀÏ ÇÊµå */

.tb_list td.email div.wrap {
	width: 100%;
	display: table;
}

.tb_list td.email div.wrap span.first {
	display: table-cell;
	width: 50%;
}

.tb_list td.email div.wrap span.last {
	display: table-cell;
	width: 45%;
}

.tb_list td.email div.wrap span input {
	width: 100%;
}

.tb_list td.email div.wrap span.gap {
	display: table-cell;
	width: 5%;
	text-align: center;
}


/* ºäÆäÀÌÁö »óÇ°¸í */

.tb_list td.product_name {
	font-size: 14px;
	color: #000;
}


/* ºäÆäÀÌÁö °¡°Ý */

.tb_list td.product_price .price {
	color: #2088f0;
}

.tb_list td.product_price .price span {
	font-size: 18px;
	font-weight: bold;
}

.tb_list td.product_price .price_p {
	text-decoration: line-through;
	color: #777;
	font-size: 14px;
}


/***** ÆË¾÷ Å×ÀÌºí¸®½ºÆÃ *****/

.tb_popup {
	border-top: 2px solid #444;
}

.tb_popup th {
	background: url(/html/images/member/bullet_join_th.gif) no-repeat right bottom;
	background-color: #f5f5f5;
	padding: 10px 0 10px 10px;
	border-bottom: 1px solid #dbdbdb;
	font: 13px/18px NGBold;
	text-align: left;
}

.tb_popup td {
	line-height: 18px;
	padding: 10px 0 10px 10px;
	border-bottom: 1px solid #dbdbdb;
	color: #666;
	text-align: left;
}


/***** ÀÌ¿ë¾à°ü *****/

.agreement {
	position: relative;
}

.agreement h3 {
	margin: 50px 0 30px 0;
	font: bold 14px Dotum;
	color: #333;
	letter-spacing: -1px;
	color: #1b67a2;
}

.agreement h3.first {
	margin: 0 0 30px 0;
}

.agreement h4 {
	margin: 30px 0 10px 0;
	font: bold 12px Dotum;
	color: #333;
}

.agreement h4.first {
	margin: 0 0 10px 0;
}

.agreement p {
	line-height: 20px;
	color: #666;
}

.agreement p.depth1 {
	margin: 5px 0 0 0;
}

.agreement p.depth2 {
	margin: 5px 0 0 41px;
}

.agreement ol {
	margin: 3px 0 0 0;
}

.agreement ol li {
	position: relative;
	padding: 0 0 0 14px;
	margin-top: 4px;
	color: #666;
	line-height: 18px;
}

.agreement ol li ol li {
	padding: 0 0 0 20px;
}

.agreement ol.type2 li {
	position: relative;
	padding: 0 0 0 20px;
	margin-top: 0px;
	color: #666;
	line-height: 18px;
}

.agreement ol li span {
	position: absolute;
	top: 0;
	left: 0;
}

.agreement .blue {
	color: #1b67a2;
}


/***** ¸ð¹ÙÀÏ ÆË¾÷ *****/

.layer_popup .popup_wrap {
	position: relative;
	z-index: 200;
	width: 95%;
	border-radius: 10px;
	margin: 0 0 0 2.5%;
	background-color: #fff;
	-webkit-box-shadow: 2px 2px 7px 1px #555;
	box-shadow: 2px 2px 7px 1px #555;
}

.layer_popup .popup_wrap .contents {
	padding: 8px;
}

.layer_popup .popup_wrap .contents img {
	height: auto;
}

.layer_popup .popup_wrap .closed {
	width: 100%;
	background-color: #f1f1f1;
	box-sizing: border-box;
	padding: 5px 8px;
	border-top: 1px solid #cdcdcd;
	border-radius: 0 0 10px 10px;
	font: 12px NGBold;
	text-align: right;
}

#popup_mask {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 100;
	width: 100%;
	background: black;
	opacity: 0.6;
	filter: alpha(opacity=60);
	background: rgba(0, 0, 0, .6);
	/*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000, endColorstr=#4C000000);*/
}


/***** ÇÏ´Ü ÆäÀÌÂ¡ ****
#paging {margin-top:10px; text-align:center; font-size:16px; }
#paging span.img { padding:0 1px;}
#paging span img { width:31px; vertical-align:-10px;}
#paging span.prev_on,
#paging span.prev_off { margin:0 7px 0 3px;}
#paging span.next_on,
#paging span.next_off { margin:0 3px 0 7px;}
#paging .select {
	margin:0 2px; padding:5px 10px; border:1px solid #ff0000;
	color:#ff0000
	}
#paging .bar a {
	display:inline-block;
	margin:0 2px; padding:5px 10px; border:1px solid #c8c8c8;
}
*/


/***** ÇÏ´Ü ÆäÀÌÂ¡ *****/

#paging {
	margin: 10px auto 0;
	font-size: 16px;
	line-height: 29px;
	text-align: center
}

#paging li {
	display: inline-block;
	background-color: #fff;
	width: 31px;
	height: 31px;
}

#paging li a {
	display: block;
	width: 29px;
	height: 29px;
	font: 16px/29px tahoma;
	text-align: center;
}

#paging li.first_off {
	padding: 0 3px 0 0;
	background: url(/html/images/bbs/paging_first_off.gif) no-repeat left top;
	background-size: 31px 31px;
}

#paging li.prev_off {
	padding: 0 0 0 3px;
	background: url(/html/images/bbs/paging_prev_off.gif) no-repeat left top;
	background-size: 31px 31px;
}

#paging li.next_off {
	padding: 0 0 0 3px;
	background: url(/html/images/bbs/paging_next_off.gif) no-repeat right top;
	background-size: 31px 31px;
}

#paging li.last_off {
	padding: 0 0 0 3px;
	background: url(/html/images/bbs/paging_last_off.gif) no-repeat right top;
	background-size: 31px 31px;
}

#paging li.first_on {
	padding: 0 3px 0 0;
	background: url(/html/images/bbs/paging_first.gif) no-repeat left top;
	background-size: 31px 31px;
}

#paging li.prev_on {
	padding: 0 0 0 3px;
	background: url(/html/images/bbs/paging_prev.gif) no-repeat left top;
	background-size: 31px 31px;
}

#paging li.next_on {
	padding: 0 0 0 3px;
	background: url(/html/images/bbs/paging_next.gif) no-repeat right top;
	background-size: 31px 31px;
}

#paging li.last_on {
	padding: 0 0 0 3px;
	background: url(/html/images/bbs/paging_last.gif) no-repeat right top;
	background-size: 31px 31px;
}

#paging .select {
	width: 29px;
	height: 29px;
	border: 1px solid #ff0000;
	color: #ff0000;
	vertical-align: middle;
	text-align: center;
}

#paging li.line {
	width: 3px;
	text-indent: -9999px;
}

#paging .bar {
	width: 29px;
	height: 29px;
	border: 1px solid #c8c8c8;
	color: #444;
	vertical-align: middle;
	text-align: center;
}


/***** ¹öÆ° *****/

.function_btn:after {
	content: '';
	display: block;
	clear: both;
}

.function_btn.two_btn a,
.function_btn.two_btn input {
	float: left;
	display: block;
	width: 49.8% !important;
}

.function_btn.two_btn a.first,
.function_btn.two_btn input.first {
	margin-right: 0.4%;
}

.btn_gray_s {
	display: inline-block !important;
	border: 1px solid #d6d6d6;
	padding: 4px 12px 3px 12px;
	background-color: #f8f8f8;
	font-family: Nanum Barun Gothic;
	font-size: 12px;
	line-height: 1;
	color: #333;
	text-align: center;
	vertical-align: middle
}

.btn_blue_s {
	display: inline-block !important;
	border: 1px solid #1475d6;
	padding: 4px 12px 3px 12px;
	background-color: #06a2ef;
	font-family: Nanum Barun Gothic;
	font-size: 12px;
	line-height: 1;
	color: #fff !important;
	text-align: center;
	vertical-align: middle
}

.btn_red_s {
	display: inline-block !important;
	border: 1px solid #c73406;
	padding: 4px 12px 3px 12px;
	background-color: #de3e0c;
	font-family: Nanum Barun Gothic;
	font-size: 12px;
	line-height: 1;
	color: #fff !important;
	text-align: center;
	vertical-align: middle
}

.btn_zipcode {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	padding: 6px 8px 6px 8px;
	border: 1px solid #bdbdbd;
	background: -moz-linear-gradient(top, #ffffff 0%, #ebebeb);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ebebeb));
	background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #ffffff), color-stop(78%, #ebebeb));
	/* Chrome,Safari4+ */
}

.btn_gray {
	display: block;
	width: 100%;
	padding: 11px 0 9px;
	border: 1px solid #bebebe;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	background: -moz-linear-gradient(top, #ffffff 0%, #ebebeb);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ebebeb));
	background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #ffffff), color-stop(78%, #ebebeb));
	/* Chrome,Safari4+ */
	font-family: Nanum Barun Gothic;
	font-size: 14px;
	line-height: 1;
	color: #333;
	text-align: center;
}

.btn_red {
	display: block;
	width: 100%;
	padding: 11px 0 9px;
	border: 1px solid #c73406;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	background-color: #de3e0c;
	font-family: Nanum Barun Gothic;
	font-size: 14px;
	line-height: 1;
	color: #fff !important;
	text-align: center;
}

.btn_blue {
	display: block;
	width: 100%;
	padding: 11px 0 9px;
	border: 1px solid #1475d6;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	background-color: #2088f0;
	font-family: Nanum Barun Gothic;
	font-size: 14px;
	line-height: 1;
	color: #fff !important;
	text-align: center;
}

.btn01 {
	display: block;
	width: 100%;
	padding: 14px 0;
	border: 1px solid #111;
	box-sizing: border-box;
	background-color: #111;
	border-radius: 2px !important;
	font-family: Nanum Barun Gothic;
	font-size: 14px;
	line-height: 1;
	color: #fff !important;
	text-align: center;
}

.btn02 {
	display: block;
	width: 100%;
	padding: 14px 0;
	border: 1px solid #666;
	box-sizing: border-box;
	background-color: #666;
	border-radius: 2px !important;
	font-family: Nanum Barun Gothic;
	font-size: 14px;
	line-height: 1;
	color: #fff !important;
	text-align: center;
}

.ui-datepicker-trigger {
	background: url(/admin/html/images/calendar.gif) no-repeat;
	border: none;
	padding: 4px 0 0 0;
	margin: 0 0 0 3px;
	font-size: 0;
	line-height: 0;
	width: 18px;
	height: 18px;
}


/***** »ó´ã½ÅÃ» *****/

.inquiry input[type='text'],
.inquiry input[type='password'],
.inquiry textarea {
	border: 1px solid #dbdbdb;
	border-radius: 5px;
	width: 100%;
	padding: 10px 0;
	font: 14px dutom;
	text-indent: 10px;
	color: #777;
}

.inquiry .select {
	width: 100%;
	height: 38px;
	display: block;
	border: 1px solid #dbdbdb;
	border-radius: 5px;
	background-color: #fff;
}

.inquiry select {
	width: 100%;
	height: 38px;
	padding: 0;
	border: 0;
	background: url(/html/images/common/select_arrow2.gif) no-repeat 100% 0;
	background-size: 30px 30px;
	font-size: 13px;
	vertical-align: top;
	-webkit-background-size: 35px 35px;
	-webkit-appearance: none;
	text-indent: 10px;
}

.inquiry li {
	padding: 8px;
	border-bottom: 1px solid #ccc;
	box-sizing: border-box;
}

.inquiry .select_area {
	display: table;
	width: 100%;
}

.inquiry .select_area span {
	display: table-cell;
}

.inquiry .select_area span.space {
	width: 5px;
	text-align: center;
}

.inquiry {
	border: 1px solid #ccc;
	background-color: #f7f7f7;
	border-radius: 5px;
	-moz-box-shadow:0px 1px 2px rgba(0, 0, 0, .3)/*{global-box-shadow-color}*/
	;
	-webkit-box-shadow:0px 1px 2px rgba(0, 0, 0, .3)/*{global-box-shadow-color}*/
	;
	box-shadow:0px 1px 2px rgba(0, 0, 0, .3)/*{global-box-shadow-color}*/
	;
}

.inquiry .info {
	margin-top: 5px;
	padding-top: 5px;
	border-top: 1px dashed #cdcdcd;
	font-size: 11px;
	color: #8181e7;
}

.inquiry li .txt {
	border: 1px solid #dbdbdb;
	border-radius: 5px;
	width: 100%;
	padding: 10px 0;
	background: #fff;
	font: 14px dutom;
	color: #777;
	text-indent: 10px;
}

.inquiry li.last {
	border-bottom: none;
}

.btn_inquiry {
	width: 200px;
	margin: 10px auto;
	padding: 10px 0;
	font-size: 16px;
	background-color: #9faab1;
	border: 1px solid #546066;
	border-radius: 10px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	-moz-box-shadow: inset 0px -25px 12px #61717b;
	-webkit-box-shadow: inset 0px -25px 12px #61717b;
	box-shadow: inset 0px -25px 12px #61717b;
}


/* °ü·Ã»óÇ° */

.relation_list {
	clear: both;
	margin-top: 6px;
	height: 192px;
	overflow: hidden;
}

.relation_list ul li {
	padding: 0 10px;
	float: left;
}

.relation_list ul li dl {
	width: 92px;
	height: 138px;
	overflow: hidden;
	margin: 10px 0;
}

.relation_list ul li dl dt {
	font-size: 0px;
	line-height: 0px;
	letter-spacing: -9999px;
}

.relation_list ul li dl dd {
	padding-top: 4px;
}

.relation_list ul li dl dd.img {
	width: 88px;
	height: 88px;
	border: 1px solid #e1e1e1;
	padding: 1px;
}

.relation_list h2 {
	margin-top: 20px;
	background-color: #ebebeb;
	height: 30px;
	text-align: center;
	font-weight: bold;
	line-height: 30px;
	color: #000;
	font-size: 14px;
}


/* »óÇ°°í½Ã °ü·Ã */

.product_gosi .tit h4 {
	font: 18px NGBold;
	color: #1578db;
}

.product_gosi .tit span {
	display: block;
	padding: 5px 0 5px 0;
	font-size: 11px;
	color: #888;
	letter-spacing: -1px;
}

.product_gosi {
	margin-top: 10px;
}

.product_gosi .info {
	width:100%;
	table-layout:fixed;
}

.product_gosi .info th {
	background: #f7f7f7;
	padding: 7px;
	width: 130px;
	font: 11px/17px dotum;
	color: #333;
	border: 1px solid #e2e2e2;
	text-align: left;
}

.product_gosi .info th.tit {
	background: #f0ebeb;
}

.product_gosi .info td {
	padding: 7px;
	font: 11px/17px dotum;
	color: #666;
	border: 1px solid #e2e2e2;
	border-left: none;
}

.product_gosi .info ul {
	padding: 5px;
	border: 1px solid #cdcdcd;
}

.product_gosi .info ul li {
	line-height: 1.4;
}

.product_gosi .info strong {
	display: block;
	padding: 10px;
	background: #eaeaea;
}

.product_gosi .info span {
	display: block;
	padding: 15px 10px;
}

.product_gosi .info li.depth2 h5 {
	margin-bottom: 5px;
	padding: 10px;
	background: #eaeaea;
	font-weight: bold;
}

.product_gosi .info li.depth2 strong {
	background: #f0ebeb;
	font-weight: normal;
}







.list_type {
	position: relative;
	padding: 8px 76px 8px 8px;
	background-color: #f3f3f3;
	border-bottom:1px solid #e3e3e3;
}

.list_type .clr {
	position: absolute;
	top: 8px;
	right: 8px;
}

.list_type .clr a {
	display: block;
	float: left;
}

.list_select {
	width: 100%;
}

.list_select select {
	display: block;
	float: left;
	width: 49%;
	height:28px;
	margin: 0 1% 0 0;
	background-color: #fff;
	border-color: #e2e2e2;
	box-sizing: border-box;
}


/* ½æ³×ÀÏÇü */

.listType2 {
	padding: 4px 4px 14px 4px;
	background-color: #f3f3f3;
	border-bottom: 1px solid #e3e3e3;
	box-sizing: border-box;
}

.listTypeImg li {
	width: 50%;
	position: relative;
	padding: 4px;
	box-sizing: border-box;
}


/* ¸®½ºÆ®Çü */

.listTypeList li {
	width: 100%;
	position: relative;
	padding: 4px;
	box-sizing: border-box;
}

.listTypeList li .itemWrap:after {
	content: '';
	display: block;
	clear: both
}

.listTypeList li .itemWrap span.img {
	float: left;
	width: 30%;
}

.listTypeList li .itemWrap span.info {
	float: left;
	width: 70%;
	padding: 15px 10px 10px;
	box-sizing: border-box;
}


/* »óÇ° ³ëÃâ */

.pro_list li .itemWrap {
	display: block;
	border: 1px solid #e3e3e3;
	background-color: #fff;
	font-family: Nanum Barun Gothic;
	color: #666;
	line-height: 1.4;
}

.pro_list li .itemWrap span {
	display: block;
}

.pro_list li .itemWrap span.info {
	padding: 8px 8px 6px;
}

.pro_list li .itemWrap span.info .name {
	font-size: 14px;
	color: #222;
}

.pro_list li .itemWrap span.info .priceWrap {
	margin: 5px 0 0;
}

.pro_list li .itemWrap span.info .priceWrap .sale_price {
	text-decoration: line-through;
	color: #999;
}

.pro_list li .itemWrap span.info .priceWrap .price {
	font-size: 15px;
	color: #00a5b1;
}

.pro_list li .itemWrap span.info .priceWrap .sale_per {
	position: absolute;
	bottom: 4px;
	right: 4px;
	padding: 5px 10px;
	background-color: #0f5586;
	color: #fff;
	text-align: center;
}

.pro_list li .soldout {
	position: absolute;
	top: 4px;
	right: 4px;
	bottom: 4px;
	left: 4px;
	background: url(/html/images/bg_soldout.png) repeat;
}

.pro_list li .soldout span {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: -10px 0 0;
	font-family: Nanum Barun Gothic;
	text-align: center;
	font-size: 17px;
	color: #fff;
}


/* ========================================================================
* ÀÎ»ç¸»
* ======================================================================== */

.container h3.tit {
	position: relative;
	margin-top:30px;
	margin-bottom:10px;
	padding-left:10px;
	font-size:17px;
	color:#333;
	font-weight:500;
}

.container h3.tit::before {
	content:'';
	display:block;
	position:absolute;
	top:2px;
	left:0;
	width:3px;
	height:18px;
	background-color:#333;
}

.container h3.tit2 {
	position: relative;
	margin-top:30px;
	margin-bottom:10px;
	padding-left:10px;
	font-size:14px;
	color:#888;
	font-weight:300;
}

.container h3.tit2::before {
	content:'';
	display:block;
	position:absolute;
	top:2px;
	left:0;
	width:3px;
	height:18px;
	background-color:#333;
}


.greet .section01 strong {
	display:block;
	margin-bottom:20px;
	font-size:17px;
	color:#333;
	font-weight:300;
}

.greet .section01 .sign {
	margin-top:20px;
}


.greet .section02 {
	margin-top:80px;
}

.greet .section02 .history {
	position:relative;
	margin-top:20px;
}

.greet .section02 .history dl {
	position:relative;
	margin-top:20px;
}


.greet .section02 .history dl dt {
	color:#639ceb;
	font-size:20px;
	font-weight:700;
}


.greet .section02 .history dl dd {
	position: relative;
	padding-left:100px;
}



.greet .section02 .history dl dd span {
	position:absolute;
	top:0;
	left:20px;
	font-weight:500;
	color:#333;
}

.greet .section02 .history dl dd::before {
	content:'';
	display:block;
	position:absolute;
	top:4px;
	left:0;
	z-index:20;
	width:6px;
	height:6px;
	border:2px solid #ccc;
	border-radius: 50%;
	background-color:#fff;
}


.greet .section02 .history dl dd::after {
	content:'';
	display:block;
	position:absolute;
	top:0;
	left:5px;
	z-index:10;
	width:1px;
	height:100%;
	background-color:#ccc;
}

/* ========================================================================
* °øÀå¼³ºñ¾È³»
* ======================================================================== */

.facilities .img {
	margin-top:30px;
}


.facilities .img>div {
	margin-top:5px;
}

/* ========================================================================
* ¿À½Ã´Â±æ
* ======================================================================== */

.contact {
	border-top: 1px solid #333;
}

.contact th {
	background: #f7f7f7;
	padding: 7px 10px;
	border-bottom: 1px solid #e3e3e3;
	font-size: 13px;
	color: #333;
}

.contact td {
	padding: 15px 10px;
	border-bottom: 1px solid #e3e3e3;
	font-size: 13px;
	color: #666;
}


.location .root_daum_roughmap {
	width:100% !important;
}

.location .root_daum_roughmap img {
	max-width:none !important;
}




@media ( max-width :319px) {
	.listTypeImg li {
		width: 100%
	}
}

@media ( min-width :568px) {
	.listTypeImg li {
		width: 33.33%
	}
	.goodsList ul li {
		width:33.33%;
	}
	.goodsList ul li:nth-child(2n+1) {
		clear:none;
	}

	.goodsList ul li:nth-child(3n+1) {
		content:'';
		display:block;
		clear:both
	}
}

@media ( min-width :768px) {
	.listTypeImg li {
		width: 25%
	}
	.listTypeList li {
		width: 50%
	}

	.goodsList ul li {
		width:25%;
	}
	.goodsList ul li:nth-child(2n+1),
	.goodsList ul li:nth-child(3n+1) {
		clear:none;
	}

	.goodsList ul li:nth-child(4n+1) {
		content:'';
		display:block;
		clear:both
	}

	.goodsList ul.list li {
		float:left;
		width:50%;
	}
}

@media ( min-width :1024px) {
	.listTypeImg li {
		width: 20%
	}
}