@charset "UTF-8";

	.gnb{ text-align: center; overflow: hidden; }
	.gnb li{ float: left; }
	.gnb li a{ display: inline-block; padding: 10px; line-height: 1em; text-align: center; border-left: 1px solid #fff; }
	.gnb li i { display: inline-block; vertical-align: middle; }
	.gnb img{ width: auto; }

	.top_search { padding: 20px 0; }
	.top_search .cs { text-align: right; }
	.top_search .cs a { display: block; padding: 15px 0 0 0; }

	.top_search .se { padding: 15px 30px 0 50px; }
	.top_search .se p { padding: 5px 0 0 0; }
	.top_search .se a { display: inline-block; padding: 0 0 0 5px; }
	.top_search .se i { display: inline-block; width: 16px; height: 16px; text-align: center; color: #fff ; background: #FF4D01 ; }

	.top_search .se .box { position: relative; border: 5px solid #FF4D01; }
	.top_search .se button { position: absolute; top: 0; right: 0; width: auto; }
	.top_search .se button:focus { border: 0; }
	.top_search .se input { border: 0; height: 38px; }
	.top_search .se button img { border: 0; height: 38px; }
	
	nav { background: #FF4D01; }
	nav .menu > li{ float: left; width: 10%;  }
	nav .menu > li > a{ display: block; position: relative; padding: 16px 0 17px 0; text-align: center; line-height: 1em; }
	nav .menu > li > a span{ display: block; color: #fff; border-left: 0; font-weight: 400; }
	nav .menu > li:nth-child(1) > a span{ border-left: 0; }
	nav .menu > li:hover { color: #7a6a56; }

	nav > div { position: relative; }

/*전체메뉴*/
	nav .all_btn { display: block; position: relative; padding: 15px 0; line-height: 1em; color: #fff; cursor: pointer; }

	nav .all_wrap { display: none; position: absolute; top: 50px; left: 0; z-index: 999; width: 98.4%; margin-left:0.8%; /* border: 4px solid #FF4D01; */ background: #fff; }
	nav .all_wrap th { width: 240px; text-align: center; border-bottom: 1px solid #000000; background: #E5E5E5; }
	nav .all_wrap td { border-bottom: 1px solid #000000; }
	nav .all_wrap dl { border-top: 1px solid #000000; overflow: hidden; }
	nav .all_wrap td dl:nth-of-type(1) { border-top: 0; }
	nav .all_wrap dt { float: left; width: 15%; padding: 5px 10px; }
	nav .all_wrap dd { float: left; width: 85%; padding: 5px 10px; }
	nav .all_wrap dd a { display: inline-block; line-height: 16px; }
	
	nav .all_wrap button { width: 100%; height: 60px; text-align: center; font-weight: 800; color: #FF4D01; }
	
	nav .all_close { position: absolute; right: 10px; top: 10px; z-index: 10;
					 display: block; width: 16px; height: 16px; line-height: 16px; text-align: center; color: #000; background: #fff; cursor: pointer; font-weight:bold;}

/*서브메뉴*/
	nav .menu .sub_menu { display: none; position: absolute; left: 0; top: 50px; z-index: 999;
		width: 100%; font-size: 14px; text-align: left; background: #fff; }
	nav .menu > li:hover .sub_menu { display: block; height: auto; }
	nav .menu .sub_menu table { border: 4px solid #FF4D01; }
	nav .menu .sub_menu th { padding: 10px 5px; font-weight: 400; color: #000; border: 1px solid #B4AFA9; background: #e5e5e5; }
	nav .menu .sub_menu td { padding: 5px 0; vertical-align: top; color: #000; border: 1px solid #B4AFA9; }
	nav .menu .sub_menu a { display: block; padding: 5px; }
	nav .menu .sub_menu a:hover{ text-decoration: underline; color: #FF4D01; }

/* 퀵메뉴 */
	.roll { position: fixed !important; }
	.l_quick.roll { left:initial !important; margin: 10px 0 0 -135px; }
	.r_quick.roll { right:initial !important; margin: 10px 0 0 1280px; }

/* 왼쪽 퀵 */
	.l_quick { position: absolute; top: 0; left: -125px; width: 115px; margin-top: 10px; text-align: center; }
	.l_quick p { font-weight: 800; color: #fff; background: #FF4D01; }
	.l_quick ul { padding: 5px 10px; background: #FDC1A0; }
	.l_quick li { padding: 5px 0; }
	.l_quick select { height: 24px; line-height: 24px; padding: 0 5px; border: 0; background: url(../../img/common/select_bg.png) 110% -50px no-repeat, #fff; }
	.l_quick > div { padding: 10px 0 0 0; }

/* 오른쪽 퀵 */
	.r_quick { position: absolute; top: 0; right: -150px; width: 140px; margin-top: 10px; text-align: center; background: #fff; }
	.r_quick p { font-weight: 800; color: #fff; background: #FF4D01; }
	.r_quick .mu { padding: 10px 0; border: 1px solid #FF4D01; }
	.r_quick dl { border: 1px solid #FF4D01; }
	.r_quick dt { padding: 10px; }
	.r_quick dd { padding: 0 0 10px 0; overflow: hidden; }
	.r_quick dd i { display: inline-block; float: left; width: 20%; height: 30px; line-height: 30px; cursor: pointer; }
	.r_quick dd span { display: inline-block; float: left; width: 60%; line-height: 30px; }
	.r_quick .ban li { padding: 5px 0 0 0; }
	

/* 하단 */
	footer{ padding-top: 20px; border-top: 10px solid #FF4D01; }
	footer img { width: auto; }

	footer .ft_bt { text-align: center; }
	footer .ft_bt strong { display: block; padding: 5px 0 0 0; }
	footer .ft_bt a { display: block; padding: 10px 0 20px 0; letter-spacing: -1px; background: #E8E7E0; }
	footer .ft_bt p { padding: 5px 0; }

	footer .ft_cs { margin: 0 -5px; }
	footer .ft_cs h4 { padding: 10px 0; }
	footer .ft_cs h4 span { display: inline-block; padding: 10px 20px; border-bottom: 1px solid #B4AFA9; }

	footer .ft_cs td { padding: 20px 5px; }
	footer .ft_cs td:nth-child(1){ width: 27%; }
	footer .ft_cs td:nth-child(2){ width: 28%; }
	footer .ft_cs td:nth-child(3){ width: 25%; }
	footer .ft_cs td:nth-child(4){ width: 20%; }

	footer .ft_cs .box { height: 385px; border: 1px solid #B4AFA9; }
	footer .ft_cs .bank { padding: 5px 10px; overflow: hidden; }
	footer .ft_cs .bank dt { float: left; }
	footer .ft_cs .bank dd { float: left; padding: 20px 0 20px 5px; }
	footer .ft_cs .receipt { border-top: 1px solid #B4AFA9; overflow: hidden; }
	footer .ft_cs .receipt li { float: left; width: 50%; padding: 10px; }
	footer .ft_cs .receipt a { display: block; padding: 0 0 10px 0; text-align: center; background: #E8E7E0; }

	footer .ft_cs .webhard { overflow: hidden; }
	footer .ft_cs .webhard li { float: left; padding: 10px 0 0 0; letter-spacing: -1px; }
	footer .ft_cs .webhard strong { display: block; }
	footer .ft_cs .webhard p { padding: 5px 0; line-height: 1.3em; }
	footer .ft_cs .webhard a { display: inline-block; padding: 5px 20px; font-weight: 400; color: #fff; background: #6C1A04; }
	footer .ft_cs .bg_box { display:block; width: 80%; margin: 0 auto; text-align: center; padding: 10px; line-height: 1.2em; background: #E8E7E0; }
	footer .ft_cs .mail_box { padding: 15px 0; width: 80%; margin: 0 auto; text-align: center; }
	footer .ft_cs .mail_box a { display: block; padding: 5px 0; border: 1px solid #C2000B; }
	footer .ft_cs .mail_box span { display: inline-block; vertical-align: middle; padding: 0 5px; line-height: 1.2em;  }

	footer .ft_cs .call { padding: 20px 0 10px 0; text-align: center; }
	footer .ft_cs .call span { display: inline-block; padding: 0 5px; vertical-align: middle; line-height: 1.1em; text-align: left; }

	footer .ft_cs .tt_box { padding: 20px; line-height: 1.3em; letter-spacing: -1px; }

	footer .ft_cs .ser_box { overflow: hidden; padding: 5px; }
	footer .ft_cs .ser_box li { float: left; width: 50%; padding: 5px; }
	footer .ft_cs .ser_box a { display: block; padding: 2px 0 5px 0; text-align: center; background: #E8E7E0; }
	footer .ft_cs .ser_box p { padding: 5px 0 0 0; }

	footer .ft_lk { margin: 0 -10px; color: #fff; background: #FF4D01; }
	footer .ft_lk a { display: inline-block; padding: 0 23px; line-height: 50px; }

	footer .ft_info { padding: 20px 0; }
	footer .ft_info th { width: 250px; text-align: center; border-right: 1px solid #231815; }
	footer .ft_info td { padding: 0 20px; line-height: 1.5em; }