/*
* 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;
    border:none;
}

body {
   background:url(../img/background.jpg) no-repeat;
    background-position:center;
    background-size:cover;
    font-family:'NanumSquareL','sans-serif';
}

.container {
    width:1360px;
    margin:0 auto;
    position: relative
}
.container .swiper-container{width:1080px;height:390px;margin:0 auto;overflow: hidden;}
    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;

      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }

.container h2 {
  text-align: center;
  font-size: 30px;
  margin:4% auto 3%;
    color:#fff;
    line-height: 1.6;
    font-family:'NanumSquareL','arial';
    font-weight: normal;
}
.float{float:left;width:50%;line-height:70px;font-size: 16px;font-weight: bold;}
.btn_group{width:844px;height:120px;padding:10px 0;margin:0 auto;overflow: hidden;margin-top:20px;padding:10px 20px 30px;}
.float_btn{float:left;width:252px;height:80px;background:#fff;margin-right:24px;line-height: 80px;padding-left:24px;font-size:19px;background:url(../img/download_ico.png) no-repeat #fff;background-position: 90% 45%;cursor: pointer;box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  transition: box-shadow 0.3s cubic-bezier(.25,.8,.25,1) !important;color:#000;}
.btn_group div>a{width:100%;height:100%;display: block;}
.float_btn:hover{box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);}
.float_btn.end{margin-right:0;}
.float img{vertical-align:middle;}
/*slide content*/
.swiper-slide{height:360px !important;color:#fff;cursor: pointer;box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);position:relative;
  transition: box-shadow 0.3s cubic-bezier(.25,.8,.25,1) !important;}
.swiper-slide:hover{box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);}
.swiper-slide div.Pf_text{font-weight: normal;font-size:28px;position:absolute;top:25%;line-height:1.3}
.swiper-slide p{font-size:18px;margin-bottom:32px;}
.swiper-slide .linker{width:100%;height:70px;position:absolute;bottom: 0;background:url(../img/v-bar.jpg) no-repeat #fff;background-position:center;overflow:hidden;color:#777777;visibility: hidden;}


.swiper-slide.engineBG{background:#aa2929;}
.swiper-slide.ContainerBG{background:#6b6b6b;}
.swiper-slide.PortalBG{background:#99d0cb;}
.swiper-slide.HelperBG{background:#66abd6;}
.swiper-slide.docsBG{background:#673ab7;}

.swiper-slide.engineBG .link button:hover{color:#aa2929;}
.swiper-slide.ContainerBG .link button:hover{color:#6b6b6b;}
.swiper-slide.PortalBG .link button:hover{color:#99d0cb;}
.swiper-slide.HelperBG .link button:hover{color:#66abd6;}    
.swiper-slide.docsBG .link button:hover{color:#673ab7;}

.footer{width:100%;position:absolute;bottom:20px;color:#fff;text-align: center;font-size: 16px;}
.dropholder_wrap{position:absolute;top:30px;right:20px;font-family: 'Lato';}
.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;
}

/* 스마트폰 세로 */
@media only screen and (max-width : 767px) {
    .container h2 {  font-size: 22px;  margin:30px auto 4%;}
    .container h2 img{width:28%}
    .container{width:100% !important;}
    .container .swiper-container{width:260px;height:260px;}
        .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;}
    .swiper-button-prev, .swiper-button-next{width:20px;top:200px !important;}
    .swiper-button-prev, .swiper-button-next{width:32px;height:32px;background-size: 32px 32px !important;}
    .swiper-slide{height:260px !important;}
.swiper-slide div.Pf_text{font-weight: normal;font-size:28px;position:absolute;top:25%;line-height:1.3}
.swiper-slide p{font-size:18px;margin-top:0;margin-bottom:12px;}
.swiper-slide .linker{width:100%;height:70px;position:absolute;bottom: 0;background:url(../img/v-bar.jpg) no-repeat #fff;background-position:center;overflow:hidden;color:#777777;visibility: hidden;}
.footer{font-size: 11px;}
.dropholder_wrap{display: none;}
}
/* 아이패드 (세로) ----------- */
@media only screen and (min-width : 768px) and (max-width : 1360px){
    .container{width:100% !important;}
    .container .swiper-container{width:720px;}
    .swiper-slide{width:auto;color:#fff;cursor: pointer;}
    .btn_group{width:724px;height:100%;padding:10px 0;margin:0 auto;overflow: hidden;margin-top:20px;padding:0;}
.float_btn{float:left;width:348px;height:70px;background:#fff;margin-right:24px;line-height: 70px;padding-left:24px;font-size:19px;background:url(../img/download_ico.png) no-repeat #fff;background-position: 90% 45%;cursor: pointer;box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  transition: box-shadow 0.3s cubic-bezier(.25,.8,.25,1) !important;}
    .float_btn:nth-child(2),.float_btn:nth-child(4){margin-right:0;}
    .float_btn:nth-child(3),.float_btn:nth-child(4){margin-top:10px;}
    .swiper-button-prev, .swiper-button-next{;top:43% !important;}
    .container h2 {  font-size: 22px;  margin:6% auto 4%;}
}
/*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-width : 1920px) and (max-width:2890px){
.container {
    width:1360px;
    margin:0 auto;
    position: relative
}
.container .swiper-container{width:1080px;height:390px;margin:0 auto;overflow: hidden;}
    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;

      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }

.container h2 {
  text-align: center;
  font-size: 30px;
  margin:10% auto 4%;
    color:#fff;
    line-height: 1.6;
    font-family:'NanumSquareL','arial';
    font-weight: normal;
}
    
.link{position:absolute;bottom:20%;}
.link button{background:none;border:2px solid rgba(255,255,255,0.5);width:130px;height:44px;border-radius: 30px;color:#fff;font-size:16px;cursor:pointer;transition:.3s;font-weight: 600}
.link button:hover{background:#fff;}
    
.float{float:left;width:50%;line-height:70px;font-size: 16px;font-weight: bold;}
.btn_group{width:844px;height:120px;padding:10px 0;margin:0 auto;overflow: hidden;margin-top:20px;padding:10px 20px 30px;}
.float_btn{float:left;width:252px;height:80px;background:#fff;margin-right:24px;line-height: 80px;padding-left:24px;font-size:19px;background:url(../img/download_ico.png) no-repeat #fff;background-position: 90% 45%;cursor: pointer;box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  transition: box-shadow 0.3s cubic-bezier(.25,.8,.25,1) !important;color:#000;}
.float_btn:hover{box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);}
.float_btn.end{margin-right:0;}
.float img{vertical-align:middle;}
/*slide content*/
.swiper-slide{height:360px !important;color:#fff;cursor: pointer;box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  transition: box-shadow 0.3s cubic-bezier(.25,.8,.25,1) !important;}
.swiper-slide:hover{box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);}
.swiper-slide div.Pf_text{font-weight: normal;font-size:28px;position:absolute;top:15%;line-height:1.3}
.swiper-slide p{font-size:18px;margin-bottom:32px;}
.swiper-slide .linker{width:100%;height:70px;position:absolute;bottom: 0;background:url(../img/v-bar.jpg) no-repeat #fff;background-position:center;overflow:hidden;color:#777777;visibility: hidden;}
}
