@charset "UTF-8";
/***********************
  section global setting
************************/
input[type=text]
,input[type=password]
,input[type=email] {
  margin: 0;
  height: 30px;
}
a {
  color: #43a047;
}
html {
  background-color:#f2f2f2;
  overflow-x: hidden;
}
body {
  position: relative;
}
h3 {
  font-size: 28px;
  display: inline-block;
  background-color: #d2ffcb;
  padding: 5px 20px 0;
  margin-bottom: 0;
  border-radius: 5px;
  line-height: 1.5;
  text-align: center;
}
h4, h5 {
  width: 275px;
  padding: 5px 0 2px 20px;
  background-color: #ffd9b6;
  font-size: 28px;
  border-radius: 5px;
  text-align: left;
  font-weight: normal;
  margin: 30px 0 14px;
}
h5 {
  background-color:#bfe8ff;
}
.skype-plugin {
  display: inline-block;
  vertical-align: top;
  margin: 5px;
  height: 30px;
}
.skype-container > div {
  height: 40px;
}
.footer-container .skype-container > div {
  height: auto;
}
.imtbuy {
  font-size: 26px;
  background-color: #ed6c00;
  border-radius: 50px;
  width: 80%;
  padding: 10px 0 6px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  box-shadow: 1px 0px 5px rgba(0,0,0,0.8);
  cursor: pointer;
  transition:0.5s;
}
.imtbuy:hover {
  background-color:#db3900;
}
.choose-send {
  margin-left: 55px;
}
.triangle {
  position: absolute;
  top: -23px;
  left: 219px;
}
.focus {
  background-color:#43a047;
  color:#fff;
}
.webview
,.mobileview
,.mobile-pay-form
,.banner
,.mobobanner
,.mobob {
  display: none;
}
.mobileview {
  margin-top: 40px;
}
/***********
spinner
************/
.spinner {
  display: none;
  position: relative;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-top: 5px;
}
.btn-logint .spinner,
.btn-changepw .spinner {
  margin-top: 9px;
}
#btn-register .spinner,
.check-actcode .spinner,
.btn-forget .spinner {
  margin-top: 10px;
}
.sendAgain .spinner {
  margin-top: 19px;
}
.logout-change-account .spinner {
  margin-top: 0;
}
.spinner-white,
.spinner-green {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
}
.spinner .spinner-blade {
  position: absolute;
  left: 44.5%;
  top: 37%;
  width: 10%;
  height: 25%;
  border-radius: 50%/20%;
  -webkit-animation: spinner-blade--fade 1s linear infinite;
  animation: spinner-blade--fade 1s linear infinite;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.spinner .spinner-blade:nth-child(1) {
  -webkit-animation-delay: -1.66667s;
  animation-delay: -1.66667s;
  -webkit-transform: rotate(30deg) translate(0, -150%);
  transform: rotate(30deg) translate(0, -150%);
}
.spinner .spinner-blade:nth-child(2) {
  -webkit-animation-delay: -1.58333s;
  animation-delay: -1.58333s;
  -webkit-transform: rotate(60deg) translate(0, -150%);
  transform: rotate(60deg) translate(0, -150%);
}
.spinner .spinner-blade:nth-child(3) {
  -webkit-animation-delay: -1.5s;
  animation-delay: -1.5s;
  -webkit-transform: rotate(90deg) translate(0, -150%);
  transform: rotate(90deg) translate(0, -150%);
}
.spinner .spinner-blade:nth-child(4) {
  -webkit-animation-delay: -1.41667s;
  animation-delay: -1.41667s;
  -webkit-transform: rotate(120deg) translate(0, -150%);
  transform: rotate(120deg) translate(0, -150%); }
.spinner .spinner-blade:nth-child(5) {
  -webkit-animation-delay: -1.33333s;
  animation-delay: -1.33333s;
  -webkit-transform: rotate(150deg) translate(0, -150%);
  transform: rotate(150deg) translate(0, -150%);
}
.spinner .spinner-blade:nth-child(6) {
  -webkit-animation-delay: -1.25s;
  animation-delay: -1.25s;
  -webkit-transform: rotate(180deg) translate(0, -150%);
  transform: rotate(180deg) translate(0, -150%);
}
.spinner .spinner-blade:nth-child(7) {
  -webkit-animation-delay: -1.16667s;
  animation-delay: -1.16667s;
  -webkit-transform: rotate(210deg) translate(0, -150%);
  transform: rotate(210deg) translate(0, -150%);
}
.spinner .spinner-blade:nth-child(8) {
  -webkit-animation-delay: -1.08333s;
  animation-delay: -1.08333s;
  -webkit-transform: rotate(240deg) translate(0, -150%);
  transform: rotate(240deg) translate(0, -150%);
}
.spinner .spinner-blade:nth-child(9) {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
  -webkit-transform: rotate(270deg) translate(0, -150%);
  transform: rotate(270deg) translate(0, -150%);
}
.spinner .spinner-blade:nth-child(10) {
  -webkit-animation-delay: -0.91667s;
  animation-delay: -0.91667s;
  -webkit-transform: rotate(300deg) translate(0, -150%);
  transform: rotate(300deg) translate(0, -150%);
}
.spinner .spinner-blade:nth-child(11) {
  -webkit-animation-delay: -0.83333s;
  animation-delay: -0.83333s;
  -webkit-transform: rotate(330deg) translate(0, -150%);
  transform: rotate(330deg) translate(0, -150%);
}
.spinner .spinner-blade:nth-child(12) {
  -webkit-animation-delay: -0.75s;
  animation-delay: -0.75s;
  -webkit-transform: rotate(360deg) translate(0, -150%);
  transform: rotate(360deg) translate(0, -150%);
}
.spinner.spinner-animating .spinner-blade {
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
.spinner-white .spinner-blade {
  background-color: white;
}
.spinner-green .spinner-blade {
  background-color: #43a047;
}
@-webkit-keyframes spinner-blade--fade {
  0% {
    opacity: 0.85; }
  50% {
    opacity: 0.25; }
  100% {
    opacity: 0.25; } }
@keyframes spinner-blade--fade {
  0% {
    opacity: 0.85; }
  50% {
    opacity: 0.25; }
  100% {
    opacity: 0.25; } }
/***********************
  common-btn
************************/
.btn-green {
  color: #fff;
  text-align: center;
  background-color: #43a047;
  transition: 0.5s;
  cursor: pointer;
}
.btn-white {
  border-radius: 50px;
  background-color: #fff;
  border: 2px solid #43a047;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: 0.5s;
  line-height: 2em;
  padding: 0px 30px 0px 30px;
  margin: 0px 0px 0px 5px;
  line-height: 1.2;
  color: #43a047;
}
.btn-white:hover {
  background-color: #ed6c00;
  border: 2px solid #ed6c00;
  color: #fff;
}
.btn-95p
,.btn-70p
,.btn-30p {
  display: inline-block;
  width: 95%;
  font-size: 21px;
  border-radius: 50px;
  margin-top: 10px;
  padding: 6px 0 4px;
}
.btn-70p {
  width: 70%;
}
.btn-30p {
  width: 30%;
  margin: 0px 10px 0px 10px;
}
.btn-green:hover {
  background-color: #ed6c00;
}
/***********************
  lt IE9
************************/
#nav,
.fixedBannerTall,
.fixedBannerNormal,
.eventContent,
.webfooter,
.learned,
.phonefooter {
  _display: none;
}
.lt9ALert *,
.lt9ALert {
  display: none;
  *display: block;
  _display: block;
}
.ie8 .lt9ALert *,
.ie8 .lt9ALert {
  display: block;
}
.lt9ALert {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f2f2f2;
  z-index: 100;
  line-height: 0.8;
}
.alertpop {
  width: 610px;
  margin: 0 auto;
  text-align: center;
  border: 1px solid #43a047;
  height: 335px;
  margin-top: 30px;
  background: #fff;
}
.alertpop {
  width: 610px;
  margin: 0 auto;
  text-align: center;
  margin-top: 30px;
}
/***********************
  clickBuyAction
************************/
.buyinside h3 {
  margin-bottom: 18px;
  background-color: transparent;
  padding: 0;
  text-align: left;
  width: 100%;
  font-size: 1.2em
}
.shide h2,
.buyarea h2,
.buysucess h2,
.allgood h2 {
  border-left: 7px solid #43a047;
  padding-left: 10px;
  font-weight: bold;
  font-size: 30px;
  line-height: 1.5;
}
.shide {
  position: relative;
}
.tipmask {
  position: absolute;
  width: 100%;
  height: 550px;
  z-index: 2;
  display: none;
}
.shide,
.buyarea,
.buysucess,
.allgood,
.memberthought {
  margin: 0 auto;
  width: 956px;
  padding: 50px 0 100px;
}
.shide {
  padding: 50px 0 40px;
}
.moboin .buyarea {
  padding-top: 0;
}
.mdchoose {
  width: 313px;
  display: inline-block;
  border: 1px solid #e5e5e5;
  background-color: #e5e5e5;
  text-align: center;
  padding: 20px 0 15px;
  border-radius: 4px;
  cursor: pointer;
  margin-top: 20px;
  font-size: 24px;
  position: relative;
}
.buytag {
  background-color: #43a047;
  color: #fff;
  position: absolute;
  border-radius: 4px;
  top: -23px;
  left: -3px;
  padding: 5px 0px 2px 16px;
  width: 208px;
  height: 34px;
  font-size: 24px;
  font-weight: normal;
}
.buyinside {
  font-size: 21px;
  margin-left: 0;
  margin-top: 8px;
  line-height: 3;
}
.updownline {
  border: 1px solid #848484;
  width: 515px;
  position: relative;
  border-radius: 4px;
  padding: 18px 30px;
  margin-bottom:10px;
}
.updownline:hover {
  box-shadow: 0 0 0px 1px #43a047;
  border:1px solid #43a047;
}
.account_1,
.account_fb,
.buynumber,
.tdero,
.creditsuces {
  margin-bottom:20px;
  display:none;
}
.reset-button:hover {
  background-color:#43a047;
  color:#fff;
}
input.put {
  vertical-align: top;
  border: none;
  border-bottom: 1px solid #848484;
  background-color: transparent;
  box-shadow: none;
  box-sizing: border-box;
  border-radius: 0;
  padding-left: 10px;
  color:#000;
  width: 93%;
  padding-right: 26px;
  z-index: 1;
}
input:focus {
  border: none;
  border-bottom: 1px solid #43a047;
}
.account_0 label,
.voucher_0 label {
  position: absolute;
  left: 4px;
  top: 22px;
  color: #9f9f9f;
  transition: 0.2s;
  line-height: 1em;
}
input:valid + label,
input:focus + label {
  font-size: 18px;
  color: #535353;
  -webkit-transform: translate3d(0, -30px, 0);
  transform: translate3d(0, -30px, 0);
}
.data-clear-input {
  background: url(https://s3-ap-northeast-1.amazonaws.com/kiboueigo/images/intro/clear_input.svg) no-repeat 6px;
  cursor: pointer;
  display: none;
  height: 24px;
  opacity: 0.5;
  position: absolute;
  right: 38px;
  width: 24px;
}
.data-clear-input:hover {
  opacity: 1;
}
.actcode-container > .data-clear-input {
  right: 3px;
  top: 13px;
  display: none;
}
.buyarea,.buysucess,.allgood {
  display:none;
}
.buysucessin,.allgoodin {
  line-height:2;
  font-size:21px;
  margin:20px 0 0 20px;
  text-align: left;
}
.buysucessin {
  margin:20px 0 0 0;
}
.reset-button {
  position: absolute;
  right: 20px;
  color:#43a047;
  cursor: pointer;
  background: #f2f2f2;
  border-radius: 5px;
  padding: 2px 10px;
  line-height: 2;
  top: 25px;
}
.oktt {
  border-bottom: 1px solid #43a047;
  height: 47px;
  margin-right: 20px;
  display: inline-block;
  vertical-align: text-bottom;
}
.creditform,.tdero {
  line-height: 1.8;
}
.paythod {
  cursor: initial;
}
.hiddenform {
  position: relative;
}
.hiddenform * {
  text-align:left;
  width: 410px;
}
.coursenumbere {
  font-size:50px;
  line-height: 0;
  vertical-align: text-top;
  display: inline-block;
}
.coursenumbere > span {
  font-size: 24px;
  margin-right: 20px;
}
.cardcancel {
  background-color: #ed6c00;
  border-radius: 50px;
  cursor: pointer;
  color: #fff;
  display: inline-block;
  font-size: 24px;
  margin-left: 10px;
  text-align: center;
  transition: 0.5s;
  width: 45%;
}
.cardcancel:hover {
  background-color:#43a047;
  color:#fff;
}
.fs26 {
  font-size:26px;
}
.wn {
  width: 80px;
  height: 80px;
  float: left;
  background: url(https://s3-ap-northeast-1.amazonaws.com/kiboueigo/images/intro/wn.png) no-repeat 5px 10px;
  transition: 0.5s;
}
.rededge {
  border:1px solid #ff0000!important
}
.form-block {
  margin-bottom: 10px;
}
.pay-content {
  padding-bottom: 5px;
}
#cloneRegister {
  display: none;
}
.login-area-title span {
  font-size: 20px;
  color: #535353;
}
.course-detail {
  display: inline-block;
  line-height: 1.1;
  margin-left: 15px;
  font-size: 18px;
}
.course-detail > span {
  font-size: 22px;
}
.course-detail-time {
  font-size: 26px;
  display: inline-block;
  color: #43a047;
}
.course-detail-price {
  display: inline-block;
  margin-left: 5px;
  vertical-align: bottom;
  font-size: 20px;
}
/*** Mobile ***/
.moboin h2 {
  border-left: 7px solid #43a047;
  padding-left: 10px;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.5;
}
.moboin .mdchoose {
  width:31%;
  margin-right: 2%;
  font-size: 18px;
  padding: 10px 0 5px;
}
.moboin .mdim {
  width:80px;
}
.moboin .payw {
  vertical-align: middle;
}
.moboin .qaq {
  margin-left: 30px;
  font-weight: normal;
  line-height: 1.8;
}
.moboin .check,
.moboin .qaqt,
.moboin .qaat {
  margin-left: -30px;
}
.moboin .cml {
  margin-left: 0;
}
.moboin .qaa {
  width: initial;
  margin-left: 30px;
}
.moboin .btp {
  width:initial;
}
.moboin .qaac {
  width:initial;
}
.mobile-pay-form .buyinside {
  margin-left: 0;
}
.mobileview .shide,
.mobile-pay-form .buyarea,
.mobile-pay-form .buysucess,
.mobile-pay-form .allgood {
  width:100%;
  overflow: hidden;
}
.mobile-pay-form .updownline {
  width: initial;
  padding: 18px 20px;
  font-size: 18px;
}
.mobile-pay-form .oktt {
  margin:0;
}
.mobile-pay-form .reset-button {
  right: 20px;
  top: 30px;
  color: #43a047;
  height: 26px;
  padding: 0 7px;
  line-height: 1.8;
  border-radius: 5px;
  font-size: 16px;
}
.mobile-pay-form .reset-button:hover {
  color: #fff;
}
.mobile-pay-form .buyinside h3 {
  font-size: 20px;
  margin: 0;
}
.mobile-pay-form .imtbuy {
  width: 90%;
  font-size: 22px;
  border: 0;
  margin: 10px 10px 0;
}
.mobile-pay-form .buyarea .coursenumbere {
  display:inline-block;
  font-size:30px;
  vertical-align: baseline;
  line-height: 1.5;
}
.mobile-pay-form .hiddenform * {
  width: 100%;
}
.mobile-pay-form .buysucessin,
.mobileview .chwhite,
.mobileview .ctgroup {
  font-size:18px;
}
.mobileview .ctgroup {
  padding:20px;
}
.mobileview h3 {
  font-size:24px;
}
.pay-form {
  position: relative;
  padding-left: 60px;
}
.progress-number {
  width: 40px;
  height: 40px;
  border-radius: 50px;
  text-align: center;
  font-size: 32px;
  line-height: 1.3;
  position: absolute;
  left: 0;
  top: 20px;
  border: 3px solid #7f7f7f;
  color: #7f7f7f;
  background: #fff;
  transition: .5s;
}
.progress-number-ok {
  border: 3px solid #43a047;
  color: #43a047;
}
.progress-bar {
  position: absolute;
  width: 2px;
  height: 100%;
  background: #7f7f7f;
  left: 22px;
  top: 65px;
  transition: .5s;
}
.progress-bar-ok {
  background: #43a047;
}
/***********************
  banner
************************/
#fssPrev,
#fssNext,
#fssPlayPause {
  display:none;
}
p {
  text-align:center;
}
#fssList {
  margin:0;
  padding:0;
}
#fssList li {
  display: inline-block;
  width: 13px;
  height: 13px;
  background-color: #fff;
  margin: 0 10px;
  border-radius: 10px;
  transition: 0.5s;
  box-shadow: 0 0 10px;
}
#fssList li a {
  color:transparent;
  text-decoration:none;
  width: 13px;
  height: 13px;
  display:block;
}
#fssList li.fssActive {
  background-color: #43a047;
}
#fssList li.fssActive a {
  font-weight:bold;
}
.banner {
  width:100%;
  height:453px;
  position: relative;
  line-height: 1.2;
}
.b0,
.b1 {
  width:100%;
  height:453px;
  background:url(https://s3-ap-northeast-1.amazonaws.com/kiboueigo/images/intro/products/products_banner_0.jpg) center 0 no-repeat #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.b1 {
  background:url(https://s3-ap-northeast-1.amazonaws.com/kiboueigo/images/intro/products/products_banner_1.jpg) center 0 no-repeat #fff;
}
.bc {
  width:1000px;
  margin:0 auto;
  position: relative;
}
.b5 .bc {
  height: 100%;
  z-index: initial;
  position: relative;
}
.bl {
  position: absolute;
  position: relative;
  top: 50px;
  left: 12px;
  width:480px;
  height:400px;
  font-size: 18px;
  text-align: center;
  z-index: 6;
  margin:0;
}
.b120 {
  width: 448px;
  height: 172px;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 3px 3px 10px rgba(0,0,0,0.3);
  border: 3px solid #fff;
  display: inline-block;
  cursor: pointer;
  position: absolute;
  color:#000;
  left: 13px;
  transition: .2s;
}
.b120:hover,
.bo:hover {
  border: 3px solid #43a047;
}
.b1top {
  border-bottom: 1px solid #adadad;
  margin: 0 15px;
  padding: 48px 20px 0 30px;
  position: relative;
  text-align: left;
  overflow: hidden;
}
.dele {
  text-decoration:line-through;
  color:#535353;
  font-size: 15px;
}
.wd120 {
  font-size: 50px;
}
.wd120 > span {
  font-size: 24px;
}
.b5-btn1 {
  position: absolute;
  right: 329px;
  bottom: 99px;
  width: 156px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  background: rgba(255,255,255,0.1);
  padding: 22px 0 13px;
  border-radius: 5px;
}
.b5-btn2 {
  position: absolute;
  right: 167px;
}
.b5-btn3 {
  right: 5px;
}
.b5-btn1:hover {
  box-shadow: 0 0 0px 2px #fff;
}
.buynow {
  color:#fff;
  background-color:#ed6c00;
  margin: 12px 30px 0;
  padding: 12px 0 9px;
  border-radius: 50px;
  cursor: pointer;
}
.buynow:hover {
  background-color:#db3900;
}
.bo {
  background-color:#fff;
  border-radius: 4px;
  border: 3px solid #fff;
  box-sizing: border-box;
  box-shadow: 3px 3px 10px rgba(0,0,0,0.3);
  color: #535353;
  color:#000;
  cursor: pointer;
  display:inline-block;
  height: 138px;
  margin-top: 10px;
  overflow: hidden;
  padding-top: 14px;
  position: absolute;
  top: 178px;
  transition: 0.2s;
  width:148px;
}
.bo span {
  display: block;
}
.b30 {
  left: 13px;
}
.b200 {
  left: 166px;
}
.b60 {
  left: 319px;
}
.wdmd {
  color: #000;
  font-size: 36px;
  line-height: 1;
  margin: 12px 0 14px;
}
.wdmd > span {
  font-size: 20px;
  display: inline-block;
}
.price-per-day {
  display: inline-block;
  color: #323232;
}
.indicate {
  position: absolute;
  right: 213px;
  bottom: 0;
  cursor: pointer;
}
.dot {
  width: 13px;
  height: 13px;
  background-color: #fff;
  margin: 0 10px;
  border-radius: 10px;
  transition:0.5s;
}
.dfoc,.dot:hover {
  background-color: #43a047;
}
.anisecondwd {
  color: #323232;
  display: none;
  font-size: 17px;
  line-height: 1.6em;
  margin: 12px 0 0 12px;
  text-align: left;
  vertical-align: middle;
}
.bo .msoverwd {
  border-top: 1px solid #7e7e7e;
  display: inline-block;
  font-size: 21px;
  line-height: 1.4;
  margin: 4px 10px;
  padding: 10px 10px 0;
  text-align: left;
  display: none;
  opacity: 0;
  transition: .5s;
}
.animate_120 {
  display: inline-block;
  position: absolute;
  left: 220px;
  bottom: 0;
  line-height: 1.8;
  transition: 0.5s;
}
.course120-discount {
  background: #FFD9B6;
  border-radius: 5px;
  display: block;
  font-size: 28px;
  line-height: 1.2em;
  margin-bottom: 7px;
  padding: 8px 15px;
  position: relative;
  text-align: center;
}
.course120-discount > span:after {
  content: '';
  position: absolute;
  right: 15px;
  bottom: -22px;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-top: 15px solid #FFD9B6;
}
.course120-discount + span {
  color:#ed6c00;
  font-size: 24px;
}
.br {
  z-index: 6;
  position: absolute;
  color: #fff;
  font-size: 40px;
  right: 0;
  top: 42px;
  line-height: 1.3;
  text-shadow: 3px 3px 8px #000;
  width: 423px;
}

/*** layaway & hover control - web ***/
.subtitle .msoverwd {
  display: block;
  opacity: 1;
}
.button-hover-120 .b120 {
  transform: scale(1.1,1.1);
  height: 190px;
  z-index: 1;
}
.button-hover-120 .anisecondwd {
  display: inline-block;
}
.button-hover-120 .bo,
.button-hover-30 .bo,
.button-hover-60 .bo,
.button-hover-200 .bo,
.button-hover-30 .b120,
.button-hover-60 .b120,
.button-hover-200 .b120 {
  opacity: 0.3;
}
.button-hover-120 .buynow {
  width: 150px;
  display: inline-block;
  margin: 10px 13px 0 30px;
  vertical-align: middle;
}
.button-hover-30 .b30 {
  width: 290px;
  height: 205px;
  top: 130px;
  left: -35px;
  z-index: 1;
  opacity: 1;
}
.button-hover-200 .b200 {
  width: 310px;
  height: 205px;
  top: 130px;
  left: 105px;
  z-index: 1;
  opacity: 1;
}
.button-hover-60 .b60 {
  width: 290px;
  height: 205px;
  top: 130px;
  left: 225px;
  z-index: 1;
  opacity: 1;
}
.button-hover-30 .b30 .course-discount,
.button-hover-200 .b200 .course-discount,
.button-hover-60 .b60 .course-discount {
  display: inline-block;
  background: #C6E2C7;
  border-radius: 5px;
  font-size: 20px;
  line-height: 1.2em;
  margin-bottom: 7px;
  padding: 5px 15px;
  position: absolute;
  right: 20px;
}
.button-hover-30 .b30 .course-discount > span:after,
.button-hover-60 .b60 .course-discount > span:after,
.button-hover-200 .b200 .course-discount > span:after {
  content: '';
  position: absolute;
  right: 15px;
  bottom: -22px;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-top: 15px solid #C6E2C7;
}
.button-hover-30 .b30 .course-discount + .wdmd,
.button-hover-60 .b60 .course-discount + .wdmd,
.button-hover-200 .b200 .course-discount + .wdmd {
  display: inline-block;
  font-size: 40px;
  margin-top: 40px;
}
.subtitle .course-discount ~ .price-per-day {
  color:#43A047;
  display: inline-block;
  font-size: 21px;
  margin-left: 14px;
  transition: .2s;
}
/*** Mobile ***/
.mobobanner {
  position: relative;
  margin:0 0 0 0;
  display: none;
  overflow: hidden;
}
.mobob img
,.padb img {
  width: 100%;
}
/*************
swiper
**************/
.swiper-container {
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}
.swiper-container-multirow>.swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap
}
.swiper-container-free-mode>.swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform, height
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000
}
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y
}
.memberthmobo .swiper-button-next,
.memberthmobo .swiper-button-prev {
  position: absolute;
  bottom: 7px;
  width: 14px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: left;
  background-repeat: no-repeat
}
.swiper-button {
  width: 225px;
  position: relative;
  margin: 0 auto;
}
.memberthmobo .swiper-button-prev {
  background-image: url(https://s3-ap-northeast-1.amazonaws.com/kiboueigo/images/intro/intro/expslider_arrow.svg);
  left: 10px;
  right: auto
}
.memberthmobo .swiper-button-next {
  background-image: url(https://s3-ap-northeast-1.amazonaws.com/kiboueigo/images/intro/intro/expslider_arrow.svg);
  right: 10px;
  left: auto;
  background-position: right;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0
}
.swiper-container-horizontal>.swiper-pagination-bullets
,.swiper-pagination-custom
,.swiper-pagination-fraction {
  bottom: 20px;
  left: 0;
  width: 100%
}
.swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  display: inline-block;
  border-radius: 100%;
  background: #fff;
}
#exp-pagination .swiper-pagination-bullet {
  background: #000;
  opacity: .6
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer
}
.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff
}
.swiper-pagination-bullet-active
,#exp-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #43a047
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff
}
.swiper-pagination-black .swiper-pagination-bullet-active {
   background: #000
}
.swiper-container-vertical>.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -o-transform: translate(0, -50%);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0)
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none
}
.swiper-container-fade .swiper-slide-active
,.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}
.swiper-pagination-member {
  bottom: 15px;
  position: absolute;
}
.mobompic img {
  width:100%;
  height: 100%;
}
#slideshow {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 453px;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
.mobobanner4 {
  position: relative;
}
.mobobenner4link {
  position: absolute;
  bottom: 30%;
  margin: 0 auto;
  display: block;
  width: 100%;
  text-align: center;
}
/***********************
  alertPop
************************/
.alert-mask {
  position: fixed;
  background-color:rgba(0,0,0,0.7);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
  z-index: 101;
  text-align: center;
}
.alert-mask:before {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.alert-dialog {
  width: 570px;
  margin: 0 auto;
  text-align: center;
  padding: 30px 20px;
  position: relative;
  background-color:#fff;
  border-radius: 10px;
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -100px;
}
.alert-close {
  position: absolute;
  top: -30px;
  right: -30px;
  cursor: pointer;
  display: none;
}
.alert-title {
  font-size: 26px;
  margin: 4px;
  font-weight: bold;
}
/***********************
  explainArea
************************/
.chwhite {
  padding: 20px;
  background-color:#fff;
  line-height: 2;
  font-size: 21px;
  border-radius: 5px;
}
.check {
  background:url(https://s3-ap-northeast-1.amazonaws.com/kiboueigo/images/intro/payt.png);
  background-size:23px auto;
  background: url(https://s3-ap-northeast-1.amazonaws.com/kiboueigo/images/intro/logosmall.png) 133px -75px \9;
  width:23px;
  height:23px;
  vertical-align: middle;
  margin-right: 5px;
  margin-left: 38px;
}
.cml {
  margin-left: 38px;
}
.qaq {
  color:#000;
  font-weight:bold;
}
.qaa {
  color:#323232;
  margin-bottom: 15px;
}
.qaqt,.qaat,.qaitem {
  background: url(https://s3-ap-northeast-1.amazonaws.com/kiboueigo/images/intro/payt.png) 0 -25px;
  background-size: 23px auto;
  background: url(https://s3-ap-northeast-1.amazonaws.com/kiboueigo/images/intro/logosmall.png) 133px -106px \9;
  width: 23px;
  height: 23px;
  vertical-align: sub;
  margin-right: 8px;
}
.qaat {
  background: url(https://s3-ap-northeast-1.amazonaws.com/kiboueigo/images/intro/payt.png) 0 -52px;
  background-size: 23px auto;
  background: url(https://s3-ap-northeast-1.amazonaws.com/kiboueigo/images/intro/logosmall.png) 133px -132px \9;
}
.qaitem  {
  background: url(https://s3-ap-northeast-1.amazonaws.com/kiboueigo/images/intro/payt.png) 0 -104px;
  background-size: 23px auto;
}
.qaac {
  width: 90%;
  display: inline-table;
}
.btp {
  border-top: 1px solid #595959;
  padding-top: 30px;
  margin-top: 40px;
  width: 836px;
}
.ctknow,.ctpay,.ctgroup {
  width: 100%;
}
.ctpay {
  background-color:#f2f2f2;
  text-align: center;
}
.creditcon {
  background-color: #fff;
  border-radius: 3px;
  text-align: center;
  display: none;
  padding: 40px 0;
}
.event-step {
  border-radius: 5px;
  display: inline-block;
  vertical-align: top;
  margin: 30px 0 20px;
  border: 0;
  position: relative;
  font-size: 0;
  box-shadow: 0 0 0 2px #ed6c00 inset;
}
.event-step:before,
.event-order:before {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.event-order {
  border-radius: 5px 0 0 5px;
  background-color: #ed6c00;
  display: inline-block;
  text-align: center;
  height: 100%;
  width: 34px;
  height: 120px;
}
.event-order > div {
  color: #fff;
  display: inline-block;
  font-size: 24px;
  vertical-align: middle;
}
.event-step-content {
  display: inline-block;
  font-size: 16px;
  margin: 10px 35px 10px 10px;
  vertical-align: middle;
  text-align: center;
}
.event-arrow {
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
}
.event-step span {
  position: absolute;
  color: #fff;
  left: -20px;
  top: 40px;
  font-size: 24px;
}
.event-step-green {
    box-shadow: 0 0 0 2px #43a047 inset;
    text-align: left;
}
.event-step-green .event-order {
    background-color: #43a047;
}
.event-step-blue {
    box-shadow: 0 0 0 2px #05668E inset;
    text-align: left;
}
.event-step-blue .event-order {
    background-color: #05668E;
}
.paycon-step {
  height: 112px;
  margin: 0 30px 0 15px;
}
.paycon-step:before {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.paycon-step p {
  vertical-align: middle;
  display: inline-block;
}
.ctgroup {
  background-color:#fff;
  line-height: 1.7;
  font-size: 21px;
}
.grarea {
  border: 1px solid #000;
  display: inline-block;
  width:354px;
  border-radius: 5px;
  text-align: center;
  margin: 15px 5px 10px;
  padding: 26px 0 20px;
}
.triangledown {
  position: absolute;
  bottom: -25px;
  left: 142px;
  display:none;
  z-index: 50;
}
.creditsuces .triangledown {
  left: 113px;
}
.payw {
  display:none;
}
.creditfocus {
  background-color:#43a047;
  border-color: #43a047;
  color:#fff;
}
.deskfocus {
  background-color:#05668E;
  border-color: #05668E;
  color:#fff;
}
.group_need_tit,
.credit_need_tit {
  font-size:28px;
  font-weight:bold;
}
.credit_need_tit {
  display: block;
  text-align: left;
  margin-left: 26px;
}
.webpad-pay-form .creditsuces .mdchoose {
  width: 49%;
  line-height:1.5;
}
.moboin .creditsuces .mdchoose {
  width: 48%;
  line-height:1.5;
}
.creditsuces {
  width: 100%;
  line-height:1.5;
}
.creditsuces .ctblocknum {
  text-align:center;
}
.creditsuces .ctblock {
  padding: 20px 22px 0;
}
.focus {
  background-color: #43a047;
  color: #fff;
}
/*** Mobile ***/
.ctpaytt {
  background-color: #43a047;
  border-radius: 5px;
  color: #fff;
}
.ctpatwh {
  background-color:#fff;
  padding: 25px;
}
.ctblock {
  border: 1px solid #000;
  border-radius: 5px;
  margin: 25px 0;
  padding: 25px 0;
  position: relative;
}
.ctblocknum {
  background-color: #43a047;
  color: #fff;
  width: 41px;
  font-size: 30px;
  position: absolute;
  top: -22px;
  border-radius: 50px;
  left: 10px;
  height:41px;
  line-height: 1.4;
}
.moboin .grarea {
  width:initial;
  display: block;
  font-size:17px;
}
.mobile-pay-form .sinfo {
  font-size:16px;
}
/***********************
  Mobile
************************/
.moboin {
  margin:20px;
  font-size:18px;
}
.mobobuyarea {
  background-color: #fff;
  border: 1px solid #43a047;
  text-align: center;
  padding: 20px 10px 30px;
  line-height: 1.5;
  margin: 0 0 10px;
  position: relative;
}
.mocoursenumber {
  font-size: 60px;
}
.mocoursenumber > span {
  font-size: 30px;
}
.moco50 {
  font-size: 34px;
}
.moco50 > span {
  font-size: 24px;
}
.mopricegray {
  color:#323232;
}
.mopriceorg {
  color:#ed6c00;
}
.mobobuy {
  background-color: #ed6c00;
  color: #fff;
  font-weight: bold;
  border-radius: 50px;
  padding: 7px 0 4px;
  margin-top: 5px;
}
.p50 {
  width:49%;
  display:inline-block;
  font-size:16px;
}
.mobobuybg {
  background: url(https://s3-ap-northeast-1.amazonaws.com/kiboueigo/images/intro/mobobuybg.png) no-repeat;
  background-size:133px auto;
  color: #fff;
  position: absolute;
  padding: 4px 12px 14px;
  top: -25px;
  left: -1px;
  width: 110px;
}
.moboask {
  background-color: #fff;
  text-align: center;
  padding: 20px;
  margin: 20px 0;
  color:#323232;
}
.mobotop {
  background-color: rgba(255,255,255,0.9);
  text-align: center;
  position: fixed;
  bottom: 0;
  z-index: 100;
  width: 100%;
  padding: 6px 0;
  border-top: 1px solid #cecece;
  color: #323232;
  display:none;
}
.mobobbuy {
  background-color: rgba(255,255,255,0.9);
  text-align: center;
  position: fixed;
  bottom: 0;
  z-index: 20;
  width: 100%;
  padding: 3px 0;
  border-top: 1px solid #cecece;
  color: #323232;
  font-size: 20px;
}
/***********************
  memberThought
************************/
.lpic {
  width: 137px;
  overflow: hidden;
  height: 137px;
  border-radius: 50%;
  float: left;
  margin: 19px 35px;
}
.lpic img {
  width: 137px;
  height: 137px;
}
.rcon {
  float: left;
  margin-top: 20px;
  line-height: 1.8;
  font-size:16px;
  width: auto;
}
.memberthought {
  padding: 20px 0px 10px;
}
.uname {
  font-size: 22px;
  margin-right: 12px;
}
.headline {
  text-align: left;
  padding-left: 30px;
}
.userpics {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
  cursor: pointer;
  transition: 0.5s;
  opacity: 0.5;
  margin: 0 3px;
}
.userpicsfocus {
  opacity: 1;
}
.userpics:hover {
  opacity: 1;
}
.userpics img {
  width: 54px;
  height: 54px;
}
.nonedis {
  display: none;
}
/*** mobile ***/
.memberthmobo {
  position: relative;
  background-color: #fff;
  overflow: hidden;
}
.memberthmobo li {
  background: #fff;
}
.swiper-container-member {
  text-align: center;
}
.mobompic {
  width: 164px;
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
  height: 164px;
  margin-top: 20px;
}
.mbmembercon {
  padding:10px 20px 0;
  text-align:left;
  height:100px;
  overflow:hidden;
  display:block;
  margin-bottom: 30px;
}
/***********************
  event
************************/
.eventBannerPc {
  display: block;
  text-align: center;
  margin: 0px 0 20px;
}
/***********************
  login-area
************************/
.row {
  position: relative;
  padding-top: 18px;
}
div.login-input,
.choose-disable {
  display: none;
}
#button-back {
  border-radius: 5px;
  cursor: pointer;
  display: inline-block;
  vertical-align: bottom;
  margin-top: 10px;
  padding: 0px 10px;
}
#button-back:hover {
  background: #43a047;
  color: #fff;
}
#btn-check-account {
  border-radius: 10px;
  background: #ccc;
  cursor: pointer;
  display: inline-block;
  line-height: 1.4;
  padding: 8px 0;
  position: absolute;
  right: 37px;
  vertical-align: top;
  width: 40%;
}
.button-ok-green {
  background: #43a047!important;
  transition: 0.5s;
}
.button-ok-green:hover {
  background: #ed6c00!important;
}
.fb-register {
  color: #fff;
  background: url(https://s3-ap-northeast-1.amazonaws.com/kiboueigo/images/intro/facebook.svg) #3B5998 no-repeat 5px center;
  text-align: center;
  border-radius: 4px;
  cursor: pointer;
  width: 93%;
  padding: 0 6px 0 10px;
  box-sizing: border-box;
}
.align-center {
  text-align: center;
  width: 90%;
  padding: 0 8px 12px 0;
}
.choose-disable,
.choose-disable:hover,
.btn-disable,
.btn-spinner-disable,
.btn-disable:hover {
  background-color: #848484;
}
div.emailok {
  position: relative;
  display: none;
  margin-bottom: 20px;
}
#user_email_text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 82%;
}
.account-status-container {
  position: absolute;
  top: -4px;
  right: -8px;
  text-align: right;
}
.account-status-container > div {
  display: inline-block;
  font-size: 20px;
}
.change-account {
  background: #f2f2f2;
  border-radius: 5px;
  color: #43a047;
  cursor: pointer;
  padding: 2px 10px 0;
  line-height: 2;
}
.change-account:hover {
  background-color: #43a047;
  color: #fff;
}
.mobile-pay-form .account-status-container,
.webpad-pay-form #login .change-account {
  /*display: none;*/
}
.mobile-pay-form #login .change-account {
  display: block;
}
div.account_0,
div.voucher_0 {
  margin-bottom: 0;
  display: block;
}
.register {
  line-height: 1;
  width: 90%;
}
.btn-register,
.btn-changepw {
  border-radius: 5px;
  background-color: #ccc;
  color: #fff;
  cursor: pointer;
  margin-top: 15px;
  width: 100%;
  text-align: center;
  padding: 10px 8px 8px;
}
.btn-changepw {
  padding: 0 8px 0;
  width: 90%;
}
.actcode-container {
  position: relative;
  display: inline-block;
}
input.actcode {
  width: 300px;
  margin: 10px 0 10px 5px;
}
.forgot-pw {
  font-size: 16px;
  border-radius: 5px;
  color:#43a047;
  cursor: pointer;
  display: inline-block;
}
.btn-logint {
  background-color: #ccc;
  color: #fff;
  cursor: pointer;
  width: 90%;
  text-align: center;
  border-radius: 5px;
  padding: 0 8px;
}
.sendAgain {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -45px;
  background: #eaeaea;
  padding: 15px 0 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  cursor: pointer;
}
.data-invalid {
  font-size: 14px;
  color: #c80000;
  display: none;
}
.login-success {
  vertical-align: top;
  margin: 0 20px 0 0;
  display: inline-block;
}
.login-success-content {
  width: 300px;
  display: inline-block;
}
.sub-content {
  line-height: 1.4;
  margin-bottom: 10px;
  position: relative;
}
.accountemail {
  border-bottom: 1px solid #000;
  display: inline-block;
}
.logout-change-account {
  color: #43a047;
  cursor: pointer;
  font-size: 16px;
  margin-top: 10px;
  display: inline-block;
  position: relative;
}
.account_1,
.account_0,
.voucher_1,
.voucher_0 {
  margin: 20px 0 0 0;
}
.account_fb {
  margin: 30px 0 0 0;
}
.fb-image {
  width: 110px;
  border-radius: 60px;
}
.check-account-area,
#check-password-area {
  display: none;
  margin-top: 18px;
}
.actcode-title {
  margin-top: 12px;
  display: inline-block;
}
.fb-mobile {
  display: none;
  text-align: center;
  margin-top: -66px;
}
.btn-disable {
  position: relative;
  color: rgba(255,255,255,0.1);
}
.btn-disable:before {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.btn-disable-text {
  color: rgba(134,134,134,0.5);
}
@media only screen and (max-width:700px) {
  .skype-plugin {
    margin: 2px 5px 0;
    height: 28px;
  }
  .webpad-pay-form {
    display:none;
  }
  .padb {
    display: none;
  }
  .mobob {
    display: inline-block;
  }
  .ctgroup {
    width: auto;
  }
  .webpad-pay-form {
    display:none;
  }
  .mobile-pay-form {
    display:block;
  }
  .login-success {
    display: block;
    text-align: center;
    margin: 0;
  }
  .pay-form {
    padding: 0;
  }
  #user_email_text {
    max-width: 100%;
  }
  .login-success-content {
    width: 100%;
  }
  .logout-change-account {
    text-align: center;
  }
  .fb-register {
    width: 100%;
    padding: 0;
    background: #3B5998;
  }
  .login-area-title span {
    font-size: 16px;
    color: #535353;
  }
  .mobile-pay-form input.put {
    width: 94%;
  }
  .align-center {
    width: auto;
    padding: 0 8px 12px 0;
    margin: 0;
  }
  #btn-check-account {
    right: 0;
  }
  .btn-logint,
  #btn-register,
  .alert-dialog,
  .btn-changepw,
  .register
   {
    width: auto;
  }
  .alert-dialog {
    margin: 20px 10px 0;
    vertical-align: top;
  }
  .alert-mask:before {
    display: initial;
  }
  input.actcode {
    width: 100%;
    margin: 0;
  }
  h3 {
    text-align: left;
  }
  .alert-close {
    top: 5px;
    right: -10px;
  }
  .alert-close img {
    width: 50%;
  }
  .fbpc {
    display: none!important;
  }
  .fb-mobile {
    display: block;
  }
  .coursevar {
    line-height: 1.8;
  }
  .account-status-container {
    position: relative;
    right: auto;
    text-align: left;
    top: auto;
  }
  .account-status-container > div {
    display: block;
    font-size: 18px;
  }
  .actcode-container > .data-clear-input {
    top: 42px;
  }
  .change-account {
    font-size: 16px;
    padding: 0;
    display: inline-block;
  }
  .data-clear-input {
    right: 10px;
  }
  input:valid + label,
  input:focus + label {
    font-size: 14px;
    left: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  div.emailok {
    margin-bottom: 0;
    position: initial;
  }
  .account-status-container {
    position: absolute;
    top: 30px;
    right: 0;
  }
}
@media only screen and (min-width:701px) and (max-width: 1023px) {
  .padb {
    display: inline-block;
  }
  .mobob {
    display: none;
  }
  .webpad-pay-form {
    display:none;
  }
  .ctgroup {
    width: auto;
  }
  .webpad-pay-form {
    display:block;
  }
  .mobile-pay-form {
    display:none;
  }
  .buyarea {
    width: 95%;
  }
  .fbpc {
    display: none!important;
  }
  .fb-mobile {
    display: block;
  }
  .alert-close {
    position: absolute;
    cursor: pointer;
    display: none;
  }
  .alert-close {
    top: 5px;
    right: -10px;
  }
  .alert-close img {
    width: 50%;
  }
}
/* WEB-1138 */
input::-webkit-input-placeholder {
  color:rgba(0,0,0,0.4)
}
input:-ms-input-placeholder {
  color:rgba(0,0,0,0.4)
}
input::placeholder{
  color:rgba(0,0,0,0.4)
}
input:focus::-webkit-input-placeholder {
  color:rgba(0,0,0,0.1)
}
input:focus:-ms-input-placeholder {
  color:rgba(0,0,0,0.1)
}
input:focus::placeholder {
  color:rgba(0,0,0,0.1)
}

