@charset "UTF-8";

/*[s] Reset Css */
	html,body{width:100%; min-height:100%; background-color: #fff; -webkit-text-size-adjust:none}
	input,button,textarea{margin:0; padding:0; background-color: transparent; border:none; -webkit-border-radius:0; -webkit-appearance:none}
	input[type=submit],input[type=image],input[type=button],button,a{cursor: pointer; text-decoration: none;}
	img,video,audio,object,embed,iframe{max-width:100%;}
	body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,legend,figure{margin:0;padding:0}
	fieldset,img,abbr,acronym{border:none}
	fieldset{display:block}
	ol,ul{list-style:none outside}
	h1,h2,h3,h4,h5,h6,address,caption,cite,code,dfn,em,th,var{font-size:100%; font-weight:normal}
	em{font-style:normal;}
	a{color: inherit;}

	hr,legend,caption,hr{visibility:hidden;overflow:hidden;position:absolute;top:0;left:0;width:0;height:0;margin:0;padding:0;font-size:0;line-height:0;text-indent:-1000em}

	img{vertical-align:top;}

	/* 다국어
	html:lang(ko){font-family:'Noto Sans KR', sans-serif;}
	html:lang(en){font-family:'Noto Sans KR', sans-serif;}
	html:lang(zh){font-family:'Noto Sans SC', 'Noto Sans KR', sans-serif;}
	html:lang(ja){font-family:'Noto Sans JP', 'Noto Sans KR', sans-serif;}
	*/

	/* Skip Navigation */
	.skip{width:1px; height:1px; margin:0 -1px -1px 0; padding:0; font-size:0; line-height:0; display:block; overflow:hidden;}
	.skip:is(:hover, :active, :focus){width:100%; height:auto; margin:0; padding:5px 0; font-weight:bold; font-size:12px; line-height:1; color:#333; text-decoration:none !important; text-indent:10px}

	body,th,td,input,select,textarea,h2,h3,h4,h5,address,code,button{font-family:'Pretendard', sans-serif; font-style:normal; font-weight:normal;}
	body{font-size:1.6rem; line-height:1.55; color:#666;}
/*[e] Reset Css */

/*[s] Transition Style */
	#header,
	#header:before,
	/*#header .gnbBg,
	#header .gnbBg:before,*/
	#header h1,
	#header h1>a,
	#header h1>a img,
	#header .mMenu,
	#header .mMenu>span,
	#header .mMenu:before,
	#header .mMenu:after,
	#header #gnb:after,
	#header #gnb:before,
	#header #gnb>li>a:before,
	#header #gnb>li>a i:before,
	#header #gnb>li>a i:after,
	#header #gnb>li,
	#header #gnb a,
	#header #gnb>li>a>span:before,
	#header #gnb .gnbSub>li>a,
	#header #gnb>li>a em,
	#header #gnb>li>a em:after,
	#header #gnb>li>a em:before,
	#header #pcMenu,
	#header #pcMenu:before,
	#header #pcMenu .bg,
	#header #pcMenu #list:before,
	#header #pcMenu #list>li,
	#header #pcMenu #list>li>a,
	#header #pcMenu #list>li>a i,
	#header #pcMenu #list>li>a>span:before,
	#header #pcMenu #list .gnbSub>li>a,

	#header .utill .appDown,
	#header .language:before,

	#header .tSchArea,
	#header .tSchArea .tSch:before,
	#header .tSchArea .tSch:after,
	#header .tSchArea .tSch_in,

	#pt_Menu #pt_Menu_list>li>a,
	#pt_Menu #pt_Menu_list>li>a i,
	#pt_Menu #pt_Menu_list>li>a i:after,
	#pt_Menu #pt_Menu_list>li>a i:before,
	#pt_Menu #pt_Menu_list .gnbSub>li>a,

	.menuLayer .gnb>li>a,
	.menuLayer .gnb>li>a i,
	.menuLayer .gnb>li>a i:after,
	.menuLayer .gnb>li>a i:before,
	.menuLayer .gnb .gnbSub>li>a,

	#snb-nk #nav-nk>li>a,
	#snb-nk #nav-nk>li>a i,
	#snb-nk #nav-nk>li>a i:after,
	#snb-nk #nav-nk>li>a i:before,
	#snb-nk #nav-nk .lnbSub>a,

	#snb-nkPc .inConts a,
	#snb-nkMobile>a i,
	#snb-nkD3 .inConts a,
	#snb-nkD3 .inConts a>span:before,

	#container.portrait #snb-nk #nav-nk>li>a,
	#container.portrait #snb-nk #nav-nk>li .d3>li>a,

	#footer .foot-link a,
	#footer .foot-link a:before{transition: all .3s ease-out; transform-origin: 50% 50%;}

	/*#sVisual,*/
	a.goTop,
	a.goTop:before{transition: all .5s ease-out;}

	.menuLayer,
	#pt_Menu{transition: all .5s ease-in-out; transform-origin: 50% 50%;}

	#pt_Menu .head .closeMenu{transition: all .7s ease-in-out; transform-origin: 50% 50%;}
/*[e] Transition Style */

/*[s] Bace Css */
	:root,
	html{font-size: 10px}
	:root {
		/* color */
		--point : #5C60E3;
		--btn_c : #333;
		--bor_c : #e6e6e6;
		--event__color--point : #035ab6;
		--event__color--end : #b3b3b3;
		--color : #000;

		/* font size */
			--base15 : 1.5rem;
			--base17 : 1.7rem;
			--base18 : 1.8rem;
			--base19 : 1.9rem;
			--base20 : 2rem;
			--base22 : 2.2rem;
			--base25 : 2.5rem;

			--lineHeight : calc(1em + 1rem);
			--lineHeight2 : calc(1em + 1.5rem);

		/* font family */
			--play : "Play", sans-serif;
			--gmk : "GMarketSans", sans-serif;
			--popp : "Poppins", sans-serif;
			--orbt : "Orbitron", sans-serif;
			--outfit : "Outfit", sans-serif;
			--serif : "Noto Serif KR", serif;
	}

	.wVar,
	.wpVar,
	.pVar,
	.ptVar{display:block;}
	img.pVar,
	img.ptVar{display:inline-block;}
	th.pVar,
	td.pVar{display:table-cell;}
	.tVar,
	.mVar,
	.mxVar,
	.tmVar,
	.xmVar,
	.br_t{display:none;}
	.br_p{}

	.tal{text-align: left !important;}
	.tac{text-align: center !important;}
	.tar{text-align: right !important;}

	.f_arr,
	.menuLayer .gnb .gnbSub>li>a:after,
	.swiper-button:before,
	.month-tab>p:before,
	.photo_list button.more:after{font-family:"SUIT Variable", sans-serif !important;}

	*[data-font="Tomorrow"],
	.f_Tomorrow,
	.mainConts .title{font-family: 'Tomorrow', sans-serif !important; letter-spacing: 0.1em !important;}

	html.hide{height:100vh; overflow:hidden;}

	.f_22{font-size:var(--base22) !important;}
	.f_25{font-size:var(--base25) !important;}

	.c_point{color:var(--point) !important}
	.c_white{color:#fff !important}
	.c_black{color:#000 !important}
	.c_red{color:#ff0000 !important}

	.fw100{font-weight: 100 !important;}
	.fw200{font-weight: 200 !important;}
	.fw300{font-weight: 300 !important;}
	.fw400{font-weight: 400 !important;}
	.fw500{font-weight: 500 !important;}
	.fw600{font-weight: 600 !important;}
	.fw700{font-weight: 700 !important;}
	.fw800{font-weight: 800 !important;}

	.p0{padding:0 !important;}

	.mt_10{margin-top:-1rem !important;}
	.mt_15{margin-top:-1.5rem !important;}
	.mt_20{margin-top:-2rem !important;}
	.mt_140{margin-top:-14rem !important;}

	.mt0{margin-top:0rem !important;}
	.mt3{margin-top:0.3rem !important;}
	.mt5{margin-top:0.5rem !important;}
	.mt10{margin-top:1rem !important;}
	.mt15{margin-top:1.5rem !important;}
	.mt20{margin-top:2rem !important;}
	.mt25{margin-top:2.5rem !important;}
	.mt30{margin-top:3rem !important;}
	.mt35{margin-top:3.5rem !important;}
	.mt40{margin-top:4rem !important;}
	.mt45{margin-top:4.5rem !important;}
	.mt50{margin-top:5rem !important;}
	.mt55{margin-top:5.5rem !important;}
	.mt60{margin-top:6rem !important;}
	.mt70{margin-top:7rem !important;}
	.mt75{margin-top:7.5rem !important;}
	.mt80{margin-top:8rem !important;}
	.mt90{margin-top:9rem !important;}
	.mt100{margin-top:10rem !important;}
	.mt110{margin-top:11rem !important;}
	.mt120{margin-top:12rem !important;}
	.mt130{margin-top:13rem !important;}
	.mt140{margin-top:14rem !important;}
	.mt150{margin-top:15rem !important;}

	.mb0{margin-bottom:0rem !important;}
	.mb10{margin-bottom:1rem !important;}
	.mb15{margin-bottom:1.5rem !important;}
	.mb20{margin-bottom:2rem !important;}
	.mb_140{margin-bottom:-14rem !important;}

	.mr30{margin-right:3rem !important;}

	.inConts{width:100%; max-width:164rem; margin:0 auto; padding:0 2rem; position: relative;}
	/*.inConts.main{padding:0 6rem;}*/
	.inConts.small{max-width:1320px;}
	#wrap{width:100%; margin:0 auto; position:relative;}
	html.black-mode #wrap{background:#000; --color : #fff;}
	html:not(.black-mode) #wrap{background:#fff; --color : #000;}
	html *{letter-spacing:-0.04em; word-break:keep-all; word-wrap:break-word; box-sizing: border-box;}
/*[e] Bace Css */

/*[s] HEADER */
	#progressBar{width:0%; height:3px; background-color:var(--point); font-size:0; line-height:0; position:fixed;left:0; top:0; z-index:11;}

	#header{width:100%; position: fixed; left:0; top:0; z-index:8;
		/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
		background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	}
	#header .gnbBg{width: 100vw; height:0; background-color:#f8f8f8; border-top:1px solid #f8f8f8; display: block; position:absolute; left:50%; top:calc(100% + 1px); transform: translateX(-50%); opacity:0; overflow:hidden;}

	#header .inConts{display: flex; justify-content: space-between;}
	#header .inConts>*{flex:0 1 auto; display: flex; align-items: start; justify-content: flex-start;}

	#header h1{height:8rem; align-items: center !important; position: relative;}
	#header h1>a{display:inline-block; position: relative;}
	#header h1>a img{height:3rem; -webkit-filter: brightness(0) invert(1); filter: brightness(0) invert(1);}

	#header #pcMenu,
	#header #pcMenu #list,
	#header #pcMenu #list>li,
	#header #pcMenu #list>li>a{height:8rem;}

	#header #pcMenu{flex:1; padding-right:5rem; justify-content: end; position: relative;}/*width:calc(100% - 28rem); */
	#header #pcMenu #list{display: flex; justify-content: center;}
	#header #pcMenu #list>li{padding:0 2rem; display:inline-block; vertical-align: top; position: relative;}
	#header #pcMenu #list>li>a{width:100%; font-weight: 500; font-size:1.9rem; line-height:1; color: rgba(255,255,255,1); text-align: center; display: flex; align-items: center; justify-content: center; position: relative; z-index:3;}
	#header #pcMenu #list>li>a>span{display:table-cell; vertical-align:middle; position: relative; letter-spacing:0.01em !important;}
	#header #pcMenu #list>li>a>span:before{content: ""; width: 0; height: 2px; background-color:#fff; margin-left:0%; display: inline-block; position:absolute; left: 50%; bottom:-1px; z-index:5;}

	#header #pcMenu #list .gnbSub{width:180px; margin-left:-90px; padding:20px 0; background-color: #000; border:1px solid #fff; text-align: left; display:none; position: absolute; left:50%; top:100%; z-index:6;}
	#header #pcMenu #list .gnbSub>li{padding:0 20px; display:block; position: relative;}
	#header #pcMenu #list .gnbSub>li:not(.hide)+li{margin-top:12px;}
	#header #pcMenu #list .gnbSub>li>a{width:100%; min-height:22px; font-weight: 500; font-size:18px; line-height:1.2; color:#fff; display: flex; align-items: center; }
	#header #pcMenu #list .gnbSub>li>a>span{}
	#header #pcMenu #list .gnbSub>li>a>span>strong{display:none;}
	#header #pcMenu #list .gnbSub>li.three>a{background:transparent none no-repeat right 5px center/6px;}
	#header #pcMenu #list .gnbSub>li.three:is(:hover, .oPage)>a{background-image: url('/assets/images/arr_gnb.svg'); background-position: right 0 center;}
	/*#header #pcMenu #list .gnbSub>li>a>span:before{content: ""; width: 0; height: 3px; background-color: #fe7e3f; margin-left:0%; display: inline-block; position:absolute; left: 50%; bottom:0; z-index:7;}*/

	/* #header #pcMenu #list .gnbSub.d3{background-color: #fff; border:1px solid #e5e5e5; text-align: center; left:100%; top:0; z-index:7;}  2022 12 13 배경색 + 보더 없앰*/
	#header #pcMenu #list .gnbSub.d3{margin:0; background-color: #000; left:100%; top:-21px; z-index:7;}
	#header #pcMenu #list .gnbSub.d3>li{}
	#header #pcMenu #list .gnbSub.d3>li>a{font-weight: 500; color: rgba(255,255,255,0.8);}
	#header #pcMenu #list .gnbSub.d3>li>a>span {}

	#header #pcMenu #list .gnbSub.d3>li:is(:hover, .oPage)>a{color: rgba(255,255,255,1);}

	/*#header #pcMenu #list>li.one .gnbSub,*/
	#header #pcMenu #list .gnbSub>li.hide,
	.menuLayer .gnb .gnbSub.d2>li.hide,
	#snb-nk #nav-nk>li.hide{display:none !important;}

	#header .right-utill{font-size:var(--base20); align-items: center; justify-content: flex-end; position: relative; gap:0 3rem;}
	#header .search-area{width:19rem; height:3.6rem; border-bottom:1px solid #fff; display: flex; align-items: center;}
	#header .search-area input[type=text]{width:0; flex:1; height:100%; padding:0 1rem; background-color: transparent; border:none; font-size:0.7em; line-height:1; color:#fff; display: flex; align-items: center;}
	#header .search-area input[type=submit]{width:3.5rem; height:3.5rem; margin:0; padding:0; background:transparent url('/assets/images/btn_search.png') no-repeat center center/1.6rem; border:none; font-size:0;}

	#header .right-utill a.language{padding-right:2.3rem; background:transparent url('/assets/images/arr_language.png') no-repeat right center/1.2rem; font-size:0.8em; line-height:1; color: #fff; display: flex; align-items: center; gap:0 1rem;}
	/*
	#header .right-utill a.txt:hover,
	#header .right-utill a.language:hover{color:var(--point) !important;}
	*/

	#header .mMenu{width:4rem; height:2.6rem; background-color:transparent; border:none; font-size:0; line-height:0; z-index:4; cursor: pointer; display:block; position: relative; display:none;}
	#header .mMenu>span,
	#header .mMenu:before,
	#header .mMenu:after{content: ""; width: 100%; height: 0.2rem; background-color:rgba(255,255,255,0.9); display: inline-block; position:absolute; right:0; border-radius:0.2rem;}

	#header .mMenu>span{margin-top:-0.1rem; top:50%;}
	#header .mMenu:before{width:calc(100% - 1.4rem); top:0;}
	#header .mMenu:after{width:calc(100% - 1.4rem); right:auto; left:0; bottom:0;}

	#header .mMenu.open>span{opacity: 0;}
	#header .mMenu.open:before,
	#header .mMenu.open:after{width:80%; bottom:auto; right:auto; left:50%; top:50%; transform:rotate(45deg) translate(-50%, -50%); transform-origin: 0% 0%;}
	#header .mMenu.open:after{transform:rotate(-45deg) translate(-50%, -50%);}

	#header.all,
	html.sub #header{background-color: #000;}

	html.main #header #pcMenu{display:none;}

	/*  */
		.menuLayer{width:100%; background-color: rgba(0,0,0,0.3); font-size:0; line-height:0; position: fixed; top:6.875rem; bottom:0; z-index:12; overflow:hidden; overflow-y:auto;}/* background-color: rgba(0,0,0,0.7); */
		.menuLayer .menuclose{width:100%; height:100%; position: absolute; left:0; top:0;}
		.menuLayer>.language{width:100%; background-color: #fff; border-top:1px solid var(--bor_c); display:table; table-layout: fixed;}
		.menuLayer>.language>a{height:8rem; font-size:2.2rem; line-height:1.2; color: #434343; text-align: center; display:table-cell; vertical-align: middle; position: relative; box-sizing: border-box;}
		.menuLayer>.language>a>span{padding-left:6.5rem; background-repeat:no-repeat; background-position: left center; background-size:5rem 3.2rem;}
		.menuLayer>.language>a.ko>span{background-image:url('/assets/images/flag_ko.jpg');}
		.menuLayer>.language>a.en>span{background-image:url('/assets/images/flag_en.jpg');}
		.menuLayer>.language>a+a{border-left:1px solid var(--bor_c)}
		.menuLayer>.language>a.active{font-weight: bold; color: var(--point);}

		.menuLayer>.etc{padding:0 2rem;background-color: #fff; display: flex; gap:0 4rem;}
		.menuLayer>.etc>a{height:9rem; font-weight: 400; font-size:2.4rem; line-height:1.3; color: #555; display: flex; align-items: center; position: relative;}
		.menuLayer>.etc>a+a:before{content: ""; width:1px; height:1.6rem; background-color: #d9d9d9; position:absolute; left:-2.1rem; top:50%; transform: translateY(-50%);}

		.menuLayer>.sui{padding:2rem 3rem; background-color: #fff; border-top:1px solid var(--point); display: flex; align-items: center; gap:0 5.2rem;}
		.menuLayer>.sui>a{font-weight: 600; font-size:1.8rem; line-height:1.3; color: #222; position: relative;}
		.menuLayer>.sui>a+a:before{content: ""; width: 2px; height: 1rem; margin-top:-0.5rem; background-color: #B1B1B1; display: inline-block; position:absolute; left: -2.6rem; top:50%;}

		.menuLayer .gnb{background-color: #000; border:1px solid #fff; font-weight: 500; font-size:var(--base20); line-height:1.2; color: #fff; position: relative; z-index:2;}
		.menuLayer .gnb>li{position: relative;}
		.menuLayer .gnb>li:not(.hide)+li{border-top:1px solid rgba(255,255,255,0.3);}
		.menuLayer .gnb>li>a{width:100%; height:7rem; padding:0 7rem 0 2rem; background:transparent url('/assets/images/arr_gnb_down.svg') no-repeat right 2rem center/10px; display: flex; align-items: center; position: relative; box-sizing: border-box;}

		.menuLayer .gnb .gnbSub.d2{display:none;}
		.menuLayer .gnb .gnbSub.d2>li{border-top:1px solid rgba(255,255,255,0.3);}
		.menuLayer .gnb .gnbSub.d2>li>a{width:100%; padding-left:3rem; height:6rem; background:transparent url('/assets/images/arr_gnb.svg') no-repeat right 2rem center/6px; font-size:0.9em; text-align: left; display: flex; align-items: center; position: relative;}
		.menuLayer .gnb .gnbSub.d2>li>a>span{}
		.menuLayer .gnb .gnbSub.d2>li.three>a{background-image:url('/assets/images/arr_gnb_down.svg'); background-size:10px;}
		/*
		.menuLayer .gnb .gnbSub.d2>li:is(.oPage, .active){background-color: #fff;}
		.menuLayer .gnb .gnbSub.d2>li:is(.oPage, .active)>a{color:var(--point);}
		*/

		.menuLayer .gnb .gnbSub.d3{padding-bottom:2rem; display:none;}
		.menuLayer .gnb .gnbSub.d3>li{}
		.menuLayer .gnb .gnbSub.d3>li+li{margin-top:0.5rem;}
		.menuLayer .gnb .gnbSub.d3>li>a{width:100%; padding-left:4.2rem; font-size:0.8em; line-height:1.3; color: rgba(255,255,255,0.8); text-align: left; position: relative;}
		.menuLayer .gnb .gnbSub.d3>li>a:before{content: "·"; position: absolute; left:3rem; top:0;}

		.menuLayer .gnb .gnbSub.d3>li.oPage>a{color:var(--point); text-decoration: underline; text-underline-position: under;}
		.menuLayer .gnb .gnbSub.d3>li.oPage>a em{color:var(--point);}

		.menuLayer .gnb>li.oPage .gnbSub.d2{display:block;}
		.menuLayer .gnb .gnbSub.d2>li.oPage .gnbSub.d3{display:block;}

		.menuLayer .gnb>li:is(.oPage, .active)>a{background-color: var(--point);}
		/*
		.menuLayer .gnb>li.oPage>a{color:var(--point); text-decoration: underline; text-underline-position: under;}
		.menuLayer .gnb>li.oPage>a em{color:var(--point);}
		*/

		.menuLayer .gnb>li.one>a i{transform:rotate(-90deg);}

		#menuArea{right:-100%;}
		#menuArea.open{right:0;}
/*[e] HEADER */

/*[s] SUB */
	#sVisual{width:100%; height:72rem; padding-top:8rem; background-repeat: no-repeat; background-position: center center; background-size: cover; font-size:var(--base20); line-height:1; color: #fffefe; overflow:hidden; position: relative; display: flex; flex-wrap: wrap; flex-direction: row; align-items: center;}
		#sVisual>.inConts{position: static;}

		#sVisual .s-cate{font-weight: 500; font-size:0.7273em; color: var(--point); letter-spacing: 1.2rem !important; display:none;}
		#sVisual h2{font-weight: bold; font-size:2.4em;}
		#sVisual h2>strong{font-weight: bold; display:block;}
		#sVisual .s-txt{margin-top:2rem; font-size:1.1em; line-height: calc(1em + 1.2rem); display:none;}

		#sVisual.bg_0100{background-image:url('/assets/images/img_sVisual_0101.jpg');}
		#sVisual:not(.bg_0100){height:80rem; background-image:url('/assets/images/img_sVisual_0102.jpg'); background-attachment: fixed; background-position: center bottom; background-size: inherit;}
		#sVisual.bg_02{background-image:url('/assets/images/img_sVisual_02.jpg');}
		#sVisual.bg_03{background-image:url('/assets/images/img_sVisual_03.jpg');}
		#sVisual.bg_04{background-image:url('/assets/images/img_sVisual_04.jpg');}
		#sVisual.bg_05{background-image:url('/assets/images/img_sVisual_05.jpg');}
		#sVisual.bg_06{background-image:url('/assets/images/img_sVisual_06.jpg');}
		#sVisual.bg_07{background-image:url('/assets/images/img_sVisual_07.jpg');}
		#sVisual.bg_08{background-image:url('/assets/images/img_sVisual_08.jpg');}

		#sVisual.bg_10,
		#sVisual.bg_11,
		#sVisual.bg_12,
		#sVisual.bg_20,
		#sVisual.bg_97,
		#sVisual.bg_98,
		#sVisual.bg_99{background-image:url('/assets/images/img_sVisual_01.jpg');}

		html.visual-type #sVisual{align-items: start;}
		html.visual-type #sVisual>.inConts{padding:0;}
		html.visual-type #sVisual h2{height:14rem; background-color: #000; text-align: center; display: flex; align-items: center; justify-content: center;}

	#snb{width:1px; height:1px; font-size:0; line-height:0; position: fixed; left:-1px; top:-1px; z-index:-999; overflow:hidden; opacity: 0;}
	#snb-nk{width:100%; background-color: #000; display: none; justify-content: center; position: relative; z-index:5;}
		#snb-nk #nav-nk{padding:2rem; display: flex; flex-flow: row wrap;  justify-content: center; gap:0 4.5rem;}
		#snb-nk #nav-nk>li{position: relative;}
		#snb-nk #nav-nk>li>a{width:100%; height:6.4rem; font-weight: 500; font-size:var(--base20); line-height:1; color: rgba(255,255,255,0.7); text-align: center; display: flex; align-items: center; justify-content: center; position: relative; z-index:3; white-space: nowrap;}

		#snb-nk #nav-nk .gnbSub{width:18rem; margin-left:-9rem; padding:2rem 0; background-color: #000; border:1px solid #fff; font-size:var(--base20); text-align: left; display:none; position: absolute; left:50%; top:6rem; z-index:6;}
		#snb-nk #nav-nk .gnbSub>li{padding:0 2rem; display:block; position: relative;}
		#snb-nk #nav-nk .gnbSub>li+li{margin-top:1.2rem;}
		#snb-nk #nav-nk .gnbSub>li>a{width:100%; min-height:2.2rem; font-weight: 500; font-size:0.85em; line-height:1.2; color: rgba(255,255,255,0.7); display: flex; align-items: center;}

		#snb-nk #nav-nk .gnbSub>li.three>a{background:transparent none no-repeat right 5px center/6px;}
		#snb-nk #nav-nk .gnbSub>li.three:is(:hover, .oPage)>a{background-image: url('/assets/images/arr_gnb.svg'); background-position: right 0 center;}

		#snb-nk #nav-nk li:is(:hover, .oPage)>a{color: rgba(255,255,255,1);}

		html.visual-type #snb-nk{display:flex;}

	#page-navi{width:100%; background-color: #000; overflow: hidden;}
		#page-navi>.inConts{height:7rem; font-size:var(--base20); line-height:1; color: #fff; display: flex; align-items: center; gap:0 3.9rem;}
		#page-navi img[src*="icon_home.png"]{width:2rem;}
		#page-navi>.inConts>li{font-size:0.9em; display: flex; position: relative;}
		#page-navi>.inConts>li+li:before{content: ""; width:0.8rem; height:1.5rem; margin-top:-0.75rem; background:url('/assets/images/arr_btn.png') no-repeat center center/cover; position: absolute; left:-2.3rem; top:50%;}
		html.visual-type #page-navi{display:none;}

	#pageTop{margin:10rem auto 7.5rem; font-size:var(--base20); line-height:1; color: var(--color); text-align: center; position: relative;}
		#pageTop h3{font-weight: bold; font-size:2em;}
		#pageTop .txt{margin-top:1.5rem; font-weight:500; font-size:1.1em; line-height:var(--lineHeight); display:none;}

		#page-navi + #pageTop{text-align: left;}

	#container{width:100%; max-width:164rem; margin:0 auto; padding:0 2rem 14rem; position: relative; z-index:2;}
	#container.full{max-width:none; padding:0 0 14rem;}

	.full-area{width:100%; padding:9rem 0; position: relative; overflow: hidden;}
		.full-area.navy{background-color: #0d1020;}
		.full-area.gray{background-color: #f8f8f8;}
		.full-area:last-child{margin-bottom:-14rem !important;}

	.full-area.visual{min-height:46.5rem; padding:10rem 0; background-repeat: no-repeat; background-position: center center; background-size: cover; font-size:var(--base20); line-height:var(--lineHeight); color: #fff; text-align: center; display: flex; align-items: center; justify-content: center;}
		.full-area.visual dt{font-weight: bold; font-size:2em; line-height:var(--lineHeight);}
		.full-area.visual dd{margin-top:2.5rem;}
		.full-area.visual dd p.tit{margin-bottom:1.5rem; font-weight: 600; font-size:1.5em; line-height:var(--lineHeight);}

		.full-area.visual.status{min-height:46.5rem; background-image:url('/assets/images/sub/bg_status.jpg');}
		.full-area.visual.management{min-height:66rem; background-image:url('/assets/images/sub/bg_management.jpg');}
		.full-area.visual.vision{min-height:66rem; background-image:url('/assets/images/sub/bg_vision.jpg');}
		.full-area.visual.video{min-height:75.1rem; background-image:url('/assets/images/sub/bg_video.jpg');}
			.full-area.visual.video dl{width:41.8750%; text-align: left;}
			.full-area.visual.video dt{font-size:1.5em; line-height:var(--lineHeight);}
			.full-area.visual.video dd{max-height:30rem; overflow: hidden; overflow-y: auto;}

		.full-area.visual.recruitment-process{min-height:66rem; background-image:url('/assets/images/sub/bg_recruitment-process.jpg');}
		.full-area.visual.benefits{min-height:66rem; background-image:url('/assets/images/sub/bg_benefits.jpg');}
		.full-area.visual.talent{min-height:66rem; background-image:url('/assets/images/sub/bg_talent.jpg');}
/*[e] SUB */

/*[s] FOOTER */
	.foot-goTop{width:100%; max-width:calc(1640px + 10rem); margin:4rem auto 0; display: flex; justify-content: end; position: sticky; bottom:2rem; z-index:4;}
		.foot-goTop>a{position: relative;}

	#footer{width:100%; padding-bottom:7rem; background-color: #000; text-align: center; margin-top:-9rem;}
		#footer .foot-top{width:100%; padding:4rem 0 5rem; display: flex; align-items: end; justify-content: center; gap:5rem 3rem; position: relative;}
		#footer .foot-top .foot-logo{position: absolute; left:0; top:6rem; z-index: 8;}
		#footer .foot-top .foot-logo img{height:3rem; -webkit-filter: brightness(0) invert(1); filter: brightness(0) invert(1);}
		#footer .foot-top .foot-social{display: flex; align-items: center; justify-content: center; gap: 0 1rem; position: relative; z-index: 8;}

		#footer .foot-text{font-size:var(--base20); line-height:1; color: #fff;}

		#footer .foot-link{display: flex; flex-flow: column nowrap; gap:3rem;}
		#footer .foot-link>li{display: flex; align-items: start; justify-content: center; gap:0 4rem;}
		#footer .foot-link>li:nth-of-type(1) a{letter-spacing: 0.1em !important;}
		#footer .foot-link a{height:3.9rem; font-size:0.8em; color: rgba(255,255,255,0.8); display: inline-flex; align-items: center; justify-content: center; position: relative;}
		#footer .foot-link a:before{content: ""; width: 0; height: 2px; background-color: #fff; position:absolute; left: 50%; bottom:0px;}

		#footer .foot-link a:is(:hover, .is-active){text-shadow:0 0 0.01px #fff, 0 0 0.01px #fff; color: rgba(255,255,255,1);}
		#footer .foot-link a:is(:hover, .is-active):before{width: 100%; left: 0%;}

		#footer address{margin-top:2rem; font-size:0.75em; color: rgba(255,255,255,0.6); letter-spacing: 0.1em !important;}
/*[s] FOOTER */

.root_daum_roughmap .wrap_btn_zoom{z-index:7 !important;}

@media only screen and (max-width : 1720px){
	.fVar{display:none !important;}
}
@media only screen and (max-width : 1680px){
	.box-1680{width:100vw; margin-left:-50vw;}
}
@media only screen and (max-width : 1440px){
}
@media only screen and (max-width : 1320px){
}
@media only screen and (max-width : 1280px){
	.wVar{display:none !important;}

	#header #pcMenu{padding-right:2rem;}
	#header #pcMenu #list>li{padding:0 1.5rem;}

	#header .right-utill{gap:0 2rem;}
}
@media only screen and (max-width : 1024px){
	.pVar,
	th.pVar,
	td.pVar{display:none !important;}

	.xVar,
	.mVar,
	.mxVar,
	.xmVar,
	.br_p{display:none;}

	.tVar{display:block;}
	.br_t{display:block;}
	.ptVar{display:block;}
	.tmVar{display:block;}
	.tmxVar{display:block;}

	img.tVar,
	img.ptVar,
	img.tmVar{display:inline-block;}

	table .br_t{display:table-cell;}

	/*[s] HEADER */
		#ribbonArea{display:none !important;}

		#header #sui{display:none;}
		#header #pcMenu,
		#pt_Menu,
		.gnbBg,
		#header .utill .appDown{width: 1px; height: 1px; margin: -3px; border: 0; overflow: hidden; display: inline-block; clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%); display:none !important;}

		#header .inConts>*{align-items: center;}
		#header h1{}
		#header .right-utill{gap: 0 3rem;}

		#header .mMenu{display:block;}

		.menuLayer{padding-left:30%;}
	/*[e] HEADER */

	/*[s] SUB */
		#snb-nk{display:none !important;}
		#contents{width:100%;}
	/*[e] SUB */

	/*[s] FOOTER */
	/*[s] FOOTER */
}
@media only screen and (max-width : 840px){
	:root,
	html{font-size:6.5px;}

	body{font-size:1.8rem;}

	:root {
		--base20 : 16px;
	}

	.br_p,
	.pVar,
	.tVar,
	.xVar,
	.ptVar{display:none !important;}
	.mVar,
	.xmVar,
	.tmVar,
	.mxVar,
	.br_t{display:block !important;}
	img.mVar,
	img.xmVar,
	img.tmVar{display:inline-block !important;}
	table .br_t{display:table-cell !important;}

	.f-18{font-size:2.2rem !important; line-height:3.2rem !important;}
	.f-20,
	.f-22{font-size:2.4rem !important; line-height:3.4rem !important;}
	.f-24{font-size:2.6rem !important; line-height:3.6rem !important;}
	.f-25{font-size:2.8rem !important; line-height:3.8rem !important;}

	#sui,
	.inConts{padding:0 2rem;}

	/*[s] HEADER */
		#header{}
		#header h1{height:10rem;}
		#header h1>a{}
		#header h1>a img{}

		#header .right-utill{gap:0 2rem;}
		#header .search-area{width:22rem; height:5rem;}
		#header .search-area input[type=text]{font-size:0.8em;}
		#header .search-area input[type=submit]{background-size:2.4rem;}

		#header .right-utill a.language{}

		#header .mMenu{}

		.menuLayer{padding:2rem;}
		.menuLayer .gnb>li>a{height:8rem; background-size:8px;}
		.menuLayer .gnb .gnbSub.d2>li>a{background-size:5px;}
		.menuLayer .gnb .gnbSub.d2>li.three>a{background-size:8px;}
	/*[e] HEADER */

	/*[s] SUB */
		#sVisual{}
		#sVisual .s-cate{font-size:3rem;}
		#sVisual h2{font-size:2em;}
		#sVisual .s-txt{font-size:2.4rem; line-height:3.4rem;}

		#sVisual:not(.bg_0100){height:96rem; background-attachment: inherit !important; background-size: cover !important;}

		html.black-mode #sVisual h2{height:18rem;}

		#snb-nk{}

		#container{}
		.full-area.visual dt{font-size:1.5em; line-height:var(--lineHeight);}
		.full-area.visual dd{font-size:1em; line-height:var(--lineHeight);}
	/*[e] SUB */

	/*[s] FOOTER */
		.foot-goTop{width:100%; max-width:calc(1640px + 10rem); margin:4rem auto 0; display: flex; justify-content: end; position: sticky; bottom:2rem; z-index:7;}
			.foot-goTop img{width:40px}

		#footer{margin-top:calc((4rem + 40px) * -1);}
			#footer .foot-top{flex-flow: row wrap; justify-content: start;}
			#footer .foot-top .foot-logo{position: relative; left:0; top:0;}
			#footer .foot-top .foot-social{width:100%; gap: 0 2rem;}
			#footer .foot-top .foot-social img{width:40px}

			#footer .foot-link>li{justify-content: start; gap:0 3rem;}
			#footer .foot-link>li:nth-of-type(1) a{letter-spacing: 0.1em !important;}
			#footer .foot-link a{color: rgba(255,255,255,1);}
			#footer .foot-link a:before{content: ""; width: 0; height: 2px; background-color: #fff; position:absolute; left: 50%; bottom:0px;}

			#footer .foot-link a:is(:hover, .is-active){text-shadow:0 0 0.01px #fff, 0 0 0.01px #fff; color: rgba(255,255,255,1);}
			#footer .foot-link a:is(:hover, .is-active):before{width: 100%; left: 0%;}

			#footer address{margin-top:4rem; line-height:1.3; color: rgba(255,255,255,1);}
	/*[e] FOOTER */
}
@media only screen and (max-width : 640px){
}
@media only screen and (max-width : 480px){
	:root,
	html{font-size:6px !important;}

	.br_p,
	.pVar,
	.tVar,
	.tmVar,
	.mVar,
	.ptVar{display:none !important;}

	.tmxVar,
	.mxVar,
	.xVar{display:block !important;}
	img.xVar{display:inline-block !important;}
}
@media only screen and (max-width : 400px){
	:root,
	html{font-size:5.5px !important;}
}

/*
transform: scale(1.1) 부분을
transform: scale(1.1) rotate(.001deg); 로 변경하면 부드럽게 처리되네요

display: flex; flex-flow: row wrap; align-items: center; justify-content: center;
display: flex; flex-flow: column wrap; align-items: center; justify-content: center;

flex-flow: column wrap;
align-content: center;

justify-content: space-between;
justify-content: space-around;

flex-wrap: wrap;

transform:rotate(180deg);
transform: translateY(-50%);
transform: scale(1)
filter:grayscale(100%); -webkit-filter:grayscale(100%);
backdrop-filter: blur(50px);

transition: all .5s linear;
transition: all .5s ease-out;
transition-delay: .8s;

:before{content: ""; width: 24px; height: 24px; background-color: #fff; border:1px solid #666; display: inline-block; position:absolute; left: 0; top:0px; box-sizing: border-box;}
display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; //한줄 감추기
display: block; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; word-break:break-all; //두줄 감추기
active
border-radius:2px;
width:calc(100% / 6);
box-shadow:0 0 1rem rgba(0,0,0,0.2);
*/