@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;} 
} 
  
@keyframes slide-up {
	from	{opacity:0; transform: translateY(60px);}
	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);}
}
@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%, 50px, 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:#fff; z-index:999; transition:all 0.5s ease; box-shadow:rgb(0 0 0 / 10%) 2px 3px 10px; /* backdrop-filter: blur(10px);   -webkit-backdrop-filter: blur(10px);  */}
.header::after							{content:''; display:block; clear:both;} 
.header h1								{float:left; height:80px; line-height:75px;padding:0 0 0 10px;  }
.header h1 img						{height:45px;vertical-align:middle !important;  }
.header.on								{top:-45px; animation:ani_dropdown .3s cubic-bezier(.215,.61,.355,1);}

.top_link									{ height:45px;  overflow:hidden; border-bottom:1px solid #e5e5e5;   } 
.top_link .web_size				{  overflow:hidden; }
.top_link ul.lt							{float:left; border-left:1px solid #e5e5e5;   }
.top_link ul.rt							{float:right;}
.top_link ul								{overflow:hidden;display:flex;  }
.top_link ul li							{position:relative; font-weight:500; line-height:45px;  font-size:0.85em;  }
.top_link ul li a						{ position:relative;  display:block; padding:0 13px; color:#9c9b9b; transition:all 0.3s; }
 
.top_link ul li.line a::before		{position:absolute;content:''; top:45%; left:-1px; width:3px; height:3px;background:#666; opacity:0.5; border-radius:5px;   }
.top_link ul.rt li:hover a 			{ opacity:1;}	   
.top_link ul.rt li:hover a::before		{  opacity:0.8; }
.top_link ul li:hover a 			{color:#666; }	  
 .top_link ul .newlink				{ border-right:1px solid #e5e5e5;  color:#585858; padding:0 42px 0 25px;  background:url('../img/common/top_blank03.png') no-repeat ;background-position:right 20px top 50%;}
.top_link ul li .sns                  {padding:6px 0 0 8px;   }
.top_link ul li .sns img          {height:25px; width:auto;  }

.top_link .sitemap							{ display:block; width:45px;  cursor:pointer ; background:var(--gra1); background-size:450%;  } 
.top_link .sitemap span, 
.top_link .sitemap::before, 
.top_link .sitemap::after				{position:absolute; right:13px; content:''; width:19px; height:2px;   background:#fff;  } 
.top_link .sitemap::before			{top:14px;}
.top_link .sitemap span				{top:21px;  } 
.top_link .sitemap::after				{top:28px; } 
.top_link .sitemap:hover 				{   }
.header.over .top_link .sitemap span,
.header.over .top_link .sitemap::before,
.header.over .top_link .sitemap::after			{background:#666;}

.top_link ul .search				{ display:block; width:45px;background:url('../img/common/top_search_icon.png') no-repeat center 40% var(--color1); background-size:18px auto; overflow:hidden; text-indent:-9999999px;  transition:all 0.3s; cursor:pointer;  }
.top_link ul .search a::before		{display:none; }
 

/*  자동로그아웃  ==================================================================================== */
#login_timer_box							{float:left;   padding:9px 15px; line-height:1.6em;  font-size:0.85em;background:#e9e9e9;  }
#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;}
  

.gnb .sitemap							{position:absolute; display:block; top:16px;right:0;width:50px;height:50px;   opacity:0.6;  cursor:pointer ;  transition:all 0.3s;  } 
.gnb .sitemap span, 
.gnb .sitemap::before, 
.gnb .sitemap::after				{position:absolute; right:12px; content:''; width:20px; height:2px;   background:#000;  transition:all 0.3s;  } 
.gnb .sitemap::before			{top:16px;}
.gnb .sitemap span				{top:23px;  } 
.gnb .sitemap::after				{top:30px; } 
.gnb .sitemap:hover 				{   opacity:1;  }
.header.over .gnb .sitemap span,
.header.over .gnb .sitemap::before,
.header.over .gnb .sitemap::after			{background:#666;}


.gnb .search				{position:absolute; display:block; top:20px;right:0; display:block; width:42px;height:45px; background:url('../img/common/top_search_icon02.png') no-repeat center 40% ; background-size:20px auto; overflow:hidden; text-indent:-9999999px;  transition:all 0.3s; cursor:pointer;opacity:0.7;  }
 

 
/*  구글 번역   ==================================================================================== */
.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 .wrap					{ overflow:hidden; }
.gnb									{  z-index: 800;}
.gnb::after							{content:''; display:block; clear:both;}  
.gnb ul								{  margin:0 5% 0 10%; display: flex; flex-flow:nowrap;justify-content:space-around;  }
.gnb ul>li							{ } 
.gnb ul>li>a						{position:relative; display:block; padding:25px 12px; font-size:1.2em; line-height:30px; color:#000; font-weight:600  ;font-family:'Paperlogy';}
.gnb ul>li>a::after				{position:absolute; content:''; top:0; left:50%; width:0; height:4px; background:var(--gra1); background-size:250%; transition:all 0.3s ease;   display:inline-block; z-index:11;}
.gnb ul>li:hover a::after,
.gnb ul>li.on>a::after		{width:78%; left:11%; transition:all 0.3s ease;} 
/* 클릭했을때 클릭 영역 표시
.gnb ul>li>a:where(:focus) { outline: 2px dotted gray; outline-offset: -3px;}   
.gnb ul>li>a:where(.active,.clicked) { }
*/  
.gnb ul ul							{position:absolute;display:none;width:200px; background:#fff; padding:5px 0 20px 0; overflow:hidden; border-radius:0 0 10px 10px;box-shadow: 0 6px 6px 0 rgba(0,0,0,0.15);   animation: slide-up-navi 0.5s cubic-bezier(.3,.2,0,1) forwards;  }
.gnb ul ul>li						{float:none;width:100%;margin:0px;padding:0px;}
.gnb ul ul>li>a					{display:inline-block;width:100%;line-height:1.1; padding:9px 0; font-weight:400; font-size:0.95em;font-family:'Pretendard'; color:#555;  text-align:center;  transition:all 0.5s ease;}
.gnb ul ul>li>a::after			{display:none;}
.gnb ul ul>li>a b					{position:relative;display:inline-block;font-weight:400; }
.gnb ul ul>li>a b::before		{position:absolute; content:''; bottom:-3px; left:50%; width:0; height:1px; background:var(--color1);   transition:all 0.3s ease; z-index:11;} 
.gnb ul ul>li>a:hover			{  color:var(--color1);  }
.gnb ul ul>li>a:hover b::before,
.gnb ul ul>li.on>a b::before		{ left:0; width:100%; }
.gnb ul ul>li>a.current,
.gnb ul ul>li.on>a				{  color:var(--color1); font-weight:500;}

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


@media screen and (max-width:1400px) {
	.gnb								{display:block;margin-right:20px;}  
	.gnb ul>li>a					{ font-size: calc(12 * 1px + (22 - 10) * ((100vw - 5px) / 2200)); }
}
@media screen and (max-width:1200px) {
	.header h1 img					{height:40px;}
}
@media screen and (max-width:1024px) {
	.header								{height:60px;   padding:0;  }
	.header h1							{height:60px; line-height:55px; float:none; margin:0;padding:0 0 0 10px;}
	.header h1 img					{height:35px;}
	.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:#444; transition:all 0.5s;}
	.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;}
    
    .gnb .search                           {display:none;}
 
    .mbmenu_search				    {position:absolute; right:40px; display:block; width:50px; height:60px; background:url('../img/common/top_search_icon02.png') no-repeat center 50% ; background-size:18px auto; overflow:hidden; text-indent:-9999999px;  cursor:pointer; z-index:2; opacity:0.7;  }


	.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;padding-top:15px; color:#fff;  font-size:0.95em;} 
	.mbmenu_top .logo img					{height:40px;} 
	.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_sns						        	{display:block; position:relative; display:table; table-layout:fixed; text-align:center; width:100%; height:60px;margin:35px 0 0 0; }  
    .mbmenu_sns a                                 { display:inline-block;  width:45px; height:45px; background:rgb(255,255,255,0.2); border-radius:50%; opacity:0.8; margin:0 6px;  }
    .mbmenu_sns a img                         { width:100%;  }

	.mbmenu_member							{display:block; position:relative; display:table; table-layout:fixed; text-align:center; width:100%; height:60px;margin:15px 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 .sitemap                        {display:none; }
 	.gnb										{display:none; position:fixed; height:100vh;  background:var(--color1);  margin:0;}
	.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; padding:15px 10px; color:#fff; font-size:1.4em;  font-family: 'Paperlogy';font-weight:600; 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:#ffea00; 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:#ffea00; }
	.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>li>a						{position:relative; text-align:left; text-indent:15px; padding:0; line-height:40px;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:#ffea00; 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:#ffea00; }

	.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:#ffea00; 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:#fff;  box-shadow: 0 10px 15px 0 rgba(0,0,0,0.17);  z-index:999999999; }
.top_search_wrap .search_tit								{position:relative; text-align:center;font-size:1.8em;color:var(--color3); font-weight:600;  font-family: 'Paperlogy'; 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 5px 0 15px;  border:4px solid var(--color1); margin:auto; background:#fff; border-radius:50px; }
.top_search_wrap .search_box input[type="text"]			{width:calc(100% - 60px);line-height:60px;font-size:1.2em;  color:var(--color1); border:0; font-weight: 500; border-radius:50px; background:#fff; }
.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_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 15px; }

.top_search_wrap .search_box input::placeholder{  color:#aaa;font-weight: 500; font-family: 'Paperlogy'; }
.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:30px;   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:var(--color3);}
.top_search_wrap .search_close:before							{position:absolute; content:''; left:50%; top:50%; transform:translate(-50%, -50%); height:35px; width:1px; background:var(--color3);}

 
@media screen and (max-width:1024px) {
.top_search_wrap																{ top:0;padding:50px 15px 20px 15px ;}   
.top_search_wrap .search_box						            	{ padding:0 0 0 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:768px) { 
.top_search_wrap .search_tit											{ font-size:1.55em;    }
.top_search_wrap .search_box										{width:85%; border-width:3px; }
.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:580px) { 
.top_search_wrap																{ padding:40px 0 10px 0 ;}   
.top_search_wrap .search_tit											{ font-size:1.5em;line-height:1.3; padding:0 0 20px 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:20px; }
}
/* 상단 검색 레이어  ========= ===================================================== */



/* CONTENTS   ================================================================================== */
.sub_container									{padding:125px 0 0 0; background:url('../img/common/svisual.png') no-repeat center 0 #fff;  } 
.sub_top												{position:relative; overflow:hidden;  /* background:#e2efff; */  height:190px; text-align:center; animation: slide-up 1.2s cubic-bezier(.5,.2,0,1) forwards; }
.sub_top .txt										{position:absolute; width:100%; top:34%;  z-index:1;}  
.sub_top h2										{position:relative;text-align:left;padding-left:325px; font-weight:700; font-size:2.3em; color:#121623; font-family: 'Paperlogy';  line-height:100%;  }
.sub_top .location								{display:block; position:relative;text-align:left;  margin:15px 0 0 325px; opacity:0.6;  }
.sub_top .location	.home					{position:relative; display:block;top:5px; width:26px  ;height:20px; text-align:center; cursor:pointer;background:url('../img/common/path_home.png') no-repeat center 0; z-index:15; text-indent:9999px;overflow:hidden; }  
.sub_top .location li							{position:relative; display:inline-block ;}
.sub_top .location li::after				{content:''; position:absolute; top:42%; left:9px; border:solid #121623; border-width:1px 1px 0 0;  padding:3px; transform: rotate(45deg); -webkit-transform: rotate(45deg); opacity:0.5;}
.sub_top .location li + li                   {padding-left:30px; }
.sub_top .location li:first-child::after	{display:none;}
.sub_top .location li a						{color:#121623; font-size:0.9em;}
.sub_top .sub_visual							{position:absolute; top:0; width:100%; height:100%; animation:imgScale 3s both;}
 
.sub_navigation									{display:none;position:relative;height:45px;line-height:45px;background:var(--gra1);background-size:200%;  }    
.sub_navigation .inner						{position:relative;  padding-left: 45px;  display: flex; flex-flow:nowrap;  }
.sub_navigation .home						{position:absolute; left:0;top:0;width:45px  ;height:45px; text-align:center; cursor:pointer;background:url('../img/common/path_home02.png') no-repeat center 50%; border-right:1px solid rgb(255,255,255,0.12); z-index:15;}   
.sub_navigation .arrow01				{position:relative; font-size:1em;  border-right:1px solid rgb(255,255,255,0.12);box-sizing:border-box;  text-indent:15px;}   
.sub_navigation .arrow01::after		{content:''; position:absolute; top:16px; right:17px; 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: 50%;}  
.sub_navigation .inner.depth3 > li	{width: 33.33%;}
.sub_navigation .inner a					{color:#fff;}
.sub_navigation .inner ul					{display:none ; position:absolute; top:45px; width:100%; z-index:111; box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);}
.sub_navigation .inner ul a				{display:block;  height:48px; line-height:48px; font-size:0.9em;color:#666;  background:#fff; border-bottom:1px solid #e5e5e5;  transition: all 0.3s ease;cursor:pointer; text-indent:20px;}
.sub_navigation .inner ul li:last-child a	{border-bottom:0;}
.sub_navigation .inner ul a.on, .sub_navigation .inner ul a:hover	{background:#f3f3f3;  color:#333; } 

 
.snb												{ position:absolute;top:-140px;width:250px;   z-index:1;  transition: all 0.3s ease; animation: slide-up 1.2s cubic-bezier(.5,.2,0,1) forwards; }
.snb .tit										{display: ; padding:0 10px 10px 10px;height:140px;  background:var(--gra1); background-size:260%;color:#fff; font-weight:600; font-size:1.45em;border-radius:30px 30px 0 0;   text-align:center; display: flex; flex-direction: column; justify-content:center; align-items:center; font-family: 'Paperlogy'; box-shadow:2px 8px 26px 0 rgba(0,0,0,0.15); }
.snb>ul 										{ position:relative; top:-15px; background:#fff; padding:15px 20px 35px 20px; border-radius:  15px 15px;  box-shadow:2px 8px 26px 0 rgba(0,0,0,0.15); }
.snb>ul>li									{position:relative;  } 
.snb>ul>li::after							{position:absolute; content:''; top:calc(50% - 4px); right:9px; width:8px;height:8px;border:solid #999; border-width:2px 2px 0 0; opacity:0.8;transform: rotate(45deg); -webkit-transform: rotate(45deg);}
.snb>ul>li::before						{position:absolute; content:''; top:calc(50% - 12px); right:0; width:24px;height:24px;  border:1px solid #e2e2e2; border-radius:50px; }
.snb>ul>li a									{position:relative; display:block;  font-weight:600; line-height:1.3em;  padding:14px 20px 14px 5px;color:#555;  border-bottom:1px solid #e3e3e3; }
.snb>ul>li a::before					{position:absolute; display:none; content:''; width:0; height:2px; background:var(--color1);  bottom:-1px; left:0; transition:all 0.3s ease;  z-index:1;}
.snb>ul>li.on a 							{ color:var(--color3); font-weight:700; }		
.snb>ul>li:hover a						{  color:var(--color3);}
.snb>ul>li.on::after, .snb>ul>li.on:hover::after                    {border-color:#fff; }
.snb>ul>li:hover::after				{border-color:var(--color3);}
.snb>ul>li.on::before                {background:var(--gra1); background-size:300%;border:0;  }
 
.snb>ul>li.on a::before 		        {width:100%;  }		
.snb>ul>li:hover a::before			{  }
.snb>ul>ul 									{ padding:0.75em;border-bottom:1px solid #e5e5e5;background:#f8f8f8; }
.snb>ul>ul>li a 							{position:relative; display:block;font-size:0.9em;   color:#666 ;padding:5px 0 5px 20px;}
.snb>ul>ul>li a::after					{content:''; left:5px; top:0.95em; width:6px; height:1px; background:var(--color1); position:absolute;  }
.snb>ul>ul>li.on a,				
.snb>ul>ul>li:hover a					{ color:var(--color1);}

.sub_wrap									{position:relative;  padding:50px 0 80px 0;margin-left: 320px;  animation: slide-up 1.2s cubic-bezier(.5,.2,0,1) forwards;   }
.sub_wrap::before                    {position:absolute; content:''; left:0; top:0;width:100%; height:3px; background:var(--gra1);  background-size:200%;}
.sub_title										{position:relative; display:none; text-align:center;  font-family: 'Paperlogy'; font-weight:600;font-size:2.1em; color:#000; margin-bottom:50px; line-height:1;}
.sub_title span							{position:relative; display:inline-block; font-family: 'Paperlogy'; font-weight:600; padding-bottom:15px; }
.sub_title span::before				{position:absolute; content:'';left:calc(50% - 50px);bottom:0; width:100px; height:3px; background:var(--gra1); background-size:200%; }
.sub_cont									{position:relative;min-height:400px; padding-bottom:60px; }

@media screen and (max-width:1440px) { 
.snb												{left:15px; } 
.sub_wrap									{  padding:50px 15px 80px 0;margin-left:310px;}  
.sub_wrap::before                    { width:calc(100% - 15px);  }
.sub_top h2								{ padding-left:315px; }
.sub_top .location						{  margin-left:315px;  } 
}
@media screen and (max-width:1200px) {  
.snb												{ width:220px; top:-130px; } 
.snb .tit										{ height:130px;  border-radius:25px 25px 0 0;    }
.snb>ul 										{  padding:15px 17px 35px 17px; }
.snb>ul>li a									{  font-size:0.95em;  }
.sub_top										{  height:170px; }
.sub_top .txt								{  top:32%; }  
.sub_top h2								{ padding-left:275px;font-size:2.1em;  }
.sub_top .location						{  margin-left:275px;  } 
.sub_wrap									{ margin-left:270px;}  
}

@media screen and (max-width:1024px) { 
	.sub_container					{padding:60px 0 0 0; background:none;} 
	.sub_top								{height:10em; display:none;}
	.sub_top .txt						{  top:40%; }   
	.sub_top h2						{font-size:2em;} 

	.snb										{display:none;} 
	.sub_title								{display:block; }
	
	.sub_wrap							{padding:40px 15px 60px 15px;margin:0;}
    .sub_wrap::before             {display:none;}
	.sub_cont							{min-height:500px;}
	.sub_top .location				{display:none;} 
	.sub_navigation					{display:block;}
}

@media screen and (max-width:768px) {  
    .sub_title										{  font-size:1.9em; } 
	.sub_navigation .arrow01					{  font-size:0.85em;    text-indent:10px;}   
	.sub_navigation .arrow01:after			{  top:18px; right:10px; width:5px;height:5px; }
	.sub_navigation .arrow01.on:after		{top:21px;}  
	.sub_navigation .inner ul a					{ height:42px; line-height:42px; font-size:0.95em; text-indent:10px;}   
}
@media screen and (max-width:600px) {  
    .sub_title										{  font-size:1.7em; } 
    .sub_title span::before				{ left:calc(50% - 40px); width:80px; }
}



/* QUICK MENU ================================================================================== */
.quick_menu								{position:fixed; top:50%; transform:translateY(-50%); right:0; z-index:9999; width:95px; }
.quick_menu ul							{}
.quick_menu ul li						{text-align:center; border-bottom:2px solid var(--color1); margin-bottom:-1px;}
.quick_menu ul li:first-child		{background:url("../img/common/acc_bn01.png") no-repeat center 15px var(--color1); background-size:41px;}
.quick_menu ul li:nth-child(2)	{background:url("../img/common/acc_bn02.png") no-repeat center 20px var(--color1); background-size:41px;}
.quick_menu ul li:nth-child(3)	{background:url("../img/common/acc_bn03.png") no-repeat center 15px var(--color1); background-size:41px;}
.quick_menu ul li:nth-child(4)	{background:url("../img/common/acc_bn04.png") no-repeat center 18px var(--color1); background-size:41px;}
.quick_menu ul li:nth-child(5)	{background:url("../img/common/acc_bn05.png") no-repeat center 15px var(--color1); background-size:41px;}
.quick_menu ul li:last-child		{background:url("../img/common/acc_bn06.png") no-repeat center 15px var(--color1); background-size:41px; border:0;}
.quick_menu ul li a					{display:block; padding:65px 0 12px 0; color:#fff; font-size:0.85em;   line-height:1.2;}
.quick_menu ul li:hover			{background-color:var(--color1);}
.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;}

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

/* FOOTER  ================================================================================== */
.copyright						{position:relative; background:#181f29;font-size:0.9em; padding:30px 0 60px 0; transition:all 0.4s ease;}
.copy_txt							{position:relative;  }
.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_sns                           {position:absolute; right:15px; top:-7px; display:flex; gap:10px;  }
.copy_sns a                        { display:inline-block;  width:40px; height:40px; background:rgb(255,255,255,0.35); border-radius:50%; opacity:0.6;   }
.copy_sns a img                { width:100%;  }
  
.copy_txt address				{position:relative;font-style:normal;  line-height:160%; padding:30px 0 25px 0; transition:all 0.4s ease;}
.copy_txt address .company			{position:relative; color:#8c8d94; } 
.copy_txt address .company b     {color:#fff; }
.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:nth-child(3)	{display:block;}

.copy_txt .copy					{color:#8c8d94;  }   
.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; }

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

 
@media screen and (max-width:1440px) {     
	.copy_txt ul  					{padding:0 20px 25px 20px; } 
	.copyright address			{display:grid; padding:  20px;}
    .copy_txt .copy					{color:#8c8d94;    padding-left:20px; }   
    .copy_sns a                        {   width:36px; height:36px; }
   
	.backtop							{  bottom:15px; width:40px; height:40px; }
	.backtop:after				{top:15px; right:13px;}
}
@media screen and (max-width:768px) {    
	.copyright						{padding:20px 0 50px 0; text-align:center; font-size:0.85em;}
    
    .copy_sns                           { position:relative;text-align:center;  right:initial; top:initial;  justify-content:center; align-items:center; margin-top:20px }
    .copy_sns a                        { width:35px; height:35px; }
}

/* FOOTER  ================================================================================== */


/*  탭메뉴 스타일  ==================================================================================== */
.tabmenu01						{display:flex;   text-align:center; width:100%; margin-bottom:50px;}
.tabmenu01 li					{position:relative;flex:1; cursor:pointer;  border:1px solid #ddd; border-bottom:2px solid var(--color1); background:#f9f9f9;  border-radius: 8px 8px 0 0; transition:all 0.4s ease;  }
.tabmenu01 li a					{display:block; color:#444; font-size:1.05em; font-weight:500;  height:62px;overflow:hidden; text-overflow:ellipsis; white-space:nowrap; padding:0 15px; display: flex; align-items: center; justify-content: center;  }
.tabmenu01 li + li    			{margin-left:-1px;}
.tabmenu01 li:hover  		{ border-color:var(--color1); z-index:5; }
.tabmenu01 .on				{border-color:var(--color1); background:var(--color1);  z-index:9; }
.tabmenu01 .on a				{color:#fff;   }
.tabmenu01 .on::after		{ position:absolute; content:'';bottom:-8px;left:calc(50% - 8px);width:0px;height:0px;border-right:8px solid transparent;border-left:8px solid  transparent;border-top:9px solid 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					{ margin-bottom:40px;}
	.tabmenu01 li				{  border-radius:6px 6px 0 0; /* margin-bottom:-1px;  */ }
	.tabmenu01 li a				{  height:50px; font-size:1em; }
	.tabmenu01 .on::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;}
}
  
@media screen and (max-width:480px){
	.tabmenu01						{margin-bottom: 30px;white-space: nowrap;overflow-x: auto;overflow-y: hidden;width: calc(100% + 30px); box-sizing: border-box;}
	.tabmenu01::-webkit-scrollbar{display: none;} 
	.tabmenu01 li					{ min-width:100px;}
	.tabmenu01 li a					{  height:45px; font-size:0.95em;  }
}



/*  공통 버튼  ==================================================================================== */
.sub_btn01							{ display:inline-block;text-align:center; min-width:150px; font-size:1.05em; margin:0 2px; padding:0 30px; line-height:60px;color:#ffffff;  border-radius:2px; background:#4e5362;  border:1px solid #4e5362; cursor:pointer; vertical-align:top; transition:all 0.5s ease;}
.sub_btn02							{  display:inline-block;text-align:center; min-width:150px; font-size:1.05em; margin:0 2px; padding:0 30px; line-height:60px;color:#333333;  border-radius:2px; background:#ffffff;  border:1px solid #aaaaaa; cursor:pointer; vertical-align:top; transition:all 0.5s ease;}

.sub_btn03							{display:inline-block;text-align:center; font-weight:500;font-size:1.1em;   background:#333; color:#fff; height:60px; line-height:60px;  width:100%; transition: all 0.2s ease; border-radius:2px;cursor:pointer; }

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




/*  매뉴담당관련   ==================================================================================== */
.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(5, 1fr); }
.allmenu_wrap ul>li									{flex:1; padding:15px 40px 50px 40px; border-left:1px solid #eee;  }
.allmenu_wrap li p a									{display:block; font-weight:bold; color:var(--color1);font-size:1.35em;padding:0 0 30px 0;     }
 
.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:1200px) {
.allmenu_wrap ul>li									{  padding:15px 30px 40px 30px;   }
}
@media screen and (max-width:1024px) {
#sitemap_wrap											{display:none; }
.allmenu_wrap ul										{  grid-template-columns: repeat(4, 1fr);  }
.allmenu_wrap ul>li									{  }
}
@media screen and (max-width:800px) {
.allmenu_wrap ul										{ grid-template-columns: repeat(3, 1fr);  }
.allmenu_wrap li p a									{ font-size:1.2em;  padding:0 0 20px 0;     }
.allmenu_wrap ul>li									{ padding:10px 25px 35px 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						{position:absolute; top:-65px; right:0;z-index:9;}
#guava_qrcode_btnwrap span				{display:inline-block;border:1px solid #c0c0c0;text-align:center;color:#848b9a; border-radius:0px;width:29px;height:29px; cursor:pointer; 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:-20px; right:0;z-index:999999999;border:1px solid #ddd;border-radius:0;background:#f8f8f8; width:280px;padding:20px; }
#guava_qrcode_infowrap::after			{position:absolute;content:''; right:6px; top:-10px; width:15px; height:10px; background:url('../img/guava/icon_qr_arrow.png') no-repeat top right ;}
#guava_qrcode_infowrap .url				{width:100%;font-size:0.75em; line-height:36px; padding:0 8px;color:#888;margin:20px 0 10px 0; border:1px solid #d8dadf;  }  
#guava_qrcode_infowrap input:focus						{background:#f0f0f0; }
#guava_qrcode_infowrap .qr_img				{text-align:center; background:#fff; padding:20px;}
#guava_qrcode_infowrap .qr_img img		{width:150px;}

#guava_qrcode_infowrap .qr_btn						{position:relative;text-align:center; margin:10px 0 0 0; background-color:#6f7788; color:#fff; padding:11px;width:100%; font-size:0.95em;  }
#guava_qrcode_infowrap .qr_btn a					{ display:block;color:#fff; background:url('../img/guava/icon_qr_down.png')  no-repeat 83% 50% ; }
#guava_qrcode_infowrap .qr_btn:hover			{background-color:#202020; } 
#guava_qrcode_fade										{position:fixed; top:0%; left:0%; width:100%; height:100%; background:transparent; z-index:999999998; }
#guava_qrcode_infowrap .qr_close			{position:absolute;right:10px;top:10px;}
#guava_qrcode_infowrap .qr_close span	{display:block; height:20px;width:20px;cursor:pointer; transform: rotate(-45deg); -webkit-transform: rotate(-45deg);} 
#guava_qrcode_infowrap .qr_close span::after	{position:absolute; content:''; left:50%; top:50%; transform:translate(-50%, -50%); width:18px; height:1px; background:#444;}
#guava_qrcode_infowrap .qr_close span::before	{position:absolute; content:''; left:50%; top:50%; transform:translate(-50%, -50%); height:18px; width:1px; background:#444;}

@media screen and (max-width:1400px) {
#guava_qrcode_btnwrap						{right:15px;}
#guava_qrcode_infowrap						{right:15px;}
}
@media screen and (max-width:1024px) {
#guava_qrcode_btnwrap						{top:40px;}
#guava_qrcode_infowrap						{top:85px;}
}

/*  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: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;}
}

/*  페이지프린트  스타일  ==================================================================================== */