/** VARIABLES
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin-bottom:0px;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.bx-wrapper img {
  display: block;
}
.bxslider {
  margin: 0;
  padding: 0;
}
ul.bxslider {
  list-style: none;
}
.bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
}
/** THEME
===================================*/
.bx-wrapper {
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
}
/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url('/image/bx_loader.gif') center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
/* PAGER */
.bx-wrapper .bx-pager {
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
}
.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  position:absolute;
  display:inline-block;
  width: 24px;
  height: 24px;
  left:calc(50% - 570px);
  background: url('/image/prev.png') no-repeat;
  text-indent: -9999px;
  bottom:60px;
}
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {

}
.bx-wrapper .bx-next {
  position:absolute;
  display:inline-block;
  width: 24px;
  height: 24px;
  left:calc(50% - 430px);
  background: url('/image/next.png') no-repeat;
  text-indent: -9999px;
  bottom:60px;
}
.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
}
.bx-wrapper .bx-controls-direction a {
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto { 
  height:0;
}
.bx-wrapper .bx-controls-auto .bx-start {
  position:absolute;
  display:inline-block;
  width: 24px;
  height: 24px;
  left:calc(50% - 400px);
  background:url('/image/start.png') no-repeat;
  text-indent: -9999px;
  bottom:60px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
}
.bx-wrapper .bx-controls-auto .bx-stop {
  position:absolute;
  display:inline-block;
  width: 24px;
  height: 24px;
  left:calc(50% - 400px);
  background: url('/image/stop.png') no-repeat;
  text-indent: -9999px;
  bottom:60px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  position:absolute;
  text-align:center;
  display:inline-block;
  left:calc(50% - 360px);
  height:24px;
  line-height:24px;
  font-size:14px;
  color:#ccc;
  font-weight:400;
  letter-spacing:2px;
  padding:0 15px;
  border-radius:50px;
  background-color: rgba( 27, 23, 20, 0.5 );
  bottom:60px;
}


@media all and (min-width:0px) and (max-width:767px) { 
.bx-wrapper { cursor:pointer; }
.bx-wrapper .bx-prev {
  left:2rem; top:2rem;
  }
.bx-wrapper .bx-next {
  left:16.0rem; top:2rem;
  }
.bx-wrapper .bx-controls-auto .bx-start {
  left:19.5rem; top:2rem;
  }
.bx-wrapper .bx-controls-auto .bx-stop {
  left:19.5rem; top:2rem;
  }
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  left:24rem;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  position:absolute;
  text-align:center;
  display:inline-block;
  top:2rem;
  left:24rem;
  height:24px;
  line-height:24px;
  font-size:14px;
  color:#ccc;
  font-weight:400;
  letter-spacing:2px;
  padding:0 15px;
  border-radius:50px;
  background-color: rgba( 27, 23, 20, 0.5 );
  bottom:60px;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {

}
}


@media screen and (min-width: 768px) and (max-width:1199px) { 
.bx-wrapper .bx-prev {
  left:2.0rem;
  bottom:4.0rem;
  }
.bx-wrapper .bx-next {
  left:16.5rem;
  bottom:4.0rem;
  }
.bx-wrapper .bx-controls-auto .bx-start {
  left:19.5rem;
  bottom:4.0rem;
  }
.bx-wrapper .bx-controls-auto .bx-stop {
  left:19.5rem;
  bottom:4.0rem;
  }
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  left:23.5rem;
  bottom:4.0rem;
}

}




/* ���� ���־� ��Ÿ�� */
@media all and (min-width:0px) and (max-width:767px) { 
.mainvisual_wrap { position:relative; z-index:888; }
.mainvisual_wraper { position:relative; background-size:cover; background-position:center center; background-repeat:no-repeat; }
.mainvisual { position:relative; width:100%; padding:7rem 0 3rem 0; display:inline-block; }
.mainvisual .left { position:relative; width:60%; float:right; }
.mainvisual .left .text1 { position:relative; color:#fff; font-size:1.4rem; font-weight:400; margin:0 0 0 1.0rem; }
.mainvisual .left .text2 { position:relative; color:#fff; font-size:3.6rem; font-weight:600; line-height:4.0rem; margin:1.0rem 0 0 1.0rem; letter-spacing:-2px; }
.mainvisual .left .text3 { position:relative; color:#fff; font-size:1.2rem; font-weight:300; line-height:1.6rem; margin:1.0rem 0 0 1.0rem; }
.mainvisual .left .btn { position:relative; width:100%; }
.mainvisual .left .btn a { position:relative; display:inline-block; height:3.0rem; line-height:2.8rem; padding:0 1.0rem; border:#ccd3ff 1px solid; border-radius:0.5rem; font-size:1.2rem; color:#fff; font-weight:400; letter-spacing:-1px; margin:1.0rem 0 0 1.0rem; }
.mainvisual .left .btn a:hover { background:#fff; color:#333; border:#fff 1px solid; }
.mainvisual .right { position:relative; width:40%; opacity:1; float:right; text-align:center; }
.mainvisual .right img { position:relative; width:90%; }
.navbar_wrap { position:absolute; width:100%; height:0; top:0; }
.navbar_wraper { position:relative; width:100%; max-width:117.0rem; margin:0 auto; }
.navbar { position:absolute; width:9.0rem; height:1px; background-color: rgba( 0, 0, 0, 0.5 ); left:6rem; top:9rem; }
     @keyframes big {
        from {
          transform: scale( 1 );
        }
        to {
		  transform: scale( 0.9 );
        }
      }
       img#jb{
        animation-name: big;
        animation-duration: 10s;
        animation-timing-function: linear;
        animation-delay: 0s;
        animation-iteration-count: 1;
        animation-direction: normal;
        animation-fill-mode: forwards;
        animation-play-state: running;
      }
}

	  
@media all and (min-width:768px) and (max-width:1199px) {
.mainvisual_wrap { position:relative; z-index:888; }
.mainvisual_wraper { position:relative; background-size:cover; background-position:center center; background-repeat:no-repeat; }
.mainvisual { position:relative; width:100%; max-width:117.0rem; height:50.0rem; margin:0 auto; }
.mainvisual .left { position:absolute; left:0; width:calc(100% - 42.0rem); margin-top:6.0rem; }
.mainvisual .left .text1 { color:#fff; font-size:2.4rem; font-weight:400; margin:0 0 0 2.0rem; }
.mainvisual .left .text2 { color:#fff; font-size:5.6rem; font-weight:600; line-height:6.0rem; margin:2.0rem 0 0 2.0rem; letter-spacing:-2px; }
.mainvisual .left .text3 { color:#fff; font-size:1.8rem; font-weight:300; line-height:2.6rem; margin:2.0rem 0 0 2.0rem; }
.mainvisual .left .btn a { position:relative; display:inline-block; height:5.0rem; line-height:4.8rem; padding:0 3.5rem; border:#ccd3ff 1px solid; border-radius:0.5rem; font-size:1.8rem; color:#fff; font-weight:400; letter-spacing:-1px; margin:2.0rem 0 0 2.0rem; }
.mainvisual .left .btn a:hover { background:#fff; color:#333; border:#fff 1px solid; }
.mainvisual .right { position:absolute; width:40.0rem; right:2rem; overflow:hidden; margin-top:4.5rem; }
.mainvisual .right img { width:100%; }
.navbar_wrap { position:absolute; width:100%; height:0px; }
.navbar_wraper { position:relative; width:100%; max-width:117.0rem; margin:0 auto; }
.navbar { position:absolute; width:9.0rem; height:1px; background-color: rgba( 0, 0, 0, 0.5 ); left:6rem; bottom:5.2rem; }
     @keyframes big {
        from {
          transform: scale( 1 );
        }
        to {
		  transform: scale( 0.9 );
        }
      }
       img#jb{
        animation-name: big;
        animation-duration: 10s;
        animation-timing-function: linear;
        animation-delay: 0s;
        animation-iteration-count: 1;
        animation-direction: normal;
        animation-fill-mode: forwards;
        animation-play-state: running;
      }
}

	  
@media all and (min-width:1200px) { 
.mainvisual_wrap { position:relative; z-index:888; }
.mainvisual_wraper { position:relative; background-size:cover; background-position:center center; background-repeat:no-repeat; }
.mainvisual { position:relative; width:100%; max-width:117.0rem; height:50.0rem; margin:0 auto; }
.mainvisual .left { position:absolute; left:0; width:calc(100% - 45.0rem); margin-top:6.0rem; }
.mainvisual .left .text1 { color:#fff; font-size:2.4rem; font-weight:400; margin:0 0 0 2.0rem; }
.mainvisual .left .text2 { color:#fff; font-size:5.6rem; font-weight:600; line-height:6.0rem; margin:2.0rem 0 0 2.0rem; letter-spacing:-2px; }
.mainvisual .left .text3 { color:#fff; font-size:1.8rem; font-weight:300; line-height:2.6rem; margin:2.0rem 0 0 2.0rem; }
.mainvisual .left .btn a { position:relative; display:inline-block; height:5.0rem; line-height:4.8rem; padding:0 3.5rem; border:#ccd3ff 1px solid; border-radius:0.5rem; font-size:1.8rem; color:#fff; font-weight:400; letter-spacing:-1px; margin:2.0rem 0 0 2.0rem; }
.mainvisual .left .btn a:hover { background:#fff; color:#333; border:#fff 1px solid; }
.mainvisual .right { position:absolute; width:45.0rem; right:0; overflow:hidden; margin-top:4.5rem; }
.navbar_wrap { position:absolute; width:100%; height:0px; }
.navbar_wraper { position:relative; width:100%; max-width:117.0rem; margin:0 auto; }
.navbar { position:absolute; width:9.0rem; height:1px; background-color: rgba( 0, 0, 0, 0.5 ); left:5.2rem; bottom:7.2rem; }
     @keyframes big {
        from {
          transform: scale( 1 );
        }
        to {
		  transform: scale( 0.9 );
        }
      }
       img#jb{
        animation-name: big;
        animation-duration: 10s;
        animation-timing-function: linear;
        animation-delay: 0s;
        animation-iteration-count: 1;
        animation-direction: normal;
        animation-fill-mode: forwards;
        animation-play-state: running;
      }
}