@charset "utf-8"; 
 
html							{font-size:18px;}  
@media screen and (max-width:1024px) {
	html						{font-size:16px;} 
} 

.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 / 7%) 0 6px 15px -5px;}
.header::after					{content:''; display:block; clear:both;} 
.header h1						{height:100px; line-height:90px;}
.header h1 img					{height:42px; vertical-align:middle !important;  }
.header .web_size				{display:flex; max-width:100%; width:100%; padding:0 3%;}

.header .wrap					{width:100%; overflow:hidden;}
.gnb							{z-index:800;}
.gnb::after						{content:''; display:block; clear:both;}  
.gnb ul							{width:100%; display:flex; justify-content:center; gap:0 5%;}
.gnb ul>li>a					{position:relative; display:block; font-size:1.2em; line-height:100px; letter-spacing:-.75px; color:#222; font-weight:600;}
.gnb ul>li>a:after				{content:''; width:0; height:3px; background:var(--color1); position:absolute; bottom:0; left:0; display:inline-block; transform:scale(0); transition:all 0.2s; border-radius:10px;}
.gnb ul>li:hover a:after, .gnb ul>li.on>a:after	{width:100%; transform:scale(1);}
.gnb ul ul						{position:absolute; display:none; width:210px; text-align:center; background:#fff; border:2px solid var(--color1); border-top:0; border-radius:0 0 10px 10px; overflow:hidden; padding:25px 0; animation: slide-up-navi 0.5s cubic-bezier(.3,.2,0,1) forwards;  }
.gnb ul ul>li>a					{line-height:36px; color:#666; font-size:1em ; font-weight:400; letter-spacing:-0.75px;}
.gnb ul ul>li:hover a, .gnb ul ul>li>a.current, .gnb ul ul>li.on>a	{color:var(--color1); font-weight:500;}
.gnb ul ul>li>a:after			{display:none;}

.top_link						{display:flex; align-items:center; gap:15px; text-align:center;}
.top_link .sch					{width:40px; line-height:40px; cursor:pointer; font-size:1.7em; color:#555; z-index:99999999;}
.top_link .sch:hover			{color:#000;}
.top_link:last-child a			{display:inline-block; width:160px; color:#fff; font-size:0.95em; font-weight:500; line-height:48px; border-radius:50px; text-indent:23px; background:url('../img/common/acc_check.png') no-repeat 20px center #e84a84; background-size:20px;}
.top_link:last-child a:hover	{background-color:#000; transition: all .3s ease;}

 /*  자동로그아웃  */
#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;}

.mbmenu_btn, .mbmenu_top, .msearch, .header > .lang_choice, .mQuick_link		{display:none;}							

@media screen and (max-width:1400px) {
	.header .web_size				{padding:0 20px;}
	.header h1 img					{height:36px;}
	.gnb ul>						{gap:0 4%;}
	.gnb ul>li>a					{font-weight:500; font-size: calc(12 * 1px + (22 - 10) * ((100vw - 5px) / 2200));}
	.top_link						{gap:0 5px;}
	.top_link .sch					{line-height:38px;}
	.top_link:last-child a			{font-size:0.85em; width:140px; line-height:38px; background-position:15px center;}
}
@media screen and (max-width:1200px) {
	.header .web_size				{display:block; padding:0; }		
	.header h1						{text-align:center; height:70px; line-height:60px;}	
	.header .wrap					{width:auto; border-top:1px solid #ddd;}
	.gnb>ul>li a					{line-height:60px;}
	.top_link						{position:absolute; top:15px; right:20px;}
	.top_link .sch					{font-size:1.4em; width:35px;}
	.top_link:last-child a			{width:130px; line-height:32px; background-size:15px;}
}
@media screen and (max-width:1024px) {
	.header h1						{height:60px; line-height:50px;}
	.header h1 img					{height:30px;}

	.msearch						{display:block; position:absolute; top:18px; right:50px; z-index:10; color:#111; cursor:pointer;}
	.msearch i						{font-size:1.6em;}
	.top_link						{display:none;}

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

	.header .wrap					{display:none; position:absolute; top:0; height:100vh; width:100%; float:none; background:rgba(0,0,0,0.5); border:0; z-index:10; transition:all 0.5s ease; }
	.mbmenu_top						{display:block;}
	.mbmenu_top .logo				{display:flex; justify-content:space-between; padding:0 20px; height:80px; align-items:center;}
	.mbmenu_top .logo img			{height:30px;}
	.mbmenu_top	.menu a				{font-family: 'Paperlogy'; padding:0 20px 0 52px; line-height:50px; align-items:center;letter-spacing:0; font-weight:400; display:block; color:#fff; font-size:1em; background:url('../img/common/acc_check.png') no-repeat 23px center var(--color1); background-size:20px;}
	.mbmenu_top	.menu a:hover		{background-color:#000;}
	.mbmenu_top .close				{cursor:pointer; width:25px; opacity:1; text-align:right;}
	.mbmenu_top .close i			{margin:0; font-size:1.5em; color:#333;}
	.mbmenu_top i					{margin-right:5px;}
 
 	.gnb							{display:none; position:fixed; top:0; right:0; width:300px; height:100vh; background:#fff; margin:0; animation:slide-left 0.5s cubic-bezier(.5,.2,0,1) forwards;}
	.gnb ul							{display:block;}
	.gnb ul>li						{float:none; width:100%; margin:0;}
	.gnb ul>li>a					{font-family: 'Paperlogy'; position:relative; padding-left:25px; color:#333; font-size:1.2em; letter-spacing:0; border-bottom:1px solid #e5e5e5;}
	.gnb ul>li>a span				{position:absolute; right:15px; top:16px; width:28px; height:28px; border-radius:5px;}
	.gnb ul>li>a span:after			{position:absolute; content:''; right:9px; top:13px; width:10px; height:2px; background:var(--color1); border-radius:5px;}	
	.gnb ul>li>a span:before		{position:absolute; content:''; right:13px; top:9px; width:2px; height:10px; background:var(--color1); border-radius:5px;}
	.gnb ul>li>a.current span:before, .gnb ul>li.on>a span:before		{display:none;}
	.gnb ul>li.on>a					{background:#f0f0f2; color:var(--color1);}
	.gnb ul>li.on>ul				{display:block;}
	.gnb ul ul						{display:block; position:relative; width:100%; padding:20px 25px; animation:initial; border-bottom:1px solid #e5e5e5; text-align:left; border-radius:0; border-left:0; border-right:0;}
	.gnb ul ul>li					{margin-bottom:5px;}
	.gnb ul ul>li:last-child		{margin:0;}
	.gnb ul ul>li>a					{position:relative; color:#414141; padding-left:10px; font-size:1.1em; border:0; transition:none; line-height:28px; letter-spacing:0;}
	.gnb ul ul>li>a:before			{position:absolute; content:''; display:block; left:0; top:12px; width:3px; height:3px; border-radius:100%; background:var(--color1);}
	.gnb ul ul>li>a:hover, .gnb ul ul>li>a.current, .gnb ul ul>li.on>a	{ color:var(--color1); text-decoration:underline; background:#fff; font-weight:500;}
	.gnb ul ul>li>a span			{display:none; border:none; top:0; background:none;}
	.gnb ul>li>a:after				{display:none;} 
	.gnb ul ul ul					{display:block !Important; padding:10px 0 0 10px;}
	.gnb ul ul ul>li				{margin-bottom:5px;}
	.gnb ul ul ul>li>a				{font-size:0.9em; padding:0 0 0 10px; color:#888;}
	.gnb ul ul ul>li>a:before		{left:0; width:5px; height:1px; border-radius:0;}

	.mQuick_link					{display:flex; gap:0 3px; justify-content:center; margin-top:25px;}
	.mQuick_link img				{width:42px; border-radius:50%;}
	.mQuick_link a:first-child img	{border:1px solid #ddd;}
 }

/* CONTENTS   ================================================================================== */
.sub_container						{padding:100px 0 0 0; overflow:hidden;}
 
.sub_wrap							{padding:100px 0;}
.sub_title							{position:relative; margin-bottom:60px;}
.sub_title h2						{position:relative; line-height:1; color:#252525; font-size:2.4em; letter-spacing:-2px; font-weight:700; text-align:Center;}
.sub_title h2:after					{margin-left:13px; content:''; display:inline-block; width:17px; height:17px; border-radius:20px 20px 20px 0; background:var(--color1);}
.sub_title h3						{display:none;}
.sub_title .location				{position:absolute; top:0; right:0; display:flex; justify-content:center; gap:0 40px; font-size:0.9em;}
.sub_title .location li				{position:relative; display:flex; justify-content:center; gap:0 40px;}
.sub_title .location li:before,		.sub_title .location li>div:before	{content:''; position:absolute; top:10px; left:-25px; border:solid #ccc; border-width:2px 2px 0 0; padding:3px; transform:rotate(45deg);}
.sub_title .location li:first-child::before, .sub_title .location li>div:first-child:before	{display:none;}
.sub_title .location li:first-child	{font-size:20px;}
.sub_title .location li a			{color:#a5a5a5;}

.snb							{position:relative; display:flex; justify-content:center; gap:45px; margin:0 0 80px 0; text-align:center;}
.snb:after						{position:absolute; width:200%; height:1px; background:#dde2e6; bottom:0; content:'';}
.snb li							{position:relative; border-bottom:3px solid #fff;}
.snb li:after					{content:''; position:absolute; top:6px; left:-25px; width:1px; height:15px; background:#c0c4c7;}
.snb li:first-child:after		{display:none;}
.snb li a						{display:block; color:#949494; padding:0 20px 20px 20px; font-size:1.2em; letter-spacing:-1px;}
.snb li:last-child a:after{display:none;}
.snb .on						{border-color: var(--color1);}
.snb .on a 						{color:var(--color1); font-weight:700;}
.snb a:hover					{color:var(--color1);}

.sub_navigation						{display:none; position:relative; line-height:56px; background:var(--color1);} 
.sub_navigation .home				{float:left; line-height:58px; border-left:1px solid rgba(256,256,256,.3); border-right:1px solid rgba(256,256,256,.3); width:65px; text-align:center; cursor:pointer;}
.sub_navigation .home i				{color:#fff; font-size:20px;}
.sub_navigation .arrow01			{position:relative; position:relative; box-sizing:border-box; padding:0 25px; border-right:1px solid rgba(256,256,256,.3);} 
.sub_navigation .arrow01:after		{content:''; position:absolute; top:22px; right:20px; border:solid #fff; border-width:2px 2px 0 0; padding:3px; transform:rotate(135deg); transition:all 0.2s ease; opacity:0.8;}
.sub_navigation .arrow01.on:after	{top:25px; transform:rotate(-45deg);}
.sub_navigation .inner				{position:relative; display:flex;}
.sub_navigation .inner > li			{width:300px;}
.sub_navigation .inner a			{display:block; color:#fff; letter-spacing:-0.75px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; font-size:0.95em;}
.sub_navigation .inner ul			{display:none ; position:absolute; top:56px; left:0; width:100%; z-index:111; border:1px solid #e5e5e5; border-top:0; box-shadow:5px 5px 10px -5px rgba(0,0,0,0.1);}
.sub_navigation .inner ul a			{display:block; line-height:56px; padding:0 25px; color:#777; background:#fff; border-bottom:1px solid #e5e5e5; transition:all 0.5s ease;cursor:pointer; transition: all 0.3s ease;}
.sub_navigation .inner ul li:last-child a	{border-bottom:0;}
.sub_navigation .inner ul a.on,
.sub_navigation .inner ul a:hover	{background:#f5f5f7; color:#000; text-indent:7px;} 

.sub_cont							{position:relative; min-height:400px; margin-bottom:20px;}
.sub_wrap select					{min-height:42px;}
.sub_wrap .input_form				{line-height:42px;}

@media screen and (max-width:1400px) { 
	.sub_wrap						{padding:100px 20px;}
}
@media screen and (max-width:1200px) { 
	.sub_container					{padding:120px 0 0 0;} 
	.sub_title h2					{font-size:2em;}
	.sub_title .location			{font-size:0.85em;}
	.snb li a						{font-size:1.1em; padding-bottom:10px;}
}
@media screen and (max-width:1024px) { 
	.sub_container					{padding:60px 0 0 0;} 

	.sub_title						{margin-bottom:30px;}
	.sub_title .location, .sub_title h2	{display:none;} 
	.sub_title h3					{position:relative; line-height:1; color:#252525; font-size:1.6em; letter-spacing:-2px; font-weight:700; text-align:Center; display:block; }
	.sub_title h3:after				{margin-left:10px; content:''; display:inline-block; width:12px; height:12px; border-radius:20px 20px 20px 0; background:var(--color1);}

	.snb							{display:none; flex-wrap:wrap; margin-bottom:20px; gap:3px 0; border-top:1px solid #dde2e6; padding-top:10px;}
	.snb li							{flex:1 1 40%;}
	.snb li:after					{left:0;}
	.snb li:nth-child(odd):after	{display:none;}
	.snb li a						{padding:0 10px 5px 10px; font-size:1em;}
	.snb .on a						{font-weight:500;}

	.sub_wrap						{padding:40px 15px;}
	.sub_cont						{min-height:300px;}
	.sub_wrap select				{min-height:32px;}
	.sub_wrap .input_form			{line-height:32px;}

	.sub_navigation					{display:block; line-height:46px;}
	.sub_navigation .home			{width:40px; line-height:44px; border-left:0;}
	.sub_navigation .home i			{font-size:1em;}
	.sub_navigation .inner			{display:flex; justify-content:space-around;}
	.sub_navigation .inner ul		{top:46px;}
	.sub_navigation .inner > li		{width:100%; flex:1; min-width:0;}   
	.sub_navigation .inner a		{font-size:0.9em;}
	.sub_navigation .arrow01		{padding:0 15px;}
	.sub_navigation .arrow01:after	{right:10px; top:18px; padding:2px;}
	.sub_navigation .arrow01.on:after	{top:20px;}
	.sub_navigation .arrow01:last-child	{border-right:0;}
	.sub_navigation .inner ul		{top:46px;}
	.sub_navigation .inner ul a		{line-height:42px; padding:0 15px;}
}

/* FOOTER  ================================================================================== */
.copyright							{position:relative; background:#212428; font-size:0.9em; padding:60px 0;}
.copyright .menu  					{display:flex; gap:0 23px;}
.copyright .menu li a				{color:rgba(255,255,255,.9);}
.copyright .menu li:first-child a	{font-weight:600; color:#fff;}
.copyright .menu .admin a 			{background:#ef0470; color:#fff; padding:3px 8px; border-radius:2px; font-size:13px; letter-spacing:0; font-weight:500;}
.copyright .menu .admin i			{margin-right:3px;}
.copyright address					{font-style:normal; line-height:1.8; padding:20px 0 15px 0; }
.copyright address span				{padding-right:15px; color:rgba(255,255,255,.6);}
.copyright address span:last-child	{padding:0;}
.copyright address span b			{display:inline-block;  width:45px;font-weight:600;}
.copyright address span a			{color:rgba(255,255,255,.5);}
.copyright address>div				{width:100%;}
.copyright .copy, .copyright .copy a	{color:rgba(255,255,255,.3);}   

.quick_link						{position:fixed; top:65%; transform:translateY(-50%); right:60px; z-index:999;}
.quick_link li					{margin-bottom:8px; border-radius:100%; height:60px; overflow:hidden; box-shadow:0 0 5px 1px rgba(0,0,0,0.1);}
.quick_link li:last-child		{background:#222; line-height:60px; text-align:center; margin:0; cursor:pointer; color:#fff;}
.quick_link .backtop			{display:block !important;}
.mTop							{display:none;}

.copyright .famsite_wrap			{position:absolute; top:0; right:0;}
.copyright .famsite_wrap p			{width:220px; text-indent:20px; color:rgba(255,255,255,.6); background:#2c2f33; letter-spacing:-0.75px; line-height:52px; cursor:pointer;}
.copyright .famsite_wrap p .on		{position:absolute; top:20px; right:15px; content:''; width:10px; height:10px;}
.copyright .famsite_wrap p .on:after	{position:absolute; content:''; left:0; top:4px; width:10px; height:2px; background:#fff; opacity:0.8;}
.copyright .famsite_wrap p .on:before	{position:absolute; content:''; left:4px; top:0; width:2px; height:10px; background:#fff; opacity:0.8;}
.copyright .famsite_wrap ul				{position:absolute; left:0; bottom:52px; width:100%; border:1px solid #3c3d41; background:#212428; padding:15px 0; border-bottom:none; display:none;}
.copyright .famsite_wrap ul li a		{text-indent:20px; line-height:36px; display:block; color:#888;}
.copyright .famsite_wrap ul li a:hover	{color:#fff;} 

@media screen and (max-width:1400px) { 
	.copyright				{padding:40px;}
}
@media screen and (max-width:1024px) {    
	.copyright				{padding:25px 15px; text-align:center;}
	.copyright .menu		{justify-content:center; gap:0 15px;}
	.copyright address		{padding:10px 0; justify-content:center;}
 
	.quick_link				{display:none;}
	.mTop					{display:block; }
	.mTop .backtop			{position:fixed; right:20px; bottom:0; width:40px; line-height:36px; color:#fff; background:#000; z-index:999; cursor:pointer; text-align:center; }
	.copyright .famsite_wrap	{position:relative; width:100%;}
	.copyright .famsite_wrap p	{line-height:42px; width:100%; margin-top:20px; text-indent:15px;}
	.copyright .famsite_wrap ul	{padding:10px 0; bottom:43px;}
	.copyright .famsite_wrap ul li a	{line-height:26px;}
}

/*  탭메뉴 스타일  ==================================================================================== */
.tabmenu01					{display:flex; justify-content:space-around; gap:5px; text-align:center; width:100%; margin-bottom:40px;}
.tabmenu01 li				{position:relative; width:100%; cursor:pointer;}
.tabmenu01 li a				{position:relative; display:block; color:#666; border:1px solid #ccc; font-size:1.05em; border-radius:5px; letter-spacing:-.75px; line-height:56px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; padding:0 10px; transition:all 0.2s ease;}
.tabmenu01 .on a			{font-weight:500; color:#fff; background:var(--color3); border-color:var(--color3);}
.tabmenu01 .on:hover a		{color:#fff;}
.tabmenu01 li:hover a		{border-color:var(--color3); color:var(--color3);}

.tabmenu02 						{overflow:hidden; border-bottom:1px solid #e0e0e0; margin:-30px 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:#666; line-height:52px; padding:0 30px;}
.tabmenu02 li:last-child a:after{display:none;}
.tabmenu02 .on					{border-color: var(--color1);}
.tabmenu02 .on a 				{color:var(--color1); font-weight:700;}
.tabmenu02 a:hover				{color:var(--color1);}

.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; font-size:0.9em; line-height:40px; padding:0 15px; border-radius:3px;}
.tabmenu03 li a:hover, .tabmenu03 .on a	{background:var(--color1); color:#fff; font-weight:500;}


@media screen and (max-width:1024px) {   
	.tabmenu01				{flex-wrap:wrap; margin-bottom:20px; gap:3px;}
	.tabmenu01 li			{flex:1 1 40%; width:100%;}
	.tabmenu01 li a			{line-height:38px; font-size:0.95em;}
	.tabmenu01 .on a		{font-weight:500;}

	.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; line-height:36px;}

	.tabmenu03				{margin:0 0 20px 0;}
	.tabmenu03 li a			{line-height:32px; padding:0 12px;}
}

/*  공통 버튼  ==================================================================================== */
.sub_btn01						{font-family: 'Paperlogy'; display:inline-block; line-height:60px; text-align:center; letter-spacing:0; min-width:150px; font-size:1.1em; padding:0 20px; color:#fff;  border-radius:2px; background:var(--color1); border:1px solid var(--color1); cursor:pointer; vertical-align:top; transition:all 0.5s ease;}
.sub_btn02						{font-family: 'Paperlogy'; display:inline-block; line-height:60px; text-align:center; letter-spacing:0; min-width:150px; font-size:1.1em; padding:0 20px; color:#414141; border-radius:2px; background:#fff;  border:1px solid #ccc; cursor:pointer; vertical-align:top; transition:all 0.5s ease;}
.sub_btn01:hover, .sub_btn02:hover	{background:#101821; border-color:#101821; color:#fff;}


@media screen and (max-width:1024px) {    
	.sub_btn01, .sub_btn02			{min-width:120px; line-height:40px; padding:0 10px; font-size:1em;} 
}

/* 상단 검색 레이어   ============================================================== */
.top_search_wrap									{display:none; position:fixed; top:100px; left:0; width:100%; text-align:center; padding:50px 0; background:rgba(199, 43, 82, 0.95); z-index:999999999;}
.top_search_wrap .search_tit						{display:none; font-family: 'Paperlogy'; font-weight:700; text-align:center; font-size:2em;color:var(--color1); letter-spacing:0; line-height:1.2;}
.top_search_wrap .search_box						{position:relative; max-width:600px; margin:20px auto;}
.top_search_wrap .search_box form					{background:#fff; border-radius:5px; overflow:hidden;}
.top_search_wrap .search_box input[type="text"]		{width:calc(100% - 65px);line-height:62px; color:var(--color1); border:0; padding:0 0 0 20px;}
.top_search_wrap .search_box .btn					{width:55px; height:60px; cursor:pointer; text-indent:0; color:#6a6a6a;} 
.top_search_wrap .search_box .btn i					{font-size:1.4em;}
.top_search_wrap .search_box .btn:hover				{color:#000;}
.top_search_wrap .search_box input::placeholder		{color:#777;}
.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_word a						{display:inline-block;color:#fff; padding:0 10px; letter-spacing:-.75px;}
.top_search_wrap .search_word a:hover				{text-decoration:underline;}

.top_search_wrap .search_close						{position:absolute; right:-65px; top:0; font-size:1.8em; width:60px; line-height:70px; cursor:pointer; color:#fff; opacity:0.7;}
.top_search_wrap .search_close:hover				{opacity:1;}

@media screen and (max-width:1200px) {    
	.top_search_wrap				{top:130px;}
}
@media screen and (max-width:1024px) {
	.top_search_wrap				{padding:20px 0; top:60px;}
	.top_search_wrap .search_tit	{display:none;}
	.top_search_wrap .search_box	{max-width:calc(100% - 70px); margin:15px auto 10px auto;}
	.top_search_wrap .search_box input[type="text"]	{width:calc(100% - 55px); line-height:46px; padding-left:12px;}
	.top_search_wrap .search_box .btn	{width:50px; height:46px;}
	.top_search_wrap .search_box .btn i	{font-size:1.2em;}
	.top_search_wrap .search_close		{right:-32px; width:30px; line-height:50px; font-size:1.2em; color:#fff; opacity:1;}
	.top_search_wrap .search_word a		{padding:0 5px; font-size:0.9em; color:#fff;}
}

/*  서브페이지 하단 정보   ==================================================================================== */
.damdang_box						{position:relative;padding:17px 20px; border:1px solid #ddd; margin-top:40px; font-size:0.95em;color:#797979;}
.damdang_box i						{font-size:25px; margin-right:10px; vertical-align:middle; color:var(--color1);}
.damdang_box p						{display:inline-block; margin-right:30px;}
.damdang_box p:last-child			{margin:0;}
.damdang_box span					{font-family: 'Paperlogy'; letter-spacing:0; font-weight:500; color:#111; position:relative; padding:0 28px 0 0;}
.damdang_box span:after				{content:''; position:absolute; top:2px; right:12px; bottom:0; width:1px; height:0.85em; margin:auto; background:#d1d1d2;}

@media screen and (max-width:768px) {
	.damdang_box					{padding:15px;}
	.damdang_box p					{display:block; margin:2px 0;}
	.damdang_box i					{float:left; font-size:20px; margin-right:7px;}
}

.ceditor_box						{position:relative; padding:10px 15px; min-height:65px; background:#f9f9f9; border:1px solid #e2e4e7; display:flex;align-items:center;margin-top:-1px;  }
.ceditor_box .item01				{position:relative; font-size:0.9em; color:#636363; letter-spacing:-1px; display:flex; gap:0 20px;}
.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.9em; margin:0 1px;letter-spacing:-1px; padding:0 15px; line-height:36px;color:#fff; background:#777; 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:#000;}

@media screen and (max-width:768px) {
.ceditor_box						{display:grid; gap:10px 0;}
.ceditor_box .item01				{display:grid; gap:10px;}
.ceditor_box .btn					{line-height:32px;}
}

/*  분리 수정  ==================================================================================== */
.guavamode_open						{border-radius:0 !important; right:0 !important; bottom:140px !important;}


/*  QR 스타일 ==================================================================================== */
#guava_qrcode_btnwrap					{position:absolute; top:20px; right:0;z-index:9;}
#guava_qrcode_btnwrap span				{display:inline-block;border:1px solid #ddd;text-align:center;color:#848b9a; border-radius:5px;width:29px;height:29px; cursor:pointer; box-shadow:0 0 10px 1px rgba(0,0,0,0.07); 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:60px; right:10px;}
#guava_qrcode_infowrap				{top:105px; right:10px;}
}

/* 사이트맵   =============================================================== */
#sitemap_wrap											{display:none; position:fixed;  top:0;width:100%; height:100vh;background:#fff;padding:25px 0 0 0; z-index:999999999999;}
.allmenu_wrap											{ position:absolute; width:100%; }
.allmenu_wrap .global_menu					{text-align:right;padding:0 80px 80px 0;}
.allmenu_wrap .global_menu a				{display:inline-block; border:1px solid #ddd;color:#666; min-width:90px;line-height:30px;padding:0 20px; font-size:0.85em;}
.allmenu_wrap ul										{width:100%; border-right:1px solid #eee;display: grid; grid-template-columns: repeat(4, 1fr); gap:0  ;}
.allmenu_wrap ul>li									{flex:1; padding:15px 40px 40px 40px; border-left:1px solid #eee;  }
.allmenu_wrap li p a									{display:block; font-weight:bold; color:var(--color1);font-size:1.45em;padding:0 0 15px 0;     }
 
.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);  }
}
/* 사이트맵   =============================================================== */


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

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