@import url(http://fonts.googleapis.com/css?family=Orbitron);
@font-face { font-family: 'Binggrae-Bold'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/Binggrae-Bold.woff') format('woff'); font-weight: normal; font-style: normal; }
/* ----------reset CSS------------ */
*{
    margin: 0;
    padding: 0;
}
ol,ul{list-style: none;}
body{
    position: fixed;
    width: 100%;
    height: 100%;
    background: #111;
    font-family: Binggrae-Bold;
}
a{
    outline: 0;
    text-decoration: none;
    color: #ccc;
}
img{border: 0;}

/* ----------wrap------------ */
#wrap{
    position: fixed;
    width: 100%;
    height: 100%;
    min-width: 1024px;
    min-height: 768px;
    perspective: 900px;
}

/* ----------메뉴 호출 버튼------------ */
.btnMenu{
    position: fixed;
    top: 21px;
    left: 1.5%;
    display: inline-block;
    width: 15px;
    height: 50px;
    text-align: center;
    font-size: 35px;
    color: #eee;
    z-index: 3;
}
a:hover{
    color: #1ca2e5;
}

/* ----------nav 아래------------ */
.navbox{
    position: fixed;
    z-index: 1;
    height: 100%;
    width: 15%;
    background: url(../img/bg_y.jpg);
    background-size: cover;
    text-align: center;
}
.navbox p{
    color: #1ca2e5;
    text-align: center;
    position: relative;
    top: 45%;
    left: 2%;
    font-size: 16px;
}
.navbox img{
    display: inline-block;
    width: 222px;
    height: 490px;
    margin: 180% auto 0;
}

/* ----------카테고리 그룹------------ */
nav{
    position: absolute;
    top: -130%;
    width: 15%;
    height: 100%;
    background: url(../img/bg_b2.jpg);
    z-index: 2;
    opacity: 1;
    transition: all 0.5s;
}
nav.on{
    transform: rotateY(15deg);
    opacity: 1;
}
nav .slogan{
    position: relative;
    top: 65%;
    left: 0;
}
nav .slogan p{
    color: #eee;
    font-weight: bold;
    font-size: 40px;
    text-align: center;

}
nav .slogan img{
    width: 80%;
    margin: 10%;
}

/* ----------logo------------ */
h1{
    width: 150px;
    position: fixed;
    top: 30px;
    left: 7.5%;
    margin-left: -50px;
    z-index: 10;
}
h1 img{
    width: 100%;
    height: auto;
}

/* ----------카테고리 메뉴------------ */
nav ul{
    position: absolute;
    top: 23%;
    left: 0;
    width: 100%;
}
nav li a{
    display: block;
    width: 100%;
    box-sizing: border-box;
    font-size: 18px;
    line-height: 4;
    color: #eee;
    text-align: center;
    transition: all 0.5s;
}
nav li a:hover{
    background: #eee;
    color: #1c7ae5;
}

/* ----------콘텐츠 그룹------------ */
section{
    position: fixed;
    right: 0;
    width: 85%;
    height: 100%;
    background: #000;
    z-index: 1;
    transform-origin: right center;
    transition: all 0.5s;
}
section.on{transform: rotateY(-10deg);}
section>div{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    perspective: 700px;
    transition: all 1.5s;
}
section>div.on{
    z-index: 2;
    opacity: 1;
}
section>div>p{
    box-sizing: border-box;
    text-align: center;
    overflow: hidden;
    transform: rotateY(180deg);
    transition: all 1.5s;
}
section>div.on>p{transform: rotateY(0deg);}
section>div>p>span{
    display: block;
    text-align: center;
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -10px;
    font-size: 25px;
    color: #eee;
}

/* ----------콘텐츠 웹 아이콘 설정------------ */
section>div>p>em>a>i{
    font-size: 30px !important;
    color: #eee;
    margin: 0px 15px;
    position: relative;
    top: 30%;
    margin-top: -15px;
    opacity: 0.5;
    transition: all 0.5s;
}
section>div>p>em>a>i:hover{
    transform: scale(1.2);
    opacity: 1;
}

/* ----------box0------------ */

.box0{
    width: 100%;
    height: 100%;
    background: url(../img/bg_intro.jpg) no-repeat center;
    background-size: cover;
}
.box0>p:nth-child(1){
    width: 300px;
    height: 50px;
    position: relative;
    top: 30px;
    left: 82%;
}

.box0>p:nth-child(2){
    position: relative;
    top: 10%;
    font-size: 35px;
    color: #1b9bdb;
    text-align: center;
}
.main{
    width: 600px;
    height: auto;
    position: relative;
    margin: 25% auto;
    text-align: center;
}
.main p:nth-child(1){
    color: #f16999;
    font-weight: bold;
    font-size: 40px;
}
.main p:nth-child(2){
    color: #f16999;
    font-weight: bold;
    font-size: 100px;
}
.main p:nth-child(3){
    color: #1b9bdb;
    font-weight: bold;
    font-size: 25px;
}

/* ----------box1------------ */
section>div.on>div{transform: rotateY(0deg);}

.box1>p{
    height: 25%;
    float: left;
    text-align: center;
    position: relative;
}
.box1>p>img{
    width: 100%;
}
.box1>p>strong{
    text-align: center;
    position: relative;
    width: 100%;
    top: 47%;
    margin-top: -25px;
    font-size: 50px;
    color: #eee;
}
.box1>p:nth-child(1){
    width: 50%;
    background: url(../img/bg_b.jpg) no-repeat;
    background-size: cover;
}
.box1>p:nth-child(2){
    width: 25%;
    background:#ccc;
    background: url(../img/bg_y.jpg) no-repeat right center;
    background-size: cover;
}
.box1>p:nth-child(3){
    width: 25%;
    background: url(../img/bg_b2.jpg) no-repeat;
    background-size: cover;
}
.box1>p:nth-child(4){
    width: 50%;
    height: 50%;
    float: right;
    background: url(../img/bg_b.jpg) no-repeat center top;
    background-size: cover;
}
.box1>p:nth-child(5){
    width: 25%;
    background: url(../img/bg_y2.jpg) no-repeat;
    float: right;
    background-size: cover;
}
.box1>p:nth-child(6){
    width: 25%;
    background: url(../img/bg_b3.jpg) no-repeat;
    float: right;
}
.box1>p:nth-child(7){
    width: 25%;
    background: url(../img/bg_b2.jpg) no-repeat;
    background-size: cover;
    float: right;
}
.box1>p:nth-child(8){
    width: 25%;
    background: url(../img/bg_y2.jpg) no-repeat center center;
    background-size: cover;
    float: right;
}
.box1>p:nth-child(9){
    width: 25%;
    background: url(../img/bg_b.jpg) no-repeat;
    background-size: cover;
}
.box1>p:nth-child(10){
    width: 50%;
    background-image: url(../img/speaker2.png), url(../img/bg_y.jpg);
    background-repeat: no-repeat, no-repeat;
    background-position: bottom center,center;
    background-size: 81%, cover;
}
.box1>p:nth-child(11){
    width: 25%;
    background: url(../img/bg_b3.jpg) no-repeat;
    background-size: cover;
}
.box1>p:nth-child(11)>a{
    text-align: center;
    position: absolute;
    top: 45%;
    left: 27%;
    font-size: 25px;
    color: #eee;
    animation: color 1s infinite;
}
@keyframes color{
    0%{color:#eee;}
    50%{color: #97bbff;}
    100%{color:#eee;}
}
.box1>p:nth-child(11)>a:hover{
    color: #1c62e5;
}

/* ----------box2------------ */
.box2>p{
    text-align: center;
    height: 25%;
    float: left;
}
.box2>p>img{
    height: 105%;
    float: right;
    opacity: 0.4;
}
.box2>p>span{
    color: #1b9bdb;
}
.box2>p>strong{
    text-align: center;
    position: relative;
    width: 100%;
    top: 38%;
    margin: 0 auto;
    font-size: 30px;
    color: #eee;
}
.box2>p:nth-child(1){
    width: 25%;
    background:url(../img/bg_b.jpg) no-repeat;
}
.box2>p:nth-child(2){
    width: 25%;
}
.box2>p:nth-child(3){
    width: 50%;
    background: url(../img/bg_y2.jpg) no-repeat;
}
.box2>p:nth-child(4){
    width: 25%;
    height: 50%;
}
.box2>p:nth-child(5){
    width: 50%;
    height: 50%;
    background: url(../img/bg_b3.jpg) no-repeat;
    background-size: cover;
}
.box2>p:nth-child(5)>strong{
    display: block;
    font-size: 25px;
    position: relative;
    top: 8%;
}
.box2>p:nth-child(5)>span{
    position: relative;
    top: 7%;
    font-size: 20px;
    color: #1459a8;
}
.box2>p:nth-child(5)>img{
    position: relative;
    left: -3%;
    top: 3%;
    display: block;
    width: 100%;
    height: auto;
    opacity: 1;
}
.box2>p:nth-child(6){
    width: 25%;
}
.box2>p:nth-child(7){
    width: 25%;
    background:url(../img/bg_y.jpg) no-repeat;
}
.box2>p:nth-child(8){
    width: 25%;
}
.box2>p:nth-child(9){
    width: 25%;
    background:url(../img/bg_y2.jpg);
}
.box2>p:nth-child(10){
    width: 25%;
}
.box2>p:nth-child(11){
    width: 25%;
}

/* ----------box3------------ */
.box3>div{
    width: 25%;
    height: 21%;
    float: left;
    box-sizing: border-box;
    text-align: center;
    transform: rotateY(180deg);
    transition: all 1.5s;
}
.box3>div:nth-child(1){
    width: 50%;
    height: 84%;
    background: url(../img/bg_b3.jpg) no-repeat;
    background-size: cover;
    overflow: auto;
}
.box3>div:nth-child(1)>p{
    color: white;
    font-size: 20px;
    margin-top: 30px;
    padding-bottom: 20px;
    border-bottom: 3px solid #fff;
}
.accordion>dt{
    color: white;
    font-size: 18px;
    padding:15px 0;
    border-bottom: 1px solid #fff;
}
.accordion dd{
    font-size: 14px;
    background-color: white;
    padding: 30px 100px;
    margin: 0 auto;
    text-align: left;
    line-height: 40px;
}
.box3>div:nth-child(1)>img{
    width: 30%;
    margin: 10% auto 0;
}
.box3>div:nth-child(2){
    width: 50%;
    height: 84%;
    background: url(../img/bg_y2.jpg) no-repeat center center;
    background-size: cover;
    text-align: center;
    overflow: auto;
}
.box3>div:nth-child(2)>img{
    width: 600px;
    height: 430px;
    margin-top: 30px;
}
.box3>div:nth-child(2)>ul{
    text-align: left;
    margin: 30px;
}
.box3>div:nth-child(2)>ul ul{
    font-size: 14px;
}

.box3>div:nth-child(2) li:last-child{
    padding-bottom: 30px;
}
.box3>div:nth-child(3){
    background: url(../img/bg_b.jpg) no-repeat;
    background-size: cover;
    width: 100%;
    height: 16%;
}
.box3>div:nth-child(3) img{
    width: 250px;
    float: left;
    margin: 4% 10%;
}
.box3>div:nth-child(3) p{
    color: #1459a8;
    font-size: 10px;
    margin: 4.5% 0;
}
.
/* .box3>p:nth-child(4){
    width: 50%;
    background:#222;
}
.box3>p:nth-child(5){
    height: 42%;
    background: url(../img/k3.jpg) no-repeat center top;
    background-size: cover;
}
.box3>p:nth-child(6){
    background:#777;
}
.box3>p:nth-child(7){
    background: url(../img/k4.jpg) no-repeat center center;
    background-size: cover;
} */
