/* BASIC css start */
#contentWrapper {
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 10;
}

body {
     overflow-x: hidden; 
     overflow-y: scroll; 
    height: 100%;
}

#wrap .header {
    z-index: 11;
    position: absolute;
}

.footer {
    display: none;
}

.brand-navi {
    position: fixed;
    top: 50%;
    right: 37px;
    z-index: 10;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.brand-navi li {
    height: 40px;
    position: relative;
}

.brand-navi li a {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 12px;
    height: 12px;
    background: #cacaca;
    border-radius: 50%;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.brand-navi li.active a {
    height: 36px;
    border-radius: 40px;
    background: #5b5b5b;
}

.brand-navi li span {
    font-size: 14px;
    color: #939393;
    position: absolute;
    top: 50%;
    display: block;
    width: 133px;
    right: 25px;
    text-align: right;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 1;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;    
}

.brand-navi li.active span {
    color: #5b5b5b;
}

.brand-wrap {
    overflow: hidden;
}

.brand-wrap .section {
    position: absolute;
    top: 40%;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;    
}
.brand-wrap .section.active .section-inner{margin-top:18vh;}
.brand-wrap .section .section-inner {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    
}

.brand-wrap .section .bg {
    width: 100%;
    height: 100%;
}

.brand-wrap .section01 .bg {
    background: url(/design/mastideco/wib2018/img/etc/brand001-2.jpg) no-repeat center;
    background-size: cover;
}



.brand-wrap .section02 .bg {
    background: url(/design/mastideco/wib2018/img/etc/the-first.jpg) no-repeat center;
    background-size: cover;
}



.brand-wrap .section02-2 .bg {
    background: url(/design/mastideco/wib2018/img/etc/the-only.jpg) no-repeat center;
    background-size: cover;
}


.brand-wrap .section02-3 .bg {
    background: url(/design/mastideco/wib2018/img/etc/the-best.jpg) no-repeat center;
    background-size: cover;
}




.brand-wrap .section03-1 .bg {
    background: url(/design/mastideco/wib2018/img/etc/brand003-2.jpg) no-repeat center;
    background-size: cover;
}


.brand-wrap .section03 .bg {
    background: #fff;
}

.brand-wrap .section04 .bg {
    background: url(/design/mastideco/wib2018/img/etc/brand005-1.jpg) no-repeat center;
    background-size: cover;
    position: relative;
    text-align: center;    
}





.brand-wrap .section04 .move_btn {
    padding-top: 11%;
    width: 686px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.brand-wrap .section04 .move_btn:before {
    content: "";
    display: block;
    width: 69px;
    height: 70px;
    position: absolute;
    background: url(/design/mastideco/wib2018/img/etc/slash.png) no-repeat;
    top: 33%;
    left: 41%;
}

.brand-wrap .section04 .move_btn:after {
    content: "";
    display: block;
    clear: both;
}

.brand-wrap .section04 .move_btn a{
    position: relative;
    display: block;
    text-align: center;
    width: 170px;
    height: 42px;
    line-height: 42px;
    border: 1px solid #000;
    box-sizing: border-box;
    font-size: 15px;
    color: #222;
 	transition: all 0.35s;
	-webkit-transition: all 0.35s;
	-ms-transition: all 0.35s;   
}

.brand-wrap .section04 .move_btn a.gmade {
    float: left;
}

.brand-wrap .section04 .move_btn a.gmade:before {
    content: "";
    position: absolute;
    display: block;
    width: 186px;
    height: 57px;
    background: url(/design/mastideco/wib2018/img/etc/logo-gmade.png) no-repeat;
    bottom: 109px;
    left: 50%;
    margin-left: -93px;    
}

.brand-wrap .section04 .move_btn a.masstige {
    float: right;
}

.brand-wrap .section04 .move_btn a.masstige:before {
    content: "";
    position: absolute;
    display: block;
    width: 308px;
    height: 61px;
    background: url(/design/mastideco/wib2018/img/etc/logo-mass.png) no-repeat;
    bottom: 107px;
    left: 50%;
    margin-left: -154px;    
}

.brand-wrap .section04 .move_btn a:hover{
    background: #fff;
    border-color: #fff;
}


.eft {
    background-color: #333;
    position: fixed;
    left: 0;
    width: 100%;
    top: 0;
    bottom: 0;
    z-index: 5;    
}











/* G.MADE */

.brand_item_wrap {
    padding: 60px 0;
    min-width: 1200px;
    position: fixed;
    z-index: 1;
    top: 0;
    width: 100%;
    overflow: hidden;
}

.brand_item_wrap.on {
    position: relative;
}

.brand_item_wrap .inner {
    padding: 0 7%;
}

.brand_item_wrap .item_top{
    overflow: hidden;
    text-align: center;
    padding: 0 10px;
    position: fixed;
    width: 100%;
    height: 100px;
    padding: 60px 7% 0;
    box-sizing: border-box;
    background: #fff;
    top: 0;
    z-index: 1;
}

.brand_item_wrap .top_dummy {
    height: 100px;
}

.brand_item_wrap .item_top .logo {
    float: left;
    position: absolute;
}

.brand_item_wrap .item_top .title{
    font-size: 34px;
    line-height: 0.7;
}

.brand_item_wrap .item_top .close {
    display: inline-block;
    position: relative;
    vertical-align: top;
    width: 36px;
    height: 21px;
    padding: 10px;
    transition: all .25s ease-in-out;
    cursor: pointer;
    opacity: 0;
    z-index: 3;
    margin: -18px 4px 0 0;
}

.brand_item_wrap .item_top .close.active {
    opacity: 1;
}

.brand_item_wrap .item_top .close:before,
.brand_item_wrap .item_top .close:after {
    content: '';
    transform-origin: 0 50%;
    left: 10px;
    transform: rotate(0deg);
    width: 15px;
    background-color: #000;
    height: 2px;
    position: absolute;
    top: 28.5px;
    -webkit-transition: all .25s ease-in-out;    
    -moz-transition: all .25s ease-in-out;    
    -ms-transition: all .25s ease-in-out;    
    transition: all .25s ease-in-out;    
}

.brand_item_wrap .item_top .close.active:before {
    -webkit-transform: rotate(45deg);  
    -moz-transform: rotate(45deg);  
    -ms-transform: rotate(45deg);  
    transform: rotate(45deg);  
}

.brand_item_wrap .item_top .close.active:hover:before {
    -webkit-transform: rotate(38deg);  
    -moz-transform: rotate(38deg);  
    -ms-transform: rotate(38deg);  
    transform: rotate(38deg);  
}

.brand_item_wrap .item_top .close.active:after {
    -webkit-transform: rotate(-45deg);  
    -moz-transform: rotate(-45deg);  
    -ms-transform: rotate(-45deg);  
    transform: rotate(-45deg);  
}

.brand_item_wrap .item_top .close.active:hover:after {
    -webkit-transform: rotate(-38deg);  
    -moz-transform: rotate(-38deg);  
    -ms-transform: rotate(-38deg);  
    transform: rotate(-38deg);  
}

.brand_item_wrap .item_top .close a.back_btn {
    display: block;
    width: 36px;
    height: 3px;
    background-color: #000;
    position: absolute;
    top: 28.5px;
    -webkit-transition: all .25s ease-in-out;    
    -moz-transition: all .25s ease-in-out;    
    -ms-transition: all .25s ease-in-out;    
    transition: all .25s ease-in-out;    
}

.brand_item_wrap .item_top .close.active:hover a.back_btn {
    width: 40px;
}

.brand_item_wrap .item_cont {
    font-size: 0;
    letter-spacing: 0;
    position: relative;
/*
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
*/
}

.brand_item_wrap .item_cont img {
    width: 100%;
    height: auto;
}

.section .section-content {
    position: absolute;
    top: 40%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.section .section-title h5 {
     text-align: center;
    font-size: 34px;
    color: #000;
    font-weight: 500;
    margin-bottom: 50px;
}

/* 성취 */

.section02 .content-wrap {
    position: relative;
    width: 1335px;
    min-height: 228px;
    margin: 0 auto;
}

.section02 .icon-menu ul {
    font-size: 0;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.section02 .icon-menu ul li {
    display: inline-block;
    vertical-align: top;   
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 87px;
    -webkit-transition: opacity .4s visibility .4s;
    -moz-transition: opacity .4s visibility .4s;
    -ms-transition: opacity .4s visibility .4s;
    transition: opacity .4s visibility .4s;       
}

.section02 .icon-menu ul li:nth-of-type(2) {
    left: 527px;
}

.section02 .icon-menu ul li:nth-of-type(3) {
    left: 978px;
}

.section02 .icon-menu ul li.hidden {
    opacity: 0;
    visibility: hidden;
}

.section02 .icon-menu ul li.on:after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: #6d6d6d;
    position: absolute;
    top: 0;
    right: -175px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    transition: all .4s;    
}

.section02 .icon-menu ul li span.text {
    font-size: 28px;
    color: #000;
    display: block;
    margin-top: 24px;
    line-height: 1;
}

.section02 .icon-content {
    position: absolute;
    top: 0;
    left: 580px;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.section02 .icon-content .content-box {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    transition: all .4s;    
}

.section02 .icon-content .content-box.on {
    opacity: 1;
    visibility: visible;
}

.section02 .icon-content p {
    font-size: 16px;
    color: #333;
    line-height: 36px;
}

/* 히스토리 */

.section03 .content-wrap {
    position: relative;
    width: 1137px;
    margin: 0 auto;
}

.history-control {
    height: 135px;
    position: relative;
}

.history-control span.arrow {
    position: absolute;
    top: 10px;
    cursor: pointer;
    z-index: 10;
}

.history-control span.arrow.history-prev {
    left: 0;
}

.history-control span.arrow.history-next {
    right: 0;
}

.history-pagination {
    position: relative;
    height: 100%;
}

.history-pagination>ul,
.history-pagination>ul>div {
    height: 100%;
}

.history-pagination>ul>div {
    padding: 10px 0px 0px !important;
    width: 1104px;
    margin: 0 auto;
}

.history-pagination:after {
    content: "";
    display: block;
    width: 1104px;
    height: 1px;
    background: #e2e1e1;
    position: absolute;
    top: 19px;
    /* margin-top: 1px; */
    left: 15px;
    z-index: -1;
}

.history-pagination li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    text-align: center;
    cursor: pointer;
}

.history-pagination li span.dots {
    display: block;
    width: 9px;
    height: 9px;
    background: #e3e3e3;
    border-radius: 50%;
    margin: 0 auto;
    position: relative;
    z-index: 10;
/*    margin: 0px auto 20px;*/
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;    
}

.history-pagination li span.dots:after {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    box-sizing: border-box;
    background: transparent;
    border: 1px solid #a7a29e;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;       
}

.history-pagination .slick-current li span.dots {
    width: 16px;
    height: 16px;
    background: #5b5b5b;
}

.history-pagination .slick-current li span.dots:after {
    opacity: 1;
    visibility: visible;
}

.history-pagination li span.text {
    position: absolute;
    top: 27px;
    font-size: 14px;
    color: #000;
    font-weight: 400;
    display: block;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.history-pagination .slick-current li span.text {
    font-size: 18px;
    top: 40px;
}

.history-slide .slide-box:after {
    content: "";
    display: block;
    clear:both;
}

.history-slide .slide-box .thumb {
    float: left;
    width: 702px;
    position: relative;
    top: 50px;
    opacity: 0;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;    
}

.history-slide .slick-current .slide-box .thumb {
    opacity: 1;
    top: 0;
}

.history-slide .slide-box .thumb span.year {
    font-size: 100px;
    color: #333;
    font-weight: 700;
    position: absolute;
    top: 35px;
/*    left: 202px;*/
    left: 152px;
    display: block;
    line-height: 1;
    opacity: 0;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;    
}

.history-slide .slick-current .slide-box .thumb span.year {
    opacity: 1;
    left: 202px;
}

.history-slide .slide-box .thumb span.year.while {
    left: 12px;
}

.history-slide .slick-current .slide-box .thumb span.year.while {
    left: 62px;
}

.history-slide .slide-box .des {
    float: left;
    margin-left: 5vw;
    position: relative;
    padding-top: 170px;    
}

.history-slide .slide-box .des span.bar {
    position: absolute;
    top: 180px;
    left: -95px;
    display: block;
    width: 60px;
    height: 1px;
    opacity: 0;
    background: #9c9792;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;       
}

.history-slide .slick-current .slide-box .des span.bar {
    opacity: 1;
    left: -75px;
}

.history-slide .slide-box .des h5 {
    line-height: 22px;
    font-size: 18px;
    color: #333;
    font-weight: 400;
    margin-bottom: 8px;
    position: relative;
    left: 20px;
    opacity: 0;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;     
}

.history-slide .slick-current .slide-box .des h5 {
    left: 0;
    opacity: 1;
}

.history-slide .slide-box .des p {
    font-size: 14px;
    color: #9c9792;
    font-weight: 300;
    line-height: 22px;
    position: relative;
    left: 20px;
    opacity: 0;    
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;      
}

.history-slide .slick-current .slide-box .des p {
    left: 0;
    opacity: 1;
}
/* BASIC css end */

