@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/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
body,th,td,input,select,textarea,h2,h3,h4,h5,address{font-family:'Noto Sans KR', sans-serif; font-style:normal; font-weight:normal; font-size:14px; line-height:1.4; color:#666;}

	#header .mMenu:after,
	#header .mMenu:before,
	#header .mMenu>span,

	.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;}

:root,
html{font-size:13px;}

/*[s] Layout Style */
	html.hide{height:100%; overflow:hidden;}
	.inConts{width:600px; 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:110px; z-index:8; opacity:0; display:none;}
	#menuBg.open{opacity:0.7; display:block;}

	.menuLayer{width:640px; font-size:0; line-height:0; position: fixed; top:110px; z-index:12; overflow:hidden; overflow-y:auto;}

	.menuLayer>.menuTop{width:100%; background-color: #000; position: relative; }
	.menuLayer>.menuTop>.title{width:100%; display:table; box-sizing: border-box;}
	.menuLayer>.menuTop>.title>p{height:100px; padding-left:42px; font-weight: 500; font-size:28px; line-height:1.5; color: #fff; letter-spacing: -1px; 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: #fff; 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 #111; display:table; table-layout: fixed;}
	.menuLayer>.mtLink>a{height:79px; font-weight: 500; font-size:26px; line-height:1.2; color: #333; text-align: center; display:table-cell; vertical-align: middle; box-sizing: border-box; position: relative;}
	.menuLayer>.mtLink>a+a{border-left:1px solid #111;}

	.menuLayer .gnb{background-color: #fff;}
	.menuLayer .gnb>li{border-bottom:1px solid #b9b9b9; position: relative;}
	.menuLayer .gnb>li>a{width:100%; height:81px; padding:0 70px 0 30px; font-weight: 400; font-size:22px; line-height:1.4; color: #666; 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: 2px; margin:0 0 0 0; background-color: #666; 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{background-color: #efefef; border-top:1px solid #b9b9b9; display:none;}
	.menuLayer .gnb .gnbSub>li+li{border-top:1px solid #b9b9b9;}
	.menuLayer .gnb .gnbSub>li>a{width:100%; height:58px; padding-left:50px; font-size:20px; line-height:1.2; color: #0d0d0d; text-align: left; letter-spacing: -1px; display:table; position: relative; box-sizing: border-box;}
	.menuLayer .gnb .gnbSub>li>a>span{padding:5px 0 5px 10px; display:table-cell; vertical-align:middle; position: relative;}
	.menuLayer .gnb .gnbSub>li>a>span:before{content: "- "; position: absolute; left:0; top:17px;}

	.menuLayer .gnb>li.active>a,
	.menuLayer .gnb>li.oPage>a{background-color: #0c50a0; 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%; background-color: #fff; border-bottom:1px solid #b9b9b9; display: table; table-layout: fixed; box-sizing: border-box;}
	.menuLayer .languageArea>a{width:50%; height:60px; text-align: center; display:table-cell; vertical-align:middle; box-sizing: border-box;}
	.menuLayer .languageArea>a+a{border-left:1px solid #b9b9b9;}

	#menuArea{left:-650px;}
	#menuArea.open{left:0;}

	#wrap{width:640px; margin:0 auto; overflow:hidden; position:relative;}
	#header{background-color: #fff; border-bottom:1px solid #b9b9b9; font-size:0; line-height:0; position: relative; z-index:7;}
	#header h1{padding:27px 0 26px; text-align: center;}

	#header .mMenu{width:30px; height:31px; background-color:transparent; border:none; font-size:0; line-height:0; position: absolute; left:20px; top:35px; display:inline-block; cursor: pointer;}
	#header .mMenu:after,
	#header .mMenu:before,
	#header .mMenu>span{content: ""; width:100%; height: 3px; background-color: #1b1b1b; display: block; position:absolute; left:0; top:50%; border-radius:99px;}
	#header .mMenu:after{margin-top:-16px; width:80%;}
	#header .mMenu:before{margin-top:13px;}
	#header .mMenu>span{margin-top:-1.5px; width:60%;}

	#header .mMenu.open:after,
	#header .mMenu.open:before,
	#header .mMenu.open>span{width:100%;}

	#header .mMenu.open:after{margin-top:-3px; transform:rotate(-45deg);}
	#header .mMenu.open:before{margin-top:-3px; transform:rotate(45deg);}
	#header .mMenu.open>span{opacity: 0;}

	#header .tel{position: absolute; right:20px; top:32px; display:inline-block; cursor: pointer;}

	#header .language{width:140px; display:inline-block; box-sizing: border-box; position: absolute; left:20px; top:25px; z-index:1;}
	#header .language:after,
	#header .language:before{content: ""; width:10px; height: 2px; margin:0 0 0 0; background-color: #fff; display: block; position:absolute; top:50%;}
	#header .language:after{right:6px; transform:rotate(45deg);}
	#header .language:before{right:0; transform:rotate(-45deg);}
	#header .language select{width:100%; height:50px; padding:0 10px; background-color: #000; border:none; font-weight: 300; font-size:24px; line-height:50px; color: #fff; -webkit-appearance: none; -moz-appearance: none; appearance: none; box-sizing: border-box;}
	#header .language select::-ms-expand{display:none;}

	#sVisual{width:100%; background-repeat: no-repeat; background-position: center center; background-size: cover; font-size:0; line-height:0; overflow:hidden; position: relative;}
	#sVisual .inConts{height:371px; display:table;}
	#sVisual h2{text-align: center; display:table-cell; vertical-align: middle;}
	#sVisual h2>*{font-weight: 500; font-size:42px; line-height:1; color: #fff; display:inline-block; vertical-align: top; position: relative; text-shadow:0px 0px 10px rgba(0,0,0,0.2);}
	#sVisual.bg01{background-image:url('../../images/img_sVisual01.jpg');}
	#sVisual.bg02{background-image:url('../../images/img_sVisual02.jpg');}
	#sVisual.bg03{background-image:url('../../images/img_sVisual03.jpg');}
	#sVisual.bg04{background-image:url('../../images/img_sVisual04.jpg');}
	#sVisual.bg05{background-image:url('../../images/img_sVisual05.jpg');}
	#sVisual.bg06{background-image:url('../../images/img_sVisual06.jpg');}
	#sVisual.bg07{background-image:url('../../images/img_sVisual07.jpg');}

	#sVisual.bg10{background-image:url('../../images/img_sVisual10.jpg');}
	#sVisual.bg11{background-image:url('../../images/img_sVisual11.jpg');}
	#sVisual.bg12{background-image:url('../../images/img_sVisual12.jpg');}

	#snb{width:100%; 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:249px; border-bottom:1px solid #e9e9e9; display:inline-block; vertical-align:top; position:relative; box-sizing:border-box;}
	#snb #nav>li+li{border-left:1px solid #e9e9e9;}
	#snb #nav>li>a{width:100%; height:70px; padding:0 50px 0 20px; font-weight: 300; font-size:20px; line-height:1.3; 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: #aaa; 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:71px; min-width:71px; border-right:1px solid #e9e9e9;}
	#snb #nav>li.home>a{width:70px; height:70px; padding:0; background:url('../../images/icon_home.gif') 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:320px; color: #333;}
	/*#snb #nav>li:last-child>a{font-weight: 500; color: #333;}*/

	#snb #nav>li.sDepth03{width:1px; height:1px; font-size:0; line-height:0; position: fixed; left:-1px; top:-1px; z-index:-999; overflow:hidden; opacity: 0;}
	/*
	#snb #nav>li.sDepth03{width:610px; margin:20px 15px 0; border:1px solid #333; display:block; 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:70px; padding:0px 20px; font-weight: 300; 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{background-color: #f0f0f0; color: #333;}

	#snb #nav>li.active a i{transform:rotate(180deg);}

	#sMenuD3Area{margin-bottom:45px; background-color: #fff; font-size:0; line-height:0; text-align: center; position: relative;}
	#sMenuD3Area .inConts{border:1px solid #dadada; display: flex; justify-content: space-between;}
	#sMenuD3Area .inConts>a{padding:0px; font-weight: 400; font-size:20px; line-height:1.2; color:#4c4c4c; letter-spacing: -0.03em; text-align: center; display:inline-block; vertical-align: top; box-sizing:border-box;}
	#sMenuD3Area .inConts>a>span{width:999px; height:58px; display:table-cell; vertical-align: middle;}

	#sMenuD3Area .inConts>a+a{border-left:1px solid #dadada;}

	#sMenuD3Area .inConts>a:hover,
	#sMenuD3Area .inConts>a.active{background-color: #0091db; font-weight: 500; color:#fff;}
	#sMenuD3Area .inConts>a.active{}

	#pageTop{margin:0 auto; padding:80px 0 45px; font-size:0; line-height:0; text-align: center; position: relative; z-index:4;}
	#pageTop>h3{font-weight:bold; font-size:34px; line-height:1; color: #191919; letter-spacing: -0.05em;}
	#pageTop>p{padding-top:17px; font-size:22px; line-height:30px; color: #707070; letter-spacing: -0.03em;}

	#contents{min-height:460px; margin:0 auto; padding:0 20px 120px; position: relative; z-index:2; box-sizing: border-box;}
	#contents.full{width:100%; padding:0px; font-size:0; line-height:0; overflow:hidden;}
	#contents.full .fullBox{width:640px; margin-left:-320px; font-size:0; line-height:0; text-align: center; position: relative; left:50%;}
	#contents.full .fullBox.gray{background-color: #f7f9fb;}
	#contents.full .fullBox.pd{padding:100px 0;}
	#contents .inConts.pd{padding:90px 0 120px; font-size:0; line-height:0; text-align: center;}
	#contents .pb_100{padding-bottom:100px;}
	#contents .pb_120{padding-bottom:120px;}

	#footer{width:100%; background-color: #2d343a; border-top:1px solid #181a1c; font-size:0; line-height:0; position: relative;}
	#footer:before{content: ""; width: 100%; height: 1px; background-color: #181a1c; display: block; position:absolute; left: 0; top:71px;}

	#footer .link{text-align: center;}
	#footer .link>a{font-style: normal; font-weight: 300; font-size:18px; line-height:72px; color: #d5d5d5; display:inline-block; vertical-align: top; position: relative;}
	#footer .link>a+a{margin-left:61px;}
	#footer .link>a+a:before{content: ""; width: 1px; height: 10px; margin-top:-4px; background-color: #767b80; display: inline-block; position:absolute; left: -31px; top:50%;}
	#footer .link>a.point{}

	#footer .text{padding:145px 0 80px 0; background:url("../../images/foot_logo.png") no-repeat left 51px;}
	#footer .text>p{}
	#footer .text>address,
	#footer .text>p>span{font-style: normal; font-weight: 300; font-size:20px; line-height:30px; color: rgba(255,255,255,0.75); display:inline-block; vertical-align: top; position: relative;}
	#footer .text>p>span+span{margin-left:24px;}
	/*#footer .text>p>span+span:before{content: ""; width: 1px; height: 10px; margin-top:-4px; background-color: #767b80; display: inline-block; position:absolute; left: -6px; top:50%;}*/
	#footer .text>address{padding-top:15px; font-size:18px;}
	#footer .text>address span,
	#footer .text>address a{color: #fff;}

	#footer .famLay{height:42px; padding:0 40px 0 20px; border:1px solid rgba(255,255,255,0.75); font-family: 'Poppins', sans-serif; font-weight: 300; font-size:17px; line-height:40px; color: #fff; text-align: left; display:inline-block; box-sizing: border-box; position: absolute; right:0; top:124px;}
	#footer .famLay{background:#2d343a url("../../images/arr_fam.png") no-repeat right center; -webkit-appearance: none; -moz-appearance: none; -webkit-appearance: none;}
	#footer .famLay::-ms-expand{display:none;}

	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;
*/