
/* ****************** 1칸 레이아웃  ****************** */

.layout_354646_ {clear:both; min-width:320px; max-width:1210px; margin:0 auto;}
.layout_354646_ > div:after {content:''; display:block; clear:both;}
.layout_354646_ > div > [class^=container_] {float:left; position:relative; width:100%; box-sizing:border-box;}

@media \0screen{
	.layout_354646_ {min-width:1210px;}
}

/* ****************** 이미지  ****************** */

@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard-dynamic-subset.css');

.img_354656_ {display:inline-block; overflow:hidden; position:relative; width:px; max-width:100%; vertical-align:top;}
.img_354656_ * {box-sizing:border-box;}
.img_354656_ a {display:block; text-decoration:none;}
.img_354656_ img {max-width:100%; vertical-align:top;}
.img_354656_ .text-box {position:absolute; top: 55%; left: 50%; transform: translate(-50%,-50%); font-family: 'Pretendard'; font-weight:900; font-size:2rem; width:100%;}
  
  @media(max-width:1024px) {
    .img_354656_ .text-box {font-size:1.8rem;}
  }

/* ****************** 한줄 텍스트  ****************** */

.text_354676_ p {
	display:block; margin:0; padding:0;
	font-size:20px; letter-spacing:-1px; font-weight:bold; color:#777777; line-height:1.6em;
}
.text_354676_ p a {color:#777777; text-decoration:none;}
  
  @media(max-width:1024px) {
    .text_354676_ p {font-size:16px;}
  }

/* ****************** 공백  ****************** */

.empty_line_354716_ {display:block; width:100%; height:20px; line-height:20px;}

[id^=div_user_list] .empty_line_354716_ {border:1px dotted #f00;}
[id^=div_user_list] .empty_line_354716_:before {content:'공백 : 20px'; padding:0 15px; font-size:13px; font-weight:normal; color:#f00;}

/* ****************** 표 2.0  ****************** */


  @import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard-dynamic-subset.css');
  
.table_355691_ {width:100%; overflow-x:auto; overflow-y:visible; -webkit-overflow-scrolling:touch;}
.table_355691_ * {box-sizing:border-box;}
.table_355691_ table {width:100%; margin:0 auto;  background:#d7d7d7; border-spacing:1px; border-collapse:separate; table-layout:auto;}
.table_355691_ td {height:40px; padding:5px 10px; background:#fff; font-size:16px; font-weight:normal; color:#333; text-align:left; text-decoration::none; font-family: 'Pretendard';}

  @media (max-width:1024px) {
    .table_355691_ td {font-size:12px !important;}
  }
 
/* ****************** 공백  ****************** */

.empty_line_354686_ {display:block; width:100%; height:20px; line-height:20px;}

[id^=div_user_list] .empty_line_354686_ {border:1px dotted #f00;}
[id^=div_user_list] .empty_line_354686_:before {content:'공백 : 20px'; padding:0 15px; font-size:13px; font-weight:normal; color:#f00;}

/* ****************** 1칸 레이아웃  ****************** */

.layout_355066_ {clear:both; min-width:320px; max-width:1000px; margin:0 auto;}
.layout_355066_ > div:after {content:''; display:block; clear:both;}
.layout_355066_ > div > [class^=container_] {float:left; position:relative; width:100%; box-sizing:border-box;}

@media \0screen{
	.layout_355066_ {min-width:1000px;}
}

/* ****************** 공백  ****************** */

.empty_line_355076_ {display:block; width:100%; height:20px; line-height:20px;}

[id^=div_user_list] .empty_line_355076_ {border:1px dotted #f00;}
[id^=div_user_list] .empty_line_355076_:before {content:'공백 : 20px'; padding:0 15px; font-size:13px; font-weight:normal; color:#f00;}

/* ****************** HTML 편집기  ****************** */

  a {text-decoration:none; color:inherit;}
.html_355096_ {overflow:hidden;}
.html_355096_:after {content:''; display:block; clear:both;}
  
  /* 법적고지 PC 내용 */
.btn-toggle {display:inline-block;}
.btn-toggle a {
	font-family: 'Noto Sans KR', sans-serif; font-size:16px; border:1px solid #e2e2e2; padding:10px 20px; transition:.8s;
}

.btn-toggle:hover a {
	background:#000; color:#fff; transition:.5s;
}

 .btn-toggle > img:first-child {
padding-top:1px;
}

.btn-toggle > img:last-child {
transform:rotate(180deg);
display:none;
}

 .popup1-actived .btn-toggle > img:last-child {
display:block;
}

.popup1-actived .btn-toggle > img:first-child {
display:none;
}

.popup1 {
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
background-color:rgba(0,0,0,0.6);
visibility:hidden;
opacity:0;
transition: visibility 0.3s, opacity 0.3s;
z-index:2222;
display:flex;
justify-content:center;
align-items:center;
}

.popup1-actived .popup1 {
visibility:visible;
opacity:1;
}

.popup1 > .box {
width:50%;
height:75%;
background-color:white;
transform:translateY(-100vh); .3s;
transition:transform .3s 0s;  
overflow:scroll; overflow-x:hidden;
}
.popup1-actived .popup1 > .box {
transform:translateY(0);
transition:transform .3s .4s;
}
.popup1-actived .popup1 > .box .text-ex {background:#2888f4; color:#fff; font-size:1.2rem; font-weight:bold; padding:10px 0;}
.popup1-actived .popup1 > .box .text-detail {font-size:1.1rem; word-break:keep-all; padding:5%; text-align:left;}

@media(max-width:1024px) {
	.popup1 > .box {
		width: 95%;
   		height: auto;}
}

/* ****************** 공백  ****************** */

.empty_line_355086_ {display:block; width:100%; height:40px; line-height:40px;}

[id^=div_user_list] .empty_line_355086_ {border:1px dotted #f00;}
[id^=div_user_list] .empty_line_355086_:before {content:'공백 : 40px'; padding:0 15px; font-size:13px; font-weight:normal; color:#f00;}

/* ****************** 1칸 레이아웃  ****************** */

  .rrw {max-width:1200px; margin:0 auto;}
.layout_354866_ {clear:both; min-width:320px; max-width:1200px; margin:0 auto; background:#f7f7f7;}
.layout_354866_ > div:after {content:''; display:block; clear:both;}
.layout_354866_ > div > [class^=container_] {float:left; position:relative; width:100%; box-sizing:border-box;}

@media \0screen{
	.layout_354866_ {min-width:1200px;}
}

/* ****************** 공백  ****************** */

.empty_line_354896_ {display:block; width:100%; height:10px; line-height:10px;}

[id^=div_user_list] .empty_line_354896_ {border:1px dotted #f00;}
[id^=div_user_list] .empty_line_354896_:before {content:'공백 : 10px'; padding:0 15px; font-size:13px; font-weight:normal; color:#f00;}

/* ****************** 타이틀 텍스트  ****************** */

    @import url(//fonts.googleapis.com/earlyaccess/notosanskr.css); 
.title_354886_ {font-size:0;}
.title_354886_ p {
	display:inline-block; position:relative; margin:0; padding:0;
	font-size:24px; letter-spacing:-1px; font-weight:bold; color:#000000; line-height:1.4em; font-family: 'Noto Sans KR', sans-serif;
}
.title_354886_ p:before {content:''; position:absolute; background:#e66d1e; font-size:0;}

.title_354886_.style_top p {padding-top:10px;}
.title_354886_.style_top p:before {left:0; top:0; width:24px; height:4px;}

.title_354886_.style_right p {padding-right:14px;}
.title_354886_.style_right p:before {right:0; top:5px; width:4px; height:24px;}

.title_354886_.style_bottom p {padding-bottom:12px;}
.title_354886_.style_bottom p:before {left:0; bottom:0; width:24px; height:4px;}

.title_354886_.style_left p {padding-left:14px;}
.title_354886_.style_left p:before {left:0; top:5px; width:4px; height:24px;}

.title_354886_.style_circle1 p {padding-left:20px;}
.title_354886_.style_circle1 p:before {
	left:0; top:11px; width:12px; height:12px;
	border-radius:12px;
}

.title_354886_.style_circle2 p {padding-left:20px;}
.title_354886_.style_circle2 p:before {
	left:0; top:11px; width:12px; height:12px;
	border:2px solid #e66d1e; border-radius:12px; background:none; box-sizing:border-box;
}
  
  @media (max-width:1023px) {
    .title_354886_ p  {font-size:20px;}
  }


/* ****************** 공백  ****************** */

.empty_line_354906_ {display:block; width:100%; height:20px; line-height:20px;}

[id^=div_user_list] .empty_line_354906_ {border:1px dotted #f00;}
[id^=div_user_list] .empty_line_354906_:before {content:'공백 : 20px'; padding:0 15px; font-size:13px; font-weight:normal; color:#f00;}

/* ****************** 블릿형 리스트  ****************** */

   @import url(//fonts.googleapis.com/earlyaccess/notosanskr.css); 
@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;
}

.text_list_354916_ ul {display:table; margin:0; padding:0; list-style:none;}
.text_list_354916_ li {display:table-row; font-size:13px; line-height:1.7em;}
.text_list_354916_ span {display:table-cell; padding:5px; font-weight:normal; font-family:NanumGothic; color:#777777; vertical-align:top;}
.text_list_354916_ span:before {content:'\e60b'; font-family:"icomoon_contents";}
.text_list_354916_ p {display:table-cell; padding:5px; letter-spacing:-1px; font-weight:normal; color:#000000; vertical-align:middle; font-family: 'Noto Sans KR', sans-serif; word-break:keep-all;}

  
  @media (min-width:1024px) {
  .text_list_354916_ p  {font-size:17px;}
  }
  
  
  
	.text_list_354916_ span {padding-right:.5em; font-size:.75em;}
  

/* ****************** 공백  ****************** */

.empty_line_354876_ {display:block; width:100%; height:20px; line-height:20px;}

[id^=div_user_list] .empty_line_354876_ {border:1px dotted #f00;}
[id^=div_user_list] .empty_line_354876_:before {content:'공백 : 20px'; padding:0 15px; font-size:13px; font-weight:normal; color:#f00;}

/* ****************** 1칸 레이아웃  ****************** */

.layout_218141_ {clear:both; min-width:320px; max-width:1200px; margin:0 auto;}
.layout_218141_ > div:after {content:''; display:block; clear:both;}
.layout_218141_ > div > [class^=container_] {float:left; position:relative; width:100%; box-sizing:border-box;}

@media \0screen{
	.layout_218141_ {min-width:1200px;}
}

/* ****************** 이미지  ****************** */

.img_308572_ {display:inline-block; overflow:hidden; position:relative; width:px; max-width:100%; vertical-align:top;}
.img_308572_ * {box-sizing:border-box;}
.img_308572_ a {display:block; text-decoration:none;}
.img_308572_ img {max-width:100%; vertical-align:top;}

/* ****************** 이미지  ****************** */

.img_308573_ {display:inline-block; overflow:hidden; position:relative; width:px; max-width:100%; vertical-align:top;}
.img_308573_ * {box-sizing:border-box;}
.img_308573_ a {display:block; text-decoration:none;}
.img_308573_ img {max-width:100%; vertical-align:top;}

/* ****************** 공백  ****************** */

.empty_line_308358_ {display:block; width:100%; height:20px; line-height:20px;}

[id^=div_user_list] .empty_line_308358_ {border:1px dotted #f00;}
[id^=div_user_list] .empty_line_308358_:before {content:'공백 : 20px'; padding:0 15px; font-size:13px; font-weight:normal; color:#f00;}
