@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://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:'Noto Sans KR', sans-serif; font-style:normal; font-weight:normal; font-size:1rem; line-height:1.6; color:#666;}

    *::-webkit-scrollbar{width: 0.5rem; height:100%;}/* 스크롤바의 너비 */
    *::-webkit-scrollbar-thumb{height: 10%; background-color: #f9bb18; border-radius: 1rem;}  /* 스크롤바의 길이 & 색상 */
    *::-webkit-scrollbar-track{background-color: rgba(0,0,0,0.1);}/*스크롤바 뒷 배경 색상*/
/*[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,

	.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 : #333;
		--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 !important;}
	.br_p{}

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

	.f_arr{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;}

	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;}

	#header{width:100%; font-size:0; line-height:0; position: relative; z-index:7; background: #fff; display: flex; flex-wrap: wrap;}
	#header > .w1400{display: flex; align-items: center; justify-content: space-between; height: 10rem;}
	#header > .w1400 >div{flex: 1;}
	#header .header2{background: #f9bb18; width: 100%;}
	#header .header2 > .w1400{display: flex; align-items: center; justify-content: space-between; height: 7rem;}
    .header_text{font-size: 1.5rem; line-height: 2.2rem; color: #000000; font-weight: 500; text-align: left;}

    #header .right-utill{display: flex; align-items: center; gap: 3rem; justify-content: flex-end;}

    #header .tUtill{display: flex; gap: 2rem;}
    #header .tUtill a{font-size: 1.5rem; line-height: 2.2rem; font-weight: 500; color: #666666; position: relative;}
    #header .tUtill a + a::before{width: 1px; height: 50%; content: ''; position: absolute; top: 25%; left: -1rem; background: #aaa;}


    #header .void{width: 3.4rem; height: 2.9rem; opacity: 0;}
	#header .gnbBg{width: 100vw; height:0; background-color:#fff; border-top:1px solid #ddd; display: block; position:absolute; left:50%; top:100%; transform: translateX(-50%); opacity:0; overflow:hidden;}

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

    #header .hamburger_gnb{width: 100%; height: 33rem; background: rgba(0, 0, 0, 0.9);  position: absolute; display: none; top: 17rem; left: 0;}
	#header #pcMenu{text-align: center; position: relative; justify-content: center;}
	#header #pcMenu #list{display: flex;}
	#header #pcMenu #list>li{padding:0 4rem; display:inline-block; vertical-align: top; position: relative;}
	#header #pcMenu #list>li>a{width:100%; font-weight: 500; font-size:18px; line-height:1; color: #222222; text-align: center; display:table; box-sizing: border-box; position: relative; z-index:3;}
	#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{padding: 2rem ; background: rgba(0,0,0,0.9); width: 100%;text-align: center; box-sizing: border-box; display:none; position: absolute; left:50%; top:100%; white-space: nowrap; transform: translateX(-50%);z-index:100;}
    #header.all #pcMenu #list .gnbSub{background: transparent;}
	#header #pcMenu #list .gnbSub>li{padding:1rem; display:block;position: relative;}
	/* #header #pcMenu #list .gnbSub>li+li:before{content: ""; width: 1px; height: 8px; background-color: rgba(255,255,255,0.5); display: inline-block; position:absolute; left: 0; top:50%; transform: translateY(-50%);} */
	#header #pcMenu #list .gnbSub>li>a{width:100%; height:auto; font-size:16px; line-height:1; color:#999999; text-align:center; display:table; white-space: nowrap;}
	#header #pcMenu #list .gnbSub>li>a>span {display:table-cell; vertical-align: middle; word-break:keep-all; word-wrap:break-word;}

	#header #pcMenu #list>li:hover>a,
	#header #pcMenu #list>li.oPage>a{color: var(--point);}

	#header #pcMenu #list .gnbSub>li:hover>a,
	#header #pcMenu #list .gnbSub>li.oPage>a{color: #f9bb18;}

	/* #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 .mMenu{width:3.4rem; height:2.9rem; 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: 0.3rem; background-color:#1b1b1b; display: inline-block; position:absolute; left:50%; top:50%; transform: translate(-50%, -50%);}

	#header .mMenu>span{width:50%; margin-top:0; background-color: var(--point); left:auto; right:0; transform: translate(0, -50%);}
	#header .mMenu:before{width:75%; margin-top:-1.2rem; left:auto; right:0; transform: translate(0, -50%);}
	#header .mMenu:after{margin-top:1.3rem;}

	#header .mMenu.open>span{width:100%; opacity:0;}
	#header .mMenu.open:before{width:100%;margin:-0.1rem 0 0 -1.7rem; transform:rotate(45deg);}
	#header .mMenu.open:after{margin:-0.1rem 0 0 -1.7rem; transform:rotate(-45deg);}

    #menu .tUtill{padding: 3rem; background: #f5f5f5; gap: 4rem;}
    #menu .tUtill a{color: #666; font-size: 2.4rem; line-height: 1;}

    .menuLayer .gnb>li>a.fc_link{display: flex; gap: 2.5rem; height: auto;}
    .menu_tell{z-index: 100; position: relative; border: 1px solid #fff;}

	#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,1); 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 #2e2a29; position: relative;}
	.menuLayer .gnb>li>a{width:100%; height:9rem; padding:0 7rem 0 3rem; font-weight: 500; font-size:2.6rem; line-height:1; color: #fff; display:table; position: relative; box-sizing: border-box; background-color: #010101;}
	.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: #0c0b08; display:none;}
	.menuLayer .gnb .gnbSub>li{border-top:1px solid #ccc;}
	.menuLayer .gnb .gnbSub>li>a{width:100%; height:9rem; padding-left:3rem; font-weight: 400; font-size:2.6rem; line-height:1; color: #999999; 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>li.active>a,
	.menuLayer .gnb>li.oPage>a{background-color: #f9bb18; color: #000;}
    .menuLayer .gnb .gnbSub>li.oPage>a{color: #f9bb18;}
	.menuLayer .gnb>li.active>a em,
	.menuLayer .gnb>li.oPage>a em{color: #fff;}
	.menuLayer .gnb>li.active>a i,
	.menuLayer .gnb>li.oPage>a i{transform:rotate(-180deg);}
	.menuLayer .gnb>li.active>a i:after,
	.menuLayer .gnb>li.oPage>a i:after,
	.menuLayer .gnb>li.active>a i:before,
	.menuLayer .gnb>li.oPage>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:42rem; 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; color: #fff; position: relative;}
	#sVisual h2>strong{font-weight: bold; font-size:5.2rem;}
	#sVisual h2>span{padding-top:2.5rem; font-size:1.8rem;}

	#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_07.jpg');}
	#sVisual.bg_8{background-image:url('../img/img_sVisual_08.jpg');}
	#sVisual.bg_9{background-image:url('../img/img_sVisual_01.jpg');}

	#sVisual.bg_10,
	#sVisual.bg_11,
	#sVisual.bg_12,
	#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: #f5f5f5; border-bottom:1px solid rgba(191,191,191,0.6); font-size:0; line-height:0; position: relative; z-index:6;}
	#snb .inConts{max-width: 134rem; padding: 0 3rem;}
	#snb:before{content: ""; width: 25%; height: 100%; background-color: #f5f5f5; display: inline-block; position:absolute; left: 0; top:0px;}
	#snb #nav{width:100%; background-color: #f5f5f5; border-left:1px solid rgba(191,191,191,0.6); 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.sMenu.sDepth02{border-bottom: 2px solid #000;}
	#snb #nav>li>a{width:100%; height:7rem; padding:0 5rem 0 2rem; font-weight: 300; font-size:1.5rem; line-height:1.2; color:#666; display:table; position: relative;}
	#snb #nav>li>a>span{padding:0.5rem 0; display:table-cell; vertical-align: middle; word-break:break-all !important;}

	#snb #nav>li>a i{width:1.5rem; height:1rem; margin-top:-0.5rem; position: absolute; right:2rem; top:50%; display:inline-block;}
	#snb #nav>li>a i:after,
	#snb #nav>li>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>a i:after{right:0.6rem; transform:rotate(45deg);}
	#snb #nav>li>a i:before{right:0px; transform:rotate(-45deg);}

	#snb #nav>li.home{flex-basis: 7rem; max-width:7rem; background: #222222;}
	#snb #nav>li.home>a{width:100%; height:5rem; padding:0; background: url('../img/icon_home.png') no-repeat center center; font-size:0; line-height:0; }
	#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 .lnbSub{background-color: #fff; border:1px solid rgba(191,191,191,0.6); position:absolute; left:-1px; right:-1px; top:100%; z-index:3; display:none;}
	#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);}

	#pageTop{padding: 7rem 0; font-size:0; line-height:0; text-align: center; position: relative;}
	#pageTop>h3{font-weight: bold; font-size:4.5rem; line-height:1; color: #222222; text-align: center; position: relative; padding-bottom: 3.3rem;}
	#pageTop>h3::after{content: ""; width: 6rem; height: 3px; background-color: #f9bb18; display: inline-block; position:absolute; left: 50%; bottom:0; transform: translateX(-50%);}
	#pageTop>p{padding-top:3rem; font-weight: 400; font-size:2rem; line-height:1; color: #333;}

	#container{width:100%; max-width:192; min-height:400px; margin:0 auto; padding:0 0 12rem; 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{background: #111111; padding: 3rem 0 5rem;}
    #footer .w1400{display: flex; align-items: flex-end; justify-content: space-between; gap: 2rem;}
    .foot_link{display: flex; gap: 3.5rem; margin-bottom: 4rem; justify-content: center;}
    .foot_link a{font-size: 1.7rem; line-height: 1; color: #fff;}
    .footer_text_etc{max-width: 82rem; width: 100%; margin: 0 auto 0.5rem; display: flex; align-items: flex-start; justify-content: center; flex-wrap: wrap; gap: 1rem; font-size: 1.5rem; line-height: 1; color: #fff;}
    .footer_text_etc span{white-space: nowrap; text-align: center;}

    .foot_contact{padding: 3rem 0; background: rgba(0, 0, 0, 0.9); width: 100%; position: fixed; left:0; bottom: 0;z-index: 8;}
    .foot_contact.active{position: relative;}
    .foot_contact .w1400{display: flex; align-items: center; gap: 1.5rem; justify-content: space-between;}
    .fc_link{display: flex; gap: 2rem; align-items: center; width: 38rem;}
    .fc_link > div .start_title{font-size: 2.2rem; line-height: 1; margin-bottom: 1rem; text-align: left;}
    .fcnum{font-size: 3.5rem; line-height: 1; font-weight: bold; color: #f9bb18; margin-bottom: 1rem;}
    .fctit{font-size: 1.4rem; color: #cccccc; line-height: 2rem;}

    .fc_form{display: flex; align-items: center; gap: 1.5rem;}
    .fc_form input{border: 1px solid transparent;}
    .fc_formList{display: flex; align-items: flex-start; gap: 0.5rem; max-width: 60rem; width: 100%;}
    .fc_formList + .fc_formList{margin-top: 0.5rem;}
    .fc_formList li{padding: 1rem 2rem; background: #fff; }
    .fc_formList li input{width: 100%; font-size: 1.6rem; color: #999999; line-height: 1;}
    .fc_formList1 li:nth-child(1){max-width: 19rem; width: 100%;}
    .fc_formList1 li:nth-child(2){max-width: 19rem; width: 100%;}
    .fc_formList1 li:nth-child(3){max-width: 20rem; width: 100%;}
    .fc_formList2 li:nth-child(1){max-width: 38.5rem; width: 100%;}
    .fc_formList2 li:nth-child(2){max-width: 20rem; width: 100%;}

    .fc_form .checkIn label{font-size: 1.6rem; color: #fff; line-height: 2.4rem; font-weight: 500;}
    .fc_form .checkIn a{font-size: 1.6rem; color: #fff; line-height: 1; font-weight: lighter; display: block; padding-left: 2.6rem; margin-top: 0.5rem;}

    .fc_button{width: 16rem; height: 8rem; background: #f9bb18; color: #fff; text-align: center; line-height: 8rem; border-radius: 10px;  font-size: 2.2rem; font-weight: bold;}

	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 ;}

	.mVar,
	.br_p{display:none;}

	.tVar{display:block ;}
	.br_t{display:block ;}
	.ptVar{display:block ;}
	.ptVar.inline{display:inline-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;}

		#snb>.inConts{padding:0 !important;}
		#snb #nav>li{flex:1 1 30%;}

		#snb #nav>li:last-child{flex-basis: 45%;}

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

	/*[s] FOOTER */
    .foot_contact{position: relative;}
	/*[s] FOOTER */
}
@media only screen and (max-width : 840px){
    #header .header2 > .w1400{display: none;}
    #header > .w1400{height: auto;}
    #header > div.w1400 > div.void.mVar{display: none !important;}

	: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;}

    #menu .tUtill.mVar{display: flex !important; align-items: center; }

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

		#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%;}

		#pageTop>h3{font-size:4.2rem;}

		#container{min-height:34.6rem;}
	/*[e] SUB */

	/*[s] FOOTER */
	/*[s] FOOTER */
}

/*
-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;
*/