
/* ****************** 2칸 레이아웃  ****************** */

.layout_153256_ {clear:both; min-width:320px; max-width:1000px; margin:0 auto;}
.layout_153256_ > div {}
.layout_153256_ > div:after {content:''; display:block; clear:both;}
.layout_153256_ > div > [class^=container_] {float:left; position:relative; width:100%;  box-sizing:border-box;}
.layout_153256_ > div > .container_1 {width:25%;}
.layout_153256_ > div > .container_2 {width:75%;}

@media (max-width:1023px){
	.layout_153256_ > div > .container_1 { width:100%; }
	.layout_153256_ > div > .container_2 { width:100%; }
}

@media \0screen{
	.layout_153256_ {min-width:1000px;}
}

/* ****************** 로고 + 토글  ****************** */

@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_153257_ {position:relative; padding:0 80px;}
.logo_153257_ * {box-sizing:border-box;}
.logo_153257_ h1 {display:table; width:100%; margin:0; padding:0; font-size:12px; text-align:center; table-layout:fixed;}
.logo_153257_ h1 a {display:table-cell; height:60px; vertical-align:middle;}
.logo_153257_ h1 img {max-width:100%; max-height:100%; vertical-align:bottom;}

.toggle_153257_ {
	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_153257_.use {display:block;}
.toggle_153257_:before {display:inline-block; font-family:"icomoon_header"; font-size:20px; color:#bbb; line-height:1em;}
.toggle_153257_.on:before {color:#e66d1e;}

.tel_153257_ {display:block; left:10px;}
.tel_153257_:before {content:'\e604'; color:#e66d1e;}
#farmBoxTel {display:none;}

.toggleSearch_153257_ {left:45px;}
.toggleSearch_153257_:before {content:'\e600';}
#farmBoxSearch {display:none;}
#farmBoxSearch.on {display:block;}

.toggleGnb_153257_ {right:45px;}
.toggleGnb_153257_:before {content:'\e602';}
#farmBoxGnb {display:none;}
#farmBoxGnb.on {display:block;}

.toggleLnb_153257_ {right:10px;}
.toggleLnb_153257_:before {content:'\e601';}
#farmBoxLnb {display:none;}
#farmBoxLnb.on {display:block;}

[id^=div_user_list] .toggle_153257_ {display:block;}

@media (min-width:1024px){
	.logo_153257_ {padding:0; border-bottom:none;}
	.toggle_153257_ {display:none !important;}
	[id^=farmBox] {display:block !important;}
}

@media \0screen{
	.logo_153257_ {padding:0; border-bottom:none;}
	.toggle_153257_ {display:none !important;}
	[id^=farmBox] {display:block !important;}
}

/* ****************** 네비게이션 (비율형 A)  ****************** */

.lnb_153258_ {font-size:0;}
.lnb_153258_ * {box-sizing:border-box;}
.lnb_153258_ ul {margin:0; padding:0; list-style:none;}
.lnb_153258_ 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_153258_ .dep1 > li  {list-style:none;}
.lnb_153258_ .dep1 > li > a {
	padding:0 15px 0 30px; border-bottom:1px solid #f9e0d1; background:#faefe6; font-size:14px; color:#e66d1e;
}
.lnb_153258_ .dep1 > li > a:before {
	content:''; display:block; position:absolute; left:20px; top:50%; width:3px; height:3px; margin-top:-1px; background:#e66d1e;
}
.lnb_153258_ .dep2 > li > a {
	padding:0 15px 0 45px; border-bottom:1px solid #e1e2e3; background:#ffffff; font-size:13px; color:#393939;
}
.lnb_153258_ .dep3_li > a:before {content:'- '; padding-left:15px;}

@media (min-width:1024px){
	/* dep1 */
	.lnb_153258_ .dep1:after {content:''; display:block; clear:both;}
	.lnb_153258_ .dep1 > li {float:left; position:relative; z-index:600; width:25%;}
	.lnb_153258_ .dep1 > li:hover {z-index:610;}
	.lnb_153258_ .dep1 > li > div {
		display:none; position:absolute; left:0; width:100%; padding:5px 0;
		border:3px solid #e66d1e; background:#ffffff;
	}
	.lnb_153258_ .dep1 > li:hover > div {display:block;}
	.lnb_153258_ .dep1 > li > a {
		z-index:620; height:50px; line-height:50px; padding:0 20px;
		border-bottom:none; background:none; color:#393939; text-align:center;
	}
	.lnb_153258_ .dep1 > li.on > a,
	.lnb_153258_ .dep1 > li:hover > a {color:#e66d1e;}
	.lnb_153258_ .dep1 > li > a:before {display:none;}

	/* dep2 */
	.lnb_153258_ .dep2 > li > a {
		height:30px; line-height:30px; padding:0 20px;
		border-bottom:none; background:#ffffff; color:#393939;
	}
	.lnb_153258_ .dep2 > li.on > a,
	.lnb_153258_ .dep2 > li:hover > a {background:#faefe6; color:#e66d1e;}

	/* dep1 triangle */
	.lnb_153258_ .dep1 > li.has_sub:before,
	.lnb_153258_ .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_153258_ .dep1 > li.has_sub:before {bottom:0; border-bottom:8px solid #e66d1e;}
	.lnb_153258_ .dep1 > li.has_sub:after {bottom:-3px; border-bottom:8px solid #ffffff;}
	.lnb_153258_ .dep1 > li.has_sub:hover:before,
	.lnb_153258_ .dep1 > li.has_sub:hover:after {display:block;}
}

@media \0screen{
	/* dep1 */
	.lnb_153258_ .dep1:after {content:''; display:block; clear:both;}
	.lnb_153258_ .dep1 > li {float:left; position:relative; z-index:600; width:25%;}
	.lnb_153258_ .dep1 > li:hover {z-index:610;}
	.lnb_153258_ .dep1 > li > div {
		display:none; position:absolute; left:0; width:100%; padding:5px 0;
		border:3px solid #e66d1e; background:#ffffff;
	}
	.lnb_153258_ .dep1 > li:hover > div {display:block;}
	.lnb_153258_ .dep1 > li > a {
		z-index:620; height:50px; line-height:50px; padding:0 20px;
		border-bottom:none; background:none; color:#393939; text-align:center;
	}
	.lnb_153258_ .dep1 > li.on > a,
	.lnb_153258_ .dep1 > li:hover > a {color:#e66d1e;}
	.lnb_153258_ .dep1 > li > a:before {display:none;}

	/* dep2 */
	.lnb_153258_ .dep2 > li > a {
		height:30px; line-height:30px; padding:0 20px;
		border-bottom:none; background:#ffffff; color:#393939;
	}
	.lnb_153258_ .dep2 > li.on > a,
	.lnb_153258_ .dep2 > li:hover > a {background:#faefe6; color:#e66d1e;}

	/* dep1 triangle */
	.lnb_153258_ .dep1 > li.has_sub:before,
	.lnb_153258_ .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_153258_ .dep1 > li.has_sub:before {bottom:0; border-bottom:8px solid #e66d1e;}
	.lnb_153258_ .dep1 > li.has_sub:after {bottom:-3px; border-bottom:8px solid #ffffff;}
	.lnb_153258_ .dep1 > li.has_sub:hover:before,
	.lnb_153258_ .dep1 > li.has_sub:hover:after {display:block;}
}

/* ****************** 2칸 레이아웃  ****************** */

.layout_153108_ {clear:both; width:1200px; margin:0 auto; position:absolute; top:0; z-index:900; left:15%;  height:100%;}
.layout_153108_ > div {}
.layout_153108_ > div:after {content:''; display:block; clear:both; overflow:hidden;}
.layout_153108_ > div > [class^=container_] {float:left; position:relative; width:100%;  box-sizing:border-box; }
.layout_153108_ > div > .container_1 {width:20%;}
.layout_153108_ > div > .container_2 {width:80%;position:relative; right:0;}

@media (max-width:1023px){
	.layout_153108_ > div > .container_1 { width:20%; }
	.layout_153108_ > div > .container_2 { width:80%; }
}

@media \0screen{
	.layout_153108_ {min-width:1000px;}
}

/* ****************** 이미지  ****************** */

.img_153110_ {display:inline-block; overflow:hidden; position:relative; width:px; max-width:100%; vertical-align:top;}
.img_153110_ * {box-sizing:border-box;}
.img_153110_ a {display:block; text-decoration:none;}
.img_153110_ img {max-width:100%; vertical-align:top;}

/* ****************** 네비게이션 A  ****************** */

.lnb_153109_ * {box-sizing:border-box; font-family: 'Jeju Gothic', sans-serif;}
.lnb_153109_ ul {margin:0; padding:0; list-style:none; font-size:0; }
.lnb_153109_ a {
	display:block; position:relative; height:40px; line-height:30px; font-weight:bold; text-decoration:none;
	overflow:hidden; white-space:nowrap; text-overflow:ellipsis; font-family: 'Jeju Gothic', sans-serif;
}
.lnb_153109_ .dep1 > li > a {text-shadow:1px 1px 2px #666; margin-top:3px;
	padding:0 15px 0 15px; border-bottom:1px solid transparent; background:transparent; font-size:16px; color:#ffffff;
}
.lnb_153109_ .dep1 > li > a:before {
	content:''; display:block; position:absolute; left:20px; top:50%; width:3px; height:3px; margin-top:-1px; background:transparent
}
.lnb_153109_ .dep2 > li > a {
	border-bottom:1px solid transparent; background:transparent; font-size:14px; color:#000;
}

@media (min-width:1024px){
	/* dep1 */
	.lnb_153109_ .dep1:after {content:''; display:block; clear:both;}
	.lnb_153109_ .dep1 > li {float:left; position:relative; z-index:600; width:25%;}
	.lnb_153109_ .dep1 > li:hover {z-index:610;}
	.lnb_153109_ .dep1 > li > div {
		display:none; position:absolute; left:0; width:100%;
		border-top:3px solid transparent background:transparent;
	}
	.lnb_153109_ .dep1 > li:hover > div {display:block;}
	.lnb_153109_ .dep1 > li > a {
		height:50px; line-height:50px; padding:0 20px;
		border-bottom:none; background:none; color:#fff; text-align:center;
	}
	.lnb_153109_ .dep1 > li.on > a{}
	.lnb_153109_ .dep1 > li:hover > a {background:#ff9c00;}
	.lnb_153109_ .dep1 > li > a:before {display:none;}

	/* dep2 */
	.lnb_153109_ .dep2 > li > a {
		padding:3px 20px; text-align:center; font-size:14px; 
		border-bottom:none; background:#fff; background:rgba(255,255,255,0.7);
	}
	.lnb_153109_ .dep2 > li.on > a,
	.lnb_153109_ .dep2 > li:hover > a {color:#ff9c00;  }

	/* dep1 triangle */
	/*.lnb_153109_ .dep1 > li.has_sub:before,
	.lnb_153109_ .dep1 > li.has_sub:after {
		content:''; display:none; position:absolute; left:50%; margin-left:-8px;
		border-left:8px solid transparent; border-right:8px solid transparent;
	}*/

   


	.lnb_153109_ .dep1 > li.has_sub:before {bottom:0; border-bottom:8px solid #000000;}
	.lnb_153109_ .dep1 > li.has_sub:after {bottom:-3px; border-bottom:8px solid #ffffff;}
	.lnb_153109_ .dep1 > li.has_sub:hover:before,
	.lnb_153109_ .dep1 > li.has_sub:hover:after {display:block;}
}

@media \0screen{
	/* dep1 */
	.lnb_153109_ .dep1:after {content:''; display:block; clear:both;}
	.lnb_153109_ .dep1 > li {float:left; position:relative; z-index:600; width:25%;}
	.lnb_153109_ .dep1 > li:hover {z-index:610;}
	.lnb_153109_ .dep1 > li > div {
		display:none; position:absolute; left:0; width:100%; padding:5px 0;
		border-top:3px solid #5da02c; background:#ffffff;
	}
	.lnb_153109_ .dep1 > li:hover > div {display:block;}
	.lnb_153109_ .dep1 > li > a {
		height:50px; line-height:50px; padding:0 20px;
		border-bottom:none; background:none; color:#393939; text-align:center;
	}
	.lnb_153109_ .dep1 > li.on > a,
	.lnb_153109_ .dep1 > li:hover > a {color:#000000;}
	.lnb_153109_ .dep1 > li > a:before {display:none;}

	/* dep2 */
	.lnb_153109_ .dep2 > li > a {
		height:30px; line-height:30px; padding:0 20px;
		border-bottom:none; background:#ffffff; color:#393939;
	}
	.lnb_153109_ .dep2 > li.on > a,
	.lnb_153109_ .dep2 > li:hover > a {background:#ececec; color:#000000;}

	/* dep1 triangle */
	.lnb_153109_ .dep1 > li.has_sub:before,
	.lnb_153109_ .dep1 > li.has_sub:after {
		content:''; display:none; position:absolute; left:50%; margin-left:-8px;
		border-left:8px solid transparent; border-right:8px solid transparent;
	}
	.lnb_153109_ .dep1 > li.has_sub:before {bottom:0; border-bottom:8px solid #000000;}
	.lnb_153109_ .dep1 > li.has_sub:after {bottom:-3px; border-bottom:8px solid #ffffff;}
	.lnb_153109_ .dep1 > li.has_sub:hover:before,
	.lnb_153109_ .dep1 > li.has_sub:hover:after {display:block;}
}

/* ****************** 이미지  ****************** */

.img_153111_ {display:inline-block; overflow:hidden; position:relative; width:px; max-width:100%; vertical-align:top;}
.img_153111_ * {box-sizing:border-box;}
.img_153111_ a {display:block; text-decoration:none;}
.img_153111_ img {max-width:100%; vertical-align:top;}

/* ****************** 1칸 레이아웃  ****************** */

.layout_152605_ {clear:both; min-width:320px; max-width:1000px; margin:0 auto;}
.layout_152605_ > div:after {content:''; display:block; clear:both;}
.layout_152605_ > div > [class^=container_] {float:left; position:relative; width:100%; box-sizing:border-box;}

@media \0screen{
	.layout_152605_ {min-width:1000px;}
}

/* ****************** 공백  ****************** */

.empty_line_153156_ {display:block; width:100%; height:10px; line-height:10px;}

[id^=div_user_list] .empty_line_153156_ {border:1px dotted #f00;}
[id^=div_user_list] .empty_line_153156_:before {content:'공백 : 10px'; padding:0 15px; font-size:13px; font-weight:normal; color:#f00;}

/* ****************** 하단 메뉴  ****************** */

.fnb_152607_ ul {margin:0; padding:0; list-style:none; font-size:0;}
.fnb_152607_ li {position:relative; display:inline-block; font-size:15px; padding-top:10px;}
.fnb_152607_ li:before {content:''; display:block; position:absolute; left:0; top:50%; width:1px; height:10px; margin-top:-5px; background-color:#ffffff; opacity:.5;}
.fnb_152607_ li:first-child:before {display:none;}
.fnb_152607_ li a {display:block; height:25px; line-height:10px; margin:0; padding:0 .8em; font-size:14px; font-family:Arial; color:#ffffff; text-decoration:none;}
.fnb_152607_ li a:hover {text-decoration:underline; font-weight:bold; color:yellow;}
.fnb_152607_ p {height:30px; line-height:30px; margin:0; padding:0 .8em; font-family:Arial; font-size:10px; color:#ffffff}

/* ****************** 하단 메뉴  ****************** */

.fnb_153259_ ul {margin:0; padding:0; list-style:none; font-size:0;}
.fnb_153259_ li {position:relative; display:inline-block; font-size:15px; padding-top:10px;}
.fnb_153259_ li:before {content:''; display:block; position:absolute; left:0; top:50%; width:1px; height:10px; margin-top:-5px; background-color:#ffffff; opacity:.5;}
.fnb_153259_ li:first-child:before {display:none;}
.fnb_153259_ li a {display:block; height:25px; line-height:10px; margin:0; padding:0 .8em; font-size:12px; font-family:Arial; color:#ffffff; text-decoration:none;}
.fnb_153259_ li a:hover {text-decoration:underline; font-weight:bold; color:yellow;}
.fnb_153259_ p {height:30px; line-height:30px; margin:0; padding:0 .8em; font-family:Arial; font-size:10px; color:#ffffff}

/* ****************** 공백  ****************** */

.empty_line_153157_ {display:block; width:100%; height:10px; line-height:10px;}

[id^=div_user_list] .empty_line_153157_ {border:1px dotted #f00;}
[id^=div_user_list] .empty_line_153157_:before {content:'공백 : 10px'; padding:0 15px; font-size:13px; font-weight:normal; color:#f00;}

/* ****************** 하단 정보  ****************** */

.footer_info_152606_ {padding:0 10px 20px 10px;}
.footer_info_152606_ ul {margin:0; padding:0; list-style:none; font-size:0;}
.footer_info_152606_ li {position:relative; display:inline-block; padding:0 .8em; font-size:12px; font-family:Arial; color:#ffffff; line-height:22px;}
.footer_info_152606_ li:before {content:''; display:block; position:absolute; left:0; top:50%; width:1px; height:10px; margin-top:-5px; background-color:#ffffff; opacity:.5;}
.footer_info_152606_ li:first-child {padding-left:0;}
.footer_info_152606_ li:first-child:before {display:none;}
.footer_info_152606_ li a{color:#f6ff00;}
.footer_info_152606_ li .bizinfo {display:inline-block; margin-left:.8em; padding:0 .5em; border-radius:2px; background:#666; font-size:12px; color:#fff; line-height:20px; text-decoration:none;}

/* ****************** 타이틀 텍스트  ****************** */

.title_153362_ {font-size:0;}
.title_153362_ p {
	display:inline-block; position:relative; margin:0; padding:0;
	font-size:16px; letter-spacing:-1px; font-weight:normal; color:#ffffff; line-height:1.4em;
}
.title_153362_ p:before {content:''; position:absolute; background:#d00000; font-size:0;}

.title_153362_.style_top p {padding-top:10px;}
.title_153362_.style_top p:before {left:0; top:0; width:16px; height:4px;}

.title_153362_.style_right p {padding-right:14px;}
.title_153362_.style_right p:before {right:0; top:4px; width:4px; height:16px;}

.title_153362_.style_bottom p {padding-bottom:12px;}
.title_153362_.style_bottom p:before {left:0; bottom:0; width:16px; height:4px;}

.title_153362_.style_left p {padding-left:14px;}
.title_153362_.style_left p:before {left:0; top:4px; width:4px; height:16px;}

.title_153362_.style_circle1 p {padding-left:20px;}
.title_153362_.style_circle1 p:before {
	left:0; top:6px; width:12px; height:12px;
	border-radius:12px;
}

.title_153362_.style_circle2 p {padding-left:20px;}
.title_153362_.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;
}

/* ****************** 타이틀 텍스트  ****************** */

.title_153363_ {font-size:0;}
.title_153363_ p {
	display:inline-block; position:relative; margin:0; padding:0;
	font-size:16px; letter-spacing:-1px; font-weight:bold; color:yellow; line-height:1.4em;
}
.title_153363_ p:before {content:''; position:absolute; background:#d00000; font-size:0;}

.title_153363_.style_top p {padding-top:10px;}
.title_153363_.style_top p:before {left:0; top:0; width:16px; height:4px;}

.title_153363_.style_right p {padding-right:14px;}
.title_153363_.style_right p:before {right:0; top:4px; width:4px; height:16px;}

.title_153363_.style_bottom p {padding-bottom:12px;}
.title_153363_.style_bottom p:before {left:0; bottom:0; width:16px; height:4px;}

.title_153363_.style_left p {padding-left:14px;}
.title_153363_.style_left p:before {left:0; top:4px; width:4px; height:16px;}

.title_153363_.style_circle1 p {padding-left:20px;}
.title_153363_.style_circle1 p:before {
	left:0; top:6px; width:12px; height:12px;
	border-radius:12px;
}

.title_153363_.style_circle2 p {padding-left:20px;}
.title_153363_.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;
}

/* ****************** 타이틀 텍스트  ****************** */

.title_153381_ {font-size:0;}
.title_153381_ p {
	display:inline-block; position:relative; margin:0; padding:0;
	font-size:16px; letter-spacing:-1px; font-weight:bold; color:yellow; line-height:1.4em;
}
.title_153381_ p:before {content:''; position:absolute; background:#d00000; font-size:0;}

.title_153381_.style_top p {padding-top:10px;}
.title_153381_.style_top p:before {left:0; top:0; width:16px; height:4px;}

.title_153381_.style_right p {padding-right:14px;}
.title_153381_.style_right p:before {right:0; top:4px; width:4px; height:16px;}

.title_153381_.style_bottom p {padding-bottom:12px;}
.title_153381_.style_bottom p:before {left:0; bottom:0; width:16px; height:4px;}

.title_153381_.style_left p {padding-left:14px;}
.title_153381_.style_left p:before {left:0; top:4px; width:4px; height:16px;}

.title_153381_.style_circle1 p {padding-left:20px;}
.title_153381_.style_circle1 p:before {
	left:0; top:6px; width:12px; height:12px;
	border-radius:12px;
}

.title_153381_.style_circle2 p {padding-left:20px;}
.title_153381_.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;
}

/* ****************** 타이틀 텍스트  ****************** */

.title_153365_ {font-size:0;}
.title_153365_ p {
	display:inline-block; position:relative; margin:0; padding:0;
	font-size:11px; letter-spacing:-1px; font-weight:normal; color:#ffffff; line-height:1.4em;
}
.title_153365_ p:before {content:''; position:absolute; background:#d00000; font-size:0;}

.title_153365_.style_top p {padding-top:10px;}
.title_153365_.style_top p:before {left:0; top:0; width:16px; height:4px;}

.title_153365_.style_right p {padding-right:14px;}
.title_153365_.style_right p:before {right:0; top:4px; width:4px; height:16px;}

.title_153365_.style_bottom p {padding-bottom:12px;}
.title_153365_.style_bottom p:before {left:0; bottom:0; width:16px; height:4px;}

.title_153365_.style_left p {padding-left:14px;}
.title_153365_.style_left p:before {left:0; top:4px; width:4px; height:16px;}

.title_153365_.style_circle1 p {padding-left:20px;}
.title_153365_.style_circle1 p:before {
	left:0; top:6px; width:12px; height:12px;
	border-radius:12px;
}

.title_153365_.style_circle2 p {padding-left:20px;}
.title_153365_.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;
}

/* ****************** 타이틀 텍스트  ****************** */

.title_153366_ {font-size:0;}
.title_153366_ p {
	display:inline-block; position:relative; margin:0; padding:0;
	font-size:11px; letter-spacing:-1px; font-weight:normal; color:#ffffff; line-height:1.4em;
}
.title_153366_ p:before {content:''; position:absolute; background:#d00000; font-size:0;}

.title_153366_.style_top p {padding-top:10px;}
.title_153366_.style_top p:before {left:0; top:0; width:16px; height:4px;}

.title_153366_.style_right p {padding-right:14px;}
.title_153366_.style_right p:before {right:0; top:4px; width:4px; height:16px;}

.title_153366_.style_bottom p {padding-bottom:12px;}
.title_153366_.style_bottom p:before {left:0; bottom:0; width:16px; height:4px;}

.title_153366_.style_left p {padding-left:14px;}
.title_153366_.style_left p:before {left:0; top:4px; width:4px; height:16px;}

.title_153366_.style_circle1 p {padding-left:20px;}
.title_153366_.style_circle1 p:before {
	left:0; top:6px; width:12px; height:12px;
	border-radius:12px;
}

.title_153366_.style_circle2 p {padding-left:20px;}
.title_153366_.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;
}

/* ****************** 타이틀 텍스트  ****************** */

.title_153380_ {font-size:0;}
.title_153380_ p {
	display:inline-block; position:relative; margin:0; padding:0;
	font-size:11px; letter-spacing:-1px; font-weight:normal; color:#ffffff; line-height:1.4em;
}
.title_153380_ p:before {content:''; position:absolute; background:#d00000; font-size:0;}

.title_153380_.style_top p {padding-top:10px;}
.title_153380_.style_top p:before {left:0; top:0; width:16px; height:4px;}

.title_153380_.style_right p {padding-right:14px;}
.title_153380_.style_right p:before {right:0; top:4px; width:4px; height:16px;}

.title_153380_.style_bottom p {padding-bottom:12px;}
.title_153380_.style_bottom p:before {left:0; bottom:0; width:16px; height:4px;}

.title_153380_.style_left p {padding-left:14px;}
.title_153380_.style_left p:before {left:0; top:4px; width:4px; height:16px;}

.title_153380_.style_circle1 p {padding-left:20px;}
.title_153380_.style_circle1 p:before {
	left:0; top:6px; width:12px; height:12px;
	border-radius:12px;
}

.title_153380_.style_circle2 p {padding-left:20px;}
.title_153380_.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_153364_ {display:block; width:100%; height:20px; line-height:20px;}

[id^=div_user_list] .empty_line_153364_ {border:1px dotted #f00;}
[id^=div_user_list] .empty_line_153364_:before {content:'공백 : 20px'; padding:0 15px; font-size:13px; font-weight:normal; color:#f00;}

/* ****************** 상단으로 바로가기 버튼  ****************** */

@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_152608_ {
	position:fixed; bottom:10px; right:-70px; width:50px; height:50px; line-height:50px;
	border:1px solid #e66d1e; background:#e66d1e;
	font-size:0; color:#fff; 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_152608_.on {right:10px;}
.scroll_top_152608_ span:before {content:'\e601'; font-family:"icomoon_contents"; font-size:15px;}

[id^=div_user_list] .scroll_top_152608_ {position:relative; right:-100%; bottom:0; margin-left:-40px; opacity:1;}

@media (min-width:1024px){
	.scroll_top_152608_:hover {opacity:1;}
	.scroll_top_152608_ {width:40px; height:40px; line-height:40px;}
	.scroll_top_152608_ span:before {font-size:20px;}
	[id^=div_user_list] .scroll_top_152608_ {margin-left:-50px;}
}

@media \0screen{
	.scroll_top_152608_:hover {opacity:1;}
	.scroll_top_152608_ {width:40px; height:40px; line-height:40px;}
	.scroll_top_152608_ span:before {font-size:20px;}
	[id^=div_user_list] .scroll_top_152608_ {margin-left:-50px;}
}
