
/* ****************** 2칸 탭 레이아웃  ****************** */

.layout_10008_ {clear:both; min-width:320px; max-width:1000px; margin:0 auto;}
.layout_10008_ > ul {margin:0; padding:0; list-style:none;}

.layout_10008_ > #tab_ul_10008_ {display:none;}
.layout_10008_ > #tab_ul_10008_:after {content:''; display:block; clear:both;}
.layout_10008_ > #tab_ul_10008_ > li {float:left; width:50%; border-right:1px solid #e1e2e3; box-sizing:border-box;}
.layout_10008_ > #tab_ul_10008_ > li:first-child {border-left:1px solid #e1e2e3;}
.layout_10008_ > #tab_ul_10008_ > li > a {
	display:block; padding:2px 5px 0;
	border-top:1px solid #e1e2e3; border-bottom:1px solid #e1e2e3; background:#f9f9f9;
	font-size:14px; font-weight:bold; color:#888; text-align:center; text-decoration:none;
	overflow:hidden; white-space:nowrap; text-overflow:ellipsis;
}
.layout_10008_ > #tab_ul_10008_ > li.on > a {
	padding:0 5px 1px; border-top:3px solid #0256d0; border-bottom:none; background:#fff; color:#0256d0;
}

.layout_10008_ > #box_ul_10008_ > li > a {
	display:block; height:30px; line-height:30px; padding:0 5px;
	border:1px solid #e1e2e3; background:#f9f9f9;
	font-size:13px; font-weight:bold; color:#888; text-align:center; text-decoration:none;
	overflow:hidden; white-space:nowrap; text-overflow:ellipsis;
}
.layout_10008_ > #box_ul_10008_ > li > div {overflow:hidden; padding:0px; background:#fff; box-sizing:border-box;}
.layout_10008_ > #box_ul_10008_ > li.on {display:block;}
.layout_10008_ > #box_ul_10008_ > li.on > a {border-color:#0256d0; background:#fff; color:#0256d0;}

.layout_10008_.type_HOR > #tab_ul_10008_ {display:block;}
.layout_10008_.type_HOR > #box_ul_10008_ > li > a {display:none;}

.text_sml_10008_ > #tab_ul_10008_ > li > a {height:40px; line-height:40px; font-size:14px;}
.text_sml_10008_ > #box_ul_10008_ > li > a {font-size:13px;}
.text_mid_10008_ > #tab_ul_10008_ > li > a {height:44px; line-height:44px; font-size:16px;}
.text_mid_10008_ > #box_ul_10008_ > li > a {font-size:14px;}
.text_big_10008_ > #tab_ul_10008_ > li > a {height:48px; line-height:48px; font-size:18px;}
.text_big_10008_ > #box_ul_10008_ > li > a {font-size:15px;}

[id^=div_user_list] .layout_10008_ > #tab_ul_10008_ {display:none !important;}
[id^=div_user_list] .layout_10008_ > #box_ul_10008_ > li {display:block !important;}
[id^=div_user_list] .layout_10008_ > #box_ul_10008_ > li > a {display:block !important;}
[id^=div_user_list] .layout_10008_ > #box_ul_10008_ > li > div {display:block !important;}

@media (min-width:1024px){
	.layout_10008_.type_HOR > #tab_ul_10008_,
	.layout_10008_.type_RES > #tab_ul_10008_ {display:block;}
	.layout_10008_.type_HOR > #box_ul_10008_ > li > a,
	.layout_10008_.type_RES > #box_ul_10008_ > li > a {display:none;}
    .layout_10008_.type_HOR.border_true > #box_ul_10008_ > li > div,
    .layout_10008_.type_RES.border_true > #box_ul_10008_ > li > div {border:1px solid #e1e2e3; border-top:none;}
}

@media \0screen{
	.layout_10008_ {min-width:1000px;}
	.layout_10008_.type_HOR > #tab_ul_10008_,
	.layout_10008_.type_RES > #tab_ul_10008_ {display:block;}
	.layout_10008_.type_HOR > #box_ul_10008_ > li > a,
	.layout_10008_.type_RES > #box_ul_10008_ > li > a {display:none;}
    .layout_10008_.type_HOR.border_true > #box_ul_10008_ > li > div,
    .layout_10008_.type_RES.border_true > #box_ul_10008_ > li > div {border:1px solid #e1e2e3; border-top:none;}
}

/* ****************** 타이틀 텍스트  ****************** */

.title_10025_ {font-size:0;}
.title_10025_ p {
	display:inline-block; position:relative; margin:0; padding:0;
	font-size:20px; letter-spacing:-1px; font-weight:bold; color:#0256d0; line-height:1.4em;
}
.title_10025_ p:before {content:''; position:absolute; background:#0256d0; font-size:0;}

.title_10025_.style_top p {padding-top:10px;}
.title_10025_.style_top p:before {left:0; top:0; width:20px; height:4px;}

.title_10025_.style_right p {padding-right:14px;}
.title_10025_.style_right p:before {right:0; top:4px; width:4px; height:20px;}

.title_10025_.style_bottom p {padding-bottom:12px;}
.title_10025_.style_bottom p:before {left:0; bottom:0; width:20px; height:4px;}

.title_10025_.style_left p {padding-left:14px;}
.title_10025_.style_left p:before {left:0; top:4px; width:4px; height:20px;}

.title_10025_.style_circle1 p {padding-left:20px;}
.title_10025_.style_circle1 p:before {
	left:0; top:8px; width:12px; height:12px;
	border-radius:12px;
}

.title_10025_.style_circle2 p {padding-left:20px;}
.title_10025_.style_circle2 p:before {
	left:0; top:8px; width:12px; height:12px;
	border:2px solid #0256d0; border-radius:12px; background:none; box-sizing:border-box;
}

/* ****************** 장문 텍스트  ****************** */

.textarea_10013_ p {
	display:block; margin:0; padding:0;
	font-size:16px; letter-spacing:0px; font-weight:normal; color:#000000; line-height:1.6em;
}

/* ****************** 이미지 갤러리  ****************** */

@font-face {
	font-family: 'icomoon_slider';
	src:url('/img_up/shop_pds/aramfarm/design/icomoon_slider/icomoon.eot');
	src:url('/img_up/shop_pds/aramfarm/design/icomoon_slider/icomoon.eot?#iefix') format('embedded-opentype'),
		url('/img_up/shop_pds/aramfarm/design/icomoon_slider/icomoon.woff') format('woff'),
		url('/img_up/shop_pds/aramfarm/design/icomoon_slider/icomoon.ttf') format('truetype'),
		url('/img_up/shop_pds/aramfarm/design/icomoon_slider/icomoon.svg#icomoon_slider') format('svg');
	font-weight: normal;
	font-style: normal;
}

.ga_img_10017_gallery						{ position: relative; overflow: hidden; }
.ga_img_10017_gallery img 				{ borer: none; }
.ga_img_10017_gallery a					{ text-decoration: none; }
.ga_img_10017_gallery > span				{ display: none; }
.ga_img_10017_gallery .ga-screen			{ position: relative; overflow: hidden; margin: 0 1px; }
.ga_img_10017_gallery .ga-viewer			{ text-align: center; }
.ga_img_10017_gallery .ga-viewer img		{ width: 100%; }

.ga_img_10017_gallery .ga-thumb,
.ga_img_10017_gallery .ga-thumb li					{ margin: 0; padding: 0; list-style:none; overflow: hidden; }
.ga_img_10017_gallery .ga-thumb li a					{ display: block; position: relative; height: 100%; overflow: hidden; margin: 1px; }
.ga_img_10017_gallery .ga-thumb li a img				{ display: block; width: 100%; height: 100%; }
.ga_img_10017_gallery .ga-thumb li a .border			{ position: absolute; top: 0; left: 0; right: 0; bottom: 0; }
.ga_img_10017_gallery .ga-thumb li a.active .border	{ border: 3px solid #0256d0; }

.ga_img_10017_gallery .ga-thumb li.ui-more			{  }
.ga_img_10017_gallery .ga-thumb li.ui-more p			{ display: table; width: 100%; height: 100%; background: #0256d0; margin: 0; padding: 0; }
  .ga_img_10017_gallery .ga-thumb li.ui-more span		{ display: table-cell; vertical-align: middle; width: 100%; height: 100%; text-align: center; color: #FFFFFF; font-weight: bold; font-size: 0.9em; }
.ga_img_10017_gallery .ga-thumb li.ui-more strong		{ font-size: 1.3em; }

.ga-layer-overlay		{ display: none; position: absolute; top: 0px; left: 0px; bottom: 0px; right: 0px; z-index: 99999; }
.ga-overlay-container	{ position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: -1; }

.ga-layer-overlay		{ background-color: #333; }
.ga-layer				{ position: absolute; left: 0; right: 0; bottom: 0; z-index: 10000; background: #333; }

.ga-layer .ga-header	{ height: 50px; background: #222; position: fixed; top: 0; left: 0; right: 0; z-index: 3; }
.ga-layer .ga-header h1	{ color: #fff; font-weight: bold; font-size: 13pt; text-align: left; text-indent: 20px; margin: 0; line-height: 50px; }
.ga-layer .ga-header .ga-popup-close {
	position: absolute; right: 5px; top: 5px; width: 40px; height: 40px; border-radius: 9.0em; background: #000; color: #fff; text-decoration: none; text-align: left; text-indent: -999px; line-height: 40px;
}
.ga-layer .ga-header .ga-popup-close i { font-style: normal; }
.ga-layer .ga-header .ga-popup-close i:after	{ display: block; position: absolute; top: 0; left: 0; right: 0; bottom: 0; font-family:"icomoon_slider"; font-size: 25px; content: "\e604"; text-indent: 0; text-align: center; }

.ga-layer .ga-body	{ display: block; position: relative;  width: 100%; padding: 65px 0px 120px 0px; overflow: hidden; height: 100%;  box-sizing: border-box; }
.ga-layer .ga-popup-screen	{ display: block; position: relative; overflow: hidden; text-align: center; vertical-align: middle; width: 100%; height: 100%; }
.ga-layer .ga-popup-viewer	{ display: block; position: relative; overflow: hidden; text-align: center; vertical-align: middle; height: 100%; }
.ga-layer .ga-popup-viewer_item	{ display: block; position: relative; float: left; height: 100%; text-align: center; }
.ga-layer .ga-popup-viewer img { max-width: 100%; max-height: 100%; line-height: 100%; vertical-align: middle; }
.ga-layer .ga-popup-screen .ga-pop-btn	{ display: block; position: fixed; width: 50px; height: 60px; overflow: hidden; top: 50%; margin-top: -30px; line-height: 60px; color: #d1d1d1; text-decoration: none; opacity: 0.7; text-indent: -999px; text-align: left; }
.ga-layer .ga-popup-screen .ga-pop-btn:hover	{ opacity: 1.0; }
.ga-layer .ga-popup-screen .p-prev { border-top-right-radius: 10px; border-bottom-right-radius: 10px; left: 0; }
.ga-layer .ga-popup-screen .p-next { border-top-left-radius: 10px; border-bottom-left-radius: 10px; right: 0; }

.ga-layer .ga-popup-screen .ga-pop-btn i		{ font-style: normal; }
.ga-layer .ga-popup-screen .ga-pop-btn i:after	{ display:block; position: absolute; top: 0; left: 0; right: 0; bottom: 0; text-align: center; font-family:"icomoon_slider"; font-size:40px; text-indent: 0; }
.ga-layer .ga-popup-screen .p-prev i:after {content:'\e600';}
.ga-layer .ga-popup-screen .p-next i:after {content:'\e601';}

.ga-layer .ga-popup-screen .ga-pop-count { position: fixed; bottom: 120px; width: 50px; height: 50px; text-align: center; right: 15px; background: #000; color: #fff; opacity: 0.8; border-radius: 9.0em; }
.ga-layer .ga-popup-screen .ga-pop-count strong { display: block; position: absolute; top: 0; left: 10px; right: 10px; border-bottom: 1px solid #999; line-height: 25px; font-size: 9pt; color: #fac032 }
.ga-layer .ga-popup-screen .ga-pop-count span { display: block; position: absolute; bottom: 0; left: 10px; right: 10px; line-height: 25px; font-size: 9pt; color: #ccc; }

.ga-layer .ga-footer					{ display: block; position: fixed; bottom: 0; left: 0; right: 0; overflow: hidden; padding: 10px 40px; background: #000; }
  .ga-layer .ga-footer .ga-pop-thumb-btn	{ display: block; position: absolute; top: 0px; bottom: 0px; width: 38px; color: #fff; font-size: 9pt; text-decoration: none; line-height: 100px; text-align: left; text-indent: -999px; overflow: hidden; }
.ga-layer .ga-footer .ga-pop-thumb-btn.p-prev	{ left: 0px; }
.ga-layer .ga-footer .ga-pop-thumb-btn.p-next	{ right: 0px; }

.ga-layer .ga-footer .ga-pop-thumb-btn i		{ font-style: normal; }
.ga-layer .ga-footer .ga-pop-thumb-btn i:after	{ display:block; position: absolute; top: 0; left: 0; right: 0; bottom: 0; text-align: center; font-family:"icomoon_slider"; font-size:30px; text-indent: 0; }
.ga-layer .ga-footer .p-prev i:after {content:'\e600';}
.ga-layer .ga-footer .p-next i:after {content:'\e601';}

.ga-layer .ga-pop-thumb			{ display: block; position: relative; overflow: hidden; }
.ga-layer .ga-pop-thumb ul		{ display: block; position: relative; overflow: hidden; margin: 0; padding: 0; list-style: none; }
.ga-layer .ga-pop-thumb li		{ display: block; position: relative; float: left; }
.ga-layer .ga-pop-thumb li a	{ display: block; position: relative; overflow: hidden; margin: 1px; box-sizing: border-box; }
.ga-layer .ga-pop-thumb li a img	{ display: block; max-width: 100%; }
.ga-layer .ga-pop-thumb li a .border	{ position: absolute; top: 0; left: 0; right: 0; bottom: 0; }
.ga-layer .ga-pop-thumb li a.active .border { border: 3px solid #fff; }


.ga-layer.row .ga-body	{ padding: 65px 100px 10px 0px; overflow: hidden; height: 100%;  box-sizing: border-box; }
.ga-layer.row .ga-popup-screen .p-prev { left: 0; }
.ga-layer.row .ga-popup-screen .p-next { right: 100px; }
.ga-layer.row .ga-popup-screen .ga-pop-count { bottom: 20px; right: auto; left: 50%; margin-left: -80px; }


.ga-layer.row .ga-footer	{ top: 50px; bottom: 0; left: auto; right: 0; overflow: hidden; padding: 40px 10px; width: 80px; }
.ga-layer.row .ga-footer .ga-pop-thumb-btn	{ top: auto; bottom: auto; width: auto; height: 38px; left: 0; right: 0; line-height: 38px; }
.ga-layer.row .ga-footer .ga-pop-thumb-btn.p-prev	{ top: 0px; }
.ga-layer.row .ga-footer .ga-pop-thumb-btn.p-next	{ bottom: 0px; }

.ga-layer.row .ga-footer .ga-pop-thumb-btn i:after	{ font-size:20px; }
.ga-layer.row .ga-footer .p-prev i:after {content:'\e602';}
.ga-layer.row .ga-footer .p-next i:after {content:'\e603';}

.ga-layer.row .ga-pop-thumb			{ height: 100%; }
.ga-layer.row .ga-pop-thumb ul		{ display: block; position: relative; overflow: hidden; margin: 0; padding: 0; list-style: none; }
.ga-layer.row .ga-pop-thumb li		{ display: block; position: relative; float: none; }
.ga-layer.row .ga-pop-thumb li a	{ display: block; position: relative; overflow: hidden; margin: 1px; box-sizing: border-box; }
.ga-layer.row .ga-pop-thumb li a img	{ display: block; max-width: 100%; }
.ga-layer.row .ga-pop-thumb li a .border	{ position: absolute; top: 0; left: 0; right: 0; bottom: 0; }
.ga-layer.row .ga-pop-thumb li a.active .border { border: 3px solid #fff; }


@media screen and (min-width: 780px) {
	.ga-layer-overlay									{ background-color: rgba(0,0,0, 0.5); }
	.ga_img_10017_gallery .ga-thumb li a.active .border	{ border-width: 5px; }
	.ga-overlay-container	{ height: 0 !important; }
	.ga-layer				{ position: absolute; overflow: hidden; width: 730px; height: 694px; z-index: 100000; background-color: #ffffff; left: 50%; margin: 100px 0 0 -365px; }

	.ga-layer .ga-header { height: 50px; background: #222; position: relative; }
	.ga-layer .ga-header h1	{ color: #fff; font-weight: bold; font-size: 13pt; text-align: Center; margin: 0; line-height: 50px; }
	.ga-layer .ga-header .ga-popup-close { position: absolute; right: 5px; top: 5px; color: #fff; font-size: 12pt; text-decoration: none; line-height: 40px; }

	.ga-layer .ga-body	{ position: relative; padding: 15px; overflow: hidden; height: 544px; }
	.ga-layer .ga-popup-screen	{ position: relative; overflow: hidden; text-align: center; height: 500px; }
	.ga-layer .ga-popup-viewer	{ position: relative; overflow: hidden; text-align: center; height: 500px; }
	.ga-layer .ga-popup-viewer_item	{ display: block; position: relative; float: left; height: 100%; }
	.ga-layer .ga-popup-viewer img { max-width: 100%; max-height: 100%;}
	.ga-layer .ga-popup-screen .ga-pop-btn	{ display: block; position: absolute; width: 50px; height: 90px; overflow: hidden; top: 50%; margin-top: -45px; line-height: 90px; text-decoration: none; opacity: 0.5;}
	.ga-layer .ga-popup-screen .ga-pop-btn:hover	{ opacity: 1.0; }
	.ga-layer .ga-popup-screen .p-prev { left: 0; }
	.ga-layer .ga-popup-screen .p-next { right: 0; }
	.ga-layer .ga-popup-screen .ga-pop-count { position: absolute; bottom: 10px; width: 50px; height: 50px; text-align: center; left: 50%; margin-left: -25px; background: #000; color: #fff; opacity: 0.8; border-radius: 9.0em; }
	.ga-layer .ga-popup-screen .ga-pop-count strong { display: block; position: absolute; top: 0; left: 10px; right: 10px; border-bottom: 1px solid #999; line-height: 25px; font-size: 9pt;  }
	.ga-layer .ga-popup-screen .ga-pop-count span { display: block; position: absolute; bottom: 0; left: 10px; right: 10px; line-height: 25px; font-size: 9pt; color: #ccc; }

	.ga-layer .ga-footer			{ display: block; position: relative; overflow: hidden; padding: 0px 60px; background: none; }
    .ga-layer .ga-footer .ga-pop-thumb-btn	{ display: block; position: absolute; top: 1px; bottom: 0px; width: 38px; background: #333; color: #fff; font-size: 9pt; text-decoration: none; line-height: 80px; text-align: center; overflow:hidden; }
	.ga-layer .ga-footer .ga-pop-thumb-btn.p-prev	{ left: 20px; }
	.ga-layer .ga-footer .ga-pop-thumb-btn.p-next	{ right: 20px; }
	.ga-layer .ga-pop-thumb			{ display: block; position: relative; overflow: hidden; }
	.ga-layer .ga-pop-thumb ul		{ display: block; position: relative; overflow: hidden; margin: 0; padding: 0; list-style: none; }
	.ga-layer .ga-pop-thumb li		{ display: block; position: relative; float: left; }
	.ga-layer .ga-pop-thumb li a	{ display: block; position: relative; overflow: hidden; margin: 0px; }
	.ga-layer .ga-pop-thumb li a img	{ display: block; max-width: 100%; }
	.ga-layer .ga-pop-thumb li a .border	{ position: absolute; top: 0; left: 0; right: 0; bottom: 0; }
	.ga-layer .ga-pop-thumb li a.active .border { border: 5px solid #333; }
}


@media screen and (max-width: 779px) {
	.ga-layer				{ top: 0 !important; }
}

/* ****************** 타이틀 텍스트  ****************** */

.title_10018_ {font-size:0;}
.title_10018_ p {
	display:inline-block; position:relative; margin:0; padding:0;
	font-size:20px; letter-spacing:-1px; font-weight:bold; color:#0256d0; line-height:1.4em;
}
.title_10018_ p:before {content:''; position:absolute; background:#d00000; font-size:0;}

.title_10018_.style_top p {padding-top:10px;}
.title_10018_.style_top p:before {left:0; top:0; width:20px; height:4px;}

.title_10018_.style_right p {padding-right:14px;}
.title_10018_.style_right p:before {right:0; top:4px; width:4px; height:20px;}

.title_10018_.style_bottom p {padding-bottom:12px;}
.title_10018_.style_bottom p:before {left:0; bottom:0; width:20px; height:4px;}

.title_10018_.style_left p {padding-left:14px;}
.title_10018_.style_left p:before {left:0; top:4px; width:4px; height:20px;}

.title_10018_.style_circle1 p {padding-left:20px;}
.title_10018_.style_circle1 p:before {
	left:0; top:8px; width:12px; height:12px;
	border-radius:12px;
}

.title_10018_.style_circle2 p {padding-left:20px;}
.title_10018_.style_circle2 p:before {
	left:0; top:8px; width:12px; height:12px;
	border:2px solid #d00000; border-radius:12px; background:none; box-sizing:border-box;
}

/* ****************** 장문 텍스트  ****************** */

.textarea_10019_ p {
	display:block; margin:0; padding:0;
	font-size:16px; letter-spacing:0px; font-weight:normal; color:#000000; line-height:1.6em;
}

/* ****************** 이미지 리스트 (타일형)  ****************** */

.img_tile_10026_:after {content:''; display:block; clear:both;}
.img_tile_10026_ * {box-sizing:border-box;}
.img_tile_10026_ .item {float:left; position:relative; width:100%; padding:5px;}
.img_tile_10026_ .item a {display:block; text-decoration:none;}
.img_tile_10026_ figure {display:block; margin:0; padding:5px;}
.img_tile_10026_ figure img {max-width:100%; vertical-align:bottom;}
.img_tile_10026_ .text_box {display:block;}
.img_tile_10026_ .text_box p {margin:0; padding:5px;}
.img_tile_10026_ .subject {font-weight:bold; color:#0256d0;}
.img_tile_10026_ .content {color:#444;}

.text_sml_10026_ .subject {font-size:14px; line-height:1.6em;}
.text_sml_10026_ .content {font-size:13px; line-height:1.6em;}
.text_mid_10026_ .subject {font-size:16px; line-height:1.4em;}
.text_mid_10026_ .content {font-size:14px; line-height:1.6em;}
.text_big_10026_ .subject {font-size:18px; line-height:1.4em;}
.text_big_10026_ .content {font-size:15px; line-height:1.6em;}

.col_m_1_10026_ .item {width:100%;}
.col_m_2_10026_ .item {width:50%;}
.col_m_3_10026_ .item {width:33.3333%;}
.col_m_1_10026_ .item,
.col_m_2_10026_ .item2n,
.col_m_3_10026_ .item3n {clear:both;}

@media (min-width:1024px){
	.col_m_1_10026_ .item,
	.col_m_2_10026_ .item2n,
	.col_m_3_10026_ .item3n {clear:none;}

	.col_pc_1_10026_ .item {width:100%;}
	.col_pc_2_10026_ .item {width:50%;}
	.col_pc_3_10026_ .item {width:33.3333%;}
	.col_pc_4_10026_ .item {width:25%;}
	.col_pc_5_10026_ .item {width:20%;}
	.col_pc_6_10026_ .item {width:16.6666%;}
	.col_pc_1_10026_ .item,
	.col_pc_2_10026_ .item2n,
	.col_pc_3_10026_ .item3n,
	.col_pc_4_10026_ .item4n,
	.col_pc_5_10026_ .item5n,
	.col_pc_6_10026_ .item6n {clear:both;}
}

@media \0screen{
	.col_m_1_10026_ .item,
	.col_m_2_10026_ .item2n,
	.col_m_3_10026_ .item3n {clear:none;}

	.col_pc_1_10026_ .item {width:100%;}
	.col_pc_2_10026_ .item {width:50%;}
	.col_pc_3_10026_ .item {width:33.3333%;}
	.col_pc_4_10026_ .item {width:25%;}
	.col_pc_5_10026_ .item {width:20%;}
	.col_pc_6_10026_ .item {width:16.6666%;}
	.col_pc_1_10026_ .item,
	.col_pc_2_10026_ .item2n,
	.col_pc_3_10026_ .item3n,
	.col_pc_4_10026_ .item4n,
	.col_pc_5_10026_ .item5n,
	.col_pc_6_10026_ .item6n {clear:both;}
}

/* ****************** 타이틀 텍스트  ****************** */

.title_10009_ {font-size:0;}
.title_10009_ p {
	display:inline-block; position:relative; margin:0; padding:0;
	font-size:20px; letter-spacing:-1px; font-weight:bold; color:#0256d0; line-height:1.4em;
}
.title_10009_ p:before {content:''; position:absolute; background:#0256d0; font-size:0;}

.title_10009_.style_top p {padding-top:10px;}
.title_10009_.style_top p:before {left:0; top:0; width:20px; height:4px;}

.title_10009_.style_right p {padding-right:14px;}
.title_10009_.style_right p:before {right:0; top:4px; width:4px; height:20px;}

.title_10009_.style_bottom p {padding-bottom:12px;}
.title_10009_.style_bottom p:before {left:0; bottom:0; width:20px; height:4px;}

.title_10009_.style_left p {padding-left:14px;}
.title_10009_.style_left p:before {left:0; top:4px; width:4px; height:20px;}

.title_10009_.style_circle1 p {padding-left:20px;}
.title_10009_.style_circle1 p:before {
	left:0; top:8px; width:12px; height:12px;
	border-radius:12px;
}

.title_10009_.style_circle2 p {padding-left:20px;}
.title_10009_.style_circle2 p:before {
	left:0; top:8px; width:12px; height:12px;
	border:2px solid #0256d0; border-radius:12px; background:none; box-sizing:border-box;
}

/* ****************** 장문 텍스트  ****************** */

.textarea_10024_ p {
	display:block; margin:0; padding:0;
	font-size:16px; letter-spacing:0px; font-weight:normal; color:#000000; line-height:1.6em;
}

/* ****************** 이미지 갤러리  ****************** */

@font-face {
	font-family: 'icomoon_slider';
	src:url('/img_up/shop_pds/aramfarm/design/icomoon_slider/icomoon.eot');
	src:url('/img_up/shop_pds/aramfarm/design/icomoon_slider/icomoon.eot?#iefix') format('embedded-opentype'),
		url('/img_up/shop_pds/aramfarm/design/icomoon_slider/icomoon.woff') format('woff'),
		url('/img_up/shop_pds/aramfarm/design/icomoon_slider/icomoon.ttf') format('truetype'),
		url('/img_up/shop_pds/aramfarm/design/icomoon_slider/icomoon.svg#icomoon_slider') format('svg');
	font-weight: normal;
	font-style: normal;
}

.ga_img_10052_gallery						{ position: relative; overflow: hidden; }
.ga_img_10052_gallery img 				{ borer: none; }
.ga_img_10052_gallery a					{ text-decoration: none; }
.ga_img_10052_gallery > span				{ display: none; }
.ga_img_10052_gallery .ga-screen			{ position: relative; overflow: hidden; margin: 0 1px; }
.ga_img_10052_gallery .ga-viewer			{ text-align: center; }
.ga_img_10052_gallery .ga-viewer img		{ width: 100%; }

.ga_img_10052_gallery .ga-thumb,
.ga_img_10052_gallery .ga-thumb li					{ margin: 0; padding: 0; list-style:none; overflow: hidden; }
.ga_img_10052_gallery .ga-thumb li a					{ display: block; position: relative; height: 100%; overflow: hidden; margin: 1px; }
.ga_img_10052_gallery .ga-thumb li a img				{ display: block; width: 100%; height: 100%; }
.ga_img_10052_gallery .ga-thumb li a .border			{ position: absolute; top: 0; left: 0; right: 0; bottom: 0; }
.ga_img_10052_gallery .ga-thumb li a.active .border	{ border: 3px solid #0256d0; }

.ga_img_10052_gallery .ga-thumb li.ui-more			{  }
.ga_img_10052_gallery .ga-thumb li.ui-more p			{ display: table; width: 100%; height: 100%; background: #0256d0; margin: 0; padding: 0; }
  .ga_img_10052_gallery .ga-thumb li.ui-more span		{ display: table-cell; vertical-align: middle; width: 100%; height: 100%; text-align: center; color: #FFFFFF; font-weight: bold; font-size: 0.9em; }
.ga_img_10052_gallery .ga-thumb li.ui-more strong		{ font-size: 1.3em; }

.ga-layer-overlay		{ display: none; position: absolute; top: 0px; left: 0px; bottom: 0px; right: 0px; z-index: 99999; }
.ga-overlay-container	{ position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: -1; }

.ga-layer-overlay		{ background-color: #333; }
.ga-layer				{ position: absolute; left: 0; right: 0; bottom: 0; z-index: 10000; background: #333; }

.ga-layer .ga-header	{ height: 50px; background: #222; position: fixed; top: 0; left: 0; right: 0; z-index: 3; }
.ga-layer .ga-header h1	{ color: #fff; font-weight: bold; font-size: 13pt; text-align: left; text-indent: 20px; margin: 0; line-height: 50px; }
.ga-layer .ga-header .ga-popup-close {
	position: absolute; right: 5px; top: 5px; width: 40px; height: 40px; border-radius: 9.0em; background: #000; color: #fff; text-decoration: none; text-align: left; text-indent: -999px; line-height: 40px;
}
.ga-layer .ga-header .ga-popup-close i { font-style: normal; }
.ga-layer .ga-header .ga-popup-close i:after	{ display: block; position: absolute; top: 0; left: 0; right: 0; bottom: 0; font-family:"icomoon_slider"; font-size: 25px; content: "\e604"; text-indent: 0; text-align: center; }

.ga-layer .ga-body	{ display: block; position: relative;  width: 100%; padding: 65px 0px 120px 0px; overflow: hidden; height: 100%;  box-sizing: border-box; }
.ga-layer .ga-popup-screen	{ display: block; position: relative; overflow: hidden; text-align: center; vertical-align: middle; width: 100%; height: 100%; }
.ga-layer .ga-popup-viewer	{ display: block; position: relative; overflow: hidden; text-align: center; vertical-align: middle; height: 100%; }
.ga-layer .ga-popup-viewer_item	{ display: block; position: relative; float: left; height: 100%; text-align: center; }
.ga-layer .ga-popup-viewer img { max-width: 100%; max-height: 100%; line-height: 100%; vertical-align: middle; }
.ga-layer .ga-popup-screen .ga-pop-btn	{ display: block; position: fixed; width: 50px; height: 60px; overflow: hidden; top: 50%; margin-top: -30px; line-height: 60px; color: #d1d1d1; text-decoration: none; opacity: 0.7; text-indent: -999px; text-align: left; }
.ga-layer .ga-popup-screen .ga-pop-btn:hover	{ opacity: 1.0; }
.ga-layer .ga-popup-screen .p-prev { border-top-right-radius: 10px; border-bottom-right-radius: 10px; left: 0; }
.ga-layer .ga-popup-screen .p-next { border-top-left-radius: 10px; border-bottom-left-radius: 10px; right: 0; }

.ga-layer .ga-popup-screen .ga-pop-btn i		{ font-style: normal; }
.ga-layer .ga-popup-screen .ga-pop-btn i:after	{ display:block; position: absolute; top: 0; left: 0; right: 0; bottom: 0; text-align: center; font-family:"icomoon_slider"; font-size:40px; text-indent: 0; }
.ga-layer .ga-popup-screen .p-prev i:after {content:'\e600';}
.ga-layer .ga-popup-screen .p-next i:after {content:'\e601';}

.ga-layer .ga-popup-screen .ga-pop-count { position: fixed; bottom: 120px; width: 50px; height: 50px; text-align: center; right: 15px; background: #000; color: #fff; opacity: 0.8; border-radius: 9.0em; }
.ga-layer .ga-popup-screen .ga-pop-count strong { display: block; position: absolute; top: 0; left: 10px; right: 10px; border-bottom: 1px solid #999; line-height: 25px; font-size: 9pt; color: #fac032 }
.ga-layer .ga-popup-screen .ga-pop-count span { display: block; position: absolute; bottom: 0; left: 10px; right: 10px; line-height: 25px; font-size: 9pt; color: #ccc; }

.ga-layer .ga-footer					{ display: block; position: fixed; bottom: 0; left: 0; right: 0; overflow: hidden; padding: 10px 40px; background: #000; }
  .ga-layer .ga-footer .ga-pop-thumb-btn	{ display: block; position: absolute; top: 0px; bottom: 0px; width: 38px; color: #fff; font-size: 9pt; text-decoration: none; line-height: 100px; text-align: left; text-indent: -999px; overflow: hidden; }
.ga-layer .ga-footer .ga-pop-thumb-btn.p-prev	{ left: 0px; }
.ga-layer .ga-footer .ga-pop-thumb-btn.p-next	{ right: 0px; }

.ga-layer .ga-footer .ga-pop-thumb-btn i		{ font-style: normal; }
.ga-layer .ga-footer .ga-pop-thumb-btn i:after	{ display:block; position: absolute; top: 0; left: 0; right: 0; bottom: 0; text-align: center; font-family:"icomoon_slider"; font-size:30px; text-indent: 0; }
.ga-layer .ga-footer .p-prev i:after {content:'\e600';}
.ga-layer .ga-footer .p-next i:after {content:'\e601';}

.ga-layer .ga-pop-thumb			{ display: block; position: relative; overflow: hidden; }
.ga-layer .ga-pop-thumb ul		{ display: block; position: relative; overflow: hidden; margin: 0; padding: 0; list-style: none; }
.ga-layer .ga-pop-thumb li		{ display: block; position: relative; float: left; }
.ga-layer .ga-pop-thumb li a	{ display: block; position: relative; overflow: hidden; margin: 1px; box-sizing: border-box; }
.ga-layer .ga-pop-thumb li a img	{ display: block; max-width: 100%; }
.ga-layer .ga-pop-thumb li a .border	{ position: absolute; top: 0; left: 0; right: 0; bottom: 0; }
.ga-layer .ga-pop-thumb li a.active .border { border: 3px solid #fff; }


.ga-layer.row .ga-body	{ padding: 65px 100px 10px 0px; overflow: hidden; height: 100%;  box-sizing: border-box; }
.ga-layer.row .ga-popup-screen .p-prev { left: 0; }
.ga-layer.row .ga-popup-screen .p-next { right: 100px; }
.ga-layer.row .ga-popup-screen .ga-pop-count { bottom: 20px; right: auto; left: 50%; margin-left: -80px; }


.ga-layer.row .ga-footer	{ top: 50px; bottom: 0; left: auto; right: 0; overflow: hidden; padding: 40px 10px; width: 80px; }
.ga-layer.row .ga-footer .ga-pop-thumb-btn	{ top: auto; bottom: auto; width: auto; height: 38px; left: 0; right: 0; line-height: 38px; }
.ga-layer.row .ga-footer .ga-pop-thumb-btn.p-prev	{ top: 0px; }
.ga-layer.row .ga-footer .ga-pop-thumb-btn.p-next	{ bottom: 0px; }

.ga-layer.row .ga-footer .ga-pop-thumb-btn i:after	{ font-size:20px; }
.ga-layer.row .ga-footer .p-prev i:after {content:'\e602';}
.ga-layer.row .ga-footer .p-next i:after {content:'\e603';}

.ga-layer.row .ga-pop-thumb			{ height: 100%; }
.ga-layer.row .ga-pop-thumb ul		{ display: block; position: relative; overflow: hidden; margin: 0; padding: 0; list-style: none; }
.ga-layer.row .ga-pop-thumb li		{ display: block; position: relative; float: none; }
.ga-layer.row .ga-pop-thumb li a	{ display: block; position: relative; overflow: hidden; margin: 1px; box-sizing: border-box; }
.ga-layer.row .ga-pop-thumb li a img	{ display: block; max-width: 100%; }
.ga-layer.row .ga-pop-thumb li a .border	{ position: absolute; top: 0; left: 0; right: 0; bottom: 0; }
.ga-layer.row .ga-pop-thumb li a.active .border { border: 3px solid #fff; }


@media screen and (min-width: 780px) {
	.ga-layer-overlay									{ background-color: rgba(0,0,0, 0.5); }
	.ga_img_10052_gallery .ga-thumb li a.active .border	{ border-width: 5px; }
	.ga-overlay-container	{ height: 0 !important; }
	.ga-layer				{ position: absolute; overflow: hidden; width: 730px; height: 694px; z-index: 100000; background-color: #ffffff; left: 50%; margin: 100px 0 0 -365px; }

	.ga-layer .ga-header { height: 50px; background: #222; position: relative; }
	.ga-layer .ga-header h1	{ color: #fff; font-weight: bold; font-size: 13pt; text-align: Center; margin: 0; line-height: 50px; }
	.ga-layer .ga-header .ga-popup-close { position: absolute; right: 5px; top: 5px; color: #fff; font-size: 12pt; text-decoration: none; line-height: 40px; }

	.ga-layer .ga-body	{ position: relative; padding: 15px; overflow: hidden; height: 544px; }
	.ga-layer .ga-popup-screen	{ position: relative; overflow: hidden; text-align: center; height: 500px; }
	.ga-layer .ga-popup-viewer	{ position: relative; overflow: hidden; text-align: center; height: 500px; }
	.ga-layer .ga-popup-viewer_item	{ display: block; position: relative; float: left; height: 100%; }
	.ga-layer .ga-popup-viewer img { max-width: 100%; max-height: 100%;}
	.ga-layer .ga-popup-screen .ga-pop-btn	{ display: block; position: absolute; width: 50px; height: 90px; overflow: hidden; top: 50%; margin-top: -45px; line-height: 90px; text-decoration: none; opacity: 0.5;}
	.ga-layer .ga-popup-screen .ga-pop-btn:hover	{ opacity: 1.0; }
	.ga-layer .ga-popup-screen .p-prev { left: 0; }
	.ga-layer .ga-popup-screen .p-next { right: 0; }
	.ga-layer .ga-popup-screen .ga-pop-count { position: absolute; bottom: 10px; width: 50px; height: 50px; text-align: center; left: 50%; margin-left: -25px; background: #000; color: #fff; opacity: 0.8; border-radius: 9.0em; }
	.ga-layer .ga-popup-screen .ga-pop-count strong { display: block; position: absolute; top: 0; left: 10px; right: 10px; border-bottom: 1px solid #999; line-height: 25px; font-size: 9pt;  }
	.ga-layer .ga-popup-screen .ga-pop-count span { display: block; position: absolute; bottom: 0; left: 10px; right: 10px; line-height: 25px; font-size: 9pt; color: #ccc; }

	.ga-layer .ga-footer			{ display: block; position: relative; overflow: hidden; padding: 0px 60px; background: none; }
    .ga-layer .ga-footer .ga-pop-thumb-btn	{ display: block; position: absolute; top: 1px; bottom: 0px; width: 38px; background: #333; color: #fff; font-size: 9pt; text-decoration: none; line-height: 80px; text-align: center; overflow:hidden; }
	.ga-layer .ga-footer .ga-pop-thumb-btn.p-prev	{ left: 20px; }
	.ga-layer .ga-footer .ga-pop-thumb-btn.p-next	{ right: 20px; }
	.ga-layer .ga-pop-thumb			{ display: block; position: relative; overflow: hidden; }
	.ga-layer .ga-pop-thumb ul		{ display: block; position: relative; overflow: hidden; margin: 0; padding: 0; list-style: none; }
	.ga-layer .ga-pop-thumb li		{ display: block; position: relative; float: left; }
	.ga-layer .ga-pop-thumb li a	{ display: block; position: relative; overflow: hidden; margin: 0px; }
	.ga-layer .ga-pop-thumb li a img	{ display: block; max-width: 100%; }
	.ga-layer .ga-pop-thumb li a .border	{ position: absolute; top: 0; left: 0; right: 0; bottom: 0; }
	.ga-layer .ga-pop-thumb li a.active .border { border: 5px solid #333; }
}


@media screen and (max-width: 779px) {
	.ga-layer				{ top: 0 !important; }
}

/* ****************** 타이틀 텍스트  ****************** */

.title_10027_ {font-size:0;}
.title_10027_ p {
	display:inline-block; position:relative; margin:0; padding:0;
	font-size:20px; letter-spacing:-1px; font-weight:bold; color:#0256d0; line-height:1.4em;
}
.title_10027_ p:before {content:''; position:absolute; background:#d00000; font-size:0;}

.title_10027_.style_top p {padding-top:10px;}
.title_10027_.style_top p:before {left:0; top:0; width:20px; height:4px;}

.title_10027_.style_right p {padding-right:14px;}
.title_10027_.style_right p:before {right:0; top:4px; width:4px; height:20px;}

.title_10027_.style_bottom p {padding-bottom:12px;}
.title_10027_.style_bottom p:before {left:0; bottom:0; width:20px; height:4px;}

.title_10027_.style_left p {padding-left:14px;}
.title_10027_.style_left p:before {left:0; top:4px; width:4px; height:20px;}

.title_10027_.style_circle1 p {padding-left:20px;}
.title_10027_.style_circle1 p:before {
	left:0; top:8px; width:12px; height:12px;
	border-radius:12px;
}

.title_10027_.style_circle2 p {padding-left:20px;}
.title_10027_.style_circle2 p:before {
	left:0; top:8px; width:12px; height:12px;
	border:2px solid #d00000; border-radius:12px; background:none; box-sizing:border-box;
}

/* ****************** 장문 텍스트  ****************** */

.textarea_10028_ p {
	display:block; margin:0; padding:0;
	font-size:16px; letter-spacing:0px; font-weight:normal; color:#000000; line-height:1.6em;
}

/* ****************** 이미지 리스트 (타일형)  ****************** */

.img_tile_10029_:after {content:''; display:block; clear:both;}
.img_tile_10029_ * {box-sizing:border-box;}
.img_tile_10029_ .item {float:left; position:relative; width:100%; padding:5px;}
.img_tile_10029_ .item a {display:block; text-decoration:none;}
.img_tile_10029_ figure {display:block; margin:0; padding:5px;}
.img_tile_10029_ figure img {max-width:100%; vertical-align:bottom;}
.img_tile_10029_ .text_box {display:block;}
.img_tile_10029_ .text_box p {margin:0; padding:5px;}
.img_tile_10029_ .subject {font-weight:bold; color:#0256d0;}
.img_tile_10029_ .content {color:#444;}

.text_sml_10029_ .subject {font-size:14px; line-height:1.6em;}
.text_sml_10029_ .content {font-size:13px; line-height:1.6em;}
.text_mid_10029_ .subject {font-size:16px; line-height:1.4em;}
.text_mid_10029_ .content {font-size:14px; line-height:1.6em;}
.text_big_10029_ .subject {font-size:18px; line-height:1.4em;}
.text_big_10029_ .content {font-size:15px; line-height:1.6em;}

.col_m_1_10029_ .item {width:100%;}
.col_m_2_10029_ .item {width:50%;}
.col_m_3_10029_ .item {width:33.3333%;}
.col_m_1_10029_ .item,
.col_m_2_10029_ .item2n,
.col_m_3_10029_ .item3n {clear:both;}

@media (min-width:1024px){
	.col_m_1_10029_ .item,
	.col_m_2_10029_ .item2n,
	.col_m_3_10029_ .item3n {clear:none;}

	.col_pc_1_10029_ .item {width:100%;}
	.col_pc_2_10029_ .item {width:50%;}
	.col_pc_3_10029_ .item {width:33.3333%;}
	.col_pc_4_10029_ .item {width:25%;}
	.col_pc_5_10029_ .item {width:20%;}
	.col_pc_6_10029_ .item {width:16.6666%;}
	.col_pc_1_10029_ .item,
	.col_pc_2_10029_ .item2n,
	.col_pc_3_10029_ .item3n,
	.col_pc_4_10029_ .item4n,
	.col_pc_5_10029_ .item5n,
	.col_pc_6_10029_ .item6n {clear:both;}
}

@media \0screen{
	.col_m_1_10029_ .item,
	.col_m_2_10029_ .item2n,
	.col_m_3_10029_ .item3n {clear:none;}

	.col_pc_1_10029_ .item {width:100%;}
	.col_pc_2_10029_ .item {width:50%;}
	.col_pc_3_10029_ .item {width:33.3333%;}
	.col_pc_4_10029_ .item {width:25%;}
	.col_pc_5_10029_ .item {width:20%;}
	.col_pc_6_10029_ .item {width:16.6666%;}
	.col_pc_1_10029_ .item,
	.col_pc_2_10029_ .item2n,
	.col_pc_3_10029_ .item3n,
	.col_pc_4_10029_ .item4n,
	.col_pc_5_10029_ .item5n,
	.col_pc_6_10029_ .item6n {clear:both;}
}
