@charset "utf-8";
/* CSS Document */

#container														{ margin-bottom:9em; }
@media all and (max-width:1568px){
	#container													{ margin-bottom:8em; }
}
@media all and (max-width:1268px){
	#container													{ margin-bottom:7em; }
}
@media all and (max-width:868px){
	#container													{ margin-bottom:6em; }
}
@media all and (max-width:468px){
	#container													{ margin-bottom:5em; }
}

/**********************************************************************

 							location

**********************************************************************/
.location_wrap													{ width:100%; border-style:solid; border-width:1px 0 1px 0; border-color:#e5e5e5; }
.location_wrap .con_inner										{ display:flex; align-items:center; justify-content:space-between; --sizeHig:53px; height:var(--sizeHig) }

/* 위치 */
.location_wrap .lco												{ display:flex; align-items:center; border-left:1px solid #e5e5e5 }
.location_wrap .lco>li											{ position:relative; border-right:1px solid #e5e5e5; padding:0 20px }
.location_wrap .lco [data-location="home"] a					{ display:flex; font-size:0px; width:var(--sizeHig); height:var(--sizeHig); opacity:.7 }
.location_wrap .lco [data-location="home"] a::before			{ content:''; display:block; width:100%; height:100%; background:url(/resource/company/images/sub/icon_home.svg) no-repeat 50% 50%; background-size:auto 14.5px;
    opacity:1; }
.location_wrap .lco>li>button									{ display:flex; height:var(--sizeHig); align-items:center; padding-right:3.75em; opacity:.7; }
.location_wrap .lco>li>button::before							{ position:absolute; right:0; top:50%; width:7px; height:7px; border-style:solid; border-width:0 1px 1px 0; border-color:#575757; transform:translateY(-80%) rotate(45deg);
    transition:var(--trans-ani); content:''; vertical-align:middle;  top:50%; right:30px; }
.location_wrap .lco>li.active>button::before					{ transform:translateY(-40%) rotate(225deg); }
.location_wrap .lco>li:not(:has(button))						{ padding:0; }
.location_wrap .lco>li .loc_wrap								{ position:absolute; display:none; left:-1px; z-index:112; width:calc(100% + 2px); padding:1.25em; background:var(--color-white); border:1px solid #e5e5e5; border-radius:0 0 10px 10px }
.location_wrap .lco>li .loc_wrap li > a							{ display:inline-flex; justify-content:flex-start; align-items:center; padding:5px 0px; color:var(--color-base); transition:color var(--trans-ani); opacity:.64; line-height:1.2;
    word-break: break-all; }
.location_wrap .lco>li .loc_wrap li a[target='_blank']::after	{ content:""; display:inline-block; opacity:.8; transition:all .4s; margin-left:7px; vertical-align:middle; width:11px; height:10px;
    background:url(/resource/company/images/common/icon_blank.svg) no-repeat 50% 50% / auto 10px; }
.location_wrap .lco>li .loc_wrap li > a:hover,
.location_wrap .lco>li .loc_wrap li > a:focus					{ opacity:1; font-weight:600;}



/* 공유 */
.location_wrap .page_util										{ display:flex; align-items:center; border-left:1px solid #e5e5e5}
.location_wrap .page_util>li									{ position:relative; border-right:1px solid #e5e5e5 }
.location_wrap .page_util>li>button								{ display:flex; width:var(--sizeHig); height:var(--sizeHig); }
.location_wrap .page_util>li>button:before						{ content:''; flex:none; display:block; width:100%; height:100%; margin:0 auto; background-repeat:no-repeat; background-position:50% 50%; }
.location_wrap .page_util>li .share_bt:before					{ background-image:url(/resource/company/images/sub/ico_share.svg); background-size:16px;}
.location_wrap .page_util>li>button.copy:before					{ background-image:url(/resource/company/images/sub/ico_copy_link.svg);}
.location_wrap .page_util>li>button.print:before				{ background-image:url(/resource/company/images/sub/ico_print.svg); background-size:17px 16px;}
.location_wrap .page_util>li>button.braille:before				{ background-image:url(/resource/company/images/sub/ico_bx_link.svg); background-size:19px 10px;}
.location_wrap .page_util>li>button.braille_down:before			{ background-image:url(/resource/company/images/sub/ico_bx_down.svg); background-size:21px 13px; background-position:50% 55%}
.location_wrap .page_util>li.share .share_drop												{ display:none; position:absolute; top:-1px; left:-1px; z-index:10; width:calc(var(--sizeHig) + 2px); box-sizing:border-box; background-color:var(--color-white);
    border:1px solid #e5e5e5;  text-align:center; z-index:1 ; border-radius:0 0 10px 10px;}
.location_wrap .page_util > li.share .share_drop ul											{ padding-top:10px; display:flex; flex-flow:column; gap:7px; }
.location_wrap .page_util > li.share .share_drop ul > li a									{ display:flex; justify-content:center; align-items:center; width:100%; height:100%;}
.location_wrap .page_util > li.share .share_drop ul > li[data-share] a:before				{ content:''; display:block; width:30px; height:30px; background-repeat:no-repeat; background-position:50% 50%; background-size:auto 100%; border-radius:100%;}
.location_wrap .page_util > li.share .share_drop ul > li[data-share="blog"] a:before		{ background-image:url(/resource/company/images/sub/icon_blog.svg); background-color:#32b44a;}
.location_wrap .page_util > li.share .share_drop ul > li[data-share="youtube"] a:before		{ background-image:url(/resource/company/images/sub/icon_youtube.svg); background-color:#e03232;}
.location_wrap .page_util > li.share .share_drop ul > li[data-share="facebook"] a:before	{ background-image:url(/resource/company/images/sub/icon_facebook.svg); background-color:#385691;}
.location_wrap .page_util > li.share .share_drop ul > li[data-share="instar"] a:before		{ background:url(/resource/company/images/sub/icon_instar.svg) no-repeat 50% 50% / cover, linear-gradient(to bottom right, #4a48e8 20% , #ee3183 60%, #f0c05c 100%);}
.location_wrap .page_util > li.share .share_drop ul > li[data-share="kakao"] a:before		{ background-image:url(/resource/company/images/sub/icon_kakaoch.svg); background-color:#ffde00; }
.location_wrap .page_util > li.share .share_drop ul > li[data-share="twitter"] a:before		{ background-image:url(/resource/company/images/sub/icon_twitter.png); background-color:#000;}
.location_wrap .page_util > li.share .share_drop ul > li[data-share="band"] a:before		{ background-image:url(/resource/company/images/sub/icon_band.png); background-color:#50b748;}
.location_wrap .page_util > li.share .share_drop ul > li[data-share="copy"] a:before		{ background-image:url(/resource/company/images/sub/icon_copy.svg); background-color:#555555;}
.location_wrap .page_util > li.share .share_close											{ position:relative; width:30px; height:30px; margin-top:10px; margin-bottom:5px; background:#e5e5e5; border-radius:100%;}
.location_wrap .page_util > li.share .share_close::before									{ position:absolute; width:1px; height:11px; left:50%; top:50%; transform:translate(-50%,-50%) rotate(45deg); content:''; background:var(--color-base); }
.location_wrap .page_util > li.share .share_close::after									{ position:absolute; width:1px; height:11px; left:50%; top:50%; transform:translate(-50%,-50%) rotate(-45deg); content:''; background:var(--color-base);}
.location_wrap .page_util > li.share .share_close:hover										{ transform:rotate(90deg); }


@media all and (max-width:1368px){
    .location_wrap .con_inner										{ --sizeHig:48px; }
    .location_wrap .lco>li>button									{ font-size:.95rem; }
    .location_wrap .lco>li .loc_wrap li > a							{ font-size:.9rem; }
}
@media all and (max-width:1168px){
    .location_wrap .con_inner										{ --sizeHig:45px; }
    .location_wrap .lco>li>button									{ font-size:.9rem; }
    .location_wrap .lco>li .loc_wrap								{ padding:1em; }
    .location_wrap .lco>li											{ padding:0 1em; }
    .location_wrap .lco>li>button::before							{ right:1em; }
    .location_wrap .lco>li .loc_wrap li > a							{ font-size:.85rem; }
}
@media all and (max-width:968px){
    .location_wrap .con_inner										{ --sizeHig:42px; }
    .location_wrap .lco>li>button									{ padding-right:1.75em; }
    .location_wrap .lco>li>button span								{ max-width:80px; white-space:nowrap; text-overflow:ellipsis; overflow:hidden }
}
@media all and (max-width:668px){
    .location_wrap .con_inner										{ --sizeHig:40px; }
    .location_wrap .lco>li>button									{ padding-right:1em; }
    .location_wrap .lco>li>button span								{ max-width:70px;  }

}
@media all and (max-width:568px){
    .location_wrap													{ border:none; }
    .location_wrap .con_inner										{ border-radius:10px; background:#e6e6e6; --sizeHig:40px; flex-wrap:wrap; height:auto; padding:7px 10px;gap:5px; }
    .location_wrap .lco,
    .location_wrap .page_util										{ border:none; }
	.location_wrap .lco												{ flex-wrap:wrap; }
	.location_wrap .lco>li											{ padding:0; }
	.location_wrap .lco [data-location="home"] a					{ width:25px; height:30px; }
	.location_wrap .lco [data-location="home"]						{ margin-right:-5px; }
	.location_wrap .lco [data-location="home"] a::before			{ margin-top:-1px; }
	.location_wrap .lco>li+li										{ padding-left:10px; margin-left:10px; }
	.location_wrap .lco>li+li::before								{ position:absolute; left:-5px; top:50%; width:7px; height:7px; border-style:solid; border-width:1px 1px 0 0; border-color:#575757; 
																		transform:translateY(-50%) rotate(45deg); content:'';  }
																		
	.location_wrap .lco>li>button									{ height:inherit; padding-right:0; pointer-events:none; text-align:left; }
	.location_wrap .lco>li>button::before							{ display:none; }
	.location_wrap .lco>li:last-child>button::before				{ display:none; }
	.location_wrap .lco>li>button span								{ max-width:inherit; white-space:initial; text-overflow:initial; overflow:inherit; }
    .location_wrap .lco>li,
    .location_wrap .page_util>li									{ border-right:none; }
    .location_wrap .page_util										{gap:5px;--sizeHig:35px;}
    .location_wrap .page_util>li.share .share_drop					{ top:0; background-color:var(--color-white); border-radius:10px; border:1px solid rgba(0,0,0,.2);}
    .location_wrap .page_util > li.share .share_drop ul > li[data-share] a:before{width: calc(var(--sizeHig) - 10px);height: calc(var(--sizeHig) - 10px);}
  	.location_wrap .page_util>li>button								{ background:var(--color-white); border-radius:8px;}
    .location_wrap .page_util>li .share_bt:before					{ background-size:14px; }
    .location_wrap .page_util>li>button.print:before				{ background-size:auto 14px; }
    .location_wrap .page_util>li>button.braille:before				{ background-size:auto 8px; }
    .location_wrap .page_util>li>button.braille_down:before			{ background-size:auto 11px; }
}
.lnb_wrap														{ margin-top:3.75em; }
.lnb_scroll_wrap												{ position:relative; width:100%; height:var(--sizeHig); overflow-x:scroll; overflow-y:hidden; --sizeHig:60px; }
.lnb_scroll_wrap::-webkit-scrollbar 							{ display:none }
.lnb_scroll_wrap .list											{ position:absolute; top:0; left:0; overflow-x:scroll; display:flex; justify-content:start; gap:.63em; }
.lnb_scroll_wrap .list::-webkit-scrollbar 						{ display:none }
.lnb_scroll_wrap .list>li										{ display:flex; justify-content:center; align-items:center; border-radius:.5rem; background:#e6e6e6; transition:var(--trans-ani);}
.lnb_scroll_wrap .list>li>a										{ padding:0 2em; display:flex; width:max-content; align-items:center; font-weight:700; font-size:1.06em; line-height:1; height:var(--sizeHig); letter-spacing:0; }
.lnb_scroll_wrap .list>li>a>span								{ position:relative; display:inline-block; }
.lnb_scroll_wrap .list>li.active>a>span::after,
.lnb_scroll_wrap .list>li>a:hover>span::after,
.lnb_scroll_wrap .list>li>a:focus>span::after					{ position:absolute; right:-10px; top:-6px; width:6px; height:6px; background:var(--color-white); border-radius:100%; content:''; transition:var(--trans-ani);}
.lnb_scroll_wrap .list>li.active,
.lnb_scroll_wrap .list>li:hover,
.lnb_scroll_wrap .list>li:focus									{ background:var(--color-point); color:var(--color-white) }
@media all and (max-width:1368px){
    .lnb_scroll_wrap											{ --sizeHig:55px; }
    .lnb_scroll_wrap .list>li>a									{ padding:0 1.88em; font-size:1.03em; }
}
@media all and (max-width:1168px){
    .lnb_scroll_wrap											{ --sizeHig:50px; }
    .lnb_scroll_wrap .list>li>a									{ padding:0 1.5em; font-size:1em; }
}
@media all and (max-width:968px){
    .lnb_wrap													{ margin-top:3em; }
}
@media all and (max-width:668px){
    .lnb_scroll_wrap											{ --sizeHig:45px; }
    .lnb_scroll_wrap .list										{ gap:.4em; }
    .lnb_scroll_wrap .list>li.active>a>span::after,
    .lnb_scroll_wrap .list>li>a:hover>span::after,
    .lnb_scroll_wrap .list>li>a:focus>span::after				{ right:-7px; top:-4px; width:4px; height:4px; }
}
@media all and (max-width:468px){
    .lnb_wrap													{ margin-top:2.5em; }
}


/**********************************************************************

 							title 

**********************************************************************/
.h2_title														{ display:flex; font-size:2.5em; font-weight:700; line-height:1; align-items:end; gap:.3em .38em; margin-bottom:.75em; flex-flow: row wrap;}
.h2_title>.eng													{ font-size:.45em; font-weight:100; opacity:.74; letter-spacing:.025em; }
.h3_title														{ display:flex; font-size:1.88em; font-weight:700; line-height:1; margin-bottom:1em; color:var(--color-point) }
.h4_title														{ position:relative; display:inline-flex; font-size:1.56em; font-weight:700; line-height:1; margin-bottom:.8em; margin-top:2.4em; }
.h4_title::after												{ position:absolute; right:-10px; top:-6px; width:6px; height:6px; background:var(--color-point); border-radius:100%; content:''; }
@media all and (max-width:1368px){
	.h2_title													{ font-size:2.2em; }
	.h3_title													{ font-size:1.8em; }
	.h4_title													{ font-size:1.5em; }
}
@media all and (max-width:968px){
	.h2_title													{ font-size:2em; }
	.h3_title													{ font-size:1.6em; }
	.h4_title													{ font-size:1.3em; }
}


/**********************************************************************

 							section_middle 

**********************************************************************/
.section_middle													{ display:flex; justify-content:space-between; position:relative; margin-top:2.5em; padding-top:3.75em; --sizeWidth:210px; }
.section_middle::before											{ position:absolute; width:100%; height:1px; top:0; left:0; background:#e5e5e5; content:''; }
.section_middle::after											{ position:absolute; width:var(--sizeWidth); height:2px; top:-1px; left:0; background:var(--color-point); content:''; }
.section_middle	.snb_wrap										{ flex:none; width:var(--sizeWidth);  }
.section_middle	.snb_wrap .list									{ display:flex; flex-flow:column; gap:1.88em; border-left:1px solid #e5e5e5 }
.section_middle	.snb_wrap .list>li>a							{ position:relative; display:block; line-height:1; font-size:1.19em; font-weight:600; padding:0 1.05em; transition:var(--trans-ani); }
.section_middle	.snb_wrap .list>li>a::before					{ position:absolute; width:2px; height:0; left:-1px; top:0; content:''; background:var(--color-point); transition:var(--trans-ani); }
.section_middle	.snb_wrap .list>li.active>a,
.section_middle	.snb_wrap .list>li>a:hover,
.section_middle	.snb_wrap .list>li>a:focus						{ color:var(--color-point); }	
.section_middle	.snb_wrap .list>li.active>a::before,
.section_middle	.snb_wrap .list>li>a:hover::before,
.section_middle	.snb_wrap .list>li>a:focus::before				{ height:100%; }	
.section_middle .content										{ flex:auto; width:calc(100% - var(--sizeWidth)); margin-left:70px; }
.section_middle:not(:has(.snb_wrap)) .content					{ margin-left:0; }


@media all and (max-width:1368px){
	.section_middle												{ --sizeWidth:190px; }
	.section_middle	.snb_wrap .list>li>a						{ font-size:1.067em;}
	.section_middle .content									{ margin-left:50px; }
}
@media all and (max-width:1268px){
	.section_middle												{ --sizeWidth:180px; }
	.section_middle	.snb_wrap .list								{ gap:1.5em; }
	.section_middle	.snb_wrap .list>li>a						{ font-size:1.03em;}
	.section_middle .content									{ margin-left:40px; }
}
@media all and (max-width:1168px){
    .section_middle												{ --sizeWidth:inherit; flex-wrap:wrap; margin-top:1.5em; padding-top:1.5em }
    .section_middle	.snb_wrap 									{ width:100%; margin-bottom:3em; }
    .section_middle	.snb_wrap .list								{ flex-flow:row; border-left:none; gap:5px; }
    .section_middle	.snb_wrap .list>li>a						{ display:flex; width:max-content; padding:.75em 1.5em; border:1px solid #e5e5e5; border-radius:5px; font-size:1em; }
    .section_middle	.snb_wrap .list>li>a::before				{ display:none; }
    .section_middle	.snb_wrap .list>li.active>a,
    .section_middle	.snb_wrap .list>li>a:hover,
    .section_middle	.snb_wrap .list>li>a:focus					{ border-color:var(--color-point); }
    .section_middle .content									{ width:100%; margin-left:0; }
    .section_middle .snb_wrap .list>li>ul  						{ margin-left:0;}

    .section_middle .snb_wrap									{ position:relative; height:calc(var(--sizeHig) + 10px); overflow-x:scroll; overflow-y:hidden; --sizeHig:50px;  }
    .section_middle .snb_wrap:has(.list>li>ul)::-webkit-scrollbar 				{ -webkit-appearance:none; height:6px;}
    .section_middle .snb_wrap:has(.list>li>ul)::-webkit-scrollbar-thumb 			{ background-color:var(--color-point); border-radius:5px; border:1px solid var(--color-point); }
    .section_middle .snb_wrap:has(.list>li>ul)::-webkit-scrollbar-track 			{ border-radius:5px; background-color:rgba(0,0,0,.1); }

    .section_middle .snb_wrap .list								{ position:absolute; top:0; left:0; overflow-x:scroll; display:flex; justify-content:start;  }
    .section_middle .snb_wrap .list::-webkit-scrollbar 			{ display:none }
    .section_middle .snb_wrap .list>li							{ display:flex; gap:5px; }
    .section_middle .snb_wrap .list>li>a						{ padding:0 1.5em; align-items:center; height:var(--sizeHig)}
    .section_middle .snb_wrap .list>li>ul						{ display:flex; width:max-content; gap:5px 1.5em; margin:0; flex-flow:row wrap; padding:0 1.5em; align-items:center; height:var(--sizeHig) }

}
@media all and (max-width:668px){
    .section_middle .snb_wrap									{ --sizeHig:42px; }
    .section_middle	.snb_wrap .list>li>a						{ padding:0 1.25em; justify-content:center;}
}

