@charset "utf-8"; 

html							{font-size:18px;}
 
@media all and (max-width:1300px){
	html						{font-size:1.385vw;}  
}
@media all and (max-width:1200px){
	html						{font-size:1.5vw;}  
}
@media screen and (max-width:1024px) {
html							{font-size:16px;} 
} 
  
:root {
	--color1: #08449a; 
	--color2: #03a1ac; 
	--color3: #be1824; 
	--color4: #002356;  /* 남색*/

	--color5: #4ba7ef;		/* 파란색*/
	--color6: #b2ccf1;    /* 연한 하늘색*/

	--point1: #ffb006;   /* 포인트 컬러 - 주황 */
	--point2: #ff5544;   /* 포인트 컬러 - 빨강 */
	--gray1: #667284;   /* 그레이 컬러 */
	--gray2: #8794a7;  /* 그레이 컬러 */
	--gra1: linear-gradient(48deg, #08449a, #03a1ac, #03a1ac, #08449a);  /* 그라데이션 스타일 */
}

@keyframes slide-up {
	from	{opacity:0; transform: translateY(80px);}
	to		{opacity:1.0; transform: translateY(0);}
}

@keyframes imgScale {
	0%		{transform:scale(1.2)}
	100%	{transform:scale(1)}
}
@keyframes slide-up-navi {
	/*from	{opacity:0; transform: translateY(-15px);}
	to			{opacity:1.0; transform: translateY(0);}*/
	from	{ height:0;}
	to			{ height: 100%;}
}
@keyframes ani_dropdown	{
	0%		{-webkit-transform:translateY(-100%);transform:translateY(-100%)}
	100%	{-webkit-transform:translateY(0);transform:translateY(0)}
}
@keyframes quick_circle{
	0%		{transform:rotateY(450deg);}
	50%	{}
	100%	{transform:rotateY(0deg);}
}
@keyframes fadeUp{
	0%		{transform:translate3d(0%, 20px, 0);opacity:0;}
  100%	{transform:translate3d(0%, 0, 0);opacity:1;}
}

.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: linear-gradient(to bottom, rgb(0,0,0,0.65), transparent);*/ z-index:999; transition:all 0.5s ease; /* box-shadow:rgb(0 0 0 / 15%) 2px 3px 15px; */ }
.header::after							{content:''; display:block; clear:both;} 
.header h1								{float:left;height:100px; line-height:95px;padding:0 0 0 30px;  transition:all 0.4s ease; }
.header h1 img						{height:35px;vertical-align:middle !important;  transition:all 0.4s ease; }
.header h1 a span					{display:block; width:350px;height:100%;background:url('../img/common/top_logo2.png') no-repeat 0 50%;background-size:auto 35px; }
.header.on h1 a span, .header.over h1 a span			{ background:url('../img/common/top_logo.png') no-repeat 0 50%;  background-size:auto 35px; }
.header.on								{  top:0;  background:#fff; animation:ani_dropdown .3s cubic-bezier(.215,.61,.355,1);  box-shadow:rgb(0 0 0 / 15%) 2px 3px 15px; backdrop-filter: blur(10px);   -webkit-backdrop-filter: blur(10px); }
.header.over							{  background:#fff;}


.top_link									{position:relative;margin:35px 30px 0 0; height:30px; display:flex; justify-content: flex-end; transition:all 0.3s ease; }
.top_link .rt							{overflow:hidden;display:flex; gap:20px; padding-right:15px; }
.top_link .rt li							{position:relative;   line-height:30px; font-size:0.85em; transition:all 0.3s ease; }
.top_link .rt li a						{position:relative; display:block;  color:#fff; font-weight:500; transition:all 0.3s ease; opacity:0.8; } 
.top_link .rt li .login				{position:relative; display:inline-block; top:4px;margin-right:10px; width:16px; height:18px; background:url('../img/common/icon_login.png') no-repeat 0 0;background-size:100% auto;  }  
.top_link .rt li:hover a			{opacity:1; } 
.header.over .top_link .rt li a,
.header.on .top_link .rt li a	{ color:#333; }
.header.over .top_link .rt li .login,
.header.on .top_link .rt li .login	{ background-position:0 -20px;background-size:100% auto;  }  
.top_link .outlink					{position:absolute; right:0; top:-35px; background:var(--color1); color:#fff; padding:0 25px 0 10px; border-radius:0 0 5px 5px; line-height:26px; font-size:0.75em; }
.top_link .outlink span						{position:absolute; right:10px;top:0; transition:all 0.3s ease; }
.top_link .outlink span::before		{position:absolute; content:''; right:0; top:12px; width:9px; height:1px; background:#fff; transform: rotate(-45deg); -webkit-transform: rotate(-45deg); }
.top_link .outlink span::after			{position:absolute; content:''; right:0; top:8px; width:6px; height:6px;border-top:1px solid #fff; border-right:1px solid #fff;   }
.top_link .outlink:hover  					{background:var(--color2);}

.top_link .sitemap					{ position:relative;  width:40px; height:40px; cursor:pointer; opacity:0.8;  transition:all 0.3s ease; }
.top_link .sitemap span, 
.top_link .sitemap::before, 
.top_link .sitemap::after		{position:absolute; left:11px; content:''; width:20px; height:2px; border-radius:2px; background:#fff; transition:all 0.3s;}  
.top_link .sitemap::before	{top:6px;}
.top_link .sitemap span		{top:13px;width:20px;  transition:all 0.3s ease; }
.top_link .sitemap::after		{top:20px; } 
.top_link .sitemap:hover		{ opacity:1;   } 
.top_link .sitemap:hover span		{ width:20px;  }

.header.on .top_link .sitemap span, 
.header.on .top_link .sitemap::before, 
.header.on .top_link .sitemap::after		{background:#333; }
.header.over .top_link .sitemap span, 
.header.over .top_link .sitemap::before, 
.header.over .top_link .sitemap::after		{background:#333; }


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

 
/*  구글 번역   ==================================================================================== */
.header > .lang_choice					{display: none;}
.lang_choice									{padding: 0 15px; cursor:pointer;}
.lang_choice i									{font-size:1.4em; color:#333;}
.lang_choice.lang_on i					{color:var(--color1);}

.lang_item										{padding:5px 7px; border:1px solid #eee; position:absolute; top:0px; width:92px; background:#fff; z-index: 1001;}
.lang_item a									{word-break: keep-all; text-align:center; font-size:13px; color:#777; line-height:30px; transition:ease .4s; display:block; padding:5px}
.lang_item a:first-child					{border-bottom:1px solid #eee;}
.lang_item a:hover						{color:var(--color1);}
.lang_empty									{display: none;}

@media screen and (max-width:1024px) {
	.header > .lang_choice				{display: block; position:absolute; top:21px; right:35px; z-index:1;}
	.header > .lang_choice i			{color:#333;}
	.header > .lang_choice.lang_on i	{color:var(--color1);}
 }
/*  구글 번역   ==================================================================================== */

.header .header_size				{max-width:2000px; margin:auto; display: grid; grid-template-columns:400px auto 280px;   }
.header .wrap						{ overflow:hidden; display:flex;  justify-content:end;} 
.gnb										{ max-width:750px ;width:100%;  z-index: 800;}
.gnb::after								{content:''; display:block; clear:both;}  
.gnb_bg									{display:none; position:absolute; width:100%; top:130px; height:260px;   z-index:700; border-top:1px solid #eee;  border-bottom:3px solid var(--color1); background:rgb(255,255,255,0.88) ;  backdrop-filter: blur(10px);   -webkit-backdrop-filter: blur(10px); } 
.gnb ul									{ display: flex; flex-flow:nowrap;justify-content: space-around;   text-align:center; }
.gnb ul>li>a							{position:relative; display:block;   font-size:1.15em; line-height:30px;padding:35px 0 35px 0 ;  font-weight:700; color:#fff;}
.header.over .gnb ul>li>a,
.header.on .gnb ul>li>a		{color:#111; }
.gnb ul>li>a::after					{position:absolute; content:''; bottom:0; left:50%; width:0; height:1px; background:var(--color1);  display:inline-block; z-index:11;  transition:all 0.4s ease;}
.gnb ul>li>a::before				{content:''; position:absolute; bottom:-8px;left:calc(50% - 4px);width:0px;height:0px;border-right:6px solid transparent;border-left:6px solid  transparent;border-bottom:7px solid var(--color1);  transition:all 0.3s ease;}  /* 화살표 */
.gnb ul>li:hover>a					{color:var(--color1); }
.header.over .gnb ul>li:hover>a				{color:var(--color1); }
.gnb ul>li.on>a						{ }
.gnb ul>li:hover a::after		{ width:100%;left:0; transition:all 0.4s ease;}  
.gnb ul>li.on>a::after			{  }  
.gnb ul>li:hover a::before		{bottom:0;}
 
.gnb ul ul								{position:absolute;display:none;width:160px;  padding:15px; text-align:center; /* animation: slide-up-navi 0.4s cubic-bezier(.3,.2,0,1) forwards; background:rgb(255,255,255,1) ; */  }  
  .gnb ul ul::before				{position:absolute; content:'';left:0;top:0;  width:100%; height:0; background:#fff;  box-shadow: 0 6px 6px 0 rgba(0,0,0,0.2);  animation: slide-up-navi 0.4s cubic-bezier(.3,.2,0,1) forwards;}
.gnb ul>li:hover ul::before	{height:100%;}
.gnb ul ul>li							{float:none;width:100%;margin:0 0 8px 0; animation: fadeUp 0.4s ease-in-out; animation-fill-mode:forwards; opacity:0 ;  animation-delay:0.08s;}
.gnb ul ul>li>a						{display:inline-block;width:100%; line-height:1.4; padding:0; color:#414141;font-weight:500;  font-size:0.9em; font-weight:500;text-align:center;  }
.header.over .gnb ul ul>li>a		{color:#414141; }
.gnb ul ul>li>a::before			{display:none;}
.gnb ul ul>li>a:after				{display:none;}
.gnb ul ul>li>a:hover				{  color:var(--color1);  text-decoration:underline; }
.gnb ul ul>li>a.current,
.gnb ul ul>li.on>a					{  color:var(--color1); font-weight:500;}
.gnb ul ul ul							{display:none !important;}

 

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


@media screen and (max-width:1500px) {
	.header .header_size				{ grid-template-columns:300px auto 240px;   } 
	.header h1								{ padding:0 0 0 15px;  } 
	.header h1 a span					{ width:280px; background-size:auto 30px; }   
	.header.on h1 a span, .header.over h1 a span			{  background-size:auto 30px; }
	.top_link									{ margin:35px 10px 0 0;  }
	.top_link .rt							{padding-right:10px; }  
}
@media screen and (max-width:1400px) { 
	.gnb ul>li>a							{ font-size: calc(12 * 1px + (22 - 10) * ((100vw - 5px) / 2200)); }
	.top_link .rt li							{ font-size:0.8em;  } 
}
@media screen and (max-width:1200px) { 
	.header h1 a span					{ width:260px; background-size:auto 28px; }   
	.header.on h1 a span, .header.over h1 a span			{  background-size:auto 28px; }
	.header .header_size				{ grid-template-columns:290px auto 210px;   } 
	.top_link .rt							{ gap:15px; padding-right:5px; }
	.top_link .rt li .login				{ top:2px;margin-right:5px; width:14px; height:15px;  }  
	.header.over .top_link .rt li .login,
	.header.on .top_link .rt li .login	{ background-position:0 -17px;  }  
}
@media screen and (max-width:1024px) {
	.header								{height:60px;   padding:0; /* border-bottom:1px solid #ddd;  background:#fff; */ }
	.header h1							{height:60px; line-height:60px; float:none; margin:0;padding:0 0 0 15px;}
	.header h1 img					{height:30px;}
	.header.on h1 a span,
	.header h1 a span				{ /* background:url('../img/common/top_logo.png') no-repeat 0 50%; */ background-size:auto 25px; } 
	.header.on							{top:0px;  } 
	.top_link								{display:none;}

	.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:#fff; transition:all 0.3s;}
	.mbmenu_btn::before			{top:13px;}
	.mbmenu_btn span				{top:20px; width:18px;}
	.mbmenu_btn::after				{top:27px; }
	.mbmenu_btn:active span,
	.mbmenu_btn:hover span		{width:23px;}
	.header.on .mbmenu_btn span, 
	.header.on .mbmenu_btn::before, 
	.header.on .mbmenu_btn::after				{ background:#444; }

	.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; display:flex;justify-content:space-between ; margin:0 20px; background:var(--color1); border-bottom:2px solid rgb(255,255,255,0.4);}
	.mbmenu_top .logo a						{display:inline-block; height:70px;  line-height:60px; color:#fff;  font-size:0.95em;} 
	.mbmenu_top .logo img					{height:25px; margin-top:22px;} 
	.mbmenu_top .colse							{position:relative;display:inline-block;margin:15px 0 0 0;width:40px; height:40px;cursor:pointer;   transform: rotate(45deg); -webkit-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; }

	.mbmenu_member							{display:block; position:relative; display:table; table-layout:fixed; text-align:center; width:100%; height:60px;margin:30px 0 0 0; } 
	.mbmenu_member a						{ position:relative;display:inline-block;   padding: 0 20px;line-height: 36px;border: 1px solid rgb(255, 255, 255, 0.4);text-align: center;color: #fff;font-size: 0.9em;opacity: 0.6; margin:0 3px;}  
	.mbmenu_member a:hover				{opacity:1;}
 
 
 	.gnb										{display:none; position:fixed; width:100% ;height:100vh;  background:var(--color1);  margin:0; max-width:initial ; }
	.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; line-height:60px; padding:0 10px; color:#fff !important; font-size:1.25em; font-weight:500; border-bottom:1px solid rgb(255,255,255,0.3);}
	.gnb ul>li>a:hover, .gnb ul>li>a.current, .gnb ul>li.on>a	{color:#ffde00 !important; font-weight:500;} 
	.gnb ul>li>a span					{position:absolute; right:14px; top:16px; justify-content:center; width:28px; height:28px; border:1px solid rgb(255,255,255,0.3);}
	.gnb ul>li>a span::after			{position:absolute; content:''; right:6px; top:13px; transform:translateY(-50%); width:14px; height:2px; background:#fff;}	
	.gnb ul>li>a span::before		{position:absolute; content:''; right:12px; top:13px; transform:translateY(-50%); width:2px; height:14px; background:#fff;}
	.gnb ul>li>a:hover span,
	.gnb ul>li>a.current span,
	.gnb ul>li.on>a span				{ } 
	.gnb ul>li>a.current span::before,
	.gnb ul>li.on>a span::before		{display:none;}
	.gnb ul>li>a:hover span::before,
	.gnb ul>li>a:hover span::after,
	.gnb ul>li>a.current span::after,
	.gnb ul>li.on>a span::after	{background:#ffde00; }
	.gnb ul>li.on>ul						{display:block;}
	.gnb ul ul								{display:block; position:relative; width:100%; padding: 15px 0; box-shadow:none; background:none;border-radius:0;border-bottom:1px solid rgb(255,255,255,0.3); animation:initial;   }
	 .gnb ul ul::before					{display:none; }
	.gnb ul ul>li							{  animation:initial ; opacity:1 ; }
	.gnb ul ul>li>a						{position:relative; text-align:left; text-indent:20px; padding:0; line-height:35px;border:0;   font-weight:400; color:#fff; font-size:1.1em;}
	.gnb ul ul>li:first-child a		{border-top:0;}
	.gnb ul ul>li>a:hover, .gnb ul ul>li>a.current, .gnb ul ul>li.on>a	{  color:#ffde00; border-color:#fff;font-weight:500; }
	.gnb ul ul>li>a span				{border:none; top:12px;}
	.gnb ul>li>a::after					{display:none;} 
	.gnb ul ul ul							{padding:10px; background:rgb(255,255,255,0.2);margin:10px  ; width:calc(100% - 20px);border-bottom:0 solid #e5e5e5; border-radius:10px;}
	.gnb ul ul ul>li>a					{line-height:30px;background:none;font-size:1em; border:0; text-indent:30px;}
	.gnb ul ul li.on ul>li>a			{background:none;color:#fff;font-weight:400; }
	.gnb ul ul li.on ul>li>a:hover, .gnb ul ul li.on ul>li.on>a			{ color:#ffde00; }

	.gnb ul ul ul>li>a::after, 	.gnb ul ul ul>li>a:hover::after	{position:absolute; content:''; display:block; left:15px !important; top:15px !important; width:5px !important; height:1px; background:#fff;}
	.gnb ul ul ul>li>a:hover, .gnb ul ul ul>li>a.current, .gnb ul ul ul>li.on>a	{background:#ffde00; font-weight:500; }
	 

 




 }

/* 상단 검색 레이어   ========= ===================================================== */
.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.75em;color:var(--color1);font-weight:bold; line-height:1.2;padding:0 0 30px 0;  }
.top_search_wrap .search_tit span						{ font-weight:500;}
.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;  color:var(--color1); border:0; font-weight: 500;  }
.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-weight: 500; }
.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; }
}
/* 상단 검색 레이어  ========= ===================================================== */



/* CONTENTS   ================================================================================== */
.sub_container									{padding: 0;} 
.sub_top												{position:relative; overflow:hidden; background:#333; height:420px; transition:all 0.3s ease;}
.sub_top .txt										{position:absolute; width:100%; top:44%;  text-align:left; z-index:1; animation: slide-up 1.25s cubic-bezier(.5,.2,0,1) forwards;}  
.sub_top h2										{position:relative;font-weight:700;  padding-left:20px; font-size:1.35em; color:#aaa; line-height:1.1;   transition:all 0.3s ease;}
.sub_top h2 span								{position:relative;display:block;font-weight:700;  font-size:2.35em;  color:#fff; padding-top:10px;  z-index:1; transition:all 0.3s ease;}  
.sub_top .location								{display:none; position:relative; opacity:0.9; margin:25px 0 0 25px; text-shadow: 3px 3px 10px rgba(0,0,0,0.35);  }
.sub_top .location	.home					{position:relative; display:block;top:6px; width:20px  ;height:20px; line-height:20px; text-align:center; cursor:pointer; /*background:url('../img/common/path_home.png') no-repeat center 0; text-indent:-999px ;*/ z-index:15;  overflow:hidden; color:#fff; font-size:1.05em; }  
.sub_top .location li							{position:relative; display:inline-block; padding:0 18px;}
.sub_top .location li::after				{content:''; position:absolute; top:41%; left:-5px; border:solid #fff; border-width:1px 1px 0 0;  padding:2px; transform: rotate(45deg); -webkit-transform: rotate(45deg);}
.sub_top .location li:first-child::after	{display:none;}
.sub_top .location li:first-child			{padding-left:0 !important;}
.sub_top .location li a						{color:#fff; font-size:0.9em;}
.sub_top .sub_visual							{position:absolute; top:0; width:100%; height:100%; background:url('../img/common/svisual.jpg') no-repeat right 0 #040e27; background-size:auto 100%; animation:imgScale 3s both;}

 
.sub_navigation									{display: ;position:absolute; top:365px; left:0; width:100%; padding:30px 0;z-index:998; }   
.sub_navigation::before					{position:absolute;content:''; left:0; top:0; width:50%; height:100%; background:var(--color1); }
.sub_navigation	.box							{ position:relative;width:50%;padding-right:30px; height:50px;line-height:50px;background:var(--color1); }
.sub_navigation .inner						{position:relative;  padding-left: 50px;  display: flex; flex-flow:nowrap;  }
.sub_navigation .home						{position:absolute; left:0;top:0;width:50px  ;height:50px; line-height:50px; text-align:left; cursor:pointer;   z-index:15; color:#fff; font-size:1.05em; }  
.sub_navigation .home	 a					{ color:#fff; }
.sub_navigation .arrow01				{position:relative; font-size:0.95em; box-sizing:border-box;  text-indent:20px;}   
.sub_navigation .arrow01::before	{content:''; position:absolute; top:16px; left:0; width:1px;height:16px; background:rgb(255,255,255,0.2);}
.sub_navigation .arrow01::after		{content:''; position:absolute; top:18px; right:20px; width:7px;height:7px;border:solid #fff; border-width:1px 1px 0 0; transform: rotate(135deg); -webkit-transform: rotate(135deg);}  /* 화살표 */
.sub_navigation .arrow01.on::after{top:20px;transform: rotate(-45deg); -webkit-transform: rotate(-45deg);}
.sub_navigation .arrow01:last-child	{border-right:0; }
 
.sub_navigation .inner > li				{width: 33.33%;}  
.sub_navigation .inner.depth3 > li	{width: 33.33%;}
.sub_navigation .inner a					{color:#fff;}
.sub_navigation .inner ul					{display:none ; position:absolute; top:55px; left:20px;max-width:170px; width:100%; z-index:111; background:#fff;padding:  0; border:1px solid #e3e3e3; box-shadow:0 2px 10px 0 rgba(0,0,0,0.12);}
.sub_navigation .inner ul a				{display:block;    line-height:38px; font-size:0.9em; font-weight:500; color:#888;background:#fff;  border-bottom:0 solid #e5e5e5;  transition: all 0.3s ease;cursor:pointer; text-indent:25px;}
.sub_navigation .inner ul li:first-child a	{border-bottom:0; padding-top:7px;}
.sub_navigation .inner ul li:last-child a	{border-bottom:0; padding-bottom:7px;}
.sub_navigation .inner ul a.on, .sub_navigation .inner ul a:hover	{ color:var(--color1);background:#f4f4f4; } 

 
 
.snb												{display: ; position:absolute; width:240px; top:130px;   z-index:1; }
.snb .tit										{display:none;position:relative;color:#fff;  font-size:1.5em;  padding:40px 0; line-height:35px;   text-align:center; transition:all 0.4s ease;}
.snb .tit strong							{font-weight:600; z-index:111;}
.snb .tit::before							{ position:absolute; content:''; top:0;left:0; width:100%; height:100%;background:var(--gra1);background-size:600%; z-index:-1; opacity:0.9; }
.snb>ul 										{  border-top:0;   transition:all 0.4s ease;}
.snb>ul>li									{position:relative;  transition:all 0.4s ease;}  
.snb>ul>li>a								{position:relative; display:block;font-weight:600; font-size:1em;padding:8px 0 9px 30px;  line-height:1.4em;  color:#444; transition:all 0.4s ease;}
.snb>ul>li::before						{position:absolute;  content:''; display:inline-block;top:18px; left:0; width:0;height:2px;border-top:2px solid #aaa;  transition:all 0.3s ease;}
.snb>ul>li.on a:hover,
.snb>ul>li.on>a							{  font-weight:600;  color:var(--color1); }
.snb>ul>li>a:hover						{ color:var(--color1); }
.snb>ul>li:hover::before			{width:20px; } 
.snb>ul>li.on::before				{width:20px; border-color:var(--color1);  }
.snb>ul>li:hover>a::before		{background:#e8e8e8; }
.snb>ul>li.on>a::before				{ background:var(--color1);   }
.snb>ul ul 									{ position:relative; padding:14px 0 14px 40px; border-bottom:0 solid #eee; background:#f9f9f9;   transition:all 0.4s ease;}
.snb>ul>li>ul>li>a 							{position:relative; display:block;font-weight:500 !important;font-size:0.9em;   line-height:1.9em;color:#777 ; }
.snb>ul>li>ul>li>a::after				{position:absolute; content:''; left:-10px; top:0.75em; width:4px; height:2px; background:var(--color1);  border-radius:5px;}
.snb>ul>li>ul>li.on>a,				
.snb>ul>li>ul>li:hover>a				{font-weight:500 !important; color:var(--color1);}



.sub_wrap									{position:relative; min-height:600px; padding:130px 0 100px 0;margin-left:290px; transition:all 0.3s ease; }
.sub_title										{position:relative; display:none ;font-weight:700; font-size:2.2em; color:#000;  margin-bottom:60px; line-height:1;}
.sub_title span							{position:relative;  font-weight:800;}
.sub_title span::after					{position:absolute;  content:''; right:-18px; top:0; width:10px; height:10px; background:var(--color1); border-radius:50%; }
.sub_cont									{position:relative; padding-bottom:80px; }




@media screen and (max-width:1800px) { 
.sub_top .sub_visual							{background-position:center 0;  background-size:cover; }
}
@media screen and (max-width:1440px) { 
	.sub_top									{height:380px;}
	.sub_top h2							{ font-size:1.3em; }
	.sub_navigation						{ top:325px; padding:30px 20px; }  
	.sub_navigation .inner			{ padding-left: 40px;   }
	.sub_navigation .home			{ width:40px  ;  }  
	.sub_navigation .inner ul		{  left:initial;  }
	.snb											{ width:230px;  left:15px; top:110px;  }
	.sub_wrap								{  padding:110px 20px ;margin-left:280px;} 
}
@media screen and (max-width:1200px) { 
	.sub_top h2							{ font-size:1.25em; }
	.sub_top h2 span					{  padding:10px 0 0 0; }  
	.sub_top .location					{ margin-top:15px ;   }
	.sub_navigation						{ top:335px; padding:  20px 15px; }  
	.sub_navigation .inner			{ padding-left: 30px;   }
	.sub_navigation .arrow01	{  text-indent:15px;}   
	.sub_navigation .arrow01::after		{ right:15px;}
	.snb											{ width:190px;top:90px;  }
	.sub_wrap								{  padding:90px 20px ;margin-left:220px;}  
}

@media screen and (max-width:1024px) {   
	.sub_top									{height:17em;}
	.sub_top .txt							{  top:45%; }    
	.sub_top h2 span					{  font-size:2.1em;  }  

	.snb											{display:none;} 
	.sub_title									{display:none;}
	
	.sub_wrap								{padding:60px 20px 80px 20px;margin:0;}
	.sub_cont								{min-height:500px;}
	.sub_top .location					{display:none;} 
	.sub_navigation						{ position:relative;top:0; padding:0; background:var(--color1);} 
	.sub_navigation::before					{display:none; }
	.sub_navigation	.box							{  width:100%;padding-right:0;     }     
	.sub_navigation .home						{text-align:center; }  
	.sub_navigation .inner						{ padding-left:40px;   }
	.sub_navigation .inner ul					{  max-width:initial; }
	.sub_navigation .inner > li				{width: 50%;}  
	.sub_navigation .inner.depth3 > li	{width: 33.33%;}
 
}

@media screen and (max-width:800px) {  
	.sub_top									{height:14em;}  
	.sub_top h2  							{  font-size:1.15em;    }  
	.sub_top h2 span					{  font-size:1.9em;font-weight:600;  padding-top:5px;  }   
 
	.sub_navigation .arrow01					{  font-size:0.85em;  }   
	.sub_navigation .arrow01:after			{  top:18px; right:15px; width:5px;height:5px; }
	.sub_navigation .arrow01.on:after		{top:21px;}  
	.sub_navigation .inner ul a					{ line-height:35px;   text-indent:15px;}   
}
@media screen and (max-width:600px) {      
	.sub_top									{height:11em;}
	.sub_top h2  							{  font-size:1.1em;    }  
	.sub_top h2 span					{  font-size:1.8em;   }   
}



/* QUICK MENU ================================================================================== */
.quick_menu								{position:fixed; top:200px; right:10px; z-index:9999; width:100px; }
.quick_menu .icon01				{position:relative; text-align:center;width:100px;height:100px; border-radius:50%; background:var(--point2); color:#fff; display: flex; flex-direction: column; justify-content:center; align-items:center; box-shadow:5px 10px 20px 0 rgba(0,0,0,0.15);}
.quick_menu .icon01::before	{position:absolute;display:none; content:''; left:0;top:0;width:100%;height:100%; background:rgb(0,0,0,0.3); border-radius:50%;  z-index:-1;}
.quick_menu .icon01:hover::before		{display:block; animation: bounce 1.5s infinite; }
 
.quick_menu .icon01 .img		{display:block;}
.quick_menu .icon01 .txt			{ color:#fff; font-size:0.85em;   line-height:1.2; padding-bottom:5px; } 
.quick_menu span						{position:absolute; content:''; display:block; width:30px; height:50px; background:#fff; border:1px solid #dfdfdf; border-right:0; cursor:pointer;}
.quick_menu span::after			{position:absolute; content:''; right:12px; top:18px; border: solid var(--color1); border-width:2px 2px 0 0; padding:5px; -webkit-transform: rotate(45deg);  transform: rotate(45deg);}
.quick_menu .open					{left:-30px;}
.quick_menu .close					{left:65px; transform:rotate(180deg); border-right:1px solid #dfdfdf;}
 
@keyframes bounce {
	0%			{  transform: scale(1); opacity: 0.5; }
	100%		{ transform: scale(1.25); opacity: 0; }
}   
 

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

/* FOOTER  ================================================================================== */
.copyright						{position:relative; background:#111111;font-size:0.9em; padding:0 0 60px 0; transition:all 0.4s ease;}
.copy_txt							{position:relative; padding-top:60px;}
.copy_txt ul  					{padding-bottom:25px; border-bottom:1px solid rgba(255,255,255,.15); transition:all 0.4s ease;}
.copy_txt ul li					{display:inline-block; padding-left:18px;}  
.copy_txt ul li:first-child		{padding:0;}
.copy_txt ul li a				{color:#bdbdbd;  }
.copy_txt ul li:first-child a	{font-weight:500; color:#fff;}
   
.copy_txt address				{position:relative;font-style:normal;  line-height:160%; padding:10px 0; transition:all 0.4s ease;}
.copy_txt address .company			{position:relative; color:#fff;  font-weight:600;   padding:15px 0 5px 0;} 
.copy_txt address p			{position:relative; color:#8c8d94;   } 
.copy_txt address span		{position:relative; display:inline-block;  color:#8c8d94;  padding-right:20px;  }  
.copy_txt address span b		{display:inline-block;  width:45px;font-weight:600; }
.copy_txt address span:nth-child(3)	{display:block;}

.copy_txt .copy					{color:#8c8d94;   opacity:0.8;}   
.copy_admin						{display:inline-block; background:#f67600; color:#fff; line-height:19px;padding:0 7px 1px 5px;font-size:0.75rem; border-radius:2px; margin-left:10px;}
.copy_admin i					{color:#fff;padding:0 4px 0 0;font-size:0.9em; }

.copy_link							{position:absolute; right:20px; top:-5px;  transition:all 0.4s ease;}
.copy_link a						{display:inline-block;  margin-left:10px; opacity:0.2; transition:all 0.4s ease;} 
.copy_link a:hover				{ opacity:0.4; }
 
.backtop								{display:none; position:fixed; right:15px; bottom:40px; width:50px; height:50px; opacity:0.4; z-index:2200; background:#fff; border:1px solid rgb(0,0,0,0.18); border-radius:100%; cursor:pointer; box-shadow:0 2px 5px rgba(0, 0, 0, 0.18); transition:all 0.5s ease;}
.backtop:after					{content:''; position:absolute; top:20px; right:18px; border:solid #444; border-width:2px 2px 0 0;  padding:5px; transform: rotate(-45deg); -webkit-transform: rotate(-45deg);}
.backtop:hover					{opacity:1;}

 
@media screen and (max-width:1024px) {    
	.copyright						{padding:0 0 50px 0; text-align:center; }
	.copy_txt ul  					{padding-bottom:20px; }
	.copyright address			{display:grid; padding:10px 0 15px 0;}
 
	.copy_link						{  position:relative; top:initial; right:initial;margin-top:20px;}
	.copy_link a, .copy_link img	{height:32px;}

	.backtop							{  bottom:15px; width:40px; height:40px; }
	.backtop:after				{top:15px; right:13px;}
}
/* FOOTER  ================================================================================== */


/*  탭메뉴 스타일  ==================================================================================== */
.tabmenu01							{display:flex;flex-flow:wrap;gap:30px 50px;   text-align:center; width:100%; margin-bottom:60px;transition:all 0.3s ease;}
.tabmenu01 li						{position:relative;  cursor:pointer; }
.tabmenu01 li a						{display:block; color:#999; font-size:1.15em; font-weight:bold; letter-spacing:-1px;padding-bottom:12px;transition:all 0.3s ease;}
.tabmenu01 li::before			{position:absolute; content:'';top:5px;right:-25px;width:1px;height:1em;background:#e5e5e5; }
.tabmenu01 li:last-child::before	{display:none; }
.tabmenu01 li:hover a,
.tabmenu01 .on a					{color:#222;   }
.tabmenu01 .on::after			{ position:absolute; content:'';bottom:0;left:0;width:100%;height:3px;background:var(--color1); }


.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					{display:block; color:#797979; line-height:60px; height:60px; padding:0 25px; font-size:1.1em; }
.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						{gap:20px 40px;  margin-bottom:40px;}
	.tabmenu01 li a					{ font-size:1.1em;padding-bottom:10px; }
	.tabmenu01 li::before			{ right:-20px;  }

	.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;}
}
@media screen and (max-width:800px) {   
.tabmenu01						{gap:15px 30px;  margin-bottom:35px;}
.tabmenu01 li a					{ font-size:1.05em;padding-bottom:8px; }
.tabmenu01 li::before			{ right:-15px;  }
}
@media screen and (max-width:600px) {   
.tabmenu01 li a					{ font-size:1em; }
}

/*  공통 버튼  ==================================================================================== */
.sub_btn01							{ display:inline-block;text-align:center; min-width:150px; margin:0 2px; padding:0 30px; line-height:55px;color:#ffffff;  border-radius:2px; background:#4e5362;  border:1px solid #4e5362; cursor:pointer; vertical-align:top; transition:all 0.3s ease;}
.sub_btn02							{  display:inline-block;text-align:center; min-width:150px; margin:0 2px; padding:0 30px; line-height:55px;color:#333333;  border-radius:2px; background:#ffffff;  border:1px solid #aaaaaa; cursor:pointer; vertical-align:top; transition:all 0.3s ease;} 
.sub_btn03							{display:inline-block;text-align:center; font-weight:500; background:#333; color:#fff;height:55px;  line-height:55px;  width:100%;  border-radius:2px;cursor:pointer; transition: all 0.3s ease;}

.sub_btn01:hover,
.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:50px; padding:0 20px; font-size:1em;} 
	.sub_btn03						{height:50px; line-height:50px;}
}




/*  매뉴담당관련   ==================================================================================== */
.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				{ 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:800px) {
	.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;padding:18px;border:1px solid #ddd; background:#f9fafb; /* background:#f8f9fa; */ margin:30px 0 0 0;  }
.damdang_box .item01				{position:relative;padding:0 0 8px 0; color:#444; font-size:0.95em;font-weight:500; }
.damdang_box .item01 i				{padding-right:10px;color:#888;  }
.damdang_box .item01 p			{padding:0 0 0 27px; background:url('../img/common/damdang_icon01.png') no-repeat 0 4px;}
.damdang_box .item02				{position:relative;flex:2; font-size:0.9em;color:#848892; display:flex;flex-flow:wrap; }

.damdang_box .item02 p			{display:inline-block;padding:0 30px 0 0;}
.damdang_box .item02 span		{position:relative;display:inline-block;width:100px;padding:1px 20px 1px 15px;color:#555;}
.damdang_box .item02 span::before	{position:absolute; content:''; display:block; left:5px; top:12px; width:3px; height:3px; background:#777; border-radius:50%;}
.damdang_box .item02 span::after		{position:absolute; content:''; top:7px;right:8px;width:1px;height:15px;background:rgb(0,0,0,0.14);}

@media screen and (max-width:620px) {
.damdang_box							{padding:15px; }
}
 
.ceditor_box								{position:relative;padding:18px;min-height:75px;  border:1px solid #ddd;  background:#eff0f2;   display:flex;align-items:center;margin-top:-1px;  }
.ceditor_box .item01				{position:relative; font-size:0.9em; color:#636363;  }
.ceditor_box .item01 p				{display:inline-block;padding:0 15px 0 0;}
.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; padding:0 13px 0 18px; line-height:40px;color:#fff;  background:#6f758b;  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:#333;   color:#fff;}

@media screen and (max-width:1200px) {
.ceditor_box .item01 p				{display:block; }
}
@media screen and (max-width:620px) {
.ceditor_box								{padding:15px;flex-direction: column; }
.ceditor_box .item01				{padding:0 0 15px 0; }
}
 
/*  서브페이지 하단 담당자 정보   ==================================================================================== */



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

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







/*  QR 스타일  ==================================================================================== */
#guava_qrcode_btnwrap						{  top:25px; right:0; z-index:11111111; }
@media screen and (max-width:1400px) {
#guava_qrcode_btnwrap						{right:20px;}
}
@media screen and (max-width:1024px) {
#guava_qrcode_btnwrap						{top:15px;}
}
/*  QR 스타일  ==================================================================================== */


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