@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(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);}
}
@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								{  display:none; height:75px; line-height:70px; padding-left:15px; }
.header h1 img						{height:30px;vertical-align:middle !important;  }
.header.on								{top:-75px; animation:ani_dropdown .3s cubic-bezier(.215,.61,.355,1);}

.top_link									{ border-bottom:1px solid #ececec; height:75px;   } 
.top_link .web_size				{  overflow:hidden;display: flex; justify-content: space-between; }

.top_logo                                { line-height:73px; text-align:center;padding-left:15px; }
.top_logo img						{height:38px;vertical-align:middle !important;  }

.top_link ul								{overflow:hidden;display:flex;  } 

.top_link ul.rt							{justify-content: flex-end;  }
.top_link ul.rt li						{position:relative; font-weight:500;   font-size:0.825em;  margin-top:21px;margin-bottom: 10px; height:32px;line-height:32px; } 
.top_link ul.rt li .link             {position:relative;display:block; padding:0 20px ;  color:#333; font-weight:500;opacity:0.7; font-family:'Paperlogy'; }  
.top_link ul.rt .login              {padding-left:45px !important; background:url('../img/common/top_login.png') no-repeat 17px 46%; background-size:18px auto;  } 
.top_link ul.rt .logout            {padding-left:45px !important; background:url('../img/common/top_login.png') no-repeat 17px 46%; background-size:18px auto;  } 
.top_link ul.rt .mypage         { padding-left:45px !important;background:url('../img/common/top_mypage.png') no-repeat 17px 46%; background-size:18px auto;  } 

.top_link ul.rt .line::before      {position:absolute; content:''; right:0; top:10px; width:1px; height:12px; background:#b7b7b7;   }
.top_link ul.rt .link:hover  	{ opacity:1;}	    

.top_link ul .search				    { display:block; margin-top:15px; margin-right:8px; width:32px;  background:url('../img/common/top_search.png') no-repeat center 50%; background-size:100% auto; overflow:hidden; text-indent:-9999999px;  transition:all 0.3s; cursor:pointer; margin-left:5px;  opacity:0.7; }
.top_link ul .search:hover        {   opacity:1; }
 
.top_link ul .newlink				{position:relative;  display:inline-block;   font-weight:500;  color:#333; padding:0 6px 0 12px; line-height:30px;  font-family:'Paperlogy';  border:1px solid #d5d5d5;}
.top_link ul .newlink i          {margin-left:5px;transform: rotate(-45deg); -webkit-transform: rotate(-45deg); color:var(--color1);  }
.top_link ul .newlink:hover {color:var(--color1); border-color:var(--color1); }

.top_sns                                     {display:inline-block; width:32px;height:32px; border-radius:50px; margin-right:15px;  opacity:0.7; }
.top_sns:hover                           {  opacity:1;  }
 

.header .sitemap							{position:absolute  ;top:10px; right:5px; width:45px;  height:35px; cursor:pointer ; opacity:0.7; z-index:11;  } 
.header .sitemap a                      {display:inline-block; width:100%; height:100%; }
.header .sitemap span, 
.header .sitemap::before, 
.header .sitemap::after				{position:absolute; right:13px; content:''; width:19px; height:2px;   background:#000;   } 
.header .sitemap::before			{top:14px;}
.header .sitemap span				{top:21px;  } 
.header .sitemap::after				{top:28px; } 
.header .sitemap:hover 				{opacity:1;   }
 

/*  자동로그아웃  ==================================================================================== */
#login_timer_box							{float:left; margin-top:21px;margin-right:6px;  padding:8px 10px 5px 10px; line-height:1.1em;height:32px;   font-size:0.8em;background:#eee;border-radius:5px;    }
#login_timer_box span					{color:#666; opacity:0.6;}
#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 .wrap					{ overflow:hidden; }
.gnb									{  z-index: 800;}
.gnb::after							{content:''; display:block; clear:both;}  
.gnb ul								{  margin:0 3% 0 0; display: flex; flex-flow:nowrap;justify-content:space-around;  }
.gnb ul>li							{flex:1; text-align:center; } 
.gnb ul>li>a						{position:relative; display:block; padding:15px 0; font-size:1.1em; line-height:35px; color:#000; font-weight:600  ;font-family:'Paperlogy';}
/* .gnb ul>li>a::after				{position:absolute; content:''; top:-5px; left:10px; width:calc(100% - 20px);height:4px; background:var(--color1); display:inline-block; z-index:11;} */
.gnb ul>li:hover a::after,
.gnb ul>li.on>a::after		{ top:-1px; }
.gnb ul>li.on>a,
.gnb ul>li:hover>a             {color:var(--color1);}

/* 클릭했을때 클릭 영역 표시
.gnb ul>li>a:where(:focus) { outline: 2px dotted gray; outline-offset: -3px;}   
.gnb ul>li>a:where(.active,.clicked) { }
*/   
  .gnb_bg								{display:none; position:absolute; width:100%; top:140px; height:381px; overflow:hidden; background:#f9f9f9; border-top:1px solid #eaeaea; border-bottom:1px solid #eaeaea; z-index:700; }
.gnb ul ul							{position:absolute; display:none; height:380px; width:calc(97% / 7) ; padding:13px  ; border-left:1px solid #e5e5e5;   }   
.gnb ul li:last-child ul          {border-right:1px solid #e5e5e5;  }   
/* .gnb ul ul							{position:absolute;display:none;width:200px; background:#fff; padding:10px 15px 18px 15px; overflow:hidden; box-shadow: 0 6px 6px 0 rgba(0,0,0,0.2);   animation: slide-up-navi 0.5s cubic-bezier(.3,.2,0,1) forwards; border-radius:0  0 10px 10px } */
.gnb ul>li.on ul                 {background:var(--color1);  }
.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.15; padding:9px 0; font-weight:400; font-size:0.9em;font-family:'Paperlogy'; color:#444;  letter-spacing:-0.75px; word-break:keep-all;    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; display:none; content:''; bottom:-1px; left:50%; width:0; height:1px; background:var(--color1);   transition:all 0.3s ease; z-index:11;} 
 
.gnb ul ul>li>a:hover b			{  color:var(--color1); font-weight:600;text-decoration:underline;   }
.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:600;}
.gnb ul ul ul                       {display:none  !important;   }
 
.gnb ul>li.on ul li b     {color:#fff !important;}
.gnb ul>li.on ul li b::before      {background:#fff;  }


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


@media screen and (max-width:1400px) {
    .top_link ul.rt							{padding-right:15px; }
	.gnb								{display:block;margin-right:20px;}  
    .gnb ul							{  margin:0 2% 0 0; }
	.gnb ul>li>a					{ font-size: calc(12 * 1px + (22 - 10) * ((100vw - 5px) / 2200)); } 
}
@media screen and (max-width:1024px) {
	.header								{height:60px;   padding:0;  }
	.header h1							{display:block; height:60px; line-height:57px; float:none; margin:0;padding:0 0 0 15px;}
	.header h1 img					{height:28px;}
	.header.on							{top:0px;}

	.top_link								{display:none;}

    .header .sitemap					{display:none;}
	.mbmenu_btn					{display:block; position:absolute; top:10px; right:0; width:40px; height:40px; cursor:pointer; z-index:1;}
	.mbmenu_btn span, 
	.mbmenu_btn::before, 
	.mbmenu_btn::after				{position:absolute; left:8px; content:''; width:23px; height:2px; border-radius:2px; background:#333; transition:all 0.5s;}
	.mbmenu_btn::before			{top:13px;}
	.mbmenu_btn span				{top:20px; width:18px;}
	.mbmenu_btn::after				{top:27px; }
	.mbmenu_btn:active span,
	.mbmenu_btn:hover span		{width:23px;}

	.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:23px; margin-top:23px;} 
	.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; 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;  text-align:left; } 
	.gnb ul>li>a							{position:relative; line-height:32px;padding:12px 10px; color:#fff; font-size:1.25em;  font-family: 'Paperlogy';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:#ffea00; font-weight:500;}
	.gnb ul>li>a span					{position:absolute; right:10px; top:14px; 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.25); animation:initial; border-left:0; height:initial;  }
	.gnb ul ul>li>a						{position:relative; text-align:left; text-indent:12px; padding:0; line-height:38px;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 b, .gnb ul ul>li>a.current b, .gnb ul ul>li.on>a b	{  color:#ffea00 !important; border-color:#fff;font-weight:500; text-decoration:none !important;  }
	.gnb ul ul>li>a span				{border:none; top:5px;}
	.gnb ul>li>a::after					{display:none;} 
	.gnb ul ul ul							{display:block !important;  padding:10px; background:rgb(255,255,255,0.15) !important; margin:10px  ; width:calc(100% - 20px); border:0 !important; border-radius:10px;}
	.gnb ul ul ul>li>a					{line-height:30px;background:none !important;font-size:1em; border:0; text-indent:30px;}
	.gnb ul ul li.on ul>li>a			{background:none !important;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:14px !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: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% - 65px);line-height:60px;font-size:1.2em;  color:var(--color1); border:0; font-weight: 500;  }
.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 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:url('../img/common/sub_top.jpg') no-repeat center bottom #e9f0f6; height:340px; background-size:cover; text-align:left;}
.sub_top .txt										{position:absolute; width:100%; top:62%;  z-index:1; animation: slide-up 1.25s cubic-bezier(.5,.2,0,1) forwards;}  
.sub_top h2										{position:relative;font-weight:600;  font-size:2.3em; color:var(--color1);   line-height:1.2; padding-left:320px; }
.sub_top h2 span								{position:relative;display:block;font-weight:600;  font-family: 'Paperlogy';  }  
.sub_top .location								{ position:relative; opacity:0.9; margin:10px 0 0 310px;}
.sub_top .location	.home					{position:relative; display:block; top:4px ;  width:18px;height:20px; text-align:left; cursor:pointer;font-size:1em;  z-index:15;  overflow:hidden; }  
.sub_top .location li							{position:relative; display:inline-block; padding:0 10px;}
.sub_top .location li:not(:first-of-type)::after				{content:''; position:absolute; top:38%; left:-5px; border:solid var(--color1); border-width:1px 1px 0 0;  padding:3px; transform: rotate(45deg); -webkit-transform: rotate(45deg);} 
.sub_top .location li a						{color:var(--color1); font-size:0.9em; line-height:20px;}
.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(--color1);  }    
.sub_navigation .inner						{position:relative;  padding-left: 45px;  display: flex;  }
.sub_navigation .home						{position:absolute; left:0;top:0;width:45px  ;height:45px; text-align:center; cursor:pointer; color:#fff; 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				{ padding-right:40px;  }  
.sub_navigation .inner.depth3 > li	{ }
.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; padding:13px  15px; line-height:1.2; font-size:0.9em;color:#666;  background:#fff; border-bottom:1px solid #e5e5e5;  transition: all 0.3s ease;cursor:pointer; text-indent:0px;}
.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:relative; float:left; top:-140px; width:270px; border-radius:15px  ; overflow:hidden; box-shadow: 2px 3px 10px 0 rgba(0,0,0,0.1); z-index:1;}
.snb .tit										{ position:relative;color:#fff;  font-size:1.35em;  padding:59px 0; line-height:21px;  text-align:center;background:var(--gra1);background-size:600%;  transition:all 0.4s ease;}
.snb .tit strong							{ font-family: 'Paperlogy';font-weight:500;  z-index:11;} 
.snb>ul 										{ padding:0.6em 1.3em 1.7em 1.3em;  background:#fff; }
.snb>ul>li									{position:relative;  }
.snb>ul>li::after							{content:''; position:absolute; top:2px; right:0; bottom:0; width:1px; height:18px; margin:auto; background:#fff; opacity:0.5;}
.snb>ul>li:last-child::after			{display:none;}
.snb>ul>li a									{position:relative; display:block;font-family:'Paperlogy'; font-size:1em;  line-height:1.2em;  color:#222;font-weight:500; padding:14px 3px; border-bottom:1px solid #e5e5e5; }
.snb>ul>li a::after						{content:''; width:0; height:2px;  background:var(--color1); position:absolute; bottom:-1px; left:0; transition:all 0.3s ease; overflow:hidden; display:inline-block;z-index:1;}
.snb>ul>li.on a 							{font-weight:600; color:var(--color1);}		
.snb>ul>li:hover a						{ opacity:1;color:var(--color1);}
.snb>ul>li.on a::after,				
.snb>ul>li:hover a::after			{width:100%; transition:all 0.3s ease;}
.snb>ul>ul 									{ padding:0.75em 0.5em;border-bottom:1px solid #e5e5e5;  }
.snb>ul>ul>li a 							{position:relative; display:block;font-size:0.9em;font-family:'Paperlogy'; color:#555 ; padding:3px 0 4px 10px; line-height:1.2; }
.snb>ul>ul>li a::after					{content:''; left:-5px; top:0.6em; 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:70px 0 ; margin-left:320px; } 
.sub_title										{display:none; font-family: 'Paperlogy'; font-weight:600;font-size:1.9em; color:#333;  margin-bottom:60px; line-height:1;}
.sub_cont									{position:relative; padding-bottom:80px; min-height:550px;}

 
@media screen and (max-width:1440px) { 
.sub_top h2								{ padding-left:310px; } 
.sub_top .location						{ margin-left:300px;}
.snb												{  width:250px; left:15px;}
.snb>ul 										{ padding:0.5em 1.15em 2em 1.15em;    }
.snb>ul>li a									{   padding:14px 0; }
.sub_wrap									{  padding:60px 15px ;margin-left:290px;} 
}
@media screen and (max-width:1200px) { 
.sub_top h2								{ padding-left:290px; } 
.sub_top .location						{ margin-left:280px;}
.sub_top .location	.home					{  top:6px ; }
.snb												{ width:240px; }  
.snb>ul>li a									{   padding:13px 0; }
.sub_wrap									{ margin-left:280px;}  
} 
@media screen and (max-width:1024px) { 
	.sub_container					{padding:60px 0 0 0;} 
	.sub_top								{height:9em;}
	.sub_top .txt						{  top:40%; }   
	.sub_top h2						{font-size:2em; padding-left:0;text-align:center; } 

	.snb										{display:none;} 
	.sub_title								{display:none;}
	
	.sub_wrap							{padding:50px 15px  ;margin:0;} 
	.sub_top .location				{display:none;} 
	.sub_navigation					{display:block;}
    .sub_navigation .inner > li				{ flex:1;  }  
}

@media screen and (max-width:768px) {   
	.sub_top								{height:7em;}
	.sub_top .txt						{  top:40%; }   
	.sub_top h2						{font-size:1.7em;   } 
 
    .sub_navigation .inner						{ padding-left: 35px;    }
    .sub_navigation .home						{ width:35px  ; }
    .sub_navigation .inner > li				{ padding-right:27px;   }  
	.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					{  font-size:0.9em; padding:10px   ; }   
}
@media screen and (max-width:580px) {   
    .sub_navigation .inner > li				{   flex:initial; }  
}



/* 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:#111111;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_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.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:1024px) {    
	.copyright						{padding:20px 0 50px 0; text-align:center; font-size:0.85em;}
	.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;   text-align:center; width:100%; margin-bottom:40px;}
.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.025em; font-weight:500;  height:58px;overflow:hidden; text-overflow:ellipsis; white-space:nowrap; padding:0 15px; display: flex; align-items: center; justify-content: center; font-family: 'Paperlogy'; }
.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;   } 

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


.tabmenu04							{display:flex;flex-flow:wrap;gap:30px;   text-align:center; width:100%; margin-bottom:30px; margin-left:10px; transition:all 0.3s ease;}
.tabmenu04 li						{position:relative;  cursor:pointer; }
.tabmenu04 li a						{display:block; color:#999; font-size:1.1em; font-weight:bold;  padding-bottom:6px;transition:all 0.3s ease;} 
.tabmenu04 li:not(:last-of-type)::before	{position:absolute; content:'';top:4px;right:-16px;width:1px;height:1em;background:#e3e3e3; }
.tabmenu04 li:hover a,
.tabmenu04 .on a					{color:#222;   }
.tabmenu04 .on::after			{ position:absolute; content:'';bottom:0;left:0;width:100%;height:3px;background:var(--color1); }
 

@media screen and (max-width:1024px) {   
	.tabmenu01					{ margin-bottom:30px;}
	.tabmenu01 li				{  border-radius:6px 6px 0 0; /* margin-bottom:-1px;  */ }
	.tabmenu01 li a				{  height:54px; font-size:1em; }
 
	.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;}

    
	.tabmenu04						{gap:20px 30px;  margin-bottom:25px;} 
    .tabmenu04 li:not(:last-of-type)::before			{ top:4px;right:-16px;  }
}
@media screen and (max-width:768px) {   
	.tabmenu01 li a			        	{  height:50px;  font-size:1em; }
    .tabmenu04						    {gap:10px 20px;  margin-left:5px; }
    .tabmenu04 li a					    { font-size:1.05em;padding-bottom:5px; }
    .tabmenu04 li:not(:last-of-type)::before			{  right:-11px;  }
    .tabmenu04 .on::after			{ height:2px;  }
}
@media screen and (max-width:580px){
	.tabmenu01						{margin-bottom: 30px;white-space: nowrap;overflow-x: auto;overflow-y: hidden;width: calc(100% + 0);   box-sizing: border-box;}
	.tabmenu01::-webkit-scrollbar   {display: none;} 
	.tabmenu01 li					{ min-width:initial;}
	.tabmenu01 li a					{  height:46px; font-size:0.95em;   }

    .tabmenu04						{ margin-left:0; }
    .tabmenu04 li a					{ font-size:1em; padding-bottom:2px; }
}
  



/*  공통 버튼  ==================================================================================== */
.sub_btn01							{ display:inline-block;text-align:center; min-width:120px; font-size:1.05em; margin:0 2px; padding:0 30px; line-height:55px;color:#ffffff;  border-radius:5px; 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:120px; font-size:1.05em; margin:0 2px; padding:0 30px; line-height:55px;color:#333333;  border-radius:5px; 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:55px; line-height:60px;  width:100%; transition: all 0.2s ease; border-radius:5px;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:100px; line-height:46px; padding:0 15px; font-size:1em;} 
	.sub_btn03						{height:46px; line-height:46px;}
}




/*  매뉴담당관련   ==================================================================================== */
.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_wrap                           { position:relative;display: flex; flex-direction: column; justify-content: space-between; gap:20px;  border-radius:0.7em; padding:1.5em; border:1px  solid #dfdfdf;   margin-top:20px; }
.damdang_wrap::before              {display:none; position:absolute; content:''; top:-60px; left:0; width:100%; height:1px; background:#e3e3e3; }

.damdang_box								{position:relative;display:flex; gap:30px;  background: #f8f8f8; border-radius:0.5em; padding:18px 20px;   }
.damdang_box .img                    {position:relative;   width:45px;min-height:40px;    background:url('../img/common/damdang_icon02.png') no-repeat 0 50% ; background-size:45px auto; }
.damdang_box .inner                  {flex:2;  display:flex;  flex-direction: column; justify-content:center; }
.damdang_box .item01				{position:relative; display:none; padding:0 0 5px 0; color:#444; font-size:0.95em;font-weight:700;  } 
.damdang_box .item02				{position:relative;  font-size:0.9em;color:#737373; display:flex;flex-flow:wrap;  gap:7px 40px; }
.damdang_box .item02 p			{position:relative; display:inline-block; line-height:1.3;  } 
.damdang_box .item02 span		{position:relative;display:inline-block; padding:0 10px 0 0;color:#515151;  font-weight:600; }
.damdang_box .item02 span::before	    {position:absolute; content:''; display:block; left:-10px; top:7px; width:3px; height:3px; background:#777; border-radius:50%;}   

@media screen and (max-width:768px) {
    .damdang_wrap                          { padding:1em;   } 
    .damdang_box								{  padding: 15px 13px;   }
    .damdang_box .img                    { width:40px; background-position:0 0 ;  background-size:40px auto;}
    .damdang_box .item02				{ gap:4px  30px; }
    .damdang_box .item02 span		{ padding:0 8px 0 0; }
    .damdang_box .item02 span::before	{   left:-9px;  width:2px; height:2px;  }  
}
@media screen and (max-width:500px) {
    .damdang_box								{   gap:20px;    } 
}

 
.ceditor_box								{position:relative;   display:flex;align-items:center; gap:15px;   }
.ceditor_box .item01				{position:relative;  flex:2; font-size:0.9em; display:flex; flex-flow:wrap;  gap: 0 30px; padding-left:5px;  }
.ceditor_box .item01 p				{display:inline-block;  color:#777;   display:flex;  align-items:center; line-height:1.3;  }
.ceditor_box .item01 span		{position:relative; list-style:none; padding:1px 5px ;   }
.ceditor_box .item01 span::before	{position:absolute; content:''; display:none; left:2px; top:8px; width:3px; height:3px; background:#777; border-radius:50%;}
.ceditor_box .item02				{position:relative;text-align:right;  }
.ceditor_box .btn						{ display:inline-block;text-align:center;  font-size:0.9em; padding:0 13px 0 15px; line-height:40px;color:#fff;  background:#707585;  border:1px solid rgb(0,0,0,0.15); cursor:pointer; border-radius:3px; transition:all 0.2s ease;}
.ceditor_box .btn i						{font-size:1em; padding:0 0 0 5px;}
.ceditor_box .btn:hover			{background:#333;   color:#fff;}
 
@media screen and (max-width:768px) {
.ceditor_box								{ flex-direction: column;  text-align:center;}
.ceditor_box .item01				{ justify-content:center; gap: 0 20px; padding-left:0; }
.ceditor_box .item01 span		{ padding:1px 5px  ;  }
.ceditor_box .item01 span::before	{  left:-2px; top:7px;  }
.ceditor_box .btn						{ line-height:36px; }
}
 
 
/*  서브페이지 하단 담당자 정보   ==================================================================================== */



/* 사이트맵   =============================================================== */
#sitemap_wrap											{display:none; position:fixed;  top:0;width:100%; height:100vh;background:#fff;padding:20px 0 0 0; z-index:999999999999;}
.allmenu_wrap											{ position:absolute; width:100%; }
.allmenu_wrap .global_menu					{text-align:right;padding:0 80px 50px 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);   overflow-y: auto; max-height: calc(100vh - 80px);}
.allmenu_wrap ul>li									{  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.4em;padding:0 0 15px 0;   font-family: 'Paperlogy'; font-weight:600;   }
 
.allmenu_wrap ul>li>ol>li a						{display:block;line-height:1.3em ;  padding:8px 0;  font-family: 'Paperlogy';  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;  font-family: 'Paperlogy';   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										{ grid-template-columns: repeat(3, 1fr);  }
.allmenu_wrap ul>li									{ padding:15px 30px 30px 30px;  }
.allmenu_wrap li p a									{ font-size:1.3em; }
}
@media screen and (max-width:800px) {
.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						{position:absolute; top:15px; right:0;z-index:9;}
#guava_qrcode_btnwrap span				{display:inline-block;border:1px solid #c0c0c0;text-align:center;color:#848b9a; border-radius:3px;width:29px;height:29px; cursor:pointer; background:url('../img/guava/icon_qr.png') no-repeat center 50%; opacity:0.7; transition:all 0.3s ease;}
#guava_qrcode_btnwrap span:hover			{opacity:1;} 

#guava_qrcode_infowrap						{display:none;position:absolute; top:70px; right:0;z-index:999999999;border:1px solid #ddd;border-radius:0;background:#f8f8f8; width:280px;padding:20px; }
#guava_qrcode_infowrap::after			{position:absolute;content:''; right:6px; top:-10px; width:15px; height:10px; background:url('../img/guava/icon_qr_arrow.png') no-repeat top right ;}
#guava_qrcode_infowrap .url				{width:100%;font-size:0.75em; line-height:36px; padding:0 8px;color:#888;margin:20px 0 10px 0; border:1px solid #d8dadf;  }  
#guava_qrcode_infowrap input:focus						{background:#f0f0f0; }
#guava_qrcode_infowrap .qr_img				{text-align:center; background:#fff; padding:20px;}
#guava_qrcode_infowrap .qr_img img		{width:150px;}

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

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

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

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