@font-face {
    font-family: 'Arial Narrow';
    src: url('ArialNarrow.woff2') format('woff2'),
        url('ArialNarrow.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

* {margin: 0; padding: 0; list-style: none; text-decoration: none; color: #333;
font-family: 'Arial Narrow', sans-serif;}
#header {position: relative;}
.videoBox {width: 100%; height: 815px; overflow: hidden;} 
.videoBox video {width: 100%;}
.nav {
width: 100%;
position: absolute; 
left: 0; top: 0;}
.m_nav {display: none;}
.mbt {display: none;}
h1 {float: left; margin: 50px 150px;}
.main_nav {
    width: 100%;
    max-width: 1900px;
    min-width: 800px;
}
.pop-up {
    width: 50%;
    height: 50%;
    background: black;
    position: absolute;
    left: 25%; top: 25%;
    color: #fff;
    z-index: 9999999;
    display: none;
}
.pop-close {
    width: 30px;
    height: 30px;
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
    margin: 10px 10px 0 0;
    float: right;
}
.gnb {width: 100%; margin-top: 2%;}
.gnb li {width: 10%; display: inline-block; line-height: 70px; font-weight: bold; font-size: 1.3em;}
#contents {background: #faf7eb;}
.textBox {width: 50%; margin: 0 auto;}
.visBox1 {width: 100%; height: 585px; text-align: center; position: relative;}
.visBox1 h2 {position: absolute; top: 30%; left: 45%; font-size: 4em;} 
.visBox1 p {position: absolute; top: 50%; left: 37%; font-size: 25px;}
.visBox2 {width: 100%; overflow: hidden;}
.visBox2 .visBox2-1 {width: 25%; height: 940px; background: url(../img2/images/images/muji_lay1_02.png) no-repeat center; float: left;}
.visBox2 .visBox2-2 {float: right; width: 75%; height: 940px;}
.visBox2 .visBox2-2 div {width: 33.3333%; height: 470px; transition: all 0.7s; cursor: pointer;}
.visBox2 .visBox2-2 .miniBox1 {float: left; background: url(../img2/images/muji_layout2_08.png) no-repeat center;}
.visBox2 .visBox2-2 .miniBox2 {float: left; background: url(../img2/images/muji_layout2_09.png) no-repeat center;}
.visBox2 .visBox2-2 .miniBox3 {float: left; background: url(../img2/images/muji_layout2_10.png) no-repeat center;}
.visBox2 .visBox2-2 .miniBox4 {float: left; background: url(../img2/images/muji_layout2_14.png) no-repeat center;}
.visBox2 .visBox2-2 .miniBox5 {float: left; background: url(../img2/images/muji_layout2_15.png) no-repeat center;}
.visBox2 .visBox2-2 .miniBox6 {float: left; background: url(../img2/images/muji_layout2_16.png) no-repeat center;}

.visBox2 .visBox2-2 .miniBox1:hover
{background: url(../img2/images/muji_layout2_08-1.png) center;}
.visBox2 .visBox2-2 .miniBox2:hover {background: url(../img2/images/muji_layout2_09-1.png) center;}
.visBox2 .visBox2-2 .miniBox3:hover {background: url(../img2/images/muji_layout2_10-1.png) center;}
.visBox2 .visBox2-2 .miniBox4:hover {background: url(../img2/images/muji_layout2_14-1.png) center;}
.visBox2 .visBox2-2 .miniBox5:hover {background: url(../img2/images/muji_layout2_15-1.png) center;}
.visBox2 .visBox2-2 .miniBox6:hover {background: url(../img2/images/muji_layout2_16-1.png) center;}
.visBox3 {width: 100%; height: 1082px; background: url(../img2/images/images/muji_lay1_04.png) no-repeat center fixed;}
.visBox4 {width: 100%; height: 1102px; background: url(../img2/images/images/muji_lay1_05.png) no-repeat center fixed; text-align: center; position: relative;}
.visBox4 h2 {position: absolute; top: 30%; left: 40%; font-size: 4em;}
.visBox4 p {position: absolute; top: 40%; left: 39%; font-size: 27px;}
.visBox5 {width: 100%; height: 600px; background: #7f0019; position: relative;}
.visBox5 .muji_label {}
.visBox5>.muji_label>div {float: left; margin-right: 100px;}
.visBox6 {width: 100%; height: 886px; background: url(../img2/images/images/muji_lay1_07.png) no-repeat center;}
.visBox6 .txtBox {width: 50%; float: left; background: transparent; text-align: center; margin-top: 300px;}
.visBox6 h2 {font-size: 2em;}
.visBox6 p {font-size: 20px; margin-top: 15px;}
#footer {position: relative; top: -100px; height: 0; text-align: center;}

.row::after {
  content: "";
  clear: both;
  display: table;
}
[class*="col-"]{
    float: left;
}
.col-lg-1 {width: 8.33%;}
.col-lg-2 {width: 16.66%;}
.col-lg-3 {width: 25%;}
.col-lg-4 {width: 33.33%;}
.col-lg-5 {width: 41.66%;}
.col-lg-6 {width: 50%;}
.col-lg-7 {width: 58.33%;}
.col-lg-8 {width: 66.66%;}
.col-lg-9 {width: 75%;}
.col-lg-10 {width: 83.33%;}
.col-lg-11 {width: 91.66%;}
.col-lg-12 {width: 100%;}


@media screen and (max-width:1000px) {
.col-md-1 {width: 8.33%;}
.col-md-2 {width: 16.66%;}
.col-md-3 {width: 25%;}
.col-md-4 {width: 33.33%;}
.col-md-5 {width: 41.66%;}
.col-md-6 {width: 50%;}
.col-md-7 {width: 58.33%;}
.col-md-8 {width: 66.66%;}
.col-md-9 {width: 75%;}
.col-md-10 {width: 83.33%;}
.col-md-11 {width: 91.66%;}
.col-md-12 {width: 100%;}  
}

@media screen and (max-width:768px) {
.col-sm-1 {width: 8.33%;}
.col-sm-2 {width: 16.66%;}
.col-sm-3 {width: 25%;}
.col-sm-4 {width: 33.33%;}
.col-sm-5 {width: 41.66%;}
.col-sm-6 {width: 50%;}
.col-sm-7 {width: 58.33%;}
.col-sm-8 {width: 66.66%;}
.col-sm-9 {width: 75%;}
.col-sm-10 {width: 83.33%;}
.col-sm-11 {width: 91.66%;}
.col-sm-12 {width: 100%;}  
    
    .nav {
        position: fixed;
        z-index: 999999;
    
    }
    .main_nav {
        display: none;
    }
    .m_nav {
        display: block;
    }
    .mbt {
        display: block;
        width: 50px;
        height: 50px;
        background: transparent;
        font-size: 1.7em;
        margin-top: 7%;
        border: none;
        color: white; 
        position: fixed;
        right: 8%;
    }
    .m_nav {
    width: 50%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    right: -100%; top: 0;
    text-align: left;
    z-index: 9999;
}
    .m-gnb {
        width: 100%;
    }
    .m-gnb>li {
        display: table;
        width: 100%; 
        height: 100px;
    }
    .m-gnb>li>a {
        text-indent: 2em;
        display: table-cell;
        width: 100%;
        vertical-align: middle;
        color: #fff;
        font-size: 25px;
        
    }

.m-close {
    width: 50px;
    height: 50px;
    font-size: 2em;
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    float: right; margin: 10px 10px 0 0;
}
    .visBox1>h2 {
        font-size: 50px;
    }  
    .visBox5 {
    }
}