@charset "UTF-8";
.calculation-box{
  position: fixed;
  width: 100%;
  bottom:0;
  left: 0;
  background-color: blue;
  padding: 20px;
  color: white;
  z-index: 9999999;
}
#lang-box-popup{
  text-align: left;
}
#lang-box-popup .body-btn-warp{
  margin-top: 40px;
}
#lang-box-popup #bar-btn{
  border-top: 1px dotted #BCBCBC;
}
#lang-box-popup dl dd {
    margin-bottom: 0;
    border-top: 1px dotted #BCBCBC;
}
.btm-layout p,
.classes-details .lead,
.items-wrapS2 .item .main-conts .lead,
.course-details-wrap .conts-wrap .detail-lead,
.f-ssm02.forced-txt p{
  white-space: pre-wrap;
  word-wrap: break-word;
}
.f-ssm02.forced-txt ol,
.f-ssm02.forced-txt ul{
  padding-left: 12px;
}
.f-italic{
  font-style: italic;
}
.f-underline{
  text-decoration: underline;
}
.f-align-c{
  text-align: center;
}
.f-ss{
  font-size: 10px;
  line-height: 12px;
}
.f-s{
  font-size: 12px;
}
.f-ssm{
  font-size: 14px;
  line-height: 20px;
}
.zh p.f-ssm{
  line-height: 22px;
}

.f-ssm02{
  font-size: 14px;
  line-height: 22px;
}
.f-ssm02.forced-txt{
  font-size: 14px!important;
  line-height: 22px!important;
}
.f-ssm02.forced-txt p{
  max-width: 100%!important;
}
.forced-txt, .forced-txt span{
  font-family: 'PT Sans', 'Josefin Sans', Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif!important;
}
.f-sm{
  font-size: 16px;
  line-height: 22px;
}
.f-m{
  font-size: 18px;
  line-height: 22px;
}
.f-lm{
  font-size: 20px;
  line-height: 22px;
}
.f-lml{
  font-size: 22px;
  line-height: 32px;
}
.f-l{
  font-size: 24px;
  line-height: 22px;
}
.f-xls{
  font-size: 30px;
  line-height: 36px;
}
.f-xl{
  font-size: 38px;
  line-height: 42px;
}

.f-purple{
  color: #4A017D;
}
.f-white{
  color: white;
}
.f-gray{
  color: #898989;
}
.f-gray02{
  color: #BCBCBC;
}
.f-orange{
  color: #F8A523;
}
.f-red{
  color: #E32124;
}
.f-green{
  color : #1D7E1F;
}
.f-400{
  font-weight: 400;
}
.f-700{
  font-weight: 700;
}
.f-book i,
.f-speaker i,
.f-gps i,
.f-angle i,
.f-external i{
  /*font-weight: 300;*/
}
.f-calendar i{
  /*font-weight: lighter;*/
}
@media only screen and (min-width: 768px) {
  .f-ss{
    font-size: 12px;
    line-height: 14px;
  }
}
/* VISUAL */
#visual{
  padding: 0;
/*  position: fixed;
  top: 0;
  left: 250px;
  z-index: 5;*/
  width: 100%;
}
#visual .inner{
  width: 100%;
  overflow: hidden;
}
#visual .inner .thumbnails{
  box-sizing: border-box;
  z-index: 1;
  position: relative;
}
#visual .inner .thumb-box{
    box-sizing: border-box;
    width: 80%;
    /* margin-left: -0.5%; */
    /* margin-top: 10px; */
    margin: 10px auto;
    background: white;
    z-index: 10;
    position: relative;
    padding: 10px 5px;
}

@-webkit-keyframes left-right {
  0% {
    -moz-transform: translateY(-20%) translateX(-10%);
    -ms-transform: translateY(-20%) translateX(-10%);
    -webkit-transform: translateY(-20%) translateX(-10%);
    transform: translateY(-20%) translateX(-10%); }
  100% {
    -moz-transform: translateY(0%) translateX(10%);
    -ms-transform: translateY(0%) translateX(10%);
    -webkit-transform: translateY(0%) translateX(10%);
    transform: translateY(0%) translateX(10%); } }
@-moz-keyframes left-right {
  0% {
    -moz-transform: translateY(-20%) translateX(-10%);
    -ms-transform: translateY(-20%) translateX(-10%);
    -webkit-transform: translateY(-20%) translateX(-10%);
    transform: translateY(-20%) translateX(-10%); }
  100% {
    -moz-transform: translateY(0%) translateX(10%);
    -ms-transform: translateY(0%) translateX(10%);
    -webkit-transform: translateY(0%) translateX(10%);
    transform: translateY(0%) translateX(10%); } }
@-ms-keyframes left-right {
  0% {
    -moz-transform: translateY(-20%) translateX(-10%);
    -ms-transform: translateY(-20%) translateX(-10%);
    -webkit-transform: translateY(-20%) translateX(-10%);
    transform: translateY(-20%) translateX(-10%); }
  100% {
    -moz-transform: translateY(0%) translateX(10%);
    -ms-transform: translateY(0%) translateX(10%);
    -webkit-transform: translateY(0%) translateX(10%);
    transform: translateY(0%) translateX(10%); } }
@keyframes left-right {
  0% {
    -moz-transform: translateY(-20%) translateX(-10%);
    -ms-transform: translateY(-20%) translateX(-10%);
    -webkit-transform: translateY(-20%) translateX(-10%);
    transform: translateY(-20%) translateX(-10%); }
  100% {
    -moz-transform: translateY(0%) translateX(10%);
    -ms-transform: translateY(0%) translateX(10%);
    -webkit-transform: translateY(0%) translateX(10%);
    transform: translateY(0%) translateX(10%); } }
@-webkit-keyframes right-left {
  0% {
    -moz-transform: translateY(0%) translateX(10%);
    -ms-transform: translateY(0%) translateX(10%);
    -webkit-transform: translateY(0%) translateX(10%);
    transform: translateY(0%) translateX(10%); }
  100% {
    -moz-transform: translateY(-20%) translateX(-10%);
    -ms-transform: translateY(-20%) translateX(-10%);
    -webkit-transform: translateY(-20%) translateX(-10%);
    transform: translateY(-20%) translateX(-10%); } }
@-moz-keyframes right-left {
  0% {
    -moz-transform: translateY(0%) translateX(10%);
    -ms-transform: translateY(0%) translateX(10%);
    -webkit-transform: translateY(0%) translateX(10%);
    transform: translateY(0%) translateX(10%); }
  100% {
    -moz-transform: translateY(-20%) translateX(-10%);
    -ms-transform: translateY(-20%) translateX(-10%);
    -webkit-transform: translateY(-20%) translateX(-10%);
    transform: translateY(-20%) translateX(-10%); } }
@-ms-keyframes right-left {
  0% {
    -moz-transform: translateY(0%) translateX(10%);
    -ms-transform: translateY(0%) translateX(10%);
    -webkit-transform: translateY(0%) translateX(10%);
    transform: translateY(0%) translateX(10%); }
  100% {
    -moz-transform: translateY(-20%) translateX(-10%);
    -ms-transform: translateY(-20%) translateX(-10%);
    -webkit-transform: translateY(-20%) translateX(-10%);
    transform: translateY(-20%) translateX(-10%); } }
@keyframes right-left {
  0% {
    -moz-transform: translateY(0%) translateX(10%);
    -ms-transform: translateY(0%) translateX(10%);
    -webkit-transform: translateY(0%) translateX(10%);
    transform: translateY(0%) translateX(10%); }
  100% {
    -moz-transform: translateY(-20%) translateX(-10%);
    -ms-transform: translateY(-20%) translateX(-10%);
    -webkit-transform: translateY(-20%) translateX(-10%);
    transform: translateY(-20%) translateX(-10%); } }
/* added to the original element calling slippry */
.sy-box.sy-loading {
  /*background: url("/img/index/sy-loader.gif") 50% 50% no-repeat;*/
  -moz-background-size: 32px;
  -o-background-size: 32px;
  -webkit-background-size: 32px;
  background-size: 32px;
  min-height: 40px; }
  .slippry_box{
    position: relative;
  }
  .sy-box.sy-loading .sy-slides-wrap, .sy-box.sy-loading .sy-pager {
    visibility: hidden; }
.sy-slides-wrap {
  position: relative;
  height: 100%;
  width: 100%; }
  .sy-slides-wrap:hover .sy-controls {
    display: block; }
.sy-slides-crop {
  height: 100%;
  width: 100%;
  position: absolute;
  overflow: hidden; }

.sy-list {
  width: 100%;
  height: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute; }
  .sy-list.horizontal {
    -moz-transition: left ease;
    -o-transition: left ease;
    -webkit-transition: left ease;
    transition: left ease; }
  .sy-list.vertical {
    -moz-transition: top ease;
    -o-transition: top ease;
    -webkit-transition: top ease;
    transition: top ease; }

/* single slide */
.sy-slide {
  position: absolute;
  width: 100%;
  z-index: 2; }
  .sy-slide.kenburns {
    width: 140%;
    left: -20%; }
    .sy-slide.kenburns.useCSS {
      -moz-transition-property: opacity;
      -o-transition-property: opacity;
      -webkit-transition-property: opacity;
      transition-property: opacity; }
      .sy-slide.kenburns.useCSS.sy-ken:nth-child(1n) {
        -webkit-animation-name: left-right;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-name: left-right;
        -moz-animation-fill-mode: forwards;
        -o-animation-name: left-right;
        -o-animation-fill-mode: forwards;
        animation-name: left-right;
        animation-fill-mode: forwards; }
      .sy-slide.kenburns.useCSS.sy-ken:nth-child(2n) {
        -webkit-animation-name: right-left;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-name: right-left;
        -moz-animation-fill-mode: forwards;
        -o-animation-name: right-left;
        -o-animation-fill-mode: forwards;
        animation-name: right-left;
        animation-fill-mode: forwards; }
  .sy-slide.sy-active {
    z-index: 3; }
  .sy-slide > img {
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
    border: 0; }
  .sy-slide > a {
    margin: 0;
    padding: 0;
    display: block;
    width: 100%; }
    .sy-slide > a > img {
      margin: 0;
      padding: 0;
      display: block;
      width: 100%;
      border: 0; }

.sy-controls {
  display: block;
  list-style: none;
  height: 100%;
  width: 100%;
  position: absolute;
  padding: 0;
  margin: 0; }
  .sy-controls li {
    position: absolute;
    width: 10%;
    min-width: 4.2em;
    height: 100%;
    z-index: 33; }
    .sy-controls li.sy-prev {
      display: none;
      left: 0;
      top: 0; }
      .sy-controls li.sy-prev a:after {}
    .sy-controls li.sy-next {
      display: none;
      right: 0;
      top: 0; }
      .sy-controls li.sy-next a:after {}
    .sy-controls li a {
      position: relative;
      width: 100%;
      height: 100%;
      display: block;
      text-indent: -9999px; }
      .sy-controls li a:link, .sy-controls li a:visited {
        opacity: 1; }
      .sy-controls li a:hover, .sy-controls li a:focus {
        opacity: 0.8;
        outline: none; }
      .sy-controls li a:after {
        content: "";
        background-repeat: no-repeat;
        -moz-background-size: cover;
        -o-background-size: cover;
        -webkit-background-size: cover;
        background-size: cover;
        text-indent: 0;
        line-height: 70px;
        position: absolute;
        width: 19px;
        height: 36px;
        margin-top:-18px;
        top: 50%;

      }
      .sy-controls li.sy-prev a:after {
        left: 30%;
        margin-left: 10px;
        /*background-image: url("/img/index/arrows_l.svg");*/
      }
      .sy-controls li.sy-next a:after {
        /*background-image: url("/img/index/arrows_r.svg");  */    
        right:30%;
        margin-right: 10px;
    }
  @media only screen and (max-device-width: 600px) {
    .sy-controls {
      display: block; }
      .sy-controls li {
        min-width: 2.1em; }
        .sy-controls li a:after {
          width: 1.4em;
          height: 1.4em;
          margin-top: -0.7em;
          margin-left: -0.7em; } }

/* captions, styled fo the overlay variant */
.sy-caption-wrap {
  display: none;}
  .sy-caption-wrap .sy-caption {}
    .sy-caption-wrap .sy-caption a:link, .sy-caption-wrap .sy-caption a:visited {
      color: #e24b70;
      font-weight: 600;
      text-decoration: none; }
    .sy-caption-wrap .sy-caption a:hover, .sy-caption-wrap .sy-caption a:focus {
      text-decoration: underline; }
  @media only screen and (max-device-width: 600px), screen and (max-width: 600px) {
    .sy-caption-wrap {
      left: 0;
      bottom: 0.4em; }
      .sy-caption-wrap .sy-caption {
        left: 0;
        padding: 0.2em 0.4em;
        font-size: 0.92em;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0; } }

/* pager bubbles */
.sy-pager {
  overflow: hidden;
  *zoom: 1;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
    position: absolute;
    bottom: 22px;
    z-index: 10;
    }
  .sy-pager li {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 15px 0 0;
    border: 1px solid white;    
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%; }
    .sy-pager li:last-child{
      margin:0 0 0 0;
    }
    .sy-pager li.sy-active a {
      background-color: white; }
    .sy-pager li a {
      width: 100%;
      height: 100%;
      display: block;
      margin-top: 1px;
      margin-left: 1px;
      text-indent: -9999px;
      width: 10px;
      height: 10px;
      -moz-background-size: 2em;
      -o-background-size: 2em;
      -webkit-background-size: 2em;
      background-size: 2em;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%; }
      .sy-pager li a:hover, .sy-pager li a:focus {
       background-color: white; }

/* element to "keep/ fill" the space of the content, gets intrinsic height via js */
.sy-filler {
  width: 100%; }
  .sy-filler.ready {
    -moz-transition: padding 600ms ease;
    -o-transition: padding 600ms ease;
    -webkit-transition: padding 600ms ease;
    transition: padding 600ms ease; }
.thumb-box .thumbs{
  overflow:hidden;
  *zoom:1;
}
.thumb-box .thumbs li{
  float: left;
  width: 20%;
  text-align: center;
  padding: 0 1%;
  box-sizing: border-box;
}
.thumb-box .thumbs li img{
  width:100%;
  opacity:.8;
  -moz-transition:opacity 0.32s;
  -o-transition:opacity 0.32s;
  -webkit-transition:opacity 0.32s;
  transition:opacity 0.32s;
  border-bottom:5px solid transparent;
}
.thumb-box .thumbs li img{
  border-color:#ccc;  
}
.thumb-box .thumbs li img.active{
  border-color:black;
  opacity:1;
}
.thumb-box .thumbs li:hover img{
  opacity:1;
  -moz-transition:opacity 0.2s;
  -o-transition:opacity 0.2s;
  -webkit-transition:opacity 0.2s;
  transition:opacity 0.2s;
}
@media only screen and (min-width: 768px) {
  .sy-controls li a:after{
    margin-left: 0;
  }
  .sy-controls li a:after{
    margin-right: 0;
  }
}
.fancybox-navigation .fancybox-button--arrow_right,
.fancybox-navigation .fancybox-button--arrow_left{
  background-color: transparent;
}
.fancybox-navigation .fancybox-button--arrow_right span{
  background-repeat: no-repeat;
  -moz-background-size: 14px auto;
  -o-background-size: 14px auto;
  -webkit-background-size: 14px auto;
  background-size: 14px auto;
  background-position: center;
  /*background-image: url("/img/index/arrows_r.svg");*/
  width: 100%;
  height: 100%;
  display: block;
  box-sizing:border-box;

}
.fancybox-navigation .fancybox-button--arrow_left span{
  background-repeat: no-repeat;
  -moz-background-size: 14px auto;
  -o-background-size: 14px auto;
  -webkit-background-size: 14px auto;
  background-size: 14px auto;
  background-position: center;
/*  background-image: url("/img/index/arrows_l.svg");*/
  width: 100%;
  height: 100%;
  display: block;
  box-sizing:border-box;
}
/*////// SLIDE TEXT /////*/
#slide li{

}
#slide li .txt-wrap{

}
#slide li a{
  position: relative;
}
.qa-page .item-wrap dl{
  border-bottom:1px solid black;
  padding-bottom: 15px;
    margin-bottom: 15px;
}
.qa-page .item-wrap dl dd{
  font-size: 14px;
  line-height: 22px;
}
.qa-page .p-wrap{
  margin:10px 0px 0;
}
.qa-page .p-wrap.bdr{
/*  padding-bottom: 20px;*/
  border-bottom: 1px dotted #8c8c8c;
}
.qa-page .item-wrap dl .ttl{
  font-weight: 900;
  float: left;
  width:70%;
}
.qa-page .item-wrap dl .circle-plus{
  float: right;
  margin-right: 5px;
}
.closed .vertical {
  transition: all 0.5s ease-in-out;
  transform: rotate(-90deg);
}
.closed .horizontal {
  transition: all 0.5s ease-in-out;
  transform: rotate(-90deg);
  opacity: 1;
}

.opened {
  opacity: 1;
}
.opened .vertical {
  transition: all 0.5s ease-in-out;
  transform: rotate(90deg);
}
.opened .horizontal {
  transition: all 0.5s ease-in-out;
  transform: rotate(90deg);
  opacity: 0;
}

.circle-plus {
  height: 16px;
  width: 16px;
  font-size: 1em;
  display: none;
  margin-left: auto;
  margin-right: -1px;
}
.circle-plus.active{
  display: block;
}

.circle-plus .circle {
  position: relative;
  width: 100%;
  height: 100%;
}

.circle-plus .circle .horizontal {
  position: absolute;
  background-color: #1b1b1b;
  width: 12px;
  height: 2px;
  left: 50%;
  margin-left: -6px;
  top: 50%;
  margin-top: -1px;
}

.circle-plus .circle .vertical {
  position: absolute;
  background-color: #1b1b1b;
  width: 2px;
  height: 12px;
  left: 50%;
  margin-left: -1px;
  top: 50%;
  margin-top: -6px;
}
/*////// GENERAL /////*/
section{
  position: relative;
  /*width: 100%;*/
}
section .inner{
  width: 100%;
  background-color: white;
  border-bottom: 1px dotted #DEDEDE; 
}
section .inner.no-bdr{
  border-bottom: 0px dotted #DEDEDE; 
}
section.black-bg{
  background-color: #1D1D1D!important;
}
section.black-bg .inner{
  background-color: #1D1D1D;
}
/*////// BUTTONS /////*/
.btn-pri{
  width: 230px;
  height: 54px;
  line-height: 54px;
  margin:0px auto;
  text-align: center;
  border-radius: 4px;
  background-color: #4A017D;
  border: 1px solid #4A017D;
  display: block;
  color: white;
  box-sizing:border-box;
}
.btn-pri:hover{
  color: white;
  background-color: #8051A5;
  border: 1px solid #8051A5;
}
.btn-pri.type02{
  width: 230px;
  height: 54px;
  line-height: 54px;
  margin:0px auto;
  text-align: center;
  border-radius: 4px;
  background-color: white;
  border: 1px solid #4A017D;
  display: block;
  color: #4A017D;
  box-sizing:border-box;
}
.btn-pri.type02:hover{
  color: white;
  background-color: #8051A5;
  border: 1px solid #8051A5;
}
.btn-sec{
  width: 140px;
  line-height: 40px;
  display: block;
  color: white;
  border-radius: 4px;
  text-align: center;
  border: 1px solid #4A017D;
  background-color: #4A017D;
  margin: 0 auto;
  box-sizing:border-box;
}
.btn-sec:hover{
  color: white;
  background-color: #8051A5;
  border: 1px solid #8051A5;
}
.btn-sec.type02{
  width: 140px;
  line-height: 40px;
  display: block;
  color: #4A017D;
  border-radius: 4px;
  text-align: center;
  border: 1px solid #4A017D;
  background-color: white;
  margin: 0 auto;
  box-sizing:border-box;
}
.btn-sec.type02:hover{
  color: white;
  background-color: #8051A5;
  border: 1px solid #8051A5;
}
.btn-tri{
  width: 140px;
  line-height: 40px;
  display: block;
  color: #1B1B1B;
  border-radius: 4px;
  text-align: center;
  border: 1px solid #1B1B1B;
  background-color: white;
  margin: 0 auto;
  text-decoration: none;
  box-sizing:border-box;
}
.btn-tri:hover{
  color: white;
  background-color: #1B1B1B;
}
.btn-tri.btn-white{
  color: #1B1B1B;
  text-align: center;
  border: 1px solid white;
  background-color: white;
  margin: 0 auto;
  box-sizing:border-box;
}
.btn-tri.btn-white:hover{
  color: #1b1b1b;
  background-color: #E2E2E2;
  border: 1px solid #E2E2E2;
}
.btn-tri.btn-white-bdr{
  color: white;
  text-align: center;
  border: 1px solid white;
  background-color: #4A017D;
  margin: 0 auto;
  box-sizing:border-box;
}
.btn-tri.btn-white-bdr:hover{
  background-color: #8051A5;  
}
.btn-for{
  width: 60px;
  line-height: 20px;
  display: block;
  color: white;
  border-radius: 4px;
  text-align: center;
  border: 1px solid white;
  background-color: transparent;
  margin: 0 auto;
  text-decoration: none;
  box-sizing:border-box;
}
.btn-for:hover{
  color: #1b1b1b;
  background-color: white;
}
.btn-fif{
  width: 60px;
  line-height: 20px;
  display: block;
  color: #1b1b1b;
  border-radius: 4px;
  text-align: center;
  border: 1px solid #1b1b1b;
  background-color: transparent;
  margin: 0 auto;
  text-decoration: none;
  box-sizing:border-box;
}
.btn-fif:hover{
  color: white;
  background-color: #1b1b1b;
}
.margin-top-btn{
  margin-top: 25px;
}
.blank-btn,
.blank-btn:hover{
  color: #1b1b1b;
}
.form-btn-small{
  border: 1px solid #4A017D;
  border-radius: 4px;
  width: 230px;
  max-width: 230px;
  line-height: 54px;
  text-align: center;
  color: white;
  background-color: #4A017D;
  padding: 0;
  margin: 30px auto;
  display: block;
  font-size: 14px;
  font-weight: 700;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0);
}
.form-btn-small:hover{
  color: white;
  background-color: #8051A5;
  border: 1px solid #8051A5;
}
/*////// PARTS /////*/

.sec-ttl{
  text-align: center;
  font-size: 26px;
  line-height: 28px;
  margin-bottom: 28px;
}
.page-template-page-home .sec-ttl{
  margin-bottom: 40px;
}
.sec-ttl .deco{
  width: 22px;
  height: 26px;
  line-height: 26px;
  display: inline-block;
  background-position: center center;
  background-repeat: no-repeat;
  -moz-background-size: 20px auto;
  -o-background-size: 20px auto;
  -webkit-background-size: 20px auto;
  background-size: 20px auto;
  vertical-align: top;
  margin-top: 2px;
  margin-right: 13px;
  background-image: url("../img/common/ttl_deco_l.png");
  display: none!important;
}
.sec-ttl .deco:last-child{
  margin-left: 13px;
  margin-right: 0px;
  background-image: url("../img/common/ttl_deco_r.png");  
}
@media only screen and (max-width:374px) {
  .sec-ttl .deco{
    display: none;
  }
}
@media only screen and (max-width:424px) {
  .sec-ttl{
    font-size: 23px;
  }
}

.sec-ttl p small{
  display: block;
  font-size: 16px;
  line-height: 14px;
}
.sec-ttl p{
  display: inline-block;
}

.hoverActive .hover-zoom-wrap .hover-zoom-img{
    -webkit-transform: scale(1);
    transform: scale(1);
    -moz-transition:all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.hoverActive:hover .hover-zoom-wrap .hover-zoom-img{
    /*-webkit-transform: scale(1.2);
    transform: scale(1.2);  */
}
.warning-gray{
  background-color: #F0F0F0;
  padding: 5px 20px;
  position: fixed;
  z-index: 890;
  top: 0;
  width: 100%;
  box-sizing: border-box;
}
.expand-conts-wrap{
  position: relative;
}
.expand-conts {
  visibility: hidden;
  display: none;
  opacity: 0;
}
.expand-conts.show {
  position: relative;
  display: block!important;
}
.expand-conts.ready {
  height: auto!important;
    visibility:visible;
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
}
.more-txt .ans-wrap{
  overflow: hidden;
}
.more-txt .ans-wrap .ans-wrap-target{
  display: block;
    overflow: hidden;
}
.more-txt .ans-wrap .ans-wrap-target.opened{
  display: inline;
  overflow: visible;
}
.more-txt .ans-wrap .more-btn{
  margin-left: 5px;
}
.more-txt .ans-wrap .more-btn:after {
    content: ".";
    height: 0;
    display: block;
    clear: both;
    visibility: hidden;
}
.sub-header{
  position: fixed;
  width: 100%;
  top:-50px;
  left: 0px;
  /* padding-left: 250px; */
  background-color: #4A017D;
  z-index: 30;
  box-sizing: border-box;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.sub-header .p-inner{
  padding: 0 20px;
  background-color: #4A017D;
  border-bottom: 0px dotted #DEDEDE;
}
.sub-header a{
  color: white;
  text-decoration: none;
}
.sub-header .divider{
  height: 14px;
  width: 1px;
  background: white;
  display: block;
  margin: 13px 20px;
}
.sub-header a:hover{
  color: white;
}
.sub-header #bar-btn{
  margin-right: 40px;
}
.sub-header .eventsbar{
  line-height: 40px;
}
.sub-header #bar-btn,
.sub-header .bar-btn dl{
  position: relative;
}
.sub-header #bar-btn dd{
  background: white;
  padding: 0 20px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.sub-header #bar-btn dd a{
  color: #1b1b1b;
}
.sub-header #bar-btn dd a i{
  margin-left: auto;
}

.sub-header .circle-plus{
  margin-left: 15px;
  margin-top: -2px;
}
.sub-header .circle-plus .circle .vertical,
.sub-header .circle-plus .circle .horizontal{
  background-color: white;
}
.sub-header .p-inner a.login img{
  width: 17px;
  margin-right: 15px;
  margin-top: 12px;
}
.sub-header .utilities{
  margin-left: auto;
}
.sub-header .utilities i{
  margin-left: 15px;
}
.line-txt{
  margin-bottom: 10px;
}
.line-txt p{
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
}
.line-txt .line-left,
.line-txt .line-right{
    display: inline-block;
    border-bottom: solid 1px #898989;
    width: 40px;
    margin-top: 6px;
    vertical-align: text-top;
}
.filter-btn-wrap{
  margin: 0 auto 20px;
}
.filter-btn-wrap.btn-two{
  width: 100%;
  display: block;
}
.filter-btn-wrap.btn-two a{
  display: block;
  margin: 0 auto 20px;
}
.filter-btn-wrap.btn-two a:last-child{
  margin: 0 auto;
}
.filter-btn-wrap.btn-two-stop a.type02{
  width: 230px;
  margin: 0 auto 30px;
}

.btn-wrap.btn-two a:first-child{
  margin:0 auto 30px;
}
.note-txt .form{
  margin: 40px auto 0;
  max-width: 400px;
}

section .inner .max-w-1.note-txt,
.note-txt{
  padding: 20px;
  margin: 0 auto 40px;
  box-sizing: border-box;
  border: 1px dotted #bcbcbc;
  background-color: #fcfcfc;
  text-align: center;
}
section .inner .note-txt-active.max-w-1,
.popup-item .note-txt-active.max-w-1{
  padding: 20px;
  margin: 40px auto 20px;
  box-sizing: border-box;
  border: 0px dotted #bcbcbc;
  background-color: #e6e6e6;
  text-align: center;
}
section .inner .note-txt-active.max-w-1.type02,
.popup-item .note-txt-active.max-w-1.type02{
  border: 1px dotted #bcbcbc;
  background-color: white;
  text-align: center;
}
section .inner .note-txt-active.max-w-1.type03,
.popup-item .note-txt-active.max-w-1.type03{
  border: 1px dotted #E32124;
  background-color: #FAFAFA;
  text-align: center;
  padding: 0;
}
section .inner .note-txt-active.max-w-1.type03 p{
  padding: 8px;
}
section .inner .note-txt-active.max-w-1.type03 .note-tx-ttl,
.popup-item .note-txt-active.max-w-1.type03 .note-tx-ttl{
  background-color: #E32124;
  line-height: 22px;
}
section .inner .note-txt-active.max-w-1.type03.narrow-m,
.popup-item .note-txt-active.max-w-1.type03.narrow-m{
  margin:20px auto;
}
.popup-item .note-txt-active.max-w-1.type02 p:last-child{
  margin-bottom: 0;
}


.note-txt-confirm.type02{
  padding: 20px;
  margin: 40px auto 20px;
  box-sizing: border-box;
  text-align: center;
  border: 1px dotted #bcbcbc;
  background-color: white;
  text-align: center;
}
.note-txt-confirm.type02 p{
  margin-bottom: 0;
}
section.courses-list .inner .note-txt-active.max-w-1,
section.all-class-list .inner .note-txt-active.max-w-1{
  max-width: 80%;
  margin: 40px auto;
  display: none;
}
section.all-class-list.course-enrol .inner .note-txt-active.max-w-1{
  display: block;
  max-width: 100%;
}
section.courses-list .inner .note-txt-active.max-w-1.active,
section.all-class-list .inner .note-txt-active.max-w-1.active{
  display: block;
}
section .inner .note-txt-active.max-w-1.type02 p:last-child,
.zh section .inner .note-txt-active.max-w-1.type02 p:last-child{
  margin-bottom: 0;
}
@media only screen and (min-width: 370px) {
  .filter-btn-wrap.btn-two{
    width: 340px;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
  }
  .filter-btn-wrap.btn-two a{
    display: block;
    margin: 0 auto;
  }  
}
@media only screen and (min-width: 768px) {
  .major-btn{
    margin:70px auto 50px;
  }
  .filter-btn-wrap{
    margin: 0 auto 40px;
  }
}
@media only screen and (min-width: 980px) {
  .sec-ttl{
    font-size: 33px;
    margin-bottom: 45px;
  }
  .text_area .sec-ttl{
    margin-bottom: 30px;
  }
  .text_area .img-grid{
    margin-top: 40px;
  }
  .sec-ttl p small{
    font-size: 18px;
    margin-bottom: 5px;
  }
  .sub-header{
    top: 0;
  }
  .sub-header .p-inner{
    height: 40px;
    line-height: 40px;
  }
  .sub-header .p-inner a,
  .sub-header .p-inner p{
    line-height: 40px;
  }
  .sub-header .p-inner p.loyalty-points-target-wrap{
     display: inline-block;
    /*margin-left: 12px;*/
  }
  .warning-gray{
    z-index: 20;
    position: relative;
  }
}
/*////// DECO /////*/
.item-brd-btm{
  border-bottom: 1px dotted #DEDEDE;
}
.bdr-box{}
.bdr-box .bdr-item:first-child{
  border-top: 1px dotted white;
}
.bdr-box .bdr-item{
  border-bottom: 1px dotted white;  
}
/*////// NEWS /////*/
.news .item{
  margin-bottom: 35px;
}
.news .item .meta span{
  display: inline-block;
}
.news .item .meta{
  margin-bottom: 10px;
}
.news .item .cat{
  line-height: 24px;
  background-color: #1B1B1B;
  padding: 0 15px;
  margin-right: 10px;
}
/*////// PROGRAMS /////*/
.programs{}
.programs .img-wrap{
  margin:0 auto 10px;
}
.programs .img-wrap img{
  width: 50%;
  max-width: 200px;
  display: block;
  margin: 0 auto;
}
.programs .item .program-main-conts{
  padding-bottom: 40px;

}
.programs .btn-tri{
  margin: 25px auto 0;
}
.programs dd{
  margin-top: 25px;
}
@media only screen and (min-width: 768px) {

}
/*////// HOME /////*/
.page-template-page-home{

}
.page-template-page-home .courses .btn-pri:first-of-type,
.courses .btn-top-btm.btn-pri{
  margin:0 auto 30px;
}
.page-template-page-home .programs .item{
 /* max-width: 50%;*/
}
/*////// ABOUT /////*/
#bottom-visual{
  position: relative;
  background-repeat: no-repeat;
  height: 190px;
  width: 100%;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-image: url("/assets/img/dummy/visual_about.jpg");
}
#bottom-visual .inner{
  text-align: center;
  height: 190px;
  background-color: transparent;
}
#bottom-visual.no-visual,
#bottom-visual.no-visual .inner,
.dark-bread #bottom-visual,
.dark-bread #bottom-visual .inner{
  height: auto;
  background-image: none;
}
.dark-bread #breadcrumbs .inner ul li,
.dark-bread #breadcrumbs .inner ul li a,
.no-visual #breadcrumbs .inner ul li,
.page-template-page-courses #breadcrumbs .inner ul li,
.page-template-page-courses #breadcrumbs .inner ul li a{
  color: #1b1b1b;
}
.hide-bread #breadcrumbs{
  display: none;
}
.page-template-page-about #bottom-visual{
  background-image: url("/assets/img/dummy/visual_about.jpg");
}
.page-template-page-about .year{
  margin-bottom: 5px;
}
.about01 .img-grid{
  margin-top: 40px;
}
.about02 .flex.ratio01 .item.item01,
.achievement-list .flex.ratio01 .item.item01,
.about03 .flex.ratio01 .item.item01,
.educator .flex.ratio01 .item.item01{
  width: 120px;
  max-width: 120px;
}
.educator .flex.ratio01 .item.item01 img{
  border-radius: 100%;
}
.achievement-list .flex.ratio01 .item.item02,
.about02 .flex.ratio01 .item.item02,
.educator .flex.ratio01 .item.item02,
.about03 .flex.ratio01 .item.item02{
  width: calc(100% - 140px);
}
.achievement-list .flex.ratio02 .item,
.about02 .flex.ratio02 .item{
  margin-bottom:10px;
}
.about03 .btn-tri,
.margin-adjust.btn-tri{
  margin-top: 30px;
}
.achievements .flex.ratio01 .item img{
  border-radius: 100%;
}
.text_area .btn-pri,
.achievements .btn-pri,
.milestone .btn-pri{
  margin-top: 30px;
}
.btm-layout p,
.btm-layout ul{
  margin-bottom: 20px;
}
.btm-layout .item{
  margin-bottom: 20px;
  box-sizing: border-box;
}
.btm-layout .item:nth-child(odd){
  padding-right: 10px;
}
.btm-layout .item:nth-child(even){
  padding-left: 10px;
}
.promotions.btm-layout .item:nth-child(odd){
  padding-right: 0px;
}
.promotions.btm-layout .item:nth-child(even){
  padding-left: 0px;
}

.btm-layout .item:nth-child(odd){
  padding-right: 10px;
}
.btm-layout .item:nth-child(even){
  padding-left: 10px;
}

.btm-layout .col03 .item:nth-child(odd),
.btm-layout .col03 .item:nth-child(even){
  padding-right: 10px;
  padding-left: 10px;
}

.margin-wrap{
  margin-bottom: 40px;
}

@media only screen and (min-width: 768px) {
  .page-template-page-home .programs .item{
    max-width: 50%;
  }
  .promotions.btm-layout .item:nth-child(odd){
    padding-right: 10px;
  }
  .promotions.btm-layout .item:nth-child(even){
    padding-left: 10px;
  }
  
}

@media only screen and (min-width: 980px) {
  #bottom-visual{
    height: 240px;
  }
  #bottom-visual .inner{
    height: 240px;
  }
  .page-template-page-about #bottom-visual{
    background-image: url("/assets/img/dummy/visual_about_desk.jpg");
  }
  .achievement-list .flex.ratio02 .item span,
  .about02 .flex.ratio02 .item span{
    display: block;
  }

}

/*////// CORPORATE EVENTS /////*/

.page-template-page-corporate-events #bottom-visual{
  background-image: url("/assets/img/dummy/visual_events.jpg");
}
.events-intro .img-grid{
  margin: 40px auto 0;
}
/*////// COURSE DETAILS /////*/
section.course-list .p-inner .max-w-1{
  margin-left: -20px;
  margin-right: -20px;
}
.course-details-wrap .p-inner{
  padding: 20px;
}

#course-visual .inner,
.course-details-wrap .inner{
  border-top: 0;
  border-bottom: 0;
}
.course-details-wrap .inner img{
  max-width: 100%;
}
#course-visual .img-wrap{
  max-height: 200px;
}
.course-details-wrap .conts-wrap{
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px dotted #DEDEDE;
  border-bottom: 1px dotted #DEDEDE;
}
.course-details-wrap .conts-wrap .detail-lead{
  margin-bottom: 25px;
}
.course-details-wrap .conts-wrap ul li{
  list-style: disc;
  margin-left: 15px;
}
.classes-details-wrap .p-inner{
  padding: 30px 20px;
}
.classes-details-wrap .sec-ttl,
.classes-details-wrap .step-txt{
  margin-bottom: 20px;
}

.classes-details-wrap .login-temp-remove-target{
  margin-bottom: 20px;  
}
.classes-details-wrap .classes-details{
  margin: 20px auto 40px;
  box-sizing: border-box;
  padding: 15px;
  border-radius: 4px;
  background: #fff;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.16);  
}
.classes-details-wrap .classes-details:hover{
  box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.32);  
}
.classes-details-wrap .classes-details .classes-conts{
  border-top: 1px dotted #DEDEDE;
/*  border-bottom: 1px dotted #DEDEDE;*/
/*  padding-top: 10px;
  padding-bottom: 10px;  */
}
.classes-details-wrap .classes-details .status{
  width: 30px;
  text-align: center;
  margin-right: 10px;
  line-height: 20px;
}
.classes-details-wrap .classes-details .status.cat01{
  background-color: #1B1B1B;
}
.classes-details-wrap .classes-details .status.cat02{
  background-color: #E32124;
}
.classes-details-wrap .classes-details .status.cat03{
  background-color: #237D26;
}
.classes-details-wrap .classes-details .eventsbar{
  margin-bottom: 0px;
 
}
.classes-details-wrap .classes-details .eventsbar p.item{
  margin-bottom: 0;
}
.classes-details-wrap .classes-details .eventsbar a{
  color: #1b1b1b;
  padding-top: 10px;
  padding-bottom: 10px;
}
.classes-details-wrap .classes-details .function-box{
  margin-left: auto;
}
.classes-details-wrap .classes-details .circle-plus{
  background-color: #F8A523;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  margin-left: 7px;
  margin-right: 0;
}
.classes-details-wrap .classes-details .circle-plus .circle .horizontal,
.classes-details-wrap .classes-details .circle-plus .circle .vertical{
  background-color: white;
}
.classes-details-wrap .classes-details .classes-conts:last-child{
  border-bottom: 1px dotted #DEDEDE;
}
.classes-details-wrap .classes-conts .eventsbar:hover{
  background-color: #F9F9F9;
}
.classes-details-wrap .classes-details .classes-conts dd{
}

.classes-details-wrap .classes-details .classes-conts .class-info-wrap .class-spec-info{
  padding-top: 10px;
  background-color: white;
  border-top: 1px dotted #DEDEDE;
}

.classes-details-wrap .classes-details .classes-conts .class-info{
  margin-bottom: 20px;
}
.classes-details-wrap .classes-details .classes-conts .class-info:nth-child(odd){
  padding-right: 10px;
  box-sizing:border-box;
}

.classes-details-wrap .classes-details .classes-conts .class-info:last-child{
  margin-bottom: 10px;
}
.classes-details-wrap .classes-details .classes-conts .class-info i{
  margin-right: 7px;
}
.classes-details-wrap .classes-details .class-info-wrap .btn-sec{
  margin:8px auto 20px;
}
.classes-details-wrap .classes-details .class-info-wrap .btn-sec.btn-waiting{
  margin: 8px auto 10px;
}
.classes-details-wrap .classes-details .class-info-wrap .btn-sec.hide-after-login.inactive{
  display: none;
}
.classes-details-wrap .classes-details .class-info-wrap .btn-sec.show-after-login{
  display: none;
}
.classes-details-wrap .classes-details .class-info-wrap .not-avil-note{
  margin: 0 auto 20px;
}
.classes-details-wrap .classes-details .btn-sec{
  margin:20px auto 0;
}
.classes-details-wrap .note-txt{
      padding: 40px 40px 20px;
}

.classes-details-wrap.all-class-list .small-ttl{
  margin-bottom: 20px;
}
.classes-details-wrap.all-class-list .small-ttl a{
  display: block; 
}
.classes-details-wrap.all-class-list .small-ttl .cat-icon{
  width: 50px;
  display: block;
  margin:0 auto 10px;
}
.classes-details-wrap.all-class-list .small-ttl.align-lef-ttl  .cat-icon{
  margin: 0 20px 0 0;
}
.classes-details-wrap.all-class-list .pre-ttl{
  margin: 0 0 10px;
}
.classes-details-wrap.all-class-list .filter-btn-wrap{
  margin: 20px auto 20px;
}
.classes-details-wrap .classes-details .memo-reminder{
  font-style: italic;
  margin-top: 15px;
}
.classes-details-wrap .classes-details .add-remove-form .remove-btn .circle-plus{
  background-color: #e6e6e6;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  margin-left: 7px;
  margin-right: 0;
}
.classes-details-wrap .classes-details .add-remove-form .loading{
  height: 0;
}
.classes-details-wrap .classes-details .add-remove-form .remove-btn .circle-plus.enabled{
  background-color: #898989;
}
.classes-details-wrap .classes-details .add-remove-form .remove-btn .circle-plus:hover{
  cursor: not-allowed;
}
.classes-details-wrap .classes-details .add-remove-form .remove-btn .circle-plus.enabled:hover{
  cursor: pointer;
  opacity: 0.6;
}
.classes-details-wrap .classes-details .add-remove-form .add-btn .circle-plus{
  display: inline-block;
  vertical-align: top;
  margin-right: 8px;
}
.classes-details-wrap .classes-details .add-remove-form .add-btn p{
  display: inline-block;
  color: #1b1b1b;
}
.classes-details-wrap .note-txt,
.review-wrap .note-txt,
.courses-list .note-txt{
  display: none;
}
 .review-wrap .note-txt.active{
  margin: 40px auto;
 }
.classes-details-wrap .note-txt.active,
.review-wrap .note-txt.active,
.courses-list .note-txt.active{
  display: block;
}
.add-remove-form .pc-flex{
  padding-top: 20px;
  padding-bottom: 0px;
  border-top: 1px dotted #898989;
}
.add-remove-form .pc-flex:first-child{
  border-top: 0;
}
.add-remove-form dl{
  position: relative;
}
.add-remove-form .add-btn{
  border-top: 1px dotted #898989;
  padding-top: 20px;
}
.add-remove-form .pc-flex.wide-col03 .remove-btn{
  width: 30px;
  padding-right: 0;
  position: absolute;
  right: 0;
  top: 15px;
}
.add-remove-form .pc-flex.wide-col03 dd{
  padding-right: 40px;
}
.add-remove-form .pc-flex.wide-col03 .remove-btn{
    top: 50%;
    margin-top: -11px;
}
.add-remove-form .btm-btn{
  color: #1b1b1b;
  margin-bottom: 20px;
}
.add-remove-form .btm-btn:hover{
  color: #1b1b1b;
}
.form .step-tab .add-remove-form .btn-pri,
.add-remove-form .btn-pri{
  margin: 30px auto 20px;
}
@media only screen and (max-width:374px) {
  .classes-details-wrap .classes-details .eventsbar p.item{
    font-size: 11px;
  }
  .classes-details-wrap .classes-details .function-box p{
    font-size: 11px;
  }
  .classes-details-wrap .classes-details .status{
    margin-right: 5px;
  }
}
@media only screen and (min-width:375px) {
  .classes-details-wrap .classes-details .status{
    width: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .add-remove-form dl{
    height: auto!important;
  }
}
@media only screen and (min-width: 768px) {
  .add-remove-form .pc-flex.wide-col03 dd{
    flex:1 0 20%;
    padding-right: 15px;
  }
  .add-remove-form .pc-flex{
    padding-top: 0px;
    padding-bottom: 0px;
    border-top: 0px dotted #898989;
    border-bottom: 0px dotted #898989;
  }
  .add-remove-form .add-btn{
    margin-top: 0px;
  }
  .add-remove-form .pc-flex.wide-col03 dd:last-of-type{
    padding-right: 30px;
  }
  .add-remove-form .pc-flex.wide-col03 .remove-btn{
    top: 15px;
    margin-top: 0px;
  }
}
@media only screen and (min-width: 768px) {
  #course-visual{
    margin-top: 40px;
  }
}
@media only screen and (min-width: 980px) {
  #course-visual{
    margin-top: 40px;
  }
  .classes-details-wrap.all-class-list .sec-ttl{
    margin-top: 30px;
  }
  .classes-details-wrap.all-class-list .small-ttl a{

  }
  .classes-details-wrap .classes-details{
    padding: 20px;
  }
  
}
/*////// LOGIN /////*/
#login-box .sec-link{
  text-decoration: none;
}
#login-box .sec-ttl{
  margin-bottom: 10px;
}
.page-template-page-login .form button,
.page-template-page-login .form [type="submit"],
#login-box .form button,
#login-box .form [type="submit"]{
  margin: 20px auto;
}
.popup-item .f-italic{
  
}
.sign-up p,
#login-box.popup-item p{
  margin-bottom: 0px;
}
.popup-item#login-box .required-txt,
.page-template-page-login .required-txt{
  margin-bottom: 10px;
}
/*////// TESTIMONIALS /////*/
.testimonials{}
.testimonials .top-box{
  margin-bottom: 30px;
}
.testimonials .item{
  margin-bottom: 35px;
}
.testimonials .item.item01 img{
  border-radius: 100%;
}
/*////// MEDIA /////*/
.media .items-wrapS2 .item .conts{
    border-bottom: 1px dotted #DEDEDE;  
}
.media .items-wrapS2 .item .main-conts{
  padding: 25px 17px 80px;
  text-align: center; 
}
.media .items-wrapS2 .item .main-conts a{
}
.media .items-wrapS2 .item .main-conts i{
  color: #4A017D;
  margin-right: 10px;
}
.media-detail .sec-ttl01{
  margin-bottom: 10px;
}

.media-detail .article-ttl{
  margin-bottom: 30px;
}
.media-detail .article-ttl .p-icon{
  color: #4A017D;
  margin-right: 10px;
}
.media-detail .main-img{
  margin-bottom: 20px;
}
.media-detail .article-conts .article-main-ttl{
  margin-bottom: 20px;
}
.media-detail .article-conts p{
  margin-bottom: 20px;
}
.iframe-container {
  overflow: hidden;
  margin: 0 auto 30px;
  display: block;
  max-width: 90%;
  padding-top: 56.25%;
  position: relative;
}

.iframe-container iframe {
   border: 0;
   height: 100%;
   left: 0;
   position: absolute;
   top: 0;
   width: 100%;
}
.empty{
  width: 100%;
  border: 1px dotted #DEDEDE;
}
.empty p{
  margin-top: 80px;
  margin-bottom: 80px;
}
/*////// FAQ /////*/
.faq a{
  color: #1b1b1b;
}
.faq .conts-wrap{
  border-top: 1px dotted #DEDEDE; 
}
.faq span{
  width: calc(100% - 50px);
}
.faq dl{
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #DEDEDE; 
}
.faq dl dd{
  padding-top: 20px;
}
.faq dl dd p{
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .faq span{
    width: calc(100% - 200px);
  }  
}
.btm-txt{
  margin-top: 50px;
  margin-bottom: 50px;
}
.btm-txt a{
  color: white;
}
/*////// MEMBERSHIP BENEFITS /////*/
.benefits .img-wrap{
  margin-bottom: 15px;
  border: 1px solid #DEDEDE;
}
.benefits .margin-adj{
  margin-bottom: 0;
}
.membership-benefits .item a{
  color: #1b1b1b;
}
.reward-scheme .img-wrap{
  max-width: 160px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 15px;
}

.reward-scheme .item{
  position: relative;
  width: 300px;
  margin: 0 auto 40px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 40px;
}
.reward-scheme p{
  line-height: 27px;
}
.reward-scheme .btm-deco{
  max-width: 200px;
  width: 200px;
  margin-left: -100px;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-bottom: 0;
}
.benefits-how .img-wrap{
  width: 130px;
  margin-left: auto;
  margin-right: auto;
}
.benefits-how p{
  background-image: url("../img/aswec-club/reward_bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  -moz-background-size: auto 135px;
  -o-background-size: auto 135px;
  -webkit-background-size: auto 135px;
  background-size: auto 135px;  
  padding-top: 40px;
  padding-bottom: 40px;
}

.benefits-how .btn-pri{
  margin: 30px auto;
}
@media only screen and (min-width: 768px) {
  .reward-scheme .item{
    width: 33%;
    box-sizing: border-box;
  }
  .benefits-how .img-wrap{
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 1100px) {
  section .inner .max-w-1.reward-scheme{
    max-width: 770px;
  }
  .reward-scheme .flex.wideCol03 .item{
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 40px;
  }  
}
/*////// CONTACT US /////*/
.contact a.obtn{
  display: inline-block;
}

.contact .item{
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dotted #8c8c8c;
}
.contact .child-item i{
  margin-right: 10px;
}
.contact .child-item p{
  margin-bottom: 10px;
}
.contact .child-item p.margin-adj{
  margin-bottom: 0;
}
.contact .map-btn{
  margin-left: 5px;
}
.contact .gray-btn{
  color: #898989!important;
}
.contact .gray-btn a{
 color: #898989!important; 
}
/*////// THANK YOU /////*/
.thank-you.conts-wrap{
  padding-top: 30px;
}
.thank-you .img-wrap{
  max-width: 160px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 40px;
}
.thank-you .sec-ttl01{
  margin-bottom: 20px;
}
.thank-you .btn-pri{
  margin: 40px auto;
}
/*////// PLAIN TEXT /////*/
.plain-text{
  text-align: left;
}
.plain-text .sub-sec-ttl{
  margin-bottom: 5px;
}
/*////// UTILITIES FORM /////*/
.ut-form{}

.ut-form .sub-ttl{
  margin-bottom: 0;
}
.ut-form .beverage-choice{
  text-transform: lowercase;
}
.step-form{
  position: relative;
  height: 100%;
}
.step-tab{
  display: none;
  opacity: 0;
}
.step-tab.loading{
  display: block;
  opacity: 0.5;
}
.step-tab.email-not-valid input:not(.email-check-field){
  display: block;
  opacity: 0.5;
}
.step-tab.email-not-valid .others-txt-field{
  display: none!important;
}
.form.loading{
  display: block;
  opacity: 0.5;
}
.step-tab.ready{
  display: block;
}
.step-tab.active{
  display: block;
  opacity: 1;
}
.step-tab .step-form{
  position: absolute;
  top: 0;
  left: 0;
}
.form .step-tab .btn-pri{
  margin: 30px auto 0;
}
.step-tab .blank-btn{
  margin: 20px auto;
}
.step-tab .clear-appended{
  display: block;
}
.ut-form .btn-pri{
  margin:20px auto 0;
}
.ut-form .wine-sector-wrap{
  display: none;
}
.ut-form .others-txt-field{
  display: none;
  opacity: 0;
}
.ut-form .others-txt-field.active{
  display: block;
}
.ut-form .auto-scroll-box{
  height: 265px;
  border: 1px solid #BCBCBC;
  overflow: scroll;
  padding: 20px;
  box-sizing: border-box;
  /*margin:0 auto 5px;*/
  margin:0 auto 25px;
}
.others-txt-field.margin-adj{
  margin-top: 20px;
}
/*////// POPUP ITEM /////*/
.popup-item{
  background-color: white;
  padding: 30px 20px;
  text-align: left;
  color: #1b1b1b;
}
.popup-item .fancybox-close-small{
  padding: 10px 20px 10px 10px;
}
.popup-item .fancybox-close-small svg{
  visibility: hidden;
}
.popup-item.popStyle04 .btn-pri{
  padding-top: 0;
  padding-bottom: 0;
  margin: 30px auto;
}
.fancybox-button--zoom{
  display: none!important;
}
.fancybox-progress{
  background-color: #F8A523;
  height: 3px;
}
.popup-item .fancybox-close-small:after{
  font-family: FontAwesome;
    content: '\f00d';
    position: absolute;
    top: 12px;
    left: 12px;
    font-size: 18px;
    color: #898989;
    transition: all .2s;
    vertical-align: top;

}
.popup-item .fancybox-close-small:hover{
  opacity: 0.5;
}

.fancybox-slide--html .popup-item .fancybox-close-small{
  position: fixed;
}
.popup-item .fancybox-button svg path{
  color: #1b1b1b;
}
.popup-item .fancybox-slide--html .fancybox-close-small:hover{
  opacity: 0.5;
}
.popup-item .popup-ttl{
  margin-bottom: 30px;
}
.utilities-page p,
.popup-item p{
  margin-bottom: 20px;
}
.popup-item .logo-wrap,
.utilities-page .logo-wrap{
  width: 90px;
  margin: 0 auto 20px;
  display: block;
}
.popup-item.popStyle01{
  max-width: 500px;  
}
.popup-item.popStyle02{
  text-align: center;
  max-width: 500px;
  height: auto;
  padding-top: 60px;
}
.popup-item .btm-btn{
  margin-top: 30px;
  text-decoration: none;
}
.popup-item .btn-pri{
  text-decoration: none;
}
.popup-item .btm-btn:hover{
  color: #1b1b1b;
}
.fancybox-slide--html .popup-item.popStyle01 .fancybox-close-small,
.fancybox-slide--html .popup-item.popStyle02 .fancybox-close-small,
.fancybox-slide--html .popup-item.popStyle03 .fancybox-close-small,
.fancybox-slide--html .popup-item.popStyle04 .fancybox-close-small,
.fancybox-slide--html .popup-item.popStyle05 .fancybox-close-small{
  position: absolute;
}
.popup-item.popStyle03{
  text-align: center;
  max-width: 500px;
  width: 80%;
  min-width: 300px;
  height: auto;
  padding-top: 5px;
  /*padding-top: 60px;*/
  padding-bottom: 30px;
}
#media-filter-box.popup-item.popStyle03{
  text-align: left;
}

#lang-box-popup.popup-item.popStyle03,
#welcome-popup.popup-item.popStyle03{
  padding-top: 30px;
}
.popup-item.popStyle03 a,
.popup-item.popStyle04 a{
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
}
.popup-item.popStyle04 a.form-btn-small{
  padding-top: 0;
  padding-bottom: 0;
}
.popup-item.popStyle03 a.btn-pri{
  padding-top: 0px;
  padding-bottom: 0px;  
}
#welcome-popup.popup-item a.btn-pri{
  margin-top: 30px;
}
.popup-item.popStyle03 a,
.popup-item.popStyle04 a{

}
.popup-item.popStyle03 p,
.popup-item.popStyle04 p{
  margin-bottom: 0;
}
.popup-item.popStyle03 .p-icon{
  width: 20px;
  color: #4A017D;
  margin-right:10px;
}
.popup-item.popStyle04{
  text-align: center;
  max-width: 500px;
  width: 80%;
  min-width: 300px;
  height: auto;
  padding-top: 2px;
  padding-bottom: 10px;
}
.popup-item.popStyle05{
  text-align: center;
  max-width: 500px;
  width: 100%;
  min-width: 300px;
  height: auto;
  padding-top: 30px;
  padding-bottom: 30px;
}
.popup-item.popStyle05 a,
.popup-item.popStyle05 a:hover{
  text-decoration: none;
}
.popup-item.popStyle05.classes-details-wrap .classes-details{
  margin:0 auto;
  text-align: left;
  box-shadow:1px 1px 6px rgba(0, 0, 0, 0);
  padding: 0;
}
.popup-item.popStyle05.classes-details-wrap .classes-details p{
  margin-bottom: 0;
}
.popup-item.popStyle05.classes-details-wrap .classes-details .discount-wrap p{
  margin-bottom: 10px;
}
.popup-item.popStyle05 .body-btn-warp,
.step02-price{
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: left;
  border-bottom: 1px dotted #DEDEDE;
}
.step02-price:first-child{
  border-top: 1px dotted #DEDEDE;
}

.popup-item.popStyle05 .body-btn-warp p,
.step02-price p{
  margin-bottom: 5px;
}
.popup-item.popStyle05 .body-btn-warp p.bdr-top{
  margin-top: 10px;
  padding-top: 15px;
  border-top: 1px dotted #DEDEDE;
}
.step02-price p.narrow-txt{
  margin-bottom: 0;
}
.popup-item.popStyle05 .body-btn-warp p .price-ttl,
.step02-price p .price-ttl{
  width: 110px;
  margin-right: 0;
  display: inline-block;
}
.popup-item.popStyle05 .body-btn-warp .mid-box p .price-ttl.long,
.step02-price p .price-ttl.long{
  width: 155px;
}
.step02-price p.narrow-txt .discount-display-target,
.step02-price p .price-ttl .discount-display-target{
  display: block;
  margin-bottom: 5px;
  color: #898989;
  font-size: 12px;
}
.step02-price p.narrow-txt .discount-display-target .comma,
.step02-price p .price-ttl .discount-display-target .comma{
  margin: 0;
  padding: 0;
}
.step02-price p.narrow-txt .discount-display-target .comma ~ .comma:not(:empty):before,
.step02-price p .price-ttl .discount-display-target .comma ~ .comma:not(:empty):before {
    content: ", ";
}
.step02-price .flex .wide-202205{
  width: 68%;
}
.step02-price .flex .narrow-202205{
  width: 32%;
}
@media only screen and (min-width: 768px) {
  .step02-price .flex .wide-202205{
    width: 80%;
  }
  .step02-price .flex .narrow-202205{
    width: 20%;
  } 
}
.popup-item.popStyle05 .body-btn-warp p small,
.step02-price p small{
  margin-right: 4px;
}
.step02-price p .dollar-wrap.inactive,
.step02-price p .percent-wrap{
  display: none;
}
.step02-price p .dollar-wrap{
  display: inline-block;
}
.step02-price p .dollar-wrap.active,
.step02-price p .percent-wrap.active{
  display: inline-block;
}
.popup-item.popStyle05 .body-btn-warp .price-tag,
.step02-price .price-tag{
  margin-left: auto;
  width: calc(100% - 110px);
  text-align: right;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.popup-item.popStyle05 .body-btn-warp .price-tag.short,
.step02-price .price-tag.short{
  width: calc(100% - 160px);
}
.popup-item.popStyle05 .body-btn-warp .total,
.step02-price .total{
  margin-top: 30px;
  margin-bottom: 20px;
}
.step02-price .sub-ttl{
  margin-bottom: 10px;
}
.popup-item.popStyle05 .body-btn-warp .btm-box,
.step02-price .btm-box{
  padding-top: 20px;
  border-top: 1px solid #DEDEDE;
}
.popup-item.popStyle05 .body-btn-warp .btm-box .btm-box-conts{
  margin-bottom: 20px;
}
.popup-item.popStyle05 .body-btn-warp .btm-box .btm-box-conts:last-of-type{
  margin-bottom: 0;
}
.popup-item.popStyle05 .body-btn-warp .btm-box .btm-box-ttl{
  margin-bottom: 20px;
}
.popup-item.popStyle05 .btn-pri{
  margin: 30px auto;
}
.popup-item .fa-weixin{
  margin-left: 8px;
  color: #09B83E;
}
.popup-item#weChat-pop .img-wrap{
  margin-bottom: 14px;
  max-width: 280px;
}
.explain-wrap .sub-ttl{
  display: inline-block;
  margin-right: 0px
}
.explain-wrap{
  position: relative;
}
.explain-wrap .explain{
  display: inline-block;
  position: relative;
}
.explain-wrap .explain .icon{
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
}
.explain-wrap .explain .icon span{
  width: 20px;
  height: 20px;
  line-height: 20px;
  margin-top: 10px;
  color: #BCBCBC;
  border:1px solid #BCBCBC;
  border-radius: 100%;
  display: inline-block;
}
.explain-wrap .explain .q-tip.active{
  display: block;
}
.explain-wrap .explain .q-tip{
  position: absolute;
  bottom: 50px;
  width: 200px;
  background-color: #e6e6e6;
  left: -85px;
  padding: 10px;
  box-sizing:border-box;
  display: none;
  z-index: 999;
}
.explain-wrap .explain .tri{
  position: absolute;
  bottom: -15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 15px;
  border-color: #e6e6e6 transparent transparent transparent;
  left: 50%;
  margin-left: -10.5px;
}


.popup-item .back-to-all{
  display: block;
  text-align: left;
  width: 50%;
}
.popup-item .back-to-all:hover{
  color: #898989;
}
.popup-item .back-to-all i{
  margin-right: 8px;
  margin-top: 1px;
  vertical-align: text-top;
}
.popup-tab-btns{
    border-top: 1px solid #BCBCBC;
    margin-left: -20px;
    margin-right: -20px;
    border-bottom: 1px solid #BCBCBC;
}
.popup-item.popStyle04 .popup-tab-btns a,
.popup-item.popStyle04 .popup-tab-btns a:hover{
  color: #1b1b1b;
  line-height: 40px;
  text-decoration: none;
}
.popup-item.popStyle04 .popup-tab-btns a:hover,
.popup-item.popStyle04 .popup-tab-btns a.active{
  background-color: #4A017D;
  color: white;
}
.popup-item.popStyle05.classes-details-wrap .sec-ttl{
  margin-bottom: 0px;
}

.popup-tab-wrap{
  position: relative;
}
.popup-tab-wrap .popup-tab{
/*  position: absolute;*/
  width: 100%;
  top: 0;
  display: none;
}
.popup-tab-wrap .popup-tab.active{
  display: block;
}
.popup-tab-wrap .form{
  padding-top: 20px;
}
.popup-tab-wrap #bar-btn{
  border-top: 1px dotted #BCBCBC;
}
.popup-tab-wrap .form form #bar-btn:last-of-type{
  border-bottom: 1px dotted #BCBCBC;  
}
.body-btn-warp #bar-btn a.li-link{
  border-bottom: 0;
  outline: none;
}
.popup-tab-wrap .form dl dd{
  margin-bottom: 0;
  border-top: 1px dotted #BCBCBC;
  padding-top: 10px;
  padding-bottom: 10px;
}
.popup-tab-wrap dl dd span.wpcf7-list-item.narrow-100{
  margin: 15px 0;
}

/*////// MY AWSEC /////*/
.body-btn-warp{
  border-top: 1px dotted #BCBCBC;
}
.body-btn-warp.no-bdr{
  border-top: 0px dotted #BCBCBC;  
}
.body-btn-warp.bdr-btm{
  border-bottom: 1px dotted #BCBCBC;  
}
.body-btn-warp a.li-link,
.body-btn-warp div.li-link{
  color: #1b1b1b;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #BCBCBC;
}
.body-btn-warp a.li-link p,
.body-btn-warp div.li-link p{
  width: calc(100% - 30px);
}
.body-btn-warp .li-item{
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #BCBCBC;
}
.body-btn-warp .li-item p.l-txt{
  max-width: calc(100% - 100px)!important;
}
.body-btn-warp a i,
.body-btn-warp .right-elem{
  margin-left: auto;
}
.body-btn-warp .body-btn-btm-wrap{
  margin: 20px auto 0;
}
.body-btn-warp.detail-wrap p small{
  display: block;
}
.my-awsec-detail .ttl-icon,
.body-btn-warp .ttl-icon{
  margin-right: 10px;
  color: #4A017D;
}
section .p-inner .my-awsec-detail.max-w-2{
  margin: 20px auto 0;
}
section .p-inner.login-form{
  /*margin: 20px auto 0;*/
}
.my-awsec-detail .ttl-icon.fa-clipboard-check,
.body-btn-warp .ttl-icon.fa-clipboard-check{
  color: #F8A523;
}
.body-btn-warp .btn-tri{
  margin: 25px auto;
}
.my-awsec-wrap .btn-pri{
  margin: 30px auto;
}
.my-awsec-detail-ttl{
  margin-bottom: 10px;
}
.my-awsec-detail-ttl .sub-ttl{
  display: block;
  margin-top: 3px;
}
.my-awsec-detail-ttl.bdr-top{
  border-top: 1px dotted #BCBCBC;
  padding-top: 15px;
}
.my-awsec-detail-ttl.bdr-btm{
  border-bottom: 1px dotted #BCBCBC;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.my-awsec-detail .detail-wrap{
  margin-top: 30px;
}
.my-awsec-detail .detail-wrap .obtn{
  display: inline;
}
.my-awsec-detail .detail-wrap .lead-txt{
  margin-bottom: 30px;
}
.my-awsec-detail.other-payments .top-wrap{
  border-bottom: 1px dotted #DEDEDE;
}
section .p-inner .max-w-2.my-awsec-detail.other-payments{
  margin: 0 auto;
}
.my-awsec-detail.other-payments .align-self-item{
  align-self: stretch;
}
.my-awsec-detail.other-payments .unflex-wrap{
  width: 100%;
  margin: 10px auto;
}
.my-awsec-detail.other-payments .unflex-wrap.bottom-pad{
  padding-bottom: 60px;
  position: relative;
  height: 100%;
  box-sizing: border-box;
}
.my-awsec-detail.other-payments .unflex-wrap.bottom-pad .btn-wrap{
  position: absolute;
  bottom: 20px;
}

.my-awsec-detail.other-payments .unflex-wrap .txt{
  font-size: 12px;
  margin-bottom: 10px;
}
.my-awsec-detail.other-payments .item{
  box-sizing:border-box;
  margin: 0 0 20px;
  padding: 0 10px;
}

.my-awsec-detail.other-payments .item.bdr-less-icon{
  border: 0px!important;
  margin-bottom: 0;
}
.my-awsec-detail.other-payments .item:nth-child(odd){
  border-right: 1px dotted #DEDEDE;
}
.my-awsec-detail.other-payments .item.bdr-less{
  border-right: 1px dotted #DEDEDE;
  border-bottom: 0;
}

.my-awsec-detail.other-payments .icon{
  display: block;
  font-size: 60px;
  height: 60px;
  width: 100%;
  text-align: center;
}
.my-awsec-detail.other-payments .icon.icon02-wrap{
  width: 80%;
  margin: 0 auto;
  font-size: 40px;
  padding-top: 10px;
  box-sizing: border-box;
}
.my-awsec-detail.other-payments .icon.icon02-wrap .item{
  padding-left: 0;
  padding-right: 0;
}
.my-awsec-detail.other-payments .icon.payme-icon{
  padding-top: 7.5px;
  padding-bottom: 7.5px;
  box-sizing:border-box;
}

.my-awsec-detail.other-payments .icon .fa-weixin{
  color: #1AAD19;
}
.my-awsec-detail.other-payments .icon .fa-alipay{
  color: #0e9dec;
}
.my-awsec-detail.other-payments .btn-wrap{
  width: 100%;
  display: block;
  margin: 20px auto 0;
}
.my-awsec-detail.other-payments .btn-wrap.margin-t{
  margin: 39px auto 0;
}
.my-awsec-detail.other-payments .btm-wrap{
  padding: 20px 0;
}
.my-awsec-detail.other-payments .btm-wrap .note-txt-active{
  margin: 20px auto 20px;
  padding: 10px;
}
.my-awsec-detail.other-payments .btm-wrap .other-logos{
  width: 120px;
  margin:0 auto 20px;
}
.my-awsec-detail.other-payments .btm-wrap .other-logos.hsbc img{
  width: auto;
  padding-top: 11.5px;
  padding-bottom: 11.5px;
  height: 28px;
}
.my-awsec-detail.other-payments .btm-wrap .other-logos.fps img{
  height: 50px;
  width: auto;
}
.my-awsec-detail.other-payments .qr-code{
  max-width: 200px;
  margin: 0 auto 30px;
}
.step-ttl-other{
  border-top: 1px dotted #DEDEDE;
  border-bottom: 1px dotted #DEDEDE;
  margin: 0 auto 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.remind-icon{
  width: 80px;
  height: 80px;
  margin-right: 30px;
  border: 2px solid #4A017D;
  /*background-color: #4A017D;*/
  border-radius: 100%;
  text-align: center;
  line-height: 80px;
  margin:0 auto;
}
.remind-icon p{
  font-size: 50px;
  line-height: 80px!important;
}
.capature p{
  margin-bottom: 10px;
}
.my-awsec-detail.other-payments .btn-sec,
.my-awsec-detail.other-payments .btn-sec.type02{
  font-size: 12px;
  width: 120px;
}
.my-awsec-detail.other-payments .btm-wrap .reminder-pay.note-txt-active{
  margin: 0 auto 20px;
}

.my-awsec-detail.other-payments .reminder-pay .item{
  text-align: left;
  border: 0!important;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}
.my-awsec-detail.other-payments .reminder-pay .item:first-child{
  width: 90px;
  max-width: 90px;
}
.my-awsec-detail.other-payments .reminder-pay .item:last-child{
  width: calc(100% - 90px);
  margin-left: auto;
  max-width: none;
}
.my-awsec-detail.other-payments .reminder-pay .align-right{
  text-align: right;
}
@media only screen and (min-width: 485px) {
  .my-awsec-detail.other-payments .btn-wrap.margin-t{
    margin: 20px auto 0;
  }
}
@media only screen and (min-width: 768px) {
  .my-awsec-detail.other-payments .icon.icon02-wrap{
    font-size: 60px;
    padding-top: 0px;

  }
  .my-awsec-detail.other-payments .item:nth-child(odd){
    border-right: 1px dotted #DEDEDE;
    border-bottom: 0px dotted #DEDEDE;
  }
  .my-awsec-detail.other-payments .btn-sec,
  .my-awsec-detail.other-payments .btn-sec.type02{
    width: 140px;
    font-size: 14px;
  }
  .my-awsec-detail.other-payments .unflex-wrap .txt{
    font-size: 14px;
    margin-bottom: 10px;
  }
}
/*////// TAGS /////*/
/*.tags-wrap{
  border-bottom: 1px dotted #cccccc;
  border-top: 1px dotted #cccccc;
  width: 90%;
  padding: 0;
  margin: 0 auto 30px;
  box-sizing: border-box;
}
.category .tags-wrap{
  width: 100%;
}
.tags-wrap .major-btn{
  max-width: 100%;
  margin:20px auto;
}
.tags{
}
.tags li.tags-ttl{
  display: inline-block;
  margin:0 10px 0 0;
  background-color: transparent;
  color: black;
}
.tags li,
.tags li.tags-btn{
  background-color: #ecece3;
  display: inline-block;
  margin:0 10px 10px;
}
.tags li{
  background-color: #ecece3;
  color: #a5a169;  
}
.tags li a{
  width: 100%;
  height: 100%;
  display: block;
  padding: 3px 10px 0px;
  background-color: #ecece3;
  color: #a5a169;
  line-height: 24px;
}
.tags li a.here,
.tags li a:hover{
  background-color: #43253b;
  color: white;  
}

.tagsLv02-wrap .tagsLv02 li{
  border: 1px solid #D6D6D6;
  box-sizing: border-box;
  padding: 5px 10px;
  font-size: 12px;
  color: #cccccc;
  font-style: italic;
  display: inline-block;
}
@media only screen and (min-width: 768px) {
}
@media only screen and (min-width: 980px) {

  .tags-wrap{
    margin: 0 auto 60px;
    width: 90%;
    padding: 20px 10px 15px;
  }
  .category .tags-wrap{
    width: 90%;
  }
}*/

/*////// TITLES /////*/
.sec-ttl01{}
.zh .sec-ttl01{
  font-style: normal!important;
}
/*////// LAYOUT /////*/
.items-wrapS2{
    background-position: center center;
}
.items-wrapS2.loading{
/*  background-image: url("../img/common/loader.gif");*/
  background-repeat: no-repeat;
  background-position: center center;
  -moz-background-size: 30px auto;
  -o-background-size: 30px auto;
  -webkit-background-size: 30px auto;
  background-size: 30px auto;
}
.items-wrapS2 .grid-sizer {
    width: 100%;
}
.items-wrapS2 .gutter-sizer {
    width: 0%;
}

.items-wrapS2 .item{
  width: 100%;
  box-sizing:border-box;
  text-align: left;
  margin:0 0 30px;
}

.items-wrapS2 .item .conts{
  position: relative;
  background: #fff;
  width: 100%;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.items-wrapS2 .item:hover .conts{
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.32);
}
.items-wrapS2 .item .conts .thumb-category {
  position: absolute;
  top: 13px;
  left: -7px;
  z-index: 2;
  -moz-transition: .3s;
  -o-transition: .3s;
  -webkit-transition: .3s;
  transition: .3s;
  text-align: left;
  padding: 0 24px;
  line-height: 26px;
  background: #237D26;
  color: white;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.items-wrapS2 .item .conts .thumb-category.cat01{
/*  background: #237D26;*/
  background: #E32124;
}
.items-wrapS2 .item .conts .thumb-category.cat02{
/*  background: #E32124;*/
  background: #237D26;
}
.items-wrapS2 .item .conts .thumb-category.cat03{
  background: #F8A523;
}
.items-wrapS2 .item .conts.no-shadow,
.items-wrapS2 .item .conts.no-shadow:hover{
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.16);
}

#course-visual .thumb-category {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 2;
  -moz-transition: .3s;
  -o-transition: .3s;
  -webkit-transition: .3s;
  transition: .3s;
  text-align: left;
  padding: 0 24px;
  line-height: 26px;
  background: #237D26;
  color: white;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
#course-visual .thumb-category.cat01{
  /*background: #237D26;*/
  background: #E32124;
}
#course-visual .thumb-category.cat02{
  /*background: #E32124;*/
  background: #237D26;
}
#course-visual .thumb-category.cat03{
  background: #F8A523;
}

.items-wrapS2 .grid .item .img-wrap,
.items-wrapS2 .item .img-wrap{
  box-sizing: border-box;
  width: 100%;
  position: relative;
}
.courses-list .items-wrapS2 .item .img-wrap{
  height: 154px;
  background-color: #dedede;
}
.courses-list .items-wrapS2 .item .main-conts .main-conts-wrap{
  min-height: 120px;
}
.courses-list .items-wrapS2 .item .main-conts .main-conts-wrap.height-type02{
  min-height: 40px;
}
.courses .lead-txt-cus.max-w-1{
  margin: 0 auto 30px;
}
.items-wrapS2 .grid .item .main-conts,
.items-wrapS2 .item .main-conts{
  width: 100%;
  padding: 15px 17px 70px;
  box-sizing: border-box;
}
.course-details .cat-icon-wrap .cat-icon,
.classes-details .cat-icon-wrap .cat-icon,
.items-wrapS2 .grid .item .main-conts .cat-icon,
.items-wrapS2 .item .main-conts .cat-icon{
  width: 30px;
  height: auto;
  vertical-align: top;
  margin-right: 10px;
}
.course-details .cat-icon-wrap .cat-icon,
.classes-details .cat-icon-wrap .cat-icon,
.items-wrapS2 .item .main-conts .cat-icon-wrap .cat-icon{
  float: left;
}
.course-details .cat-icon-wrap span,
.classes-details .cat-icon-wrap span,
.items-wrapS2 .item .main-conts .cat-icon-wrap span{
  float: left;
  margin-top: 3px;
  width: calc(100% - 40px);
}
.items-wrapS2 .item .main-conts .cat-icon-wrap span{
  margin-top: 0;
}
.classes-details .cat-icon-wrap span{
  margin-top: 7px;
}
.classes-details .lead,
.items-wrapS2 .item .main-conts .lead{
  margin: 8px 0;
}
.items-wrapS2 .item .main-conts .lead.trimmed-text{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.items-wrapS2 .item .main-conts .lead.trimmed-text.long-txt{
  -webkit-line-clamp: 6;
}
.course-details .lead{
  margin: 8px 0 12px;
}
.items-wrapS2 .item .main-conts .des{
  margin-bottom: 6px;
}
.items-wrapS2 .item .main-conts .des i{
  margin-right: 10px;
  margin-top: 3px;
  width: 15px;
  float: left;
}
.items-wrapS2 .item .main-conts .des span{
  float: left;
  width: calc(100% - 30px);
}
.items-wrapS2 .item .main-conts .discount-wrap{
  margin: 8px 0 0;
}
.class-info-wrap  .discount-wrap{
  background-color: white;
  margin: 0px 0 0;
}
.items-wrapS2 .item .main-conts .discount,
.class-info-wrap .discount{
  border: 1px solid #898989;
  padding: 0 13px;
  line-height: 30px;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}
.items-wrapS2 .item .main-conts .btn-sec{
  position: absolute;
  bottom:20px;
  left: 50%;
  margin-left: -70px;
}
.f-w-items01{}

.f-w-items01 .item{
  width: 100%;
  margin-bottom: 35px;
}
.course-enrol .required-txt,
.course-enrol .cat-icon-wrap{
  margin-bottom: 10px;
}
.course-enrol .required-txt{
  margin-top: 10px;
  margin-bottom: 0;
}

section.course-enrol .inner .max-w-1.note-txt{
  margin: 20px auto;
  border: 0;
  background-color: #e6e6e6;
}
 
@media only screen and (min-width: 768px) {
  section.course-list .inner .max-w-1{
    margin-left: -2%;
    margin-right: -2%;
  }
  .items-wrapS2 .grid-sizer {
    width: 48%;
  }
  .items-wrapS2 .gutter-sizer {
    width: 1%;
  }
  .pc-flex.wide-col02 .item,
  .items-wrapS2 .item{
    margin: 0 0 40px;
    box-sizing:border-box;
    display: flex;
  }
  .promotions .pc-flex.wide-col02 .item{
    display: block;
  }
  .pc-flex.wide-col02 .item:nth-child(odd),
  .items-wrapS2 .item:nth-child(odd){
    padding: 0 2% 0 2%;
    max-width: 50%;

  }
  .pc-flex.wide-col02 .item:nth-child(even),  
  .items-wrapS2 .item:nth-child(even){
    padding: 0 2% 0 2%;
    max-width: 50%;
  }

  .pc-flex.wide-col03 dd{
    flex:1 0 33%;
  }
  .course-enrol .required-txt{
    margin-bottom: 10px;
  }

}
@media only screen and (min-width: 980px) {
  .pc-flex.wide-col02 .item:nth-child(odd),
  .items-wrapS2 .item:nth-child(odd){
    padding: 0 20px 0 20px;
    max-width: 50%;

  }
  .pc-flex.wide-col02 .item:nth-child(even),
  .items-wrapS2 .item:nth-child(even){
    padding: 0 20px 0 20px;
    max-width: 50%;    
  }
}
@media only screen and (min-width: 1750px) {
  .pc-flex.wide-col02 .item:nth-child(odd),
  .items-wrapS2 .item:nth-child(odd){
    max-width: 25%;

  }
  .pc-flex.wide-col02 .item:nth-child(even),
  .items-wrapS2 .item:nth-child(even){
    max-width: 25%;    
  }
  .grid-fixed-btm-layout .pc-flex.wide-col02 .item:nth-child(odd),
  .grid-fixed-btm-layout .pc-flex.wide-col02 .item:nth-child(even){
    max-width: 50%; 
  }
}



/*.items-wrapS3{
}
.items-wrapS3 .grid-sizer {
  width: 29.1666666%;
}
.items-wrapS3 .gutter-sizer {
  width: 6.25%;
}

.items-wrapS3 .item{
  width: 29.1666666%;
  box-sizing:border-box;
  text-align: left;
  padding:0 0 10px;
  border-bottom: 10px solid #ecece3;
   margin:0 0 60px; 
}
.items-wrapS3 .item a{
  width: 100%;
  height: 100%;
  display: block;
  color: black;
}
.items-wrapS3 .grid .item .img-wrap{
  width: 100%;
  max-height: 200px;
  position: relative;
}
.items-wrapS3 .grid .item .main-conts{
}
.items-wrapS3 .grid .item .main-conts .date{
  display: block;
  margin: 8px 0 0;
  font-size: 12px;
  color: #969EA0;
}
.items-wrapS3 .grid .item .main-conts .tags{
}
.items-wrapS3 .grid .item .main-conts .tags li{
  margin: 0 10px 0 0;
  padding:0;
  text-align: left;
  background-color: transparent;
  color: #969EA0;
  box-sizing: border-box;
}
.items-wrapS3 .grid .item .main-conts .tags li:last-child{
  margin:0;
}
.items-wrapS3 .grid .item .main-conts h3{
  margin: 10px 0 25px 0;
  font-weight: 700;
  font-size: 16px;
}
.items-wrapS3 .grid .item .main-conts p.f-en{
  font-size: 12px;
  line-height: 18px;
  margin: 8px 0;
}
.items-wrapS3 .grid .item .main-conts .tagsLv02-wrap{
  margin:40px 0 0;
}
*/


@media only screen and (min-width: 768px) {


}

@media only screen and (min-width: 768px) {
  

}

@media only screen and (min-width: 1100px) {
  
}
@media only screen and (min-width: 1280px) {
  
}
/*////// INDEX /////*/
section{
  z-index: 20;
  background-color: white;
}
section .p-inner{
  padding:30px 20px;
  box-sizing:border-box;
}
section .p-inner .max-w-1,
section .inner .max-w-1{
  margin:0 auto;
  position: relative;
}

section p,
section h2,
section h3,
section h4,
section h5,
section h6,
section a{
  max-width: 100%!important;
}
.zh section p{
  line-height: 22px;
}


section .p-inner .max-w-2{
  max-width: 550px;
  margin:0 auto;
}
section .p-inner .max-w-4{
  max-width: 640px;
  margin:0 auto;
}

section .inner.bg-gray{
  background-color: #FCFCFC;
}
@media only screen and (min-width: 789px) {
  section .p-inner{
    padding:40px 20px;
  }
  section .p-inner .max-w-1,
  section .inner .max-w-1{
    max-width: 710px;
  }
}
@media only screen and (min-width: 980px) {
  section .p-inner{
    padding:45px 0;
  }
  .non-visual-page section:first-of-type .p-inner{
    padding:70px 0;
  }

}


@media only screen and (min-width: 1100px) {
  section .p-inner .max-w-1,
  section .inner .max-w-1{
    max-width: 710px;
  }
}
@media only screen and (min-width: 1750px) {
  section.btm-layout.btm-layout-wide .p-inner .max-w-1,
  section.btm-layout.btm-layout-wide .inner .max-w-1,
  section .p-inner .max-w-1,
  section .inner .max-w-1{
    /*max-width: 1420px;*/
  }

  section .p-inner .max-w-1.grid-wrap,
  .promotions .p-inner .max-w-1,
  .programs .p-inner .max-w-1,
  section.btm-layout-wide.promotions .p-inner .max-w-1{
    max-width: 1420px;
  }

  section.btm-layout .p-inner .max-w-1,
  section.btm-layout .inner .max-w-1{
    max-width: 710px;
  }

}

/*.bottom-layout{}
.bottom-layout .p-inner{
  margin: 0 auto;
}
.single .p-inner{
  max-width: 980px;
  margin: 0 auto;
}
.single-conts{
  text-align: left;
}
.single-conts .tags{
  margin-top: 20px;
}
.bottom-layout .single-conts p.f-ch{
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
  }*/
@media only screen and (min-width: 980px) {
  /*.single-visual{
    width: 50%;
    float: left;
  }
  .single-conts{
    width: 50%;
    float: left;
    padding-left: 40px;
    box-sizing:border-box;
  }
  .single .p-inner{
    width: 90%;
    max-width: 980px;
    margin: 0 auto;
  }
  .bottom-layout .main-ttl01{
    margin:0 auto 80px;
  }
  .bottom-layout .single-conts p.f-ch{
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  .bottom-layout .single-conts p.f-en{
    font-size: 14px;
    line-height: 20px;
  }*/
}
.pagination{
  width: 100%;
}
.pagination .wp-pagenavi {
  text-align: center;
  margin: 20px 0 40px;
  clear: both;
  height: 40px;
  width: 100%;
}
.pagination.narrow-mb .wp-pagenavi{
  margin: 20px 0 0px;  
}
.pagination .wp-pagenavi .pages{
   display: none;
}
.pagination .wp-pagenavi .page,
.pagination .wp-pagenavi .current{
    line-height: 40px;
    border: 0;
    padding: 0 5px;
    margin: 0 5px;
}
.wp-pagenavi a, .wp-pagenavi span {
   border: 0;
}
.wp-pagenavi span.extend{
  /*display: none!important;*/
}
/*.wp-pagenavi a:hover, .wp-pagenavi span.current {
  color: #1b1b1b;
}*/
.wp-pagenavi a.first,
.wp-pagenavi a.last{
  display: none;
}
.wp-pagenavi span.current {
  font-weight: bold;
}
.wp-pagenavi .previouspostslink{
  float: left;
  width: 40px;
  height: 40px;
  line-height: 42px;
  text-align: center;
  display: block;
  margin: 0 auto;
  border-radius: 100%;
  background-color: #898989;
  color: white;
  border:0px;
  padding: 0;

  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.wp-pagenavi .nextpostslink{
  float: right;
  width: 40px;
  height: 40px;
  line-height: 42px;
  text-align: center;
  display: block;
  margin: 0 auto;
  border-radius: 100%;
  background-color: #898989;
  color: white;
  border:0px;
  padding: 0;  

  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.wp-pagenavi .nextpostslink:hover,
.wp-pagenavi .previouspostslink:hover{
  background-color: #4A017D;
}
@media (min-width: 980px) {
  
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  

}

.e404{
  text-align: center;
}
.e404 .conts{
  padding-top: 80px;
  padding-bottom: 280px;
}
.e404 .conts .large{
  font-size: 80px;
  line-height: 80px;
}
.e404 .conts .sub{
  margin-top: 30px;
}
.simpay-errors{
  text-align: center;
}
.custom-made.screen-reader-response {
  padding: 10px;
  border: 1px solid #E32124;
  background-color: #E32124;
  color: white;
  width: 100%;
  margin:0 auto 20px;
  box-sizing: border-box;
  display: none;
}
.custom-made.screen-reader-response.active{
  display: block;
}
.custom-made.screen-reader-response a{
  color: white;
  text-decoration: underline;
  display: inline-block;
}

.demo-box .ajax-loader {
/*    margin: 15px auto;
    display: block;
    visibility: hidden;
    width: 30px;
    height: 30px;
    background-image: url(../img/common/loader.gif);
    background-size: 30px auto;
    border: none;
    padding: 0;
    vertical-align: middle;*/
}
.courses-wrap,
.demo-box{
  min-height: 100px;
  background-position: center center;
  background-repeat: no-repeat;
  -moz-background-size: 30px auto;
  -o-background-size: 30px auto;
  -webkit-background-size: 30px auto;
  background-size: 30px auto;
  vertical-align: middle;
  margin-right: 13px;
  background-image: url(../img/common/loader.gif);
}
.detail-target,
.detail-target-review,
.meta-target.loading,
.class-detail-target.loading{
  min-height: 100px;
  margin:0 auto 20px;
  background-position: center center;
  background-repeat: no-repeat;
  -moz-background-size: 30px auto;
  -o-background-size: 30px auto;
  -webkit-background-size: 30px auto;
  background-size: 30px auto;
  vertical-align: middle;
  margin-right: 13px;
  background-image: url(../img/common/loader.gif);  
}

.meta-target{
  min-height: 100px;
  width: 100%;
}
.meta-target.no-thumb{
  background-color: #dedede;
}
.detail-target.done-loading,
.demo-box.done-loading,
.meta-target.loading.done-loading,
.meta-target.done-loading,
.detail-target-review.done-loading,
.courses-wrap.done-loading{
  min-height: 0;
  background-image: none;
  margin:0 auto;
}

.simpay-test-mode-badge-container{
  text-align: center;
}

.my-awsec-detail .ays-quiz-container form.enable_questions_result div.step{
  min-height: 250px;
}
.my-awsec-detail .ays-quiz-container{
  width: 100%!important;
  box-shadow: 0 0 0px 0px rgba(0,0,0,0.4)!important;
}
.my-awsec-detail .ays-quiz-container .ays-quiz-timer p, 
.my-awsec-detail .ays-quiz-container .ays_quiz_question p{
  text-align: left!important;
}
.my-awsec-detail .ays-quiz-container .ays-fs-subtitle p{
  text-align: center;
}

.my-awsec-detail .body-btn-warp .ays-quiz-container .ays-abs-fs input[type='button'].start_button,
.my-awsec-detail .ays-quiz-container input#ays-submit,
.my-awsec-detail #ays-quiz-container-3 #ays_finish_quiz_3 .action-button,
.my-awsec-detail .ays-quiz-container form.enable_questions_result .action-button,
.my-awsec-detail .ays-quiz-container form.enable_questions_result .action-button.ays_restart_button,
#ays-quiz-container-3 #ays_finish_quiz_3 .action-button:focus{
  width: 230px!important;
  height: 54px!important;
  line-height: 54px!important;
  margin: 20px auto!important;
  text-align: center;
  border-radius: 4px!important;
  font-size:14px!important;
  background-color: #4A017D!important;
  border: 1px solid #4A017D!important;
  display: block;
  color: white!important;
  padding: 0!important;
  box-sizing: border-box;
}
.my-awsec-detail #ays-quiz-container-3 #ays_finish_quiz_3 .action-button:hover,
.my-awsec-detail .ays-quiz-container form.enable_questions_result .action-button.ays_previous:hover,
.my-awsec-detail .ays-quiz-container form.enable_questions_result .action-button.ays_previous:focus,
.my-awsec-detail .ays-quiz-container input#ays-submit:hover,
.my-awsec-detail .ays-quiz-container form.enable_questions_result .action-button:hover,
.my-awsec-detail .ays-quiz-container input#ays-submit:focus,
.my-awsec-detail .ays-quiz-container form.enable_questions_result .action-button:focus,
.my-awsec-detail .ays-quiz-container form.enable_questions_result .action-button.ays_restart_button:hover,
.my-awsec-detail .ays-quiz-container form.enable_questions_result .action-button.ays_restart_button:focus,
.my-awsec-detail #ays-quiz-container-3 #ays_finish_quiz_3 .action-button.ays_previous:hover,
.my-awsec-detail .ays-quiz-container form.enable_questions_result .action-button.ays_previous:hover{
  color: white!important;
  background-color: #8051A5!important;
  border: 1px solid #8051A5!important;
  box-shadow: 0 0 0 2px white, 0 0 0 0px #27AE60!important;
}
.my-awsec-detail #ays-quiz-container-3 input[type='button'].ays_previous,
.my-awsec-detail .ays-quiz-container form.enable_questions_result .action-button.ays_previous,
.my-awsec-detail .ays-quiz-container form.enable_questions_result .action-button.ays_previous:focus,
.my-awsec-detail #ays-quiz-container-3 #ays_finish_quiz_3 .action-button.ays_previous,
.my-awsec-detail .ays-quiz-container form.enable_questions_result .action-button.ays_previous{
  border: 1px solid #4A017D!important;
  background-color: white!important;
  color: #4A017D!important;
}
.my-awsec-detail [id^="ays_finish_quiz_"] .ays-fs-title{
  text-transform: none!important;
}
.my-awsec-detail .ays_cb_and_a,
.my-awsec-detail .ays-quiz-social-shares,
.my-awsec-detail .ays_quizn_ancnoxneri_qanak{
  display: none!important;
}
.my-awsec-detail .ays_quiz_question{
  font-size: 16px!important;
  font-weight: 700!important;
  margin-bottom: 20px!important;
}
.my-awsec-detail .ays_quiz_question p{
  font-size: 18px!important;
  line-height: 22px!important;
}
.my-awsec-detail .ays-quiz-container .ays-field:hover label{
  background:#4A017D!important;
  color: white!important;
}
.my-awsec-detail .ays-quiz-container .ays-field.checked_answer_div input:checked+label,
.my-awsec-detail .ays-quiz-container .ays-field.checked_answer_div input:checked+label:hover{
  background-color: #8051A5!important;  
  color: white!important;
}
.my-awsec-detail .ays-quiz-container form.enable_questions_result .ays-field input:checked+label:before{
  border-color: white!important;
  background: white!important; 
  background-clip: content-box!important; 
}
.my-awsec-detail .ays-quiz-container .ays_thank_you_fs p{
  font-size: 22px!important;
  font-weight: 700!important;
}
.my-awsec-detail .ays-quiz-container form.enable_questions_result .ays_average{
  font-size: 16px!important;
  font-weight: 500!important;
  margin: 10px auto 20px!important;
}
.my-awsec-detail .ays-quiz-container form.enable_questions_result .ays-progress{
  background: #BCBCBC!important;
  border-color:transparent!important;
}
.my-awsec-detail .ays-quiz-container .ays-progress-bar{
  background:#4A017D!important;
}
.my-awsec-detail .ays-progress-bg.second{
  height: 30px!important;
  font-size: 16px!important;
  line-height: 30px !important;
}
.my-awsec-detail .ays-quiz-container .ays-progress-value{
  color: white!important;
  font-weight: 700!important;
}
.my-awsec-detail .ays-quiz-container form.enable_questions_result .ays-progress-bg{
  background-color: transparent!important;
}
.my-awsec-detail .ays-progress-bar.second{
  height: 30px!important;
}
.my-awsec-detail .ays-progress-value.second{
  font-size: 16px!important;
  line-height: 30px !important; 
  padding: 0 5px!important;
}
.my-awsec-detail [id^="ays_finish_quiz_"] div.step{
  padding-top: 35px!important;
  padding-bottom: 35px;
  border-top: 1px dotted #DEDEDE;
}
.my-awsec-detail .ays-question-counter{
  top: 4px!important;
}
.my-awsec-detail .ays_quiz_results{
  border-bottom: 1px dotted #DEDEDE;
}
.my-awsec-detail .ays-quiz-container .ays-field.checked_answer_div.correct_div input:checked+label{
  border: 0px dotted #DEDEDE!important;
  background:transparent!important;
  color: #1b1b1b!important;
}
.my-awsec-detail .ays-quiz-container form.enable_questions_result .ays-field.correct_div input:checked+label:before{
  border-color: #237D26!important;
  background: #237D26!important;
  background-clip: content-box!important;
}
.my-awsec-detail .ays-quiz-container .ays-field.checked_answer_div input:checked+label.wrong_div {
  background-color: transparent!important;
  color: #1b1b1b!important;
}
.my-awsec-detail .ays-field input:checked+label.answered.wrong:before{
  border-color: #E32124!important;
  background: #E32124!important;
  background-clip: content-box!important;
}
.my-awsec-detail .ays-quiz-container .ays-field input~label.answered.correct:after{
  font-family: FontAwesome!important;
  content: '\f00c'!important;
  top: 12px!important;
  left: 12px!important;
  font-size: 18px!important;
  color: #237D26!important;
  transition: all .2s!important;
  vertical-align: top!important; 
}
.my-awsec-detail .ays-quiz-container .ays-field input~label.answered.wrong:after{
  font-family: FontAwesome!important;
  content: '\f00d'!important;
  top: 12px!important;
  left: 12px!important;
  font-size: 18px!important;
  color: #E32124!important;
  transition: all .2s!important;
  vertical-align: top!important;   
}
.my-awsec-detail .ays-field input+label:before{
      margin-top: 7px!important;
    vertical-align: top!important;
}

.utilities-page{
  text-align: left;

}
.btn-waiting{
  opacity: 0.5
}
.btn-waiting.btn-waiting-ready{
  opacity: 1
}
.btn-waiting:hover{
  background-color: #4A017D;
  border: 1px solid #4A017D;
  cursor: default;
  opacity: 0.5!important;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0)!important;
}
.btn-waiting.btn-waiting-ready:hover{
  background-color: #4A017D;
  border: 1px solid #4A017D;
  cursor: default;
  opacity: 1!important;  
}
.blank-btn.btn-waiting:hover{
  background-color: transparent;
  border: 0px solid #4A017D;
}
#loginForm .obtn:hover{
  color: #1b1b1b;
}
#courseRegForm .btn-pri{
      margin: 30px auto 20px;
}
#courseRegForm .custom-made.screen-reader-response{
  margin: 20px auto;
}
.grid-wrap .o0item-box-filter{
  visibility: hidden;
  display: none!important;
  opacity: 0;
}
.recaptcha-wrap{
  margin: 20px auto;
  width: 304px;
  text-align: center;
}
.recaptcha-wrap .recaptcha-alert{
  display: none;
}
.recaptcha-wrap .recaptcha-alert.is-active{
  display: block;
}
#loginForm-pop .custom-made.screen-reader-response{
  max-width: 310px;
}
.special-annouce,
.upsell-box{
  position: fixed;
  width: 100%;
  z-index: 9999;
  background-color: black;
  bottom: 0;
  box-shadow: 6px 3px 6px rgba(0, 0, 0, 1);
}
.special-annouce a{
  color: white;
}
.special-annouce .img-wrap{
  padding: 20px;
}
.special-annouce img{
  margin: 0 auto;
  max-width: 100%;
  display: block;
}
.upsell-box{
  box-shadow: -3px 3px 6px rgba(0, 0, 0, 0.16);
  bottom: -500px;
}
.upsell-box{
   z-index: 9999999;
   background-color: #4A017D;
}
.special-annouce.hide,
.upsell-box.hide{
  display: none!important;
}
.special-annouce .max-w-1,
.upsell-box .max-w-1{
  max-width: 980px;
  padding: 20px 40px 20px 20px;
  margin: 0 auto;
  position: relative;
  box-sizing:border-box;
}
.upsell-box .max-w-1{
  padding: 20px 40px 40px 20px;
}
.upsell-box.single-upsell .max-w-1{
  padding: 20px 40px 20px 20px;
}
.special-annouce .special-cls-btn,
.upsell-box .upsell-cls-btn{
  position: absolute;
  top: 9px;
  right: 10px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  z-index: 999;
}
.special-annouce .img-wrap .special-cls-btn{
  top:20px;
}
.upsell-box .upsell-cls-btn{
  text-align: center;
}
.upsell-box .upsell-cls-btn:hover{
  color: white;
  opacity: 0.5;
}
.special-annouce .flex,
.upsell-box .flex{
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
}
.special-annouce .icon{
  width: 50px;
  height: 50px;
  margin-right: 30px;
  border: 2px solid white;
  border-radius: 100%;
  text-align: center;
  line-height: 50px;
}
.special-annouce .icon p{
  font-size: 30px;
  line-height: 50px!important;
}
.system-reminder .icon{
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
  border: 2px solid #F8A523;
  background-color: #F8A523;
  border-radius: 100%;
  text-align: center;
  line-height: 50px; 
}
.system-reminder .icon p{
  font-size: 50px;
  line-height: 75px!important;
}
.special-annouce .conts{
  width: calc(100% - 90px);
}
.special-annouce .ttl{
  margin-bottom: 6px;
}
.upsell-box .line01{
  margin-bottom: 8px;
}
.upsell-box .line03{
  margin-top: 8px;
  margin-bottom: 8px;
}
.upsell-box .img-wrap{
  max-width: 60px;
  padding: 5px;
  box-sizing: border-box;
  background: white;
  border-radius: 5px;
}
.upsell-box .txt-wrap{
  width: calc(100% - 60px);
  padding-left: 20px;
  box-sizing:border-box;
}
.upsell-box .txt-wrap.margin-adj{
  padding-left: 0;
}
.upsell-box .cta-btn{
  margin: 20px auto;
  max-width: 140px;
}
.upsell-box .sy-pager{
  bottom: -20px;
}
.upsell-box .sy-controls li.sy-prev,
.upsell-box .sy-controls li.sy-next{
  display: block;

  height: 40px;
  width: 40px;
  min-width: 40px;
  font-family: "Font Awesome 5 Free";
}
.upsell-box .sy-controls{
  height: 40px;
  bottom: -27px;
}
.upsell-box .sy-controls li.sy-prev a:after,
.upsell-box .sy-controls li.sy-next a:after{
    display: block;
    line-height: 40px;
    /* padding-right: 3px; */
    vertical-align: middle;
    font-weight: 900;
    font-size: 16px;
    color: white;
    margin: 0;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
}
.upsell-box .sy-controls li.sy-prev a:after {
   content: "\f053";
   left: 0;
}
.upsell-box .sy-controls li.sy-next a:after {
    text-align: right;
    content: "\f054";
    right: 0;
}
@media only screen and (min-width: 768px) {
  .special-annouce img{
    max-width: 980px;
  }
}
@media only screen and (min-width: 980px) {
  .upsell-box{
    right: 0px;
    width: 400px;
  }
  .upsell-box .max-w-1{
    padding: 20px 20px 40px 40px;
  }
  .upsell-box.single-upsell .max-w-1{
    padding: 20px 20px 20px 40px;
  }

}
.forget-password .txt-field{
  margin: 20px auto 0;
}
.secure-logos{
  margin: 0 auto 40px;
}
.secure-logos.mt-wide{
  margin: 40px auto;
}
.secure-logos .master{
  width: 80px;
  height: auto;
  margin-top: 15px;
  margin-right: 15px;
}
.secure-logos .visa{
  width: auto;
  height: 60px;
  margin-left: 15px;
  margin-right: 15px;
}
.secure-logos .ae{
  width: auto;
  height: 60px;
  margin-left: 15px;  
} 
/*////// POINTS HISTORY /////*/
.top-box-intro{
  margin-bottom: 25px;
}
.points-balance-wrap{
  display: inline-block;
  margin-bottom: 6px;

}
.points-balance-wrap .points-balance-wrap-lvl02{
  display: flex;
  justify-content: center;
  align-items: center;
}
.points-balance-wrap .points-ttl{
  text-align: right;
  line-height: 17px;
  margin-right: 7px;
  align-self: self-end;
  margin-bottom: 5px;
}
.zh .points-balance-wrap .points-ttl{
  margin-bottom: 0;
}
#checkout-box .fancybox-close-small{
  display: none!important;
}
.loader-bg{
  background-image: url(../img/common/loader.gif);
  background-size: 30px auto;
  background-repeat: no-repeat;
  background-position: center center;
}
.busy-msg{
  animation: blinker 2s linear infinite;
  display: block;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}
#upsell-slide-wrap p{
  color: white!important;
}
.blank-link-wrap .blank-link{
  margin-bottom: 25px;
}
.blank-link-wrap .blank-link:last-child{
  margin-bottom: 0;
}
.iframe-container{
  overflow:hidden;
  margin:0 auto 30px;
  display:block;
  max-width:90%;
  padding-top:56.25%;
  position:relative;
}
.iframe-container iframe{
  border:0;
  height:100%;
  left:0;
  position:absolute;
  top:0;
  width:100%;
}  
.wpcf7-spinner{
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  -moz-background-size: 30px auto;
  -o-background-size: 30px auto;
  -webkit-background-size: 30px auto;
  background-size: 30px auto;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  margin: 0 auto;
  background-image: url(../img/common/loader.gif);
}
.wpcf7-spinner::before{
  display: none!important;
}
.loading .wpcf7-spinner{
  display: block;
}
 .btm-layout .hidden-form p{
  white-space: normal;
  word-wrap: normal
 }
 .h-captcha{
  margin: 0 auto;
 }
 .form .hidden-form .wpcf7-form-control-wrap span.wpcf7-not-valid-tip{
  text-align: center;

 }
 .btm-layout .hidden-form .wpcf7-response-output{
  display: none!important;
 }