@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');
@import url('https://fastly.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');
@import url('https://gcore.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');

@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=Noto+Sans+KR:wght@100;300;400;500;700;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}

	legend,caption{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;}
	*/

	/* 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:hover,.skip:active,.skip: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{font-family:'Pretendard', sans-serif; font-style:normal; font-weight:normal;}
/*[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 #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,
	#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 */
		--bg : #0d2042;
		--bg2 : #000;
		--point : #d8bfa4;
		--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;
	}

	*[data-basic],
	*[data-signature]{display:none;}
	html.basic *[data-basic],
	html.signature *[data-signature]{display:block;}

	.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,
	.btn-show-hide:before,
	.mySwiper2-btns .swiper-button:before,
	a.goTop:before{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;}
	html body.compensate-for-scrollbar{overflow-y:scroll !important;}

	.inConts{width:100%; max-width:135rem; margin:0 auto; padding:0 3.5rem; position: relative;}
	.w1080{width:100%; max-width:108rem; margin:0 auto; position: relative;}
	#wrap{width:100%; margin:0 auto; padding-top:9rem; position:relative; overflow:hidden;}
	html.intro #wrap{padding-top:0rem;}
	body *{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%; background-color: var(--bg); font-size:0; line-height:0; position: fixed; left:0; top:0; z-index:8;}
	#header .gnbBg{width:100vw; height:0; background-color:#f2f4f6; display: none !important; position:absolute; left:50%; top:100%; transform: translateX(-50%); opacity:0; overflow:hidden;}
	#header .inConts{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:2.6rem 0; display:inline-block; position: relative;}
	#header h1>a{display:inline-block; position: relative;}
	#header h1>a img{height:3.8rem;}

	#header #pcMenu,
	#header #pcMenu #list,
	#header #pcMenu #list>li,
	#header #pcMenu #list>li>a{height:9rem;}

	#header #pcMenu{text-align: center; position: relative; justify-content: center;}
	#header #pcMenu #list{display:inline-block;}
	#header #pcMenu #list>li{padding:0 3.2rem; display:inline-block; vertical-align: top; position: relative;}
	#header #pcMenu #list>li>a{width:100%; font-weight: 600; font-size:1.7rem; line-height:1; color: #fff; text-align: center; display:table; 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: 2px; background-color: var(--point); margin-left:0%; display: none; position:absolute; left: 50%; bottom:-1px; z-index:5;}

	#header #pcMenu #list .gnbSub{padding:30px 0; text-align: center; display:none !important; position: absolute; left:50%; top:100%; white-space: nowrap; transform: translateX(-50%); z-index:6;}
	#header #pcMenu #list .gnbSub>li{}
	#header #pcMenu #list .gnbSub>li>a{width:100%; height:35px; font-size:17px; line-height:1.4; color:#666; 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 #pcMenu #list>li:hover>a,
	#header #pcMenu #list>li.oPage>a,

	#header #pcMenu #list .gnbSub>li:hover>a,
	#header #pcMenu #list .gnbSub>li.oPage>a{color:var(--point);}

	#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 #pcMenu #list>li.one .gnbSub,
	#header #pcMenu #list .gnbSub>li.hide{display:none !important;}

	#header .right-utill{justify-content: flex-end; position: relative;}
	#header .right-utill>*+*{margin-left:4rem;}
	#header .right-utill .tel{}

	#header .right-utill .tel.oPage{background-color: var(--point); mask-image: url('/images/icon_tel.png'); -webkit-mask-size: auto; -webkit-mask-repeat: no-repeat; -webkit-mask-position: center;}
	#header .right-utill .tel.oPage img{opacity: 0;}

	#header .btns-change{width:11rem; height:3.6rem; margin-left:2rem; border:1px solid #fff; font-weight: 500; font-size:1.5rem; line-height:1; color: #fff; text-align: center; display: none; align-items: center; justify-content: center; border-radius:999px; position: relative; overflow:hidden;}
	#header .btns-change:before,
	#header .btns-change:after{content: ""; width: 0.4rem; height:0.4rem; margin-top:-0.2rem; background-color:#fff; position:absolute; top:50%; border-radius:999px;}
	#header .btns-change:before{left:1.3rem;}
	#header .btns-change:after{right:1.3rem}

	#header .btns-change>span:before{content: ""; width:10rem; height:140%; position: absolute; left:-10rem; top:50%; opacity: 0.5;
		/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+50,ffffff+100&0+0,0.5+50,0+100 */
		background: -moz-linear-gradient(left,  rgba(216,191,164,0) 25%, rgba(216,191,164,0.5) 50%, rgba(216,191,164,0) 750%); /* FF3.6-15 */
		background: -webkit-linear-gradient(left,  rgba(216,191,164,0) 25%,rgba(216,191,164,0.5) 50%,rgba(216,191,164,0) 75%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right,  rgba(216,191,164,0) 25%,rgba(216,191,164,0.5) 50%,rgba(216,191,164,0) 75%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */

		transform:rotate(15deg) translateY(-50%);

		animation:t1-b 4s ease-out infinite 0.5s
	}
	@keyframes t1-b{
		0%{left:-10rem;}
		50%{left:130%;}
		100%{left:130%;}
	}

	html.basic #header .btns-change[data-signature],
	html.signature #header .btns-change[data-basic]{display:flex;}

	#header.move:before,
	html.sub #header:before{content:"";position:absolute;z-index:-1;top:0%;bottom:0;left:0;right:0; box-shadow:0 0 4rem rgba(0,0,0,0.3);}

	#header.all .gnbBg{height:25rem; opacity:1;}

	html.sub #header #pcMenu #list>li.oPage>a,

	#header.all .language a.active,
	#header.move .language a.active,
	html.sub #header .language a.active{color: var(--point);}

	#header.all .mMenu>span,
	#header.move .mMenu>span,
	html.sub #header .mMenu>span{background-color: var(--point);}

	#header #pcMenu #list>li:hover>a,
	#header #pcMenu #list>li.oPage>a,

	#header #pcMenu #list .gnbSub>li:hover>a,
	#header #pcMenu #list .gnbSub>li.oPage>a{color: var(--point) !important;}
/*[e] HEADER */

/*[s] SUB */
	#sVisual,
	#snb,
	#pageTop{width:1px; height:1px; font-size:0; line-height:0; position: fixed; left:-1px; top:-1px; z-index:-999; overflow:hidden; opacity: 0;}

	.shGroup{width:100%; margin-bottom:6rem; padding:5rem 0 4.5rem; background-color: #d8bfa4; position: relative;}
	.shGroup h2{line-height:1; color: #fff;}
	.shGroup h2>strong{font-weight: bold; font-size:4.2rem;}
	.shGroup h2>span{padding-left:1.5rem; font-weight: 500; font-size:1.6rem;}
	.shGroup p{margin-top:1rem; font-weight: 500; font-size:1.6rem; line-height:2.8rem; color: #fff;}

	#container{width:100%; max-width:135rem; min-height:400px; margin:0 auto; padding:0 3.5rem 14rem; position: relative;}
	#container.full{max-width:none; min-height:auto; padding:0;}

	.full-box{width:100%; font-size:0; line-height:0; position: relative;}
	.full-box.gray{background-color: #f7f7f7;}
/*[e] SUB */

/*[s] FOOTER */
	#footer{width:100%; padding:0 0 7rem; background-color: var(--bg); font-size:0; line-height:0; text-align: left; position: relative;}
	#footer:before{content: ""; width: 100%; height: 1px; background-color: #293952; display: inline-block; position:absolute; left: 0; top:8.6rem;}
	html.signature #footer:before{background-color: #242424;}

	#footer>.inConts{}

	#footer .foot-link{width:100%; height:8.6rem; display: flex; align-items: center; justify-content: center;}
	#footer .foot-link>*{padding:0 3.4rem 0 3.5rem; position: relative;}
	#footer .foot-link>p+p:before,
	#footer .foot-link>p+.social:before{content: ""; width: 1px; height: 1.4rem; margin-top:-0.7rem; background-color: #848484; display: inline-block; position:absolute; left: 0; top:50%;}
	#footer .foot-link>.social{display: flex; align-items: center; justify-content: center}
	#footer .foot-link>.social>a+a{margin-left:3.4rem;}

	#footer .foot-link img[alt="브런치카페 37.5"]{height:3.1rem;}
	#footer img[alt="JW F&B"]{height:1.8rem;}

	#footer .foot-link img[alt="instagram"]{height:2.3rem;}
	#footer .foot-link img[alt="youtobe"]{height:1.7rem;}
	#footer .foot-link img[alt="blog"]{height:2.1rem;}

	#footer .foot-text{width:100%; padding-top:7rem; display: flex; align-items: top; justify-content: center; position: relative;}
	#footer .foot-text .cs{width:48%; text-align: right;}
	#footer .foot-text .cs>p{margin:0 !important; padding:0 !important;}
	#footer .foot-text .cs a{font-weight: bold; font-size:3.6rem; line-height:1; color: var(--point);}
	/*
	#footer .foot-text .cs>div+p{padding-top:1rem !important; line-height:1.4;}
	*/
	#footer .foot-text .text{width:calc(100% - 48%); padding-left:3.90625%;}
	#footer .foot-text .logo{}
	#footer address,
	#footer .foot-text p{margin:0 0 0 -0.8rem;}
	#footer address,
	#footer .foot-text .cs>p,
	#footer .foot-text p>span{padding:0 0.8rem; font-size:1.6rem; line-height:3rem; color: #fff; display:inline-block; vertical-align: top; position: relative;}
	#footer .foot-text .text p.t>span{line-height:3.6rem;}

	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%; font-size:2.4rem; line-height:1; color: #000; display: flex; align-items: center; justify-content: center; text-align: center; position:absolute; left: 0; top:0px;}
	a.goTop{background-color:#d8bfa4; border-radius:50%;}
	a.goTop:before{}

	html.signature a.goTop{background-color:#d2b48c;}

	#quick-inquiry{width:7.4rem; height:18rem; margin-top:-9rem; background-color: var(--bg); font-weight: bold; font-size:1.6rem; line-height:2.1rem; color: var(--point); text-align: center; display: flex; align-items: center; justify-content: center; border-radius:999px; position: fixed; right:4.1667vw; top:50%; z-index:9;}
	#quick-inquiry:before,
	#quick-inquiry:after{content: ""; width: 0.8rem; height:0.8rem; margin-left:-0.4rem; background-color:var(--point); position:absolute; left:50%; border-radius:999px;}
	#quick-inquiry:before{top:2.8rem;}
	#quick-inquiry:after{bottom:2.8rem}
/*[s] FOOTER */

@media only screen and (max-width : 1360px){
}
@media only screen and (max-width : 1260px){
}
@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;}

	#wrap{padding-top:16rem;}

	/*[s] HEADER */
		#ribbonArea{display:none !important;}

		#header{}
		#header .inConts{display:block;}
		#header h1{text-align: center; display:block !important;}

		#header #pcMenu,
		#header #pcMenu #list,
		#header #pcMenu #list>li,
		#header #pcMenu #list>li>a{height:7rem;}

		#header .right-utill{position: absolute; right:3.5rem; top:3rem;}
	/*[e] HEADER */

	/*[s] SUB */
		#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 */
	/*[s] FOOTER */
}
@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;}

	#wrap{padding-top:16.85rem;}
	/*[s] HEADER */
		#header{}
		#header h1{padding:2.9rem 0;}
		#header h1>a{}
		#header h1>a img{height:4.1rem;}

		#header .right-utill .tel img{height:2.7rem;}
		#header .right-utill .tel.oPage{-webkit-mask-size: auto 2.7rem;}

		#header #pcMenu{margin:0 -2rem;}
		#header #pcMenu #list{width:100%; display: flex; justify-content: space-between;}
		#header #pcMenu #list>li{padding:0 2rem; display:inline-block; vertical-align: top; position: relative;}
		#header #pcMenu #list>li>a{font-size:2.2rem;}
	/*[e] HEADER */

	/*[s] SUB */
		.shGroup{margin-bottom:10rem; padding:6rem 0 5.5rem;}
		.shGroup h2>strong{font-size:4.5rem;}
		.shGroup h2>span{font-size:2.2rem;}
		.shGroup p{margin-top:1.5rem; font-size:2.2rem; line-height:3.2rem;}

		#container{min-height:34.6rem;}
	/*[e] SUB */

	/*[s] FOOTER */
		#footer{}
		#footer:before{display: none;}
		#footer>.inConts{}

		#footer .foot-link{width:auto; height:auto; display: block;}
		#footer .foot-link>*{padding:0; position: relative;}
		#footer .foot-link>p+p:before,
		#footer .foot-link>p+.social:before{display:none;}
		#footer .foot-link>.social{justify-content: flex-end; position: absolute; right:3.5rem; top:10.3rem; z-index:3;}

		#footer .foot-link>p{display:none;}
		#footer img[alt="JW F&B"]{height:2.7rem;}

		#footer .foot-link img[alt="instagram"]{height:4.3rem;}
		#footer .foot-link img[alt="youtobe"]{height:2.8rem;}
		#footer .foot-link img[alt="blog"]{height:4.2rem;}

		#footer .foot-text{display:block;}
		#footer .foot-text .cs{width:100%; text-align:left}
		#footer .foot-text .cs>p{margin:0 !important; padding:0 !important;}
		#footer .foot-text .cs>div{padding:0.5rem 0 2rem;}
		#footer .foot-text .text{width:100%; margin-top:5rem; padding-left:0;}
		#footer .foot-text .logo{margin-bottom:2rem;}
		#footer address,
		#footer .foot-text p{margin:0 0 0 -0.8rem;}
		#footer address,
		#footer .foot-text .cs>p,
		#footer .foot-text p>span{padding:0 0.8rem; font-size:2.2rem; line-height:3.2rem;}
	/*[s] FOOTER */


	a.goTop:before{font-size:3.4rem;}
	#quick-inquiry{font-size:2.2rem; line-height:2.6rem; right:16px;}
}

/*
-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;
*/