
/* ****************** 공백  ****************** */

.empty_line_71425_ {display:block; width:100%; height:5px; line-height:5px;}

[id^=div_user_list] .empty_line_71425_ {border:1px dotted #f00;}
[id^=div_user_list] .empty_line_71425_:before {content:'공백 : 5px'; padding:0 15px; font-size:13px; font-weight:normal; color:#f00;}

/* ****************** 2칸 레이아웃  ****************** */

.layout_71426_ {clear:both; min-width:320px;  margin:0 auto;}
.layout_71426_ > div {}
.layout_71426_ > div:after {content:''; display:block; clear:both;}
.layout_71426_ > div > [class^=container_] {float:left; position:relative; width:100%;  box-sizing:border-box;}
.layout_71426_ > div > .container_1 {width:20%;}
.layout_71426_ > div > .container_2 {width:80%;}

@media (max-width:1023px){
	.layout_71426_ > div > .container_1 { width:100%; }
	.layout_71426_ > div > .container_2 { width:100%; }
}

@media \0screen{
	.layout_71426_ {}
}

/* ****************** 로고 + 토글  ****************** */

@font-face {
	font-family: 'icomoon_header';
	src:url('/img_up/shop_pds/aramfarm/design/icomoon_header/icomoon.eot');
	src:url('/img_up/shop_pds/aramfarm/design/icomoon_header/icomoon.eot?#iefix') format('embedded-opentype'),
		url('/img_up/shop_pds/aramfarm/design/icomoon_header/icomoon.woff') format('woff'),
		url('/img_up/shop_pds/aramfarm/design/icomoon_header/icomoon.ttf') format('truetype'),
		url('/img_up/shop_pds/aramfarm/design/icomoon_header/icomoon.svg#icomoon_header') format('svg');
	font-weight: normal;
	font-style: normal;
}

.logo_71427_ {position:relative; padding:0 80px; border-bottom:2px solid #777777;}
.logo_71427_ * {box-sizing:border-box;}
.logo_71427_ h1 {display:table; width:100%; margin:0; padding:0; font-size:12px; text-align:center; table-layout:fixed;}
.logo_71427_ h1 a {display:table-cell; height:95px; vertical-align:middle;}
.logo_71427_ h1 img {max-width:100%; max-height:100%; vertical-align:bottom;}

.toggle_71427_ {
	display:none; overflow:hidden; position:absolute; top:50%; width:30px; height:30px; margin-top:-15px; padding:4px; font-size:0;
	border:1px solid #ddd; border-radius:2px; font-size:0; text-decoration:none;
}
.toggle_71427_.use {display:block;}
.toggle_71427_:before {display:inline-block; font-family:"icomoon_header"; font-size:20px; color:#bbb; line-height:1em;}
.toggle_71427_.on:before {color:#777777;}

.tel_71427_ {display:block; left:10px;}
.tel_71427_:before {content:'\e604'; color:#777777;}
#farmBoxTel {display:none;}

.toggleSearch_71427_ {left:45px;}
.toggleSearch_71427_:before {content:'\e600';}
#farmBoxSearch {display:none;}
#farmBoxSearch.on {display:block;}

.toggleGnb_71427_ {right:45px;}
.toggleGnb_71427_:before {content:'\e602';}
#farmBoxGnb {display:none;}
#farmBoxGnb.on {display:block;}

.toggleLnb_71427_ {right:10px;}
.toggleLnb_71427_:before {content:'\e601';}
#farmBoxLnb {display:none;}
#farmBoxLnb.on {display:block;}

[id^=div_user_list] .toggle_71427_ {display:block;}

@media (min-width:1024px){
	.logo_71427_ {padding:0; border-bottom:none;}
	.toggle_71427_ {display:none !important;}
	[id^=farmBox] {display:block !important;}
}

@media \0screen{
	.logo_71427_ {padding:0; border-bottom:none;}
	.toggle_71427_ {display:none !important;}
	[id^=farmBox] {display:block !important;}
}

/* ****************** 네비게이션 (맞춤형 A)  ****************** */

.lnb_71428_ {font-size:0;}
.lnb_71428_ * {box-sizing:border-box;}
.lnb_71428_ ul {margin:0; padding:0; list-style:none;}
.lnb_71428_ a {
	display:block; position:relative; height:40px; line-height:40px; font-weight:bold; text-align:left; text-decoration:none;
	overflow:hidden; white-space:nowrap; text-overflow:ellipsis;
}
.lnb_71428_ .dep1 > li > a {
	padding:0 15px 0 30px; border-bottom:1px solid #dcdcdc; background:#ececec; font-size:16px; color:#777777;
}
.lnb_71428_ .dep1 > li > a:before {
	content:''; display:block; position:absolute; left:20px; top:50%; width:3px; height:3px; margin-top:-1px; background:#777777;
}
.lnb_71428_ .dep2 > li > a {
	padding:0 15px 0 45px; border-bottom:1px solid #e1e2e3; background:#ffffff; font-size:13px; color:#393939;
}
.lnb_71428_ .dep3_li > a:before {content:'- '; padding-left:15px;}

@media (min-width:1024px){
	/* dep1 */
	.lnb_71428_ .dep1 {display:inline-block;}
	.lnb_71428_ .dep1 > li {display:inline-block; position:relative; z-index:600;}
	.lnb_71428_ .dep1 > li:hover {z-index:610;}
	.lnb_71428_ .dep1 > li > div {
		display:none; position:absolute; left:0; width:auto; min-width:100%; padding:5px 0;
		border:3px solid #777777; background:#ffffff;
	}
	.lnb_71428_ .dep1 > li:hover > div {display:block;}
	.lnb_71428_ .dep1 > li > a {
		z-index:620; height:35px; line-height:35px; padding:30px 30px;
		border-bottom:none; background:none; color:#393939; text-align:center;
	}
	.lnb_71428_ .dep1 > li.last > a {
		z-index:620; height:35px; line-height:35px; padding:0 20px;
		border-bottom:none; background:#aaa8a8; color:#ffffff; text-align:center;
	}
	.lnb_71428_ .dep1 > li.on > a,
	.lnb_71428_ .dep1 > li:hover > a {color:#777777;}
	.lnb_71428_ .dep1 > li > a:before {display:none;}

	/* dep2 */
	.lnb_71428_ .dep2 > li > a {
		height:30px; line-height:30px; padding:0 20px;
		border-bottom:none; background:#ffffff; color:#393939;
	}
	.lnb_71428_ .dep2 > li.on > a,
	.lnb_71428_ .dep2 > li:hover > a {background:#ececec; color:#777777;}

	/* dep1 triangle */
	.lnb_71428_ .dep1 > li.has_sub:before,
	.lnb_71428_ .dep1 > li.has_sub:after {
		content:''; display:none; position:absolute; left:50%; z-index:630; margin-left:-8px;
		border-left:8px solid transparent; border-right:8px solid transparent;
	}
	.lnb_71428_ .dep1 > li.has_sub:before {bottom:0; border-bottom:8px solid #777777;}
	.lnb_71428_ .dep1 > li.has_sub:after {bottom:-3px; border-bottom:8px solid #ffffff;}
	.lnb_71428_ .dep1 > li.has_sub:hover:before,
	.lnb_71428_ .dep1 > li.has_sub:hover:after {display:block;}
}

@media \0screen{
	/* dep1 */
	.lnb_71428_ .dep1 {display:inline-block;}
	.lnb_71428_ .dep1 > li {display:inline-block; position:relative; z-index:600;}
	.lnb_71428_ .dep1 > li:hover {z-index:610;}
	.lnb_71428_ .dep1 > li > div {
		display:none; position:absolute; left:0; width:auto; min-width:100%; padding:5px 0;
		border:3px solid #777777; background:#ffffff;
	}
	.lnb_71428_ .dep1 > li:hover > div {display:block;}
	.lnb_71428_ .dep1 > li > a {
		z-index:620; height:35px; line-height:35px; padding:0 20px;
		border-bottom:none; background:none; color:#393939; text-align:center;
	}
	.lnb_71428_ .dep1 > li.on > a,
	.lnb_71428_ .dep1 > li:hover > a {color:#777777;}
	.lnb_71428_ .dep1 > li > a:before {display:none;}

	/* dep2 */
	.lnb_71428_ .dep2 > li > a {
		height:30px; line-height:30px; padding:0 20px;
		border-bottom:none; background:#ffffff; color:#393939;
	}
	.lnb_71428_ .dep2 > li.on > a,
	.lnb_71428_ .dep2 > li:hover > a {background:#ececec; color:#777777;}

	/* dep1 triangle */
	.lnb_71428_ .dep1 > li.has_sub:before,
	.lnb_71428_ .dep1 > li.has_sub:after {
		content:''; display:none; position:absolute; left:50%; z-index:630; margin-left:-8px;
		border-left:8px solid transparent; border-right:8px solid transparent;
	}
	.lnb_71428_ .dep1 > li.has_sub:before {bottom:0; border-bottom:8px solid #777777;}
	.lnb_71428_ .dep1 > li.has_sub:after {bottom:-3px; border-bottom:8px solid #ffffff;}
	.lnb_71428_ .dep1 > li.has_sub:hover:before,
	.lnb_71428_ .dep1 > li.has_sub:hover:after {display:block;}
}

/* ****************** 공백  ****************** */

.empty_line_71429_ {display:block; width:100%; height:50px; line-height:50px;}

[id^=div_user_list] .empty_line_71429_ {border:1px dotted #f00;}
[id^=div_user_list] .empty_line_71429_:before {content:'공백 : 50px'; padding:0 15px; font-size:13px; font-weight:normal; color:#f00;}

/* ****************** 1칸 레이아웃  ****************** */

.layout_71430_ {clear:both; min-width:320px; max-width:1000px; margin:0 auto;}
.layout_71430_ > div:after {content:''; display:block; clear:both;}
.layout_71430_ > div > [class^=container_] {float:left; position:relative; width:100%; box-sizing:border-box;}

@media \0screen{
	.layout_71430_ {min-width:1000px;}
}

/* ****************** 이미지 (비율형)  ****************** */

.img_ratio_71431_ {display:inline-block; overflow:hidden; position:relative; width:40%; max-width:100%; vertical-align:top;}
.img_ratio_71431_ * {box-sizing:border-box;}
.img_ratio_71431_ a {display:block; text-decoration:none;}
.img_ratio_71431_ img {width:100%; vertical-align:top;}
@media (min-width:1024px){
	.img_ratio_71431_ {width:233px;}
}
@media \0screen{
	.img_ratio_71431_ {width:233px;}
}

/* ****************** 공백  ****************** */

.empty_line_71432_ {display:block; width:100%; height:60px; line-height:60px;}

[id^=div_user_list] .empty_line_71432_ {border:1px dotted #f00;}
[id^=div_user_list] .empty_line_71432_:before {content:'공백 : 60px'; padding:0 15px; font-size:13px; font-weight:normal; color:#f00;}

/* ****************** 6칸 레이아웃  ****************** */

.layout_71433_ {clear:both; min-width:320px; max-width:800px; margin:0 auto;}
.layout_71433_ > div {}
.layout_71433_ > div:after {content:''; display:block; clear:both;}
.layout_71433_ > div > [class^=container_] {float:left; position:relative; width:100%;  box-sizing:border-box;}
.layout_71433_ > div > .container_1 {width:16.666666666667%;}
.layout_71433_ > div > .container_2 {width:16.666666666667%;}
.layout_71433_ > div > .container_3 {width:16.666666666667%;}
.layout_71433_ > div > .container_4 {width:16.666666666667%;}
.layout_71433_ > div > .container_5 {width:16.666666666667%;}
.layout_71433_ > div > .container_6 {width:16.666666666667%;}

@media (max-width:1023px){
	.layout_71433_ > div > .container_1 { width:50%; }
	.layout_71433_ > div > .container_2 { width:50%; }
	.layout_71433_ > div > .container_3 { width:50%; }
	.layout_71433_ > div > .container_4 { width:50%; }
	.layout_71433_ > div > .container_5 { width:50%; }
	.layout_71433_ > div > .container_6 { width:50%; }
}

@media \0screen{
	.layout_71433_ {min-width:800px;}
}

/* ****************** 타이틀 텍스트  ****************** */

.title_71436_ {font-size:0;}
.title_71436_ p {
	display:inline-block; position:relative; margin:0; padding:0;
	font-size:16px; letter-spacing:-1px; font-weight:bold; color:#6b6a6a; line-height:1.4em;
}
.title_71436_ p:before {content:''; position:absolute; background:#d00000; font-size:0;}

.title_71436_.style_top p {padding-top:10px;}
.title_71436_.style_top p:before {left:0; top:0; width:16px; height:4px;}

.title_71436_.style_right p {padding-right:14px;}
.title_71436_.style_right p:before {right:0; top:4px; width:4px; height:16px;}

.title_71436_.style_bottom p {padding-bottom:12px;}
.title_71436_.style_bottom p:before {left:0; bottom:0; width:16px; height:4px;}

.title_71436_.style_left p {padding-left:14px;}
.title_71436_.style_left p:before {left:0; top:4px; width:4px; height:16px;}

.title_71436_.style_circle1 p {padding-left:20px;}
.title_71436_.style_circle1 p:before {
	left:0; top:6px; width:12px; height:12px;
	border-radius:12px;
}

.title_71436_.style_circle2 p {padding-left:20px;}
.title_71436_.style_circle2 p:before {
	left:0; top:6px; width:12px; height:12px;
	border:2px solid #d00000; border-radius:12px; background:none; box-sizing:border-box;
}

/* ****************** 공백  ****************** */

.empty_line_71441_ {display:block; width:100%; height:10px; line-height:10px;}

[id^=div_user_list] .empty_line_71441_ {border:1px dotted #f00;}
[id^=div_user_list] .empty_line_71441_:before {content:'공백 : 10px'; padding:0 15px; font-size:13px; font-weight:normal; color:#f00;}

/* ****************** 한줄 텍스트  ****************** */

.text_71440_ p {
	display:block; margin:0; padding:0;
	font-size:13px; letter-spacing:-1px; font-weight:normal; color:#969696; line-height:1.6em;
}
.text_71440_ p a {color:#969696; text-decoration:none;}

/* ****************** 한줄 텍스트  ****************** */

.text_71442_ p {
	display:block; margin:0; padding:0;
	font-size:13px; letter-spacing:-1px; font-weight:normal; color:#969696; line-height:1.6em;
}
.text_71442_ p a {color:#969696; text-decoration:none;}

/* ****************** 한줄 텍스트  ****************** */

.text_71443_ p {
	display:block; margin:0; padding:0;
	font-size:13px; letter-spacing:-1px; font-weight:normal; color:#969696; line-height:1.6em;
}
.text_71443_ p a {color:#969696; text-decoration:none;}

/* ****************** 타이틀 텍스트  ****************** */

.title_71437_ {font-size:0;}
.title_71437_ p {
	display:inline-block; position:relative; margin:0; padding:0;
	font-size:16px; letter-spacing:-1px; font-weight:bold; color:#6b6a6a; line-height:1.4em;
}
.title_71437_ p:before {content:''; position:absolute; background:#d00000; font-size:0;}

.title_71437_.style_top p {padding-top:10px;}
.title_71437_.style_top p:before {left:0; top:0; width:16px; height:4px;}

.title_71437_.style_right p {padding-right:14px;}
.title_71437_.style_right p:before {right:0; top:4px; width:4px; height:16px;}

.title_71437_.style_bottom p {padding-bottom:12px;}
.title_71437_.style_bottom p:before {left:0; bottom:0; width:16px; height:4px;}

.title_71437_.style_left p {padding-left:14px;}
.title_71437_.style_left p:before {left:0; top:4px; width:4px; height:16px;}

.title_71437_.style_circle1 p {padding-left:20px;}
.title_71437_.style_circle1 p:before {
	left:0; top:6px; width:12px; height:12px;
	border-radius:12px;
}

.title_71437_.style_circle2 p {padding-left:20px;}
.title_71437_.style_circle2 p:before {
	left:0; top:6px; width:12px; height:12px;
	border:2px solid #d00000; border-radius:12px; background:none; box-sizing:border-box;
}

/* ****************** 공백  ****************** */

.empty_line_71444_ {display:block; width:100%; height:10px; line-height:10px;}

[id^=div_user_list] .empty_line_71444_ {border:1px dotted #f00;}
[id^=div_user_list] .empty_line_71444_:before {content:'공백 : 10px'; padding:0 15px; font-size:13px; font-weight:normal; color:#f00;}

/* ****************** 한줄 텍스트  ****************** */

.text_71449_ p {
	display:block; margin:0; padding:0;
	font-size:13px; letter-spacing:-1px; font-weight:normal; color:#969696; line-height:1.6em;
}
.text_71449_ p a {color:#969696; text-decoration:none;}

/* ****************** 한줄 텍스트  ****************** */

.text_71450_ p {
	display:block; margin:0; padding:0;
	font-size:13px; letter-spacing:-1px; font-weight:normal; color:#969696; line-height:1.6em;
}
.text_71450_ p a {color:#969696; text-decoration:none;}

/* ****************** 한줄 텍스트  ****************** */

.text_71451_ p {
	display:block; margin:0; padding:0;
	font-size:13px; letter-spacing:-1px; font-weight:normal; color:#969696; line-height:1.6em;
}
.text_71451_ p a {color:#969696; text-decoration:none;}

/* ****************** 한줄 텍스트  ****************** */

.text_71452_ p {
	display:block; margin:0; padding:0;
	font-size:13px; letter-spacing:-1px; font-weight:normal; color:#969696; line-height:1.6em;
}
.text_71452_ p a {color:#969696; text-decoration:none;}

/* ****************** 타이틀 텍스트  ****************** */

.title_71435_ {font-size:0;}
.title_71435_ p {
	display:inline-block; position:relative; margin:0; padding:0;
	font-size:16px; letter-spacing:-1px; font-weight:bold; color:#477a9f; line-height:1.4em;
}
.title_71435_ p:before {content:''; position:absolute; background:#d00000; font-size:0;}

.title_71435_.style_top p {padding-top:10px;}
.title_71435_.style_top p:before {left:0; top:0; width:16px; height:4px;}

.title_71435_.style_right p {padding-right:14px;}
.title_71435_.style_right p:before {right:0; top:4px; width:4px; height:16px;}

.title_71435_.style_bottom p {padding-bottom:12px;}
.title_71435_.style_bottom p:before {left:0; bottom:0; width:16px; height:4px;}

.title_71435_.style_left p {padding-left:14px;}
.title_71435_.style_left p:before {left:0; top:4px; width:4px; height:16px;}

.title_71435_.style_circle1 p {padding-left:20px;}
.title_71435_.style_circle1 p:before {
	left:0; top:6px; width:12px; height:12px;
	border-radius:12px;
}

.title_71435_.style_circle2 p {padding-left:20px;}
.title_71435_.style_circle2 p:before {
	left:0; top:6px; width:12px; height:12px;
	border:2px solid #d00000; border-radius:12px; background:none; box-sizing:border-box;
}

/* ****************** 공백  ****************** */

.empty_line_71445_ {display:block; width:100%; height:10px; line-height:10px;}

[id^=div_user_list] .empty_line_71445_ {border:1px dotted #f00;}
[id^=div_user_list] .empty_line_71445_:before {content:'공백 : 10px'; padding:0 15px; font-size:13px; font-weight:normal; color:#f00;}

/* ****************** 한줄 텍스트  ****************** */

.text_71453_ p {
	display:block; margin:0; padding:0;
	font-size:13px; letter-spacing:-1px; font-weight:normal; color:#969696; line-height:1.6em;
}
.text_71453_ p a {color:#969696; text-decoration:none;}

/* ****************** 한줄 텍스트  ****************** */

.text_71454_ p {
	display:block; margin:0; padding:0;
	font-size:13px; letter-spacing:-1px; font-weight:normal; color:#969696; line-height:1.6em;
}
.text_71454_ p a {color:#969696; text-decoration:none;}

/* ****************** 타이틀 텍스트  ****************** */

.title_71434_ {font-size:0;}
.title_71434_ p {
	display:inline-block; position:relative; margin:0; padding:0;
	font-size:16px; letter-spacing:-1px; font-weight:bold; color:#6b6a6a; line-height:1.4em;
}
.title_71434_ p:before {content:''; position:absolute; background:#d00000; font-size:0;}

.title_71434_.style_top p {padding-top:10px;}
.title_71434_.style_top p:before {left:0; top:0; width:16px; height:4px;}

.title_71434_.style_right p {padding-right:14px;}
.title_71434_.style_right p:before {right:0; top:4px; width:4px; height:16px;}

.title_71434_.style_bottom p {padding-bottom:12px;}
.title_71434_.style_bottom p:before {left:0; bottom:0; width:16px; height:4px;}

.title_71434_.style_left p {padding-left:14px;}
.title_71434_.style_left p:before {left:0; top:4px; width:4px; height:16px;}

.title_71434_.style_circle1 p {padding-left:20px;}
.title_71434_.style_circle1 p:before {
	left:0; top:6px; width:12px; height:12px;
	border-radius:12px;
}

.title_71434_.style_circle2 p {padding-left:20px;}
.title_71434_.style_circle2 p:before {
	left:0; top:6px; width:12px; height:12px;
	border:2px solid #d00000; border-radius:12px; background:none; box-sizing:border-box;
}

/* ****************** 공백  ****************** */

.empty_line_71446_ {display:block; width:100%; height:10px; line-height:10px;}

[id^=div_user_list] .empty_line_71446_ {border:1px dotted #f00;}
[id^=div_user_list] .empty_line_71446_:before {content:'공백 : 10px'; padding:0 15px; font-size:13px; font-weight:normal; color:#f00;}

/* ****************** 한줄 텍스트  ****************** */

.text_71455_ p {
	display:block; margin:0; padding:0;
	font-size:13px; letter-spacing:-1px; font-weight:normal; color:#969696; line-height:1.6em;
}
.text_71455_ p a {color:#969696; text-decoration:none;}

/* ****************** 타이틀 텍스트  ****************** */

.title_71438_ {font-size:0;}
.title_71438_ p {
	display:inline-block; position:relative; margin:0; padding:0;
	font-size:16px; letter-spacing:-1px; font-weight:bold; color:#6b6a6a; line-height:1.4em;
}
.title_71438_ p:before {content:''; position:absolute; background:#d00000; font-size:0;}

.title_71438_.style_top p {padding-top:10px;}
.title_71438_.style_top p:before {left:0; top:0; width:16px; height:4px;}

.title_71438_.style_right p {padding-right:14px;}
.title_71438_.style_right p:before {right:0; top:4px; width:4px; height:16px;}

.title_71438_.style_bottom p {padding-bottom:12px;}
.title_71438_.style_bottom p:before {left:0; bottom:0; width:16px; height:4px;}

.title_71438_.style_left p {padding-left:14px;}
.title_71438_.style_left p:before {left:0; top:4px; width:4px; height:16px;}

.title_71438_.style_circle1 p {padding-left:20px;}
.title_71438_.style_circle1 p:before {
	left:0; top:6px; width:12px; height:12px;
	border-radius:12px;
}

.title_71438_.style_circle2 p {padding-left:20px;}
.title_71438_.style_circle2 p:before {
	left:0; top:6px; width:12px; height:12px;
	border:2px solid #d00000; border-radius:12px; background:none; box-sizing:border-box;
}

/* ****************** 공백  ****************** */

.empty_line_71447_ {display:block; width:100%; height:10px; line-height:10px;}

[id^=div_user_list] .empty_line_71447_ {border:1px dotted #f00;}
[id^=div_user_list] .empty_line_71447_:before {content:'공백 : 10px'; padding:0 15px; font-size:13px; font-weight:normal; color:#f00;}

/* ****************** 한줄 텍스트  ****************** */

.text_71457_ p {
	display:block; margin:0; padding:0;
	font-size:13px; letter-spacing:-1px; font-weight:normal; color:#969696; line-height:1.6em;
}
.text_71457_ p a {color:#969696; text-decoration:none;}

/* ****************** 타이틀 텍스트  ****************** */

.title_71439_ {font-size:0;}
.title_71439_ p {
	display:inline-block; position:relative; margin:0; padding:0;
	font-size:16px; letter-spacing:-1px; font-weight:bold; color:#6b6a6a; line-height:1.4em;
}
.title_71439_ p:before {content:''; position:absolute; background:#d00000; font-size:0;}

.title_71439_.style_top p {padding-top:10px;}
.title_71439_.style_top p:before {left:0; top:0; width:16px; height:4px;}

.title_71439_.style_right p {padding-right:14px;}
.title_71439_.style_right p:before {right:0; top:4px; width:4px; height:16px;}

.title_71439_.style_bottom p {padding-bottom:12px;}
.title_71439_.style_bottom p:before {left:0; bottom:0; width:16px; height:4px;}

.title_71439_.style_left p {padding-left:14px;}
.title_71439_.style_left p:before {left:0; top:4px; width:4px; height:16px;}

.title_71439_.style_circle1 p {padding-left:20px;}
.title_71439_.style_circle1 p:before {
	left:0; top:6px; width:12px; height:12px;
	border-radius:12px;
}

.title_71439_.style_circle2 p {padding-left:20px;}
.title_71439_.style_circle2 p:before {
	left:0; top:6px; width:12px; height:12px;
	border:2px solid #d00000; border-radius:12px; background:none; box-sizing:border-box;
}

/* ****************** 공백  ****************** */

.empty_line_71448_ {display:block; width:100%; height:10px; line-height:10px;}

[id^=div_user_list] .empty_line_71448_ {border:1px dotted #f00;}
[id^=div_user_list] .empty_line_71448_:before {content:'공백 : 10px'; padding:0 15px; font-size:13px; font-weight:normal; color:#f00;}

/* ****************** 한줄 텍스트  ****************** */

.text_71456_ p {
	display:block; margin:0; padding:0;
	font-size:13px; letter-spacing:-1px; font-weight:normal; color:#969696; line-height:1.6em;
}
.text_71456_ p a {color:#969696; text-decoration:none;}

/* ****************** 한줄 텍스트  ****************** */

.text_71458_ p {
	display:block; margin:0; padding:0;
	font-size:13px; letter-spacing:-1px; font-weight:normal; color:#969696; line-height:1.6em;
}
.text_71458_ p a {color:#969696; text-decoration:none;}

/* ****************** 한줄 텍스트  ****************** */

.text_71459_ p {
	display:block; margin:0; padding:0;
	font-size:13px; letter-spacing:-1px; font-weight:normal; color:#969696; line-height:1.6em;
}
.text_71459_ p a {color:#969696; text-decoration:none;}

/* ****************** 공백  ****************** */

.empty_line_71460_ {display:block; width:100%; height:150px; line-height:150px;}

[id^=div_user_list] .empty_line_71460_ {border:1px dotted #f00;}
[id^=div_user_list] .empty_line_71460_:before {content:'공백 : 150px'; padding:0 15px; font-size:13px; font-weight:normal; color:#f00;}

/* ****************** 실선  ****************** */

.solid_line_71461_ {display:block; position:relative; width:100%; height:0px;}
.solid_line_71461_:before {content:''; position:absolute; left:0; top:50%; width:100%; height:0; border-top:2px solid #cfcfcf;}

/* ****************** 2칸 레이아웃  ****************** */

.layout_167537_ {clear:both; min-width:320px; max-width:800px; margin:0 auto;}
.layout_167537_ > div {}
.layout_167537_ > div:after {content:''; display:block; clear:both;}
.layout_167537_ > div > [class^=container_] {float:left; position:relative; width:100%;  box-sizing:border-box;}
.layout_167537_ > div > .container_1 {width:50%;}
.layout_167537_ > div > .container_2 {width:50%;}

@media (max-width:1023px){
	.layout_167537_ > div > .container_1 { width:100%; }
	.layout_167537_ > div > .container_2 { width:100%; }
}

@media \0screen{
	.layout_167537_ {min-width:800px;}
}

/* ****************** HTML 편집기  ****************** */

.html_71463_ {overflow:hidden;}
.html_71463_:after {content:''; display:block; clear:both;}

/* ****************** HTML 편집기  ****************** */

.html_71464_ {overflow:hidden;}
.html_71464_:after {content:''; display:block; clear:both;}

/* ****************** 2칸 레이아웃  ****************** */

.layout_167536_ {clear:both; min-width:320px; max-width:1300px; margin:0 auto;}
.layout_167536_ > div {}
.layout_167536_ > div:after {content:''; display:block; clear:both;}
.layout_167536_ > div > [class^=container_] {float:left; position:relative; width:100%;  box-sizing:border-box;}
.layout_167536_ > div > .container_1 {width:80%;}
.layout_167536_ > div > .container_2 {width:20%;}


@media \0screen{
	.layout_167536_ {min-width:1300px;}
}

/* ****************** HTML 편집기  ****************** */

.html_71466_ {overflow:hidden;}
.html_71466_:after {content:''; display:block; clear:both;}

/* ****************** 이미지 (비율형)  ****************** */

.img_ratio_167527_ {display:inline-block; overflow:hidden; position:relative; width:60%; max-width:100%; vertical-align:top;}
.img_ratio_167527_ * {box-sizing:border-box;}
.img_ratio_167527_ a {display:block; text-decoration:none;}
.img_ratio_167527_ img {width:100%; vertical-align:top;}
@media (min-width:1024px){
	.img_ratio_167527_ {width:62px;}
}
@media \0screen{
	.img_ratio_167527_ {width:62px;}
}

/* ****************** 상단으로 바로가기 버튼  ****************** */

@font-face {
	font-family: 'icomoon_contents';
	src:url('/img_up/shop_pds/aramfarm/design/icomoon_contents/icomoon.eot');
	src:url('/img_up/shop_pds/aramfarm/design/icomoon_contents/icomoon.eot?#iefix') format('embedded-opentype'),
		url('/img_up/shop_pds/aramfarm/design/icomoon_contents/icomoon.woff') format('woff'),
		url('/img_up/shop_pds/aramfarm/design/icomoon_contents/icomoon.ttf') format('truetype'),
		url('/img_up/shop_pds/aramfarm/design/icomoon_contents/icomoon.svg#icomoon_contents') format('svg');
	font-weight: normal;
	font-style: normal;
}
.scroll_top_71467_ {
	position:fixed; bottom:10px; right:-70px; width:30px; height:30px; line-height:30px;
	border:1px solid #ccc; background:#ffffff;
	font-size:0; color:#000; text-align:center; box-sizing:border-box; cursor:pointer; opacity:.6;
	-webkit-transition:right .3s ease-out;
	-moz-transition:right .3s ease-out;
	-o-transition:right .3s ease-out;
	-ms-transition:right .3s ease-out;
	transition:right .3s ease-out;
}
.scroll_top_71467_.on {right:10px;}
.scroll_top_71467_ span:before {content:'\e601'; font-family:"icomoon_contents"; font-size:15px;}

[id^=div_user_list] .scroll_top_71467_ {position:relative; right:-100%; bottom:0; margin-left:-40px; opacity:1;}

@media (min-width:1024px){
	.scroll_top_71467_:hover {opacity:1;}
	.scroll_top_71467_ {width:40px; height:40px; line-height:40px;}
	.scroll_top_71467_ span:before {font-size:20px;}
	[id^=div_user_list] .scroll_top_71467_ {margin-left:-50px;}
}

@media \0screen{
	.scroll_top_71467_:hover {opacity:1;}
	.scroll_top_71467_ {width:40px; height:40px; line-height:40px;}
	.scroll_top_71467_ span:before {font-size:20px;}
	[id^=div_user_list] .scroll_top_71467_ {margin-left:-50px;}
}
