@charset "euc-kr";
#mainVisimg { position:relative; overflow:hidden; }
#mainVisimg .owl-carousel { height:100vh; }
#mainVisimg .owl-carousel .owl-nav > div { position:absolute; top:50%; width:70px; height:70px; border-radius:50%; font-size:32px; color:#FFF; text-align:center; line-height:68px; margin-top:-35px; border:2px solid rgba(255,255,255,0.25); opacity:0; transition: all 0.4s ease; }
#mainVisimg .owl-carousel .owl-nav > div:hover { color:#000; border-color:#FFF; background:#FFF; }
#mainVisimg .owl-carousel .owl-nav > .owl-prev { left:3%; }
#mainVisimg .owl-carousel .owl-nav > .owl-next { right:3%; }
#mainVisimg .owl-carousel:hover .owl-nav > div { opacity:1; }
#mainVisimg .owl-carousel .owl-dots { position:absolute; bottom:95px; left:0; width:100%; text-align:center; }
#mainVisimg .owl-carousel .owl-dots > .owl-dot { position:relative; display:inline-block; width:20px; height:20px; margin:0 4px; border:2px solid transparent; border-radius:50%; -webkit-transition:border .3s ease; transition:border .3s ease; }
#mainVisimg .owl-carousel .owl-dots > .owl-dot > span { display:block; position:absolute; top:50%; left:50%; width:8px; height:8px; margin:-4px 0 0 -4px; border-radius:50%; background:rgba(255,255,255,0.35); -webkit-transition:background 0.3s ease; transition:background 0.3s ease; }
#mainVisimg .owl-carousel .owl-dots > .owl-dot.active { border-color:#EFE8CE; }
#mainVisimg .owl-carousel .owl-dots > .owl-dot:hover > span,
#mainVisimg .owl-carousel .owl-dots > .owl-dot.active > span { background:#EFE8CE; }
#mainVisimg .owl-stage-outer { position:relative; height:100vh; }
#mainVisimg .owl-stage-outer .owl-stage { height:100vh; }
#mainVisimg .owl-stage-outer .owl-stage .owl-item { position:relative; height:100vh; overflow:hidden; }
#mainVisimg .owl-stage-outer .owl-stage .owl-item > li.visImg { width:100vw; height:100vh; }
#mainVisimg .owl-stage-outer .owl-stage .owl-item > li.visImg > .imagescale { position:absolute; top:0; bottom:0; -webkit-animation:imagescale 10s ease-in-out infinite alternate; -moz-animation:imagescale 10s ease-in-out infinite alternate; -o-webkit-animation:imagescale 10s ease-in-out infinite alternate; animation:imagescale 10s ease-in-out infinite alternate; }
#mainVisimg .owl-stage-outer .owl-stage .owl-item > li.visImg > .imagescale img { width:100vw; height:100vh; object-fit:cover; }
#mainVisimg .owl-stage-outer .owl-stage .owl-item > li.visImg > .visText { position:relative; top:35%; width:100%; max-width:auto; margin:0 auto; z-index:8; }
#mainVisimg .owl-stage-outer .owl-stage .owl-item > li.visImg > .visText .vmt { display:block; color:#FFF; font-size:80px; font-weight:700; margin-bottom:8px; text-shadow:0 0 3px #222; text-align:center; font-family:'Play', sans-serif; -webkit-transform:translateY(-40px); transform:translateY(-40px); -webkit-transition:all 0.5s ease; transition:all 0.5s ease; -webkit-transition-delay:0.9s; transition-delay:0.9s; opacity:0; filter:alpha(opacity=0); }
#mainVisimg .owl-stage-outer .owl-stage .owl-item > li.visImg > .visText .vst { color:#F1F1F1; font-size:24px; font-family:'GmarketSansLight'; line-height:1.5; text-shadow:0 0 3px #222; text-align:center; -webkit-transform:translateY(40px); transform:translateY(40px); -webkit-transition:all 0.5s ease; transition:all 0.5s ease; -webkit-transition-delay:1.4s; transition-delay:1.4s; opacity:0; filter:alpha(opacity=0); }
#mainVisimg .owl-stage-outer .owl-stage .owl-item.active > li.visImg > .visText .vmt { -webkit-transform:translateY(0); transform:translateY(0); opacity:1; filter:alpha(opacity=100); }
#mainVisimg .owl-stage-outer .owl-stage .owl-item.active > li.visImg > .visText .vst { -webkit-transform:translateY(0); transform:translateY(0); opacity:1; filter:alpha(opacity=100); }
@keyframes imagescale { 0% { transform: scale(1.0); -webkit-transform: scale(1.0); -moz-transform: scale(1.0); -o-transform: scale(1.0); } 100% { transform: scale(1.3); -webkit-transform: scale(1.3); -moz-transform: scale(1.3); -o-transform: scale(1.3); } }
@-webkit-keyframes imagescale { 0% { transform: scale(1.0); -webkit-transform: scale(1.0); -moz-transform: scale(1.0); -o-transform: scale(1.0); } 100% { transform: scale(1.3); -webkit-transform: scale(1.3); -moz-transform: scale(1.3); -o-transform: scale(1.3); } }
.optbr { display:block; }
.scrollDown { position:absolute; left:50%; bottom:50px; margin-left:-15px; width:33px; height:20px; z-index:9; }
.sectArea { position:relative; float:left; width:100%; min-height:100%; }
#cplWrap { float:left; width:100%; margin:90px 0 0; }
.cplArea { width:100%; max-width:600px; margin:0 auto; }
.cpl { float:left; position:relative; bottom:0; left:0; width:197px; height:217px; background:url('../images/couple.png') no-repeat left bottom; text-indent:-9999px; opacity:0; z-index:9; }
.cpl.onView { bottom:-20px; opacity:1; -webkit-transition:all .5s 1s ease-in-out; -moz-transition:all .5s 1s ease-in-out; -o-transition:all .5s 1s ease-in-out; transition:all .5s 1s ease-in-out; -webkit-animation:anim 1s ease-in-out 1s infinite normal; -moz-animation:anim 1s ease-in-out 1s infinite normal; animation:anim 1s ease-in-out 1s infinite normal; }
@-webkit-keyframes anim { 0%{ bottom:-20px; }50%{ bottom:0; }100%{ bottom:-20px; } }
.reserveInfo { float:right; width:calc(100% - 260px); overflow:hidden; }
.resinfo_t { text-align:left; font-size:26px; font-family:'GmarketSansBold'; margin-left:-210px; }
.resinfo_t span { font-family:'GmarketSansLight'; }
.resinfo_t.onView { margin-left:0; -webkit-transition:all 1s 1.3s ease-in-out; -moz-transition:all 1s 1.3s ease-in-out; -o-transition:all 1s 1.3s ease-in-out; transition:all 1s 1.3s ease-in-out; }
.resinfo_t:after { display:block; content:''; width:50px; height:1px; background:#D2D2D2; margin:15px 0; }
.resinfo_txt { font-size:14px; line-height:1.65em; margin-left:-350px; padding-bottom:50px; }
.resinfo_txt.onView { margin-left:0; -webkit-transition:all 1s 1.3s ease-in-out; -moz-transition:all 1s 1.3s ease-in-out; -o-transition:all 1s 1.3s ease-in-out; transition:all 1s 1.3s ease-in-out; }
#com_contents { float:left; width:100%; overflow:hidden; }
.introBg { position:relative; margin:0 auto 90px; width:100%; max-width:1600px; padding:250px 0; border-radius:0 0 20px 20px; background:url(../images/intro_img.jpg) no-repeat center/cover fixed; }
.introBg .introBg_txt { font-size:30px; color:rgba(255,255,255,.6); font-family:'GmarketSansLight'; text-align:center; letter-spacing:-1px; line-height:1.45; }
.introBg .introBg_txt strong { color:rgba(255,255,255,.9); font-family:'GmarketSansMedium'; }
.introDesc { position:relative; width:100%; max-width:1200px; margin:-178px auto 0; background:#FFF; }
.introDesc .desc_left { width:100%; max-width:1060px; margin:0 auto; font-size:16px; color:#333; text-align:justify; line-height:1.55; padding-top:82px; }
.introDesc .desc_left strong { font-family:'GmarketSansBold'; font-size:17px; color:#111; }
.introDesc .desc_left p { margin-bottom:25px; }
.introDesc .desc_left p.last { margin-bottom:0; }
#cntArea { float:left; width:100%; margin:70px 0; }
#cntArea ul#cntWrap { width:100%; max-width:1060px; margin:0 auto; }
#cntArea ul#cntWrap li { float:left; width:100%; max-width:264px; margin-right:0; border-right:1px dotted #CCC; }
#cntArea ul#cntWrap li:last-child { border-right:0; }
#cntArea ul#cntWrap li h3.tt { color:#888; font-size:17px; font-family:'Montserrat'; font-weight:300; text-align:center; }
#cntArea ul#cntWrap li .num { font-size:54px; color:#111; font-family:'Montserrat'; font-weight:500; text-align:center; padding:20px 0; }
#cntArea ul#cntWrap li p.des { color:#888; font-size:15px; font-weight:300; text-align:center; }
#introArea { float:left; width:100%; border-top:1px solid rgba(51, 51, 51, 1); }
#intro_table { width:100%; max-width:100%; font-size:15px; }
#intro_table .comt { font-weight:600; color:#000; }
#intro_table .cc { background:rgba(246, 246, 246, 1); }
#intro_table .tt1_con { width:25%; padding:20px 0; text-align:center; border-right:1px solid #E5E5E5; border-bottom:1px solid #E5E5E5; }
#intro_table .tt2_con { width:75%; padding:20px 0 20px 22px; border-bottom:1px solid #E5E5E5; }
#historyCont { margin:0 auto; width:100%; max-width:1200px; padding-top:70px; overflow:hidden; }
.history_title { margin:0 auto 70px; text-align:center; }
.history_title .hist_mTitle { display:block; font-size:40px; color:#111; font-family:'Montserrat'; font-weight:300; letter-spacing:-.6px; }
.history_title .hist_sTitle { color:#999; font-size:15px; line-height:.3; }
dl#history { width:100%; max-width:1200px; background:url('../images/splayer.png') no-repeat 85% 122px; overflow:hidden; -webkit-transition:.2s ease; -moz-transition:.2s ease; -o-transition:.2s ease; transition:.2s ease; }
dl#history dt.year { text-indent:-99999px; height:0; }
dl#history dd { border-top:1px solid #E2E2E2; padding:40px 0; line-height:38px; overflow:hidden; }
dl#history dd.fir { border-top:0; padding-top:0; }
dl#history dd.las { border-bottom:0; padding-bottom:0; }
dl#history dd em,
dl#history dd strong,
dl#history dd span { float:left; }
dl#history dd em { width:100%; max-width:320px; font-family:'Montserrat'; font-weight:300; color:#324A7A; font-size:32px; text-align:center; }
dl#history dd strong{ width:100%; max-width:90px; font-size:16px; color:#111; }
dl#history dd ul { overflow:hidden; }
dl#history dd ul li { float:left; width:100%; max-width:700px; font-size:14px; }
dl#history dd ul li .its_start { font-weight:bold; color:#EA540C; }
.js-load { display:none; }
.js-load.active,
.lists { display:block; }
.btn-wrap { width:100%; margin:30px auto 0; }
.btn-wrap a { display:block; padding:12px 0; font-size:13px; font-weight:bold; text-align:center; border:1px solid #E9E6E6; -webkit-transition:all .2s ease; -moz-transition:all .2s ease; -o-transition:.2s ease; transition:all .2s ease; }
.btn-wrap a:hover { background:#F6F6F6; }
.btn-wrap a i { padding-left:8px; }
#pf_contents { margin:0 auto; width:100%; background:#F9F9F9; padding:70px 0; overflow:hidden; }
.port_title { margin:0 auto 70px; text-align:center; }
.port_title .port_mTitle { display:block; font-size:40px; color:#111; font-family:'Montserrat'; font-weight:300; letter-spacing:-.6px; }
.port_title .port_sTitle { color:#999; font-size:15px; line-height:.3; }
.work { width:100%; max-width:1000px; margin:0 auto; display:flex; justify-content:center; align-items:center; }
.work #choice { width:auto; }
.work #choice li { float:left; }
.work #choice li a { display:block; color:#7F8289; font-size:15px; padding:15px; }
.work #choice li a:hover { color:#333; }
.work #choice li a.selected { color:#000; font-weight:bold; background:url('../product/images/bot_arrow.png') center top no-repeat; }
.container { width:100%; max-width:1000px; margin:0 auto; }
.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); }
#prod_contents { margin:0 auto; width:100%; max-width:1000px; padding:70px 0; overflow:hidden; }
.prod_title { margin:0 auto 70px; text-align:center; }
.prod_title .prod_mTitle { display:block; font-size:40px; color:#111; font-family:'Montserrat'; font-weight:300; letter-spacing:-.6px; }
.prod_title .prod_sTitle { color:#999; font-size:15px; line-height:.3; }
.prod_con { width:100%; max-width:1000px; margin:0 auto; }
.prod_con img { max-width:100%; height:auto; }
#biz_contents { margin:0 auto; width:100%; max-width:1000px; padding-top:70px; overflow:hidden; }
.biz_title { margin:0 auto 70px; text-align:center; }
.biz_title .biz_mTitle { display:block; font-size:40px; color:#111; font-family:'Montserrat'; font-weight:300; letter-spacing:-.6px; }
.biz_title .biz_sTitle { color:#999; font-size:15px; line-height:.3; }
.biz_con2 { width:100%; max-width:1000px; margin:0 auto; }
.biz_con2 img { max-width:100%; height:auto; }
#bizArea { margin:0 auto; width:100%; max-width:1000px; padding-top:70px; }
.biz_con { width:100%; max-width:1000px; margin:0 auto; }
.biz_con ul { max-width:1000px; height:202px; margin:0 auto 17px; }
.biz_con ul:last-child { margin:0 auto; }
.biz_con ul li { float:left; width:320px; height:202px; margin-right:17px; border:solid 1px #DDD; }
.biz_con ul li:last-child { margin-right:0; }
.biz_con ul li:hover { background:rgba(76,120,166,0.1); }
.biz_con ul li img { max-width:100%; height:auto; }
.biz_con ul li .biz_tt { margin:0 auto 25px; font-size:17px; text-align:center; font-weight:600; }
.biz_con ul li .biz_ts { padding:0 0 0 25px; font-size:15px; line-height:24px; }
#nd-bdr { position:relative; height:142px; padding:30px 0; }
#nd-bdr .nd-bdr { display:block; background:rgba(76,120,166,1); position:absolute; text-indent:-99999px; -webkit-transition:all 0.40s cubic-bezier(0.160, 0.87, 0.48, 1); transition:all 0.40s cubic-bezier(0.160, 0.87, 0.48, 1); }
#nd-bdr .ll { bottom:0; left:-1px; width:1px; height:0; } 
#nd-bdr .lt { top:-1px; left:-1px; width:0; height:1px; } 
#nd-bdr .lr { top:0; right:-1px; width:1px; height:0; } 
#nd-bdr .lb { bottom:-1px; right:-1px; width:0; height:1px; } 
#nd-bdr:hover .ll, #nd-bdr:hover .lr { height:100% } 
#nd-bdr:hover .lt, #nd-bdr:hover .lb { width:100% }
#pr_contents { margin:0 auto; width:100%; max-width:1000px; padding-top:70px; overflow:hidden; }
.pr_title { margin:0 auto 70px; text-align:center; }
.pr_title .pr_mTitle { display:block; font-size:40px; color:#111; font-family:'Montserrat'; font-weight:300; letter-spacing:-.6px; }
.pr_title .pr_sTitle { color:#999; font-size:15px; line-height:.3; }
.pr_con { width:100%; max-width:1000px; margin:0 auto; }
.pr_con img { max-width:100%; height:auto; }
#est_contents { margin:0 auto; width:100%; max-width:1000px; padding-top:70px; overflow:hidden; }
.est_title { margin:0 auto 70px; text-align:center; }
.est_title .est_mTitle { display:block; font-size:40px; color:#111; font-family:'Montserrat'; font-weight:300; letter-spacing:-.6px; }
.est_title .est_sTitle { color:#999; font-size:15px; line-height:.3; }
.estimateArea { width:100%; max-width:1000px; margin:0 auto; border-top:1px solid #353631; }
.estimate_t { margin:45px auto; width:100%; max-width:850px; font-size:15px; text-align:center; }
.estimate_t .estimate_Txt { margin:0 auto 5px; width:100%; text-align:center; font-size:22px !important; }
.estimate_t .estimate_stxt { width:100%; text-align:center; font-size:14px; }
.estimate_t .estimateb { color:rgba(27, 137, 179, 1); font-weight:bold; }
.estimate_con { width:100%; max-width:1000px; margin:0 auto; }
.estimate_con img { max-width:100%; height:auto; }
#cs_contents { margin:0 auto; width:100%; padding-top:70px; overflow:hidden; }
.cs_title { margin:0 auto 70px; text-align:center; }
.cs_title .cs_mTitle { display:block; font-size:40px; color:#111; font-family:'Montserrat'; font-weight:300; letter-spacing:-.6px; }
.cs_title .cs_sTitle { color:#999; font-size:15px; line-height:.3; }
.customerArea_2 { margin:0 auto; width:100%; max-width:1000px; border-top:2px solid #353631; }
.customer_t2 { margin:45px auto; width:100%; max-width:850px; font-size:15px; text-align:center; line-height:24px; }
.customer_t2 .customer_2_Txt { width:100%; text-align:center; }
.customer_t2 .customer_2_Txt_b { display:block; text-align:center; font-size:24px; font-weight:700; color:#333; }
.customer_t2:after { display:block; content:''; width:60px; height:1px; background:#999; margin:40px auto; }
.cs_con { width:100%; max-width:1000px; margin:0 auto; }
.csInner { float:left; width:100%; margin:0 auto; }
#cs_table { width:100%; max-width:1000px; }
#cs_table .tt1 { padding:18px 0; font-size:15px; color:#FFF; text-align:center; background:rgba(0,0,0,0.5); }
#cs_table .tt2 { padding:18px 0; font-size:15px; color:#FFF; text-align:center; background:rgba(0,0,0,0.5); }
#cs_table .tt3 { padding:18px 0; font-size:15px; color:#FFF; text-align:center; background:rgba(0,0,0,0.5); }
#cs_table .cc { font-size:22px; font-weight:500; font-family:'Montserrat'; text-align:center; }
#cs_table .dd { font-size:22px; font-weight:500; font-family:'Montserrat'; text-align:center; }
#cs_table .ee { font-size:22px; font-weight:300; font-family:'Montserrat'; text-align:center; }
#cs_table tr:first-child { border-top:0; }
#cs_table .tt1_con { padding:30px; border-right:1px solid #E5E5E5; border-bottom:1px solid #E5E5E5; }
#cs_table .tt1_con.last { border-right:0; }
#cs_table_2 { width:100%; max-width:1000px; }
#cs_table_2 .tt1 { width:100%; padding:50px 0 20px; font-size:20px; font-weight:600; text-align:center; border-bottom:1px solid #353631; }
#cs_table_2 .ff { width:35%; font-size:15px; font-weight:500; text-align:center; }
#cs_table_2 .gg { width:65%; font-size:15px; font-weight:500; text-align:center; }
#cs_table_2 tr:first-child { border-top:0; }
#cs_table_2 .tt1_con { padding:20px; border-right:1px solid #E5E5E5; border-bottom:1px solid #E5E5E5; background:#F6F6F6; }
#cs_table_2 .tt2_con { padding:20px; border-right:1px solid #E5E5E5; border-bottom:1px solid #E5E5E5; }
#cs_table_2 .tt1_con.last,
#cs_table_2 .tt2_con.last { border-right:0; }
#faq_contents { margin:0 auto 110px; width:100%; padding-top:70px; overflow:hidden; }
.faq_title { margin:0 auto 50px; text-align:center; }
.faq_title .faq_mTitle { display:block; font-size:40px; color:#111; font-family:'Montserrat'; font-weight:300; letter-spacing:-.6px; }
.faqWrap { margin:0 auto; width:100%; max-width:1000px; }
.faqCon { width:100%; }
.faqCon h4 { position:relative; width:100%; border-bottom:1px solid #EEE; padding:28px 0; cursor:pointer; }
.faqCon h4 span { color:#333; font-size:20px; font-family:'GmarketSansMedium'; padding-right:6px; }
.faqCon h4 a { font-size:20px; color:#333; }
.faqCon h4.faqlast { border-bottom:0; }
.faqCon h4 .sp_arrow { display:block; position:absolute; top:50%; right:0; transform:translateY(-50%); }
.faqContInner { display:none; background:#F9F9F9; border-bottom:1px solid #EEE; }
.faqContInner.faqConlast { border-top:1px solid #EEE; }
.Inner_2 { display:flex; position:relative; overflow:hidden; }
.Inner_2 span.a_tit { position:absolute; left:38px; top:35px; font-family:'GmarketSansMedium'; font-size:14px; color:#FFF; z-index:1; }
.Inner_2 span.a_tit:after { content:''; width:26px; height:26px; border-radius:100%; background:rgba(0,161,219,1); position:absolute; top:50%; left:50%; transform:translate(-50%, -56%); z-index:-1; }
.Inner_2 span.Inner_2_con { width:auto; font-size:16px; text-align:justify; padding:30px 30px 30px 70px; }
#roadmap_contents { float:left; position:relative; width:100%; height:740px; margin:0; }
#roadmap_contents .nodemap { width:100%; height:740px; }
.map_cont { position:absolute; left:0; top:145px; width:100%; z-index:9; }
.guideWrap { margin:0 auto; }
.guideWrap:before, .guideWrap:after { content:""; display:table; }
.guideWrap:after { clear:both; }
.map_cont .guide { position:absolute; padding:55px; background:rgba(30,50,97,1); -webkit-transition:all .5s ease; -moz-transition:all .5s ease; transition:all .5s ease; }
.map_cont .guide .clsBtn { position:absolute; top:0; right:0; }
.map_cont .guide .clsBtn a { display:block; width:34px; height:34px; line-height:34px; font-size:17px; text-align:center; background:rgba(255, 255, 255, 1); color:rgba(58,81,13,1); border:1px solid rgba(255, 255, 255, 1); }
.map_cont .guide .clsBtn a i { -webkit-transform:rotate(0deg); -ms-transform:rotate(0deg); transform:rotate(0deg); -webkit-transition:all .3s ease; -moz-transition:all .3s ease; transition:all .3s ease; }
.map_cont .guide .clsBtn a:hover i,
.map_cont .guide .clsBtn a:focus i { -webkit-transform:rotate(180deg); -ms-transform:rotate(180deg); transform:rotate(180deg); }
.map_cont .guide .guide_mt { font-size:30px; color:rgba(255,255,255,1); font-weight:700; margin-bottom:25px; }
.map_cont .guide .guide_info.addr { padding-bottom:25px; margin-bottom:25px; border-bottom:1px solid rgba(255,255,255,.2); }
.map_cont .guide .guide_info .info_t { font-size:18px; color:rgba(2,167,229,1); font-weight:700; margin-bottom:5px; }
.map_cont .guide .guide_info li,
.map_cont .guide .guide_info li.picto { font-size:15px; color:#FFF; font-weight:300; line-height:1.7; }
.map_cont .guide .guide_info li.picto i { font-size:13px !important; padding-right:2px; }
.nodepop { position:absolute; width:540px; height:332px; left:50%; top:176px; margin-left:-270px; z-index:9; }
#popWrapper { float:left; width:540px; }
#popWrapper .popImg { width:540px; height:300px; }
#popWrapper .popFooter { position:relative; background:#000; height:38px; }	
#popWrapper .popFooter .to_cls { position:absolute; right:60px; line-height:38px; }
#popWrapper .popFooter .to_cls input { vertical-align:middle; margin-right:4px; }
#popWrapper .popFooter .to_cls label { color:#BBB; font-size:12px; cursor:pointer; }
#popWrapper .popFooter .cls { position:absolute; top:0; right:0; }