@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%; background:#fff; z-index:999; transition:all 0.5s ease;}
.header::after					{content:''; display:block; clear:both;} 
.header h1						{text-align:center; height:100px; line-height:80px;}
.header h1 img					{height:65px; vertical-align:middle !important;}
.header:before					{position:absolute; left:0; content:''; display:block; width:100%; height:65px; background:#b71c1c; bottom:0;}

.top_link						{position:absolute; top:28px; left:0; display:flex;}
.top_link li a					{font-family: 'S-Core Dream'; display:block; color:#888; font-size:0.8em; height:40px; line-height:38px; border:1px solid #ccc; border-left:0; width:105px; text-align:center;}
.top_link li:first-child a		{border-color:var(--color1); color:var(--color1); border-left:1px solid var(--color1);}
.top_link li:hover a			{border-color:var(--color1); color:var(--color1);}
.top_menu						{position:absolute; top:35px; right:0; display:flex; gap:0 32px;}
.top_menu li					{position:relative;}
.top_menu li:after				{content:''; position:absolute; top:0; left:-17px; bottom:0; width:1px; height:12px; margin:auto; background:#c7c7c7;}
.top_menu li a					{font-family: 'S-Core Dream'; display:block; color:#888; font-size:0.85em;}
.top_menu li:hover a			{color:#111;}	
.top_menu i						{margin:0 6px 3px 0; font-size:16px; color:#111; vertical-align:middle;}
.top_menu .search				{margin:-2px 0 0 -10px;}
.top_menu .search i				{font-size:30px; cursor:pointer;}
.top_menu .search:hover i			{color:var(--color1);}
.top_menu>ul					{position:absolute; top:-35px; right:0; display:flex; gap:0 5px; z-index:1; width:320px; justify-content:flex-end;}
.top_menu>ul li a				{font-family : 'Noto Sans KR', sans-serif; background:#2a61ea; color:#fff; padding:0 12px; font-size:0.8em; border-radius:0 0 5px 5px; opacity:1; height:28px; line-height:25px; letter-spacing:0;}
.top_menu>ul li:hover a, .top_menu>ul li i	{color:#fff;}
.top_menu li:first-child:after, .top_menu>ul li:after, .top_menu .search:after	{display:none;}
.top_menu>ul li i				{margin-right:3px;}
.top_menu>ul li:nth-child(2) a	{background:#04adc0;}

/*  자동로그아웃  */
#login_timer_box					{padding:2px 10px; line-height:1.6em; font-size:0.85em; background:#e4e4e4; border-radius:0 0 5px 5px;}
#login_timer_box:after				{display:none;}
#login_timer_box span				{color:#555; 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 .wrap						{overflow:hidden;}
.gnb								{z-index:800; }
.gnb:after							{content:''; display:block; clear:both;} 
.gnb ul								{display:flex; justify-content:space-around;}
.gnb ul>li>a						{font-family: 'S-Core Dream'; position:relative; display:block; font-size:1.1em; line-height:65px; color:#fff; font-weight:400; letter-spacing:-.75px;}
.gnb ul>li>a:after					{content:''; width:0; height:3px; border-radius:5px; background:#fff; 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; display:none; padding:40px 25px 20px 27px; width:250px; background:rgba(0,0,0,0.9); border-radius:0 0 20px 20px;}
.gnb ul ul>li						{margin-bottom:16px;}
.gnb ul ul>li>a						{font-family: 'S-Core Dream'; line-height:1.5; font-size:0.95em; letter-spacing:-0.5px; font-weight:400; opacity:0.85;}
.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; opacity:1;}
.gnb ul ul ul						{display:none !important;}
.gnb_bg								{display:none;}

.mbmenu_btn, .mbmenu_top, .mbmenu_link, .msearch, .lang_choice	{display: none;}		


@media screen and (max-width:1400px) {
	.top_link					{left:20px;}
	.top_menu					{right:20px;}
	.gnb ul>li>a				{font-size: calc(12 * 1px + (22 - 10) * ((100vw - 5px) / 2200));}
}
@media screen and (max-width:1240px) {
	.header.on					{border-bottom:1px solid #ddd;}
	.header:before				{background:#ddd; height:1px; bottom:65px;}
	.gnb ul>li>a				{color:#333;}
}

@media screen and (max-width:1024px) {
	.header h1						{height:60px; line-height:45px;}
	.header h1 img					{height:40px;}
	.header:before					{display:none;}

	.msearch						{display:block; position:absolute; top:20px; right:45px; z-index:10; color:#111; font-size:1.5em; cursor:pointer;}
	.top_link, .top_menu, header:before	{display:none;}

	.mbmenu_btn						{display:block; position:absolute; top:10px; right:0; width:40px; 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; height:100vh; width:100%; float:none; background:rgba(0,0,0,0.5); z-index:10; transition:all 0.5s ease;}
	.mbmenu_top						{display:flex; background:var(--color3);}
	.mbmenu_top	.menu				{position:relative; display:flex; text-align:center; width:calc(100% - 60px);}
	.mbmenu_top	.menu a				{font-family: 'S-Core Dream'; height:60px; line-height:58px; color:#fff; font-size:0.95em; border-left:1px solid rgba(256, 256, 256, 0.3); width:100%;}
	.mbmenu_top	.menu a:first-child	{border:none;}
	.mbmenu_top i					{margin-right:5px;}
	.mbmenu_top .colse				{width:60px; cursor:pointer; background:url('../img/common/acc_mclose.png') no-repeat center; background-size:21px; border-left:1px solid rgba(256, 256, 256, 0.3);}
	.mbmenu_link					{position:relative; display:flex; text-align:center; width:100%; background:#f2f3f7; border-bottom:1px solid rgba(0, 0, 0, 0.1);}
	.mbmenu_link a					{font-family: 'S-Core Dream'; border-left:1px solid rgba(0, 0, 0, 0.1); line-height:50px; color:#777; font-size:0.9em; width:100%;}
	.mbmenu_link a:first-child		{border:none;}
	.mbmenu_link i					{margin-left:5px;}

 	.gnb							{display:none; position:fixed; top:0; right:0; width:300px; height:100vh; background:#fff; padding: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 20px; line-height:60px; color:#333; font-size:1.1em; border-bottom:1px solid #e5e5e5;}
	.gnb ul>li>a span				{position:absolute; right:15px; top:16px; width:28px; height:28px; background:#f1f1f1; border-radius:5px;}
	.gnb ul>li>a span:after			{position:absolute; content:''; right:9px; top:13px; width:10px; height:1px; background:#222;}	
	.gnb ul>li>a span:before		{position:absolute; content:''; right:13px; top:9px; width:1px; height:10px; background:#222;}
	.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:25px 20px; margin:0 !important; animation:initial; border-radius:0; background:#eee; text-align:left;}
	.gnb ul ul>li					{margin-bottom:8px;}
	.gnb ul ul>li:last-child		{margin:0;}
	.gnb ul ul>li>a					{position:relative; color:#414141; padding-left:12px; font-size:1em; border:0; transition:none;}
	.gnb ul ul>li>a:before			{position:absolute; content:''; display:block; left:0; top:9px; 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	{font-family: 'S-Core Dream'; color:var(--color1); text-decoration:underline;}
	.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 0 10px 10px;}
	.gnb ul ul ul>li				{margin-bottom:5px;}
	.gnb ul ul ul>li>a				{font-size:0.9em; padding:0 0 0 10px; color:#888;}
	.gnb ul ul ul>li>a:before		{left:0; width:5px; height:1px; border-radius:0; }
 }


/* LAYOUT   ================================================================================== */
.sub_container						{padding:165px 0 0 0;} 
.sub_wrap							{position:relative; padding:60px 0 120px 0; margin-left:350px;}
.sub_cont							{position:relative; min-height:550px; margin-bottom:40px;}
.sub_wrap select					{min-height:42px;}

.snb								{position:absolute; width:280px; top:60px; z-index:1;}
.snb h2								{font-family: 'S-Core Dream'; color:#fff; font-size:29px; text-indent:50px; background:url('../img/common/acc_symbol.jpg') no-repeat right center var(--color2); background-size:140px; border-radius:40px; margin:0 20px 0 -30px; height:200px; padding-top:70px; letter-spacing:-2px;}
.snb>ul 							{position:relative; padding:20px 30px 35px 27px; background:#f2f3f7; border-radius:20px 20px 40px 20px; margin-top:-60px;}
.snb>ul>li							{position:relative;}
.snb>ul>li:before					{content:''; position:absolute; top:26px; right:8px; z-index:1; border:solid #fff; border-width:2px 2px 0 0; padding:2px; transform: rotate(45deg);}
.snb>ul>li:after					{position:absolute; content:''; right:0; top:19px; width:20px; height:20px; background:#bec5cc; border-radius:3px;}
.snb>ul>li a						{font-family: 'S-Core Dream'; position:relative; display:block; line-height:1.35; padding:17px 27px 17px 0; letter-spacing:-1px; color:#666; border-bottom:1px solid #e5e5e5; }
.snb>ul>li.on a						{color:#000; font-weight:500;}
.snb>ul>li:hover:after, .snb>ul>li.on:after		{background:var(--color3);}	
.snb>ul>ul 							{display:grid; gap:7px; padding:20px 27px 15px 10px; border-bottom:1px solid #e5e5e5; background:#fff;}
.snb>ul>ul>li a 					{position:relative; font-family: 'S-Core Dream'; display:block; font-size:0.85em; letter-spacing:-1px; line-height:1.5; color:#666 ;padding-left:15px;}
.snb>ul>ul>li a:after				{position:absolute; content:''; display:inline-block; top:10px; left:3px; width:6px; height:2px; background:#aaa;}
.snb>ul>ul>li.on a, .snb>ul>ul>li:hover a	{color:var(--color1);}
.snb>ul>ul>li.on a:after			{background:var(--color1);}

.sub_title							{margin-bottom:60px;}
.sub_title h3						{font-family: 'S-Core Dream'; font-size:2em; letter-spacing:-2.5px; line-height:1; color:#333; font-weight:600;}
.sub_title .location				{display:flex; position:relative; gap:0 40px; margin-bottom:20px;}
.sub_title .location .home			{font-size:1.05em;}
.sub_title .location li				{position:relative;}
.sub_title .location li:before		{content:''; position:absolute; top:10px; left:-25px; border:solid #aaa; border-width:1px 1px 0 0; padding:3px; transform:rotate(45deg);}
.sub_title .location li:first-child:before	{display:none;}
.sub_title .location li a			{font-family: 'S-Core Dream'; color:#999; opacity:0.9; font-size:0.95em;}
.sub_title .location li a:hover		{opacity:1;}
.sub_title .location li:last-child a	{color:#555; opacity:1;}	 
.sub_top, .sub_title h3 br, .sub_title .location li a br			{display:none;}

.sub_navigation						{display:none; position:relative; line-height:54px; background:var(--color1);} 
.sub_navigation .home				{float:left; border-left:1px solid rgba(256,256,256,.3); border-right:1px solid rgba(256,256,256,.3); width:60px; 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			{font-family: 'S-Core Dream'; display:block; color:#fff; letter-spacing:-0.75px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; font-size:0.95em;}
.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;} 
.sub_navigation .inner a br			{display:none;}

@media screen and (max-width:1400px) { 
	.snb							{left:20px;}
	.sub_wrap						{padding-right:20px;}
}
@media screen and (max-width:1240px) { 
	.snb							{display:none;}
	.sub_wrap						{margin-left:0; padding:60px 20px;}
	.sub_navigation					{display:block;}
	.sub_title h3					{text-align:center;}
	.sub_title .location			{display:none;}
}
@media screen and (max-width:1024px) { 
	.sub_container					{padding:60px 0 0 0;} 
	
	.sub_wrap						{padding:40px 15px;}
	.sub_cont						{min-height:400px; margin-bottom:20px;}
	.sub_title						{text-align:center; margin-bottom:30px;}
	.sub_title h3					{font-size:1.6em; padding:0 5px;}
	
	.sub_navigation					{line-height:46px;}
	.sub_navigation .home			{width:40px; line-height:44px; border-left:0;}
	.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_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;}
.copyright .menu				{display:flex; align-items:center; gap:0 20px; }
.copyright .menu li a			{color:#bdbdbd; letter-spacing:-1px; font-weight:500;}
.copyright .menu 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:25px 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(--color3); 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:30px 15px; text-align:center; font-size:0.85em;}
	.copyright .menu			{justify-content:center; gap:0 15px;}
	.copyright address			{padding:10px 0; justify-content:center; flex-wrap:wrap; gap:2px 20px;}
	.copyright address span:first-child		{width:100%;}

	.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; gap:3px; width:100%; margin-bottom:40px; border-bottom:1px solid #e1e1e1;}
.tabmenu01 li				{position:relative; cursor:pointer; text-align:center; width:100%;}
.tabmenu01 li a				{font-family: 'S-Core Dream'; display:grid; align-items:center; color:#777; background:#f8f8f8; border:1px solid #e1e1e1; border-bottom:0; height:56px; line-height:1.2;}
.tabmenu01 li:hover a		{color:var(--color1); }
.tabmenu01 .on a			{background:#fff; color:var(--color1); font-weight:500;}
.tabmenu01 .on:before		{content:''; display:inline-block; width:100%; height:3px; background:var(--color1); position:absolute; left:0; top:0;}
.tabmenu01 .on:after		{content:''; display:inline-block; width:100%; height:1px; background:#fff; position:absolute; left:0; bottom:-1px;}

.tabmenu02 						{overflow:hidden; border-bottom:1px solid #ddd; margin:-40px 0 40px 0; text-align:center;}
.tabmenu02 li					{position:relative; display:inline-block; text-align:center; border-bottom:2px solid #fff;}
.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					{font-family: 'S-Core Dream'; display:block; color:#797979; line-height:60px; padding:0 25px; 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					{font-family: 'S-Core Dream'; 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; border:0;}
	.tabmenu01 li				{flex:1 1 40%; border-bottom:1px solid #e1e1e1;}
	.tabmenu01 li:first-child	{flex:1 0 100%;}
	.tabmenu01 li a				{height:42px; font-size:1em; padding:0 10px;}
	.tabmenu01 .on a			{background:var(--color3); border-color:var(--color3); color:#fff;}
	.tabmenu01 .on a:hover		{color:#fff;}
	.tabmenu01 .on:before, .tabmenu01 .on:after		{display:none;}

	.tabmenu02					{margin:-20px 0 20px 0;}
	.tabmenu02 li				{float:left; width:50%;}
	.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						{font-family: 'S-Core Dream'; display:inline-block;text-align:center; min-width:150px; letter-spacing:-1px; font-size:1.05em; margin:0 2px; padding:0 20px; line-height:56px;color:#fff;  border-radius:2px; background:var(--color1); border:1px solid var(--color1); cursor:pointer; vertical-align:top; transition:all 0.5s ease;}
.sub_btn02						{font-family: 'S-Core Dream'; display:inline-block;text-align:center; min-width:150px; letter-spacing:-1px; font-size:1.05em; margin:0 2px; padding:0 30px; line-height:56px;color:#555; border-radius:2px; background:#fff;  border:1px solid #aaa; 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; color:#fff;}
.sub_btn02:hover				{background:var(--color1); border-color:var(--color1); color:#fff;}
 
@media screen and (max-width:1024px) {    
	.sub_btn01,
	.sub_btn02						{min-width:120px; line-height:42px; padding:0 15px; 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-family: 'S-Core Dream'; 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;}
}


/* 상단 검색 레이어   ============================================================== */
.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; backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); }
.top_search_wrap .search_tit						{font-family: 'paybooc-ExtraBold'; text-align:center; font-size:2em;color:var(--color1); letter-spacing:0; line-height:1.2;}
.top_search_wrap .search_box						{position:relative; max-width:600px; margin:25px auto;}
.top_search_wrap .search_box form					{border:4px solid var(--color1);}
.top_search_wrap .search_box input[type="text"]		{width:calc(100% - 65px);line-height:62px; font-size:1.1em; color:var(--color1); border:0; padding:0 0 0 20px;}
.top_search_wrap .search_box .btn					{width:55px; height:60px; cursor:pointer; text-indent:0; color:var(--color1); } 
.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						{font-family: 'S-Core Dream'; display:inline-block;color:#777; padding:0 10px;}
.top_search_wrap .search_word a:hover				{text-decoration:underline; color:var(--color1);}

.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; z-index:999999999999; animation:mode .3s forwards;  transition: opacity 0.5s ease;}
.allmenu_wrap								{position:absolute; width:100%; padding:100px 0;}
.allmenu_wrap ul							{width:100%; display:grid; max-height:calc(100vh - 300px); overflow-y:auto; overflow-x:hidden;}
.allmenu_wrap ul>li							{display:grid; grid-template-columns:200px auto; gap:0 40px; padding:60px 0; border-bottom:1px dotted #aaa;}
.allmenu_wrap li p a						{font-family: 'S-Core Dream'; font-size:1.8em; line-height:1.2; color:var(--color1); letter-spacing:-2px; font-weight:600;}
.allmenu_wrap ul>li>ol						{display:grid; grid-template-columns:repeat(4, 1fr); gap:20px 40px;}
.allmenu_wrap ul>li>ol>li a					{font-family: 'S-Core Dream'; line-height:1.45; color:#333; font-size:1.1em; letter-spacing:-0.75px; font-weight:500; }
.allmenu_wrap ul>li>ol>li a:hover			{text-decoration:underline;}
.allmenu_wrap ul>li>ol>li>ol				{padding:10px 0;}
.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:#777; font-size:1em; line-height:1.3; letter-spacing:-.5px; font-weight:normal;}
.allmenu_wrap ul>li>ol>li>ol>li:after		{content:''; position:absolute; left:0; top:13px;width:4px;height:4px;background:var(--color1);border-radius:5px; opacity:0.8; }
.allmenu_wrap ul>li>ol>li>ol>li>ol			{padding:5px;}
.allmenu_wrap ul>li>ol>li>ol>li>ol>li		{position:relative;}
.allmenu_wrap ul>li>ol>li>ol>li>ol>li a		{font-family:'Noto Sans KR';color:#777;font-size:0.9rem;}
.allmenu_wrap ul>li>ol>li>ol>li>ol>li:after	{content:''; position:absolute; left:-10px;top:13px;width:4px;height:1px;background:#ccc;border-radius:5px; opacity:0.8; }
.sitemap_close								{position:absolute; display:inline-block; top:-80px; right:0; width:60px; height:60px; cursor:pointer; z-index:1; transition: all 0.2s; opacity:0.5;}
.sitemap_close:after						{position:absolute; content:''; top:30px; left:7px; width:40px; height:2px; background:#333; transform:rotate(45deg);}
.sitemap_close:before						{position:absolute; content:''; top:30px; left:7px; width:40px; height:2px; background:#333; transform:rotate(315deg);}
.sitemap_close:hover						{opacity:1;}
.allmenu_wrap:after							{position:absolute; right:-5%; bottom:0; content:''; width:50%; height:100%; background:url('../img/common/acc_symbol.png') no-repeat right center; z-index:-1; opacity:0.07;}

@media screen and (max-width:1480px) {
.allmenu_wrap .web_size				{padding:0 40px;}
.allmenu_wrap ul>li>ol				{grid-template-columns:repeat(3, 1fr);}
}


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


/*  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:70px; 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						{right:20px;}
}
@media screen and (max-width:1024px) {
#guava_qrcode_btnwrap						{top:15px;}
}

/*  페이지프린트  스타일  ==================================================================================== */
 #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;}
}
