@charset "utf-8";

/********************************************************************************************************************************************/
/***    Common    ***/
/********************************************************************************************************************************************/
	*,
	*:after,
	*:before {
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
			-ms-box-sizing: border-box;
			 -o-box-sizing: border-box;
				box-sizing: border-box;
	}
	*, html, body,
	div,
	dl, dt, dd, ul, ol, li,
	h1, h2, h3, h4, h5, h6,
	pre, code, p, blockquote,
	form, fieldset, input, textarea,
	th, td,
	img              {margin: 0; padding: 0; border: 0; list-style: none;}

	html             {margin: 0; padding: 0; width: 100%; height: 100%; background: none;}
	html, body       {font: normal 12px 'Neris SB','NanumS R','Malgun Gothic',맑은고딕,sans-serif,'xeicon'; color: #191f2a;}
	body             {overflow-y: auto;}
	header, main, footer, nav, section, article, aside, details, figcaption, figure, hgroup, menu, details {display: block;}
	header, main, footer {min-width: 1260px;} /* min-width: 1260px; 모바일에서 볼때 화면이 100% 안되는것을 방지 */
	img              {border: 0; line-height: 0;}
	caption, legend  {width: 0 !important; height: 0 !important; font-size: 0 !important; line-height: 0 !important; overflow: hidden !important; visibility: hidden !important; display: none !important;}
	a                {color: #191f2a; cursor: pointer !important;}
	a:hover          {color: #78aebd;}
	a,
	.-mov            {text-decoration: none;
		-webkit-transition: all 0.3s ease-out;
		   -moz-transition: all 0.3s ease-out;
			-ms-transition: all 0.3s ease-out;
			 -o-transition: all 0.3s ease-out;
				transition: all 0.3s ease-out;
	}
	a:hover,
	.-mov:hover      {text-decoration: none;
		-webkit-transition: all 0.3s ease;
		   -moz-transition: all 0.3s ease;
			-ms-transition: all 0.3s ease;
			 -o-transition: all 0.3s ease;
				transition: all 0.3s ease;
	}
	.displaynone     {display: none;}
	.placeholdersjs  {color: #aaa !important;}

	/*    화면낭독기 사용자용    */
	#hd_login_msg                 {position: absolute; top: 0; left: 0; font-size: 0; line-height: 0; overflow: hidden;}
	.msg_sound_only, .sound_only  {position: absolute; top: 0; left: 0; margin:0 !important; padding: 0 !important; width: 0; height: 0; font-size: 0; line-height: 0; border: 0 !important; overflow: hidden !important; display: inline-block !important;}


	/*    본문 바로가기    */
	#skip_to_container a          {position: absolute; top: 0; left: 0; z-index:100000; width: 1px; height: 1px; font-size: 0; line-height: 0; overflow: hidden;}
	#skip_to_container a:focus,
	#skip_to_container a:active   {width: 100%; height: 50px; background: #191f2a; color: #fff; font-size: 16px; font-weight: bold; text-align: center; text-decoration: none; line-height: 3.3em;}


/********************************************************************************************************************************************/
/***    Common form    ***/
/********************************************************************************************************************************************/
	input[type="text"],
	input[type="password"],
	input[type="submit"],
	input[type="image"],
	input[type="email"],
	select,
	textarea,
	button                        {font: normal 12px 'Neris SB','NanumS R','Josefin Sans R',sans-serif; outline: none !important;
	-webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		 -o-transition: all 0.3s ease;
			transition: all 0.3s ease;
	}
	input[type="text"],
	input[type="password"],
	input[type="email"],
	select,
	textarea                      {margin: 0; padding: 5px 15px; border-radius: 5px; border: 1px solid #e5e5e5; background: #fff;}
	textarea                      {padding: 15px;}
	button:hover                  {cursor: pointer;}


	/* input box color-자동완성시 input배경없애기 */
	input:-webkit-autofill        {-webkit-box-shadow: 0 0 0 30px transparent inset; -webkit-text-fill-color: #191f2a;}
	input:-webkit-autofill,
	input:-webkit-autofill:hover,
	input:-webkit-autofill:focus,
	input:-webkit-autofill:active {transition: background-color 5000s ease-in-out 0s;}


/********************************************************************************************************************************************/
/***    Layer Popup Layout    ***/
/********************************************************************************************************************************************/
	#hd_pop                         {position: relative; margin: 0 auto; width: 600px; height: 0; z-index: 6000;}
	#hd_pop h2                      {position: absolute; font-size: 0; line-height: 0; overflow: hidden;}
	.hd_pops                        {position: absolute; background: #fff;
		-webkit-box-shadow: 0px 2px 8px rgba(180,180,180,0.5);
		   -moz-box-shadow: 0px 2px 8px rgba(180,180,180,0.5);
			-ms-box-shadow: 0px 2px 8px rgba(180,180,180,0.5);
			 -o-box-shadow: 0px 2px 8px rgba(180,180,180,0.5);
				box-shadow: 0px 2px 8px rgba(180,180,180,0.5);
	}
/* 	.hd_pops_con                    {width: 600px; border: 1px solid #e5e5e5; border-bottom: 0 none;} */
	.hd_pops img                    {width: 100%; height: 100%;}
	.hd_pops_footer                 {position: relative; padding: 0; background: #191f2a; color: #fff; text-align: left;}
	.hd_pops_footer:after           {display: block; visibility: hidden; clear: both; content: "";}
	.hd_pops_footer button          {padding: 10px; border: 0; color: #fff;}
	.hd_pops_footer .hd_pops_reject {background: #191f2a; text-align: left;}
	.hd_pops_footer .hd_pops_close  {position: absolute; top: 0; right: 0; background: #191f2a;}


/********************************************************************************************************************************************/
/***    Basic Popup Layout    ***/
/********************************************************************************************************************************************/
	.new_win                        {width: 100%; height: 100%;}

	.new_win #win_title             {padding: 15px 20px; font-size: 16px; color: #fff; background: #78aebd;}
	.new_win #win_title .sv         {font-size: 0.75em; line-height: 1.2em;}
	.new_win #win_title .win_total  {float: right; padding: 0 10px; font-size: 12px; color: #78aebd; line-height: 20px; background: #fff; border-radius: 5px; display: inline-block;}
	.new_win .tbl_wrap              {margin: 0 20px;}

	.new_win .new_win_con           {position: relative; padding: 20px;}
	.new_win .new_win_con:after     {display: block; visibility: hidden; clear: both; content: "";}
	.new_win .new_win_con2          {position: relative; margin: 20px 0;}
	.new_win .new_win_con2:after    {display: block; visibility: hidden; clear: both; content: "";}

	.new_win .win_ul                {margin-bottom: 15px; padding: 0 20px;}
	.new_win .win_ul:after          {display: block; visibility: hidden; clear: both; content: "";}
	.new_win .win_ul li             {float: left; margin-right: 5px;}
	.new_win .win_ul li a           {padding: 5px 20px; border: 1px solid #e5e5e5; border-radius: 5px; line-height: 26px; text-align: center; display: inline-block;}
	.new_win .win_ul li a:hover     {border-color: #78aebd; background: #78aebd; color: #fff;}
	.new_win .win_ul .selected      {position: relative; z-index: 5;}
	.new_win .win_ul .selected a    {color: #fff; border: 1px solid #78aebd; border-radius: 5px; background: #78aebd; display: block;}

	.new_win .win_desc              {position: relative; margin: 10px; padding: 0 20px; border-radius: 5px; background: #f2838f; color: #fff; line-height: 40px; text-align: left;}
	.new_win .win_desc:after        {position: absolute; left: 0; top: 0; width: 5px; height: 40px; background: #da4453; border-radius: 5px 0 0 5px; content: "";}

	.new_win .btn                   {position: relative; top: 20px; padding-bottom: 10px; text-align: center;}
	.new_win .btn button,
	.new_win .btn a                 {margin-right: 5px; padding: 10px 40px; font-size: 12px; color: #fff; border-radius: 5px; display: inline-block;}
	.new_win .btn .btn_submit       {background: #191f2a;}
	.new_win .btn .btn_submit:hover {background: #444;}
	.new_win .btn .btn_close        {margin: 0; margin-left: -2px; color: #191f2a; border: 1px solid #e5e5e5; background: #fff;}


/********************************************************************************************************************************************/
/***    Header Layout    ***/
/********************************************************************************************************************************************/
	header #hd_h1                              {position: absolute; font-size: 0; line-height: 0; overflow: hidden;}
	header > #header_wrap                      {position: fixed; top: 0; left: 0; z-index: 9999; width: 100%; height: 100px; border-bottom: 1px solid rgba(229,229,229,0); background: #fff;}
	header > #header_wrap #header              {position: relative; margin: 0 auto; width: 1260px; height: 100px;}

	/*    Logo    */
	header > #header_wrap #logo                {position: absolute; left: 0; top: 5px; width: 200px; height: 100px; z-index: 999;}
	header > #header_wrap #logo img            {width: 90%; height: auto;}


	/*    Global Navigation Bar    */
	header > #header_wrap #gnb_wrap             {position: absolute; left: 0; top: 0; width: 100%; height: 40px; z-index: 99; opacity: 1;}
	header > #header_wrap #gnb_wrap ul          {float: right;}
	header > #header_wrap #gnb_wrap li          {float: left; margin-left: 15px;}
	header > #header_wrap #gnb_wrap li a        {padding-top: 10px; width: 100%; height: 40px; font-family: 'NanumS L',sans-serif; color: #191f2a; border-top: 2px solid #fff; display: inline-block; cursor: pointer;}
	header > #header_wrap #gnb_wrap li a strong {font-family: 'NanumS B',sans-serif;}
	header > #header_wrap #gnb_wrap li a:hover  {color: #aaa; border-top: 2px solid #191f2a;}
	
	
	/*    Local Navigation Bar    */
	header > #header_wrap #lnb_wrap             {position: absolute; left: 0; top: 40px; width: 100%; height: 60px; z-index: 99;}
	header > #header_wrap #lnb_wrap .lnb        {float: right; height: 100%;}
	header > #header_wrap #lnb_wrap .lnb:hover,
	header > #header_wrap #lnb_wrap .lnb:focus,
	header > #header_wrap #lnb_wrap .lnb:active {z-index:3}
	header > #header_wrap #lnb_wrap ul:after    {display: block; visibility: hidden; clear: both; content: "";}
	
	header > #header_wrap #lnb_wrap .lnb_1dul                          {float: right; margin-right: 40px;}
	header > #header_wrap #lnb_wrap .lnb_1dli                          {position: relative; float: left; height: 60px; font: normal 16px 'NanumS R',sans-serif; transform: skew(-0.001deg);}
	header > #header_wrap #lnb_wrap .lnb_1dli:last-child               {font: normal 16px 'NanumS B', sans-serif; transform: skew(-0.001deg);}
	header > #header_wrap #lnb_wrap .lnb_1dli                .lnb_1da,
	header > #header_wrap #lnb_wrap .lnb_1dli.gnb_al_li_plus .lnb_1da  {padding: 16px 20px 0; height: 100%; display: block; color: #191f2a; cursor: pointer; outline: none;
		-webkit-transition: all 0.3s ease;
		   -moz-transition: all 0.3s ease;
			-ms-transition: all 0.3s ease;
			 -o-transition: all 0.3s ease;
				transition: all 0.3s ease;
	}
	header > #header_wrap #lnb_wrap .lnb_1dli:hover                .lnb_1da,
	header > #header_wrap #lnb_wrap .lnb_1dli.gnb_al_li_plus:hover .lnb_1da  {color: #78aebd; cursor: pointer;}

	header > #header_wrap #lnb_wrap .lnb_1dli .lnb_2dul {position: absolute; top: 100%; left: 0; padding: 10px 0; width: 150px; border: 1px solid #e5e5e5; background: #fff; z-index:5;
		display: none;

		-webkit-box-shadow: 0px 1px 5px rgba(200,200,200,0.2);
		   -moz-box-shadow: 0px 1px 5px rgba(200,200,200,0.2);
			-ms-box-shadow: 0px 1px 5px rgba(200,200,200,0.2);
			 -o-box-shadow: 0px 1px 5px rgba(200,200,200,0.2);
				box-shadow: 0px 1px 5px rgba(200,200,200,0.2);
		-webkit-transition: all 0.3s ease;
		   -moz-transition: all 0.3s ease;
			-ms-transition: all 0.3s ease;
			 -o-transition: all 0.3s ease;
				transition: all 0.3s ease;
	}
	header > #header_wrap #lnb_wrap .lnb_1dli:hover .lnb_2dul {top: 75%; z-index: 5; display: block;}

	header > #header_wrap #lnb_wrap .lnb_2dli                 {position: relative; float: none; margin: 0; display: block; font: normal 12px 'NanumS R',sans-serif; transform: skew(-0.001deg);}
	header > #header_wrap #lnb_wrap .lnb_2dli .lnb_2da        {padding: 10px 20px; text-align: left; display: block; color: #191f2a; cursor: pointer;}
	header > #header_wrap #lnb_wrap .lnb_2dli .lnb_2da:focus,
	header > #header_wrap #lnb_wrap .lnb_2dli .lnb_2da:hover  {color: #78aebd; background: #f7f7f7; cursor: pointer;}

	header > #header_wrap #lnb_wrap .lnb .lnb-empty           {padding: 10px 0; width: 100%; text-align: center; line-height:2.7em; color: #191f2a;}
	header > #header_wrap #lnb_wrap .lnb .lnb-empty a         {color: #78aebd; text-decoration: underline; cursor: pointer;}

	header > #header_wrap #lnb_wrap .gnb_1dli_over  .gnb_2dul {display: block; left: 0;}
	header > #header_wrap #lnb_wrap .gnb_1dli_over2 .gnb_2dul {display: block; right: 0;}


	/*    Search    */
	header > #header_wrap #lnb_wrap #search                     {float: right; padding-top: 5px; width: 230px; height: 60px;}
	header > #header_wrap #lnb_wrap #search #hd_sch             {overflow: hidden;}
	header > #header_wrap #lnb_wrap #search #sch_stx            {float: left; width: 190px; height: 39px; border: 2px solid #191f2a; border-radius: 0; border-right: 0; background: #fff; letter-spacing: 0;}
	header > #header_wrap #lnb_wrap #search #hd_sch #sch_submit {float: left; padding-bottom: 2px; width: 40px; height: 39px; background: #191f2a; color: #fff; cursor: pointer; font-size: 16px;}


	/*    Local Navigation Bar Fixed    */
	header > #header_wrap.smaller  {height: 80px; border-bottom: 1px solid rgba(231, 233, 234, 1);
		-webkit-box-shadow: 0px 1px 5px rgba(200,200,200,0.2);
		   -moz-box-shadow: 0px 1px 5px rgba(200,200,200,0.2);
			-ms-box-shadow: 0px 1px 5px rgba(200,200,200,0.2);
			 -o-box-shadow: 0px 1px 5px rgba(200,200,200,0.2);
				box-shadow: 0px 1px 5px rgba(200,200,200,0.2);
	}
	header > #header_wrap.smaller #logo      { width: 135px; height: auto;}
	header > #header_wrap.smaller #logo img  {width: 100%; height: auto;}
	header > #header_wrap.smaller #gnb_wrap  {position: absolute; top: -40px; opacity: 0;}
	header > #header_wrap.smaller #lnb_wrap  {position: absolute; top: 15px;}


	/*    Slider    */
	.slide_box           {position: relative; top: 100px; width: 100%; height: 600px; overflow: hidden;}
	.slide_pic           {position: relative; height: 100%; z-index: 0;}
	.slide_pic li        {position: absolute; top: 0; left: 0; width: 100%; height: 100%; text-align: center; background: #f7f7f7; z-index: 0;}
	.slide_pic .show     {z-index: 5;}
	.slide_pic .next     {z-index: 3;}
	.slide_pic li img    {height: 100%;}
	.slide_pic li a      {height: 100%; display: inline-block;}
	.slide_pic li span   {display: none;}

	.slide_tab           {position: absolute; left: 50%; bottom: 10px; z-index: 15;}
	.slide_tab li        {float: left; margin: 0 3px; width: 10px; height: 10px; border-radius: 10px; cursor: pointer; background: #f7f7f7;}
	.slide_tab .active   {background: #f60256;
		-webkit-transition: all 0.3s ease;
		   -moz-transition: all 0.3s ease;
			-ms-transition: all 0.3s ease;
			 -o-transition: all 0.3s ease;
				transition: all 0.3s ease;
	}

	.slide_nav                         {position: absolute; z-index: 10; top: 0; left: 50%; margin-left: -50%; margin-top: 0; width: 100%; height: 0; cursor: pointer;}
	.slide_nav i                       {font-size: 50px; color: #fff;}
	.slide_nav .slide_prev,
	.slide_nav .slide_next             {position: absolute; padding: 274px 10px; opacity: 0;}
	.slide_nav .slide_prev             {left: 35px;}
	.slide_nav .slide_next             {right: 35px;}
	.slide_nav:hover .slide_prev,
	.slide_nav:hover .slide_next       {opacity: 1; -webkit-opacity: 1;}
	.slide_nav:hover .slide_prev       {left: 30px;}
	.slide_nav:hover .slide_next       {right: 30px;}


	/*    page top Banner    */
	header.page_top                 {position: relative; top: 100px; width: 100%; height: 130px; text-align: center;}
	header.page_top > #particles-js {width: 100%; height: 100%; background-color: #222;}
	header.page_top > p             {position: relative; top: -80px; width: 1260px; font: normal 28px 'NanumS L',sans-serif; color: #fff; text-align: right; display: inline-block;}


/********************************************************************************************************************************************/
/***    Main Sub Layout    ***/
/********************************************************************************************************************************************/
	main#container_wrap           {position: relative; top: 100px; width: 100%; height: 100%;}


	/*    INDEX Top Area    */
	main > #index_container       {width: 100%; min-height: 500px; height: auto !important; height: 500px;}


	/*    SUB Top Area    */
	main > #container             {margin: 0 auto; width: 1260px; min-height: 500px; height: auto !important; height: 500px;}
	main > #container:after       {margin-bottom: 20px; display: block; visibility: hidden; clear: both; content: "";}
	main > #container .location   {margin: 15px 0 30px; width: 100%; color: #aaa; text-align: right; overflow: hidden; }
	main > #container .location i {padding: 0 5px; font-style: normal;}	


/********************************************************************************************************************************************/
/***    Footer Layout    ***/
/********************************************************************************************************************************************/
	footer {position: relative; top: 100px; margin: 0 auto; margin-top: 55px; padding: 50px 0 0; width: 1260px; border-top: 4px solid #191f2a; clear: both; overflow: hidden;}


	/*    Info    */
	footer > #footer_left                          {float: left; width: 60%;}
	footer > #footer_left .logo                    {margin-bottom: 30px; width: 100%; font: normal 26px 'Josefin Sans B','Neris SB',sans-serif !important; color: #191f2a !important; text-transform: uppercase; letter-spacing: 2.5px; text-align: left; transform: skew(-0.03deg);}
	footer > #footer_left .cs                      {margin-top: 23px; width: 100%; text-align: left;}
	footer > #footer_left .cs li                   {margin-bottom: 4px; font: normal 10px 'Neris SB', sans-serif !important; letter-spacing: 1px; transform: skew(-0.03deg);}
	footer > #footer_left .cs li:first-child       {margin-bottom: 10px; font: normal 18px 'Neris Bl', sans-serif !important; transform: skew(-0.03deg);}
	footer > #footer_left .cs li span              {margin-right: 10px; color: #aaa; display: inline-block;}
	footer > #footer_left .cs li:nth-child(2)      {margin-bottom: 10px;}
	footer > #footer_left .cs li .sns,
	footer > #footer_left .cs li .kakao            {margin-right: 5px; vertical-align: top;}
	footer > #footer_left .cs li .sns i            {font-size: 26px; color: #aaa; line-height: 22px;}
	footer > #footer_left .cs li .sns:hover i      {color: #78aebd;}
	footer > #footer_left .cs li .kakao img        {width: 75px; height: auto;}

	footer > #footer_left .info                    {margin-top: 15px; width: 100%; font: normal 11px/16px 'Neris SB','NanumS R',sans-serif; color: #777; letter-spacing: 0.5px; text-align: left; transform: skew(-0.03deg);}
	footer > #footer_left .info span               {color: #d7dce6;}

	footer > #footer_right                         {float: left; width: 40%;}
	footer > #footer_right .footer_btn             {margin-top: 30px; width: 100%; overflow: hidden;}
	footer > #footer_right .footer_btn li          {float: right; margin: 3px; width: 150px; height: 30px; font-size: 11px; text-align: center; line-height: 28px; text-transform: uppercase; border: 1px solid #e5e5e5;}
	footer > #footer_right .footer_btn li a        {display: block;}
	footer > #footer_right .footer_btn li a:hover  {background: #f7f7f7;}
	footer > #footer_right #sns                    {padding: 10px 0 0; font: normal 10px 'Neris SB','Josefin Sans R',sans-serif; color: #777; letter-spacing: 0.5px; text-transform: uppercase; overflow: hidden;}
	footer > #footer_right #sns li                 {float: right; margin-left: 15px; line-height: 20px;}
	footer > #footer_right #sns li a               {color: #aaa; display: block; cursor: pointer;}
	footer > #footer_right #sns li a:hover         {color: #78aebd;}

	footer.copyright {float: left; margin-top: 30px; padding: 20px; width: 100%; font: normal 11px 'Neris L','NanumS R',sans-serif; color: #637189; text-align: center; letter-spacing: 1px; border: 0; background: #191f2a;}

	/*    Page Top Arrow    */
	footer > #top_btn       {position: fixed; bottom: 70px; right: 20px; width: 40px; height: 40px; background: rgba(0,0,0,0.3); color: #fff; font-size: 16px; text-align: center; border-radius: 6px; z-index: 90;
		-webkit-transition: all 0.3s;
		   -moz-transition: all 0.3s;
			-ms-transition: all 0.3s;
			 -o-transition: all 0.3s;
				transition: all 0.3s;
	}
	footer > #top_btn:hover {background: #191f2a; color: #fff;}


/********************************************************************************************************************************************/
/***    Index Contents Layout    ***/
/********************************************************************************************************************************************/
	/*    Plan    */
	section.plan                         {margin: 0 auto; width: 1260px; overflow: hidden;}

	section.plan ul.title                {margin-top: 65px;}
	section.plan ul.title li             {width: 100%; text-align: center;}
	section.plan ul.title li:first-child {font: normal 26px 'Noto Serif R', serif; text-transform: uppercase; letter-spacing: 4px;}
	section.plan ul.title li.bar         {padding: 4px 0 15px;}
	section.plan ul.title li.bar span    {width: 50px; height: 2px; background: #191f2a; display: inline-block;}
	section.plan ul.title li:last-child  {font: normal 14px 'NanumS L', sans-serif; color: #777;}

	section.plan dl                      {float: left; margin: 22px 20px 0 0;}
	section.plan dl:last-child           {margin-right: 0;}
	section.plan dl dt                   {background: #191f2a; line-height: 0;}
	section.plan dl dt img               {width: 300px; height: 225px;
		-webkit-transition: all 0.3s;
		   -moz-transition: all 0.3s;
			-ms-transition: all 0.3s;
			 -o-transition: all 0.3s;
				transition: all 0.3s;
	}
	section.plan dl dd                   {font: normal 14px/16px 'NanumS L', sans-serif; color: #777;}
	section.plan dl dd.title             {padding-top: 18px; padding-left: 5px; padding-bottom: 15px; font: normal 18px 'NanumS R',sans-serif;}
	section.plan dl dd.cate              {padding-left: 5px; min-height: 55px;}
	section.plan dl dd.more a            {padding: 0 5px 2px; color: #f60256; font: normal 14px 'Josefin Sans R','Neris SB',sans-serif; text-transform: uppercase; display: inline-block;}
	section.plan dl:hover dt img         {filter: alpha(opacity=60);
		-webkit-opacity: 0.6;
		   -moz-opacity: 0.6;
			-ms-opacity: 0.6;
			 -o-opacity: 0.6;
				opacity: 0.6;
	}
	section.plan dl:hover dd.title a     {color: #78aebd;}
	section.plan dl:hover dd.more a      {background: #f60256; color: #fff;}


	/*    Design    */
	section.design                          {position: relative; margin-top: 50px; width: 100%; height: 475px;}
	section.design ul                       {position: relative; margin: 0 auto; width: 1260px; z-index: 5; overflow: hidden;}
	section.design ul li                    {float: left; padding: 55px 45px 0 45px; height: 300px;}
	section.design ul li p                  {margin-bottom: 30px; font: normal 28px 'NanumS R', sans-serif;}
	section.design ul li span               {display: inline-block;}
	section.design ul.line1 li              {width: 50%;}
	section.design ul.line1 li:first-child  {background: url('../img/index/concept.jpg'); background-size: 100% 100%;}
	section.design ul.line1 li:last-child   {background: url('../img/index/proposal.jpg'); background-size: 100% 100%; text-align: right;}
	section.design ul.line1 li span         {font: normal 14px/16px 'NanumS L', sans-serif; color: #777;}
	section.design ul.line2 li              {width: 25%; height: 175px;}
	section.design ul.line2 li p            {margin-bottom: 20px;}
	section.design ul.line2 li span a       {padding: 0 5px 2px; color: #f60256; font: normal 14px 'Josefin Sans R','Neris SB',sans-serif; text-transform: uppercase; display: inline-block;}
	section.design ul.line2 li:hover p a    {color: #78aebd;}
	section.design ul.line2 li:hover span a {background: #f60256; color: #fff;}
	section.design > p                      {position: relative; top: 55px; width: 100%; font: normal 22px/30px 'Neris LI','Josefin Sans R',sans-serif; text-align: center; z-index: 10;}
	section.design .parallax                {position: absolute; top: 100px; left: 0; width: 100%; height: 375px; background: url('../img/index/design-bg2.jpg') 50% 50% repeat fixed; background-size: cover;}


	/*    Communtiy    */
	section.community                         {margin: 0 auto; margin-bottom: 45px; width: 1260px; overflow: hidden;}
	section.community ul.title                {margin-top: 55px;}
	section.community ul.title li             {width: 100%; text-align: center;}
	section.community ul.title li:first-child {font: normal 26px 'Noto Serif R',serif; text-transform: uppercase; letter-spacing: 4px;}
	section.community ul.title li.bar         {padding: 4px 0 15px;}
	section.community ul.title li.bar span    {width: 50px; height: 2px; background: #191f2a; display: inline-block;}
	section.community .icons                  {margin-top: 40px; width: 1260px; height: 600px; background: url('../img/index/c_line.png') 50% 50% no-repeat; background-size: cover;}
	section.community .icons dl               {float: left; width: 315px; height: 300px;}
	section.community .icons dl dt            {padding-left: 25px; padding-top: 20px;}
	section.community .icons dl dt img        {padding-left: 5px;}
	section.community .icons dl dd            {padding-left: 35px; font: normal 14px/20px 'NanumS L',sans-serif; color: #777;}
	section.community .icons dl dd.title      {padding-left: 28px; padding-bottom: 20px; font: normal 23px 'NanumS B',sans-serif;}
	section.community .icons dl dd.title a    {padding: 5px;}
	section.community .icons dl dd.bar        {padding-top: 10px; padding-bottom: 15px;}
	section.community .icons dl dd.bar span   {width: 25px; height: 2px; background: #444; display: inline-block;}
	section.community .icons dl:hover dd.title a {padding: 5px;color: #fff; background: #78aebd;}
	section.community .icons dl:hover dt img {
		-webkit-transform: scale(1.3,1.3);
		   -moz-transform: scale(1.3,1.3);
			-ms-transform: scale(1.3,1.3);
			 -o-transform: scale(1.3,1.3);
				transform: scale(1.3,1.3);
	}


/********************************************************************************************************************************************/
/***    Basic    ***/
/********************************************************************************************************************************************/
	/*    ie6 이미지 너비 지정    */
	.img_fix {width: 100%; height: auto;}


	/*    캡챠 자동등록(입력)방지 기본 -pc    */
	#captcha                 {position: relative; display: inline-block;}
	#captcha legend          {position: absolute; margin: 0; padding: 0; font-size: 0; line-height: 0; text-indent: -9999em; overflow: hidden;}
	#captcha #captcha_img    {margin: 0; padding: 0; height: 40px; border: 1px solid #e5e5e5; border-radius: 5px; vertical-align: top;}
	#captcha #captcha_mp3    {margin: 0; padding: 0; width: 40px; height: 40px; border: 0; background: transparent; vertical-align: middle; overflow: hidden; cursor: pointer; background: url('../../../img/captcha2.png') no-repeat; text-indent: -999px; border-radius: 5px;}
	#captcha #captcha_reload {margin: 0; padding: 0; width: 40px; height: 40px; border: 0; background: transparent; vertical-align: middle; overflow: hidden; cursor: pointer; background: url('../../../img/captcha2.png') no-repeat 0 -40px; text-indent: -999px; border-radius: 5px;}
	#captcha #captcha_key    {margin: 0 5px; padding: 0 5px; width: 100px; height: 40px; border: 1px solid #e5e5e5; background: #fff; text-align: center; border-radius: 5px; vertical-align: top;}
	#captcha #captcha_key:focus    {border-color: #dceff3; color: #78aebd;
		-webkit-box-shadow: 0px 1px 5px rgba(170,170,170,0.2);
		   -moz-box-shadow: 0px 1px 5px rgba(170,170,170,0.2);
			-ms-box-shadow: 0px 1px 5px rgba(170,170,170,0.2);
			 -o-box-shadow: 0px 1px 5px rgba(170,170,170,0.2);
				box-shadow: 0px 1px 5px rgba(170,170,170,0.2);
	}
	#captcha #captcha_info   {margin: 5px 5px 0; display: block;}


	/*    캡챠 자동등록(입력)방지 기본 - mobile    */
	#captcha.m_captcha audio                {margin: 0 0 5px; width: 187px; display: block;}
	#captcha.m_captcha #captcha_img         {margin-top: 5px; margin-bottom: 3px; width: 160px; height: 60px; border: 1px solid #e9e9e9; display: block;}
	#captcha.m_captcha #captcha_reload      {position: static; margin: 0; padding: 0; width: 40px; height: 40px; border: 0; background: transparent; vertical-align: middle; overflow: hidden; cursor: pointer; background: url('../../../img/captcha2.png') no-repeat 0 -40px; text-indent: -999px;}
	#captcha.m_captcha #captcha_reload span {display: none;}
	#captcha.m_captcha #captcha_key         {margin: 0; margin-left: 3px; padding: 0 5px; width: 115px; height: 29px; border: 1px solid #b8c9c2; background: #f7f7f7; font-size: 1.333em; font-weight: bold; text-align: center; line-height: 29px;}
	#captcha.m_captcha #captcha_info        {margin: 5px 0 0; font-size: 0.95em; letter-spacing: -0.1em; display: block;}
	#captcha.m_captcha #captcha_mp3         {width: 31px; height: 31px; background: url('../../../img/captcha2.png') no-repeat 0 0; vertical-align: top; overflow: hidden; cursor: pointer; text-indent: -9999px; border: none;}


	/*    ckeditor 단축키    */
	.cke_sc              {margin: 0 0 5px; text-align: right;}
	.btn_cke_sc          {padding: 0 10px; height: 23px; border: 1px solid #ccc; background: #fafafa; color: #191f2a; text-decoration: none; line-height: 1.9em; vertical-align: middle; display: inline-block; cursor: pointer;}
	.cke_sc_def          {margin: 0 0 5px; padding: 10px; border: 1px solid #ccc; background: #f7f7f7; text-align: center;}
	.cke_sc_def dl       {margin: 0 0 5px; text-align: left; zoom: 1;}
	.cke_sc_def dl:after {display: block; visibility: hidden; clear: both; content: "";}
	.cke_sc_def dt,
	.cke_sc_def dd       {float: left; margin: 0; padding: 5px 0; border-bottom: 1px solid #e9e9e9;}
	.cke_sc_def dt       {width: 20%; font-weight: bold;}
	.cke_sc_def dd       {width: 30%;}


	/*    ckeditor 태그 기본값    */
	#bo_v_con ul {margin-top: 1em; margin-bottom: 1em; margin-left: 0; margin-right: 0; padding-left: 40px; display: block; list-style-type: disc;}
	#bo_v_con ol {margin-top: 1em; margin-bottom: 1em; margin-left: 0; margin-right: 0; padding-left: 40px; display: block; list-style-type: decimal;}
	#bo_v_con li {display: list-item;}


	/*    필수입력    */
	.required,
	textarea.required {background-image: url('../img/require.svg') !important; background-repeat: no-repeat !important; background-position: right top !important;}


	/*    검색결과 색상    */
	.sch_word         {margin: 0 2px; padding: 2px 5px 3px; color: #fff; background: #f60256; border-radius: 5px; line-height: 18px;}


	/*    페이징    */
	.pg_wrap       {float: left; clear: both; display: inline-block;}
	.pg_wrap:after {display: block; visibility: hidden; clear: both; content: "";} 
	.pg            {text-align: center; display: inline-block;}
	.pg_page,
	.pg_current    {display: inline-block; vertical-align: middle; background: #e5e5e5; border: 1px solid #e5e5e5;}
	.pg a:focus,
	.pg a:hover    {text-decoration: none;}
	.pg_page       {padding: 0 5px; min-width: 30px; height: 30px; font-size: 11px; color: #aaa; line-height: 28px; text-decoration: none; border-radius: 5px;}
	.pg_page:hover {background-color: #f7f7f7;}

	.pg_start      {padding: 0; text-indent: -999px; overflow: hidden; border: 1px solid #e5e5e5; background: url('../img/btn_first.gif') no-repeat 50% 50% #e5e5e5;}
	.pg_prev       {padding: 0; text-indent: -999px; overflow: hidden; border: 1px solid #e5e5e5; background: url('../img/btn_prev.gif')  no-repeat 50% 50% #e5e5e5;}
	.pg_end        {padding: 0; text-indent: -999px; overflow: hidden; border: 1px solid #e5e5e5; background: url('../img/btn_end.gif')   no-repeat 50% 50% #e5e5e5;}
	.pg_next       {padding: 0; text-indent: -999px; overflow: hidden; border: 1px solid #e5e5e5; background: url('../img/btn_next.gif')  no-repeat 50% 50% #e5e5e5;}

	.pg_start:hover,
	.pg_prev:hover,
	.pg_end:hover,
	.pg_next:hover {background-color: #f7f7f7;}
	.pg_current    {padding: 0 10px; min-width: 30px; height: 30px; background: #191f2a; border: 1px solid #191f2a; color: #fff; line-height: 30px; border-radius: 5px; display: inline-block;}


	/*    cheditor 이슈    */
	.cheditor-popup-window *,
	.cheditor-popup-window :after,
	.cheditor-popup-window :before {
		-webkit-box-sizing: content-box;
		   -moz-box-sizing: content-box;
			-ms-box-sizing: content-box;
			 -o-box-sizing: content-box;
				box-sizing: content-box;
	}


	/*    자바스크립트 alert 대안    */
	#validation_check    {margin: 100px auto; width: 500px;}
	#validation_check h1 {margin-bottom: 20px; font-size: 1.3em}
	#validation_check p  {margin-bottom: 20px; padding: 30px 20px; border: 1px solid #e5e5e5; background: #fff;}


	/*    게시물 선택복사 선택이동-팝업    */
	#copymove           {}
	#copymove .win_desc {text-align: center; display: block;}
	#copymove .tbl_wrap {margin: 20px 0;}
	#copymove .win_btn  {padding: 0 20px 20px; text-align: center;}

	#copymove .win_btn button,
	#copymove .win_btn input,
	#copymove .win_btn a                 {margin-right: 5px; padding: 10px 40px; font-size: 12px; color: #fff; border-radius: 5px; display: inline-block;}
	#copymove .win_btn .btn_submit       {background: #191f2a;}
	#copymove .win_btn .btn_submit:hover {background: #444;}
	#copymove .win_btn .btn_close        {margin: 0; margin-left: -2px; color: #191f2a; border: 1px solid #e5e5e5; background: #fff;}

	.copymove_current   {float: right; padding: 3px 5px 5px; background: #f60256; color: #fff; border-radius: 3px;}
	.copymove_currentbg {background: #f7f7f7;}


	/*    기본테이블    */
	.tbl_wrap table               {width: 100%; border-collapse: 0;}
	.tbl_wrap caption             {padding: 10px 0; font-weight: bold; text-align: left;}

	.tbl_head01                   {}
	.tbl_head01 caption           {padding: 0; font-size: 0; line-height: 0; overflow: hidden;}
	.tbl_head01 thead th          {padding: 15px 20px; border-top: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5;}
	.tbl_head01 thead th input    {vertical-align: top;} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
	.tbl_head01 tfoot th,
	.tbl_head01 tfoot td          {padding: 10px 0; border-top: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5;}
	.tbl_head01 tbody th          {padding: 15px 20px; border-bottom: 1px solid #e5e5e5;}
	.tbl_head01 tbody td.td_chk   {text-align: center;}
	.tbl_head01 td                {padding: 15px 20px; border-bottom: 1px solid #e5e5e5; word-break: break-all;}
	.tbl_head01 tbody tr:hover td {background: #f7f7f7;}
	.tbl_head01 a:hover           {text-decoration: underline;}

	.tbl_head02                   {margin: 0 0 10px}
	.tbl_head02 caption           {padding: 10px 0; font-weight: bold; text-align: left;}

	.tbl_head02 thead th          {padding:5px 0;border-top:1px solid #d1dee2;border-bottom:1px solid #d1dee2;background:#e5ecef;color:#383838;font-size:0.95em;text-align:center;letter-spacing:-0.1em}
	.tbl_head02 thead a           {color:#383838}
	.tbl_head02 thead th input    {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
	.tbl_head02 tfoot th,
	.tbl_head02 tfoot td          {padding:10px 0;border-top:1px solid #c1d1d5;border-bottom:1px solid #c1d1d5;background:#d7e0e2;text-align:center}
	.tbl_head02 tbody th          {padding:5px 0;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:#fff}
	.tbl_head02 td                {padding:5px 3px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:#fff;line-height:1.4em;word-break:break-all}
	.tbl_head02 a {}


	/*    사이드뷰    */
	.sv_wrap     {position: relative;}
	.sv_wrap .sv {margin: 5px 0 0; z-index: 1000; display: none; font-size: 0.92em; background: #333;
	-webkit-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.2);
	   -moz-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.2);
		-ms-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.2);
		 -o-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.2);
			box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.2);
	}
	.sv_wrap .sv:before  {content:"";position:absolute;top:-6px;left:15px;width:0;height:0;border-style:solid;border-width:0 6px 6px 6px;border-color:transparent transparent #333 transparent}
	.sv_wrap .sv a       {display:inline-block;margin:0;padding:0 10px;line-height:30px;width:100px;font-weight:normal;color:#bbb}
	.sv_wrap .sv a:hover {background:#191f2a;color:#fff}
	.sv_member           {color:#333}
	.sv_on               {display:block !important;position:absolute;top:23px;left:0px;width:auto;height:auto}
	.sv_nojs .sv         {display:block}


	/*    Mobile화면으로    */
	#device_change       {margin: 0.3em; padding: 0.5em 0; border: 1px solid #e5e5e5; border-radius: 2em; background: #fff; color: #191f2a; font-size: 2em; text-decoration: none; text-align: center; display: block;}


	/* 폼 테이블 *
	.tbl_frm01 {margin:0 0 20px}
	.tbl_frm01 table {width:100%;border-collapse:collapse;border-spacing:0}
	.tbl_frm01 th {width:70px;padding:7px 13px;border:1px solid #e9e9e9;border-left:0;background:#f5f8f9;text-align:left}
	.tbl_frm01 td {padding:7px 10px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:transparent}
	.wr_content textarea,.tbl_frm01 textarea,.form_01 textarea, .frm_input {border:1px solid #d0d3db;background:#fff;color:#191f2a;vertical-align:middle;border-radius:3px;padding:5px;
		-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);
		-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);
		box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);
	}
	.tbl_frm01 textarea {padding:2px 2px 3px}
	.frm_input {height:40px}
	.full_input {width:100%}
	.half_input {width:49.5%}
	.twopart_input {width:385px;margin-right:10px}
	.tbl_frm01 textarea, .write_div textarea {width:100%;height:100px}
	.tbl_frm01 a {text-decoration:none}
	.tbl_frm01 .frm_file {display:block;margin-bottom:5px}
	.tbl_frm01 .frm_info {display:block;padding:0 0 5px;line-height:1.4em}


	/*기본 리스트*
	.list_01 ul {border-top:1px solid #ececec}
	.list_01 li {border-bottom:1px solid #ececec;background:#fff;padding:10px 15px;list-style:none;position:relative}
	.list_01 li:nth-child(odd) {background:#f6f6f6}
	.list_01 li:after {display:block;visibility:hidden;clear:both;content:""}
	.list_01 li:hover {background:#f9f9f9}
	.list_01 li.empty_li {text-align:center;padding:20px 0;color:#666}


	/*폼 리스트*
	.form_01 h2 {font-size:1.167em}
	.form_01 li {margin-bottom:10px}
	.form_01 ul:after,
	.form_01 li:after {display:block;visibility:hidden;clear:both;content:""}
	.form_01 .left_input {float:left}
	.form_01 .margin_input {margin-right:1%}
	.form_01 textarea {height:100px;width:100%}
	.form_01 .frm_label {display:inline-block;width:130px}


	/* 테이블 항목별 정의 *
	.td_board {width:80px;text-align:center}
	.td_category {width:80px;text-align:center}
	.td_chk {width:30px;text-align:center}
	.td_date {width:60px;text-align:center}
	.td_datetime {width:110px;text-align:center}
	.td_group {width:80px;text-align:center}
	.td_mb_id {width:100px;text-align:center}
	.td_mng {width:80px;text-align:center}
	.td_name {width:100px;text-align:left}
	.td_nick {width:100px;text-align:center}
	.td_num {width:50px;text-align:center}
	.td_numbig {width:80px;text-align:center}
	.td_stat {width:60px;text-align:center}
	
	.txt_active {color:#5d910b}
	.txt_done {color:#e8180c}
	.txt_expired {color:#ccc}
	.txt_rdy {color:#8abc2a}


	/*    버튼    *
	a.btn,
	.btn {padding: 0 10px; height: 35px; text-align: center; font-weight: bold; line-height: 35px;
		-webkit-transition: background-color 0.3s ease-out;
		   -moz-transition: background-color 0.3s ease-out;
			-ms-transition: background-color 0.3s ease-out;
			 -o-transition: background-color 0.3s ease-out;
				transition: background-color 0.3s ease-out}
	a.btn01            {display: inline-block; padding: 7px; border: 1px solid #ccc; background: #fafafa; color: #191f2a; text-decoration: none; vertical-align: middle}
	a.btn01:focus,
	a.btn01:hover      {text-decoration:none}
	button.btn01       {display:inline-block;margin:0;padding:7px;border:1px solid #ccc;background:#fafafa;color:#191f2a;text-decoration:none}
	
	a.btn02            {display:inline-block;padding:7px;border:1px solid #3b3c3f;background:#4b545e;color:#fff;text-decoration:none;vertical-align:middle}
	a.btn02:focus,
	.btn02:hover       {text-decoration:none}
	button.btn02       {display:inline-block;margin:0;padding:7px;border:1px solid #3b3c3f;background:#4b545e;color:#fff;text-decoration:none}
	
	.btn_confirm       {text-align:right} /* 서식단계 진행 *
	
	.btn_submit        {border:0;background:#3a8afd;color:#fff;cursor:pointer;border-radius:3px}
	.btn_submit:hover  {background:#2375eb}
	.btn_close         {border:1px solid #dcdcdc;cursor:pointer;border-radius:3px;background:#fff}
	a.btn_close        {text-align:center;line-height:50px}
	
	a.btn_cancel       {display:inline-block;background:#969696;color:#fff;text-decoration:none;vertical-align:middle}
	button.btn_cancel  {display:inline-block;background:#969696;color:#fff;text-decoration:none;vertical-align:middle}
	.btn_cancel:hover  {background:#aaa}
	a.btn_frmline,
	button.btn_frmline {display:inline-block;width:128px;padding:0 5px;height:40px;border:0;background:#434a54;border-radius:3px;color:#fff;text-decoration:none;vertical-align:top} /* 우편번호검색버튼 등 *
	a.btn_frmline {}
	button.btn_frmline {font-size:1em}