@charset utf-8;
@import url(../css/NotoSansKR_new.css);
@import url(../css/reset.css);
/*공용 디자인CSS*/
.w_100 {
    width: 100%
}

.w_90 {
    width: 90%
}

.w_80 {
    width: 80%
}

.w_70 {
    width: 70%
}

.w_60 {
    width: 60%
}

.w_50 {
    width: 50%
}

.w_40 {
    width: 40%
}

.w_30 {
    width: 30%
}

.w_20 {
    width: 20%
}

.w_10 {
    width: 10%
}
/* float */
.cf {}

.cf:after {
    content: '';
    display: block;
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.cb {
    clear: both;
}
/*폰트정렬*/
.text-center{
    text-align: center;
}
.text-right{
    text-align: right;
}
.text-left{
    text-align: left;
}
/*본문·서브 공용 CSS*/
html,
body {
    height: 100%;
    overflow-x: hidden;
}

.wrap {
    overflow:hidden;
    display:block;
    width: 100%;
    min-width: 1280px;
    height: 100%;
    box-sizing: border-box;
     -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

/*컨테이너 본문영역*/
#container {
    height: 100%;
    height: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    overflow: hidden;
}

#container > section {
    height: 100%;
    position: relative;
}


/*스와이퍼의 메인페이저*/
.pageNavi {
    position: fixed;
    z-index: 500;
}

.pageNavi span {
    display: block;
    width: 15px;
    height: 15px;
    background: #fff;
    border: 3px solid #fff;
}

.pageNavi .swiper-pagination-bullet-active {
    width: 14px;
    height: 14px;
    background: #fff;
    opacity: 1;
}





