@charset "utf-8"; 
 
html							{font-size:18px;}  

@media screen and (max-width:1024px) {
	html						{font-size:16px;} 
} 
  
.web_size						{position:relative; max-width:1280px; margin:0 auto;} 

/* HEADER  ================================================================================== */
.header							{position:fixed; width:100%; z-index:999; transition:all 0.5s ease; border-bottom:1px solid rgba(256,256,256,0.25);}
.header::after					{content:''; display:block; clear:both;} 
.header h1						{float:left; height:100px; line-height:90px; padding-left:3%;}
.header h1 img					{height:45px; vertical-align:middle !important;}
.header.on						{background:rgba(0,0,0,0.7); border:0;}

.gnb							{z-index:800; float:right; margin-right:6%;}
.gnb:after						{content:''; display:block; clear:both;} 
.gnb ul>li						{float:left; margin-right:70px;}
.gnb ul>li>a					{font-family: 'S-Core Dream'; position:relative; display:block; font-size:1.15em; line-height:100px; color:#fff; font-weight:500; letter-spacing:-.75px;}
.gnb ul>li>a:after				{content:''; width:0; height:3px; background:var(--color1); position:absolute; bottom:-1px; left:0; overflow:hidden; display:inline-block; transform:scale(0); transition:all 0.2s;}
.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; width:220px; text-align:center; background:rgba(0,0,0,0.8); animation:slide-up-navi 0.5s cubic-bezier(.3,.2,0,1) forwards;}
.gnb ul ul>li					{width:100%; margin:0 0 9px 0;}
.gnb ul ul>li>a					{display:inline-block; width:100%; line-height:1.4; color:#fff; font-size:0.95em; letter-spacing:-0.75px; font-weight:300;}
.gnb ul ul>li>a:hover, .gnb ul ul>li>a.current, .gnb ul ul>li.on>a	{text-decoration:underline;}
.gnb ul ul ul					{display:none !important;}
.gnb ul ul>li>a:after			{display:none;}

.header .admin a				{position:absolute; right:60px; top:0; display:inline-block; background:#eb3547; color:#fff; height:26px; line-height:23px; padding:0 15px; font-size:0.75rem; border-radius:0 0 4px 4px; z-index:1;}
.header .admin i				{color:#fff; margin-right:5px; font-size:0.9em; }
.gnb_bg							{display:none; position:absolute; width:100%; top:140px; height:300px; overflow:hidden; background:#fff; z-index:700; border-top:1px solid #e5e5ec; border-bottom:1px solid #e5e5ec;}

/*  구글 번역   */
.lang_choice					{position:absolute; right:4%; top:36px; cursor:pointer; color:#fff; font-size:0.85em; letter-spacing:0;}
.lang_choice>span				{position:absolute; content:''; top:12px; right:-18px; display:block; background:transparent; border:5px solid transparent; border-top:5px solid #fff;}
.lang_choice i					{margin-right:7px;}
.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; letter-spacing:0;}
.lang_item a:hover				{color:#000; background:#f2f2f2;}
.lang_empty						{display: none;}

.mbmenu_btn, .mbmenu_top, .mLogo	{display:none;}		

@media screen and (max-width:1480px) {
	.top_link					{padding:0 20px 0 0;}
	.header h1					{padding-left:20px;}
	.gnb						{margin-right:90px;}
	.gnb ul>li					{margin-right:45px;}
	.gnb ul>li>a				{font-size: calc(12 * 1px + (22 - 10) * ((100vw - 5px) / 2200));}
	.lang_choice				{right:40px;}
	.header .admin a			{right:20px;}
}
@media screen and (max-width:1280px) {
	.header h1					{float:none; text-align:center; height:60px; line-height:60px; padding:0;}
	.header h1 img				{height:37px;}
	.gnb						{float:none; margin:0;}
	.gnb ul						{text-align:center;}
	.gnb ul>li					{float:none; display:inline-block;}
	.gnb ul>li:last-child		{margin:0;}
	.gnb ul>li>a				{line-height:60px;}
}

@media screen and (max-width:1024px) {
	.header h1, .header .admin a	{display:none;}
	.mLogo							{display:block; }
	.mLogo h1						{display:block; height:60px; line-height:50px; text-align:left;}
	.mLogo h1 img					{height:30px; padding-left:10px;}
	.header							{border:0;}
	.header.on						{background:#fff; box-shadow:rgb(0 0 0 / 6%) 2px 2px 20px;}

	.lang_choice					{top:20px; font-size:1.1em; width:30px; height:30px; text-align:center; overflow:hidden; color:#333;}
	.lang_item						{top:50px !important;}

	.mbmenu_btn						{display:block; position:absolute; top:10px; right:5px; 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;}
	.mbmenu_top .logo				{display:flex; justify-content:space-between; padding:0 10px 0 20px; height:80px; align-items:center;}
	.mbmenu_top .logo img			{height:40px;}
	.mbmenu_top	.menu				{display:flex; gap:30px; padding:0 20px; background:var(--color1); height:50px; align-items:center;}
	.mbmenu_top	.menu a				{position:relative; font-family: 'S-Core Dream'; color:#fff; font-size:0.85em;}
	.mbmenu_top	.menu a:after		{content:''; position:absolute; top:0; right:-15px; bottom:0; width:1px; height:12px; margin:auto; background:#fff; opacity:0.5;}
	.mbmenu_top	.menu a:last-child:after	{display:none;}
	.mbmenu_top .close				{cursor:pointer; width:25px; text-align:center;}
	.mbmenu_top .close i			{margin:0; font-size:1.5em;}
	.mbmenu_top i					{margin-right:5px;}

 	.gnb							{display:none; position:fixed; top:0; right:0; width:100%; height:100vh; background:#fff; animation:slide-left 0.5s cubic-bezier(.5,.2,0,1) forwards;}
	.gnb ul							{display:block; text-align:left;}
	.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; 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>a					{background:#f0f0f2; color:var(--color1);}
	.gnb ul>li.on>ul				{display:block;}
	.gnb ul ul						{display:block; position:relative; width:100%; padding:20px 25px; border-bottom:1px solid #e5e5e5; background:#fff; text-align:left; animation:initial;}
	.gnb ul ul>li					{margin-bottom:7px;}
	.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; 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:8px 0 8px 10px; border:0;}
	.gnb ul ul ul>li				{margin-bottom:3px;}
	.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						{} 
.sub_top							{position:Relative; background:#000; height:400px; overflow:hidden;}
.sub_top .wrap						{position:absolute; width:100%; top:50%; transform:translateX(-50%); line-height:1.4; z-index:1; text-align:center; animation:slide-up 2s cubic-bezier(.5,.2,0,1) forwards;}
.sub_top h2							{font-family: 'S-Core Dream'; font-size:2.3em; letter-spacing:-2.5px; line-height:1; color:#fff; font-weight:300;}
.sub_top .svisual					{position:absolute; top:0; width:100%; height:100%; animation:imgScale 3s both;}

.snb								{margin-top:-60px;}
.snb ul 							{background:rgb(168,14,14,0.85); display:flex; justify-content:center; text-align:center;}
.snb ul>li							{position:relative; width:100%;}
.snb ul>li:after					{content:''; position:absolute; top:0;right:-1px;bottom:0; margin:auto; height:1em; width:1px; background:#fff; opacity:0.3;}
.snb ul>li a						{font-family: 'S-Core Dream'; position:relative; display:block; height:60px; line-height:58px; letter-spacing:-1px; color:#fff; padding:0 20px; transition:all 0.3s ease;}
.snb ul>li.on a						{background:#fff; color:var(--color1); font-weight:500;}
.snb ul>li:hover a	 				{color:#fff;}
.snb ul>li.on a:hover				{color:var(--color1);}
.snb ul>li.on:after, .snb ul>li:last-child:after, .snb ul>ul	{display:none;}

.sub_wrap							{position:relative; padding:100px 0;}
.sub_title							{position:relative; text-align:center; margin-bottom:60px;}
.sub_title h3						{position:relative; font-family: 'S-Core Dream'; font-size:2.1em; letter-spacing:-2.5px; line-height:1; color:#111; font-weight:600; display:inline-block;}
.sub_title h3:before				{position:absolute; top:-5px; left:-18px; content:''; display:inline-block; width:8px; height:17px; background:var(--color1); transform:skewX(-27deg);}
.sub_title .location				{position:absolute; top:-5px; right:0; display:flex; gap:0 40px;}
.sub_title .location li:first-child	a {font-size:1.05em;}
.sub_title .location li				{position:relative;}
.sub_title .location li:before		{content:''; position:absolute; top:10px; left:-25px; border:solid #333; 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:#333; opacity:0.5; font-size:0.9em;}
.sub_title .location li a:hover, .sub_title .location li:last-child a	{opacity:1;} 
.sub_wrap select					{min-height:42px;}
.sub_wrap .input_form				{line-height:42px;}

.sub_cont							{position:relative; min-height:450px; margin-bottom:40px;}

.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;} 


@media screen and (max-width:1280px) { 
	.sub_wrap						{padding:80px 20px 100px 20px;}
}
@media screen and (max-width:1024px) { 
	.sub_container					{padding:60px 0 0 0;}
	.sub_title						{display:block; text-align:center; margin-bottom:30px;}
	.sub_title h3					{font-size:1.5em; letter-spacing:-1px;}
	.sub_title h3:before			{left:-12px; width:6px; height:13px;}
	.sub_wrap						{padding:40px 15px;}
	.sub_cont						{min-height:300px;}
	.snb, .sub_top, .sub_title .location		{display:none;}

	.sub_navigation					{display:block; 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:32px;}
	.sub_wrap select				{min-height:32px;}
}


/* 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				{font-style:normal; color:rgba(255,255,255,.55); line-height:1.8; padding:25px 0;}
.copyright address span			{padding-right:25px;}
.copyright .copy				{color:rgba(255,255,255,.35); line-height:1.4;}  
.copyright .copy a				{color:rgba(255,255,255,.35);}

.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:3px; 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:1280px) { 
	.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			{display:flex; flex-wrap:wrap; padding:10px 0; justify-content:center; gap:2px 20px;}
	.copyright address span		{padding:0;}
	.copyright address br		{display:none;}

	.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:60px;}
.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; height:58px; line-height:1.2;}
.tabmenu01 li:hover a		{color:var(--color1); }
.tabmenu01 .on a			{background:#fff; border-color:var(--color1); color:var(--color1); font-weight:500;}

.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					{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;}
	.tabmenu01 li				{flex:1 1 40%;}
	/*.tabmenu01 li:first-child	{flex:1 0 100%;}*/
	.tabmenu01 li a				{height:40px; font-size:0.95em; padding:0 10px;}

	.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; font-weight:500; letter-spacing:-1px; font-size:1.05em; margin:0 2px; padding:0 30px; 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 20px; 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; animation:slide-down 0.3s cubic-bezier(.5,.2,0,1) forwards;}
.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:var(--gra1); z-index:999999999999; animation:mode .3s forwards;}
.allmenu_wrap								{position:absolute; width:100%;}
.allmenu_wrap h1							{position:absolute; right:80px; bottom:80px;}
.allmenu_wrap ul							{width:100%; display:flex; height:100vh;}
.allmenu_wrap li p a						{display:block; font-family: 'S-Core Dream'; font-weight:600; font-size:1.8em; color:#fff; letter-spacing:-1px; margin-bottom:30px; line-height:1.3;}
.allmenu_wrap ul>li							{flex:1; position:relative; border-left:1px solid rgba(256,256,256,0.2); padding:160px 0 0 30px;}
.allmenu_wrap ul>li:after					{position:absolute; left:0; top:160px; content:''; display:block; height:38px; width:3px; background:#fff; border-radius:5px; transition:all 0.7s ease;}
.allmenu_wrap ul>li>ol						{padding-left:10px;}
.allmenu_wrap ul>li>ol>li a					{font-family: 'S-Core Dream'; line-height:50px; color:rgba(256,256,256,0.9); font-size:1.35em; letter-spacing:-1px;}
.allmenu_wrap ul>li>ol>li>ol				{padding:10px;}
.allmenu_wrap ul>li>ol>li>ol>li				{position:relative; text-indent:12px;}
.allmenu_wrap ul>li>ol>li>ol>li a			{color:rgba(256,256,256,0.7); font-size:1em; line-height:34px; }
.allmenu_wrap ul>li>ol>li>ol>li:after		{content:''; position:absolute; left:0;top:15px;width:4px;height:4px;background:#fff; opacity:0.9; border-radius:5px; }
.allmenu_wrap ul>li>ol>li>ol>li>ol			{padding:0 0 0 5px;}
.allmenu_wrap ul>li>ol>li>ol>li>ol>li		{position:relative; text-indent:20px;}
.allmenu_wrap ul>li>ol>li>ol>li>ol>li a		{font-size:0.9rem; line-height:28px; }
.allmenu_wrap ul>li>ol>li>ol>li>ol>li:after	{content:''; position:absolute; left:10px;top:13px;width:4px;height:1px;background:#fff; opacity:0.9; border-radius:5px; }
.sitemap_close								{position:absolute; display:inline-block; top:20px; right:0; 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);}
.allmenu_wrap ul a:hover					{color:#fff;}
.allmenu_wrap ul>li:hover:after				{height:calc(100% - 95px);}
.sitemap_close:hover						{opacity:1;}
#sitemap_wrap:after							{position:absolute; top:0; left:0; content:''; width:100%; height:100%; background:url('../img/common/acc_symbol.png') no-repeat 95% 90%; background-size:500px; z-index:-1; opacity:0.8;}


@media screen and (max-width:1024px) {
	#sitemap_wrap					{display:none;}
}


/*  분리 수정  ==================================================================================== */
.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:1280px) { 
#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:1280px) { 
#guava_pageprint_btnwrap						{right:65px;}
}
@media screen and (max-width:1024px) {
#guava_pageprint_btnwrap						{top:15px;}
}
