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

.top_link									{ border-bottom:1px solid #e5e5e5; height:75px;   } 
.top_link .web_size				{  overflow:hidden;display: grid; grid-template-columns:repeat(3, 1fr);  }

.top_logo                                { line-height:70px; text-align:center; }
.top_logo img						{height:43px;vertical-align:middle !important;  }

.top_link ul								{overflow:hidden;display:flex;  }
.top_link ul.lt							{ display: flex; flex-direction: column; justify-content:center;  padding-left:15px;    }
.top_link ul.rt							{justify-content: flex-end;  }
.top_link ul li							{position:relative; font-weight:500;   font-size:0.85em;  color:#9c9b9b;   }
  
.top_link ul.rt li:hover a 			{ opacity:1;}	   
.top_link ul.rt li:hover a::before		{  opacity:0.8; } 
 .top_link ul .newlink				{display:inline-block;   color:#fff; padding:0 42px 0 20px;  background:url('../img/common/top_blank03.png') no-repeat var(--color1); background-position:right 20px top 50%; border-radius:50px; line-height:34px; }

.top_link ul .search				{ display:block; width:45px;background:url('../img/common/top_search_icon.png') no-repeat center 50% 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; }

.top_link .sitemap							{position:relative;top:15px; width:45px;  height:40px; cursor:pointer ; opacity:0.6;   } 
.top_link .sitemap a                      {display:inline-block; width:100%; height:100%; }
.top_link .sitemap span, 
.top_link .sitemap::before, 
.top_link .sitemap::after				{position:absolute; right:13px; content:''; width:19px; height:2px;   background:#000;   } 
.top_link .sitemap::before			{top:14px;}
.top_link .sitemap span				{top:21px;  } 
.top_link .sitemap::after				{top:28px; } 
.top_link .sitemap:hover 				{opacity:1;   }
.header.over .top_link .sitemap span,
.header.over .top_link .sitemap::before,
.header.over .top_link .sitemap::after			{ }




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

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

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

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

.header .wrap					{ overflow:hidden; }
.gnb									{  z-index: 800;}
.gnb::after							{content:''; display:block; clear:both;}  
.gnb ul								{  margin:0 4%; display: flex; flex-flow:nowrap;justify-content:space-around;  }
.gnb ul>li							{ } 
.gnb ul>li>a						{position:relative; display:block; padding:20px 12px; font-size:1.15em; line-height:25px; color:#000; font-weight:600  ;font-family:'S-Core Dream';letter-spacing:-1px; }
.gnb ul>li>a::after				{position:absolute; content:''; bottom:-1px; left:50%; width:0; height:4px; background:var(--color1);  transition:all 0.3s ease;   display:inline-block; z-index:11;}
.gnb ul>li:hover a::after,
.gnb ul>li.on>a::after		{width:calc(100% - 20px); left:10px; 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:15px 0 25px 0; overflow:hidden; box-shadow: 0 6px 6px 0 rgba(0,0,0,0.2); border-radius:0 0 10px 10px;   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;  letter-spacing:-0.5px; 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_member,
.mbmenu_btn,
.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:1024px) {
	.header								{height:60px;   padding:0; border-bottom:1px solid #ddd;}
	.header h1							{display:block; height:60px; line-height:55px; float:none; margin:0;padding:0 0 0 10px;}
	.header h1 img					{height:30px;}
	.header.on							{top:0px;}

	.top_link								{display:none;}

	.mbmenu_btn					{display:block; position:absolute; top:10px; right:0; width:40px; height:40px; cursor:pointer; z-index:1;}
	.mbmenu_btn span, 
	.mbmenu_btn::before, 
	.mbmenu_btn::after				{position:absolute; left:8px; content:''; width:23px; height:2px; border-radius:2px; background:#333; transition:all 0.5s;}
	.mbmenu_btn::before			{top:13px;}
	.mbmenu_btn span				{top:20px; 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:#fff; border-bottom:1px solid rgb(0,0,0,0.14);}
	.mbmenu_top .logo a						{display:inline-block; height:70px; line-height:60px; color:#000;  font-size:0.95em;} 
	.mbmenu_top .logo img					{height:30px; margin-top:20px;} 
	.mbmenu_top .colse							{position:relative;display:inline-block;margin:15px 0 0 0;width:30px; height:30px;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:27px; height:1px; background:#333;}
	.mbmenu_top .colse::before			{position:absolute; content:''; left:50%; top:50%; transform:translate(-50%, -50%); height:27px; width:1px; background:#333; }

	.mbmenu_member							{ 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(0,0,0, 0.4);text-align: center;color: #333;font-size: 0.9em; opacity: 0.6; margin:0 3px;}  
	.mbmenu_member a:hover				{opacity:1;}
 
 
 	.gnb										{display:none; position:fixed; height:100vh;  background:#fff;  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:18px 5px; font-size:1.2em; color:#222;  border-bottom:1px solid rgb(0,0,0,0.1);}
	.gnb ul>li>a:hover, .gnb ul>li>a.current, .gnb ul>li.on>a	{color:var(--color1); font-weight:600;}
	.gnb ul>li>a span					{position:absolute; right:2px; top:17px; justify-content:center; width:28px; height:28px; border:0 solid rgb(0,0,0,0.2);   }
/*
	.gnb ul>li>a span::after			{position:absolute; content:''; right:6px; top:13px; transform:translateY(-50%); width:14px; height:2px; background:#bbb;}	
	.gnb ul>li>a span::before		{position:absolute; content:''; right:12px; top:13px; transform:translateY(-50%); width:2px; height:14px; background:#bbb;}
*/
	.gnb ul>li>a span::before	        {position:absolute; content:''; top:6px; right:8px; width:10px;height:10px;border:solid #999; border-width:2px 2px 0 0;  transform: rotate(135deg); -webkit-transform: rotate(135deg);  }
 
	.gnb ul>li>a:hover span,
	.gnb ul>li>a.current span,
	.gnb ul>li.on>a span				{border-color:var(--color1); } 
	.gnb ul>li>a:hover span::before,
	.gnb ul>li>a.current span::before,
	.gnb ul>li.on>a span::before		{border-color:var(--color1); } 
	.gnb ul>li>a.current span::before,
	.gnb ul>li.on>a span::before		{top:11px; transform: rotate(-45deg); -webkit-transform: rotate(-45deg);  } 
 
	.gnb ul>li>a:hover span::after,
	.gnb ul>li>a.current span::after,
	.gnb ul>li.on>a span::after	{background:var(--color1); }
	.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(0,0,0,0.1); animation:initial;  background:#fafafa;  }
	.gnb ul ul>li>a						{position:relative; text-align:left; text-indent:12px; padding:0; line-height:38px;border:0;   font-weight:500;  font-size:1.05em;}
    .gnb ul ul>li>a b                    {font-weight:500; }
	.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,	
    .gnb ul ul>li.on>a b              {  color:var(--color1); font-weight:600;  }
	.gnb ul ul>li>a span				{border:none; top:12px;}
    .gnb ul ul>li>a b::before,
	.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;  }
	.gnb ul ul li.on ul>li>a:hover, .gnb ul ul li.on ul>li.on>a			{ color:var(--color1); }

	.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:#ddd;}
	.gnb ul ul ul>li>a:hover, .gnb ul ul ul>li>a.current, .gnb ul ul ul>li.on>a	{background:var(--color1); 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/main/main_bg.jpg') no-repeat center 0 / cover;height:350px;  }
.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;padding-left:330px; font-weight:600;font-family:'S-Core Dream'; font-size:2.25em; color:rgb(0,0,0,0.8); letter-spacing:-2px; line-height:100%;  }
.sub_top h2 span								{position:relative;display:inline;font-weight:500;font-family:'S-Core Dream'; font-size:0.9em; color:#000;padding:0 0 0 20px;   }
.sub_top h2 span::after						{content:''; position:absolute; top:20%;  left:6px; width:1px; height:65%;  background:rgb(255,255,255,0.5);} 
.sub_top .location								{display:block; position:relative;  margin:15px 0 0 320px; opacity:0.65;}
.sub_top .location	.home					{position:relative; display:block;top:5px; width:20px  ;height:20px; text-align:center; cursor:pointer;background:url('../img/common/path_home.png') no-repeat center 50% / 15px auto; z-index:15; text-indent:9999px;overflow:hidden; }  
.sub_top .location li							{position:relative; display:inline-block; padding:0 14px;}
.sub_top .location li::after				{content:''; position:absolute; top:38%; left:-5px; border:solid rgb(0,0,0,0.9); border-width:1px 1px 0 0;  padding:3px; transform: rotate(45deg); -webkit-transform: rotate(45deg);  }
.sub_top .location li:first-child::after	{display:none;}
.sub_top .location li a						{color:#000; font-size:0.9em;}
.sub_top .sub_visual							{position:absolute; top:0; width:100%; height:100%; }
 
.sub_navigation									{display:none;position:relative;height:45px;line-height:45px;background:var(--color1);  }    
.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_home2.png') no-repeat center 50% / 15px auto;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:-155px; width:270px;   } 
.snb .tit										{ position:relative;color:#fff;  font-size:1.5em;  padding:50px 0 65px 0; line-height:40px;   text-align:center; transition:all 0.4s ease;border-radius:20px 60px 0 0;  background:var(--gra1); background-size:140%; box-shadow: 2px 3px 25px 0 rgba(0,0,0,0.1); }
.snb .tit strong							{font-weight:600; z-index:111;} 
.snb>ul 										{position:relative;top:-20px; padding:12px 1.45em;padding-bottom:2.2em; background:#fff; border-radius:20px  20px; box-shadow: 2px 3px 25px 0 rgba(0,0,0,0.1); z-index:11;}
.snb>ul>li									{position:relative;  }
.snb>ul>li::after							{position:absolute; content:''; top:calc(50% - 5px); right:4px; width:8px;height:8px;border:solid #999; border-width:2px 2px 0 0;  transform: rotate(45deg); -webkit-transform: rotate(45deg);}
.snb>ul>li::before						{position:absolute; content:''; top:calc(50% - 13px); right:0; width:24px;height:24px;  border:1px solid #e2e2e2; border-radius:50px; display:none; }
.snb>ul>li:hover::after,
.snb>ul>li.on::after,
.snb>ul>li.on::before                {border-color:var(--color1);}

.snb>ul>li a									{position:relative; display:block; font-size:1em;  line-height:1.3em;  color:#333;font-weight:500; padding:14px 0 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;border-bottom:1px solid #e5e5e5;   }
.snb>ul>ul>li a 							{position:relative; display:block;font-size:0.95em;line-height:1.9em;  color:#666 ;padding-left:10px;}
.snb>ul>ul>li a::after					{position:absolute;content:''; left:-5px; top:0.8em; width:6px; height:1px; background:var(--color1);   }
.snb>ul>ul>li.on a,				
.snb>ul>ul>li:hover a					{ color:var(--color1);}

.sub_wrap									{position:relative; min-height:600px; padding:80px 0;margin-left: 320px; } 
.sub_title										{display:none;text-align:center; font-family: 'S-Core Dream'; font-weight:600;font-size:2em; color:#222; letter-spacing:-2px; margin-bottom:50px; line-height:1;}
.sub_cont									{position:relative; padding-bottom:80px; }

@media screen and (max-width:1440px) { 
    .sub_wrap									{  padding:80px 20px ;margin-left:300px;} 
    .snb												{left:20px; width:260px;   }  
    .sub_top h2								{ padding-left:325px;   font-size:2.15em;   } 
    .sub_top .location						{ margin:15px 0 0 315px; } 
}
@media screen and (max-width:1200px) {  
    .sub_top										{ height:310px;  }
    .sub_top .txt								{  top:63%;  }
    .sub_top h2								{ padding-left:305px;     } 
    .sub_top .location						{ margin:10px 0 0 295px; }

    .sub_wrap									{ margin-left:280px;} 
    .snb												{  top:-130px;width:240px;   } 
    .snb .tit										{ border-radius:15px 50px 0 0;line-height:30px;  padding:45px 0 60px 0; } 
    .snb>ul 										{ border-radius:15px  ;} 
}

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

	.snb										{display:none;} 
	.sub_title								{display:block;}
	
	.sub_wrap							{padding:50px 20px;margin:0;}
	.sub_cont							{min-height:500px;}
	.sub_top .location				{display:none;} 
	.sub_navigation					{display:block;}
}

@media screen and (max-width:768px) {  
	.sub_top h2 p						{display:block; padding:30px 0 0 0;} 
	.sub_top h2 p::after			{content:''; position:absolute; top:13px;  left:calc(50% - 7px); width:15px; height:2px;  background:rgb(255,255,255,0.8);}
 
	.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;}   

	.sub_title								{font-size:1.8em;}
}
@media screen and (max-width:580px) {  
	.sub_title								{font-size:1.55em;}
}
 

/* FOOTER  ================================================================================== */
.copyright						{position:relative; background:#161616;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; flex-flow:wrap;justify-content:center; gap:4px;  text-align:center; width:100%; margin-bottom:40px;}
.tabmenu01 li					{position:relative;  min-width:150px; cursor:pointer;  border:1px solid #ddd;  background:#f9f9f9;  border-radius:80px; transition:all 0.4s ease;  }
.tabmenu01 li a					{display:block; color:#444; font-size:0.95em; font-weight:500; line-height:1.2em;  overflow:hidden;  padding:15px 10px; display: flex; align-items: center; justify-content: center;  } 
.tabmenu01 li:hover  		{ border-color:var(--color1); z-index:5; }
.tabmenu01 li:hover a      {color:var(--color1); }
.tabmenu01 .on				{border-color:var(--color1); background:var(--color1);  z-index:9; }
.tabmenu01 .on a				{color:#fff;   }
.tabmenu01 .on:hover 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;}

@media screen and (max-width:1024px) {   
	.tabmenu01					{ margin-bottom:30px;} 
	.tabmenu01 li a				{  font-size:0.95em;  padding:14px 10px; } 

	.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:768px){
	.tabmenu01 li a				{   padding:12px 10px; } 
}
@media screen and (max-width:480px){ 
    .tabmenu01 li					{flex:1; }
}



/*  공통 버튼  ==================================================================================== */
.sub_btn01							{ display:inline-block;text-align:center; min-width:150px; 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:150px; 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:55px;  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:120px; line-height:45px; padding:0 20px; font-size:1em;} 
	.sub_btn03						{height:55px; line-height:45px;}
}




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


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



/*  서브페이지 하단 담당자 정보   ==================================================================================== */
.damdang_box								{position:relative;padding:18px;border:1px solid #ddd; background:#f9fafb; /* background:#f8f9fa; */ margin:30px 0 0 0;  }
.damdang_box .item01				{position:relative;padding:0 0 8px 0; color:#444; font-size:0.95em;font-weight:500; }
.damdang_box .item01 i				{padding-right:10px;color:#888;  }
.damdang_box .item01 p			{padding:0 0 0 27px; background:url('../img/common/damdang_icon01.png') no-repeat 0 4px;}
.damdang_box .item02				{position:relative;flex:2; font-size:0.9em;color:#848892; display:flex;flex-flow:wrap; }

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

@media screen and (max-width:620px) {
.damdang_box							{padding:15px; }
}
 
.ceditor_box								{position:relative;padding:18px;min-height:75px;  border:1px solid #ddd;  background:#eff0f2;   display:flex;align-items:center;margin-top:-1px;  }
.ceditor_box .item01				{position:relative; font-size:0.9em; color:#636363;  }
.ceditor_box .item01 p				{display:inline-block;padding:0 15px 0 0;}
.ceditor_box .item01 span		{position:relative; list-style:none; padding:1px 20px 1px 15px; }
.ceditor_box .item01 span::before	{position:absolute; content:''; display:block; left:5px; top:11px; width:3px; height:3px; background:#777; border-radius:50%;}
.ceditor_box .item01 span::after		{position:absolute; content:''; top:6px;right:8px;width:1px;height:15px;background:#d4d9de;}
 
.ceditor_box .item02				{position:relative;flex:2;text-align:right;  }
.ceditor_box .btn						{ display:inline-block;text-align:center;  font-size:0.95em; margin:0 1px; padding:0 13px 0 18px; line-height:40px;color:#fff;  background:#6f758b;  border:1px solid rgb(0,0,0,0.15); cursor:pointer; border-radius:2px; transition:all 0.2s ease;}
.ceditor_box .btn i						{font-size:0.95em; padding:0 0 0 8px;}
.ceditor_box .btn:hover			{background:#333;   color:#fff;}

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



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

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







/*  QR 스타일 ==================================================================================== */

#guava_qrcode_btnwrap						{position:absolute; top:25px; 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: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:20px;}
}
@media screen and (max-width:1024px) {
#guava_qrcode_btnwrap						{top:15px;}
}

/*  QR 스타일  ==================================================================================== */
 

/*  페이지프린트  스타일  ==================================================================================== */
 #guava_pageprint_btnwrap						{position:absolute; top:20px; right:50px;z-index:9;}
#guava_pageprint_btnwrap span				{display:inline-block;border:1px solid #b9b9b9;text-align:center;color:#848b9a; border-radius:8px;width:40px;height:40px; cursor:pointer; background: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;}
}

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