@import url('http://fonts.googleapis.com/earlyaccess/notosanskr.css');
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;}

	.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 */

	.gray{background-color:#f9f9fa;}
	html.hide{height:100%; overflow:hidden;}
	.inConts{width:600px; margin:0 auto;position: relative; box-sizing:border-box;padding:80px 0;}

	#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;}

	#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%; background-color: #fff; 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{/* border-bottom: 1px solid #e5e5e5; *//* border-bottom: 2px solid #0cc5e4; */width:100%;display:table;box-sizing: border-box;}
	.menuLayer>.menuTop>.title>p{height:100px;padding-left: 40px;font-weight: 500;font-size:28px;line-height:1.5;color: #fff;letter-spacing: -1px;display:table-cell;vertical-align: middle;}
	.menuLayer>.menuTop>.title>p img{display:table-cell;}
	.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: #000;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: #1c9ad6;border-top:1px solid #e5e5e5;display:table;table-layout: fixed;}
	.menuLayer>.mtLink>a{padding-left:40px;height:85px; font-weight: 500; font-size:28px; line-height:1.2; color: #fff; text-align: center; display:table-cell; vertical-align: middle; box-sizing: border-box; position: relative;}
	.menuLayer>.mtLink>a+a{border-left:1px solid #fff;}
	.menuLayer>.mtLink>a.login{background: url("../../images/img_m_login01.png")no-repeat left 108px center;}
	.menuLayer>.mtLink>a.logout{background: url("../../images/img_m_login01.png")no-repeat left 90px center;}
	.menuLayer>.mtLink>a.join{background: url("../../images/img_m_join01.png")no-repeat left 90px center;}
	.menuLayer>.mtLink>a.mypage{background: url("../../images/img_m_join01.png")no-repeat left 108px center;}

	.menuLayer .gnb{}
	.menuLayer .gnb>li{ position: relative;}
	.menuLayer .gnb>li>a{border-bottom:1px solid #d0d0d0;width:100%;height: 90px;padding:0 70px 0 40px;font-weight: 300;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;font-weight:400;}
	.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: #666; display: block; position:absolute; top:50%;border-radius:5px;}
	.menuLayer .gnb>li>a i:after{right:8px; transform:rotate(45deg);}
	.menuLayer .gnb>li>a i:before{right:0px; transform:rotate(-45deg);}

	.d3{width:100%;border-top:1px solid #d4d4d4; overflow:hidden; overflow-y:auto; display:none;}
	.menuLayer .gnb .gnbSub{/* padding:15px 0; */ background-color: #f9f9f9;display:none;}
	.menuLayer .gnb .gnbSub .d3>li+li,
	.menuLayer .gnb .gnbSub>li+li{border-top:1px solid #ddd;}
	.menuLayer .gnb .gnbSub .d3>li>a,
	.menuLayer .gnb .gnbSub>li>a{width:100%;height: 75px;padding-left:50px;font-weight: 400;font-size:24px;line-height:1.2;color: #333333;text-align: left;letter-spacing: -1px;display:table;position: relative;box-sizing: border-box;}
	.menuLayer .gnb .gnbSub>li>a:nth-last-child(1){border:none;}

	.menuLayer .gnb .gnbSub .d3>li>a>span,
	.menuLayer .gnb .gnbSub>li>a>span{padding: 25px 0 25px 0px; display:table-cell; vertical-align:middle; position: relative;}
	.menuLayer .gnb .gnbSub>li.active>a{background:#dddddd;}
	.menuLayer .gnb .gnbSub .d3>li>a>span{padding:25px 0 25px 20px;}

	.menuLayer .gnb .gnbSub .d3>li>a{background-color:#ededed;font-size:22px;}

	.menuLayer .gnb .gnbSub>li>a i{width:24px; height:13px; margin-top:-6.5px; position: absolute; right:30px; top:50%; display:inline-block;}
	.menuLayer .gnb .gnbSub>li>a i:after,
	.menuLayer .gnb .gnbSub>li>a i:before{content: ""; width:15px; height: 3px; margin:0 0 0 0; background-color: #333; display: block; position:absolute; top:50%;border-radius:5px;}
	.menuLayer .gnb .gnbSub>li>a i:after{right:8px; transform:rotate(45deg);}
	.menuLayer .gnb .gnbSub>li>a i:before{right:0px; transform:rotate(-45deg);}


	.menuLayer .gnb>li.active>a,
	.menuLayer .gnb>li.oPage>a{font-weight: 500; color: #fff;background-color:#0069a9;}
	.menuLayer .gnb>li.active>a i,
	.menuLayer .gnb>li.oPage>a i,
	.menuLayer .gnb .gnbSub>li.active>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{right:-650px;}
	#menuArea.open{right:0;    overflow: overlay;}

	#wrap{width:640px; margin:0 auto; overflow:hidden; position:relative;}
	#header{height:100px;background-color: #fff;font-size:0;line-height:0;position: relative;z-index:7;}
	#header h1{margin: -20px 0 0 0;position: absolute;left: 30px;top:50%;display:inline-block;}
	#header .menuOpen{width:47px; height:33px;background-color: transparent; border:none; font-size:0; line-height:0; position: absolute; right:30px; top:34px; display:inline-block; cursor: pointer;}
	#header .menuOpen:after,
	#header .menuOpen:before,
	#header .menuOpen>span{content: "";width:100%;height: 4px;margin-left:-23.5px;background-color: #333;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 .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:307px; display:table;}
	#sVisual h2{text-align: center; display:table-cell; vertical-align: middle;}
	#sVisual h2>*{font-weight: 500;font-size:50px;line-height:1;color: #fff;letter-spacing: 1px;display:inline-block;vertical-align: top;position: relative;text-transform : uppercase;}
	#sVisual h2>span+strong{margin-left:78px;}
	#sVisual h2>span+strong:before{content: ""; width:3px; height:32px; background-color: #fff; position: absolute; left:-45px; top:2px; display:block;}
	#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_sVisual01.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;display:flex;}
	#snb #nav>li{min-width:290px; 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 #ebebeb; */}
	#snb #nav>li>a{width:100%; height:80px; padding:0 50px 0 20px; font-weight: 300; 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:0; min-width:0;display:none;}
	#snb #nav>li.home>a{width:0; height:80px; 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.sDepth01{display:none;}
	#snb #nav>li.sDepth02{width:100%;}
	#snb #nav>li:last-child>a{font-weight: 500; color: #333;}

	#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;    background-color: rgba(0,0,0,0.6);}
	#snb #nav>li.sDepth03 .lnbSub>a>span{padding:5px 0; display:table-cell; vertical-align:middle;}

	#snb #nav>li.sDepth03 .lnbSub>a.active{color: #fff;}

	#snb #nav .lnbSub{background-color: #fff;position:absolute; left:0; right:0; top:80px; display:none; box-sizing:border-box;}
	#snb #nav .lnbSub>a{width:100%; height:70px; padding:0px 20px; font-weight: 400; font-size:22px; line-height:1.4; color:#333; display:table; box-sizing:border-box;border-top:1px solid #e9e9e9}
	#snb #nav .lnbSub>a>span{padding:5px 0; display:table-cell; vertical-align:middle;}
	#snb #nav .lnbSub>a+a{}
	#snb #nav .lnbSub>a:hover,
	#snb #nav .lnbSub>a.active{color: #0069a9;font-weight:500; background-color:#f0f0f0;}

	#snb #nav>li.active{/* background-color: rgba(0,0,0,0.7); */}
	#snb #nav>li.active>a{color:#333;}
	#snb #nav>li.active a i{transform:rotate(180deg);color:#fff;}

	#snb #nav>li.active>a i:after,
	#snb #nav>li.active>a i:before{}


	#snb #nav>li.active a i{transform:rotate(180deg);}

	#pageTop{width:100%; padding:80px 0 0; font-size:0; line-height:0; position: relative;}
	#pageTop>h3{height:105px; font-weight:500; font-size:40px; line-height:1; color: #333; 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;}
	#contents.full{padding:0 0px}
	#footer {padding-bottom: 50px;/* padding:0; */background-color: #333333;border-top:1px solid #ebebeb;font-size:0;line-height:0;position: relative;}
	#footer .link{display: flex;width:100%;border-bottom:1px solid #555555;/* display:table; *//* table-layout: fixed; */background-color:#333333;justify-content: center;align-items: center;}
	#footer .link a{line-height: 82px;/* height:82px; */padding:0;font-weight: 400;font-size:22px;/* line-height:1.4; */color:#fff;}
	#footer .link a+a{margin-left:40px;}
	#footer .link a.point{color: #0e652e;}

	#footer .text{padding: 30px 0 32px;text-align: center;}
	#footer .text>p{}
	#footer .text>p:nth-child(5){margin-top:15px;}
	#footer .text>p>span,
	#footer .text>address{font-style: normal; font-weight: 400; font-size:22px; line-height:36px; color: #666; display:inline-block; vertical-align: top; position: relative;}
	#footer .text>p>span{}
	#footer .text>p>span+span{margin-left:30px;}
	#footer .text>p>span+span:before{content: ""; width: 1px; height: 10px; margin-top:-4px; background-color: #4c4c4c; display: inline-block; position:absolute; left: -13px; top:50%;}
	#footer .text>address{padding-top:10px;}
	#footer .banner{border-top:1px solid #ebebeb; text-align: center;}
	#footer .text .point{color: #666;}

	.familysite {display: block;margin: 0 auto;width: 450px;height: 70px;padding:0 20px;background:#ffffff url('../../images/bg_familysite_arr.gif') no-repeat 95% center;border:1px solid #dcdddd;font-size: 22px;line-height:42px;color:#333;-webkit-appearance: none;-moz-appearance: none;appearance: none;/* box-sizing: border-box; *//* position: absolute; *//* right:0; *//* bottom: 0; *//* z-index:4; */}
	.familysite::-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;
*/