@charset "euc-kr";
.subVisImg { position:relative; width:100%; height:500px; overflow:hidden; }
.subVisImg .bgImg { position:absolute; top:0; left:0; bottom:0; right:0; text-indent:-99999px; background-size:cover; background-position:50% 50%; background-repeat:no-repeat; transform:scale(1.2); transition:transform 5s ease; z-index:-9; }
.subVisImg.bg-loaded .bgImg { transform:scale(1); }
.subVisImg.subImg_1 .bgImg { background-image:url(../intro/images/subImg_1.jpg); }
.subVisImg.subImg_2 .bgImg { background-image:url(../education/images/subImg_2.jpg); }
.subVisImg.subImg_3 .bgImg { background-image:url(../program/images/subImg_3.jpg); }
.subVisImg.subImg_4 .bgImg { background-image:url(../consult/images/subImg_4.jpg); }
.subVisImg.subImg_5 .bgImg { background-image:url(../community/images/subImg_5.jpg); }
.txtInner { display:table; width:100%; height:100%; }
.txt { display:table-cell; width:100%; height:100%; vertical-align:middle; }
.txt_1 { font-size:48px; color:rgba(255,255,255,1); font-family:'GmarketSansBold'; line-height:1.3; text-align:center; text-shadow:0 0 3px #222; opacity:0; transform:translateX(2%); -webkit-transform:translateX(2%); -moz-transform:translateX(2%); -o-transform:translateX(2%); transition:all 1s 1s; -webkit-transition:all 1s 1s; -moz-transition:all 1s 1s; -o-transition:all 1s 1s; transition-delay:1.5s; }
.txt_1.txtB { opacity:1; transform:translateX(0); -webkit-transform:translateX(0); -moz-transform:translateX(0); -o-transform:translateX(0); }
.txt_2 { font-size:15px; color:rgba(255,255,255,.7); font-family:'GmarketSansMedium'; text-align:center; text-shadow:0 0 3px #222; -ms-word-break:keep-all; word-break:keep-all; opacity:0; transform:translateX(-2%); -webkit-transform:translateX(-2%); -moz-transform:translateX(-2%); -o-transform:translateX(-2%); transition:all 1s 1s; -webkit-transition:all 1s 1s; -moz-transition:all 1s 1s; -o-transition:all 1s 1s; transition-delay:1.5s; }
.txt_2.txtN { opacity:1; transform:translateX(0); -webkit-transform:translateX(0); -moz-transform:translateX(0); -o-transform:translateX(0); }
#lnb { position:relative; width:100%; border-top:1px solid #EBEBEB; border-bottom:1px solid #EBEBEB; background:#f7f7f7; z-index:9; }
#pathArea { width:100%; max-width:1000px; height:46px; margin:0 auto; }
.path { float:left; width:auto; height:46px; }
.path a.homeBtn { float:left; display:block; width:66px; height:46px; text-indent:-99999px; background:url('../intro/images/home_ico.png') left top no-repeat; }
.path .scate { position:relative; float:left; width:182px; height:46px; line-height:46px; border-right:1px solid #EBEBEB; }
.path .scate a.scateMe { display:block; background:#FFF; padding-left:20px; font-size:13px; }
.path .scate a.scateMe:before { content:''; position:absolute; top:20px; right:20px; width:9px; height:6px; background:#FFF url('../intro/images/path_ico.png') no-repeat; transform:rotate(0deg); -webkit-transform:rotate(0deg); -moz-transform:rotate(0deg); -o-transform:rotate(0deg); transition:transform .1s .1s, -webkit-transform .1s .1s; transition:transform .1s .1s, -webkit-transform .1s .1s; transition:transform .1s .1s; -webkit-transition:transform .1s .1s; transition:-webkit-transform .1s .1s; -webkit-transition:-webkit-transform .1s .1s; }
.path .scate.on a.scateMe:before { background:#FFF url('../intro/images/path_ico.png') no-repeat; transform:rotate(180deg); -webkit-transform:rotate(180deg); -moz-transform:rotate(180deg); -o-transform:rotate(180deg); }
.path .scate .lnbMenu { margin-left:-1px; width:146px; padding:15px 14px 15px 22px; border:1px solid #EBEBEB; background:#FFF; overflow:hidden; }
.path .scate .lnbMenu a.men { display:block; line-height:28px; font-size:14px; }
.path .scate .lnbMenu a.men:hover { padding-left:2px; }
.path .scate .lnbMenu a.men.on,
.path .scate .lnbMenu a.cur { font-weight:bold; color:#E35828; font-size:14px; }
#ftSize { float:right; width:93px; }
.fsup { float:left; width:47px; height:46px; background:url('../intro/images/btnPlus.png') left top no-repeat; text-indent:-99999px; }
.fsdown { float:left; width:46px; height:46px; background:url('../intro/images/btnMinus.png') left top no-repeat; text-indent:-99999px; }
.fsup a { display:block; width:47px; height:46px; }
.fsdown a { display:block; width:46px; height:46px; }
#subContents { width:100%; background-color:#FFF; }
#subContInner { position:relative; width:100%; max-width:1000px; margin:0 auto; overflow:hidden; }
h3.maint { margin-top:60px; font-size:34px; font-weight:bold; color:#111; line-height:34px; }
span.st { display:block; font-size:12px; padding-top:6px; color:#888; } 
#contents { margin:100px 0; width:100%; max-width:1000px; overflow:hidden; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; }
.con1 { width:100%; max-width:1000px; margin-bottom:40px; transition: .2s ease; -moz-transition: .2s ease; -webkit-transition: .2s ease; -o-transition: .2s ease;  }
.con1Txt { margin:0 auto; width:100%; max-width:1000px; text-align:center; font-size:23px; font-weight:bold; line-height:1.4; }
.bar { margin:39px auto 20px; width:62px; background:url('../intro/images/h_bar.gif') repeat-x; text-indent:-9999px; }
.con1_2Txt { margin:0 auto; width:100%; max-width:1000px; font-size:15px; line-height:1.6; text-align:justify; }
.signArea { margin:0 auto; width:200px; }
.ceo { margin-top:59px; font-size:15px; }
.sign { margin:0 0 0 59px; }
.con2, .con3, .con4, .con5, .con6 { width:100%; max-width:1000px; }
.con1 img, .con2 img, .con3 img, .con4 img, .con5 img, .con6 img { max-width:100%; height:auto; }
.roadmapArea { float:left; width:100%; max-width:1000px; border-top:2px solid #353631; }
.roadmap_t { margin:45px auto; width:100%; max-width:760px; font-size:15px; text-align:center; transition: .2s ease; -moz-transition: .2s ease; -webkit-transition: .2s ease; -o-transition: .2s ease; }
.roadmap_t .roadmap_Txt { margin:0 auto; width:100%; text-align:center; font-size:25px; font-weight:bold; }
.roadmap_t .roadmapb { color:#F60; font-weight:bold; }
#roadmap { width:100%; max-width:1000px; margin-top:0; }
#roadmap .item { width:20%; font-size:15px; font-weight:bold; background:rgba(238,238,238,0.3); }
#roadmap .brd { border-top:1px solid #E9E9E9; }
#roadmap .tt1_con { padding:18px 0; text-align:center; border-right:1px solid #E9E9E9; border-bottom:1px solid #E9E9E9; }
#roadmap .tt2_con { padding:18px 0 18px 35px; border-bottom:1px solid #E9E9E9; font-size:15px; }
ul.clickTab { position:relative; }
ul.clickTab:after { content:""; display:block; clear:both; }
ul.clickTab > li { width:100%; }
ul.clickTab > li > a { display:block; width:50%; text-align:center; background:#FBFBFB; font-size:17px; color:#555; height:46px; line-height:46px; border-top:solid 1px #e5e5e5; border-bottom:solid 1px #e5e5e5; border-right:solid 1px #e5e5e5; }
ul.clickTab > li > a.fir { float:left; border-left:solid 1px #E5E5E5; position:absolute; top:0; left:0; }
ul.clickTab > li > a.sec { float:left; border-left:solid 1px #E5E5E5; border-right:solid 1px #e5e5e5; position:absolute; top:0; left:50%; width:49.8%; }
ul.clickTab > li.tabOn > a { background:rgba(71, 97, 21, 1); color:#FFF; border:none; height:48px; line-height:48px; font-weight:bold; }
ul.clickTab .partConDiv { padding-top:55px; }
.partConBox_1,
.partConBox_2 { width:100%; max-width:1000px; }
.work { width:100%; max-width:1000px; margin:0 auto; }
.work #choice { width:100%; max-width:390px; height:50px; margin:0 auto; }
.work #choice li { float:left; padding-right:25px; }
.work #choice li:last-child { padding-right:0; }
.work #choice li a { display:block; color:#7F8289; font-size:15px; padding-top:11px; }
.work #choice li a:hover { color:#333; }
.work #choice li a.selected { color:#000; font-weight:bold; background:url('../intro/images/bot_arrow.png') center top no-repeat; }
.container { width:100%; max-width:1000px; margin:0 auto; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; }
.portfolio-thumbs { position:relative; margin:0 5px 5px 0; overflow:hidden; cursor:pointer; }
.portfolio-thumbs a + img { width:100%; }
.portfolio-thumbs .hover-wrap { display:block; position:absolute; width:100%; height:100%; -webkit-transition:all 450ms ease-out 0s; -moz-transition:all 450ms ease-out 0s; -o-transition:all 450ms ease-out 0s; transition:all 450ms ease-out 0s; -webkit-transform: rotateY(0deg) scale(1,1); -moz-transform: rotateY(0deg) scale(1,1); -ms-transform: rotateY(0deg) scale(1,1); -o-transform: rotateY(0deg) scale(1,1); transform: rotateY(0deg) scale(1,1); opacity:0; filter:alpha(opacity=0); }
.portfolio-thumbs a:focus,
.portfolio-thumbs:hover .hover-wrap,
.portfolio-thumbs.active .hover-wrap { -webkit-transform: rotateY(0deg) scale(1,1); -moz-transform: rotateY(0deg) scale(1,1); -ms-transform: rotateY(0deg) scale(1,1); -o-transform: rotateY(0deg) scale(1,1); transform: rotateY(0deg) scale(1,1); opacity:1; filter:alpha(opacity=100); }
.portfolio-thumbs .hover-wrap .overlay-img { position:absolute; width:100%; height:100%; background:#000; opacity:0.7; filter:alpha(opacity=70); }
.portfolio-thumbs .hover-wrap .overlay-img-thumb { position:absolute; top:50%; left:50%; margin:-16px 0 0 -16px; color:#FFF; font-size:32px; line-height:1em; opacity:1; filter:alpha(opacity=100); }
.commArea { float:left; width:100%; max-width:1000px; border-top:2px solid #353631; }
.comm_t { margin:45px auto; width:100%; max-width:760px; font-size:15px; text-align:center; transition: .2s ease; -moz-transition: .2s ease; -webkit-transition: .2s ease; -o-transition: .2s ease; }
.comm_t .comm_Txt { margin:0 auto; width:100%; text-align:center; font-size:25px; font-weight:bold; }
.comm_t .commb { color:#F60; font-weight:bold; }
.comm_con { width:100%; max-width:1000px; margin:0 auto; }
.comm_con img { max-width:100%; height:auto; }
#gallWrap .bbsnewf5 { font-size:13px; color:#555; }
#gallWrap .bbsnewf5 td[valign='bottom'] { padding:0 5px; }
#gallWrap .bbsnewf5 td[valign='bottom']>a { position:relative; display:block; }
#gallWrap .bbsnewf5 td[valign='bottom']>a>img { display:block; width:100%; height:auto; }
#gallWrap .bbsnewf5 td[valign='bottom']>a:before { content:''; position:absolute; left:0; top:0; width:100%; height:0; background:rgba(0, 0, 0, 1); opacity:0; transition:all .3s ease; -webkit-transition:all .3s ease; -moz-transition:all .3s ease; -o-transition:all .3s ease; }
#gallWrap .bbsnewf5 td[valign='bottom']>a:after { content:''; position:absolute; left:50%; top:50%; margin:0 0 0 -10px; width:26px; height:26px; background:url(../images/zoom_pict_b.png) center center no-repeat; opacity:0; transition:all .3s ease; -webkit-transition:all .3s ease; -moz-transition:all .3s ease; -o-transition:all .3s ease; }
#gallWrap .bbsnewf5:hover td[valign='bottom']>a:before,#gallWrap .bbsnewf5 td[valign='bottom']>a:focus:before { width:100%; height:100%; opacity:.7; -ms-filter:alpha(opacity=70); filter:alpha(opacity=70); }
#gallWrap .bbsnewf5:hover td[valign='bottom']>a:after,#gallWrap .bbsnewf5 td[valign='bottom']>a:focus:after { margin-top:-13px; opacity:1; -ms-filter:alpha(opacity=100); filter:alpha(opacity=100); }
#instagram { width:100%; overflow:hidden; }
.instagram_item { float:left; width:25%; padding-right:1px; padding-bottom:1px; box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; }
.instagram_item > a { position:relative; display:block; width:100%; padding-top:100%; background:no-repeat center center; background-size:cover; }
.instagram_item > a:before { content:''; position:absolute; left:0; right:0; top:0; bottom:0; background:rgba(0,0,0,.8); opacity:0; z-index:8; transition:all .3s ease; -webkit-transition:all .3s ease; -moz-transition:all .3s ease; -o-transition:all .3s ease; }
.instagram_item p { position:absolute; top:46%; width:100%; font-size:.8rem; color:#FFF; text-align:center; opacity:0; z-index:9; }
.instagram_item > a:hover:before { opacity:1; }
.instagram_item > a:hover p { opacity:1; }