 @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.2s ease; border-bottom:1px solid rgba(256,256,256,.3);}
.header::after					{content:''; display:block; clear:both;} 
.header h1						{float:left;  padding-left:60px;}
.header h1 a					{width:200px; height:110px; display:inline-block;  background:url('../img/common/top_logo2.png') no-repeat center 50%; background-size:auto 60px;}
.header.on h1 a 				{background-image:url('../img/common/top_logo.png');}
.header:hover, .header.on		{background:#fff; box-shadow:rgb(0 0 0 / 7%) 2px 3px 10px;}
.header:hover .gnb>ul>li>a, .header.on .gnb>ul>li>a			{color:#333;}
.header:hover .top_link>li a, .header.on .top_link>li a		{color:#888; font-weight:400;}
.header:hover .log i, .header:hover .allmenu i, .header.on .log i, .header.on .allmenu i	{color:#333 !important;}
.header:hover .lang_choice		{color:#333;}
.header.on .lang_choice		{color:#333;}

.top_link						{float:right; padding:38px 60px 0 0; display:flex; gap:0 23px;}
.top_link li					{position:relative;}
.top_link li a					{display:block; color:#fff; letter-spacing:-0.5px; font-size:0.9em; font-weight:500;}	
.top_link i						{margin-right:5px; font-size:15px;}					
.top_link>ul					{position:absolute; top:0; right:20px; display:flex; gap:0 5px; width:auto; z-index:1;}
.top_link>ul li a				{background:#1a6cff; color:#fff; padding:0 12px; font-size:0.85em; border-radius:0 0 5px 5px; opacity:1; height:28px; line-height:27px; font-weight:500;}
.top_link>ul .admin a			{background:#29b1bc;}
.top_link .log i			 	{font-size:30px;}
.top_link .allmenu i			{font-size:35px;}


/*  자동로그아웃  */
#login_timer_box					{padding:2px 10px; line-height:1.6em; font-size:0.8em; background:#e4e4e4; border-radius:0 0 5px 5px;}
#login_timer_box:after				{display:none;}
#login_timer_box span				{color:#111; opacity:0.7;}
#login_timer_box span:last-child	{margin-left:5px; cursor:pointer;}
#login_timer_box i					{color:#555; margin-right:5px;opacity:0.4;}
 
/*  구글 번역   */
.header > .lang_choice				{display:none;}
.lang_choice						{cursor:pointer; color:#fff; font-size:0.9em;}
.lang_item							{position:absolute; top:80px !important; width:100px; padding:10px 0; border:2px solid #ccc; background:#fff; border-radius:10px; z-index: 1001;}
.lang_item a						{word-break: keep-all; text-align:center; font-size:0.85em; color:#888; display:block; padding:2px 0;}
.lang_item a:hover					{color:#000; background:#f2f2f2;}
.lang_empty							{display: none;}

.header .wrap						{overflow:hidden; }
.gnb								{z-index: 800;}
.gnb::after							{content:''; display:block; clear:both;}  
.gnb ul								{display:flex; justify-content:center; gap:0 4%;}
.gnb ul>li>a						{font-weight:700; position:relative; display:block; font-size:1.2em; line-height:110px; color:#fff;}
.gnb ul>li>a:after					{content:''; width:0; height:4px; background:var(--color1); position:absolute; bottom:-1px; 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; display:none; padding:30px 0; text-align:center; z-index:701;}
.gnb ul ul>li>a						{line-height:33px; font-size:0.95em; color:#666; font-weight:400;}
.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	{text-decoration:underline; color:var(--color1) !important; font-weight:500;}
.gnb ul ul>li>ul					{display:none !important;}
.gnb_bg								{display:none; position:absolute; width:100%; top:110px; height:240px; overflow:hidden; background:#fff; z-index:700; border-top:1px solid #eaeaea; box-shadow:rgb(0 0 0 / 5%) 0 20px 20px -20px;}
.gnb ul>li>a font					{font-size:15px;}

.top_link ul .search, .mbmenu_btn, .mbmenu_top	{display:none;}							


@media screen and (max-width:1480px) {
	.header h1						{float:none; padding:0; text-align:center;}
	.header h1 a					{height:80px;}
	.top_link						{padding:0; margin:-60px 10px 0 0;}
	.gnb ul>li>a					{line-height:60px;}
	.gnb_bg							{top:140px;}
}

@media screen and (max-width:1400px) {
	.top_link						{gap:0 12px;}
	.top_link .log i				{font-size:25px;}
	.top_link .allmenu i			{font-size:28px;}
	.lang_choice i					{font-size:1em;}
	.gnb ul							{gap:0 3%;}
	.gnb ul>li>a					{font-size: calc(12 * 1px + (22 - 10) * ((100vw - 5px) / 2200)); }
}

@media screen and (max-width:1024px) {
	.header							{height:60px; background:#fff;}
	.header h1 a					{width:140px; height:60px; background-size:auto 40px;}

	.top_link						{position:absolute; right:55px; top:17px; float:none; margin:0;}
	.lang_choice 					{color:#333;}
	.lang_item							{top:50px !important;}
	.top_link .mob, .top_link .allmenu	{display:none;}

	.mbmenu_btn						{display:block; position:absolute; top:16px; right:0; width:40px; height:40px; color:#fff; cursor:pointer; z-index:1; transition:all 0.5s;}
	.mbmenu_btn i					{font-size:28px;}
	.header .mbmenu_btn i			{color:#000;}

	.header .wrap					{display:none; position:absolute; top:0; height:100vh; width:100%; float:none; background:rgba(0,0,0,0.7); z-index:10; transition:all 0.5s ease;}
	.mbmenu_top						{display:block; position:relative; margin:0 20px; border-bottom:2px solid rgb(255,255,255,0.4);}
	.mbmenu_top .menu				{display:flex; gap:5px; margin:20px 0; } 
	.mbmenu_top .menu a				{display:block; width:90px; line-height:40px; background:rgba(0,0,0,0.2); text-align:center; color:#fff;font-size:0.9em; font-weight:500; border-radius:5px;}  
	.mbmenu_top .menu i				{opacity:0.8; margin-right:5px;}
	.mbmenu_top .colse				{position:absolute; top:0; right:-5px; width:40px; line-height:40px;cursor:pointer; color:#fff; font-size:1.5em; text-align:center; }
 
 	.gnb							{display:none; position:fixed; top:0; right:0; width:300px; height:100vh; background:var(--color1); margin:0; animation:slide-left 0.5s cubic-bezier(.5,.2,0,1) forwards;}
	.gnb ul							{text-align:left; margin:0 20px; display:block;}
	.gnb ul>li						{float:none; width:100%; margin:0;}
	.gnb ul>li>a					{font-weight:500; position:relative; text-indent:10px; letter-spacing:-1px; line-height:60px; color:#fff !important; font-size:1.15em; border-bottom:1px solid rgb(255,255,255,0.2);}
	.gnb ul>li>a span				{position:absolute; right:0; top:16px; width:28px; height:28px; background:rgb(255,255,255,0.1); border-radius:5px;}
	.gnb ul>li>a span:after			{position:absolute; content:''; right:9px; top:13px; width:10px; height:2px; background:#fff;}	
	.gnb ul>li>a span:before		{position:absolute; content:''; right:13px; top:9px; width:2px; height:10px; background:#fff;}
	.gnb ul>li>a.current span:before, .gnb ul>li.on>a span:before		{display:none;}
	.gnb ul>li.on>ul				{display:block;}
	.gnb ul ul						{display:block; position:relative; width:100%; padding:15px 0 !important; margin:0 !important; border-radius:5px; background:#fff;}
	.gnb ul ul>li					{margin:0;}
	.gnb ul ul>li>a					{position:relative; text-indent:28px; line-height:30px; color:#666 !important; font-size:1em; border:0; text-align:left; transition:none;}
	.gnb ul ul>li>a:before			{position:absolute; content:''; display:block; top:15px;left:18px; 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; font-weight:normal;}
	.gnb ul ul>li>a span			{display:none; border:none; top:0; background:none;}
	.gnb ul>li>a:after				{display:none;} 
	.gnb ul ul>li>ul				{display:block !Important; padding:5px 20px !important; background:rgb(256,256,256,0.15); margin:10px 0;  border-bottom:0 solid #e5e5e5;}
	.gnb ul ul ul>li>a				{text-indent:20px; line-height:26px; font-size:0.9em;}
	.gnb ul ul ul>li>a:before		{left:8px; width:5px; height:1px; border-radius:0; }
 }


/* CONTENTS   ================================================================================== */
.sub_container						{padding:0;} 
.sub_top							{position:relative; overflow:hidden; background:#333; height:400px; text-align:center;}
.sub_top .txt						{position:absolute; width:100%; top:52%; transform:translateX(-50%); z-index:1; animation: slide-up 1.25s cubic-bezier(.5,.2,0,1) forwards;}  
.sub_top h3							{font-weight:700; font-size:2.7em; color:#fff; letter-spacing:-2px; line-height:1;}
.sub_top em							{font-family: 'paybooc-Bold'; font-size:0.9em; display:block; letter-spacing:3px; margin-bottom:17px; color:#fff; opacity:0.9;}
.sub_top .location					{display:none; justify-content:center; gap:0 50px; opacity:0.9; margin-top:25px;}
.sub_top .location li				{position:relative;}
.sub_top .location li:before			{content:''; position:absolute; top:10px; left:-27px; border:solid #fff; border-width:2px 2px 0 0; padding:3px; transform:rotate(45deg); opacity:0.5;}
.sub_top .location li:first-child::before	{display:none;}
.sub_top .location li a				{color:#fff;}
.sub_top .location li i				{font-size:20px;}
.sub_top .sub_visual				{position:absolute; top:0; width:100%; height:100%; animation:imgScale 3s both;}
  
.snb								{position:absolute;width:280px; top:80px; z-index:1; }
.snb h2								{font-weight:700; font-size:1.8em; color:#333; line-height:1; margin-bottom:40px; letter-spacing:-2px;}
.snb>ul								{border-top:1px solid #e5e5e5;}
.snb>ul>li							{position:relative;}
.snb>ul>li:before					{content:''; position:absolute; top:27px; right:15px; z-index:1; border:solid #adadad; border-width:2px 2px 0 0; padding:2px; transform:rotate(45deg);}
.snb>ul>li:after					{position:absolute; content:''; right:5px; top:18px; width:23px; height:23px; background:#f8f8f8; border-radius:3px;}
.snb>ul>li a						{position:relative; display:block; text-indent:12px; line-height:62px; color:#414141; border-bottom:1px solid #e5e5e5; }
.snb>ul>li a:after					{content:''; width:0; height:2px; background:var(--color1); position:absolute; z-index:1; bottom:-1px; left:0; transition:all 0.3s ease; overflow:hidden; display:inline-block;}
.snb>ul>li.on a, .snb>ul>li:hover a		{font-weight:600; color:var(--color1);}	
.snb>ul>li.on a:after, .snb>ul>li:hover a:after	{width:100%;}
.snb>ul>li.on:after					{background:var(--color1);}	
.snb>ul>li.on:before				{border-color:#fff;}
.snb>ul>ul							{gap:5px 0; background:#f8f8f8; padding:20px; border-bottom:1px solid #ddd;}
.snb>ul>ul>li:after, .snb>ul>ul>li:before			{display:none;}
.snb>ul>ul>li a						{position:relative; border:0; line-height:31px; color:#666; padding:0 0 0 12px; font-size:0.95em;}
.snb>ul>ul>li a:before				{content:''; position:absolute; top:12px; left:0; bottom:0; width:4px; height:4px; border-radius:100%;  background:#aaa;}
.snb>ul>ul>li:hover a, .snb>ul>ul .on a	{color:var(--color1); font-weight:500;}
.snb>ul>ul>li:hover a:before, .snb>ul>ul .on a:before	{background:var(--color1); }

.sub_wrap							{position:relative; padding:100px 0; margin-left:360px;}
.sub_cont							{position:relative; min-height:550px; padding-bottom:40px;}
.sub_title							{display:none; font-size:2.4em; color:#333; font-weight:700; margin-bottom:60px; line-height:1;}

.sub_navigation						{position:relative; line-height:60px; background:var(--color1);} 
.sub_navigation .home				{font-size:23px; float:left; 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;}
.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:25px; right:20px; border:solid #fff; border-width:2px 2px 0 0; padding:3px; transform:rotate(135deg); transition:all 0.2s ease; opacity:0.8;}
.sub_navigation .arrow01.on:after	{top:30px; transform:rotate(-45deg);}
.sub_navigation .inner				{position:relative; display:flex;}
.sub_navigation .inner > li			{width:300px;}
.sub_navigation .inner a			{display:block; color:#fff; letter-spacing:-0.75px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.sub_navigation .inner ul			{display:none ; position:absolute; top:61px; 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:56px; 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:#f7f7f7; color:#000; text-indent:7px;} 


@media screen and (max-width:1400px) { 
	.snb							{left:20px;}
	.sub_wrap						{padding-right:20px;}
}

@media screen and (max-width:1200px) { 
	.sub_top						{height:400px;}
	.sub_top h3						{font-size:2.4em;}
	.snb							{display:none;}
	.sub_wrap						{margin-left:0; padding:60px 20px;}
	.sub_navigation					{display:block;}
	.sub_navigation .home			{border-left:0;}
}

@media screen and (max-width:1024px) { 
	.sub_container					{padding:60px 0 0 0;} 
	
	.sub_top						{display:none;}
	.sub_wrap						{padding:40px 15px;}
	.sub_cont						{min-height:400px; padding-bottom:40px;}
	.sub_title						{text-align:center; display:block; font-size:1.6em; margin-bottom:30px; letter-spacing:-1.75px;}
	.sub_title:after				{content:''; display:block; width:30px; height:1px; background:var(--color1); margin:15px auto 0 auto;}

	.sub_navigation					{line-height:46px;}
	.sub_navigation .home			{width:40px; font-size:15px; line-height:48px;}
	.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 15px;}
	.sub_navigation .arrow01:after	{right:10px; top:20px; padding:2px;}
	.sub_navigation .arrow01.on:after	{top:23px;}
	.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;}
	.sub_navigation:after			{display:none;}

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


/* FOOTER  ================================================================================== */
.copyright						{position:relative; background:#212429; padding:60px 0 80px 0; font-size:0.95em;}
.copy_top						{display:flex; align-items:center; gap:0 40px; padding-bottom:20px; border-bottom:1px solid rgba(255,255,255,.1);}
.copy_top>ul>li					{display:inline-block; padding-left:18px;}  
.copy_top>ul>li:first-child		{padding:0;}
.copy_top>ul>li a				{color:#bdbdbd; letter-spacing:-1px; font-weight:500;}
.copy_top>ul>li:first-child a	{font-weight:700; color:#fff;}
.copyright address				{display:flex; gap:0 25px; font-style:normal; color:rgba(255,255,255,.6); line-height:1.6; padding:30px 0 15px 0;}
.copyright .copy				{color:rgba(255,255,255,.3); line-height:1.4;}  
.copyright .link				{position:absolute; right:0; top:-10px; display:flex; gap:0 10px;}
.copyright .link li				{position:relative; opacity:0.6; margin-left:-5px;}
.copyright .link li:after		{position:absolute; content:''; display:block; top:-2px; right:-4px; bottom:0; width:3px; height:3px; margin:auto; background:#a5a6a8;}
.copyright .link li:last-child:After	{display:none;}
.copyright .link li:hover		{opacity:1;}
.copyright .link img			{height:52px;}

.backtop						{display:none; position:fixed; right:40px; bottom:40px; width:70px; height:70px; line-height:80px; color:#fff; text-align:center; font-weight:500; font-size:0.8em; letter-spacing:0; z-index:2200; background:var(--gra1); border-radius:5px; cursor:pointer; transition:all 0.3s ease;}
.backtop:after					{content:''; position:absolute; top:22px; 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;}   
}

@media screen and (max-width:1024px) {    
	.copyright					{padding:40px 20px 20px 20px; text-align:center; font-size:0.85em;}
	.copy_top					{display:grid; gap:5px 0; padding:0; border:0;}
	.copy_top img				{height:30px;}
	.copyright address			{padding:10px 0; justify-content:center; flex-wrap:wrap; gap:2px 20px;}
	.copyright address span:first-child		{width:100%;}
	.copyright .link			{position:relative; justify-content:center; margin-top:20px;}
	.copyright .link img		{height:38px;}

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

/*  탭메뉴 스타일  ==================================================================================== */
.tabmenu01					{display:flex; justify-content:space-around; gap:5px; text-align:center; border-bottom:1px solid #192f5c; width:100%; margin-bottom:40px;}
.tabmenu01 li				{position:relative; width:100%; cursor:pointer;}
.tabmenu01 li a				{position:relative; display:block; color:#666; background:#f2f2f2; height:55px; display:grid; align-items:center; padding:0 10px; transition:all 0.2s ease;}
.tabmenu01 .on a, .tabmenu01 .on a:hover, 
.tabmenu01 li:hover a		{font-weight:500; background:#192f5c; color:#fff;}

.tabmenu02 					{overflow:hidden; border-bottom:1px solid #ddd; margin:-35px 0 40px 0; text-align:center;}
.tabmenu02 li				{position:relative; display:inline-block; text-align:center; border-bottom:2px solid #fff; padding:0 20px;}
.tabmenu02 li::after		{content:''; position:absolute; top:0; right:-2px; bottom:0; width:1px; height:15px; margin:auto; background:#c0c4c7;}
.tabmenu02 li:last-child::after	{display:none;}
.tabmenu02 li a				{display:block; color:#797979; line-height:56px; height:56px; letter-spacing:-0.75px;}
.tabmenu02 li:last-child a::after{display:none;}
.tabmenu02 .on				{border-color:var(--color1);}
.tabmenu02 .on a, .tabmenu02 a:hover	{color:var(--color1); font-weight:700;}

.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; height:36px; font-size:0.95em; 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:30px; gap:3px; border:0;}
	.tabmenu01 li				{flex:1 1 40%; width:100%;}
	.tabmenu01 li a				{height:42px; font-size:0.95em;}

	.tabmenu02					{overflow:hidden; margin:-20px 0 20px 0;}
	.tabmenu02 li				{float:left; width:50%; padding:0 10px;}
	.tabmenu02 li:nth-child(odd)::after	{display:none;}
	.tabmenu02 li a				{line-height:36px; height:36px;}

	.tabmenu03 li a				{height:32px; line-height:30px; padding:0 10px; font-size:0.95em;}
}

/*  공통 버튼  ==================================================================================== */
.sub_btn01						{display:inline-block;text-align:center; font-weight:600; min-width:150px; margin:0 1px; padding:0 25px; height:60px; line-height:56px;color:#fff;  border-radius:2px; background:var(--color3); border:1px solid var(--color3); cursor:pointer; vertical-align:top; transition:all 0.5s ease;}
.sub_btn02						{display:inline-block;text-align:center; min-width:150px; font-size:1.05em; margin:0 1px; padding:0 25px; line-height:60px;color:#333333;  border-radius:2px; background:#ffffff;  border:1px solid #aaaaaa; cursor:pointer; vertical-align:top; transition:all 0.5s ease;}
.sub_btn03						{display:inline-block;text-align:center; font-weight:500;font-size:1.1em; background:#333; color:#fff; height:60px; line-height:60px;  width:100%; transition: all 0.2s ease; border-radius:2px;cursor:pointer; }

.sub_btn01:hover				{background:#000; border-color:#000;}	
.sub_btn02:hover				{background:var(--color1); border-color:var(--color1); color:#fff;}
 
@media screen and (max-width:1024px) {    
	.sub_btn01,
	.sub_btn02						{min-width:100px; height:42px; line-height:38px; padding:0 10px; font-size:0.95em; font-size:500; margin:1px;} 
	.sub_btn03						{height:55px; line-height:55px;}
}

/*  서브페이지 하단 정보   ==================================================================================== */
.damdang_box						{position:relative; display:flex; gap:0 40px; 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 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					{flex-wrap:wrap; gap:5px 20px; padding:15px;}
	.damdang_box p:first-child		{width:100%;}
	.damdang_box i					{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.95em; 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;}
}

/* 사이트맵   =============================================================== */
#sitemap_wrap						{display:none; position:fixed; top:0; width:100%; height:100vh;background:var(--gra1); z-index:999999999999; animation:mode .3s forwards;  transition: opacity 0.5s ease;}
.allmenu_wrap						{position:absolute; width:100%; height:100%; }
.allmenu_wrap .web_size				{max-width:100%; height:100%; padding:120px 0;}		
.allmenu_wrap ul					{width:80%; margin:0 auto; max-height:calc(100vh - 300px); overflow-y:auto; overflow-x:hidden; display:grid; grid-template-columns:repeat(4, 1fr); gap:60px 40px; animation:slide-up 1.2s cubic-bezier(.5,.2,0,1) forwards;}
.allmenu_wrap li p					{background:rgba(0,0,0,0.2); font-size:1.4em; line-height:68px; text-align:Center; margin-bottom:20px; border-radius:3px;}
.allmenu_wrap li p a				{font-weight:700; color:#fff;}
.allmenu_wrap ul>li>ol				{padding:0 10px; display:grid;}
.allmenu_wrap ul>li>ol>li a			{font-weight:500; line-height:46px; color:#fff; font-size:1.3em; }
.allmenu_wrap ul>li>ol>li:hover a	{text-decoration:underline;}
.allmenu_wrap ul>li>ol>li>ol		{padding:5px;}
.allmenu_wrap ul>li>ol>li>ol>li		{position:relative; padding-left:12px; margin-bottom:5px;}
.allmenu_wrap ul>li>ol>li>ol>li a		{color:rgba(256,256,256,0.8);font-size:1em; line-height:1.3; font-weight:500;}
.allmenu_wrap ul>li>ol>li>ol>li:after	{content:''; position:absolute; left:2px; top:13px;width:3px;height:3px;background:#fff;border-radius:5px; opacity:0.8; }
.allmenu_wrap ul>li>ol>li>ol>li>ol		{padding:7px 7px 7px 12px;}
.allmenu_wrap ul>li>ol>li>ol>li>ol>li	{position:relative;}
.allmenu_wrap ul>li>ol>li>ol>li>ol>li a		{color:rgba(256,256,256,0.8);font-size:0.9rem; font-weight:400;}
.allmenu_wrap ul>li>ol>li>ol>li>ol>li:after	{content:''; position:absolute; left:-10px;top:13px;width:4px;height:1px;background:#fff;border-radius:5px; opacity:0.8; }

.sitemap_close							{position:absolute; display:inline-block; top:30px; right:50px; width:60px; height:60px; cursor:pointer; z-index:1; transition: all 0.2s; opacity:0.8;}
.sitemap_close:after					{position:absolute; content:''; top:30px; left:7px; width:40px; height:2px; background:#fff; transform:rotate(45deg);}
.sitemap_close:before					{position:absolute; content:''; top:30px; left:7px; width:40px; height:2px; background:#fff; transform:rotate(315deg);}
.sitemap_close:hover					{opacity:1;}
#sitemap_wrap:after						{position:absolute; right:0; bottom:0; content:''; width:100%; height:100%; background:url('../img/main/acc_symbol.png') no-repeat 95% 90%; background-size:500px; z-index:-1;}

@media screen and (max-width:1400px) {
	.allmenu_wrap ul				{gap:40px 30px;}
	.sitemap_close					{right:20px;}
}

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



/*  QR 스타일  ==================================================================================== */
#guava_qrcode_btnwrap						{top:20px; right:0;}
#guava_qrcode_btnwrap span					{border-color:#ddd; background-color:#fff; border-radius:5px; box-shadow:0 0 10px 1px rgba(0,0,0,0.07);}

@media screen and (max-width:1400px) {
#guava_qrcode_btnwrap						{top:20px; right:20px;}
}
@media screen and (max-width:1200px) {
#guava_qrcode_btnwrap						{top:10px; 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;}
}

/* 상단 검색 레이어   ========= ===================================================== */
.top_search_wrap								{display:none ;position:fixed; top:0;left:0;width:100%; text-align:center;padding:55px 15px 25px 15px;background:rgb(255,255,255,1);  box-shadow: 0 10px 15px 0 rgba(0,0,0,0.2);  z-index:999999999; backdrop-filter: blur(10px);   -webkit-backdrop-filter: blur(10px); }

