@charset "UTF-8";
/* ------------------------------------------------------------------
	BASE
-------------------------------------------------------------------*/

.gradient {
  background: linear-gradient(128deg, #77c9de, #85bcc9, #aec94d);
  background-size: 600% 600%;
  -webkit-animation: AnimationName 9s ease infinite;
  -moz-animation: AnimationName 9s ease infinite;
  animation: AnimationName 9s ease infinite;
  width: 100%;
  height: 100%;
  opacity: 0.3;
}
@-webkit-keyframes AnimationName {
    0%{background-position:0% 87%}
    50%{background-position:100% 14%}
    100%{background-position:0% 87%}
}
@-moz-keyframes AnimationName {
    0%{background-position:0% 87%}
    50%{background-position:100% 14%}
    100%{background-position:0% 87%}
}
@keyframes AnimationName {
    0%{background-position:0% 87%}
    50%{background-position:100% 14%}
    100%{background-position:0% 87%}
}

/* ------------------------------------------------------------------
	keyv
-------------------------------------------------------------------*/

#keyv {
  width: 100%;
  height: 600px;
  position: relative;
  overflow: hidden;
  margin-top: 140px;
}

#keyv video {
  position: absolute;
  top: 50%;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: -1;
  transform: translateY(-50%);
}

#keyv .keyvOverlay {
  width: 100%;
  margin: 0px;
  padding: 0px;
  height:600px;
  position: relative;
  background-image: url(../../img/common/img-dots.png);
}

#keyv .keyvInner {
  max-width: 1280px;
  margin: 0px auto;
  position: relative;
  height: 600px;
}

#keyv .catchcopy {
  position: absolute;
  right: 0px;
  bottom: 60px;
}

@media screen and (max-width: 1020px) {
	#keyv .catchcopy {
		bottom: 20px;
	}
}

.eff-blur {
  transform: scale(1.1) 0.8s;
  -webkit-animation: catchBlur 4s ease;
  -moz-animation: catchBlur 4s ease;
  animation: catchBlur 4s ease;
}
@-webkit-keyframes catchBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -ms-filter: blur(15px);
    -o-filter: blur(15px);
    filter: blur(15px);
  }

  to {
    opacity: 1;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
  }
}
@keyframes catchBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -ms-filter: blur(15px);
    -o-filter: blur(15px);
    filter: blur(15px);
  }

  to {
      opacity: 1;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
  }
}

/* ------------------------------------------------------------------
	keyv presentationCard
-------------------------------------------------------------------*/

#keyv #presentationCard {
  width: 375px;
  margin-top: 250px;
/*   position: absolute;
  top: 40%; */
  transform: translateY(-50%);
/*   left: 50px; */
  color: #0D4099;
}

.lap_what {
  font-weight: bold;
  font-size: 18pt;
}
.watch_movie {
  font-size: 12pt;
}
/* ------------------------------------------------------------------
	keyv loginCard
-------------------------------------------------------------------*/
.loginCardSp {
  display: none;
}

#keyv #loginCard {
  width: 320px;
  margin-top: 235px;
/*   position: absolute;
  top: 40%; */
  transform: translateY(-50%);
/*   left: 1200px; */
  color: #fff !important;
}

@media screen and (max-width: 1020px) {
	#keyv #loginCard {
		top: 40%;
	}
}

#keyv #loginCard a{
  color: #fff !important;
}

#keyv #loginCard .panel {
  background: rgba(0,0,0,0.8);
  box-shadow: 0px 0px 8px rgba(0,0,0,0.8);
  border-radius: 2px;
}

#keyv #loginCard .panel .panel-heading {
  padding: 20px 15px 0px;
  color: #fff;
  text-align: center;
  font-size: 20px;
}

#keyv #loginCard .panel .panel-heading h2 {
  font-weight: bold;
}

#keyv #loginCard .panel .panel-body {
  padding: 20px;
}

#keyv #loginCard input[type="text"] ,#keyv #loginCard input[type="password"] {
display: inline-block;
font-family: "FontAwesome";
font-style: normal;
font-weight: normal;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

#keyv #loginCard label.userInput,label.passInput {
  width: 100%;
  margin-bottom: 5px;
}

.forgetAnnounce {
  margin: 10px 0px 20px;
  text-align: center;
}

.btn-login {
  width: 100%;
  -webkit-appearance: none;
  border: 2px solid #fff;
  background: #82B6C4;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
}

.btn-login:hover {
  width: 100%;
  -webkit-appearance: none;
  border: 2px solid #fff;
  background: #69b0c3;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
}

.btn-join {
  width: 100%;
  -webkit-appearance: none;
  border: 2px solid #fff;
  background: #ed6479;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
}

.btn-join:hover {
  width: 100%;
  -webkit-appearance: none;
  border: 2px solid #fff;
  background: #d9445a;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
}

.btn-old {
  width: 100%;
  -webkit-appearance: none;
  border: 2px solid #fff;
/*   background: #dcdcdc; */
  color: #fff;
  font-size: 18px;
  font-weight: normal;
}

.btn-old:hover {
  width: 100%;
  -webkit-appearance: none;
  border: 2px solid #fff;
  background: #b3b3b3;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
}


/* ------------------------------------------------------------------
	news
-------------------------------------------------------------------*/
#news h2 {
  font-family: "bebas";
  font-size: 40px;
  display: block;
  line-height: 250px;
  float: left;
  width: 200px;
  text-align: center;
}

#news {
  max-width: 1280px;
  margin: 0px auto;
  padding: 80px 10px 0px 0px;
}

#news.container { padding-bottom:10px;}

#news ul {
  height: 250px;
  width: calc(100% - 200px);
  float:left;
}

#news ul li {margin-right: 30px;}
#news ul li a {
    width: 100%;
    padding: 15px 50px 15px 20px;
    line-height: 2em;
    border-bottom: 1px solid #ccc;
    display: inline-block;
    text-decoration: none !important;
    color: #333;
    background-color: #fff;
    position: relative;
}
#news ul li:first-child a {
    border-top: 1px solid #ccc;
}
#news ul li a::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    transition: all 0.2s;
    content: "\f105";
    display: block;
    font-family: fontawesome;

}
#news ul li a.external::after {
    content: "\f08e";
}
/* ======= hover ======= */
#news ul li a:hover::after {
    color: #fff;
    right: 20px;
}
#news ul li a:hover {
    background-color: #0d4099;
    color: #fff;
    cursor: pointer;
}

#news ul li dl {
    position: relative;
}
#news ul li dl dt.date {
    position: absolute;
}
#news ul li dl dd.title {
    padding-left: 8em;
}


/* ------------------------------------------------------------------
	deg bg
-------------------------------------------------------------------*/

.fullwidth-deg {
  width: 100%;
  padding: 0px;
  position: relative;
  overflow: hidden;
  min-height: 600px;
  z-index: -1;
}
.degWrap {
  position: absolute;
  padding: 300px 0;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
}
.degWrap:before {
  content: '';
  position: absolute;
  top: 100px;
  left: 0;
  width: 120%;
  height: 50%;
  margin: 3% -10% 0;
  background: #484b56;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
  z-index: -1;
}

.degWrap-light {
  position: absolute;
  padding: 300px 0;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
}
.degWrap-light:before {
  content: '';
  position: absolute;
  top: 50px;
  left: 0;
  width: 120%;
  height: 50%;
  margin: 3% -10% 0;
  background: #b2b2b2;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  z-index: -1;
}

.degWrap + .container {
  position: relative;
}



/* ------------------------------------------------------------------
	serviceGuide
-------------------------------------------------------------------*/

#serviceGuide {
  margin-top: -420px;
  z-index: 1;
}
#serviceGuide h2 + p {
  color:#fff;
  width: 70%;
  margin: 0px auto;
}

#serviceGuide ul {
  margin-top: 80px;
  margin-bottom: 40px;
}

#serviceGuide ul li {
  width:25%;
  float:left;
  padding:10px;
}

#serviceGuide ul li a {
  display: block;
  padding: 30px 20px;
  background: #fff;
  box-shadow :0px 0px 1px rgba(0,0,0,0.1);
  overflow: hidden;
  opacity: 0;
}

#serviceGuide ul li a:hover {
  background: #0d4099;
  color:#fff;
}

#serviceGuide ul li a dl {

}

#serviceGuide ul li a dl dd.title {
  font-size:18px;
  text-align:center;
  font-weight:bold;
  margin-bottom: 20px;
}

#serviceGuide ul li a dl dt {
  margin-bottom: 30px;
  text-align: center;
  font-size: 60px;
  line-height: 1;
}

#serviceGuide ul li a dl dd {
  padding: 10px;
  line-height: 22px;
  text-align: justify;
}

#serviceGuide ul li:nth-child(2) a {
  margin-top:-20px;
}
#serviceGuide ul li:nth-child(3) a {
  margin-top:-40px;
}
#serviceGuide ul li:nth-child(4) a {
  margin-top:-60px;
}


    /* ------keyvAnimation --------*/
    #serviceGuide .isPlay {
      animation-name: play;
      animation-duration: .5s;
      animation-fill-mode: forwards;
      animation-timing-function: cubic-bezier(.8,0,.5,1);
      position: relative;
      opacity: 1 !important;
    }

    #serviceGuide .isPlay:before {
      animation-name: maskOut;
      animation-duration: .5s;
      animation-delay: .5s;
      animation-fill-mode: forwards;
      animation-timing-function: cubic-bezier(.8,0,.5,1);
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      z-index: 100;
      width: 100%;
      height: 100%;
      background-color: #0d4099;
    }

    #serviceGuide ul li:nth-child(2) .isPlay:before {
      animation-delay: 0.6s;
    }
    #serviceGuide ul li:nth-child(3) .isPlay:before {
      animation-delay: 0.7s;
    }
    #serviceGuide ul li:nth-child(4) .isPlay:before {
      animation-delay: 0.8s;
    }


/* ------------------------------------------------------------------
	membership
-------------------------------------------------------------------*/
#membership {
  margin-top: -400px;
  z-index: 1;
}

#membership .imgBox {
  float:left;
  width:50%;
  position:relative;
  z-index:1;
}

#membership .imgBox .imgBoxInner {
  border:2px solid #fff;
  margin:30px;
  width: calc(100% - 60px);
  z-index: 2;
  position: absolute;
  top: 0px;
  left: 0px;
  margin-right: 60px;
  height: calc(100% - 60px);
}

#membership .textBox {
  float:left;
  width:50%;
  padding-left: 50px;
  color: #fff;
  padding-top:50px
}

#membership .textBox h2 {
  font-family:"Montserrat",sans-serif;
  color:#fff;
  font-size:24px;
  font-weight:bold;
  margin-bottom: 20px;
}

#membership .textBox p {
  margin-bottom: 30px;
}
ul.memberBtn {
  margin-left:-10px;
}

ul.memberBtn li {
  width:50%;
  float:left;
  padding:10px;
}

ul.memberBtn li a {
  display: block;
  padding: 12px;
  background: #ed6479;
  border:1px solid #de4159;
  box-shadow :0px 0px 1px rgba(0,0,0,0.1);
  border-radius:3px;
  color:#fff;
  text-align:center;
  font-size: 16px;
}

ul.memberBtn li:last-child a {
  display: block;
  padding: 12px;
  background: #ffffff;
  border:1px solid #de4159;
  box-shadow :0px 0px 1px rgba(0,0,0,0.1);
  border-radius:3px;
  color:#de4159;
  text-align:center;
  font-size: 16px;
}

ul.memberBtn li a i {
  padding-left:10px;
}

ul.memberBtn li a:hover {
  background: #0d4099;
  border:1px solid #0d4099;
  color:#fff;
}


/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */
/*  bootstrap Overwrite
/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */
.input-group-addon {
  background-color: #6bc7f1 !important;
	color: #FFF !important;
  border: 1px solid #ccc;
	border-right: none !important;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 0px 20px rgba(0, 0, 0, .1);
          box-shadow: 0 0px 20px rgba(0, 0, 0, .1);
}

.panel-heading img{
  width:160px;
}



