@charset "euc-kr";
.sect_1 { width:100%; height:100vh; }
#mainVisimg { position:relative; }
#mainVisimg .owl-carousel { width:100vw; height:100vh; }
#mainVisimg .owl-carousel .owl-nav .owl-prev,
#mainVisimg .owl-carousel .owl-nav .owl-next { display:none; }
#mainVisimg .owl-carousel .owl-dots { position:absolute; bottom:14%; left:0; width:100%; text-align:center; opacity:0; -webkit-transition:all .3s ease; -moz-transition:all .3s ease; -o-transition:all 0.3s ease; transition:all .3s ease; }
#mainVisimg:hover .owl-carousel .owl-dots { opacity:1; }
#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 0.3s ease; transition: border 0.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 { height:100vh; }
#mainVisimg .owl-stage-outer .owl-stage .owl-item > div.visImg_1 { background:url(../images/m_vis_1.jpg) center top no-repeat; height:100%; background-size:cover !important; }
#mainVisimg .owl-stage-outer .owl-stage .owl-item > div.visImg_2 { background:url(../images/m_vis_2.jpg) center top no-repeat; height:100%; background-size:cover !important; }
.visMovie { position:relative; width:100vw; height:100vh; }
.videoSrc { position:absolute; top:0; left:0; width:100vw; height:100vh; object-fit:cover; }
.videoMask { position:absolute; top:0; left:0; width:100vw; height:100vh; background:rgba(0,0,0,.4); }
#mainVisimg .owl-stage-outer .owl-stage .owl-item div .visText { position:relative; top:35%; width:100%; max-width:800px; margin:0 auto; z-index:9; }
#mainVisimg .owl-stage-outer .owl-stage .owl-item div .visText .vmt { -webkit-transform:translateY(-40px); transform:translateY(-40px); -webkit-transition:all 0.5s ease; transition:all 0.5s ease; filter:alpha(opacity=0); -khtml-opacity:0; -moz-opacity:0; opacity:0; }
#mainVisimg .owl-stage-outer .owl-stage .owl-item div .visText .vst { -webkit-transform:translateY(40px); transform:translateY(40px); -webkit-transition:all 0.5s ease; transition:all 0.5s ease; filter:alpha(opacity=0); -khtml-opacity:0; -moz-opacity:0; opacity:0; }
#mainVisimg .owl-stage-outer .owl-stage .owl-item div .visText .vmt { color:#DCC298; font-size:70px; font-weight:100; margin-bottom:8px; text-align:center; -webkit-transition-delay:0.9s; transition-delay:0.9s; }
#mainVisimg .owl-stage-outer .owl-stage .owl-item div .visText .vmt span { font-weight:600; }
#mainVisimg .owl-stage-outer .owl-stage .owl-item div .visText .vst { color:rgba(255,255,255,.6); font-size:22px; font-weight:300; line-height:1.45; text-align:center; -webkit-transition-delay:1.4s; transition-delay:1.4s; }
#mainVisimg .owl-stage-outer .owl-stage .owl-item.active div .visText .vmt,
#mainVisimg .owl-stage-outer .owl-stage .owl-item.active div .visText .vst { -webkit-transform:translateY(0); transform:translateY(0); filter:alpha(opacity=100); -khtml-opacity:1; -moz-opacity:1; opacity:1; }
.scrollDown { position:absolute; left:50%; top:90vh; margin-left:-15px; width:33px; height:20px; z-index:9; -webkit-animation:scrollanim .8s ease-in-out .8s infinite normal; -moz-animation:scrollanim .8s ease-in-out .8s infinite normal; animation:scrollanim .8s ease-in-out .8s infinite normal; -webkit-transition:all .3s ease-out; -moz-transition:all .3s ease-out; -o-transition:all .3s ease-out; transition:all .3s ease-out; }
@keyframes scrollanim { 0%{ top:91vh; }50%{ top:90vh; }100%{ top:91vh; }}
@-webkit-keyframes scrollanim { 0%{ top:91vh; }50%{ top:90vh; }100%{ top:91vh; }}
.optbr { display:block; }
.sect_2 { width:100%; height:100vh; background:url(../images/business_bg.png) no-repeat center/cover; overflow:hidden; }
.sect_2 h3.recomm_mtitle { font-size:30px; color:#333; text-align:center; font-family:'GmarketSansBold'; }
.recomm_stitle { font-size:16px; color:#888; text-align:center; line-height:18px; margin-bottom:70px; }
.recomm_width { position:relative; width:100%; max-width:1400px; margin:0 auto; }
.swiper_recomm { position:relative; width:100%; overflow:hidden; z-index:1; }
.swiper_recomm .swiper-slide { display:flex; display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:center; align-items:center; justify-content:center; -webkit-box-align:center; -ms-flex-align:center; -webkit-align-items:center; }
.recomm_width .swiper-button-prev { right:51px; left:auto; top:-43px; border-radius:4px 0 0 4px; }
.recomm_width .swiper-button-next { right:0; left:auto; top:-43px; border-radius:0 4px 4px 0; }
.recomm_width .swiper-button-prev,
.recomm_width .swiper-button-next { width:50px; height:50px; line-height:50px; color:#FFF; background:rgba(104,146,25,1); -webkit-transition:all .3s ease; -moz-transition:all .3s ease; -o-transition:all 0.3s ease; transition:all .3s ease; }
.recomm_width .swiper-button-prev:after,
.recomm_width .swiper-button-next:after { font-size:14px; }
.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal { position:static; width:50%; height:1px; margin:4% auto 0; }
.swiper-scrollbar-drag { background:rgba(104,146,25,1); }
.recomm_prod { margin:0 auto; }
.prdList { width:100%; margin:0; }
.prdList li { position:relative; }
.prdList > li .thumbnail { position:relative; overflow:hidden; }
.prdList .prod_ico { position:absolute; top:40%; left:50%; transform:translate(-50%, 0); opacity:0; z-index:2; -webkit-transition:all .3s; -moz-transition:all .3s; -o-transition:all .3s; transition:all .3s; }
.prdList > li .thumbnail:hover .prod_ico { top:44%; opacity:1; }
.prdList .prodImg_wrap { overflow:hidden; }
.prdList .prodImg_wrap .prdImg { display:block; position:relative; overflow:hidden; }
.prdList #prodImg_on:hover .prodImg_eff,
.prdList #prodImg_on a:focus .prodImg_eff { opacity:1; }
.prdList .prdImg .prodImg_eff { display:block; content:''; position:absolute; top:0; width:100%; height:100%; opacity:0; -webkit-transition:all .3s ease; -moz-transition:all .3s ease; -o-transition:all .3s ease; transition:all .3s ease; }
.prdList .prdImg .opac_1 { background:rgba(0,0,0,.1); }
.prdList .prdImg .opac_2 { background:rgba(0,0,0,.2); }
.prdList .prdImg .opac_3 { background:rgba(0,0,0,.3); }
.prdList .prdImg .opac_4 { background:rgba(0,0,0,.4); }
.prdList .prdImg .opac_5 { background:rgba(0,0,0,.5); }
.prdList .prdImg .opac_6 { background:rgba(0,0,0,.6); }
.prdList .prdImg .opac_7 { background:rgba(0,0,0,.7); }
.prdList .prdImg .opac_8 { background:rgba(0,0,0,.8); }
.prdList .prdImg .opac_9 { background:rgba(0,0,0,.9); }
.prdList .prdImg .thumb { width:100%; height:auto; border-radius:0; }
.prdList .description { position:relative; }
.prdList .description li { text-align:left; padding-left:6px; }
.prdList .description li.name { margin:10px 0 5px; font-size:16px; font-weight:600; color:#111; }
.prdList .description li.desc_name { font-size:14px; color:#999; line-height:20px; }
.prdList .description li.price { margin:10px 0; font-size:16px; font-family:'Montserrat',sans-serif; }
.prdList .description li.price .reg_price { color:#AAA; font-weight:300; text-decoration:line-through; padding-right:15px; }
.prdList .description li.price .sale_price { color:#111; font-weight:700; }
.sect_3 { width:100%; height:100vh; background:url(../images/history_bg.png) no-repeat center/cover; }
#noticeArea { width:100%; max-width:1200px; height:100vh; margin:0 auto; border-left:1px solid rgba(0,0,0,.1); }
#notice { position:relative; top:30%; width:100%; }
#arrow_bg { position:absolute; left:-1px; top:9px; border:10px solid transparent; border-left:10px solid rgba(254,254,254,1); border-right:none; z-index:2; }
#arrow_bd { position:absolute; left:0; top:9px; border:10px solid transparent; border-left:10px solid rgba(0,0,0,.2); border-right:none; z-index:1; }
#notice > h3.notice_t { margin:0 0 0 82px; font-size:30px; color:#333; font-family:'GmarketSansBold'; }
#notice > .notice_more { position:absolute; left:350px; top:2px; }
#notice > .notice_more a { display:block; width:35px; height:35px; line-height:35px; border-radius:100%; background:rgba(104,146,25,1); font-size:16px; color:#FFF; text-align:center; -webkit-transition:all .3s ease; -moz-transition:all .3s ease; -o-transition:all 0.3s ease; transition:all .3s ease; }
#notice > .notice_more a i { -ms-transform:rotate(0deg); -webkit-transform:rotate(0deg); transform:rotate(0deg); -webkit-transition:all .3s ease; -moz-transition:all .3s ease; transition:all .3s ease; }
#notice > .notice_more a:hover i, 
#notice > .notice_more a:focus i { -ms-transform:rotate(180deg); -webkit-transform:rotate(180deg); transform:rotate(180deg); }
#notice .cont { width:100%; margin-top:15px; }
.sect_4 { width:100%; height:100vh; background:url(../images/back.jpg) no-repeat center/cover fixed; }
#cntArea { margin:auto; width:100%; height:auto; max-height:100%; }
#cntArea .cntbgImg { position:relative; width:100%; max-width:1100px; height:100%; margin:0 auto; overflow:hidden; }
#cntArea .cntT { text-align:center; padding-bottom:60px; font-size:23px; font-weight:300; letter-spacing:7px; color:#BBB; }
#cntArea .nd_progress { width:100%; max-width:1100px; margin:0 auto; }
.skillbar { position:relative; display:inline-block; width:100%; height:3px; margin:35px 0; background:#555; border-radius:15px; }
.skillbar-title { position:absolute; left:0; bottom:12px; font-weight:500; font-size:15px; color:#888; }
.skillbar-bar { position:absolute; top:0; width:0; height:3px; background:rgba(130,175,45,1); border-radius:15px; }
.skill-bar-percent { position:absolute; right:0; bottom:12px; font-size:15px; color:#888; }
.sect_5 { width:100%; height:100vh; background:#F7F7F7; }
.sect_5 h3 { font-size:30px; color:#333; text-align:center; font-family:'GmarketSansBold'; margin-bottom:25px; }
#galloutWrap .board_output { width:100%; max-width:1200px; margin:0 auto; font-size:13px; color:#555; }
#galloutWrap .board_output table { width:100%; }
#galloutWrap .board_output table br { display:none; }
#galloutWrap .board_output table[cellpadding='2'] { padding:0 !important; }
#galloutWrap .board_output table[width='98%'] { width:100% !important; }
#galloutWrap .board_output > tbody > tr { margin-left:-10px; margin-right:-10px; }
#galloutWrap .board_output > tbody > tr:before, 
#galloutWrap .board_output > tbody > tr:after { content:''; display:table; }
#galloutWrap .board_output > tbody > tr:after { clear:both; }
#galloutWrap .board_output > tbody > tr > td { float:left; width:23.1%; padding-left:10px; padding-right:10px; overflow:visible !important; }
#galloutWrap .board_output td.board_output_gallery_img { position:relative; overflow:hidden; }
#galloutWrap .board_output td.board_output_gallery_img img { width:100%; height:auto; transition:transform 0.25s ease-out; }
#galloutWrap .board_output td.board_output_gallery_img > a:before { content:''; position:absolute; right:0; top:0; width:100%; height:0; background:rgba(0,0,0,1); opacity:0; -webkit-transition:all .3s ease; -moz-transition:all .3s ease; -o-transition:all .3s ease; transition:all .3s ease; }
#galloutWrap .board_output td.board_output_gallery_img > a:after { content:''; position:absolute; left:50%; top:50%; margin:0 0 0 -10px; width:21px; height:21px; background:url(../images/zoom_pict_s.png) center center no-repeat; opacity:0; -webkit-transition:all .3s ease; -moz-transition:all .3s ease; -o-transition:all .3s ease; transition:all .3s ease; }
#galloutWrap .board_output table tr:last-child { background:#FFF; }
#galloutWrap .board_output td.board_output_gallery_img:hover > a:before,
#galloutWrap .board_output td.board_output_gallery_img > a:focus:before { width:100%; height:100%; opacity:.7; -ms-filter:alpha(opacity=70); filter:alpha(opacity=70); }
#galloutWrap .board_output td.board_output_gallery_img:hover > a:after,
#galloutWrap .board_output td.board_output_gallery_img > a:focus:after { margin-top:-10px; opacity:1; -ms-filter:alpha(opacity=100); filter:alpha(opacity=100); }
#galloutWrap .board_output td > .board_output_gallery_subject { display:block; font-size:14px; font-family:'GmarketSansMedium'; color:#111; line-height:1.4; text-align:left; margin-top:25px; padding:0 20px; }
#galloutWrap .board_output td > .board_output_gallery_etc { display:block; font-size:11px; color:#A1A1A1; font-family:'Montserrat', sans-serif; margin:5px 0 25px; padding:0 20px; }
.sect_5 .btn-wrap { margin:20px auto 0; width:8%; -webkit-box-flex:1; -ms-flex:1 1 auto; flex:1 1 auto; -webkit-box-orient:vertical; -webkit-box-direction:normal; -ms-flex-direction:column; flex-direction:column; }
.sect_5 .btn-wrap > a { position:relative; display:block; padding:13px 0; font-size:14px; color:#333; text-align:center; border:1px solid rgba(104,146,25,1); z-index:9; }
.sect_5 .btn-wrap > a:before { content:''; position:absolute; top:0; right:0; width:100%; height:0; background:rgba(104,146,25,1); -webkit-transition:all .2s ease-in-out; -moz-transition:all .2s ease-in-out; -o-transition:all .2s ease-in-out; transition:all .2s ease-out; transform:scale(1, 1); z-index:-90; }
.sect_5 .btn-wrap:hover > a:before,
.sect_5 .btn-wrap > a:focus:before { left:0; right:auto; height:100%; transform:scale(1, 1); }
.sect_5 .btn-wrap:hover > a, #galleryWrap #toggle .hidden .btn-wrap > a:focus { color:#FFF; }
.sect_5 .btn-wrap a i { padding-left:8px; }
.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; }