/*
* Base Template
* Combines HTML5 Boilerplate & Boostrap. Includes some basic templating.
* Authored by Stephen Shaw (shshaw@gmail.com)
*/

/* @group Basics */

*,
*:before,
*:after {
  box-sizing: border-box;
}
@font-face {
font-family: 'NanumSquareL';
 src: url(fonts/NanumSquareL.eot);
 src: url(fonts/NanumSquareL.eot?#iefix) format('embedded-opentype'),
      url(fonts/NanumSquareL.woff) format('woff'),
      url(fonts/NanumSquareL.ttf) format('truetype');
}

html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
overflow:hidden;
    position: relative;
}

body {
  color: #333333;
  font-weight: 400;
  font-size: 15px;
  margin: 0;
   background:url(img/black.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    font-family: 'Lato', 'NanumSquareL';
}


.demo {
    margin:3% auto 0;
}
.demo li{
    width:250px;position: relative;cursor: pointer;
}
.context{height:250px;overflow: hidden;}
.btn_area{height:70px;overflow: hidden;background:url(img/v-bar.jpg) no-repeat rgba(256,256,256,1);visibility: hidden;display: none;
background-position:center}
.btn_area img{display: inline-block !important;vertical-align:middle !important;}
.btn_area .float{width:50%;float: left;height:70px;line-height: 70px;box-sizing: border-box;color:#777;font-size:16px;font-weight: bold;}

.link{padding-bottom:80px}
.link button{background:none;border:2px solid rgba(255,255,255,0.5);width:130px;height:42px;border-radius: 30px;color:#fff;font-size:16px;cursor:pointer;transition:.3s;font-weight: 600}
.link button:hover{background:#fff;color:#303030;}

.demo li>div h1{text-align: center;color:#fff;margin-top:40px;font-size:32px;text-transform: uppercase;line-height:1.3}
.demo li>div p{text-align: center;color:#fff;padding-top:40px;font-size:16px}

.demo li:nth-child(1)>div{
    background:#f44336;
}
.demo li:nth-child(1)>div button:hover{
    color:#f44336;
}
.demo li:nth-child(2)>div{
    background:#e91e63;
}
.demo li:nth-child(2)>div button:hover{
    color:#e91e63;
}
.demo li:nth-child(3)>div{
    background:#7dc6b9;
}
.demo li:nth-child(3)>div button:hover{
    color:#7dc6b9;
}
.demo li:nth-child(4)>div{
    background:#673ab7;
}
.demo li:nth-child(4)>div button:hover{
    color:#673ab7;
}
.demo li:nth-child(5)>div{
    background:#00a1f1;
}
.demo li:nth-child(5)>div button:hover{
    color:#00a1f1;
}
.demo li:nth-child(6)>div{
    background:#2196f3;
}
.demo li:nth-child(7)>div{
    background:#03a9f4;
}
.demo li:nth-child(8)>div{
    background:#00bcd4;
}
.demo li:nth-child(9)>div{
    background:#009688;
}
.demo li:nth-child(10)>div{
    background:#4caf50;
}

.demo h2 {
  text-align: center;
  font-size: 32px;
  margin-bottom: 3%;
    line-height:1.6;
    color:#fff;
}

.demo .flipster {
  margin: 0 -2em;
}
.btn_group{width:686px;height:70px;margin:0 auto;overflow: hidden;padding:10px 0}
.btn_group div>a{width:100%;height:100%;display: block;}
.float_btn{float:left;width:212px;height:50px;background:#fff;margin-right:24px;line-height: 50px;padding-left:24px;font-size:16px;background:url(img/download_ico.png) no-repeat #fff;background-position: 90% 45%;background-size:20px; cursor: pointer;color:#777;box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);font-weight: bold;}
.float_btn.end{margin-right:0;}
.mouse {
  position: absolute;
  width: 32px;
  height: 54px;
  bottom: 20px;
  left: 50%;
  margin-left: -12px;
  border-radius: 15px;
  border: 2px solid #fff;
  -webkit-animation: intro 1s;
          animation: intro 1s;
}
.scroll {
  display: block;
  width: 6px;
  height: 6px;
  margin: 6px auto;
  border-radius: 50%;
  background: #fff;
  -webkit-animation: finger 1s infinite;
          animation: finger 1s infinite;
}
.dropholder_wrap{position:absolute;top:30px;right:20px;}
.dropholder{
  width: 160px;
  height: 34px;
  font-size:13px;
  text-align: center;
  color: #fff;
  position: relative;
  box-sizing:border-box;
  border:1px solid #fff;
  position: relative;
}
.dropholder:hover, .dropholder:hover:after{
  animation-play-state:paused;
}
.dropholder:after{
  content:"";
  position: absolute;
  width: 120px;
  height: 5px;
  background:rgba(0,0,0, 0);
  display: block;
  top:100px;
  left:37px;
  margin: auto;  
}
.dropholder p{
    width:58px;
    height:34px;
    text-align: center;
  float: left;
  line-height:32px;
    margin:0;padding:0;
}
.dropdown > p{
    width:100%;
}
.dropdown, .dropholder{
  background:none;
}
.dropdown{
  float: left;
  width: 100px;

text-align: center;
  cursor: pointer;
  height:33px;
  border-left:1px solid #fff;
  position: relative;
}

.dropdown:after{
  content:"▾";
  font-size: 14px;
  position: absolute;
  right:6px;
  top:8px;
  display: block;
}

.menu{
  position: absolute;
  right:-1px;
  padding:0;
text-align: center;
  top:19px;
  width: 101px;
box-sizing: border-box;
  cursor: pointer;
  opacity:0;
  transform-style: preserve-3d;
  transform:rotatey(180deg) rotateX(5deg) translatey(100px);
  backface-visibility: hidden;
  border:1px solid #fff;  transition:all 0.8s;
  z-index:5;
  overflow:hidden;
}
.menu li{
    height:34px;
    line-height: 33px;
  list-style: none;  
  border-bottom:1px dotted #fff;
  color:#fff; 
  transition:all 0.3s;
}
.menu li a{display: block;width:100%;height:100%;}
.menu li:hover{
  background:#fff;
  color:#000;
}
.menu li:last-child{
  border:none;
}

.showMenu{
   opacity:1;
  transform:rotateX(0deg) translatey(0px);
}
li > i{
  float: left;
  padding-top: 3px;
  padding-right: 8px;
}
p > i{
 position: relative;
 top:2px;
}
i{
  opacity: 0.7;
}

@-webkit-keyframes intro {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes intro {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes finger {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
}
@keyframes finger {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
}

.flipster--coverflow .flipster__item{opacity:.6;}
.flipster--coverflow .flipster__item--current{opacity:1;}
.flipster__container{text-align: center;width:100%;height:100%;padding-bottom:0;}


.mars {
  display: block;
  position: absolute;
  z-index: -1;
  top: 70%;
  left: 50%;
  transform: translate(-50%, 0);
  animation: mars 240s infinite linear;
}

@keyframes mars {
  0% {
    transform: translate(-50%, 0) rotate(0deg);
  }
  100% {
    transform: translate(-50%, 0) rotate(360deg);
  }
}

.footer{width:100%;position:absolute;bottom:20px;right:20px;;text-align:right;font-size: 12px;0;color:#ddd;}


/* 스마트폰 세로 */
@media only screen and (max-width : 640px) {
    .demo h2 {
  font-size: 18px;
  margin-top:60px;margin-bottom:8%;
}
    .demo h2 img{width:30%;}
    .mouse{display: none;}
    .footer{color:#fff;text-align: center;right:0;font-size:10px;bottom:10px;}
    .btn_group{width:320px;margin:0 auto;height:100%;margin-top:8%;padding:0;}
.float_btn{width:155px;height:40px;line-height:40px;margin-right:10px;margin-bottom:10px;padding-left:24px;font-size:14px;background-size:16px;color:#777;}
    .float_btn:nth-child(2){margin-right:0;}
    .demo li{width:220px;}
.context{height:180px;}
.btn_area{height:60px;}
.btn_area .float{width:50%;float: left;height:60px;line-height: 60px;font-size:14px;}
.demo li>div h1{margin-top:30px;font-size:26px;}
.demo li>div p{font-size:14px;padding-top:10px;}
 .dropholder_wrap{display: none;}
.link{padding-bottom:30px}
}
/*i 5 */
@media only screen and (max-device-width : 320px) and (orientation : portrait) {
.demo h2 {
  font-size: 18px;
  margin-top:20px;
}
}

/* 아이패드 (세로) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1023px){
.demo h2 { font-size: 28px; margin-top:60px;margin-bottom:10%;}
.btn_group{width:320px;margin:0 auto;height:100%;margin-top:4%;padding:0;}
.float_btn:nth-child(2),.float_btn:nth-child(4){margin-right:0;}
.float_btn{width:155px;height:40px;line-height:40px;margin-right:10px;margin-bottom:10px;padding-left:24px;font-size:14px;background-size:16px;color:#777;}
.footer{color:#fff;text-align: center;right:0;font-size:10px;bottom:10px;}    
.mouse{display: none;}    
}

 
/* 큰 모니터 */
@media only screen and (min-width : 1824px) {
    
.demo {
    margin:5% auto 0;
    simulateTouch: false
}
.demo li{
    width:250px;position: relative;cursor: pointer;
}
.context{height:250px;}
.btn_area{height:70px;overflow: hidden;background:url(img/v-bar.jpg) no-repeat rgba(256,256,256,1);
background-position:center}
.btn_area img{display: inline-block !important;vertical-align:middle !important;}
.btn_area .float{width:50%;float: left;height:70px;line-height: 70px;box-sizing: border-box;color:#777;font-size:16px;font-weight: bold;}


.demo li>div h1{text-align: center;color:#fff;margin-top:40px;font-size:32px;text-transform: uppercase;line-height:1.3}
.demo li>div p{text-align: center;color:#fff;padding-top:60px;font-size:16px}
    .btn_group{margin-top:0;}
}
