@import url("https://fonts.googleapis.com/css?family=Noto+Sans+KR:300,400,500,700&display=swap&subset=korean");
@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700&display=swap");
@font-face {
	font-family: 'GmarketSans'; font-style: normal; font-weight: 300;
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff') format('woff');
}
@font-face {
	font-family: 'GmarketSans'; font-style: normal; font-weight: normal;
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
}
@font-face {
	font-family: 'GmarketSans'; font-style: normal; font-weight: bold;
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff');
}
body,th,td,input,select,textarea,h2,h3,h4,h5,address{font-family:'GmarketSans', 'Noto Sans KR', sans-serif; font-style:normal; font-weight:normal; font-size:14px; line-height:1.4; color:#666;}

	.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,

	#container #snb #nav>li>a,
	#container #snb #nav>li .d3>li>a{transition: all .3s ease-out; transform-origin: 50% 50%;}

	#menuBg,
	.menuLayer{transition: all .5s ease-in-out; transform-origin: 50% 50%;}

	a.goTop,
	a.goTop:before{transition: all .5s ease-out;}

/*[s] Layout Style */
	html.main,
	html.main body{background-color: #f7fafe;}

	html.sub,
	html.sub body{background-color: #fbfbfb;}

	html.hide{height:100%; overflow:hidden;}
	.inConts{width:580px; margin:0 auto; text-align: left; position: relative; box-sizing:border-box;}

	#menuBg{width:100%; height:100%; background-color: #000; font-size:0; line-height:0; position: fixed; left:0; top:0; z-index:8; opacity:0; display:none;}
	#menuBg.open{opacity:0.7; display:block;}

	.menuLayer{width:640px; height:100%; font-size:0; line-height:0; position: fixed; top:0; z-index:12; overflow:hidden; overflow-y:auto;}

	.menuLayer>.menuTop{width:100%; background-color: #fff; position: relative; }
	.menuLayer>.menuTop>.title{width:100%; display:table; box-sizing: border-box;}
	.menuLayer>.menuTop>.title>p{padding:20px 0 19px; border-bottom:1px solid #e0e0e0;text-align: center; display:table-cell; vertical-align: middle;}
	.menuLayer>.menuTop .menuClose{width:33px; height:34px; background-color: transparent; border:none; font-size:0; line-height:0; position: absolute; right:30px; top:33px; display:inline-block; cursor: pointer;}
	.menuLayer>.menuTop .menuClose:after,
	.menuLayer>.menuTop .menuClose:before{content: ""; width:140%; height: 3px; margin:-2px 0 0 -23.5px; background-color: #474747; display: block; position:absolute; left:50%; top:50%;}
	.menuLayer>.menuTop .menuClose:after{transform:rotate(45deg);}
	.menuLayer>.menuTop .menuClose:before{transform:rotate(-45deg);}

	.menuLayer>.mtLink{width:100%; background-color: #fff; border-bottom:1px solid #e0e0e0; display:table; table-layout: fixed;}
	.menuLayer>.mtLink>a{height:79px; text-align: center; display:table-cell; vertical-align: middle; box-sizing: border-box; position: relative;}
	.menuLayer>.mtLink>a+a{border-left:1px solid #e0e0e0;}

	.menuLayer .gnb{background-color: #fff;}
	.menuLayer .gnb>li{border-bottom:1px solid #e0e0e0; position: relative;}
	.menuLayer .gnb>li>a{width:100%; height:100px; padding:0 70px 0 34px; font-weight: 400; font-size:28px; line-height:1.4; color: #333; display:table; position: relative; box-sizing: border-box;}
	.menuLayer .gnb>li>a>span{padding:5px 0; display:table-cell; vertical-align:middle; position: relative;}
	.menuLayer .gnb>li>a i{width:24px; height:13px; margin-top:-6.5px; position: absolute; right:30px; top:50%; display:inline-block;}
	.menuLayer .gnb>li>a i:after,
	.menuLayer .gnb>li>a i:before{content: ""; width:15px; height: 3px; margin:0 0 0 0; background-color: #333; display: block; position:absolute; top:50%;}
	.menuLayer .gnb>li>a i:after{right:10px; transform:rotate(45deg);}
	.menuLayer .gnb>li>a i:before{right:0px; transform:rotate(-45deg);}

	.menuLayer .gnb .gnbSub{padding:20px 0; background-color: #f7f7f7; display:none;}
	.menuLayer .gnb .gnbSub>li{}
	.menuLayer .gnb .gnbSub>li>a{width:100%; height:54px; padding-left:30px; font-weight: 400; font-size:26px; line-height:1.2; color: #444; text-align: left; letter-spacing: -1px; display:table; position: relative; box-sizing: border-box;}
	.menuLayer .gnb .gnbSub>li>a>span{padding:5px 0 5px 12px; display:table-cell; vertical-align:middle; position: relative;}
	.menuLayer .gnb .gnbSub>li>a>span:before{content: "- "; position: absolute; left:0; top:8px;}

	.menuLayer .gnb>li.active>a,
	.menuLayer .gnb>li.oPage>a{background-color: #b70e0e; font-weight: 400; 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);}

	.menuLayer .languageArea{width:100%; padding:30px 40px; display: flex; justify-content: space-between; box-sizing: border-box;}
	.menuLayer .languageArea>a{width:100%; height:80px; border:1px solid #888; font-size:22px; line-height:83px; color: #666; text-align: center; display:inline-block; vertical-align:top; box-sizing: border-box;}
	.menuLayer .languageArea>a.active{background-color: #777; border-color:#777; color: #fff;}
	.menuLayer .languageArea>a+a{margin-left:12px;}

	#menuArea{left:-650px;}
	#menuArea.open{left:0;}

	#wrap{width:640px; margin:0 auto; overflow:hidden; position:relative;}
	#header{width:100%; background-color: #fff; border-bottom:1px solid #e0e0e0; font-size:0; line-height:0; text-align: center; position: relative; z-index:7;}
	#header h1{padding:21px 0; display:inline-block;}
	#header h1 img{height:60px; display:block;}

	#header .lang{width:70px; height:45px; padding-top:3px; background-color: #000; font-weight: 500; font-size:15px; line-height:1; color: #fff; border-radius:5px; display: flex; align-items: center; justify-content:center; gap:3px; position: absolute; left:83px; top:28px; box-sizing:border-box;}
	#header .lang>strong{font-weight: 500;}
	#header .lang img{height:18px; margin-bottom:2px; display:block;}

	#header .menuOpen{width:47px; height:33px;background-color: transparent; border:none; font-size:0; line-height:0; position: absolute; left:20px; top:34px; display:inline-block; cursor: pointer;}
	#header .menuOpen:after,
	#header .menuOpen:before,
	#header .menuOpen>span{content: ""; width:100%; height: 3px; margin-left:-23.5px; background-color: #474747; display: block; position:absolute; left:50%; top:50%;}
	#header .menuOpen:after{margin-top:-17px;}
	#header .menuOpen:before{margin-top:13px;}
	#header .menuOpen>span{margin-top:-1.5px;}
	#header .tel{display:inline-block; position: absolute; right:20px; top:19px; z-index:1;}

	#snb{width:100%; background-color: #fff; font-size:0; line-height:0; position: relative; z-index:7;}
	#snb #nav{width:640px; margin:0 auto; box-sizing:border-box;}
	#snb #nav>li{min-width:260px; border-bottom:1px solid #ebebeb; display:inline-block; vertical-align:top; position:relative; box-sizing:border-box;}
	#snb #nav>li+li{border-left:1px solid #ebebeb;}
	#snb #nav>li>a{width:100%; height:65px; padding:0 50px 0 20px; font-weight: 400; font-size:22px; line-height:1.4; color:#666; display:table; position: relative; box-sizing:border-box;}
	#snb #nav>li>a>span{padding:5px 0; display:table-cell; vertical-align:middle;}
	#snb #nav>li>a i{width:20px; height:12px; margin-top:-6px; position: absolute; right:20px; top:50%; display:inline-block;}
	#snb #nav>li>a i:after,
	#snb #nav>li>a i:before{content: ""; width:13px; height: 2px; margin:0 0 0 0; background-color: #333; display: block; position:absolute; top:50%;}
	#snb #nav>li>a i:after{right:8px; transform:rotate(45deg);}
	#snb #nav>li>a i:before{right:0px; transform:rotate(-45deg);}

	#snb #nav>li.home{width:69px; min-width:69px; border-right:1px solid #ebebeb;}
	#snb #nav>li.home>a{width:69px; height:65px; padding:0; background:url('../../images/icon_home.png') no-repeat center center; font-size:0; line-height:0;}
	#snb #nav>li.home>a:after,
	#snb #nav>li.home>a:before{content: ""; display:none;}

	#snb #nav>li.sDepth02{min-width:300px;}
	#snb #nav>li:last-child>a{color: #252525;}

	#snb #nav>li.sDepth03{width:610px; margin:20px 15px 0; border:1px solid #333; display:none; z-index:2;}
	#snb #nav>li.sDepth03>a{width:100%; height:70px; padding:0px 20px; font-weight: 400; font-size:28px; line-height:1.4; color:#333; display:table; box-sizing:border-box;}
	#snb #nav>li.sDepth03>a>span{padding:5px 0; display:table-cell; vertical-align:middle;}
	#snb #nav>li.sDepth03 .lnbSub{border-color: #333; top:70px;}
	#snb #nav>li.sDepth03 .lnbSub>a{width:100%; height:64px; padding:0px 20px; font-weight: 400; font-size:24px; line-height:1.4; color:#333; display:table; box-sizing:border-box;}
	#snb #nav>li.sDepth03 .lnbSub>a>span{padding:5px 0; display:table-cell; vertical-align:middle;}

	#snb #nav .lnbSub{background-color: #fff; border:1px solid #ebebeb; position:absolute; left:-1px; right:-1px; top:100%; display:none; box-sizing:border-box;}
	#snb #nav .lnbSub>a{width:100%; height:65px; padding:0px 20px; font-weight: 400; font-size:22px; line-height:1.4; color:#666; display:table; box-sizing:border-box;}
	#snb #nav .lnbSub>a>span{padding:5px 0; display:table-cell; vertical-align:middle;}
	#snb #nav .lnbSub>a+a{border-top:1px solid #ebebeb;}
	#snb #nav .lnbSub>a:hover,
	#snb #nav .lnbSub>a.active{color: #3266b4;}

	#snb #nav>li.active a i{transform:rotate(180deg);}

	#subGroup{width:100%; padding:80px 0 45px; font-size:0; line-height:0; text-align: center; position: relative;}

	/*
	#pgMenu_d3{width:100%; padding-top:35px; font-size:0; line-height:0; text-align: center; box-sizing: border-box; overflow:hidden; display:none;}
	#pgMenu_d3>a{padding:0 22px 0 23px; font-size:26px; line-height:1.2; color: #636363; letter-spacing: -0.03em; display:inline-block; vertical-align: top; box-sizing: border-box; position: relative;}
	#pgMenu_d3>a+a:before{content: ""; width: 1px; height: 22px; margin-top:-11px; background-color: #898989; font-size:0; line-height:0; position:absolute; left:0px; top:50%;}
	#pgMenu_d3>a>span{}

	#pgMenu_d3>a:hover,
	#pgMenu_d3>a.active{color: #252525; z-index:2;}
	#pgMenu_d3>a.active{font-weight: 500;}
	*/
	#pgMenu_d3{width:100%; padding-top:30px; font-size:0; line-height:0; text-align: center; box-sizing: border-box; overflow:hidden; display:none;}
	#pgMenu_d3>a{padding:7px 11px 2px; font-weight: 500; font-size:24px; line-height:1.3; color: #252525; letter-spacing: -0.03em; display:inline-block; vertical-align: top; box-sizing: border-box; position: relative;}
	#pgMenu_d3>a+a{margin-left:4px;}
	/*#pgMenu_d3>a+a:before{content: ""; width: 1px; height: 20px; margin-top:-10px; background-color: #898989; font-size:0; line-height:0; position:absolute; left:0px; top:50%;}*/
	#pgMenu_d3>a>span{}

	#pgMenu_d3>a:hover,
	#pgMenu_d3>a.active{background-color: #362F29; color: #fff; z-index:2;}
	#pgMenu_d3>a.active{}



	#pageTop{width:100%; font-size:0; line-height:0; position: relative;}
	#pageTop>h2{font-weight:500; font-size:40px; line-height:1; color: #252525; text-align: center; position: relative;}

	#contents{min-height:460px; margin:0 auto; padding:0 20px 100px; position: relative; z-index:2; box-sizing: border-box;}

	#footer{padding:63px 0 75px; background-color: #363a48; font-size:0; line-height:0; text-align: center; position: relative;}
	#footer .link{padding-top:43px;}
	#footer .link>a{font-style: normal; font-weight: 300; font-size:20px; line-height:22px; color: #e8e8e8; display:inline-block; vertical-align: top; position: relative;}
	#footer .link>a+a{margin-left:23px;}
	#footer .link>a+a:before{content: ""; width: 1px; height: 16px; margin-top:-8px; background-color: #98999c; display: inline-block; position:absolute; left: -12px; top:50%;}

	#footer .text{padding-top:33px;}
	#footer .text>p{}
	#footer .text>address,
	#footer .text>p>span{font-style: normal; font-weight: 300; font-size:22px; line-height:32px; color: #c0c0c0; display:inline-block; vertical-align: top; position: relative;}
	#footer .text>p>span+span{margin-left:21px;}
	#footer .text>p>span+span:before{content: ""; width: 1px; height: 16px; margin-top:-8px; background-color: #98999c; display: inline-block; position:absolute; left: -11px; top:50%;}
	#footer .text>address{padding-top:20px;}
	#footer .text>address>span{color: #fff;}

	#footer .social{padding-top:30px;}
	#footer .social>a{display:inline-block; vertical-align: top;}
	#footer .social>a+a{margin-left:30px;}



	.menuLayer #footer{padding:32px 30px 75px; background-color: #fff;}
	.menuLayer #footer .logo{text-align: left; position: relative;}
	.menuLayer #footer .logo>.tel{font-size:26px; line-height:28px; color: #626262; position: absolute; right:0; top:24px; display:inline-block;}
	.menuLayer #footer .logo>.tel>strong{padding-left:7px;}

	.menuLayer #footer .link{padding-top:10px;}
	.menuLayer #footer .link>a{font-style: normal; font-weight: 300; font-size:20px; line-height:22px; color: #8c8c8c; display:inline-block; vertical-align: top; position: relative;}
	.menuLayer #footer .link>a+a{margin-left:31px;}
	.menuLayer #footer .link>a+a:before{content: ""; width: 1px; height: 16px; margin-top:-8px; background-color: #8c8c8c; display: inline-block; position:absolute; left: -16px; top:50%;}
	.menuLayer #footer .link>a.point{color: #232323;}

	.menuLayer #footer .text{padding-top:40px;}
	.menuLayer #footer .text>p{}
	.menuLayer #footer .text>address,
	.menuLayer #footer .text>p>span{font-style: normal; font-weight: 300; font-size:22px; line-height:32px; color: #636363; display:inline-block; vertical-align: top; position: relative;}
	.menuLayer #footer .text>p>span+span{margin-left:21px;}
	.menuLayer #footer .text>p>span+span:before{display:none;}
	.menuLayer #footer .text>address{padding-top:10px; font-size:20px;}
	.menuLayer #footer .text>address>span{color: #636363;}

	a.goTop{position: fixed; right:15px; bottom:15px; display: none; z-index:8;}
/*[e] Layout Style */

/*
-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;
*/