@charset "utf-8"; 
 
html							{font-size:18px;}  
@media screen and (max-width:1024px) {
	html						{font-size:16px;} 
} 

.web_size								{position:relative; max-width:1400px; margin:0 auto;} 
.web_size2								{position:relative; max-width:1430px; margin:0 auto;} 

/* HEADER  ================================================================================== */
.header							{position:fixed; width:100%; z-index:999; transition: all 0.1s ease;}
.header::after					{content:''; display:block; clear:both;} 
.header h1						{height:100px; line-height:95px;}
.header h1 img					{height:45px; vertical-align:middle !important;}
.header .web_size				{display:flex; align-items:center;}
.header.on						{background:#fff; box-shadow:rgb(0 0 0 / 8%) 0 6px 20px -5px;}
.header.on .gnb ul>li>a			{color:#111;}

.header .wrap					{width:100%; overflow:hidden;}
.gnb							{position:relative; z-index:800; }
.gnb:after						{content:''; display:block; clear:both;} 
.gnb ul							{display:flex; gap:0 5%; justify-content:flex-end;}
.gnb ul>li>a					{position:relative; display:block; font-size:1.1em; line-height:100px; color:#fff; font-weight:500; letter-spacing:.5px;}
.gnb ul>li>a:after				{content:''; width:0; height:3px; border-radius:5px; background:var(--color1); position:absolute; bottom:0; left:0; overflow:hidden; display:inline-block; transform:scale(0); transition:all 0.3s;}
.gnb ul>li:hover a:after, .gnb ul>li.on>a:after	{width:100%; transform:scale(1); }
.gnb ul ul						{position:absolute; text-align:center; display:none; padding:22px 0; width:200px; background:#fff; border-radius:10px; box-shadow:rgba(0,0,0,0.1) 0px 0px 10px 0px; animation:slide-up-navi 0.4s cubic-bezier(.3,.2,0,1) forwards;}
.gnb ul ul>li>a					{line-height:1.4; font-size:0.95em; font-weight:400; color:#555; padding:7px 0;}
.gnb ul ul>li>a::after			{display:none;}
.gnb ul ul>li>a:hover, .gnb ul ul>li>a.current, .gnb ul ul>li.on>a	{color:#000; background:#f7f7f7;}
.gnb ul ul ul					{display:none !important;}

/*  자동로그아웃 */
#login_timer_box						{float:left;   padding:7px 15px; line-height:1.6em;  font-size:0.85em;background:#dfdfdf;}
#login_timer_box span					{color:#666; opacity:0.7;}
#login_timer_box span:last-child		{margin-left:5px; cursor:pointer;}
#login_timer_box i						{color:#666; margin-right:5px;opacity:0.4;}

.header > .lang_choice, .mbmenu_btn, .mbmenu_top, .top_link		{display:none;}		


@media screen and (max-width:1400px) {
	.header .web_size				{padding:0 3%;}
	.gnb ul>li>a					{font-size: calc(12 * 1px + (22 - 10) * ((100vw - 5px) / 2200));}
}
@media screen and (max-width:1024px) {
	.header							{background:#fff;}
	.header .web_size				{display:block; padding:0;}
	.header h1						{height:60px; line-height:55px; text-align:center;}
    .header h1 img                  {height:30px;}

	.mbmenu_btn						{display:block; position:absolute; top:10px; right:5px; width:45px; height:40px; cursor:pointer; z-index:1;}
	.mbmenu_btn span, .mbmenu_btn::before, .mbmenu_btn::after	{position:absolute; left:8px; content:''; width:23px; height:2px; border-radius:2px; background:#333; transition:all 0.5s;}
	.mbmenu_btn::before				{top:13px;}
	.mbmenu_btn span				{top:20px;}
	.mbmenu_btn::after				{top:27px;}

	.header .wrap					{display:none; position:absolute; top:0; left:0; height:100vh; width:100%; float:none; background:rgba(0,0,0,0.5); z-index:10; transition:all 0.5s ease; border:0;}
	.mbmenu_top						{display:block; border-bottom:1px solid rgba(256,256,256,0.5); margin-bottom:20px;}
	.mbmenu_top .logo				{display:flex; justify-content:space-between; padding:0 20px; height:100px; align-items:center;}
	.mbmenu_top .logo img			{height:55px;}
	.mbmenu_top .close				{cursor:pointer; width:25px; text-align:center; opacity:1; }
	.mbmenu_top .close i			{font-size:1.3em; color:#fff;}

 	.gnb							{display:none; position:fixed; top:0; right:0; width:300px; height:100vh; background:var(--gra); margin:0; animation:slide-left 0.5s cubic-bezier(.5,.2,0,1) forwards;}
	.gnb ul							{display:block;}
	.gnb ul>li						{float:none; width:100%; margin:0;}
	.gnb ul>li>a					{position:relative; padding:0 0 0 25px; line-height:58px; color:#fff !important; font-weight:600; font-size:1.2em;}
	.gnb ul>li>a span				{position:absolute; right:15px; top:16px; width:28px; height:28px; border-radius:5px;}
	.gnb ul>li>a span:after			{position:absolute; content:''; right:9px; top:13px; width:10px; height:2px; background:var(--color1); border-radius:3px;}	
	.gnb ul>li>a span:before		{position:absolute; content:''; right:13px; top:9px; width:2px; height:10px; background:var(--color1); border-radius:3px;}
	.gnb ul>li>a.current span:before, .gnb ul>li.on>a span:before		{display:none;}
	.gnb ul>li.on>a					{background:#fff; color:#111 !important;}
	.gnb ul>li.on>ul				{display:block;}
	.gnb ul ul						{display:block; position:relative; width:100%; padding:5px 25px 25px 25px; animation:initial; border-bottom:1px solid rgba(256,256,256,0.5); background:#fff; border-radius:0; text-align:left; box-shadow:none; animation:initial;}
	.gnb ul ul>li					{margin-bottom:6px;}
	.gnb ul ul>li:last-child		{margin:0;}
	.gnb ul ul>li>a					{position:relative; color:#414141 !important; padding:0 0 0 12px; font-size:1.05em; border:0; transition:none; }
	.gnb ul ul>li>a:before			{position:absolute; content:''; display:block; left:0; top:10px; width:3px; height:3px; border-radius:100%; background:var(--color1);}
	.gnb ul ul>li>a:hover, .gnb ul ul>li>a.current, .gnb ul ul>li.on>a	{color:var(--color1); text-decoration:underline; background:#fff; font-weight:500;}
	.gnb ul ul>li>a span			{display:none; border:none; top:0; background:none;}
	.gnb ul>li>a:after				{display:none;} 
	.gnb ul ul ul					{display:block !Important; padding:10px; border:0;}
	.gnb ul ul ul>li				{margin-bottom:5px;}
	.gnb ul ul ul>li>a				{font-size:1em; padding:0 0 0 12px; color:#888;}
	.gnb ul ul ul>li>a:before		{left:0; width:5px; height:1px; border-radius:0; background:#333;}
 }


/* CONTENTS   ================================================================================== */
.sub_container						{padding:100px 0 0 0; overflow:hidden;} 
.sub_top, .snb						{display:none;}
 
.sub_navigation						{position:relative; line-height:60px; background:var(--gra);} 
.sub_navigation .home				{float:left; line-height:62px; border-left:1px solid rgba(256,256,256,.3); border-right:1px solid rgba(256,256,256,.3); width:65px; text-align:center; cursor:pointer;}
.sub_navigation .home i				{color:#fff; font-size:20px;}
.sub_navigation .arrow01			{position:relative; position:relative; box-sizing:border-box; padding:0 25px; border-right:1px solid rgba(256,256,256,.3);} 
.sub_navigation .arrow01:after		{content:''; position:absolute; top:23px; right:20px; border:solid #fff; border-width:3px 3px 0 0; padding:3px; transform:rotate(135deg); transition:all 0.2s ease; opacity:0.8;}
.sub_navigation .arrow01.on:after	{top:27px; transform:rotate(-45deg);}
.sub_navigation .inner				{position:relative; display:flex;}
.sub_navigation .inner > li			{width:300px;}
.sub_navigation .inner a			{display:block; color:#fff; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; font-size:0.95em; font-weight:500;}
.sub_navigation .inner ul			{display:none ; position:absolute; top:60px; left:0; width:100%; z-index:111; border:1px solid #e5e5e5; border-top:0; box-shadow:5px 5px 10px -5px rgba(0,0,0,0.1);}
.sub_navigation .inner ul a			{display:block; line-height:58px; padding:0 25px; color:#777; background:#fff; border-bottom:1px solid #e5e5e5; transition:all 0.5s ease;cursor:pointer; transition: all 0.3s ease;}
.sub_navigation .inner ul li:last-child a	{border-bottom:0;}
.sub_navigation .inner ul a.on, .sub_navigation .inner ul a:hover	{background:#f5f5f7; color:#000; text-indent:7px;} 

.sub_wrap							{position:relative; padding:100px 0 120px 0;}
.sub_title							{font-size:2.2em; color:#111; line-height:1; font-weight:800; text-align:center; margin-bottom:60px;}
.sub_title:after					{margin-left:13px; content:''; display:none; width:17px; height:17px; border-radius:20px 20px 20px 0; background:var(--gra);}
.sub_cont							{position:relative; min-height:500px; padding-bottom:40px;}
.sub_wrap select					{min-height:42px;}
.sub_wrap .input_form				{line-height:42px;}

@media screen and (max-width:1400px) {
	.sub_wrap						{padding:100px 40px 120px 40px;}
}

@media screen and (max-width:1024px) { 
	.sub_container					{padding:60px 0 0 0;} 
	
	.sub_wrap						{padding:40px 15px 60px 15px;}
	.sub_cont						{min-height:400px;}
	.sub_title  					{font-size:1.6em; margin-bottom:20px;}
	.sub_title:after				{margin-left:7px; width:12px; height:12px;}

	.sub_wrap select				{min-height:32px;}
	.sub_wrap .input_form			{line-height:32px;}

	.sub_navigation					{line-height:46px;}
	.sub_navigation .home			{width:40px; line-height:44px; border-left:0;}
	.sub_navigation .home i			{font-size:1em;}
	.sub_navigation .inner			{display:flex; justify-content:space-around;}
	.sub_navigation .inner ul		{top:46px;}
	.sub_navigation .inner > li		{width:100%; flex:1; min-width:0;}   
	.sub_navigation .inner a		{font-size:0.9em;}
	.sub_navigation .arrow01		{padding:0 10px;}
	.sub_navigation .arrow01:after	{right:10px; top:18px; padding:2px;}
	.sub_navigation .arrow01.on:after	{top:20px;}
	.sub_navigation .arrow01:last-child	{border-right:0;}
	.sub_navigation .inner ul		{top:46px;}
	.sub_navigation .inner ul a		{line-height:42px; padding:0 15px;}
}

/* FOOTER  ================================================================================== */
.copyright						{position:relative; background:#212429; font-size:0.85em; padding:60px 0 80px 0;}

.copyright .subject				{display:flex; gap:20px;}
.copyright .subject a			{color:#fff; font-weight:700;} 
.copyright .subject a:nth-child(2)	{font-weight:300; opacity:0.7;}
.copyright .subject a:nth-child(2):hover	{opacity:1;}
.copyright .subject a.admin		{background:#238cfa; color:#fff; padding:0 10px; font-size:0.8em; border-radius:2px; font-weight:500;}
.copyright .subject a.admin i	{color:#fff; margin-right:3px; font-size:0.9em;}

.copyright address				{font-style:normal; line-height:160%; padding:17px 0; display:grid; gap:5px;}
.copyright address span			{display:inline-block; color:rgba(255,255,255,.55); padding-right:20px;}  
.copyright address span b		{display:inline-block; margin-right:10px; font-weight:600;}
.copyright address>div a:nth-child(3) span	{padding:0;}
.copyright .copy				{color:rgba(255,255,255,.35);}   
.copyright .copy a				{color:rgba(255,255,255,.35);}
.copyright .menu				{display:none;}

.backtop						{display:none; position:fixed; right:40px; bottom:40px; width:70px; height:70px; line-height:82px; color:#fff; text-align:center; font-weight:600; font-size:0.8em; letter-spacing:0; z-index:2200; background:var(--gra); border-radius:5px; cursor:pointer; transition:all 0.3s ease;}
.backtop:before					{content:''; position:absolute; top:23px; right:30px; border:solid #fff; border-width:2px 2px 0 0;  padding:3px; transform: rotate(-45deg);}
.backtop:hover					{bottom:45px;}

@media screen and (max-width:1400px) { 
	.copyright					{padding:60px 40px 80px 40px;}
}
 
@media screen and (max-width:1024px) {    
	.copyright					{padding:25px 15px; text-align:center; font-size:0.85em;}
	.copyright .subject			{justify-content:center;}
	.copyright address			{padding:10px 0 15px 0;}
	.copyright address span		{padding-right:10px;}

	.backtop					{right:20px; bottom:0; width:50px; height:50px; line-height:62px; border-radius:0; font-size:0.75em;}
	.backtop:before				{top:15px; right:20px;}
}


/*  탭메뉴 스타일  ==================================================================================== */
.tabmenu01					{display:flex; justify-content:center; margin-bottom:40px;}
.tabmenu01 li				{position:relative; cursor:pointer; text-align:center; width:100%;}
.tabmenu01 li a				{display:grid; align-items:center; color:#666; background:#f2f2f2; border:1px solid #d4d4d4; border-right:0; color:#666; height:58px; font-size:1.05em; line-height:1.2;}
.tabmenu01 li:last-child a	{border-right:1px solid #cbcdce;}
.tabmenu01 li:hover a		{color:var(--color1); border-color:var(--color1); }
.tabmenu01 .on a			{background:var(--color1); border-color:var(--color1); color:#fff !important; font-weight:500;}

.tabmenu02 						{overflow:hidden; margin:-40px 0 40px 0; text-align:center;}
.tabmenu02 li					{position:relative; display:inline-block; text-align:center; border-bottom:3px solid #ededed;}
.tabmenu02 li:after				{content:''; position:absolute; top:0; left:0; bottom:0; width:1px; height:15px; margin:auto; background:#c0c4c7;}
.tabmenu02 li:first-child:after	{display:none;}
.tabmenu02 li a					{display:block; color:#797979; line-height:58px; padding:0 25px; font-size:1.05em; letter-spacing:0; }
.tabmenu02 .on					{border-color:var(--color1);}
.tabmenu02 .on a, .tabmenu02 a:hover	{color:var(--color1); font-weight:500;}

.tabmenu03						{text-align:center; margin:-20px 0 40px 0; }
.tabmenu03 li					{display:inline-block; margin-right:3px;}
.tabmenu03 li:last-child		{margin:0;}
.tabmenu03 li a					{display:inline-block; background:#f7f7f7; color:#555; font-size:0.9em; line-height:34px; padding:0 15px; border-radius:3px;}
.tabmenu03 li a:hover, .tabmenu03 .on a	{background:var(--color1); color:#fff; font-weight:500;}

@media screen and (max-width:1024px) {   
	.tabmenu01					{flex-wrap:wrap; margin-bottom:20px; gap:3px; }
	.tabmenu01 li				{flex:1 1 40%;}
	.tabmenu01 li a				{height:40px; font-size:0.95em; padding:0 10px; border-right:1px solid #cbcdce;}

	.tabmenu02					{margin:-10px 0 30px 0;}
	.tabmenu02 li				{float:left; width:50%; border-width:2px;}
	.tabmenu02 li:nth-child(odd):after	{display:none;}
	.tabmenu02 li a				{padding:0 10px; font-size:0.95em; line-height:40px;}

	.tabmenu03					{margin:0 0 20px 0;}
	.tabmenu03 li a				{line-height:32px; padding:0 12px;}
}

/*  공통 버튼  ==================================================================================== */
.sub_btn01						{display:inline-block; line-height:60px; text-align:center; letter-spacing:.25px; min-width:150px; font-size:1.05em; padding:0 20px; color:#fff;  border-radius:2px; background:var(--color2); border:1px solid var(--color2); cursor:pointer; vertical-align:top; transition:all 0.5s ease;}
.sub_btn02						{display:inline-block; line-height:60px; text-align:center; letter-spacing:.25px; min-width:150px; font-size:1.05em; padding:0 20px; color:#414141; border-radius:2px; background:#fff;  border:1px solid #ccc; cursor:pointer; vertical-align:top; transition:all 0.5s ease;}

.sub_btn01:hover,
.sub_btn02:hover				{background:#101821; border-color:#101821; color:#fff;}
 
@media screen and (max-width:1024px) {    
	.sub_btn01, .sub_btn02			{min-width:120px; line-height:40px; padding:0 10px; font-size:1em;} 
	.sub_btn03						{height:55px; line-height:55px;}
}


/*  서브페이지 하단 정보   ==================================================================================== */
.damdang_box						{position:relative;padding:17px 20px; border:1px solid #ddd; margin-top:40px; font-size:0.95em;color:#797979;}
.damdang_box i						{font-size:25px; margin-right:10px; vertical-align:middle; color:var(--color1);}
.damdang_box p						{display:inline-block; margin-right:30px;}
.damdang_box p:last-child			{margin:0;}
.damdang_box span					{font-weight:500; color:#111; position:relative; padding:0 28px 0 0;}
.damdang_box span:after				{content:''; position:absolute; top:2px; right:12px; bottom:0; width:1px; height:0.85em; margin:auto; background:#d1d1d2;}

@media screen and (max-width:768px) {
	.damdang_box					{padding:15px;}
	.damdang_box p					{display:block; margin:2px 0;}
	.damdang_box i					{float:left; font-size:20px; margin-right:7px;}
}

.ceditor_box						{position:relative; padding:10px 15px; min-height:65px; background:#f9f9f9; border:1px solid #e2e4e7; display:flex;align-items:center;margin-top:-1px;  }
.ceditor_box .item01				{position:relative; font-size:0.9em; color:#636363; letter-spacing:-1px; display:flex; gap:0 20px;}
.ceditor_box .item01 span			{position:relative; list-style:none; padding:1px 20px 1px 15px; }
.ceditor_box .item01 span::before	{position:absolute; content:''; display:block; left:5px; top:11px; width:3px; height:3px; background:#777; border-radius:50%;}
.ceditor_box .item01 span::after	{position:absolute; content:''; top:6px;right:8px;width:1px;height:15px;background:#d4d9de;}
.ceditor_box .item02				{position:relative;flex:2;text-align:right;  }
.ceditor_box .btn					{display:inline-block;text-align:center; font-size:0.9em; margin:0 1px;letter-spacing:-1px; padding:0 15px; line-height:36px;color:#fff; background:#777; border:1px solid rgb(0,0,0,0.15); cursor:pointer; border-radius:2px; transition:all 0.2s ease;}
.ceditor_box .btn i					{font-size:0.95em; padding:0 0 0 8px;}
.ceditor_box .btn:hover				{background:#000;}

@media screen and (max-width:768px) {
.ceditor_box						{display:grid; gap:10px 0;}
.ceditor_box .item01				{display:grid; gap:10px;}
.ceditor_box .btn					{line-height:32px;}
}

/*  분리 수정  ==================================================================================== */
.guavamode_open						{border-radius:0 !important; right:0 !important; bottom:140px !important;}


/* 상단 검색 레이어   ============================================================== */
.top_search_wrap									{display:none; position:fixed; top:0; left:0; width:100%; text-align:center; padding:80px 0; background:rgb(255,255,255,1); box-shadow:0 2px 20px 0 rgba(0,0,0,0.1); z-index:999999999;}
.top_search_wrap .search_tit						{font-weight:700; text-align:center; font-size:2em;color:var(--color2); letter-spacing:0; line-height:1.2;}
.top_search_wrap .search_box						{position:relative; max-width:600px; margin:20px auto;}
.top_search_wrap .search_box form					{border:4px solid var(--color2); border-radius:7px; overflow:hidden;}
.top_search_wrap .search_box input[type="text"]		{width:calc(100% - 65px);line-height:62px; color:var(--color2); border:0; padding:0 0 0 20px;}
.top_search_wrap .search_box .btn					{width:55px; height:60px; cursor:pointer; text-indent:0; color:var(--color2); } 
.top_search_wrap .search_box .btn i					{font-size:1.4em;}
.top_search_wrap .search_box input::placeholder		{color:#777;}
.top_search_wrap .search_box input:hover, .top_search_wrap .search_box input:focus, .top_search_wrap .search_box input:active	{background:#fff;color:#000;}
.top_search_wrap .search_word a						{display:inline-block;color:#888; padding:0 10px; letter-spacing:-.75px;}
.top_search_wrap .search_word a:hover				{text-decoration:underline; color:var(--color2);}

.top_search_wrap .search_close						{position:absolute; right:-65px; top:0; font-size:2em; width:60px; line-height:65px; opacity:0.7; cursor:pointer; opacity:0.5;}
.top_search_wrap .search_close:hover				{opacity:1;}

@media screen and (max-width:1024px) {
	.top_search_wrap				{padding:40px 0;}
	.top_search_wrap .search_tit	{font-size:1.6em;}
	.top_search_wrap .search_box	{max-width:calc(100% - 70px); margin:15px 20px 10px 20px;}
	.top_search_wrap .search_box form	{border-width:3px;}
	.top_search_wrap .search_box input[type="text"]	{font-size:1.05em; width:calc(100% - 55px); line-height:46px; padding-left:12px;}
	.top_search_wrap .search_box .btn	{width:50px; height:46px;}
	.top_search_wrap .search_box .btn i	{font-size:1.2em;}
	.top_search_wrap .search_close		{right:-40px; width:30px; line-height:50px; font-size:1.5em;}
	.top_search_wrap .search_word a		{padding:0 5px; font-size:0.9eml}
}

/* 사이트맵   =============================================================== */
#sitemap_wrap											{display:none; position:fixed;  top:0;width:100%; height:100vh;background:#fff;padding:20px 0 0 0; z-index:999999999999;}
.allmenu_wrap											{ position:absolute; width:100%; }
.allmenu_wrap .global_menu					{text-align:right;padding:0 80px 50px 0;}
.allmenu_wrap .global_menu a				{display:inline-block; border:1px solid #ddd;color:#666; min-width:90px;line-height:30px;padding:0 20px; font-size:0.85em;}
.allmenu_wrap ul										{width:100%; border-right:1px solid #eee;display: grid; grid-template-columns: repeat(4, 1fr); overflow-y: auto; max-height: calc(100vh - 80px); }
.allmenu_wrap ul>li									{  padding:15px 40px 40px 40px; border-left:1px solid #eee;  }
.allmenu_wrap li p a									{display:block; font-weight:bold; color:var(--color1);font-size:1.35em;   padding:0 0 15px 0;     }
 
.allmenu_wrap ul>li>ol>li a						{display:block;line-height:1.3em ;  padding:8px 0; font-weight:500;color:#363636;}
.allmenu_wrap ul>li>ol>li>ol					{padding:0 0 10px 0;}
.allmenu_wrap ul>li>ol>li>ol>li				{position:relative;  }
.allmenu_wrap ul>li>ol>li>ol>li a				{display:block; font-weight:400;color:#555;font-size:0.9rem;   padding:6px 0 6px 20px; }
.allmenu_wrap ul>li>ol>li>ol>li::after		{content:''; position:absolute; left:10px;top:13px;width:3px;height:3px;background:#666;border-radius:5px; }
.allmenu_wrap ul>li>ol>li>ol>li>ol			{padding:5px 0 10px 12px;}
.allmenu_wrap ul>li>ol>li>ol>li>ol>li		{position:relative;  }
.allmenu_wrap ul>li>ol>li>ol>li>ol>li a	{display:block;  font-weight:400;color:#777;font-size:0.9rem;   padding:4px 0 4px 20px; }
.allmenu_wrap ul>li>ol>li>ol>li>ol>li::after	{content:''; position:absolute; left:10px;top:11px;width:4px;height:1px;background:#666;border-radius:5px; }
.sitemap_close											{position:absolute;  display:inline-block; right:0;top:-15px;width:60px; height:60px;cursor:pointer;   transform: rotate(45deg); -webkit-transform: rotate(45deg);}
.sitemap_close:after									{position:absolute; content:''; left:50%; top:50%; transform:translate(-50%, -50%); width:45px; height:1px; background:#000;}
.sitemap_close:before								{position:absolute; content:''; left:50%; top:50%; transform:translate(-50%, -50%); height:45px; width:1px; background:#000; }

@media screen and (max-width:1024px) {
#sitemap_wrap											{display:none; }
.allmenu_wrap ul>li									{ padding:15px 30px 30px 30px;  }
}
@media screen and (max-width:768px) {
.allmenu_wrap ul										{ grid-template-columns: repeat(3, 1fr);  }
.allmenu_wrap li p a									{ font-size:1.2em;  }
.allmenu_wrap ul>li									{ padding:10px 25px 20px 25px;  }
.allmenu_wrap ul>li>ol>li a						{  padding:6px 0; }
.allmenu_wrap ul>li>ol>li>ol>li a				{ padding:4px 0 4px 14px; }
.allmenu_wrap ul>li>ol>li>ol>li::after		{ left:5px; top:11px; }
}
@media screen and (max-width:600px) {
.allmenu_wrap ul										{ grid-template-columns: repeat(2, 1fr);  }
}


/*  QR 스타일 ==================================================================================== */
#guava_qrcode_btnwrap					{position:absolute; top:20px; right:0;z-index:9;}
#guava_qrcode_btnwrap span				{display:inline-block;border:1px solid #ddd;text-align:center;color:#848b9a; border-radius:5px;width:29px;height:29px; cursor:pointer; box-shadow:0 0 10px 1px rgba(0,0,0,0.07); background:url('../img/guava/icon_qr.png') no-repeat center 50%; opacity:0.75; transition:all 0.3s ease;}
#guava_qrcode_btnwrap span:hover		{opacity:1;} 

#guava_qrcode_infowrap						{display:none;position:absolute; top:60px; right:0;z-index:999999999;border:1px solid #ddd;border-radius:0;background:#f8f8f8; width:280px;padding:20px; }
#guava_qrcode_infowrap::after			{position:absolute;content:''; right:6px; top:-10px; width:15px; height:10px; background:url('../img/guava/icon_qr_arrow.png') no-repeat top right ;}
#guava_qrcode_infowrap .url				{width:100%;font-size:0.75em; line-height:36px; padding:0 8px;color:#888;margin:20px 0 10px 0; border:1px solid #d8dadf;  }  
#guava_qrcode_infowrap input:focus						{background:#f0f0f0; }
#guava_qrcode_infowrap .qr_img				{text-align:center; background:#fff; padding:20px;}
#guava_qrcode_infowrap .qr_img img		{width:150px;}

#guava_qrcode_infowrap .qr_btn						{position:relative;text-align:center; margin:10px 0 0 0; background-color:#6f7788; color:#fff; padding:11px;width:100%; font-size:0.95em;  }
#guava_qrcode_infowrap .qr_btn a					{ display:block;color:#fff; background:url('../img/guava/icon_qr_down.png')  no-repeat 83% 50% ; }
#guava_qrcode_infowrap .qr_btn:hover			{background-color:#202020; } 
#guava_qrcode_fade										{position:fixed; top:0%; left:0%; width:100%; height:100%; background:transparent; z-index:999999998; }
#guava_qrcode_infowrap .qr_close			{position:absolute;right:10px;top:10px;}
#guava_qrcode_infowrap .qr_close span	{display:block; height:20px;width:20px;cursor:pointer; transform: rotate(-45deg); -webkit-transform: rotate(-45deg);} 
#guava_qrcode_infowrap .qr_close span::after	{position:absolute; content:''; left:50%; top:50%; transform:translate(-50%, -50%); width:18px; height:1px; background:#444;}
#guava_qrcode_infowrap .qr_close span::before	{position:absolute; content:''; left:50%; top:50%; transform:translate(-50%, -50%); height:18px; width:1px; background:#444;}

@media screen and (max-width:1400px) { 
#guava_qrcode_btnwrap, #guava_qrcode_infowrap	{right:20px;}
}
@media screen and (max-width:1024px) {
#guava_qrcode_btnwrap					{top:10px; right:10px;}
#guava_qrcode_infowrap					{right:10px;}
}
 

/*  페이지프린트  스타일  ==================================================================================== */
 #guava_pageprint_btnwrap						{position:absolute; top:20px; right:50px;z-index:9;}
#guava_pageprint_btnwrap span				{display:inline-block;border:1px solid #b9b9b9;text-align:center;color:#848b9a; border-radius:8px;width:40px;height:40px; cursor:pointer; background:url('../img/common/icon_print.png') no-repeat center 50%; opacity:0.7;}
#guava_pageprint_btnwrap span:hover			{border:1px solid #b2b7c1;}

@media screen and (max-width:1400px) {
#guava_pageprint_btnwrap						{right:65px;}
}
@media screen and (max-width:1024px) {
#guava_pageprint_btnwrap						{top:15px;}
}

/*  페이지프린트  스타일  ==================================================================================== */