@charset "euc-kr";
.sect_1 { width:100%; height:100vh; }
#slideshow { position:relative; height:100vh; overflow:hidden; }
.txtArea { position:absolute; top:50%; left:50%; text-align:center; color:rgba(255,255,255,1); -webkit-transform:translate(-50%, -50%); transform:translate(-50%, -50%); z-index:9; }
.txtArea ul.stxt { position:relative; width:660px; height:130px; line-height:130px; overflow:hidden; }
.txtArea ul.stxt li { position:absolute; width:100%; text-align:center; font-size:60px; color:rgba(231,237,196,.8); font-family:'GmarketSansBold'; opacity:0; }
.txtArea ul.stxt li:nth-child(1) { -webkit-animation: anim 6s ease-in-out 1s forwards; -moz-animation: anim 6s ease-in-out 1s forwards; animation: anim 6s ease-in-out 1s forwards; }
.txtArea ul.stxt li:nth-child(2) { -webkit-animation: anim2 6s ease-in-out 4s forwards; -moz-animation: anim2 6s ease-in-out 4s forwards; animation: anim2 6s ease-in-out 4s forwards; }
.txtArea ul.stxt li:nth-child(3) { -webkit-animation: anim3 5s ease-in-out 8s infinite normal; -moz-animation: anim3 5s ease-in-out 8s infinite normal; animation: anim3 5s ease-in-out 8s infinite normal; }
@keyframes anim { 0%{ margin-top:-130px; opacity:0; }50%{ margin-top:0; opacity:1; }100%{ margin-top:130x; opacity:0; }}
@keyframes anim2 { 0%{ margin-top:130px; opacity:0; }50%{ margin-top:0; opacity:1; }100%{ margin-top:-130px; opacity:0; }}
@keyframes anim3 { 0%{ opacity:0; }25%{ opacity:1; }50%{ opacity:0; }75%{ opacity:1; }100%{ opacity:0; }}
@-webkit-keyframes anim { 0%{ margin-top:-130px; opacity:0; }50%{ margin-top:0; opacity:1; }100%{ margin-top:130px; opacity:0; }}
@-webkit-keyframes anim2 { 0%{ margin-top:130px; opacity:0; }50%{ margin-top:0; opacity:1; }100%{ margin-top:-130px; opacity:0; }}
@-webkit-keyframes anim3 { 0%{ opacity:0; }25%{ opacity:1; }50%{ opacity:0; }75%{ opacity:1; }100%{ opacity:0; }}
.txtArea small { display:block; font-size:18px; font-weight:normal; }
.txtArea small:first-child { border-bottom:1px solid rgba(255,255,255,.2); padding-bottom:15px; color:rgba(255,255,255,.8); }
.txtArea small:last-child { border-top:1px solid rgba(255,255,255,.2); padding-top:10px; }
.txtArea small:last-child a { font-size:28px; font-family:"Poiret One"; color:rgba(255,255,255,.8); }
.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:rgba(247,247,247,1); }
#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(247,247,247,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(119,140,0,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_3 { width:100%; height:100vh; background:rgba(250,249,242,1); }
.sect_3 h3.recomm_mtitle { font-size:30px; color:#333; text-align:center; font-family:'GmarketSansBold'; margin-top:70px; }
.sect_3 .recomm_stitle { font-size:16px; color:#888; text-align:center; line-height:18px; margin-bottom:40px; }
#contArea { margin:0; padding:0; }
.contWrap { margin:0 auto; }
.contWrap:before, .contWrap:after, #elemArea:before, #elemArea:after { content:''; display:table; }
.contWrap:after, #elemArea:after { clear:both; }
#elemArea { margin:0 auto; }
#elemArea li { padding-right:3px; }
#elemArea li:last-child { padding-right:0; }
#elemArea li { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }
#elemArea li:before, #elemArea li:after { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }
#elem { position:relative; height:500px; overflow:hidden; }
#elem:hover .on_txtArea { opacity:1; filter:alpha(opacity=100); -moz-opacity:1; }
#elem.elem_1 { background:url('../images/elem_img1.jpg') center center no-repeat; -webkit-background-size:cover; background-size:cover; }
#elem.elem_2 { background:url('../images/elem_img2.jpg') center center no-repeat; -webkit-background-size:cover; background-size:cover; }
#elem.elem_3 { background:url('../images/elem_img3.jpg') center center no-repeat; -webkit-background-size:cover; background-size:cover; }
#elem .titleArea { position:absolute; bottom:0; left:0; width:100%; padding:20px 0; background:#111; -webkit-transition:all .5s ease; -moz-transition:all .5s ease; transition:all .5s ease; }
#elem:hover .titleArea { bottom:-96px; }
#elem .titleArea .title_1 { font-size:20px; font-weight:400; text-align:center; }
#elem .titleArea .title_1 a { display:block; color:#FFF; }
#elem .titleArea .title_2 { font-size:14px; font-weight:400; text-align:center; }
#elem .titleArea .title_2 a { display:block; color:#AAA; }
#elem .on_txtArea { position:absolute; left:0; top:0; width:auto; height:100%; padding:40px 30px 0 30px; background:rgba(71,97,21,.9); -webkit-transition:all .5s ease; -moz-transition:all .5s ease; transition:all .5s ease; filter:alpha(opacity=0); -khtml-opacity:0; -moz-opacity:0; opacity:0; }
#elem .on_txtArea .imgArea { display:none; }
#elem .on_txtArea .imgArea img { max-width:100%; height:auto; }
#elem .on_txtArea .on_title_1 { font-size:20px; font-weight:400; color:#FFF; text-align:center; }
#elem .on_txtArea .on_title_2 { font-size:14px; font-weight:400; color:#AAA; text-align:center; }
#elem .on_txtArea .on_txt { padding:30px 0; margin:30px 0; font-size:15px; color:#FFF; border-top:1px solid rgba(255, 255, 255, 0.3); border-bottom:1px solid rgba(255, 255, 255, 0.3); text-align:justify; }
#elem .on_txtArea .picto { position:absolute; bottom:180px; left:50%; width:auto; margin-left:-19px; -webkit-transition:all .5s ease; -moz-transition:all .5s ease; transition:all .5s ease; }
#elem .on_txtArea:hover .picto,
#elem .on_txtArea:focus .picto { bottom:110px; }
#elem .on_txtArea .picto a { display:block; width:36px; height:36px; line-height:36px; font-size:26px; color:#FFF; text-align:center; border:1px solid #FFF; -webkit-border-radius:50%; -moz-border-radius:50%; -o-border-radius:50%; border-radius:50%; -webkit-transition:all .5s ease; -moz-transition:all .5s ease; transition:all .5s ease; }
#elem .on_txtArea .picto a:hover,
#elem .on_txtArea .picto a:focus { background:#FFF; color:rgba(71, 97, 21, 1); }
.sect_4 { width:100%; height:100vh; background:rgba(232,232,227,1) url(../images/business_bg.png) no-repeat center/cover; }
.sect_4 h3.recomm_mtitle { font-size:30px; color:#333; text-align:center; font-family:'GmarketSansBold'; margin-top:50vh; }
.sect_4 .recomm_stitle { font-size:16px; color:#888; text-align:center; line-height:18px; margin-bottom:40px; }
.videoWrap { position:relative; width:100%; height:100%; }
.videoWrap > iframe { position:absolute; left:50%; top:0; transform:translate(-50%, 0); width:906px; height:510px; }
.sect_5 { width:100%; height:100vh; background:rgba(247,247,247,1); }
.sect_5 h3 { font-size:30px; color:#333; text-align:center; font-family:'Montserrat', sans-serif; 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(119,140,0,1); z-index:9; }
.sect_5 .btn-wrap > a:before { content:''; position:absolute; top:0; right:0; width:100%; height:0; background:rgba(119,140,0,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; }