/*!
 * fullPage 3.0.4
 * https://github.com/alvarotrigo/fullPage.js
 *
 * @license GPLv3 for open source use only
 * or Fullpage Commercial License for commercial use
 * http://alvarotrigo.com/fullPage/pricing/
 *
 * Copyright (C) 2018 http://alvarotrigo.com/fullPage - A project by Alvaro Trigo
 */

html.fp-enabled,
.fp-enabled body{overflow:hidden; margin:0; padding:0; -webkit-tap-highlight-color:rgba(0,0,0,0);}
.fp-section{position:relative; box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box;}
.fp-slide{float:left;}
.fp-slide,
.fp-slidesContainer{display:block; height:100%;}
.fp-slides{position:relative; overflow:hidden; z-index:1; height:100%; transition:all 0.3s ease-out; -webkit-transition:all 0.3s ease-out;}
.fp-section.fp-table,
.fp-slide.fp-table{display:table; width:100%; table-layout:fixed;}
.fp-tableCell{display:table-cell; width:100%; height:100%; vertical-align:middle;}
.fp-slidesContainer{position:relative; float:left;}
.fp-controlArrow{position:absolute; top:50%; z-index:4; width:0; height:0; margin-top:-38px; transform:translate3d(0,0,0); -webkit-transform:translate3d(0,0,0); -ms-transform:translate3d(0,0,0); -webkit-user-select:none; -moz-user-select:none; -khtml-user-select:none; -ms-user-select:none; cursor:pointer; border-style:solid;}
.fp-controlArrow.fp-prev{left:15px; width:0; border-width:38.5px 34px 38.5px 0; border-color:transparent #fff transparent transparent;}
.fp-controlArrow.fp-next{right:15px; border-width:38.5px 0 38.5px 34px; border-color:transparent transparent transparent #fff;}
.fp-scrollable{position:relative; overflow:hidden;}
.fp-scroller{overflow:hidden;}
.iScrollIndicator{border:0 !important;}
.fp-notransition{transition:none !important; -webkit-transition:none !important;}

#fp-nav{position:fixed; opacity:1; top:50%; z-index:60; margin-top:-62px !important; transition:all 0.6s ease-out 0s; -webkit-transform:translate3d(0,0,0);}
#fp-nav.fp-right{right:50px;}
#fp-nav.fp-left{left:17px;}
#fp-nav ul,
.fp-slidesNav ul{position:relative; margin:0; padding:0;}
#fp-nav ul li,
.fp-slidesNav ul li{display:block; position:relative; margin:0 0 10px; padding-right:25px; text-align:right;}
.fp-slidesNav ul li{display:inline-block;}
#fp-nav ul li a,
.fp-slidesNav ul li a{position:absolute; right:0; display:inline-block; top:0; z-index:1; cursor:pointer; text-decoration:none;}
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span{background:#fff;}
#fp-nav ul li a span,
.fp-slidesNav ul li a span{display:inline-block; width:10px; height:10px; border-radius:100%; border:2px solid #fff; transition:all 0.1s ease-in-out; -webkit-transition:all 0.1s ease-in-out; -moz-transition:all 0.1s ease-in-out; -o-transition:all 0.1s ease-in-out;}
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span{border-color:#fff;}
#fp-nav ul li .fp-tooltip{display:block; display:none; position:absolute; opacity:0; overflow:hidden; top:-2px; width:0; font-size:14px; color:#fff; white-space:nowrap; max-width:220px; cursor:pointer;}
#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip{opacity:1; width:auto; transition:opacity 0.2s ease-in; -webkit-transition:opacity 0.2s ease-in;}
#fp-nav ul li .fp-tooltip.fp-right{right:20px;}
#fp-nav ul li .fp-tooltip.fp-left{left:20px;}

.fp-slidesNav{position:absolute; opacity:1; right:0; left:0 !important; z-index:4; margin:0 auto !important; transform:translate3d(0,0,0); -webkit-transform:translate3d(0,0,0); -ms-transform:translate3d(0,0,0);}
.fp-slidesNav.fp-bottom{bottom:17px;}
.fp-slidesNav.fp-top{top:17px;}

.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell{height:auto !important;}

.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell{height:auto !important;}
.fp-sr-only{display:none; position:absolute; overflow:hidden; width:1px; height:1px; padding:0; border:0; white-space:nowrap; clip:rect(0, 0, 0, 0);}

/* add style */
.name_navi{opacity:0; font-size:12px; font-weight: 600; color:#fff;}

#fp-nav ul li a.active + div + span{opacity:1;}
#fp-nav ul li:last-child{display:none;}

/*.fp-viewing-2Page .name_navi,
.fp-viewing-4Page .name_navi,
.fp-viewing-5Page .name_navi{opacity:1; font-weight:700; color:rgba(34,34,34,0.3);}*/
/*
.fp-viewing-4 #header {background:rgba(0, 0, 0, .7)}
.fp-viewing-4Page #header {background:rgba(0, 0, 0, .7)}
.fp-viewing-4Page .active + div + .name_navi {color:rgba(136, 136, 136, .5);}
.fp-viewing-4Page #fp-nav ul li a span {border-color:rgba(136, 136, 136, .5)}
.fp-viewing-4Page #fp-nav ul li a.active span{border:none; background:rgba(136, 136, 136, .5)}
.fp-viewing-5 #fp-nav{opacity:0;}
*/

@media all and (max-width:1580px){
	#fp-nav.fp-right {left: 40px;}
}

@media all and (max-width:1280px){
    .fp-section.fp-table:not(#section00), .fp-slide.fp-table, .fp-tableCell:not(#section00 .fp-tableCell) {display: block; width: 100%; height: auto !important; table-layout: fixed;}
	/* .fp-tableCell{display:block; height:auto !important;} */
    #fp-nav.fp-right{display: none;}
    #fp-nav{display: none !important;}
}



/* 231128_커스텀 */
#fp-nav{display:none !important;}
.fp-viewing-1Page #header{border-bottom:0 !important;}

















