@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');
/* 중문
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@100;300;400;500;700;900&display=swap');
*/
/* 일문
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
*/

/*[s] Reset Css */
	html,body{width:100%; min-height:100%; background-color: #fff; -webkit-text-size-adjust:none}
	input,button,textarea{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{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}

	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{
		image-rendering: -moz-crisp-edges; /* Firefox */
		image-rendering: -o-crisp-edges; /* Opera */
		image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
		image-rendering: crisp-edges;
	}

	/* 다국어
	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;}
	*/

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

/*[s] Transition Style */
	#header,
	#header:before,
	#header .gnbBg:before,
	#header h1,
	#header h1>a,
	#header h1>a img,
	#header .mMenu,
	#header .mMenu>span,
	#header .mMenu>span:before,
	#header .mMenu>span:after,
	#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,

	.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 #nav>li>a,
	#snb #nav>li>a i,
	#snb #nav>li>a i:after,
	#snb #nav>li>a i:before,
	#snb #nav .lnbSub>a,

	#snbPc .inConts a,
	#snbMobile>a i,
	#snbD3 .inConts a,
	#snbD3 .inConts a>span:before,

	#container.portrait #snb #nav>li>a,
	#container.portrait #snb #nav>li .d3>li>a{transition: all .3s ease-out; transform-origin: 50% 50%;}

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

	.menuLayer{transition: all .5s ease-in-out; transform-origin: 50% 50%;}
/*[e] Transition Style */

/*[s] Bace Css */
	:root,
	html{font-size: 10px}
	:root {
		/* color */
		--point : #345ab2;
		--event__color--point : #035ab6;
		--event__color--end : #b3b3b3;

		/* font size */
			--f__size--12 : 1.2rem;
			--f__size--13 : 1.3rem;
			--f__size--14 : 1.4rem;
			--f__size--15 : 1.5rem;
			--f__size--16 : 1.6rem;
			--f__size--17 : 1.7rem;
			--f__size--18 : 1.8rem;
			--f__size--19 : 1.9rem;
			--f__size--20 : 2rem;
			--f__size--21 : 2.1rem;
			--f__size--22 : 2.2rem;
			--f__size--23 : 2.3rem;
			--f__size--24 : 2.4rem;

			--f__size--36 : 3.6rem;

		/* min size */
			--min__size : 140rem;
	}

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

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

	.f_arr,
	.look-around-area .look-around-big .slick-arrow{font-family:"SUIT Variable", sans-serif !important;}

	*[data-font="Poppins"],
	.f_Poppins{font-family: 'Poppins', sans-serif !important;}

	*[data-font="Roboto"],
	.f_Roboto{font-family:'Roboto', sans-serif !important;}

	*[data-font="Mont"]{font-family:'Mont', sans-serif !important;}

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

	.inConts{width:100%; max-width:146rem; margin:0 auto; padding:0 3rem; position: relative;}
	#wrap{width:100%; margin:0 auto; background-color:#fff; position:relative; overflow:hidden;}
	#wrap *{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;}

	#ribbonArea{width:1920px; margin-left:-960px; font-size:0; line-height:0; overflow:hidden; position: relative; left:50%; display:none;}
	#ribbonArea .ribbon_close{width:160rem; margin:0 auto; position: relative; z-index:7; opacity: 0.6;}
	#ribbonArea .ribbon_close .checkIn{position: absolute; right:0; top:-46px;}
	#ribbonArea .ribbon_close .checkIn input[type=checkbox]+label:before{background-color: transparent; left:auto; right:0;}
	#ribbonArea .ribbon_close .checkIn input[type=checkbox]+label{padding:0 2.6rem 0 0; font-family: 'S-CoreDream-2ExtraLight'; font-weight: 300; font-size:12px; color: #fff;}

	html.main #header{width:100%; font-size:0; line-height:0; position: absolute; z-index:7;}
	html.sub #header{width:100%; font-size:0; line-height:0; position: relative; z-index:7; background: #fff;}
    html.main #header:hover,
    html.main #header.all{background: #fff;}
    html.main #header:hover .header_logo,
    html.main #header.all .header_logo{content: url('/img/logo_on.png');}
    html.sub #header .header_logo,
    html.sub #header:hover .header_logo,
    html.sub #header.all .header_logo{content: url('/img/logo_on.png');}
    
	#header:before{content: ""; width: 0; height: 0; background-color: rgba(255,255,255,0); display: inline-block; position:absolute; left: 0; top:0px; z-index:7;}
	#header .gnbBg{width: 100vw; height:0; background-color: #fdfeff; border-top:1px solid #f0f1f3; display: block; position:absolute; left:50%; top:100%; transform: translateX(-50%); opacity:0; overflow:hidden;}
	#header .inConts{max-width:1720px; margin-bottom:-1px; padding:0 3rem; display: flex; justify-content: space-between;}
	#header .inConts>*{flex:0 1 auto; display: flex; flex-direction: row; align-items: center; justify-content: flex-start;}
	#header h1{padding:3rem 0; display:inline-block; position: relative; z-index:8;}
    .header_logo{content: url('/img/logo.png');}
	#header h1>a{display:inline-block; position: relative;}
	#header h1>a img{width:29.1rem;}

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

	#header #pcMenu{text-align: center; position: relative; justify-content: center;}
	#header #pcMenu #list{display:inline-block;}
	#header #pcMenu #list>li{padding:0 5rem; display:inline-block; vertical-align: top; position: relative;}
	#header #pcMenu #list>li>a{width:100%; font-weight: bold; font-size:20px; line-height:1; color: #fff; text-align: center; display:table; box-sizing: border-box; position: relative; z-index:3;}
	html.sub #header #pcMenu #list>li>a{color: #1b1b1b;}
	#header.all #pcMenu #list>li>a,
	#header:hover #pcMenu #list>li>a{color: #1b1b1b;}
	#header #pcMenu #list>li>a>span{display:table-cell; vertical-align:middle;}
	/* #header #pcMenu #list>li>a>span:before{content: ""; width: 0; height: 1px; background-color: #23b8bc; margin-left:0%; display: inline-block; position:absolute; left: 50%; bottom:-1px; z-index:5;} */

	#header #pcMenu #list .gnbSub{margin-top:-16px; padding:0 17px ;text-align: center; box-sizing: border-box; display:none; position: absolute; left:50%; top:100%; white-space: nowrap; transform: translateX(-50%); border-radius:99px; z-index:6;}
	#header #pcMenu #list .gnbSub>li{padding:0 15px 0 16px; display:inline-block; vertical-align: top; position: relative;}
	#header #pcMenu #list .gnbSub>li>a{width:100%; height:36px; font-size:16px; line-height:1.4; color:#5d5e65; text-align:center; display:table;}

	#header #pcMenu #list .gnbSub>li>a>span {display:table-cell; vertical-align: middle; word-break:keep-all; word-wrap:break-word;}

	#header.hh #pcMenu #list .gnbSub{width:100%; margin-top:0; padding:2rem 0; left:0%; transform: translateX(0%); border-radius:0;}
	#header.hh #pcMenu #list .gnbSub>li{padding:1rem 0; display:block;}
	#header.hh #pcMenu #list .gnbSub>li+li:before{width: 100%; height: 1px; top:0; transform: translateY(0);}
	#header.hh #pcMenu #list .gnbSub>li>a{height:auto; display: flex; flex-wrap: wrap; flex-direction: row; align-items: center; justify-content: center; -ms-flex-align:center;}
	#header.hh #pcMenu #list .gnbSub>li>a>span{display:block;}
	/*
	#header.hh:hover .gnbBg,
	#header.hh.all .gnbBg{opacity:1;}
	*/
	#header #pcMenu #list>li:hover>a,
	#header #pcMenu #list>li.oPage>a{color: var(--point) !important;}

	#header #pcMenu #list .gnbSub>li:hover>a,
	#header #pcMenu #list .gnbSub>li.oPage>a{color: #2a4881; text-shadow: 0 0 1px currentColor;}

	#header #pcMenu #list>li:hover>a>span:before,
	#header #pcMenu #list>li.active>a>span:before,
	#header #pcMenu #list>li.oPage>a>span:before{width: 100%; margin-left:0; left: 0; opacity: 1}

	#header .right-utill{justify-content: flex-end; position: relative;}
	#header .right-utill>*+*{margin-left:3rem;}

	/* 3선 메뉴 버튼 */
	#header .mMenu{width:34px;height: 34px;background-color:transparent;border:none;font-size:0;line-height:0;z-index:4;cursor: pointer;overflow:hidden;display:inline-block;position: relative;}

    #header .mMenu>span,
    #header .mMenu:before,
    #header .mMenu:after{content: ""; width: 100%; height: 3px; background-color:#fff; display: inline-block; position:absolute; left:50%; top:50%; transform: translate(-50%, -50%);}

	html.main #header .mMenu>span,
	html.main #header .mMenu:before,
	html.main #header .mMenu:after{background-color: #fff;}

    html.sub #header .mMenu>span,
    html.sub #header .mMenu:before,
    html.sub #header .mMenu:after{background-color: var(--point); }

    html.main #header.all .mMenu>span,
	html.main #header.all .mMenu:before,
	html.main #header.all .mMenu:after,
    html.main #header:hover .mMenu>span,
	html.main #header:hover .mMenu:before,
	html.main #header:hover .mMenu:after{background: var(--point);}

	#header .mMenu>span{width:50%; margin-top:0; background-color: #fff; left:auto; right:0; transform: translate(0, -50%);}
	#header .mMenu:before{width:75%; margin-top:-12px; left:auto; right:0; transform: translate(0, -50%);}
	#header .mMenu:after{margin-top:13px;}

	#header .mMenu.open>span{width:100%; opacity:0;}
	#header .mMenu.open:before{width:100%;margin: -3px 0 0 -17px;transform:rotate(45deg);}
	#header .mMenu.open:after{margin: -2px 0 0 -17px;transform:rotate(-45deg);}
	

	/* #header .mMenu{width:3rem; min-width:3rem; height:3rem; background-color:transparent; border:none; font-size:0; line-height:0; z-index:4; cursor: pointer; overflow:hidden; display:block; position: relative;}
	#header .mMenu>span:before,
	#header .mMenu>span:after,
	#header .mMenu:before,
	#header .mMenu:after{content: ""; width: 1rem; height: 1rem; background-color:#ffe116; display: inline-block; position:absolute; border-radius:99px;}
	#header .mMenu>span:before{right:0; top:0;}
	#header .mMenu>span:after{left:0; bottom:0;}
	#header .mMenu:before{left:0; top:0;}
	#header .mMenu:after{background-color: var(--point); right:0; bottom:0;} */

	/* #header .mMenu.open{transform:rotate(90deg);}
	#header .mMenu.open>span:before,
	#header .mMenu.open>span:after{opacity:0;}
	#header .mMenu.open:before,
	#header .mMenu.open:after{width:100%; height:2px; background-color: var(--point);}
	#header .mMenu.open:before{left:50%; top:50%; transform:translate(-50%, -50%) rotate(45deg);}
	#header .mMenu.open:after{right:auto; bottom:auto; left:50%; top:50%; transform:translate(-50%, -50%) rotate(-45deg);} */

	#header .language-area{width:80px; height:3.8rem; position: relative;}
	#header .language{width:100%; background-color: var(--point); border:2px solid #fff; display:inline-block; vertical-align: top; overflow: hidden; cursor: pointer; border-radius:18px; position: absolute; left:0; top:0;}
	#header .language:before{content: ""; width: 0; height: 0; border-top:5px solid #ededed; border-bottom:0; border-left:4.5px solid transparent; border-right:4.5px solid transparent; position: absolute; right:14px; top:15px;}
	#header .language a{width:100%; height:34px; padding:0 23px 0 13px; font-weight: 400; font-size:16px; line-height:1.2; color: #fff; display:table; table-layout: fixed; box-sizing: border-box;}
	#header .language a>span{display:table-cell; vertical-align: middle;}
	#header .language ul{display:none;}
	#header .language ul>li{border-top:1px solid #ccc;}
	#header .language ul>li>a{color: #fff;}

	#header .language.open:before{transform:rotate(180deg);}

	#header .tSchArea{font-size:0; line-height:0; display:inline-block; cursor: pointer;}
	#header .tSchArea .tSch{width:27px; height:27px; background-color: transparent; border:none; font-size:0; line-height:0; display:inline-block; vertical-align: top; position: relative; cursor: pointer; z-index:8;}
	#header .tSchArea>.tSch{position: relative;}
	#header .tSchArea .tSch:before,
	#header .tSchArea .tSch:after{content: ""; display:inline-block; position:absolute; left:50%; top:50%;}
	#header .tSchArea .tSch:before{width:20px; height:20px; margin:-12px 0 0 -13px; border:2px solid #222; border-radius:99px;}
	#header .tSchArea .tSch:after{width:12px; height:2px; margin:8px 0 0 1px; background-color: #222; transform:rotate(45deg);}

	#header .tSchArea .tSch_in{width:0; height:50%; background-color:rgba(0,0,0,0.8); border:0 solid #fff; white-space: nowrap; position: absolute; right:calc(100% + 1rem); top:50%; z-index:8; transform: translateY(-50%); overflow:hidden; border-radius:99px; box-shadow:0 0 10px rgba(0,0,0,0);}
	#header .tSchArea .tSch_in .tSch{height:100%;}
	#header .tSchArea .tSch_in .tSch:before{border-color:#fff;}
	#header .tSchArea .tSch_in .tSch:after{background-color: #fff;}
	#header .tSchArea input[type=text]{width:30rem; height:100%; padding:0 3rem; background-color: transparent; border:none; font-weight: 400; font-size:16px; line-height:58px; color: #fff; text-align: left; display:inline-block; vertical-align: top; box-sizing: border-box;}
	#header .tSchArea input[type=text]::-webkit-input-placeholder{color:#fff}
	#header .tSchArea input[type=text]::-moz-placeholder {color:#fff}
	#header .tSchArea.open .tSch_in{width:35rem; border-width:2px; box-shadow:0 0 10px rgba(0,0,0,0.3);}
	#header .tSchArea.open>.tSch:before{width:27px; height:2px; margin:-1px 0 0 -10px; border-width:1px; border-radius:0; transform:rotate(-45deg);}
	#header .tSchArea.open>.tSch:after{width:27px; height:2px; margin:-1px 0 0 -10px;}

	#header .tUtill{position: absolute; right:95px; top:0; display:inline-block; z-index:4;}
	#header .tUtill>a{font-weight: 300; font-size:15px; line-height:111px; color: #fff; letter-spacing: -0.04em; display:inline-block; vertical-align: top; position: relative;}
	#header .tUtill>a+a{margin-left:21px;}
	#header .tUtill>a+a:before {content: ""; width:1px; height: 10px; background-color:rgba(255,255,255,0.5); display:inline-block; position:absolute; left:-11px; top:50%; transform: translateY(-50%);}

	#header .tUtill.on{right:64px;}

	#header.sch:before{width: 100%; height: 100%; background-color: rgba(255,255,255,0.3);}
	#header.sch #pcMenu:before{content: ""; background-color: #fff; display:block; position:absolute; left: 0; top:0px; right: 0; bottom:0px; z-index:3;}
	#header.sch #pcMenu,
	#header.sch .mMenu,
	#header.sch .language{filter:blur(3px);}

	.menuLayer{width:100%; background-color: rgba(0,0,0,0.7); font-size:0; line-height:0; position: fixed; top:6.875rem; bottom:0; z-index:12; overflow:hidden; overflow-y:auto;}
	.menuLayer>.language{width:100%; background-color: #fff; border-top:1px solid #ccc; 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:3.25rem; background-repeat:no-repeat; background-position: left center; background-size:2.625rem 1.75rem;}
	.menuLayer>.language>a.ko>span{background-image:url('../img/flag_ko.gif');}
	.menuLayer>.language>a.en>span{background-image:url('../img/flag_en.gif');}
	.menuLayer>.language>a+a{border-left:1px solid #ccc}
	.menuLayer>.language>a.active{font-weight: 500; color: var(--point);}

	.menuLayer .gnb{background-color: #fff; border-top:1px solid #ccc;}
	.menuLayer .gnb>li{border-bottom:1px solid #ccc; position: relative;}
	.menuLayer .gnb>li>a{width:100%; height:9rem; padding:0 7rem 0 3rem; font-weight: 500; font-size:2.2rem; line-height:1.4; color: #1b1b1b; display:table; position: relative; box-sizing: border-box;}
	.menuLayer .gnb>li>a>span{display:table-cell; vertical-align:middle; position: relative;}
	.menuLayer .gnb>li>a i{width:2.6rem; height:1.4rem; margin-top:-0.7rem; position: absolute; right:3rem; top:50%; display:inline-block;}
	.menuLayer .gnb>li>a i:after,
	.menuLayer .gnb>li>a i:before{content: ""; width:1.7rem; height: 0.2rem; margin:0 0 0 0; background-color: #aaa; display: block; position:absolute; top:50%;}
	.menuLayer .gnb>li>a i:after{right:1rem; transform:rotate(45deg);}
	.menuLayer .gnb>li>a i:before{right:-0.1rem; transform:rotate(-45deg);}

	.menuLayer .gnb .gnbSub{background-color: #f7f7f7; display:none;}
	.menuLayer .gnb .gnbSub>li{border-top:1px solid #ccc;}
	.menuLayer .gnb .gnbSub>li>a{width:100%; height:7.4rem; padding-left:3rem; font-weight: 400; font-size:2rem; line-height:1.3; color: #666; text-align: left; letter-spacing: -1px; display:table; position: relative; box-sizing: border-box;}
	.menuLayer .gnb .gnbSub>li>a>span{display:table-cell; vertical-align:middle; position: relative;}

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

	.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.active>a i,
	.menuLayer .gnb>li.oPage>a i{transform:rotate(-180deg);}

	.menuLayer .gnb>li.oPage>a i:after,
	.menuLayer .gnb>li.oPage>a i:before{background-color:var(--point) !important;}

	.menuLayer .gnb>li.active>a{background-color: var(--point); color: #fff;}
	.menuLayer .gnb>li.active>a em{color: #fff;}

	.menuLayer .gnb>li.oPage.active>a{text-decoration: none;}

	.menuLayer .gnb>li.active>a i:after,
	.menuLayer .gnb>li.active>a i:before{background-color:#fff !important;}

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

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

/*[s] SUB */
	#sVisual{width:100%; height:53rem; background-repeat: no-repeat; background-position: center bottom; background-size: cover; font-size:0; line-height:0; overflow:hidden; position: relative; display:table; table-layout: fixed;}
	#sVisual h2{text-align: center; display:table-cell; vertical-align: middle;}/* text-shadow:0px 0 10px rgba(0,0,0,0.5); */
	#sVisual h2>*{display:block; line-height:1.25; color: #fff; position: relative;}
	#sVisual h2>strong{font-weight: bold; font-size:4.6rem;}
	#sVisual h2>span{padding-top:2.5rem; font-size:2.4rem; font-weight: 500; letter-spacing: 1rem !important;}

	#sVisual.bg_1{background-image:url('../img/img_sVisual_01.jpg');}
	#sVisual.bg_2{background-image:url('../img/img_sVisual_02.jpg');}
	#sVisual.bg_3{background-image:url('../img/img_sVisual_03.jpg');}
	#sVisual.bg_4{background-image:url('../img/img_sVisual_04.jpg');}
	#sVisual.bg_5{background-image:url('../img/img_sVisual_05.jpg');}
	#sVisual.bg_6{background-image:url('../img/img_sVisual_06.jpg');}
	#sVisual.bg_7{background-image:url('../img/img_sVisual_01.jpg');}
	#sVisual.bg_8{background-image:url('../img/img_sVisual_01.jpg');}
	#sVisual.bg_9{background-image:url('../img/img_sVisual_01.jpg');}

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

	/* #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{width:100%; background-color: transparent; font-size:0; line-height:0; position: relative; z-index:6; margin-top: -3rem;}
    #snb .inConts{max-width: 128rem; width: 100%; padding: 0;}
	/* #snb:before{content: ""; width: 25%; height: 100%; background-color: var(--point); display: inline-block; position:absolute; left: 0; top:0px;} */
	#snb #nav{width:100%; background-color: #9999ff; position: relative; z-index:2; display: flex; flex-wrap: wrap; flex-direction: row; align-content: center; justify-content: flex-start;}
	/* #snb #nav>li{flex:0 1 18%; border-top:1px solid rgba(191,191,191,0.6); border-right:1px solid rgba(191,191,191,0.6); display: flex; flex-wrap: wrap; flex-direction: row; align-content: center; justify-content: center; position:relative;} */
	#snb #nav>li{width: calc((100%)/3) ;display: flex; flex-wrap: wrap; flex-direction: row; align-content: center; justify-content: center; position:relative;}
	#snb #nav>li>a{width:100%; height:6rem; padding:0 2rem 0 2rem; font-weight: 500; font-size:1.6rem; line-height:1; color:#3d4048; display:table;}
	#snb #nav>li>a>span{padding:0.5rem 0; display:table-cell; vertical-align: middle; word-break:break-all !important;}

    #snb #nav>li:nth-of-type(1){background: #edf0f6;}
    #snb #nav>li:nth-of-type(2){background: #dde5f7; display: flex; align-items: center; justify-content: center; pointer-events: none !important; padding: 0; text-align: center;}
    #snb #nav>li:nth-of-type(3){background: #345ab2;}
    #snb #nav>li.sDepth01 .lnbSub{display: none !important;}

	#snb #nav>li:last-child>a i{width:1.5rem; height:1rem; margin-top:-0.5rem; position: absolute; right:2rem; top:50%; display:inline-block;}
	#snb #nav>li:last-child>a i:after,
	#snb #nav>li:last-child>a i:before{content: ""; width:1rem; height: 0.2rem; margin:0 0 0 0; background-color: #b2b2b2; display: block; position:absolute; top:50%;}
	#snb #nav>li:last-child>a i:after{right:0.6rem; transform:rotate(45deg);}
	#snb #nav>li:last-child>a i:before{right:0px; transform:rotate(-45deg);}
    #snb #nav>li:last-child>a{color: #fff;}

	/* #snb #nav>li.home{flex-basis: 6rem; max-width:6rem;} */
	#snb #nav>li.home>a{width:100%; height:6rem; padding:0;font-size:1.6; line-height:1; display: flex; align-items: center; justify-content: center; gap: 1rem;}
    #snb #nav>li.home>a img{width: 1.8rem;}
	/* #snb #nav>li.home>a:before{content: ""; display:none;} */

	/* #snb #nav>li:last-child{flex-basis: 25%;} */
	/* #snb #nav>li:last-child>a{font-weight: 400; color: #333;} */ */

    #snb #nav li.sMenu.sDepth02 .lnbSub{position: absolute; border: 1px solid #717171;}
	/* #snb #nav .lnbSub{background-color: #fff; position:absolute; left:-1px; right:-1px; top:100%; z-index:3; display:none; width: 100%;} */
	#snb #nav .lnbSub{background-color: #fff;position:absolute;left: 0;right: 0;top:100%;z-index:3;display:none;width: 100%;border: 1px solid rgba(191,191,191,0.6);;}
	#snb #nav .lnbSub>a{width:100%; height:5rem; padding:0px 2rem; font-weight: 300; font-size:1.5rem; line-height:1.4; color:#717171; display:table;}
	#snb #nav .lnbSub>a>span{padding:0.5rem 0; display:table-cell; vertical-align: middle; word-break:break-all !important;}
	#snb #nav .lnbSub>a+a{border-top:1px solid rgba(191,191,191,0.6);}
	#snb #nav .lnbSub>a:hover,
	#snb #nav .lnbSub>a.active{background-color: #f0f0f0; color: #333;}
	#snb #nav .lnbSub>a.active{font-weight: 400;}

	#snb #nav>li.active>a i{transform:rotate(180deg);}
	#snb #nav>li[data-class="hide"]{display:none !important;}

	#pageTop{padding:7rem 0 7rem; font-size:0; line-height:0; text-align: center; position: relative;}
	#pageTop>h3{padding-top:8rem; font-weight: bold; font-size:4.2rem; line-height:1; color: #1b1b1b; text-align: center; position: relative;}
	#pageTop>h3:before{content: ""; width: 1px; height: 4rem; margin-left:-0.5px;background-color: #000; display: inline-block; position:absolute; left: 50%; top:0px;}
	#pageTop>p{padding-top:3rem; font-weight: 400; font-size:1.4rem; line-height:1; color: #aeaeae; letter-spacing: 0.2rem !important;}

	#container{width:100%; max-width:134rem; min-height:400px; margin:0 auto; padding:0 3rem 16rem; background-color: #fff; position: relative; z-index:1; box-sizing: border-box;}

	.fullBox{width:100vw; margin-left:-50vw; font-size:0; line-height:0; text-align: center; position: relative; left:50%; display:block;}
	.fullBox.gray{background-color: #f7f7f7;}
/*[e] SUB */

/*[s] FOOTER */
	#footer{width:100%; background-color: #252e40; font-size:0; line-height:0; text-align: left; position: relative; padding: 9rem 0;}
    #footer .footer_top{display: flex; gap: 3rem 9rem; padding-bottom: 4rem; border-bottom: 1px solid #1d2432;}
    #footer .footer_top .textArea > div{display: flex; gap: 1rem; flex-wrap: wrap;}
    #footer .footer_top .textArea > div + div{margin-top: 1rem;}
    #footer .footer_top .textArea > div p{font-size: 1.6rem; line-height: 1.25; color: rgba(255,255,255,0.8);}
    #footer .footer_bottom{padding-top: 3.5rem;}
    #footer .footer_bottom p{font-size: 1.5rem; line-height: 1.25; color: rgba(255,255,255,0.5);}
	
	a.goTop{width:50px; height:50px; background-color: #acacac; font-size:0; line-height:0; position: fixed; right:15px; bottom:15px; z-index:9; display:block; overflow:hidden; opacity: 0;}
	a.goTop.open{opacity: 1;}
	a.goTop:before{content: ""; width: 100%; height: 100%; background:url('/img/arr_goTop.png') no-repeat center center; display: block; position:absolute; left: 0; top:0px;}
	a.goTop:hover{background-color: var(--point); border-radius:50%; transform:rotate(180deg);}
	a.goTop:hover:before{transform:rotate(-180deg);}
/*[s] FOOTER */

@media only screen and (max-width : 1440px){
}
@media only screen and (max-width : 1320px){
}
@media only screen and (max-width : 1280px){
	#header #pcMenu #list>li{padding:0 0.6rem;}

	#container{padding:0 3rem 14rem;}
}
@media only screen and (max-width : 1024px){
	.pVar,
	th.pVar,
	td.pVar{display:none !important;}

	.mVar,
	.br_p{display:none;}

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

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

	table .br_t{display:table-cell;}

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

		#header .utill{padding-right:5rem;}
		#header .language{}
		#header .mMenu{display:block;}

		#header #pcMenu,
		#header .utill .appDown{width: 1px; height: 1px; margin: -1px; border: 0; overflow: hidden; display: inline-block; clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%);}
		.menuLayer{padding-left:30%;}
	/*[e] HEADER */

	/*[s] SUB */
		#sVisual{}
		#sVisual .inConts{}
		#sVisual h2{padding:0;}


		.fullBox{width:100vw; margin-left:-3rem; left:0%;}
	/*[e] SUB */

	
}
@media only screen and (max-width : 840px){
	:root,
	html{font-size:6.5px;}

	:root {
		--f__size--12 : 2rem;
		--f__size--13 : 2rem;
		--f__size--14 : 2rem;
		--f__size--15 : 2rem;
		--f__size--16 : 2rem;
		--f__size--17 : 2.2rem;
		--f__size--18 : 2.2rem;
		--f__size--19 : 2.2rem;
		--f__size--20 : 2.4rem;
		--f__size--21 : 2.4rem;
		--f__size--22 : 2.4rem;
		--f__size--23 : 2.6rem;
		--f__size--24 : 2.6rem;

		--f__size--36 : 3rem;
	}

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

	/*[s] HEADER */
		#header{}
		#header h1{padding:3rem 0;}
		#header h1>a{}
		#header h1>a img{width:17.6rem;}

		#header .right-utill>*+*{margin-left:2rem;}

		#header .tSchArea{}
		#header .tSchArea .tSch{width:4.6rem;}
		#header .tSchArea .tSch:before{width:2rem; height:2rem; margin:-1.2rem 0 0 -1.3rem;}
		#header .tSchArea .tSch:after{width:1.2rem; height:2px; margin:0.8rem 0 0 1px;}

		#header .tSchArea .tSch_in{height:8rem; background-color:rgba(0,0,0,0.6); right:0%; transform: translate(0); position: fixed; border-radius:0;}
		#header .tSchArea input[type=text]{width:calc(100% - 6rem); font-size:2rem; line-height:6rem;}
		#header .tSchArea.open .tSch_in{width:100vw;}

		#header .language-area{width:12rem; height:5rem; position: relative;}
		#header .language{border-radius:2.2rem;}
		#header .language:before{border-top-width:0.8rem; border-bottom:0; border-left-width:0.4rem; border-right-width:0.4rem; right:1.4rem; top:1.7rem;}
		#header .language a{height:4.6rem; padding:0 3rem 0 1.7rem; font-size:2rem;}

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

	/*[s] SUB */
		/* #sVisual{height:54rem;}
		#sVisual h2>strong{font-size:4rem;}
		#sVisual h2>span{font-size:2.6rem;} */

		/* #snb{}
		#snb:before{display:none;}
		#snb #nav{}
		#snb #nav>li{flex:1 1 80%;}
		#snb #nav>li>a{height:7rem; font-size:2.2rem;}
		#snb #nav>li>a>span{}

		#snb #nav>li>a i{width:2rem; height:1.6rem; margin-top:-0.8rem;}
		#snb #nav>li>a i:after,
		#snb #nav>li>a i:before{width:1.5rem;}
		#snb #nav>li>a i:after{right:1rem;}
		#snb #nav>li>a i:before{}

		#snb #nav>li.home{flex-basis: 7rem; max-width:7rem;}
		#snb #nav>li.home>a{width:100%; height:7rem;}

		#snb #nav>li.sDepth01{flex-basis: 35%;}
		#snb #nav>li.sDepth02{flex-basis: 45%;}
		#snb #nav>li.sDepth03{}
		#snb #nav>li.sDepth04{}
		#snb #nav>li:last-child{flex-basis: 45%;}

		#snb #nav .lnbSub{}
		#snb #nav .lnbSub>a{height:6rem; font-size:2.2rem;}

		#snb.four #nav>li.sDepth01{flex-basis: 70%;}
		#snb.four #nav>li.sDepth02{}
		#snb.four #nav>li.sDepth03{}
		#snb.four #nav>li.sDepth04{}
		#snb.four #nav>li:last-child{flex-basis: 80%;} */

	/*[e] SUB */

	/*[s] FOOTER */
		
	/*[s] FOOTER */
}
@media only screen and (max-width : 640px){
    #footer .footer_top{flex-direction: column;}
    #footer .footer_top .textArea > div p{width: 100%;}

}
/*
-webkit-transform: translateY(-50%); transform: translateY(-50%);
-webkit-transform: translateX(-50%); transform: translateX(-50%);
filter:grayscale(100%) blur(0px); -webkit-filter:grayscale(100%) blur(0px);
transition: all .5s linear;
transition: all .5s ease-out;
transform:rotate(180deg);
-webkit-transition-timing-function:ease-in linear; transition-timing-function:ease-in linear;
-webkit-transition-delay: .8s; 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: flex; justify-content: space-between; // 양쪽 끝 정렬
display: flex; justify-content: space-around; // 센터 정렬
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; //두줄 감추기
active
:first-child
text-indent:-99999px;
!important
display:table;
table-layout:fixed;
display:table-row;
display:table-cell;
box-sizing:border-box;
word-break:keep-all; word-wrap:break-word;
border-radius:2px;
*/