@charset "utf-8"; 

html							{font-size:18px;}
@media all and (max-width:1200px){
	html						{font-size:1.5vw;}  
}
@media screen and (max-width:1024px) {
	html						{font-size:16px;} 
} 
  
:root {
	--color1: #2354ac; 
	--color2: #91d543; 
	--point1: #f67600;   /* 포인트 컬러 - 주황 */
	--point2: #ff5544;   /* 포인트 컬러 - 빨강 */
	--gra1:linear-gradient(135deg, #3068c9 0%,#003494 100%);
	--gra2:linear-gradient(135deg, #0b4596 0%,#2bb673 100%);
}

.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; box-shadow:rgb(0 0 0 / 7%) 2px 3px 10px;}
.header::after						{content:''; display:block; clear:both;} 
.header h1							{float:left; height:110px; line-height:100px;}
.header h1 img						{height:52px;vertical-align:middle !important;}

.top_link							{float:right; padding-top:43px;}
.top_link li						{position:relative;}
.top_link li a						{display:block; color:#333; letter-spacing:-0.5px; font-size:0.9em; opacity:0.7;}
.top_link li:hover a				{opacity:1;}	
.top_link i							{margin-right:6px; font-size:20px;}					
.top_link>ul						{position:absolute; top:0; right:0; 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.8em; border-radius:0 0 5px 5px; opacity:1; height:26px; line-height:23px;}
.top_link>ul li i					{font-size:13px;}
.top_link .login a					{opacity:1;}
.top_link .login img				{width:30px;}

/*  자동로그아웃  */
#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; float:right; padding-right:60px;}
.gnb:after							{content:''; display:block; clear:both;} 
.gnb ul								{display:flex; flex-flow:nowrap; gap:0 80px;}
.gnb ul>li>a						{font-family: 'S-CoreDream-5Medium'; position:relative; display:block; font-size:1.2em; line-height:110px; color:#111;}
.gnb ul>li>a:after					{content:''; width:0; height:3px; border-radius:5px; 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; width:210px; background:var(--gra1); padding:30px 0; border-radius:0 0 10px 10px; overflow:hidden; animation:slide-up-navi 0.5s cubic-bezier(.3,.2,0,1) forwards;}
.gnb ul ul>li>a						{font-family: 'S-CoreDream-4Regular'; line-height:37px; font-size:1em; color:#fff; letter-spacing:-1px; text-align:center; transition:all 0.5s ease;}
.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;}

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


@media screen and (max-width:1400px) {
	.header h1						{margin-left:20px;}
	.header h1 img					{height:45px;}
	.top_link						{margin-right:20px;}
	.gnb							{padding-right:40px;}
	.gnb ul							{gap:0 50px;}
	.gnb ul>li>a					{font-size: calc(12 * 1px + (22 - 10) * ((100vw - 5px) / 2200));}
}

@media screen and (max-width:1024px) {
	.header h1						{height:60px; line-height:50px; float:none; margin:0; text-align:center;}
	.header h1 img					{height:30px;}

	.top_link						{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: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				{font-family: 'S-CoreDream-4Regular'; display:block; width:80px; line-height:36px;border:1px solid rgb(255, 255, 255, 0.4); text-align: center; color:#fff;font-size:0.85em; }  
	.mbmenu_top .colse				{position:absolute; right:-8px; top:0; width:40px; height:40px;cursor:pointer; transform: rotate(45deg);}
	.mbmenu_top .colse::after		{position:absolute; content:''; left:50%; top:50%; transform:translate(-50%, -50%); width:33px; height:1px; background:#fff;}
	.mbmenu_top .colse::before		{position:absolute; content:''; left:50%; top:50%; transform:translate(-50%, -50%); height:33px; width:1px; background:#fff; }

 	.gnb							{display:none; position:fixed; top:0; right:0; width:300px; height:100vh; background:var(--gra1); padding: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					{position:relative; text-indent:10px; line-height:60px; color:#fff; font-size:1.1em; 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; margin:0; animation:initial; border-radius:5px; background:#fff;}
	.gnb ul ul>li					{margin:0;}
	.gnb ul ul>li>a					{position:relative; text-indent:28px; line-height:32px; color:#666; font-size:1em; border:0; text-align:left; transition:none;}
	.gnb ul ul>li>a:before			{position:absolute; content:''; display:block; left:18px; top:13px; 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-CoreDream-5Medium'; 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:12px 10px; background:rgb(256,256,256,0.15); margin:10px; width:calc(100% - 20px); border-bottom:0 solid #e5e5e5; border-radius:5px;}
	.gnb ul ul ul>li>a				{text-indent:20px; line-height:28px; font-size:0.9em;}
	.gnb ul ul ul>li>a:before		{left:8px; width:5px; height:1px; border-radius:0; }
	.gnb ul ul ul>li>a:hover, .gnb ul ul ul>li.on>a		{font-family: 'S-CoreDream-4Regular';}
 }


/* CONTENTS   ================================================================================== */
.sub_container						{padding:110px 0 0 0; overflow:hidden;}

.sub_navigation						{position:relative; line-height:60px; background:var(--gra2);} 
.sub_navigation .home				{float:left; border-left:1px solid rgba(256,256,256,.3); border-right:1px solid rgba(256,256,256,.3); width:65px; font-size:15px; 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; flex-flow:nowrap;}
.sub_navigation .inner > li			{width:300px;}
.sub_navigation .inner a			{font-family: 'S-CoreDream-4Regular'; display:block; font-size:0.95em; 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;} 

.snb								{position:absolute;width:270px; top:80px;z-index:1;}
.snb h2								{font-family: 'S-CoreDream-5Medium'; color:#333; font-size:32px; letter-spacing:-2.75px; margin-bottom:40px; line-height:1;}
.snb>ul 							{position:relative; padding:20px 25px 30px 25px; background:#fff; box-shadow:0 0 30px 1px rgba(67,105,154,0.2); border-radius:0 0 20px 20px; border-top:3px solid #024387;}
.snb>ul>li							{position:relative;}
.snb>ul>li:before					{content:''; position:absolute; top:24px; right:9px; 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:0; top:16px; width:22px; height:22px; background:#f8f8f8; border-radius:3px;}
.snb>ul>li a						{font-family: 'S-CoreDream-4Regular'; display:block; text-indent:5px; line-height:56px; letter-spacing:-1px; color:#666; border-bottom:1px solid #e5e5e5; }
.snb>ul>li.on a, .snb>ul>li:hover a	{font-family: 'S-CoreDream-5Medium'; color:var(--color1); }	
.snb>ul>li.on:after					{background:var(--color1);}	
.snb>ul>li.on:before				{border-color:#fff;}
.snb>ul>ul 							{display:none; padding:0.75em;border-bottom:1px solid #e5e5e5;}
.snb>ul>ul>li a 					{display:block;font-size:0.9em; letter-spacing:-1px; line-height:1.9em;color:#666 ;padding-left:10px;}
.snb>ul>ul>li a::after				{left:-5px; top:0.9em; width:6px; height:1px; background:var(--color1);}
.snb>ul>ul>li.on a, .snb>ul>ul>li:hover a	{color:var(--color1);}
.snb>ul>ul>li:after, .snb>ul>ul>li:before	{display:none;}

.sub_wrap						{position:relative; padding:50px 0 100px 0; margin-left:340px;}
.sub_cont						{position:relative; min-height:500px; padding-bottom:60px;}
.sub_title						{position:relative; font-family: 'S-CoreDream-6Bold'; font-size:2em; color:#111; letter-spacing:-2.75px; margin-bottom:40px; line-height:1; padding-top:25px;}
.sub_title:before				{position:absolute; top:0; left:2px; content:''; display:block; width:13px; height:13px; background:var(--color1); border-radius:100%; z-index:1;}
.sub_title:after				{position:absolute; top:0; left:13px; content:''; display:block; width:13px; height:13px; background:#2bb673; border-radius:100%;}

.sub_top						{display:none;}


@media screen and (max-width:1400px) { 
	.snb							{left:20px;}
	.sub_wrap						{padding-right:20px;}
}
@media screen and (max-width:1200px) { 
	.snb							{display:none;}
	.sub_wrap						{margin-left:20px;}
	.sub_navigation .home			{border-left:0;}
	.sub_title						{text-align:Center;}
	.sub_title:before				{left:49.5%; margin-right:10px;}
	.sub_title:after				{left:49.5%; margin-left:10px;}
}

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

	.sub_navigation					{line-height:46px;}
	.sub_navigation .home			{width:40px; font-size:12px;}
	.sub_navigation .inner			{display:flex; flex-flow:nowrap;}
	.sub_navigation .inner ul		{top:46px;}
	.sub_navigation .inner > li			{width: 50%;}  
	.sub_navigation .inner.depth3 > li	{width: 33.33%;}
	.sub_navigation .inner a		{font-size:0.9em;}
	.sub_navigation .arrow01		{padding:0 15px;}
	.sub_navigation .arrow01:after	{right:12px; top:20px; padding:2px;}
	.sub_navigation .arrow01.on:after	{top:23px;}
	.sub_navigation .arrow01:last-child	{border-right:0;}
	.sub_navigation .inner ul		{top:50px;}
	.sub_navigation .inner ul a		{line-height:46px; padding:0 20px;}
	.sub_navigation:after			{display:none;}
}


/* FOOTER  ================================================================================== */
.copyright						{position:relative; background:#212428; padding:60px 0; font-size:0.9em;}
.copy_txt>ul					{display:flex; gap:0 20px;}  
.copy_txt>ul>li a				{color:rgba(255,255,255,.6); letter-spacing:-1px;}
.copy_txt>ul>li:first-child a	{font-weight:500; color:#fff;}
.copyright address				{font-style:normal; color:rgba(255,255,255,.5); line-height:1.8; padding:20px 0;}
.copyright span					{padding-right:20px;}
.copyright .copy				{color:rgba(255,255,255,.3);}  

.backtop						{display:none; position:fixed; right:40px; bottom:40px; width:75px; height:75px; line-height:85px; color:#fff; text-align:center; font-weight:500; font-size:0.85em; letter-spacing:0; z-index:2200; background:var(--gra2); border-radius:100%; cursor:pointer; transition:all 0.3s ease;}
.backtop:after					{content:''; position:absolute; top:25px; right:33px; 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 15px; text-align:center; }
	.copy_txt>ul				{justify-content:center;}
	.copyright address			{display:flex; justify-content:center; flex-wrap:wrap; padding:15px 0 10px 0; gap:0 15px;}
	.copyright address span:first-child	{width:100%;}
	.copyright address br		{display:none;}
	.copyright address span		{padding:0;}

	.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;}
	.backtop:hover				{bottom:0;}
}

/*  탭메뉴 스타일  ==================================================================================== */
.tabmenu01					{display:flex; justify-content:space-around; gap:5px; text-align:center; width:100%; margin-bottom:60px;}
.tabmenu01 li				{position:relative; width:100%; cursor:pointer;}
.tabmenu01 li a				{position:relative; font-family: 'S-CoreDream-4Regular'; display:block; color:#555; background:#f2f2f2; border-radius:5px; font-size:1.05em; line-height:58px; height:60px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; padding:0 10px;}
.tabmenu01 .on a			{font-family: 'S-CoreDream-5Medium';  color:#fff; background:#2d374d; border-radius:5px 5px 20px 5px; }

.tabmenu02 						{overflow:hidden; border-bottom:1px solid #ddd; margin:-60px 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					{display:block; color:#797979; line-height:60px; height:60px; padding:0 25px; 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: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; height:36px; line-height:34px; padding:0 15px; border-radius:2px; }
.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;}
	.tabmenu01 li				{flex:1 1 40%; width:100%;}
	.tabmenu01 li a				{line-height:38px; height:40px; font-size:0.95em;}
	.tabmenu01 li:nth-child(even):after	{display:none;}

	.tabmenu02					{overflow:hidden; 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:42px; height:42px;}
	.tabmenu02 li:nth-child(3n) a	{border-right:1px solid #ddd;}

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


/*  공통 버튼  ==================================================================================== */
.sub_btn01 						{font-family: 'S-CoreDream-4Regular'; display:inline-block;text-align:center; letter-spacing:-0.75px; border:1px solid var(--color1); background:var(--color1); color:#fff; height:52px; line-height:52px; cursor:pointer; min-width:150px;vertical-align:middle; transition: all 0.3s ease;}
.sub_btn01:hover				{border-color:#333; background:#333;}
.sub_btn02 						{font-family: 'S-CoreDream-4Regular'; display:inline-block;text-align:center; letter-spacing:-0.75px; border:1px solid #ccc; color:#666; background:#fff; height:52px; line-height:52px; cursor:pointer; min-width:150px;vertical-align:middle; transition: all 0.3s ease;}
.sub_btn02:hover				{border-color:var(--color1); background:var(--color1); color:#fff;}

@media screen and (max-width:1024px) {    
	.sub_btn01,
	.sub_btn02				{padding:0 10px; min-width:65px; height:40px; line-height:40px; font-size:0.85em; }
}


/*  분리 수정  ==================================================================================== */
.guavamode_open						{border-radius:0 !important; right:0 !important; bottom:120px !important;}
.sub_wrap #login_box				{padding:8% 0;}


/*  매뉴담당관련   ==================================================================================== */
.menu_damdang_wrap				{position:relative; overflow:hidden; margin:60px 0px; padding:25px 40px; border:1px solid #dfdfdf; border-top:1px solid #3a3a3a;}
.menu_damdang_wrap p			{font-family: 'S-CoreDream-4Regular'; position:relative; color:#333; float:left; font-size:1.1em; line-height:30px;}
.menu_damdang_wrap p:after		{content:''; position:absolute; top:-2px; right:-25px; bottom:0; width:1px; height:0.9em; margin:auto; background:#d1d1d2;}
.menu_damdang_wrap i			{color:var(--color1); font-size:30px; cursor:auto; vertical-align:middle; margin-right:10px;}
.menu_damdang_wrap ul			{padding-left:160px;}
.menu_damdang_wrap ul li			{position:relative; display:inline-block; margin:0 30px 0 0; }
.menu_damdang_wrap ul li:last-child	{margin:0;}
.menu_damdang_wrap strong			{color:#333; margin-right:10px; }

@media screen and (max-width:768px) {
	.menu_damdang_wrap				{padding:20px;}
	.menu_damdang_wrap p			{font-size:1em; line-height:1;}
	.menu_damdang_wrap p:after		{right:-15px;}
	.menu_damdang_wrap i			{font-size:28px; margin-right:7px;}
	.menu_damdang_wrap ul			{padding-left:130px; font-size:0.95em;}
	.menu_damdang_wrap ul li		{display:block; margin:0 0 5px 0;}
	.menu_damdang_wrap .sub_list01	{padding:0 0 0 12px;}
	.menu_damdang_wrap .sub_list01:after	{top:10px;}
}

/*  서브페이지 하단 정보   ==================================================================================== */
.damdang_box						{position:relative; display:flex; gap:0 40px; padding:18px 20px; border:1px solid #ddd; font-size:0.9em;color:#797979;}
.damdang_box i						{font-size:25px; margin-right:10px; vertical-align:middle; color:#2d374d;}
.damdang_box span					{font-family: 'S-CoreDream-5Medium'; color:#2d374d; position:relative; padding:1px 25px 1px 0;}
.damdang_box span:after				{content:''; position:absolute; top:0; 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(--gra2); z-index:999999999999; animation:mode .3s forwards;  transition: opacity 0.5s ease;}
.allmenu_wrap								{position:absolute; width:100%; padding:10% 0;}
.allmenu_wrap .web_size						{position:unset; max-width:1480px;}
.allmenu_wrap ul							{width:100%; display:flex; justify-content:space-between; gap:60px 40px; max-height:calc(100vh - 100px); overflow-y:auto; overflow-x:hidden;}

.allmenu_wrap li							{flex: 1; width: 100%;}
.allmenu_wrap li p							{position:relative; background:rgba(0,0,0,0.25); font-size:1.4em; line-height:62px; text-align:Center; margin-bottom:20px; border-radius:5px;}
.allmenu_wrap li p a						{font-family: 'S-CoreDream-6Bold'; color:#fff; letter-spacing:-1px;}
.allmenu_wrap li p i						{display:none; position:absolute; top:0; right:0; width:42px; height:42px; line-height:42px; border:1px solid #cfcfcf; color:#cfcfcf; font-size:15px; text-align:center; border-radius:100%; transition: all 0.2s;}
.allmenu_wrap li p:hover i					{transform: rotate(180deg); background:#023b93; color:#fff; border-color:#023b93;}
.allmenu_wrap ul>li>ol						{padding:0 20px; display:grid;}
.allmenu_wrap ul>li>ol>li a					{font-family: 'S-CoreDream-4Regular'; line-height:44px; color:#fff; font-size:1.2em; letter-spacing:-0.75px; }
.allmenu_wrap ul>li>ol>li:hover a			{text-decoration:underline;}
.allmenu_wrap ul>li>ol>li>ol				{padding:10px;}
.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; letter-spacing:-.5px;}
.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: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:rgba(256,256,256,0.8);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:#fff;border-radius:5px; opacity:0.8; }
.sitemap_close								{position:absolute; display:inline-block; top:30px; right:20px; 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;}

@media screen and (max-width:1600px) {
.sitemap_close						{top:20px; right:20px;}
.allmenu_wrap .web_size				{padding:0 40px;}
}


/*  QR 스타일  ==================================================================================== */
#guava_qrcode_btnwrap						{  top:25px; right:0; }
@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;}
}


/* 상단 검색 레이어   ========= ===================================================== */
.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); }
.top_search_wrap .search_tit								{position:relative; text-align:center;font-size:1.65em;color:var(--color1);font-family:'S-CoreDream-6Bold'; letter-spacing:-1px;line-height:1.2;padding:0 0 30px 0;  }
.top_search_wrap .search_tit span						{ font-family:'S-CoreDream-4Regular';}
.top_search_wrap .search_box							{max-width:600px;width:70%;padding:0 0 0 10px;  border:4px solid var(--color1); margin:auto; background:#fff;}
.top_search_wrap .search_box input[type="text"]			{width:calc(100% - 70px);line-height:60px;font-size:1.2em; letter-spacing:-1.5px; color:var(--color1); border:0; font-family: 'S-CoreDream-6Bold'; }
.top_search_wrap .search_box .btn					{width:60px;height:60px;  cursor:pointer;background:url('../img/common/top_search03.png') no-repeat center 50%; text-indent:-9999px;} 
.top_search_wrap .search_word							{padding:25px 0 0 0; }
.top_search_wrap .search_word a						{display:inline-block;color:#555; font-size:0.95em;font-size:1.05em; padding:0 13px; }

.top_search_wrap .search_box input::placeholder{  color:#aaa;font-family: 'S-CoreDream-4Regular'; }
.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_close										{position:relative;display:inline-block; width:50px; height:50px;cursor:pointer;margin-top:40px;   transform: rotate(45deg); -webkit-transform: rotate(45deg);}
.top_search_wrap .search_close:after								{position:absolute; content:''; left:50%; top:50%; transform:translate(-50%, -50%); width:35px; height:1px; background:#111;}
.top_search_wrap .search_close:before							{position:absolute; content:''; left:50%; top:50%; transform:translate(-50%, -50%); height:35px; width:1px; background:#111; }


@media screen and (max-width:1024px) {
.top_search_wrap																{ top:0;padding:50px 15px 20px 15px ;}   
.top_search_wrap .search_box input[type="text"]			{width:calc(100% - 60px);line-height:50px;font-size:1.3em; }
.top_search_wrap .search_box .btn								{width:50px;height:50px; background-size:27px auto; } 
.top_search_wrap .search_word										{padding:20px 0 0 0;  font-size:0.9em;}
.top_search_wrap .search_word span								{padding:0 10px; }
}
@media screen and (max-width:800px) { 
.top_search_wrap .search_tit											{ font-size:1.55em; padding:0 0 30px 0;  }
.top_search_wrap .search_box										{width:80%;border:3px solid var(--color1); }
.top_search_wrap .search_box input[type="text"]			{width:calc(100% - 55px);line-height:44px;font-size:1.1em; } 
.top_search_wrap .search_box .btn								{width:50px;height:40px; background-size:22px auto; } 
.top_search_wrap .search_word										{ font-size:0.82em;}
.top_search_wrap .search_word span								{padding:0 8px; }
}
@media screen and (max-width:560px) { 
.top_search_wrap																{ padding:40px 0 20px 0 ;}   
.top_search_wrap .search_tit											{ font-size:1.5em;line-height:1.3; padding:0 0 25px 0;  }
.top_search_wrap .search_tit span									{ font-size:1.4rem;display:block;}
.top_search_wrap .search_box input[type="text"]			{ line-height:40px;font-size:1.05em; } 
.top_search_wrap .search_close										{margin-top:30px; }
}