@charset "utf-8"; 

@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 bounce {
	40%		{margin-top: -20px;}
	60%		{margin-top: -10px;}
	100%	{margin-top: 0;}
}
@keyframes aniDropdown	{
	0%		{-webkit-transform:translateY(-100%);transform:translateY(-100%)}
	100%	{-webkit-transform:translateY(0);transform:translateY(0)}
}
 
html							{font-size:18px;}
@media screen and (max-width:1024px) {
html							{font-size:17px;} 
}
.web_size						{position:relative; max-width:1400px; margin:0 auto;} 
.web_size2						{position:relative; max-width:1430px; padding:0 15px;margin:0 auto;} 

/* INTRO  ================================================================================== */
.intro_wrap						{position:relative; width:100%; height:100%;}
.intro_wrap .text				{position:absolute; width:100%; height:100%; background:rgba(0,0,0,0.5); z-index:100;}
.intro_wrap dl					{position:absolute; top:25%; transform:translateY(-25%); text-align:center; width:100%; color:#fff; animation:slide-up 1s linear forwards; animation-delay:.5s; opacity:0;}
.intro_wrap dl dt				{margin-bottom:30px;}
.intro_wrap dl dt img			{width:500px;}
.intro_wrap dl dd				{font-family: 'S-CoreDream-4Regular'; font-size:2.5em; letter-spacing:-3px; line-height:1.3;}
.intro_wrap .enter				{font-family: 'Kanit', sans-serif; display:inline-block; margin-top:60px; font-size:1.2em; letter-spacing:0; font-weight:500; border:2px solid #fff; color:#fff; width:185px; height:60px; line-height:54px; transition:all 0.3s ease;}
.intro_wrap .enter:hover		{border-color:#32ae70; background-color:#32ae70; }
  
@media screen and (max-width:1024px) { 
	.intro_wrap dl				{padding:0 20px;}
	.intro_wrap dl dt img		{width:380px;}
	.intro_wrap dl dd			{font-size:2em;}
	.intro_wrap .enter			{font-size:0.95em; height:50px; line-height:44px; width:120px; margin-top:40px;}
	}
@media screen and (max-width:768px) { 
	.intro_wrap dl dt img		{width:80%;}
	.intro_wrap dl dd			{font-size:1.4em;}

}
/* HEADER  ================================================================================== */
.header								{position:fixed; width:100%; background:#fff; z-index:9999; transition: all 0.3s ease;   /*box-shadow:rgb(0 0 0 / 10%) 2px 3px 10px;  */ }
.header:after						{content:''; display:block; clear:both;} 
.header h1							{  height:100px; line-height:95px;padding-left:15px;}
.header h1 img					{height:50px;}
.header.on							{animation:aniDropdown .3s cubic-bezier(.215,.61,.355,1); border-bottom:1px solid #dfdfdf;}


.header .fullmenu				{position:relative;top:42px;right:0;height:30px;  }  
.header .fullmenu a			{position:relative;display:block; text-indent:0; z-index:11;width:30px;height:30px;   }  
.header .fullmenu span, 
.header .fullmenu:before, 
.header .fullmenu:after			{position:absolute;  content:''; width:20px; height:2px;  background:#000;}
.header .fullmenu:before			{top:0;}
.header .fullmenu span			{top:7px;  }
.header .fullmenu:after			{top:14px; }
.header .fullmenu:active span,
.header .fullmenu:hover span		{background:#000;  }



.header .web_size				{  display: grid; grid-template-columns:170px auto 30px;  gap:60px; transition:all 0.3s ease;}
.header .wrap					{  position:relative;  }
.gnb									{  z-index: 800;}
.gnb:after							{content:''; display:block; clear:both;} 
.gnb_bg								{display:none; position:absolute; width:100%; top:100px; height:230px; overflow:hidden; background:#fff; border-top:1px solid #eaeaea; border-bottom:1px solid #eaeaea; z-index:700; }
.gnb ul								{  display: flex; flex-flow:nowrap;justify-content: center; gap:70px;  transition:all 0.3s ease;}
.gnb ul>li							{  }
.gnb ul>li:last-child			{margin:0;}
.gnb ul>li>a						{position:relative; display:block; font-size:1.15em; font-family: 'S-CoreDream-6Bold'; line-height:100px; color:#000; }
.gnb ul>li>a:after				{content:''; width:0; height:3px; background:#148b51; position:absolute; bottom:26px; left:50%; transition:all 0.3s ease; overflow:hidden; display:inline-block;}
.gnb ul>li.on>a:after, 
.gnb ul>li:hover a:after		{left:0;width:100%; transition:all 0.3s ease;}
.gnb ul>li>a:hover, .gnb ul>li.on 			{  } 

.gnb ul ul							{position:absolute; display:none; width:160px ; height:250px;padding:20px 0 0 0; /* border-left:1px solid #efefef; */}
/* .gnb ul li:last-child ul		{  border-right:1px solid #efefef;}  */
.gnb ul ul>li						{ margin:0;padding:0;}
.gnb ul ul>li>a					{display:inline-block;width:100%; line-height:32px; color:#666; font-size:0.9em; font-weight:300;font-family: 'Noto Sans KR'; }
.gnb ul ul>li>a:after			{display:none;}
.gnb ul ul>li>a:hover			{color:#111; font-weight:500;text-decoration:underline;}
.gnb ul ul>li>a.current,
.gnb ul ul>li.on>a				{color:#148b51; font-weight:500; text-decoration:underline;}
.gnb ul ul>li:hover				{ }

.gnb ul ul:hover					{ }
.gnb ul ul ul						{display:none;}

.mbmenu_btn,
.mbmenu_top						{display:none;}						


@media screen and (max-width:1400px) { 
	.header .web_size				{  gap:30px; }  
	.gnb ul>li>a						{ font-size: calc(12 * 1px + (22 - 10) * ((100vw - 5px) / 2200)); }
	.gnb ul								{gap:initial;justify-content: space-around;} 
} 
@media screen and (max-width:1100px) {   
	.gnb ul ul>li>a					{ font-size:0.83em;}
} 
@media screen and (max-width:1024px) {   
	.header						{height:60px;  padding:0; border-bottom:1px solid #ddd;}
	.header h1					{height:60px; line-height:53px; }
	.header h1 img				{height:35px;}
	.header .fullmenu				{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:table; table-layout:fixed;  width:calc(100% - 30px); background:#148b51; height:60px;margin:0 15px;  border-bottom:2px solid rgb(255,255,255,0.4);}
	.mbmenu_top .logo a					{display:inline-block; height:70px; line-height:70px; padding:0 0 0 10px;} 
	.mbmenu_top .logo img				{height:40px;}  
	.mbmenu_top p							{display:table-cell; }  
	.mbmenu_top .colse						{position:relative; width:50px; height:50px;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:39px; height:1px; background:#fff;}
	.mbmenu_top .colse:before			{position:absolute; content:''; left:50%; top:50%; transform:translate(-50%, -50%); height:39px; width:1px; background:#fff; }

	.gnb									{position:fixed; height:100vh;  background:#148b51; right:0; width:100%; margin:0;}
	.gnb ul								{text-align:left;margin:0 15px;display: block; }
	.gnb ul>li							{ width:100%; margin:0;}
	.gnb ul>li>a						{position:relative; line-height:60px; color:#fff; font-size:1.2em;font-family: 'S-CoreDream-5Medium'; text-indent:10px; 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:#ffee5e;  }
	.gnb ul>li>a span				{position:absolute; right:10px; 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		{border-color:#ffee5e;}
	.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:#ffee5e; }
	.gnb ul>li.on>ul				{display:block;}
	.gnb ul ul						{display:block; position:relative; width:100%;height:initial; padding: 13px 0; box-shadow:none; background:none;border-radius:0;border-bottom:1px solid rgb(255,255,255,0.3);    }
 
	.gnb ul ul>li					{width:100%;}
	.gnb ul ul>li>a				{position:relative; text-align:left; text-indent:25px; line-height:38px;border:0;   font-weight:300; color:#fff !important; padding:0; font-size: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	{text-decoration:underline; color:#ffee5e !important; background:#148b51}
	.gnb ul ul>li>a span		{border:none; top:12px;}
	.gnb ul>li>a:after			{display:none;}
	.gnb ul ul ul				{display:block; padding:10px 15px; border-bottom:1px solid #dfdfdf;}
	.gnb ul ul ul>li>a			{line-height:28px; background:#fff; font-size:0.85em; border:0; text-indent:18px; color:#777;}
	.gnb ul ul ul>li>a:after	{position:absolute; content:''; display:block; left:5px; top:15px; width:5px !important; height:1px; background:#555;}
	.gnb ul ul ul>li>a:hover, .gnb ul ul ul>li>a.current, .gnb ul ul ul>li.on>a	{background:#fff; font-weight:500; color:#777;}
	.gnb ul ul ul>li>a:hover span:after,
	.gnb ul ul ul>li>a.current span:after,
	.gnb ul ul ul>li.on>a span:after	{background:#32ae70; }
}

 
/* CONTENTS   ================================================================================== */
.sub_container										{padding:100px 0 0 0;} 
.sub_top													{position:relative; overflow:hidden;max-width:2100px; margin:auto;background:#148b51; height:330px; text-align:center; border-radius:15px; transition: all 0.3s ease;}
.sub_top .txt											{position:absolute; width:100%; top:38%; z-index:1; animation:slide-up 1s linear forwards; transition: all 0.3s ease;  }  
.sub_top h2											{font-family: 'S-CoreDream-5Medium'; font-size:2.55em; color:#fff; letter-spacing:-3px; line-height:100%;  text-shadow: 0 0 10px rgba(0,0,0,0.6);}
 
.sub_top .location									{display:block; position:relative; opacity:1; margin:20px 0 0 0;}
.sub_top .location	.home						{position:relative; display:inline-block;top:5px; width:20px  ;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; padding-left:30px;}
.sub_top .location li:after						{content:''; position:absolute; top:44%; left:10px; border:solid #fff; 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:#fff; font-size:0.9em;}
.sub_top .sub_visual								{position:absolute; top:0; width:100%; height:100%; animation:imgScale 3s both; filter: brightness(0.7); }

.sub_navigation										{display:none;position:relative;height:45px;line-height:45px;background:#148b51;  }    
.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_home.png') no-repeat center 50%; z-index:15;}   
.sub_navigation .arrow01					{position:relative; font-size:0.9em;  border-left:1px solid rgb(255,255,255,0.1);box-sizing:border-box;  text-indent:15px;}   
.sub_navigation .arrow01:after			{content:''; position:absolute; top:16px; right:13px; width:8px;height:8px;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 .inner > li					{width: 50%;}  
.sub_navigation .inner.depth3 > li		{width: 33.33%;}
.sub_navigation .inner a						{font-size:0.95em; 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:45px; line-height:45px;  color:#666;font-weight:300; background:#fff; border-bottom:1px solid rgb(0,0,0,0.1);  transition: all 0.3s ease;cursor:pointer; text-indent:15px;}
.sub_navigation .inner ul li:last-child a		{border-bottom:0;}
.sub_navigation .inner ul a.on, .sub_navigation .inner ul a:hover	{background:#e7f3ed;  color:#333;font-weight:300 !important; } 



.sub_wrap							{position:relative; padding:80px 0;} 

.snb										{position:relative;max-width:2100px; margin:auto; border-bottom:1px solid #e5e5e5;}
.snb ul 								{ text-align:center;display: flex; flex-flow:wrap;justify-content: center; gap:60px;  }
.snb li									{position:relative;  } 
.snb li a								{position:relative; display:block; font-weight:500; padding:0 15px ;font-size:1.05em; height:70px; line-height:70px; letter-spacing:-1px; color:#555;  transition:all 0.3s ease;}
.snb li a:before					{position:absolute; content:'';left:50%; bottom:-1px; width:0;height:2px; background:#148b51;transition:all 0.3s ease;}
.snb li a:after						{display:none; content:'';  position:absolute;  top:calc(50% - 4px); left:3px; transform:translate(-50%); width:7px;height:7px; border-radius:5px; background:#148b51;}
/* .snb li a:after						{display:none; content:'';  position:absolute;  bottom:-8px; left:50%; transform:translate(-50%); border-top:8px solid #148b51; border-left: 6px solid transparent; border-right: 6px solid transparent; border-bottom: 0 solid transparent; transition:all 0.3s ease;}  */ 
.snb .on a,				
.snb li:hover a					{ color:#148b51;}
.snb .on a:before,
.snb li:hover a:before		{left:0; width:100%; }				
.snb .on a:after					{display:block;}


.sub_title								{display:none;text-align:center; font-family: 'S-CoreDream-5Medium'; font-size:2em; color:#111; letter-spacing:-3px; margin-bottom:60px; line-height:1;}
.sub_cont							{position:relative; min-height:600px; }



@media screen and (max-width:2100px) { 
.sub_top													{  border-radius:0;}
}
@media screen and (max-width:1024px) { 
	.sub_container				{padding:60px 0 0 0;} 
	.sub_top							{height:200px;} 
	.sub_top .txt					{top:41%;}
	.sub_top h2					{ font-size:2.2em;letter-spacing:-2.5px; }
	.sub_top .location			{display:none;}
  
	.sub_navigation				{display:block;}
	.snb									{display:none;} 

	.sub_wrap					{padding:60px 0;}
	.sub_cont					{float:none; width:100%; min-height:500px;}
}

@media screen and (max-width:600px) { 
	.sub_top							{height:150px;} 
	.sub_top h2					{ font-size:1.6em; letter-spacing:-2px;}
	.sub_navigation .inner a						{font-size:0.9em; }
}

/* FOOTER  ================================================================================== */
.copyright										{position:relative;overflow:hidden; background:#101629; padding:65px 0 80px 0;transition:all 0.3s ease;}
.copyright .web_size2					{display: flex; flex-flow:wrap;justify-content: space-between; transition:all 0.3s ease;}
.copy_txt											{position:relative;}   
.copy_txt address							{position:relative;font-style:normal;  line-height:1.4; padding:0 0 5px 0; }
.copy_txt address .company			{position:relative; color:#fff;  font-size:0.95em; font-weight:600; letter-spacing:-1px; padding: 0 0 10px 0;} 
.copy_txt address p						{position:relative; color:#a7a8ad;  font-size:0.9em; padding:0 0 15px 0; letter-spacing:-1px; } 
.copy_txt address span					{position:relative; display:inline-block;  color:#a7a8ad; font-size:0.9em;padding:0  25px 0 0  ;letter-spacing:0;  }  
.copy_txt address span b				{display:inline-block;  padding:0 15px 0 0;font-weight:600; }
.copy_txt address span:last-child	{display:block;}

.copy_txt .copy								{color:#a7a8ad; font-size:0.85em; padding:15px 0 0 0; opacity:0.7;}  
.copy_txt .copy a							{color:#a7a8ad;}
.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_btn_wrap  							{position:relative;text-align:right;display:flex; flex-direction: column;   transition:all 0.3s ease;}
.copy_btn_wrap .copybtn				{position:relative; display: flex;flex-flow:wrap;justify-content:right; gap:6px; }
.copy_btn_wrap .copybtn li			{position:relative;  display:inline-block; }   
.copy_btn_wrap .copybtn li a		{display:block;color:#a7a8ad; font-weight:500;   font-size:0.8em; letter-spacing:-1px; padding:10px  20px; line-height:1.2;border:1px solid rgb(255,255,255,0.2);}
.copy_btn_wrap .sns						{position:relative; padding:20px 0 0 0;  display: flex; flex-flow:wrap;justify-content: right; gap:15px; }
.copy_btn_wrap .sns a					{display:block;  width:34px;height:34px;opacity:0.2; transition:all 0.3s ease;}
.copy_btn_wrap .sns a:hover		{opacity:0.34;  }
.copy_btn_wrap .sns a img			{width:100%;} 

.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:1200px) {    
.copy_btn_wrap .copybtn li a		{ padding:10px  15px;}
}
@media screen and (max-width:1024px) {    
.copyright										{ padding:50px   0;}   
.copyright .web_size2					{text-align:center; flex-direction: column; justify-content:center; }  
.copy_btn_wrap								{order:1; } 
.copy_txt											{order:2; }  
.copy_btn_wrap .copybtn				{order:2; justify-content: center; align-items:center; margin:0 0 15px 0; } 
.copy_btn_wrap .sns						{order:1;  justify-content: center; align-items:center;padding:0 0 20px 0; } 

.copy_txt address							{padding:10px 0 10px 0; } 
.copy_txt address p						{position:relative;padding:0 0 0 0;display:block;}
.copy_txt address span:first-child 		{padding:0;}  
.copy_txt address span:first-child:after		{display:none;}    
}
@media screen and (max-width:600px) {     
.copy_txt											{font-size:0.9em; }   
.copy_btn_wrap .copybtn				{  gap:4px; }
.copy_btn_wrap .copybtn li a		{  font-size:0.75em;  padding:8px  10px;  }
}


.quick_bn						{display:none;position:fixed; bottom:80px; right:80px; z-index:999;}
.quick_bn li					{margin-bottom:8px; border-radius:100%; overflow:hidden; box-shadow:0 5px 8px 0px rgba(0,0,0,0.1);}
.quick_bn li:last-child			{margin:0; cursor:pointer;}
 
@media screen and (max-width:1400px) {   
	.quick_bn					{right:40px; bottom:40px;}
} 
@media screen and (max-width:1024px) {  
	.quick_bn					{display:none;} 
}



/*  탭메뉴 스타일  ==================================================================================== */
.tabmenu01						{display:table; table-layout:fixed; text-align:center; width:100%; margin-bottom:40px;}
.tabmenu01 li					{position:relative; display:table-cell; text-align:center; cursor:pointer; }
.tabmenu01 li a					{font-weight:500; font-size:1.05em; display:block; color:#666; letter-spacing:-1px; background:#fbfbfb;padding:17px 10px;line-height:1.1;border:1px solid #ddd; /* overflow:hidden; text-overflow:ellipsis; white-space:nowrap; */  margin-left:3px;}
.tabmenu01 li:first-child a		{margin-left:0;}
.tabmenu01 li:hover a		{  color:#148b51;   border-color:#148b51;  }
.tabmenu01 .on a				{ color:#fff; background:#148b51;  border-color:#148b51;  }
.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; letter-spacing:-0.75px;}
.tabmenu02 li:last-child a:after{display:none;}
.tabmenu02 .on					{border-color:#32ae70;}
.tabmenu02 .on a,
.tabmenu02 a:hover				{color:#32ae70; 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:#32ae70; color:#fff; font-weight:500;}



@media screen and (max-width:1024px) {  
	.tabmenu01					{margin-bottom:20px; display: grid; grid-template-columns: repeat(3, 1fr); gap:3px; }
	.tabmenu01 li a				{ font-size:0.95em; padding:15px 10px; margin:0;}

	.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;}

	.tabmenu03 li a				{height:32px; line-height:30px; padding:0 10px; font-size:0.95em;}
 
}

@media screen and (max-width:768px) {  
	.tabmenu01 li a				{ font-size:0.9em; padding:12px 5px; }
}



/*  공통 버튼  ==================================================================================== */
.sub_btn01						{font-family: 'S-CoreDream-4Regular'; display:inline-block;text-align:center; min-width:180px; font-size:1.1em; margin:0 2px; padding:0 20px; line-height:52px;color:#333;  border-radius:2px; background:#fff;  border:1px solid #aaa; cursor:pointer; vertical-align:top; transition:all 0.5s ease;}
.sub_btn02						{font-family: 'S-CoreDream-4Regular'; display:inline-block;text-align:center; min-width:180px; font-size:1.1em; margin:0 2px; padding:0 20px; line-height:52px;color:#fff;  border-radius:2px; background:#3f4247;  border:1px solid #3f4247; cursor:pointer; vertical-align:top; transition:all 0.5s ease;}

.sub_btn01:hover,
.sub_btn02:hover				{background:#32ae70; border-color:#32ae70; color:#fff;}


@media screen and (max-width:1024px) {  
	.sub_btn01,
	.sub_btn02					{min-width:120px; line-height:44px; padding:0 10px; font-size:0.95em;}
 }





/*  소셜로그인  ==================================================================================== */
.login_snsbox					{overflow:hidden; text-align:center;}
.login_snsbox p					{position:relative; margin-bottom:15px; font-weight:700;}
.login_snsbox p:before			{content:''; display:block; position:absolute; left:0; top:50%; width:140px; height:1px; background:#ddd;}
.login_snsbox p:after			{content:''; display:block; position:absolute; right:0; top:50%; width:140px; height:1px; background:#ddd;}
.login_snsbox ul				{overflow:hidden;}
.login_snsbox ul li				{display:inline-block; width:48px; height:48px; border-radius:50px; margin:0 1px;}
.login_snsbox .sns_n			{background:url('../img/common/sns_n.png') no-repeat center #1dc800;background-size:27px auto;}
.login_snsbox .sns_k			{background:url('../img/common/sns_k.png') no-repeat center #ffeb00;background-size:28px auto;}
.login_snsbox .sns_f			{background:url('../img/common/sns_f.png') no-repeat center #3b5999;background-size:30px auto;}
.login_snsbox .sns_g			{background:url('../img/common/sns_g.png') no-repeat center #cc3731;background-size:28px auto;}


@media screen and (max-width:768px) { 
	.login_snsbox p				{margin-bottom:10px;}
	.login_snsbox ul li			{width:42px; height:42px;}
	.login_snsbox p:before,
	.login_snsbox p:after		{width:30%;}
}


/*  매뉴담당관련   ==================================================================================== */
.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			{font-family: 'S-CoreDream-4Regular'; 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:#32ae70; 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:768px) {
	.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 #dce0e4; background:#f8f9fa; margin:30px 0 0 0;  }
.damdang_box .item01			{position:relative;padding:0 0 8px 0; color:#394c8c; letter-spacing:-1px; }
.damdang_box .item01 p			{padding:0 0 0 27px; font-size:0.95em;font-weight:400;background:url('../img/common/damdang_icon01.png') no-repeat 0 3px;}
.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:80px;padding:1px 20px 1px 15px;color:#636363;}
.damdang_box .item02 span:before	{position:absolute; content:''; display:block; left:5px; top:11px; width:3px; height:3px; background:#777; border-radius:50%;}
.damdang_box .item02 span:after		{position:absolute; content:''; top:6px;right:8px;width:1px;height:15px;background:#d4d9de;}

@media screen and (max-width:620px) {
.damdang_box							{padding:15px; }
}



.ceditor_box									{position:relative;padding:18px;min-height:75px;  border:1px solid #dbdbdb;background:#f2f2f2;  display:flex;align-items:center; margin:80px 0 0 0; }
.ceditor_box .item01					{position:relative; font-size:0.9em; color:#636363; letter-spacing:-1px; }
.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-weight:300; font-size:0.95em; margin:0 1px;letter-spacing:-1px; padding:0 13px 0 18px; line-height:36px;color:#fff;  background:#aaa; 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; border-color:#222; 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-family:'S-CoreDream-6Bold';color:#148b51;font-size:1.4em;padding:0 0 20px 0; }
.allmenu_wrap ul>li>ol>li a						{line-height:40px; font-family:'S-CoreDream-6Bold';color:#222;}
.allmenu_wrap ul>li>ol>li>ol					{padding:0 0 10px 0;}
.allmenu_wrap ul>li>ol>li>ol>li				{position:relative; text-indent:20px;}
.allmenu_wrap ul>li>ol>li>ol>li a				{ font-family:'S-CoreDream-5Medium';color:#555;font-size:0.9rem; line-height:30px  ; }
.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; text-indent:20px;}
.allmenu_wrap ul>li>ol>li>ol>li>ol>li a			{ font-family:'Noto Sans KR';color:#888;font-size:0.9rem; line-height:27px  ; }
.allmenu_wrap ul>li>ol>li>ol>li>ol>li:after		{content:''; position:absolute; left:10px;top:13px;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); gap:0  ;}
}
@media screen and (max-width:800px) { 
.allmenu_wrap ul										{  grid-template-columns: repeat(2, 1fr); gap:0  ;}
}
/* 사이트맵   =============================================================== */


/*  QR  스타일  ==================================================================================== */
 #guava_qrcode_btnwrap					{position:absolute; top:-30px; right:5px;z-index:9;}
#guava_qrcode_btnwrap span				{display:inline-block;border:1px solid #cdd1d8;text-align:center;color:#848b9a; border-radius:50px;width:40px;height:40px; cursor:pointer; background:url('../img/common/icon_qr.png') no-repeat center 50%;}
#guava_qrcode_btnwrap span:hover		{border:1px solid #b2b7c1;}

#guava_qrcode_infowrap					{display:none;position:absolute; top:70px; right:0;z-index:999999999;border:1px solid #b2b7c1;border-radius:5px;background:#fff; width:320px;padding:20px; }
#guava_qrcode_infowrap img				{width:200px;}
#guava_qrcode_infowrap i				{position:absolute;top:5px; right:5px;z-index:999999999;} 
#guava_qrcode_infowrap .url				{width:100%;font-size:0.85em;  padding:4px 8px;color:#55b8d5;margin:20px 0 10px 0; border:1px solid #d8dadf;  }  
#guava_qrcode_infowrap input:focus		{background:#f0f0f0; }

#guava_qrcode_infowrap .btn				{background:#8890a0; color:#fff; padding:12px;width:100%;display:block;text-align:center; }
#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:20px; height:1px; background:#777;}
#guava_qrcode_infowrap .qr_close span:before	{position:absolute; content:''; left:50%; top:50%; transform:translate(-50%, -50%); height:20px; width:1px; background:#777;}

@media screen and (max-width:1400px) {
#guava_qrcode_btnwrap						{right:20px;}
}
@media screen and (max-width:1024px) {
#guava_qrcode_btnwrap						{top:15px;}
}
