
/* ****************** 공백  ****************** */

.empty_line_332003_ {display:block; width:100%; height:60px; line-height:60px;}

[id^=div_user_list] .empty_line_332003_ {border:1px dotted #f00;}
[id^=div_user_list] .empty_line_332003_:before {content:'공백 : 60px'; padding:0 15px; font-size:13px; font-weight:normal; color:#f00;}

/* ****************** 3칸 레이아웃  ****************** */

.layout_332004_ {clear:both; min-width:320px; max-width:1200px; margin:0 auto;dosplay:none;}
.layout_332004_ > div {}
.layout_332004_ > div:after {content:''; display:block; clear:both;}
.layout_332004_ > div > [class^=container_] {float:left; position:relative; width:100%;  box-sizing:border-box;}
.layout_332004_ > div > .container_1 {width:100%;}
.layout_332004_ > div > .container_2 {width:20%;}
.layout_332004_ > div > .container_3 {width:80%;}

@media (max-width:1023px){
	.layout_332004_ > div > .container_1 { width:100%; }
	.layout_332004_ > div > .container_2 { width:100%; }
	.layout_332004_ > div > .container_3 { width:100%; }
}

@media \0screen{
	.layout_332004_ {min-width:1200px;}
}

/* ****************** 상단 로그인  ****************** */

.gnb_332006_ ul {margin:0; padding:0; list-style:none; font-size:0;}
.gnb_332006_ li {position:relative; display:inline-block; font-size:16px;}
.gnb_332006_ li:before {content:''; display:block; position:absolute; left:0; top:50%; width:1px; height:10px; margin-top:-5px; background-color:#878787; opacity:.5;}
.gnb_332006_ li:first-child:before {display:none;}
.gnb_332006_ li a {display:block; height:18px; line-height:18px; margin:0; padding:0 .8em; font-size:11px; font-family:Arial; color:#878787; text-decoration:none;}
.gnb_332006_ li a:hover { color:#333;}

/* ****************** 로고 + 토글  ****************** */

@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_332005_ {position:relative; padding:0 80px; border-bottom:2px solid #000000;}
.logo_332005_ * {box-sizing:border-box;}
.logo_332005_ h1 {display:table; width:100%; margin:0; padding:0; font-size:12px; text-align:center; table-layout:fixed;}
.logo_332005_ h1 a {display:table-cell; height:60px; vertical-align:middle;}
.logo_332005_ h1 img {max-width:100%; max-height:100%; vertical-align:bottom;}

.toggle_332005_ {
	display:none; overflow:hidden; position:absolute; top:50%; width:30px; height:30px; margin-top:-15px; padding:4px; font-size:0;font-size:0; text-decoration:none;
}
.toggle_332005_.use {display:block;}
.toggle_332005_:before {display:inline-block; font-family:"icomoon_header"; font-size:30px; color:#bbb; line-height:1em;}
.toggle_332005_.on:before {color:#000000;}

.tel_332005_ {display:block; left:10px;}
.tel_332005_:before {content:'\e604'; color:#000000;}
#farmBoxTel {display:none;}

.toggleSearch_332005_ {left:45px;}
.toggleSearch_332005_:before {content:'\e600';}
#farmBoxSearch {display:none;}
#farmBoxSearch.on {display:block;}

.toggleGnb_332005_ {right:45px;}
.toggleGnb_332005_:before {content:'\e602';}
#farmBoxGnb {display:none;}
#farmBoxGnb.on {display:block;}

.toggleLnb_332005_ {right:10px;}
.toggleLnb_332005_:before {content:'\e601';}
#farmBoxLnb {display:none;}
#farmBoxLnb.on {display:block;}

[id^=div_user_list] .toggle_332005_ {display:block;}

@media (min-width:1024px){
	.logo_332005_ {padding:0; border-bottom:none;}
	.toggle_332005_ {display:none !important;}
	[id^=farmBox] {display:block !important;}
}

@media \0screen{
	.logo_332005_ {padding:0; border-bottom:none;}
	.toggle_332005_ {display:none !important;}
	[id^=farmBox] {display:block !important;}
}

/* ****************** 네비게이션 - 가로형 C (전체보기)  ****************** */

* {margin: 0;padding: 0;}
ul, ol {list-style: none;}
a {text-decoration: none;}
  
  /* mobile Panel */
#moPanel {position: fixed;width:100%;height:100vh;top: 0px;right: -800px;background:#fff;z-index: 10;transition: 0.5s;overflow: auto;}
#moPanel .moPanelWrap {position:absolute;width:100%;height:100vh;top: 0;right: 0;z-index:100;}
#moPanel .moPanelWrap .myPage {border-bottom: 2px solid #000;}
#moPanel .moPanelWrap .myPage a > img {display: block;width: 180px;margin: 0 auto;margin-bottom: 20px;}
#moPanel .moPanelWrap .myPage ul {width:91.7%;margin: 0 auto;margin-bottom:20px;}
#moPanel .moPanelWrap .myPage ul::after {content:"";display:block;clear:both;}
#moPanel .moPanelWrap .myPage ul li {float:left;position: relative;}
#moPanel .moPanelWrap .myPage ul li:before {content: '';display: block;position: absolute;left: 0;top: 50%;width: 1px;
height: 10px;margin-top: -5px;background-color: #878787;opacity: .5;}
#moPanel .moPanelWrap .myPage ul li:nth-of-type(1):before {display:none;}
#moPanel .moPanelWrap .myPage ul li a {display: block;height: 18px;line-height: 18px;margin: 0;padding: 0 0.8em;font-size: 16px;font-family: Arial;color: #000;text-decoration: none;}
#moGnb {width:100%;}
#moGnb>li {display:block;width:100%;line-height: 50px;font-size: 18px;color:#000;border-bottom: 1px solid #ddd;box-sizing:border-box;}
#moGnb>li span {padding-right: 20px;}
#moGnb>li span.more {padding-right:0;padding-left: 20px;float: left;font-size: 26px;}
#moGnb>li span.more_h {display:none;padding-right:0;padding-left: 20px;float: left;font-size: 26px;}
#moGnb>li.on span.more {display:none;}
#moGnb>li.on span.more_h {display:block;}
.sub {display: none;}
.sub>li {border-bottom: 1px solid #ddd;box-sizing: border-box;}
.sub>li>a {display:block;width:100%;height:40px;background:#f5f5f5;font-size: 16px;line-height: 40px;color:#222;box-sizing: border-box;}
#moPanel .moPanelWrap .customerC {border-top: 2px solid #000;padding-right: 20px;}
#moPanel .moPanelWrap .customerC > h1 {display: inline-block;font-size:18px;font-weight: 500;margin-top: 20px;}
#moPanel .moPanelWrap .customerC > h1:after {content:"";display:block;width:100%;height:1px;background:#ddd;    margin:5px 0;}
#moPanel .moPanelWrap .customerC > p:nth-of-type(1),
#moPanel .moPanelWrap .customerC > p:nth-of-type(2) {font-size: 26px;font-weight:bold;}
#moPanel .moPanelWrap .customerC > p:last-child {font-size:13px;line-height: 26px;padding-bottom: 20px;}
#moPanel.on {right: 0px; }
#gnb {margin-top:7px;}
#gnb>.btnMo {position:absolute;bottom:13px;right:13px;font-size: 30px;color: #000;display:none;z-index:1000; }

  #pm2-_332007_ {position:relative;z-index:120;}
  #pm2-_332007_ * {box-sizing:border-box}
  #pm2-_332007_ ul {margin:0;padding:0;list-style:none}
  #pm2-_332007_ ul li { margin:0; padding:0; display:inline-block; }
  #pm2-_332007_ a {display:inline-block;  margin:0; padding:0; word-break: keep-all;text-decoration : none; }
  #pm2-_332007_ a span {  margin:0; padding:0;  }
  #pm2-_332007_ a > img {vertical-align:top;  margin:0; padding:0; }

  #pm2-_332007_ .dep1 {position:relative; display:inline-block; float:left; overflow:hidden;width:100%;vertical-align:middle;}
  /*#pm2-_332007_ .dep1 {display:table;width:100%;table-layout:fixed}*/
  #pm2-_332007_ .dep1 > li {display:inline-block; float:left; width:14.2857%;text-align:center; vertical-align:middle;}
  #pm2-_332007_ .dep1 > li:hover div {background:#c9d8e2;}
  #pm2-_332007_ .dep1 > li > a {width:100%;vertical-align:middle;letter-spacing:-1px; word-wrap:normal; font-weight:400;font-size:16px;color:#000; text-align:center}
  #pm2-_332007_ .dep1 > li > a.bt_img {padding:0}
  #pm2-_332007_ .dep1 > li.on > a,
  #pm2-_332007_ .dep1 > li:hover > a {color:#19a6ff;}
  #pm2-_332007_ .dep1 > li > div {display:none;position:relative;background:#fff;margin-top:17px !important;border-top:1px solid #ddd;}

  #pm2-_332007_ .dep2 { padding:25px 0 0 0; margin:0; height:400px; overflow:hidden; }
  #pm2-_332007_ .dep2 > li {width:100%; height:40px; vertical-align:middle;}
  #pm2-_332007_ .dep2 > li > a {display:inline-block;vertical-align:middle;font-size:14px;color:#000; text-align:center;
  }
  #pm2-_332007_ .dep2 > li > a span { margin:0; padding:0;display:inline-block;text-align:center;}
  #pm2-_332007_ .dep2 > li > a.bt_img {padding:0}
  #pm2-_332007_ .dep2 > li.on > a,
  #pm2-_332007_ .dep2 > li:hover > a {font-weight:bold;}

  /* layer navigation */
  #pm2-_332007_.layer {width:100%;height:50px; vertical-align:middle;}
  #pm2-_332007_.layer .dep1 {max-width:1200px;position:absolute;top:50%;right:0;left:50%; margin:-15px 0 0 0;transform:translateX(-50%);}
  @media (min-width: 1024px) {
    #moPanel {display: none;}
  }

  @media (max-width: 768px) {
    #gnb {margin:0}
    #gnb>.btnMo {display: block;}
    #pm2-_332007_ {display: none;}
  }
  

/* ****************** 공백  ****************** */

.empty_line_332008_ {display:block; width:100%; height:80px; line-height:80px;}

[id^=div_user_list] .empty_line_332008_ {border:1px dotted #f00;}
[id^=div_user_list] .empty_line_332008_:before {content:'공백 : 80px'; padding:0 15px; font-size:13px; font-weight:normal; color:#f00;}

/* ****************** 서브페이지 타이틀 오버레이 이미지  ****************** */

.text_over_img_314943_ {display:inline-block; overflow:hidden; position:relative; width:px; max-width:100%; vertical-align:top;}
.text_over_img_314943_ * {box-sizing:border-box;}
.text_over_img_314943_ a {display:block; text-decoration:none;}
.text_over_img_314943_ img {max-width:100%; vertical-align:top;}
.text_over_img_314943_ .text_box {position:absolute; left:0; width:100%;}
.text_over_img_314943_ .text_box p {
	margin:0; padding:5px 25px;
}
.text_over_img_314943_ .subject {font-weight:bold; color:#ffffff;}
.text_over_img_314943_ .content {color:#ffffff;}

.text_sml_314943_ .subject {font-size:14px; line-height:1.6em;}
.text_sml_314943_ .content {font-size:13px; line-height:1.6em;}
.text_mid_314943_ .subject {font-size:16px; line-height:1.4em;}
.text_mid_314943_ .content {font-size:18px; line-height:1.6em;}
.text_big_314943_ .subject {font-size:18px; line-height:1.4em;}
.text_big_314943_ .content {font-size:15px; line-height:1.6em;}

.text_top_314943_ .text_box {top:20px; text-align:left;}
.text_middle_314943_ .text_box {top:50%; height:0; font-size:0; text-align:center;}
.text_middle_314943_ .subject {position:absolute; left:0; bottom:0; width:100%;}
.text_middle_314943_ .content {position:absolute; left:0; top:0; width:100%;}
.text_bottom_314943_ .text_box {bottom:20px; text-align:right;}
  
.sub_title_314943_ {position:relative; padding:5px 10px;}
.sub_title_314943_ h1 {position: absolute;top: -50px;left: 50%;transform: translateX(-50%);margin:0; padding:0; font-size:35px; font-weight:normal; color:#ffffff;}

@media (min-width:1024px){
	.sub_title_314943_ {position:relative; padding:10px;}
	.sub_title_314943_ h1 {font-weight:bold;}
}

@media \0screen{
	.sub_title_314943_ {position:relative; padding:10px;}
	.sub_title_314943_ h1 {font-weight:bold;}
}  

/* ****************** 2칸 레이아웃  ****************** */

  .bd_Img {background:url(/img_up/shop_pds/ehompy0473/design/2021/bottom_banner_bg.jpg) no-repeat;}
  .layout_332011_ {clear:both; min-width:320px;max-width:1920px; margin:0 auto;}
    
.layout_332011_ > div {;}
.layout_332011_ > div:after {content:''; display:block; clear:both;}
.layout_332011_ > div > [class^=container_] {float:left; position:relative; width:100%;  box-sizing:border-box;}
.layout_332011_ > div > .container_1 {width:50%;}
.layout_332011_ > div > .container_2 {width:50%;}

@media (max-width:1023px){
	.layout_332011_ > div > .container_1 { width:100%; }
	.layout_332011_ > div > .container_2 { width:100%; }
}

@media \0screen{
	.layout_332011_ {min-width:1920px;}
}
  
  @media (max-width:768px) {
    .bd_Img {background:#eee;}
  }
  

/* ****************** 실선  ****************** */

.solid_line_332015_ {display:block; position:relative; width:100%; height:1px;}
.solid_line_332015_:before {content:''; position:absolute; left:0; top:50%; width:100%; height:0; border-top:2px solid #000000;}

/* ****************** 맞춤전송폼 - 기본폼  ****************** */

  .myreg_form__332013_wrap {margin:50px 25px;background:rgba(255,255,255,.9); border-radius: 10px;}
	.myreg_form__332013_ {padding:25px 50px;}
	.myreg_form__332013_ * {box-sizing:border-box}
	.myreg_form__332013_ dd * {box-sizing:content-box}
	.myreg_form__332013_ h3 {margin:0;padding:10px;font-size:25px;color:#000;text-align:center;font-weight: 500;}
	.myreg_form__332013_ ul {position:relative;width:100%;margin:0 0 15px;padding:5px 10px;list-style:none;border:1px solid #aaa;background: rgba(255,255,255,.8);border-radius:4px;box-sizing:border-box;overflow: hidden;}
	.myreg_form__332013_ li {padding:2px;border-top:1px dashed #ddd}
	.myreg_form__332013_ li:first-child {border-top:none}
	.myreg_form__332013_ dl {display:table;width:100%;margin:0}
	.myreg_form__332013_ dt {display:table-cell;width:80px;padding:2px 5px;font-size:14px;vertical-align:middle;text-align:left}
	.myreg_form__332013_ dt i {font-style:normal;color:#d00000}
	.myreg_form__332013_ dd {display:table-cell;margin:0;padding:2px 5px;font-size:14px;vertical-align:middle;text-align:left}
  .myreg_form__332013_ li dl dd a {display: inline-block;background:#000;color: #fff;padding:7px 20px;margin-left: 7px;}
	.myreg_form__332013_ dd > span {display:inline-block;padding:5px;color:#0256d0}
	.myreg_form__332013_ textarea {margin:2px 0;font-size:12px}
	.myreg_form__332013_ input[type=text],
	.myreg_form__332013_ textarea,
	.myreg_form__332013_ select {margin:2px 0;padding:.4em .3em;border:1px solid #aaa;border-radius:.3em;font-size:14px;}
	.myreg_form__332013_ label {font-size:14px}

	.myreg_form__332013_ .privacy {margin:0 0 15px}
  .myreg_form__332013_ .privacy h5 {color:#000;margin-bottom: 7px;}
	.myreg_form__332013_ .privacy > div {overflow:auto;height:120px;padding:10px;border:1px solid #aaa;border-radius:4px;background:#f1edea;font-size:13px;text-align:left;line-height:20px}
	.myreg_form__332013_ .privacy h4 {padding:5px 10px;border-radius:.3em;background:#000;color:#fff;}
	.myreg_form__332013_ .privacy label {display:block;padding:10px 5px;font-size:13px}

	.myreg_form__332013_ .submit {text-align:center}
	.myreg_form__332013_ .submit button {padding:10px 30px;border:none;background-color:#000;font-size:16px;color:#fff;vertical-align:middle}
  
   @media (max-width:768px) {
     .myreg_form__332013_wrap {margin:30px 10px;border-radius: inherit;}
     .myreg_form__332013_ {padding:0;}
     .myreg_form__332013_ ul {border: inherit;border-radius: inherit;}
     .myreg_form__332013_ li:nth-of-type(4) dl dd input:nth-of-type(2),
     .myreg_form__332013_ li:nth-of-type(4) dl dd input:nth-of-type(3),
     .myreg_form__332013_ li:nth-of-type(5) dl dd input:nth-of-type(2),
     .myreg_form__332013_ li:nth-of-type(5) dl dd input:nth-of-type(3){width:100%;}
     .myreg_form__332013_ .submit {padding-bottom: 20px;}
     .myreg_form__332013_ .submit button {padding: 7px 60px;}
  }


/* ****************** 실선  ****************** */

.solid_line_332012_ {display:block; position:relative; width:100%; height:1px;}
.solid_line_332012_:before {content:''; position:absolute; left:0; top:50%; width:100%; height:0; border-top:2px solid #000000;}

/* ****************** 맞춤전송폼 - 기본폼  ****************** */

  .myreg_form__332014_wrap {margin:50px 25px;background:rgba(255,255,255,.9); border-radius: 10px;}
	.myreg_form__332014_ {padding:25px 50px;}
	.myreg_form__332014_ * {box-sizing:border-box}
	.myreg_form__332014_ dd * {box-sizing:content-box}
	.myreg_form__332014_ h3 {margin:0;padding:10px;font-size:25px;color:#000;text-align:center;font-weight: 500;}
	.myreg_form__332014_ ul {position:relative;width:100%;margin:0 0 15px;padding:5px 10px;list-style:none;border:1px solid #aaa;background: rgba(255,255,255,.8);border-radius:4px;box-sizing:border-box;overflow: hidden;}
	.myreg_form__332014_ li {padding:2px;border-top:1px dashed #ddd}
	.myreg_form__332014_ li:first-child {border-top:none}
	.myreg_form__332014_ dl {display:table;width:100%;margin:0}
	.myreg_form__332014_ dt {display:table-cell;width:80px;padding:2px 5px;font-size:14px;vertical-align:middle;text-align:left}
	.myreg_form__332014_ dt i {font-style:normal;color:#d00000}
	.myreg_form__332014_ dd {display:table-cell;margin:0;padding:2px 5px;font-size:14px;vertical-align:middle;text-align:left}
  .myreg_form__332014_ li dl dd a {display: inline-block;background:#000;color: #fff;padding:7px 20px;margin-left: 7px;}
	.myreg_form__332014_ dd > span {display:inline-block;padding:5px;color:#0256d0}
	.myreg_form__332014_ textarea {margin:2px 0;font-size:12px}
	.myreg_form__332014_ input[type=text],
	.myreg_form__332014_ textarea,
	.myreg_form__332014_ select {margin:2px 0;padding:.4em .3em;border:1px solid #aaa;border-radius:.3em;font-size:14px;}
	.myreg_form__332014_ label {font-size:14px}

	.myreg_form__332014_ .privacy {margin:0 0 15px}
  .myreg_form__332014_ .privacy h5 {color:#000;margin-bottom: 7px;}
	.myreg_form__332014_ .privacy > div {overflow:auto;height:120px;padding:10px;border:1px solid #aaa;border-radius:4px;background:#f1edea;font-size:13px;text-align:left;line-height:20px}
	.myreg_form__332014_ .privacy h4 {padding:5px 10px;border-radius:.3em;background:#000;color:#fff;}
	.myreg_form__332014_ .privacy label {display:block;padding:10px 5px;font-size:13px}

	.myreg_form__332014_ .submit {text-align:center}
	.myreg_form__332014_ .submit button {padding:10px 30px;border:none;background-color:#000;font-size:16px;color:#fff;vertical-align:middle}
  
   @media (max-width:768px) {
     .myreg_form__332014_wrap {margin:30px 10px;border-radius: inherit;}
     .myreg_form__332014_ {padding:0;}
     .myreg_form__332014_ ul {border: inherit;border-radius: inherit;}
     .myreg_form__332014_ li:nth-of-type(4) dl dd input:nth-of-type(2),
     .myreg_form__332014_ li:nth-of-type(4) dl dd input:nth-of-type(3) {width:100%;}
     .myreg_form__332014_ .submit {padding-bottom: 20px;}
     .myreg_form__332014_ .submit button {padding: 7px 60px;}
  }


/* ****************** 1칸 레이아웃  ****************** */

.layout_332016_ {clear:both; min-width:320px; max-width:1000px; margin:0 auto; padding:0 10px;}
.layout_332016_ > div:after {content:''; display:block; clear:both;}
.layout_332016_ > div > [class^=container_] {float:left; position:relative; width:100%; box-sizing:border-box;}

@media \0screen{
	.layout_332016_ {min-width:1000px;}
}

/* ****************** 한줄 텍스트  ****************** */

  @import url("//cdn.rawgit.com/hiun/NanumSquare/master/nanumsquare.css");
.text_332020_ p {font-family:NanumSquare, 'Malgun Gothic','돋움', 'dotum';
	display:block; margin:0; padding:0;
	font-size:1.1rem; letter-spacing:-1px; font-weight:normal; color:#000000; line-height:1.6em;
}
.text_332020_ p a {color:#000000; text-decoration:none;}

/* ****************** 하단 메뉴  ****************** */

.fnb_332018_ ul {margin:0; padding:0; list-style:none; font-size:0;}
.fnb_332018_ li {position:relative; display:inline-block; font-size:16px;}
.fnb_332018_ li:before {content:''; display:block; position:absolute; left:0; top:50%; width:1px; height:10px; margin-top:-5px; background-color:#777777; opacity:.5;}
.fnb_332018_ li:first-child:before {display:none;}
.fnb_332018_ li a {display:block; height:30px; line-height:30px; margin:0; padding:0 .8em; font-size:12px; font-family:Arial; color:#777777; text-decoration:none;}
.fnb_332018_ li a:hover {text-decoration:underline; color:#555;}
.fnb_332018_ p {height:30px; line-height:30px; margin:0; padding:0 .8em; font-family:Arial; font-size:12px; color:#777777}

/* ****************** 한줄 텍스트  ****************** */

  @import url("//cdn.rawgit.com/hiun/NanumSquare/master/nanumsquare.css");
.text_332019_ p {font-family:NanumSquare, 'Malgun Gothic','돋움', 'dotum';
	display:block; margin:0; padding:0;
	font-size:1.1rem; letter-spacing:-1px; font-weight:normal; color:#000000; line-height:1.6em;
}
.text_332019_ p a {color:#000000; text-decoration:none;}

/* ****************** 하단 메뉴  ****************** */

.fnb_332017_ ul {margin:0; padding:0; list-style:none; font-size:0;}
.fnb_332017_ li {position:relative; display:inline-block; font-size:16px;}
.fnb_332017_ li:before {content:''; display:block; position:absolute; left:0; top:50%; width:1px; height:10px; margin-top:-5px; background-color:#777777; opacity:.5;}
.fnb_332017_ li:first-child:before {display:none;}
.fnb_332017_ li a {display:block; height:30px; line-height:30px; margin:0; padding:0 .8em; font-size:12px; font-family:Arial; color:#777777; text-decoration:none;}
.fnb_332017_ li a:hover {text-decoration:underline; color:#555;}
.fnb_332017_ p {height:30px; line-height:30px; margin:0; padding:0 .8em; font-family:Arial; font-size:12px; color:#777777}

/* ****************** 1칸 레이아웃  ****************** */

.layout_332021_ {clear:both; min-width:320px; max-width:1000px; margin:0 auto;}
.layout_332021_ > div:after {content:''; display:block; clear:both;}
.layout_332021_ > div > [class^=container_] {float:left; position:relative; width:100%; box-sizing:border-box;}

@media \0screen{
	.layout_332021_ {min-width:1000px;}
}

/* ****************** 한줄 텍스트  ****************** */

.text_332032_ p {
	display:block; margin:0; padding:0;
	font-size:13px;font-weight:normal; color:#000000; line-height:1.6em;font-weight: 500;
}
.text_332032_ p a {color:#000000; text-decoration:none;}
  
  @media (max-width:768px) {
    .text_332032_ p {font-size:20px;}
  }


/* ****************** 실선  ****************** */

.solid_line_332031_ {display:block; position:relative; width:90%; height:20px;}
.solid_line_332031_:before {content:''; position:absolute; left:0; top:50%; width:100%; height:0; border-top:1px solid #cccccc;}
  
  @media (max-width:768px) {
    .solid_line_332031_ {width:100%;}
  }

/* ****************** 이미지  ****************** */

.img_332023_ {display:inline-block; overflow:hidden; position:relative; width:359px; max-width:100%; vertical-align:top;}
.img_332023_ * {box-sizing:border-box;}
.img_332023_ a {display:block; text-decoration:none;}
.img_332023_ img {max-width:100%; vertical-align:top;}

/* ****************** 한줄 텍스트  ****************** */

.text_332033_ p {
	display:block; margin:0; padding:0;
	font-size:16px;font-weight:bold; color:#000000; line-height:1.6em;
}
.text_332033_ p a {color:#000000; text-decoration:none;}
  

/* ****************** 장문 텍스트  ****************** */

.textarea_332027_ p {
	display:block; margin:0; padding:0;
	font-size:14px; letter-spacing:0px; font-weight:normal; color:#000000; line-height:1.6em;
}

/* ****************** 버튼  ****************** */

  .button_332030_ {width:90%;}
  .button_332030_::after {display:block;content:"";clear:both;}
.button_332030_ a  {
	display:block;float: left;width: 49%; margin:0; padding:0;
	border:1px solid #000000; border-radius:0px; background:#000000; box-sizing:border-box;line-height: 30px;font-weight: 500;
	font-size:12px; font-weight:normal; color:#fff; text-align:center; text-decoration:none;
}
.button_332030_ a:last-child  {margin-left:2%;}
.button_332030_.style_line a {background:transparent; color:#000000;}
  
  @media (max-width:768px) {
    .button_332030_ {width:90%;margin: 0 auto;}
  }  

/* ****************** 버튼  ****************** */

  .button_332022_ {width:90%;}
  .button_332022_::after {display:block;content:"";clear:both;}
.button_332022_ a  {
	display:block;float: left;width: 49%; margin:0; padding:0;
	border:1px solid #000000; border-radius:0px; background:#000000; box-sizing:border-box;line-height: 30px;font-weight: 500;
	font-size:12px; font-weight:normal; color:#fff; text-align:center; text-decoration:none;
}
.button_332022_ a:last-child  {margin-left:2%;}
.button_332022_.style_line a {background:transparent; color:#000000;}
  
  @media (max-width:768px) {
    .button_332022_ {width:90%;margin: 0 auto;}
  }  

/* ****************** 한줄 텍스트  ****************** */

.text_332026_ p {
	display:block; margin:0; padding:0;
	font-size:13px;font-weight:normal; color:#000000; line-height:1.6em;font-weight: 500;
}
.text_332026_ p a {color:#000000; text-decoration:none;}
  
  @media (max-width:768px) {
    .text_332026_ p {font-size:20px;}
  }

/* ****************** 실선  ****************** */

.solid_line_332029_ {display:block; position:relative; width:90%; height:20px;}
.solid_line_332029_:before {content:''; position:absolute; left:0; top:50%; width:100%; height:0; border-top:1px solid #cccccc;}
  
  @media (max-width:768px) {
    .solid_line_332029_ {width:100%;}
  }

/* ****************** 한줄 텍스트  ****************** */

.text_332025_ p {
	display:block; margin:0; padding:0;
	font-size:14px;font-weight:bold; color:#000000; line-height:1.6em;
}
.text_332025_ p a {color:#000000; text-decoration:none;}
  
  @media (max-width:768px) {
    .text_332025_ p {font-size:20px;}
  }

/* ****************** 한줄 텍스트  ****************** */

.text_332028_ p {
	display:inline-block; margin:0;background: #eee;padding:3px 19px;font-size:11px;font-weight:normal; color:#000000; line-height:1.6em;font-weight: 500;
}
.text_332028_ p a {color:#000000; text-decoration:none;}

/* ****************** 이미지  ****************** */

.img_332024_Wrap  {width:90%;margin: 0 auto;}
.img_332024_Wrap::after {display:block;content:"";clear:both;}
.img_332024_ {float:left;width:25%;display:inline-block; overflow:hidden; position:relative; width:px; max-width:100%; vertical-align:top;padding: 0 20px;box-sizing: border-box;}
.img_332024_ * {box-sizing:border-box;}
.img_332024_ a {display:block; text-decoration:none;}
.img_332024_ img {max-width:100%; vertical-align:top;}

/* ****************** 실선  ****************** */

.solid_line_332034_ {display:block; position:relative; width:100%; height:1px;}
.solid_line_332034_:before {content:''; position:absolute; left:0; top:50%; width:100%; height:0; border-top:2px solid #777777;}

/* ****************** 공백  ****************** */

.empty_line_332035_ {display:block; width:100%; height:30px; line-height:30px;}

[id^=div_user_list] .empty_line_332035_ {border:1px dotted #f00;}
[id^=div_user_list] .empty_line_332035_:before {content:'공백 : 30px'; padding:0 15px; font-size:13px; font-weight:normal; color:#f00;}

/* ****************** 공백  ****************** */

.empty_line_332036_ {display:block; width:100%; height:20px; line-height:20px;}

[id^=div_user_list] .empty_line_332036_ {border:1px dotted #f00;}
[id^=div_user_list] .empty_line_332036_:before {content:'공백 : 20px'; padding:0 15px; font-size:13px; font-weight:normal; color:#f00;}

/* ****************** 2칸 레이아웃  ****************** */

.layout_332037_ {clear:both; min-width:320px; max-width:1200px; margin:0 auto;}
.layout_332037_ > div {}
.layout_332037_ > div:after {content:''; display:block; clear:both;}
.layout_332037_ > div > [class^=container_] {float:left; position:relative; width:100%;  box-sizing:border-box;}
.layout_332037_ > div > .container_1 {width:20%;}
.layout_332037_ > div > .container_2 {width:80%;}

@media (max-width:1023px){
	.layout_332037_ > div > .container_1 { width:100%; }
	.layout_332037_ > div > .container_2 { width:100%; }
}

@media \0screen{
	.layout_332037_ {min-width:1200px;}
}

/* ****************** 이미지  ****************** */

.img_332041_ {display:inline-block; overflow:hidden; position:relative; width:160px; max-width:100%; vertical-align:top;}
.img_332041_ * {box-sizing:border-box;}
.img_332041_ a {display:block; text-decoration:none;}
.img_332041_ img {max-width:100%; vertical-align:top;}

/* ****************** 공백  ****************** */

.empty_line_332038_ {display:block; width:100%; height:10px; line-height:10px;}

[id^=div_user_list] .empty_line_332038_ {border:1px dotted #f00;}
[id^=div_user_list] .empty_line_332038_:before {content:'공백 : 10px'; padding:0 15px; font-size:13px; font-weight:normal; color:#f00;}

/* ****************** 하단 정보  ****************** */

.footer_info_332039_ {padding:0 10px;}
.footer_info_332039_ ul {margin:0; padding:0; list-style:none; font-size:0;}
.footer_info_332039_ li {position:relative; display:inline-block; padding:0 .8em; font-size:12px; font-family:Arial; color:#777777; line-height:22px;}
.footer_info_332039_ li:before {content:''; display:block; position:absolute; left:0; top:50%; width:1px; height:10px; margin-top:-5px; background-color:#777777; opacity:.5;}
.footer_info_332039_ li:first-child {padding-left:0;}
.footer_info_332039_ li:first-child:before {display:none;}
.footer_info_332039_ 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;}

/* ****************** 공백  ****************** */

.empty_line_332040_ {display:block; width:100%; height:20px; line-height:20px;}

[id^=div_user_list] .empty_line_332040_ {border:1px dotted #f00;}
[id^=div_user_list] .empty_line_332040_: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_wrap_332042_:after {content:''; display:block; clear:both;}
.scroll_top_332042_ {
	display:block; float:right; width:60px; height:30px; padding:2px 0 4px; border-radius:4px;	border:2px solid #e4edef; background:#e4edef;
	font-size:0; color:#fff; text-align:center; line-height:24px; cursor:pointer;
	-webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;
}
.scroll_top_332042_ span {font-size:0;}
	.scroll_top_332042_ span:before {content:'\e601'; font-family:"icomoon_contents"; font-size:20px;}
