﻿
* {
  font-family: 'M PLUS 1p', 'Nanum Gothic', sans-serif;
  list-style: none;
  margin : 0px;
  padding: 0px;
  text-decoration:none !important;
  color:rgba(20,20,20,1);
}

a,img {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

a:hover, a:link, a:visited, a:active {

  color:rgba(20,20,20,1);



}
.not_scroll{overflow:hidden;}           

.clear {clear: both;}

/* 메뉴 관련 */
.navbar {
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 30;
  width: 100%;}


  section.banner {margin:84px 0 0 0; overflow: hidden;}
  section.content {margin:60px 0;}
  section.footer {margin:0 0 60px 0; text-align: center; font-size: 10pt;}

  /* layout max */
  .navbar .container-fluid {width: 1355px;}
  .content .container-fluid {width: 1355px;}
  .banner .container-fluid {width: 100%;}
  .footer .container-fluid {width: 100%; border-top:1px solid #ddd;}


.footer .footer_logo h1 {
  margin:20px 0 10px 0 ;
}

.footer .container-fluid .sns_list {
  display: inline-block;
  text-align: center;
  margin-bottom: 10px;
}

.footer .container-fluid .sns_list .sns_icon{
  margin:0 3px;

  display: inline-block;
  text-align: center;
}

.footer .container-fluid .sns_list img {
  width:64px;
  border-radius: 5px;
  display: block;
}

  .history_background{
    position: relative;
    padding: 30px;
    background: radial-gradient( rgba(255,255,255,1), rgba(255,255,255,1), rgba(255,255,255,0));
  }

  .history_background:after {
    content : "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("/images/history_background1.png");
    opacity : 0.05;
    z-index: -1;
  }





  /* media layout */
/*  @media(min-width: 1485px){
    .navbar .container-fluid {width: 1485px;}
    .content .container-fluid {width: 1485px;}
    }*/

    @media(min-width: 1110px) and (max-width:1484px){
      .navbar .container-fluid {width: 1080px;}
      .content .container-fluid {width: 1080px;}
    }

    @media(min-width: 975px) and (max-width:1109px){
      .navbar .container-fluid {width: 945px;}
      .content .container-fluid {width: 945px;}
      .content .container-fluid .maincontainer {width: 840px; margin:0 auto;}
    }

    @media(min-width: 840px) and (max-width:974px){
      .navbar .container-fluid {width: 810px;}
      .content .container-fluid {width: 810px;}
    }

    @media(min-width: 570px) and (max-width: 839px){
      .navbar .container-fluid {width: 540px;}
      .content .container-fluid {width: 540px;}
    }

    @media(max-width: 569px){
      section.content {margin:40px 0 0 0;}
      .navbar .container-fluid {width: 92%; overflow: hidden;}
      .content .container-fluid {width: calc(100% - 40px); margin:20px;}
    }


    .navbar .container-fluid .navbar-header {
      position: relative;
      width: 100%;
      padding: 10px 7px;
      display: inline-block;
      box-sizing: border-box;
    }

    .navbar .container-fluid .navbar-header .navbar-brand {
      float: left;
      height: auto;
      padding: 10px 0px;
      overflow: hidden;
    }

    .navbar .container-fluid .navbar-header .navbar-toggle {
      position: absolute;
      top:50%;
      transform: translateY(-50%);
      right: 10px;
      color: #000;
      width: 32px;
      height: 32px;
    }

    .navbar .container-fluid .navbar-header .navbar-toggle.btn_open:before {
      content: '\E5D2';
      font-family: 'Material Icons';
      font-size: 32px;
      color:#000;
    }

    .navbar .container-fluid .navbar-header .navbar-toggle.btn_close:before {
      content: '\E5CD';
      font-family: 'Material Icons';
      font-size: 32px;
      color:#000;
    }



    .navbar .container-fluid .navbar-header .navbar-nav > li > a {
      padding: 7px 7px 7px 27px;
      margin-top: 17px;
      margin-left: 5px; 



    }

    @media(max-width: 975px){
      .collapse {
        display: none;
      }

      .collapse.in {
        position:fixed;
        height:100%;
        background:white;
        width:250px;
        top:84px;
        right:0px;
        margin-right: -250px;
        display: block;
        border-top:1px solid #ddd;
        overflow-y: scroll;
      }


      .navbar .container-fluid .navbar-header .navbar-nav > li{
        box-sizing: border-box;
        border-bottom: 1px solid #ddd;
        width:100%;
      }

    }
    #close_back{
      position: fixed;
      top:0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.6);
      z-index: 20;
    }

    .collapsing {
      position: fixed;
      width: 0;
      background-color: white;
      overflow: hidden;
      -webkit-transition-timing-function: ease;
      -o-transition-timing-function: ease;
      transition-timing-function: ease;
      -webkit-transition-duration: .35s;
      -o-transition-duration: .35s;
      transition-duration: .35s;
      -webkit-transition-property: height, visibility;
      -o-transition-property: height, visibility;
      transition-property: height, visibility;
    }

    @media(min-width: 976px){

      #close_back{
        display: none;
        width: 0%;
        height: 0%;
      }

      .navbar .container-fluid .navbar-header .navbar-toggle {
        display: none;
      }

      .navbar .container-fluid .collapse {
        position: absolute;
        top : 50%;
        right: 15px;
        width: auto;
        display: inline-block;
        transform: translateY(-50%);
      }

      .navbar .container-fluid .navbar-header .navbar-nav > li > a {
        padding: 7px 7px 7px 27px;
        margin-top: 0px;
        margin-left: 5px; 
      }

      .pull-info{
        float: right;
        font-weight: bold;
      }

    }


    .carousel-inner .active .scshot .inimg {
      box-sizing: border-box;
      padding: 22% 10% 30% 7%;
      width:100%;
    }



    .footer_info {
      width:100%;
      font-size: 9pt;
      line-height: 20pt;
    }
    .footer_info ul {
      margin:0; padding:0; 
      width: 100%;
    }
    .footer_info li {
      white-space: nowrap;
      list-style: none;
      display: inline-block;
    }

    .wrapper {
      height: 100%;
      overflow: hidden;
      visibility: hidden;
      padding: 0 15px;
    }

    .container-fluid {
      padding: 0px;
    }

    .any img {width:100%; overflow: hidden;}

    .maincontainer {
      width: 100%;
    }

    /* clearfix */
    .clearfix{
      clear:both;
    }

    .maincontainer:after {
      content: '';
      display: block;
      clear: both;
    }

    /* ---- grid-item ---- */
    .any-sizer,
    .any {
      width: 135px;
      border-radius: 25px;
    }

    .any {
      position: relative;
      height: 135px;
      float: left;
      overflow: hidden;
      margin: 5px;
      box-sizing: border-box;
      cursor:pointer;

    }



    .grid-m1h1 { width: 125px; height: 125px; text-align: center; font-size: 12pt; line-height: 12pt;}
    .grid-m2h2 { width: 260px; height: 260px; text-align: center; font-size: 14pt; line-height: 18pt;}
    .grid-m2h1 { width: 260px; height: 125px; text-align: center; font-size: 14pt; line-height: 18pt;}
    .grid-m4h2 { width: 530px; height: 260px; text-align: center; font-size: 14pt; line-height: 18pt;}
    .grid-m2h4 { width: 260px; height: 530px; text-align: center; font-size: 14pt; line-height: 18pt;}
    .grid-m4h4 { width: 530px; height: 530px; text-align: center; font-size: 14pt; line-height: 18pt;}

    .grid-m2h4 img {height:100%;}

    .default_size_view {display: block;}
    .small_size_view {display: none;}



    @media(min-width: 1110px) and (max-width:1484px){

      .grid-m1h1 { width: 260px; height: 260px; text-align: center; font-size: 14pt; line-height: 18pt;}

    }


    @media(max-width: 839px){

      .any-sizer,
      .any {
        width: 50%;
      }

      .any {
        height: auto;
        margin: 2%;

      }

      .grid-m1h1 { width: 46%; height: auto; font-size: 12pt; line-height: 12pt;}
      .grid-m2h2 { width: 46%; height: auto; font-size: 12pt; line-height: 12pt;}
      .grid-m2h1 { width: 46%; height: auto; font-size: 12pt; line-height: 12pt;}
      .grid-m4h4 { width: 46%; height: auto; font-size: 12pt; line-height: 12pt;}
      .grid-m4h2 { width: 46%; height: auto; font-size: 12pt; line-height: 12pt;}
      .grid-m2h4 { width: 46%; height: auto;  font-size: 12pt; line-height: 12pt;}


      .default_size_view {display: none;}
      .small_size_view {display: block;}
    }

    .any .overlay {
      position: absolute;
      width: 100%;
      height:100%;
      background-color: rgba( 0, 0, 0, 0.9 );
      transition: all ease 0.5s 0s;
      overflow: hidden;
    }


    .overlay .content_info {
      position: absolute;
      top: 50%;
      left: 0%;
      transform: translateY(-50%);
      width: 100%;
      text-align: center;
      color: white;
      overflow: hidden;
    }



    .content_info img.over {
      width:92px;
      height:92px;
      margin-bottom: 3%;
      border-radius: 15%;
    }


    .grid-m1h1 .content_info img.over {
      width:64px;
      height:64px;
      margin-bottom: 3%;
      border-radius: 15%;
    }






    @media(min-width: 840px){

      .grid-m4h4 .content_info img.over {
        width:184px;
        height:184px;
        margin-bottom: 3%;
        border-radius: 15%;
      }

      .grid-m4h4 .overlay .content_info .content_info_title{
        font-size: 24pt;
        display: block;
        color: white;
      }


      .grid-m4h4 .overlay .content_info .content_info_store{
        display: block;
        color: rgba(180,180,180,1);
        padding: 5px;
        box-sizing: border-box;
        font-size: 9pt;
      }

      .grid-m4h4 .overlay .content_info .content_info_store .store_i{
        margin-top:10px;
        width: 48px;
        height: 48px;
        display: inline-block;
      }

    }



    .overlay .content_info .content_info_title{
      font-size: 12pt;
      display: block;
      color: white;
    }

    .overlay .content_info .content_info_summary{
      display: block;
      color: rgba(180,180,180,1);
      padding: 5px;
      box-sizing: border-box;
      font-size: 9pt;
    }

    .overlay .content_info .content_info_store{
      display: block;
      color: rgba(180,180,180,1);
      padding: 5px;
      box-sizing: border-box;
      font-size: 9pt;
    }

    .overlay .content_info .content_info_store .store_i{
      margin-top:10px;
      width: 30px;
      height: 30px;
      display: inline-block;
    }



    .grid-m1h1 .overlay .content_info .content_info_title{
      font-size: 10pt;
      display: block;
      color: white;
    }

    .grid-m1h1 .overlay .content_info .content_info_summary{
      display: block;
      color: rgba(180,180,180,1);
      padding: 5px;
      box-sizing: border-box;
      font-size: 9pt;
    }

    .grid-m1h1 .overlay .content_info .content_info_store{
      display: block;
      color: rgba(180,180,180,1);
      padding: 5px;
      box-sizing: border-box;
      font-size: 9pt;
    }

    .grid-m1h1 .overlay .content_info .content_info_store .store_i{
      margin-top:10px;
      width: 30px;
      height: 30px;
      display: inline-block;
    }


    section.banner .item{
      text-align: center;
    }

    section.banner .item .banner-img{
      min-height: 200px;
      margin-left: auto;
      margin-right: auto;
    }

    /* 화면 넓이에 따른 배너 높이 고정 및 좌우 자르기 */
    @media(max-width: 569px){
      section.banner .item .banner-img{
       min-height: 200px;
       overflow: hidden;
       display: block; 
       object-fit: cover;
     }
   }

   .carousel-inner .active .scshot{
    transform: scale(1.3);
  }

  .carousel-inner .active .scshot.iphone_b {
    position: absolute;
    bottom : -50px;
    right : 20%;
    opacity: 1;
    animation-duration: 2s;
    animation-name: slidein_b;
    overflow: auto;
    width:15%;
    background-image: url('/images/iphone_b.png');
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center top;
  }


  .carousel-inner .active .scshot.iphone_w {
    position: absolute;
    bottom : -30px;
    right : 10%;
    opacity: 1;
    animation-duration: 2s;
    animation-name: slidein_w;
    overflow: auto;
    width:15%;
    background-image: url('/images/iphone_w.png');
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center top;
  }


   .game_top_inner .scshot-inner {
    position: absolute;
    width: 100%;
    max-width: 1458px;
    left : 50%;
    top: 0;
    height: 100%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }

   .game_top_inner .scshot{
/*    transform: scale(1.3);

*/  
    height: 100%;
  }

  .game_top_inner .scshot.iphone_b {
    position: absolute;
    bottom : -10%;
    right : 15%;
    opacity: 1;

    overflow: auto;
    width:10%;
    background-image: url('/images/iphone_w.png');
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center top;
    height:auto;
  }

  .game_top_inner .scshot.iphone_bs {
    position: absolute;
    bottom : -10%;
    right : 0%;
    opacity: 1;

    overflow: auto;
    width:10%;
    background-image: url('/images/iphone_w.png');
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center top;
    height:auto;
  }

  .game_top_inner .scshot.iphone_w {
    position: absolute;
    bottom : 0%;
    right : 7%;
    opacity: 1;

    overflow: auto;
    width:10%;
    background-image: url('/images/iphone_w.png');
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center top;
    height:auto;
  }

  .game_top_inner .scshot .inimg {
    display: block;
      box-sizing: border-box;
      padding: 22% 9% 0% 7%;
      width:100%;
    }

  @keyframes slidein_b {
    from {
      right : 0%;
      opacity: 0;
      /*transition-delay: 1s*/
      
    }

    to {
      right : 20%;
      opacity: 1;
    }
  }

  @keyframes slidein_w {
    from {
      right : 0%;
      opacity: 0.5;
      /*transition-delay: 1s*/
      
    }

    to {
      right : 10%;
      opacity: 1;
    }
  }


  .carousel-inner .active .scshot-inner {
    position: absolute;
    width: 100%;
    max-width: 1458px;
    left : 50%;
    top: 0;
    height: 100%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }






  /* Company 관련 */
  .content .container-fluid .company_info{
    position: relative;
    margin:0 auto;
    margin-top: 50px;
    overflow: hidden;
    width: 100%;
  }

  .content .container-fluid .company_info .discrp{
    font-size: 12pt;
    line-height: 32px;
    padding-top: 40px;
    float: left;
  }


  .content .container-fluid .company_info .cp_title{
    font-size: 18pt;
    line-height: 30pt;
    font-family: 'Nanum Gothic';
    font-weight: 700;
    background-color: #565656;
    color: transparent;
    text-shadow: rgba(255,255,255,0.5) 0px 2px 3px ;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
  }

  .content .container-fluid .company_info .cp_sub_title{
    font-size: 16pt;
    line-height: 24pt;
    font-family: 'Nanum Gothic';
    font-weight: 700;
    margin-bottom: 30px;


    background-color: #565656;
    color: transparent;
    text-shadow: rgba(255,255,255,0.5) 0px 2px 3px ;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
  }

  .content .container-fluid .company_info .cp_title:first-letter{
    font-size:30pt;
  }

  .content .container-fluid .company_info .ipb{
    position: relative;
    width: 30%;
    min-height:300px;
    float: left;
    transform: scale(1.25);
    margin-top:-20px;
  }

  .content .container-fluid .company_info .ipb .ipbw {
    opacity: 1;
/*  animation-duration: 2s;
animation-name: slidein_w;*/
width:300px;
height:676px;
background-image: url('/images/iphone_w3.png');
background-repeat: no-repeat;
background-size: 100% auto;
background-position: center top;
transform: scale(0.95);
}

.content .container-fluid .company_info .ipb .ipbw .incontents{
  position: absolute;
  left: -18px;
  top:-14px;
  width:330px;
  height:500px;
  perspective: 1250px;
/*  background-color: rgba(10, 10, 10, 0.3);
*/ }

.content .container-fluid .company_info .ipbw .innerimg {
  position: absolute;
  box-sizing: border-box;
  padding: 35% 0% 0% 19%;
  width:80%;
  height:100%;

  transform-style: flat;
  transform: rotateY(-35deg) ;
}

.content .container-fluid .company_info .ipbw .innervideo {
  position: absolute;
  box-sizing: border-box;
  padding: 27% 0% 0% 19%;
  width:80%;
  height:100%;

  transform-style: flat;
  transform: rotateY(-35deg) ;
}


.cubebox {
  position: absolute;
  left:0;
  top:0;
  width: 300px;
  height: 400px;
  margin-top:45px;
  transform: scale(0.8);
}


.cube img{
  width: 100%;
  height: 100%;
}

.cube.cn01{
  position: relative;
  top: 500px;
  left : -50px;
  transform: scale(1);
}

.cube.cn02{
  position: relative;
  top: 500px;
  left : 50px;
  transform: rotateZ(-30deg) scale(0.9);
}

.cube.cn03{
  position: relative;
  top: 500px;
  left : -20px;
  transform: rotateZ(30deg) scale(0.7);
}

.cube.cn04{
  position: relative;
  top: 450px;
  left : 160px;
  transform: rotateZ(-15deg) scale(0.9);
}

.cube.cn05{
  position: relative;
  top: 480px;
  left : 60px;
  transform: rotateZ(10deg) scale(0.7);
}

.cube.cn06{
  position: relative;
  top: 570px;
  left : 165px;
  transform: rotateZ(30deg) scale(0.5);
  box-shadow: 4px 4px 4px rgba(255, 255, 255, 0.5);
}

.rightFace,
.leftFace,
.topFace div {
  padding: 0px;
  margin: 0px;
  width: 64px;
  height: 64px;
}

.rightFace,
.leftFace,
.topFace {
  position: absolute;
}

.leftFace {
  -webkit-transform: skewY(15deg);
  -moz-transform: skewY(15deg);
  background-color: #ccc;
  overflow: hidden;
  display: inline-block;
}

.rightFace {
  -webkit-transform: skewY(-30deg) scaleX(0.98);
  -moz-transform: skewY(-30deg);
  background-color: #ddd;
  left: 64px;
  top:-3px;
  width:41px;
  height:64px;
}

.topFace {
  -webkit-transform: rotate(60deg);
  -moz-transform: rotate(60deg);
  top: -32px;
  left: 29px;
}

.topFace div {
  -webkit-transform: skewY(-45deg) scaleY(1.18);
  -moz-transform: skewY(-30deg) scaleY(1.16);
  background-color: #eee;
  width:47px;
  height:40px;
}



.content .container-fluid .term_info .discrp .cp_title{
  font-size: 18pt;
  line-height: 30pt;
  font-family: 'Nanum Gothic';
  font-weight: 700;
  margin-bottom: 30px;


  background-color: #565656;
  color: transparent;
  text-shadow: rgba(255,255,255,0.5) 0px 2px 3px ;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
}



.content .container-fluid .term_info .discrp .cp_title:first-letter{
  font-size:30pt;
}


@media(min-width: 1110px){

  .content .container-fluid .company_info {width: 975px;}
  .content .container-fluid .company_history {width: 975px;}
  .content .container-fluid .company_map {width: 975px;}
  .content .container-fluid .company_info .discrp{width: 70%;}
  .content .container-fluid .partnerinfo {width: 975px;}
  .content .container-fluid .noticeinfo {width: 975px;}

  
}

@media(min-width: 840px) and (max-width:1109px){
  .content .container-fluid .company_info {width: 840px;}
  .content .container-fluid .company_history {width: 840px;}
  .content .container-fluid .partnerinfo {width: 840px;}
  .content .container-fluid .noticeinfo {width: 840px;}

  .content .container-fluid .company_map {width: 840px;}
  .content .container-fluid .company_info .discrp{width: 70%;}
  .content .container-fluid .company_info .ipb {transform: scale(1.05); margin-left:-20px;margin-top:-75px;}
}

@media(min-width: 570px) and (max-width: 839px){
  .content .container-fluid .company_info {width: 570px;}
  .content .container-fluid .company_history {width: 570px;}
  .content .container-fluid .partnerinfo {width: 570px;}
  .content .container-fluid .noticeinfo {width: 570px;}

  .content .container-fluid .company_map {width: 570px;}
  .content .container-fluid .company_info .discrp{width: 100%;}
  .content .container-fluid .company_info .ipb {width: 100%;transform: scale(0.95); margin-top: 0px; }

  .ipbw {display: none}
  .cubebox {
    position: absolute;
    left:30%;
    top:-130%;
    width: 100%;
    height: 400px;
    margin-top:45px;
    transform: scale(0.9);

  }
}

@media(max-width: 569px){
  section.content {margin:40px 0 0 0;}
  .navbar .container-fluid {width: 92%; overflow: hidden;}
  .content .container-fluid .company_info .discrp{width: 100%;}
  .content .container-fluid .company_info .ipb {width: 100%; margin-top: 20px;}

  .ipbw {display: none}
  .cubebox {
    position: absolute;
    left:25%;
    top:-130%;
    width: 100%;
    height: 400px;
    margin-top:45px;
    transform: scale(0.8);
  }
}

.content .container-fluid .company_history{
  margin: 0 auto;
  overflow: hidden;
}

.company_history .year {
  clear:both;
  width: 100%;
  padding: 20px;
  padding-bottom: 20px;
  display: table;

}

.company_history > ul {
  position: relative;
  width: 100%;
  margin:0 auto;

}

.company_history .year > span {
  border-top:1px solid #ddd;
  box-sizing: border-box;
  margin-right:30px;
  padding: 20px 20px 0 0;
  width: 120px;
  float:left;
  font-weight: 700;
  font-size: 28pt;
  line-height: 32pt;
  color: #424242;

}
.company_history .year > .month {
  float: left;
  border-top:1px solid #ddd;
  box-sizing: border-box;
  margin-right:30px;
  padding: 20px 20px 0 0;
  line-height: 30pt;
  width: calc(100% - 180px);
}

@media(max-width: 1109px){

  .company_history .year {
    border-top:1px solid #ddd;

  }
  .company_history .year > span {
    border:0;
  }
  .company_history .year > .month {
    width: 100%;
    border:0;
  }
}

.company_history .month > li {
  position: relative;
  clear: both;
  width: 100%;
}

.company_history .month .month_txt {
  float: left;
  width:70px;
  padding-right:30px;
  height: 30px;
  font-weight: 700;
  color: #b71c1c;
  text-align: right;

}

.company_history .month .history_text {
  float: left;
  min-height: 20px;
  width : calc(100% - 100px);
  color:#37474f;
}

.company_history .history_title{
  font-size: 18pt;
  line-height: 30pt;
  font-family: 'Nanum Gothic';
  font-weight: 700;
  margin-bottom: 30px;


  background-color: #565656;
  color: transparent;
  text-shadow: rgba(255,255,255,0.5) 0px 2px 3px ;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
}

.company_history .history_title:first-letter{
  font-size:30pt;
}


.company_map{
  position: relative;
  padding-top: 30px;
  overflow: hidden;
}

.company_map .map_title {
  font-size: 18pt;
  line-height: 30pt;
  font-family: 'Nanum Gothic';
  font-weight: 700;
  margin-bottom: 30px;


  background-color: #565656;
  color: transparent;
  text-shadow: rgba(255,255,255,0.5) 0px 2px 3px ;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
}

.content .container-fluid .company_map{
  margin: 0 auto;
  overflow: hidden;
}

.company_map .map_title:first-letter{
  font-size:30pt;
}

.content .container-fluid .company_map .map_view {
  width: 100%;
  height: 500px;
  border-radius: 50px;
  overflow: hidden;
}

.content .container-fluid .company_map .map_view iframe {
  width: 100%;
  height: 500px;
  border:0px;
}


.dropdown-menu {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  margin-top: -35px !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  border: none;
}

.dropdown-menu > li > a {
  padding: 7px 18px;
  color: #666;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 14px;
  line-height: 25px;
}

.dropdown-menu > li > a:hover {
  background-color: rgba(0, 0, 0, 0.075); }


  .game_top {
    position: relative;
    max-height:250px;
    overflow: hidden;
    display: block;
    margin:0px 0px 30px 0px;
    padding: 0px;
    background: rgba(0,0,0,0.4);
  }

  .game_top .game_top_back {
    width: 100%;
    height:100%;
    display: block;
  }

  .game_top_inner{
    position: absolute;
    height: 100%;
    width: 100%;
    max-width: 1340px;
    display: block;
    left:50%;
    top:0;
    transform: translateX(-50%);
    overflow: hidden;
  }

  .game_top_inner:after{
   
   background-image: url('/images/iphone_b.png');
background-repeat: no-repeat;
background-size: auto;
}


  .game_top .game_top_title{
    position: absolute;
    width: 100%;
    max-width: 1340px;
    left:50%;
    bottom:10%;

    transform: translateX(-50%);
  }

  .game_top .game_top_title span{
    display: block;
    padding-left: 20px;
  }

  .game_top .game_top_title span:first-child{
    font-size: 22pt;
    line-height: 32pt;
    font-family: 'Nanum Gothic';
    font-weight: 700;
    color: white;
  }

  .game_top .game_top_title span:nth-child(2){
    font-size: 12pt;
    line-height: 24pt;
    font-family: 'Nanum Gothic';
    color: white;
  }




  .partner_top {
    position: relative;
    max-height:250px;
    overflow: hidden;
    display: block;
    margin:0px 0px 0px 0px;
    padding: 0px;
    background: rgba(0,0,0,0.4);
  }

  .partner_top .partner_top_back {
    width: 100%;
    height:100%;
    display: block;
  }

  .partner_top_inner{
    position: absolute;
    height: 100%;
    width: 120%;
    display: inline-block;
    left:0;
    top:0;
    overflow: hidden;
  }

  .partner_top_inner img{
    vertical-align: middle;
    display: inline-block;
    max-height: 100%; 
    max-width: 100%; 
    padding : 10px 5px;
    box-sizing: border-box;
  }

  .content .container-fluid .partnerInfo_title {
    font-size: 18pt;
    line-height: 30pt;
    font-family: 'Nanum Gothic';
    font-weight: 700;
    margin-bottom: 30px;


    background-color: #565656;
    color: transparent;
    text-shadow: rgba(255,255,255,0.5) 0px 2px 3px ;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
  }


  .content .container-fluid .partnerInfo_title:first-letter{
    font-size:30pt;
  }




  .content .container-fluid .partnerinfo {
    margin: 0 auto;
    margin-top:50px;
  }

  .content .container-fluid .partnerInfo_desc{
    font-size: 11pt;
    line-height: 24pt;
  }

  .content .container-fluid .partnerInfo_desc_foot{
    margin-top:30px;
    text-align: center;
    font-size: 11pt;
    line-height: 24pt;

  }




  .partner_button {
    margin: 30px auto;
    text-align: center;
  }

  .partner_button .btn{
    font-size: 16pt;
    border-radius: 5px;
  }
  .infobox {
    margin-top: 30px;
  }
  .infobox ul {
    position: relative;
    text-align: center;
    vertical-align: middle;
  }
  .infobox ul li {
    width: auto;
    display: inline-block;
    text-align: center;
    margin: 20px;
    height:auto;
    padding: 0px;

  }
  .box_title {
    display: block;
  }

  .box_desc {
    display: block;
  }








  .content .container-fluid .noticeinfo {
    margin: 0 auto;
  }

  .content .container-fluid .noticeinfo_title {
    font-size: 18pt;
    line-height: 30pt;
    font-family: 'Nanum Gothic';
    font-weight: 700;
    margin-bottom: 10px;


    background-color: #565656;
    color: transparent;
    text-shadow: rgba(255,255,255,0.5) 0px 2px 3px ;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
  }


  .content .container-fluid .noticeinfo_title:first-letter{
    font-size:30pt;
  }



  .content .container-fluid .noticeinfo_desc{
    font-size: 11pt;
    line-height: 24pt;
  }




.noticeinfo .year {
  clear:both;
  width: 100%;
  padding: 20px;
  padding-bottom: 20px;
  display: table;

}

.noticeinfo > ul {
  position: relative;
  width: 100%;
  margin:0 auto;

}

.noticeinfo .year > span {
  border-top:1px solid #ddd;
  box-sizing: border-box;
  margin-right:30px;
  padding: 20px 20px 0 0;
  width: 120px;
  float:left;
  font-weight: 700;
  font-size: 28pt;
  line-height: 32pt;
  color: #424242;

}

.noticeinfo .year > .month {
  float: left;
  border-top:1px solid #ddd;
  box-sizing: border-box;
  margin-right:30px;
  padding: 20px 20px 0 0;
  line-height: 30pt;
  width: calc(100% - 180px);
}


@media(max-width: 1109px){

  .noticeinfo .year {
    border-top:1px solid #ddd;

  }
  .noticeinfo .year > span {
    border:0;
  }
  .noticeinfo .year > .month {
    width: 100%;
    border:0;
  }
}

.noticeinfo .month > li {
  position: relative;
  clear: both;
  width: 100%;
}

.noticeinfo .month .month_txt {
  float: left;
  width:80px;
  padding-right:30px;
  height: 30px;
  font-weight: 700;
  color: #b71c1c;
  text-align: right;

}


.noticeinfo .month .notice_text {
  float: left;
  min-height: 20px;
  width : calc(100% - 110px);
  color:#37474f;
}




  /* Buttons ===================================== */
  .btn:focus {
    outline: none !important; }

.btn-circle {
border: none;
outline: none !important;
overflow: hidden;
width: 40px;
height: 40px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 50%; }
.btn-circle i {
font-size: 18px;
position: relative;
left: -1px; }

.btn-link {
font-weight: bold;
color: #333;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-webkit-transition: 0.5s;
transition: 0.5s; }
.btn-link:active, .btn-link:focus {
text-decoration: none;
color: #333; }
.btn-link:hover {
text-decoration: none;
color: #333;
background-color: #ddd; }

.btn-circle-lg {
border: none;
outline: none !important;
overflow: hidden;
width: 50px;
height: 50px;
-webkit-border-radius: 50% !important;
-moz-border-radius: 50% !important;
-ms-border-radius: 50% !important;
border-radius: 50% !important; }
.btn-circle-lg i {
font-size: 26px !important;
position: relative !important;
left: 0px !important;
top: 6px !important; }

.btn:not(.btn-link):not(.btn-circle) {
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
border-radius: 2px;
border: none;
font-size: 13px;
outline: none; }
.btn:not(.btn-link):not(.btn-circle):hover {
outline: none; }
.btn:not(.btn-link):not(.btn-circle) i {
font-size: 20px;
position: relative;
top: 3px; }
.btn:not(.btn-link):not(.btn-circle) span {
position: relative;
top: -2px;
margin-left: 3px; }

.btn-warning,
.btn-warning:hover,
.btn-warning:active,
.btn-warning:focus {
background-color: #ff9600 !important; }

.btn-danger,
.btn-danger:hover,
.btn-danger:active,
.btn-danger:focus {
background-color: #fb483a !important; }

.btn-info,
.btn-info:hover,
.btn-info:active,
.btn-info:focus {
background-color: #00b0e4 !important; }

.btn-success,
.btn-success:hover,
.btn-success:active,
.btn-success:focus {
background-color: #2b982b !important; }

.btn-primary,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
background-color: #1f91f3 !important; }

.btn-default,
.btn-default:hover,
.btn-default:active,
.btn-default:focus {
background-color: #fff !important; }

.btn-group,
.btn-group-vertical {
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12); }
.btn-group .btn,
.btn-group-vertical .btn {
box-shadow: none !important;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0; }
.btn-group .btn .caret,
.btn-group-vertical .btn .caret {
position: relative;
bottom: 1px; }
.btn-group .btn-group,
.btn-group-vertical .btn-group {
box-shadow: none !important; }
.btn-group .btn + .dropdown-toggle,
.btn-group-vertical .btn + .dropdown-toggle {
border-left: 1px solid rgba(0, 0, 0, 0.08) !important; }


/* Pagination & Pager ========================== */

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
  line-height: 32px ;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}

.pager li > a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border: none;
  background-color: transparent;
  color: #222;
  font-weight: bold;
  ;}

.pager li a:focus,
.pager li a:active {
  background-color: transparent;

}

.pagination .disabled a,
.pagination .disabled a:hover,
.pagination .disabled a:focus,
.pagination .disabled a:active {
  color: #bbb; }

.pagination li.active a {
  background-color: #2196F3;
  color:white
}

.pagination li {
  display: inline-block;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0; }
.pagination li a:focus,
.pagination li a:active {
  background-color: transparent;
  color: #555;

}

.pagination > li > a {
  border: none;
  font-weight: bold;
  color: #555; }

.pagination > li:first-child > a,
.pagination > li:last-child > a {
  width: auto;
  height: 32px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0; }
.pagination > li:first-child > a .material-icons,
.pagination > li:last-child > a .material-icons {
  position: relative;
  bottom: 2px; }

.pagination-sm > li:first-child > a,
.pagination-sm > li:last-child > a {
  width: 28px;
  height: 28px; }
.pagination-sm > li:first-child > a .material-icons,
.pagination-sm > li:last-child > a .material-icons {
  position: relative;
  top: -1px;
  left: -6px;
  font-size: 20px; }

.pagination-lg > li:first-child > a,
.pagination-lg > li:last-child > a {
  width: 44px;
  height: 44px; }
.pagination-lg > li:first-child > a .material-icons,
.pagination-lg > li:last-child > a .material-icons {
  font-size: 30px;
  position: relative;
  top: -3px;
  left: -10px; }

.info_background {
  position: relative;
  padding: 30px;
  background: radial-gradient( rgba(255,255,255,1), rgba(255,255,255,1), rgba(255,255,255,0)); }

.info_background:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/images/history_background1.png");
  opacity: 0.05;
  z-index: -1; }

.content .container-fluid .info {
  width: 1000px;
  margin: 0 auto; }

.content .container-fluid .info_title {
  font-size: 18pt;
  line-height: 30pt;
  font-family: 'Nanum Gothic';
  font-weight: 700;
  background-color: #565656;
  color: transparent;
  text-shadow: rgba(255,255,255,0.5) 0px 2px 3px;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  border-bottom: 2px solid black;
  padding-bottom: 20px; }

.content .container-fluid .info_title:first-letter {
  font-size: 30pt; }

.info li.item {
  clear: both;
  width: 100%;
  border-bottom: 1px solid #ddd;
  box-sizing: border-box;
  padding: 20px 10px;
  line-height: 30pt; }

.info .info_detail_title {
  font-size: 18pt;
  line-height: 30pt;
  font-family: 'Nanum Gothic';
  font-weight: 700;
  padding: 20px 10px 0px 10px; }

.info .info_detail_date {
  font-size: 11pt;
  line-height: 11pt;
  font-family: 'Nanum Gothic';
  text-align: right;
  padding: 0px 10px 0px 10px; }
  
.info .info_detail_content {
  font-size: 12pt;
  line-height: 24pt;
  font-family: 'Nanum Gothic';
  padding: 0px 10px 0px 10px; }