@charset "UTF-8";
:root {
  --statusbar: 0;
  --headline-height: 140px; }

html {
  /*-webkit-text-size-adjust: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;*/
}

label,
select,
input,
button,
a {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }

select:focus,
button:focus,
input:focus,
a:focus {
  outline: none; }

button:active,
a:active {
  opacity: 0.5; }

.document {
  overflow: hidden;
  min-height: 100vh; }

[data-header='fixed'] .document {
  overflow: visible; }

.position-rel {
  position:relative;
}

.position-rel > a.visit-apply {
  display: none;
}

.position-absolute {
  position:absolute;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  transition: opacity 0.3s; }
  .header__top {
    position: relative;
    height: 53px; }
  .header__title {
    text-align: center;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: -1px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
    .header__title .icon {
      font-size: 22px; }
  .header__function {
    position: absolute;
    top: 0;
    bottom: 0; }
    .header__function .btn {
      height: 100%;
      padding-right: 15px;
      padding-left: 15px; }
    .header__function .icon-menu {
      font-size: 15px; }
    .header__function .icon-bell {
      font-size: 20px; }
    .header__function .icon-filter {
      font-size: 18px; }
    .header__function .icon-arrow-left {
      font-size: 17px;
      line-height: 53px; }
    .header__function .icon-share {
      font-size: 20px; }
    .header__function .icon-calendar-add {
      font-size: 21px; }
    .header__function .icon-reload {
      font-size: 20px; }
    .header__function .icon-myticket {
      font-size: 22px; }
    .header__function .icon-search {
      font-size: 21px; }
    .header__function .icon-today {
      display: inline-block;
      width: 21px;
      height: 20px;
      background-image: url("../images/icons/today.png");
      background-size: 100% auto; }
    .header__function--left {
      left: 0; }
      .header__function--left .btn {
        display: inline-flex;
        position: absolute;
        height: 100%;
        top: 50%;
        padding-top: 10px;
        padding-bottom: 10px;
        transform: translate(0, -50%);
        transition: transform 0.5s; }
        .header__function--left .btn:first-child {
          padding-left: 20px; }
        .header__function--left .btn-ham {
          width: 53px; }
        .header__function--left .btn .trans-ham {
          position: absolute;
          top: 50%;
          left: 15px;
          background-color: #fff;
          width: 20px;
          height: 1px;
          margin-top: -0.5px;
          transition: transform .5s;
          transition-delay: .3s; }
          .header__function--left .btn .trans-ham:first-child {
            transform: translateY(-8.5px); }
          .header__function--left .btn .trans-ham:nth-child(2) {
            transition: opacity .5s; }
          .header__function--left .btn .trans-ham:last-child {
            transform: translateY(8.5px); }
    .header__function--right {
      right: 4px; }
      .header__function--right .btn,
      .header__function--right .btn-zzim {
        font-size: 20px;
        height: 100%;
        padding-right: 11px;
        padding-left: 11px; }
        .header__function--right .btn:last-child,
        .header__function--right .btn-zzim:last-child {
          padding-right: 20px; }
  .header--options {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 11;
    height: 53px; }
    .header--options__right {
      left: auto;
      right: 0; }
    .header--options .btn {
      height: 100%;
      padding: 0 15px;
      font-size: 20px; }
    .header--options__detail {
      z-index: 55; }
  .header--main .header__title {
    color: #fff; }
    .header--main .header__title a {
      position: relative; }
      .header--main .header__title a:after {
        content: attr(data-region);
        position: absolute;
        top: -3px;
        right: -23px;
        text-transform: uppercase;
        letter-spacing: 0;
        font-size: 12px; }
    .header--main .header__title .icon {
      vertical-align: top; }
  .header--main .header__function .icon {
    color: #fff; }
  .header--sub {
    border-bottom: 1px solid #ccc;
    box-shadow: 1px 0 3px 0 #ccc;
    background-color: #00b5ef; }
    .header--sub .header__top {
      color: #fff; }
    .header--sub .header__title {
      line-height: 1.2;
      height: 53px;
      max-width: 70%;
      margin: 0 auto; }
    .header--sub .header__function .btn {
      color: #fff; }
  .header--sibling {
    margin-top: 54px; }
    .header--sibling--double {
      margin-top: 98px; }
  .header--hidden {
    display: none; }
  .header--layer + .header--options {
    z-index: 14; }

.show-panel .header__function--left .btn {
  transform: translate(305px, -50%);
  transform: translate(calc(100vw - 55px), -50%);
  transition-delay: 0s; }
  .show-panel .header__function--left .btn .trans-ham {
    transition-delay: .3s;
    width: 23px; }
    .show-panel .header__function--left .btn .trans-ham:first-child {
      transform: rotate(45deg); }
    .show-panel .header__function--left .btn .trans-ham:nth-child(2) {
      opacity: 0; }
    .show-panel .header__function--left .btn .trans-ham:last-child {
      transform: rotate(-45deg); }

.show-panel .header__function--right {
  opacity: 0;
  pointer-events: none; }

.panel {
  position: relative;
  pointer-events: none; }
  .panel.active {
    pointer-events: all; }
    .panel.active .panel__wrap {
      transform: translateX(0); }
    .panel.active .panel__dim {
      background-color: rgba(0, 0, 0, 0.5); }
    .panel.active .btn-close .close-move:before, .panel.active .btn-close .close-move:after {
      left: 50%; }
    .panel.active .btn-close .close-move:before {
      transform: rotate(225deg) translateX(0); }
    .panel.active .btn-close .close-move:after {
      transform: rotate(-225deg) translateX(0); }
  .panel__wrap {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    width: 305px;
    max-width: 630px;
    padding-bottom: 32.5px;
    background-color: #f0f0f0;
    z-index: 1;
    transform: translateX(-100%);
    transition: transform .3s;
    z-index: 1000; }
    .panel__wrap .btn-setting {
      position: absolute;
      top: 0;
      right: 0;
      padding: 20px 15px; }
      .panel__wrap .btn-setting .icon {
        font-size: 22px;
        color: #fff; }
    .panel__wrap .btn-close {
      position: absolute;
      top: 0;
      right: 0;
      padding: 20px 15px; }
      .panel__wrap .btn-close .icon {
        font-size: 17px;
        color: #fff; }
      .panel__wrap .btn-close .close-move {
        font: 0/0 a;
        width: 18px;
        height: 18px; }
        .panel__wrap .btn-close .close-move:before, .panel__wrap .btn-close .close-move:after {
          content: '';
          position: absolute;
          width: 22px;
          height: 1px;
          background-color: #fff;
          top: 50%;
          transform: translateX(-1000%);
          margin-left: -11px;
          transition: transform .5s; }
  .panel__top {
    padding-top: 17px;
    padding-right: 15px;
    padding-bottom: 13px;
    padding-left: 15px;
    border-bottom: 1px solid #f2f2f2;
    box-sizing: border-box;
    background-color: #00b5ef; }
    .panel__top .visit-apply, .panel__top .btn-instructor {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 42px;
      color: #fff;
      border: 1px solid rgba(255, 255, 255, 0.7);
        border-radius: 8px;
      box-sizing: border-box;
      margin-top: 6px;
      font-size: 13px; }
    .panel__top .visit-apply, .panel__top .btn-seat {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 42px;
      color: #fff;
      border: 1px solid rgba(255, 255, 255, 0.7);
      border-radius: 8px;
      box-sizing: border-box;
      margin-top: 6px;
      font-size: 13px; }
    .panel__top .visit-apply .icon, .panel__top .btn-instructor .icon {
        margin-right: 7px; }
    .panel__top .btn-instructor {
      color: inherit;
      background-color: #fff; }
    .panel__top .visit-apply .icon, .panel__top .btn-seat .icon {
      margin-right: 6.5px; }
    .panel__top .btn-seat {
      color: inherit;
      background-color: #fff; }
    .panel__top .btn-seat span.seat-count{
      background-color: #ececec;
      color: #e554a5;
      margin-left: 10px;
      padding: 4px 10px 4px 10px;
      border-radius: 15px;
      font-weight: 600;
    }
  .panel__dim {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    transition: background-color .3s;
    z-index: 10; }
  .panel--attendance {
    display: flex;
    justify-content: center;
    min-height: 42px;
    margin-bottom: 6px;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1); }
    .panel--attendance .btn {
      flex: 1 1 auto; }
    .panel--attendance .icon {
      margin-left: 5px; }
  .panel--user__menu {
    display: flex;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1); }
    .panel--user__menu li {
      flex: 1; }
      .panel--user__menu li a {
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        min-height: 85px; }
        .panel--user__menu li a span {
          display: flex;
          align-items: center;
          margin-top: 10px; }
    .panel--user__menu .attend {
      display: none; }
  .panel .box-user {
    position: relative;
    margin: 0 5px;
    padding-bottom: 1px;
    text-align: center; }
    .panel .box-user__rank {
      position: absolute;
      top: -30px;
      left: 50%;
      width: 53px;
      height: 60px;
      margin-left: -26.5px;
      text-align: center;
      white-space: nowrap;
      background-image: url("../images/svg/hexagon.svg");
      background-size: cover;
      font-size: 20px;
      display: flex;
      align-items: center;
      justify-content: center; }
      .panel .box-user__rank .icon {
        color: #fff; }
      .panel .box-user__rank .icon-master-member {
        display: none;
        font-size: 26px; }
      .panel .box-user__rank .icon-crown {
        font-size: 22px; }
      .panel .box-user__rank .btn-mic {
        position: absolute;
        right: -10px;
        bottom: 5px;
        width: 19px;
        height: 19px;
        background-color: #0068b7;
        border-radius: 50%; }
        .panel .box-user__rank .btn-mic .icon {
          font-size: 11px; }
    .panel .box-user__txt {
      margin-top: 15px;
      padding-bottom: 20px;
      font-size: 19px;
      color: #fff;
      text-align: center; }
    .panel .box-user__info {
      display: flex;
      align-content: center;
      align-items: center;
      padding-bottom: 13px;
      text-align: left;
      margin-right: 25px;
      /* 승급자 추가 2020-12-09 */
      /* //승급자 추가 2020-12-09 */ }
      .panel .box-user__info .grade {
        display: inline-block;
        background-color: #fff;
        border-radius: 2px;
        margin-right: 5px; }
        .panel .box-user__info .grade strong {
          display: inline-block;
          width: 22px;
          height: 22px;
          margin: 1px;
          box-sizing: border-box;
          font-size: 10px;
          line-height: 22px;
          text-align: center;
          color: #fff;
          font-weight: normal;
          letter-spacing: -0.3px;
          background-color: #00b5ef; }
      .panel .box-user__info .name {
        color: #fff;
        font-size: 17px;
        font-weight: normal; }
      .panel .box-user__info .btn-logout {
        display: inline-block;
        margin-top: 2px;
        margin-left: 10px;
        vertical-align: middle; }
    .panel .box-user__detail {
      display: flex;
      position: relative; }
      .panel .box-user__detail:before {
        content: '';
        position: absolute;
        left: -15px;
        top: 0;
        right: -15px;
        display: block;
        height: 1px;
        background-color: rgba(255, 255, 255, 0.1); }
      .panel .box-user__detail li {
        position: relative;
        padding-top: 11px;
        padding-left: 20px;
        padding-bottom: 11px;
        text-align: left;
        align-self: auto; }
        .panel .box-user__detail li:first-child {
          padding-left: 0; }
    .panel .box-user__menu:after {
      content: '';
      display: block;
      clear: both; }
    .panel .box-user__menu li {
      position: relative;
      float: left;
      width: 33.3334%;
      border-style: solid;
      border-color: #eee;
      border-width: 1px 0 0 0;
      box-sizing: border-box; }
      .panel .box-user__menu li + li {
        border-left-width: 1px; }
      .panel .box-user__menu li:before {
        content: '';
        display: block;
        padding-bottom: 100%; }
    .panel .box-user__menu a {
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 100%;
      text-align: center;
      flex-direction: column;
      display: flex;
      align-items: center;
      justify-content: center; }
      .panel .box-user__menu a span {
        display: block;
        font-size: 12px;
        margin-top: 5px; }
    .panel .box-user__menu .icon {
      font-size: 24px;
      display: block; }
      .panel .box-user__menu .icon-bookmark {
        font-size: 22px; }
      .panel .box-user__menu .icon-myticket {
        margin-right: -2px; }
    .panel .box-user .title {
      display: block;
      color: rgba(255, 255, 255, 0.8);
      font-size: 9px; }
      .panel .box-user .title i {
        margin-left: 3px; }
    .panel .box-user .content {
      color: #fff;
      font-size: 14px; }
    .panel .box-user .btn-login {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      height: 35px;
      margin: 0 auto 20px;
      padding: 0 20px;
      color: #fff;
      font-size: 15px;
      text-align: center;
      background-color: #00b5ef;
      border: 1px solid rgba(255, 255, 255, 0.65);
      border-radius: 6px; }
      .panel .box-user .btn-login span {
        margin-left: 4px; }
  .panel__footer {
    padding: 15px 15px 0; }
  .panel .btns .btn {
    height: 40px;
    text-align: center;
    font-size: 12px;
    color: #333;
    border: 1px solid #ccc; }
  .panel .guide .btn, .panel .attendance .btn {
    display: block;
    width: 100%;
    margin-bottom: 5px; }
  .panel .link {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5px; }
    .panel .link a {
      display: inline-block;
      padding: 0 13px;
      text-align: center; }
    .panel .link span {
      display: block;
      margin-top: 5px;
      font-size: 11px;
      color: #757575; }
  .panel .badge--new {
    width: 6px;
    height: 6px;
    margin-top: -10px;
    margin-left: 4px;
    vertical-align: top; }
    .panel .badge--new:before {
      content: none; }

[jisa='kr'] .panel--user__menu .reviews {
  display: none; }

[jisa='kr'] .panel--user__menu .attend {
  display: block; }

[jisa='kr'] .global-nav .reviews {
  display: block; }

.global-nav {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  background-color: #fff; }
  .global-nav:after {
    content: '';
    display: block;
    clear: both; }
  .global-nav li {
    position: relative;
    box-sizing: border-box; }
    .global-nav li:first-child a {
      border-top: none; }
  .global-nav a {
    display: flex;
    width: 100%;
    height: 100%;
    padding: 13px 20px 14px;
    align-items: center;
    box-sizing: border-box;
    border-top: 1px solid #f2f2f2; }
    .global-nav a em {
      flex: 0 0 30px; }
    .global-nav a span {
      font-size: 13px; }
    .global-nav a:after {
      content: '';
      display: inline-block;
      position: absolute;
      top: 50%;
      right: 20px;
      transform: translateY(-50%);
      background-image: url(../images/atomy-seminar-sprite.png);
      background-size: 510.5px auto;
      background-position: -498px -163.25px;
      width: 7px;
      height: 12px; }
  .global-nav .reviews {
    display: none; }

.section {
  position: relative;
  padding-top: 53px; }
  .section--detail {
    z-index: 55;
    top: 53px;
    padding-top: 0;
    padding-bottom: 53px; }
    .section--detail ~ .btn-top {
      bottom: 75px; }
  .section.primary {
    height: 100%; }

.primary {
  background-color: #e9e9e9; }

.primary2 {
  background-color: #f5f5f5; }

.white {
  background-color: #fff; }

.full-h {
  min-height: 100vh;
  box-sizing: border-box;
  overflow: hidden; }

.pt-delete {
  padding-top: 0; }

.fixed-bottom {
  width: 100%;
  height: 55px;
  background-color: #fff; }

.btn-top {
  display: none;
  position: fixed;
  right: 12px;
  bottom: 12px;
  width: 37px;
  height: 37px;
  z-index: 55;
  color: #000;
  text-align: center;
  border-radius: 3px;
  border: 1px solid #b5b5b5;
  background-color: rgba(255, 255, 255, 0.7);
  box-sizing: border-box; }
  .btn-top a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: 17px; }
  .btn-top .icon {
    padding-top: 2.5px;
    border-top: 1px solid #000; }
  .btn-top.sticky {
    bottom: 100px; }
  .btn-top.btn-up {
    bottom: 65px; }

.video-wrap {
  position: relative;
  padding-bottom: 56.25%;
  background-color: #fff; }
  .video-wrap video,
  .video-wrap iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }

[data-scroll-direction='up'] .btn-top {
  bottom: 100px; }

@-ms-viewport {
  viewport-fit: cover; }

@-o-viewport {
  viewport-fit: cover; }

@viewport {
  viewport-fit: cover; }

/*# sourceMappingURL=maps/layout.css.map */
