/* Minification failed. Returning unminified contents.
(427,1): run-time error CSS1019: Unexpected token, found '@import'
(427,9): run-time error CSS1019: Unexpected token, found 'url("https://fonts.googleapis.com/earlyaccess/notosanskr.css")'
 */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}
@charset "UTF-8";
@import url("https://fonts.googleapis.com/earlyaccess/notosanskr.css");
/*
* Noto Sans KR (korean) http://www.google.com/fonts/earlyaccess
 */

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 100;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff2) format('woff2'),
       url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff) format('woff'),
       url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 300;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff2) format('woff2'),
       url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff) format('woff'),
       url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.otf) format('opentype');
}
@font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 400;
   src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf) format('opentype');
 }
@font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 500;
   src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.otf) format('opentype');
 }
@font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 700;
   src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.otf) format('opentype');
 }
@font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 900;
   src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.otf) format('opentype');
 }

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

* {
  font-family: 'Noto Sans KR'; }

a {
  text-decoration: none; }

a:hover {
  color: #000; }

input[type="text"],
input[type="password"] {
  margin: 0;
  padding: 0;
  border-radius: 0; }

/* body { line-height:1;} */
body {
  background-color: #fff;
}

img {
  display: block;
  max-width: 100% !important; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

ul, ul li {
  margin: 0;
  padding: 0; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

table tr td {
  vertical-align: top; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

ul li {
  list-style: none; }

/*============================================================
/*
/* frame
/*
============================================================== */
#container {
  position: relative; }

.input-numeric {
  ime-mode: disabled; }

/*============================================================
/*
/* grid
/*
============================================================== */
/*  SECTIONS  */
.section {
  clear: both;
  margin: 0;
  padding-left: 0 !important;
  padding-right: 0 !important; }

.section2 {
  clear: both;
  margin: 0;
  padding-left: 0 !important;
  padding-right: 0 !important; }

.section320 {
  clear: both;
  margin: 0 auto;
  width: 320px !important;
  display: block; }

.section-ticket {
  margin: 0;
  padding-left: 10px !important;
  padding-right: 10px !important;
  height: 196px !important; }

/*  COLUMN SETUP  */
.col {
  display: block;
  float: left;
  margin: 0%; }

.section2 .col {
  display: block;
  float: left;
  margin: 0 0 0 10px; }

.col:first-child {
  margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after {
  content: "";
  display: table; }

.group:after {
  clear: both; }

/*  GRID OF EIGHT  */
.span_8_of_8 {
  width: 100%; }

.span_7_of_8 {
  width: 87.5%; }

.span_6_of_8 {
  width: 75%; }

.span_5_of_8 {
  width: 62.5%; }

.span_4_of_8 {
  width: 50%; }

.span_3_of_8 {
  width: 37.5%; }

.span_2_of_8 {
  width: 25%; }

.span_2_of_8_special {
  width: 25%; }

.span_1_of_8 {
  width: 12.5%; }

/*  GRID OF five  */
.span_5_of_5 {
  width: 100%; }

.span_4_of_5 {
  width: 80%; }

.span_3_of_5 {
  width: 60%; }

.span_2_of_5 {
  width: 40%; }

.span_1_of_5 {
  width: 20%; }

/*  GRID OF six  */
.span_6_of_6 {
  width: 960px; }

.span_5_of_6 {
  width: 800px; }

.span_4_of_6 {
  width: 640px; }

.span_3_of_6 {
  width: 480px; }

.span_2_of_6 {
  width: 320px; }

.span_1_of_6 {
  width: 160px; }

/*  GRID OF TWELVE  */
.span_12_of_12 {
  width: 1020px; }

.span_11_of_12 {
  width: 935px; }

.span_10_of_12 {
  width: 850px; }

.span_9_of_12 {
  width: 765px; }

.span_8_of_12 {
  width: 680px; }

.span_7_of_12 {
  width: 595px; }

.span_6_of_12 {
  width: 510px; }

.span_5_of_12 {
  width: 425px; }

.span_4_of_12 {
  width: 340px; }

.span_3_of_12 {
  width: 255px; }

.span_2_of_12 {
  width: 170px; }

.span_1_of_12 {
  width: 85px; }

/*
890px  (5개  각 170px씩+사이마다 거터 10px) - 포스터5개나열, 홈화면 이벤트 사진목록들.
960px  (8개  각 120px) - 시간표
960px  (6개  각 160px) - 영화관소개 오시는길
1020px (12개 각  85px) - 메인메뉴
*/
/*============================================================
/*
/* #header + menu
/*
============================================================== */
.top-banner {
  background-color: #d8d8d8;
  min-width: 1020px;
  position: relative; }
  .top-banner a {
    position: relative; }
    .top-banner a.btn-close {
      display: block;
      position: absolute;
      top: 10px;
      margin: 0 auto 0 auto;
      left: 960px;
      right: 0;
      background: url("/images/header/btn-close.png") center center no-repeat;
      width: 32px;
      height: 32px;
      overflow: hidden;
      text-indent: -1000em; }
    .top-banner a img.banner {
      margin: 0 auto;
      width: 1020px; }

.login-banner {
    background-color: #d8d8d8;
    min-width: 800px;
    position: relative;
}

    .login-banner a {
        position: relative;
    }
        .login-banner a img.banner {
            margin: 0 auto;
            width: 800px;
        }

#header {
  background-color: #efefef; }
  #header nav.secondary {
    width: 1200px;
    margin: 0 auto;
    text-align: right;
    height: 30px;
    padding-right: 12px;
    position: relative; }
    #header nav.secondary > ul > li {
      display: inline-block;
      padding-right: 21px;
      height: 31px; }
      #header nav.secondary > ul > li a {
        color: #888889;
        font-size: 13px;
        line-height: 32px; }
      #header nav.secondary > ul > li.username > a {
        color: #3a3a3a;
        padding-right: 17px;
        background: url("/images/member/icon-nav-arrow.png") right 9px no-repeat; }
      #header nav.secondary > ul > li.username > a.on {
        background: url("/images/member/icon-nav-arrow-on.png") right 9px no-repeat; }
      #header nav.secondary > ul > li a:hover {
        color: #000; }
      #header nav.secondary > ul > li .sub {
        display: none;
        position: absolute;
        background-color: #3a3a3a;
        top: 30px;
        right: 166px;
        width: 190px;
        z-index: 10;
        box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.2); }
        #header nav.secondary > ul > li .sub li {
          position: relative;
          text-align: left;
          height: 33px;
          padding-left: 29px;
          position: relative;
          font-size: 14px; }
          #header nav.secondary > ul > li .sub li:nth-child(1) {
            background-color: #3a3a3a; }
            #header nav.secondary > ul > li .sub li:nth-child(1) a {
              color: #ccc;
              display: block;
              position: relative;
              line-height: 31px; }
            #header nav.secondary > ul > li .sub li:nth-child(1) a:after {
              content: "";
              width: 160px;
              height: 1px;
              background-color: #555;
              position: absolute;
              left: -15px;
              bottom: 0; }
            #header nav.secondary > ul > li .sub li:nth-child(2) {
                background-color: #3a3a3a;
            }

            #header nav.secondary > ul > li .sub li:nth-child(2) a {
                color: #ccc;
                display: block;
                position: relative;
                line-height: 31px;
            }

            #header nav.secondary > ul > li .sub li:nth-child(2) a:after {
                content: "";
                width: 160px;
                height: 1px;
                background-color: #555;
                position: absolute;
                left: -15px;
                bottom: 0;
            }

          #header nav.secondary > ul > li .sub li:nth-child(3) {
            background-color: #3a3a3a; }
            #header nav.secondary > ul > li .sub li:nth-child(3) a {
              color: #ccc;
              line-height: 31px; }
          #header nav.secondary > ul > li .sub li:nth-child(4) {
            background-color: #fff;
            color: #333;
            box-sizing: border-box;
            border: solid 1px #d8d8d8;
            border-width: 0 1px;
            line-height: 31px; }
            #header nav.secondary > ul > li .sub li:nth-child(4) a:hover {
              color: #7d7d7d; }
          #header nav.secondary > ul > li .sub li:nth-child(5) {
            background-color: #f3f3f3;
            height: 66px;
            line-height: 31px;
            color: #7d7d7d; }
          #header nav.secondary > ul > li .sub li .info {
            position: absolute;
            right: 24px;
            top: 0; }
          #header nav.secondary > ul > li .sub li .num {
            color: #fff;
            font-weight: 500; }
          #header nav.secondary > ul > li .sub li .p {
            color: #ed1c24;
            font-weight: 500;
            position: absolute;
            right: 24px;
            top: 0; }
        #header nav.secondary > ul > li .sub.on {
          display: block;
          z-index: 10; }

.wrap-nav-primary {
  width: 100%;
  position: relative; }
  .wrap-nav-primary nav.primary {
    width: 1090px;
    margin: 0 auto;
    height: 100px; }
    .wrap-nav-primary nav.primary h1#logo {
      display: block;
      width: 255px;
      height: 100px;
      overflow: hidden;
      text-indent: -10000em;
      background: url("/images/header/logo.png") 28px center no-repeat;
      float: left; }
    .wrap-nav-primary nav.primary > ul {
      float: left;
      margin-top: 0; }
      .wrap-nav-primary nav.primary > ul > li {
        display: inline-block;
        width: 83px;
        height: 100px;
        margin-left: -4px; }
        .wrap-nav-primary nav.primary > ul > li.wrap-simple-rsv {
          width: 425px; }
        .wrap-nav-primary nav.primary > ul > li:last-child {
          border-right: none; }
        .wrap-nav-primary nav.primary > ul > li:first-child {
          margin-left: 0; }
        .wrap-nav-primary nav.primary > ul > li > a {
          text-align: center;
          display: block;
          color: #888889;
          font-size: 17px;
          margin-top: 37px;
          border-right: 2px solid #e4e4e4;
          height: 17px;
          line-height: 17px; }
          .wrap-nav-primary nav.primary > ul > li > a.selected {
            color: #c39c71; }
          .wrap-nav-primary nav.primary > ul > li > a:hover {
            color: #c39c71; }
        .wrap-nav-primary nav.primary > ul > li:last-child > a {
          border-right: none; }
    .wrap-nav-primary nav.primary .btn-simple-rsv {
      display: inline-block;
      background-color: #ca141e;
      border-radius: 5px;
      width: 115px;
      height: 39px;
      font-size: 17px;
      font-weight: 500;
      line-height: 1;
      color: #fff;
      text-align: center;
      line-height: 38px;
      margin: 32px 0 0 275px; }

div.tertiary {
  width: 100%;
  background-color: #efefef;
  height: 52px;
  display: none; }
  div.tertiary.on {
    display: block;
    position: absolute;
    top: 100px;
    left: 0;
    z-index: 6; }
  div.tertiary.stay {
    display: block !important;
    position: absolute;
    top: 100px;
    left: 0;
    z-index: 5; }
  div.tertiary ul {
    width: 1000px;
    margin: 0 auto; }
    div.tertiary ul li {
      float: left; }
      div.tertiary ul li a {
        display: block;
        box-sizing: border-box;
        width: 130px;
        height: 52px;
        line-height: 52px;
        text-align: center;
        color: #333;
        font-size: 16px; }
        div.tertiary ul li a.selected {
          border-bottom: 5px solid #e60012;
          color: #e60012; }
        div.tertiary ul li a:hover {
          color: #e60012; }
      div.tertiary ul li:first-child {
        margin-left: 100px; }


div.theaterInfo {
    width: 100%;
    background-color: #efefef;
    height: 52px;
    display: none;
}

    div.theaterInfo.on {
        display: block;
        position: absolute;
        top: 100px;
        left: 0;
        z-index: 99;
    }

    div.theaterInfo.stay {
        display: block !important;
        position: absolute;
        top: 100px;
        left: 0;
        z-index: 98;
    }

    div.theaterInfo ul {
        width: 1000px;
        margin: 0 auto;
    }

        div.theaterInfo ul li {
            float: left;
        }

            div.theaterInfo ul li a {
                display: block;
                box-sizing: border-box;
                width: 130px;
                height: 52px;
                line-height: 52px;
                text-align: center;
                color: #333;
                font-size: 16px;
            }

                div.theaterInfo ul li a.selected {
                    border-bottom: 5px solid #e60012;
                    color: #e60012;
                }

                div.theaterInfo ul li a:hover {
                    color: #e60012;
                }

            div.theaterInfo ul li:first-child {
                margin-left: 0px;
            }

div.theaterInfo2 {
    width: 100%;
    background-color: #efefef;
    height: 50px;
    display: none;
}

    div.theaterInfo2.on {
        display: block;
        position: absolute;
        top: 152px;
        left: 0;
        z-index: 100;
    }

    div.theaterInfo2.stay {
        display: block !important;
        position: absolute;
        top: 152px;
        left: 0;
        z-index: 101;
    }

    div.theaterInfo2 ul {
        width: 800px;
        margin: 0 auto;
        align-content: center
    }

        div.theaterInfo2 ul li {
            float: left;
        }

        div.theaterInfo2 ul li a {
            display: block;
            box-sizing: border-box;
            width: 130px;
            height: 52px;
            line-height: 52px;
            text-align: center;
            color: #333;
            font-size: 16px;
        }

            div.theaterInfo2 ul li a.selected {
                border-bottom: 5px solid #08088A;
                color: #08088A;
            }

            div.theaterInfo2 ul li a:hover {
                color: #08088A;
            }

        div.theaterInfo2 ul li:first-child {
            margin-left: 0px;
        }



/*============================================================
/*
/* #footer
/*
============================================================== */
#footer .footer-social {
  background-color: #b4b5b5;
  height: 66px; }
  #footer .footer-social ul {
    width: 890px;
    margin: 14px auto 0 auto; }
    #footer .footer-social ul li {
      float: right;
      margin-left: 10px; }
      #footer .footer-social ul li a {
        display: block;
        width: 38px;
        height: 38px;
        overflow: hidden;
        text-indent: -10000em; }
        #footer .footer-social ul li a.fb {
          background: url("/images/footer/icon-fb.png") center center no-repeat; }
        #footer .footer-social ul li a.tw {
          background: url("/images/footer/icon-tw.png") center center no-repeat; }
        #footer .footer-social ul li a.gp {
          background: url("/images/footer/icon-gp.png") center center no-repeat;
          margin-right: 27px; }
  #footer .footer-social .btn-to-top {
    display: block;
    width: 50px;
    height: 50px;
    position: relative;
    top: -99px;
    right: -141px; /*original:-151*/
    background: url("/images/footer/btn-to-top.png") center center no-repeat;
    overflow: hidden;
    text-indent: -10000em;
    float: right; }
    #footer .footer-social .btn-to-top:hover {
      background-image: url("/images/footer/btn-to-top-on.png"); }

#footer .footer-service {
  background-color: #3a3a3a; }
  #footer .footer-service .logo-footer {
    display: block;
    overflow: hidden;
    text-indent: -10000em;
    width: 890px;
    height: 55px;
    background: url("/images/footer/logo.png") left center no-repeat;
    margin: 21px auto 13px auto; }
  #footer .footer-service ul {
    width: 890px;
    margin: 0 auto 0 auto; }
    #footer .footer-service ul li {
      float: left; }
      #footer .footer-service ul li a {
        color: #7d7d7d;
        font-size: 13px; }
        #footer .footer-service ul li a:hover {
          color: #C49C6E; }
      #footer .footer-service ul li::after {
        content: "|";
        padding: 0 5px;
        color: #7d7d7d; }
      #footer .footer-service ul li:last-child::after {
        content: ""; }

#footer .footer-contact {
  background-color: #3a3a3a; }
  #footer .footer-contact .addr {
    display: block;
    width: 890px;
    margin: 23px auto 0 auto;
    font-size: 13px;
    color: #7d7d7d; }
  #footer .footer-contact ul {
    width: 890px;
    margin: 0 auto 0 auto; }
    #footer .footer-contact ul li {
      float: left;
      font-size: 13px;
      color: #7d7d7d; }
      #footer .footer-contact ul li::after {
        content: "|";
        padding: 0 5px;
        color: #7d7d7d; }
      #footer .footer-contact ul li:last-child::after {
        content: ""; }

#footer .footer-copyright {
  background-color: #3a3a3a; }
  #footer .footer-copyright span {
    display: block;
    width: 890px;
    margin: 17px auto 47px auto;
    font-size: 13px;
    color: #7d7d7d; }

#footer .footer-copyright::after {
  content: "";
  width: 100%;
  display: block;
  background-color: #202020;
  padding-bottom: 46px; }

/*============================================================
/*
/* #content
/*
============================================================== */
/*============================================================
/*
/* [p]: index
/*
============================================================== */
.section-main-slider .left {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 778px;
  height: 550px;
  background: url("/images/main/slider/bg-left.png") left top no-repeat;
  z-index: 3; }

.section-main-slider > span {
  color: #fff;
  z-index: 50;
  text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.5); }

.section-main-slider > span.kind {
  position: absolute;
  top: 34px;
  left: 160px;
  font-size: 50px;
  font-weight: 300; }

.section-main-slider > span.title-ko {
  position: absolute;
  top: 117px;
  left: 390px;
  font-size: 30px; }

.section-main-slider > span.title-fo {
  position: absolute;
  top: 162px;
  left: 390px;
  font-size: 20px; }

.section-main-slider > span.desc {
  position: absolute;
  top: 211px;
  left: 390px;
  font-size: 18px; }

.section-main-slider .slider-main {
  position: relative;
  /*
		.left {
			position: absolute; top:0; left:0; display: block; width:778px; height: 550px; background:url("/images/main/slider/bg-left.png") left top no-repeat; z-index: 1;
		}
*/ }
  .section-main-slider .slider-main img {
    display: block;
    margin: 0 auto;
    min-width: 1020px; }
  .section-main-slider .slider-main .bx-wrapper, .section-main-slider .slider-main .bx-viewport {
    height: 550px !important; }
  .section-main-slider .slider-main .bxslider-main {
    min-height: 550px; }
    .section-main-slider .slider-main .bxslider-main li {
      height: 550px !important;
      position: relative; }
      .section-main-slider .slider-main .bxslider-main li a {
        background-size: cover !important;
        display: block;
        width: 100%;
        height: 100%; }
      .section-main-slider .slider-main .bxslider-main li span {
        color: #fff;
        z-index: 50; }
      .section-main-slider .slider-main .bxslider-main li span.kind {
        position: absolute;
        top: 34px;
        left: 160px;
        font-size: 50px;
        font-weight: 300; }
      .section-main-slider .slider-main .bxslider-main li span.title-ko {
        position: absolute;
        top: 117px;
        left: 390px;
        font-size: 30px; }
      .section-main-slider .slider-main .bxslider-main li span.title-fo {
        position: absolute;
        top: 162px;
        left: 390px;
        font-size: 20px; }
      .section-main-slider .slider-main .bxslider-main li span.desc {
        position: absolute;
        top: 211px;
        left: 390px;
        font-size: 18px; }
      .section-main-slider .slider-main .bxslider-main li .left {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 778px;
        height: 550px;
        background: url("/images/main/slider/bg-left.png") left top no-repeat;
        z-index: 20; }
  .section-main-slider .slider-main .bx-pager {
    padding: 0;
    position: relative;
    bottom: 38px;
    text-align: center;
    margin: 0 auto;
    z-index: 100; }
    .section-main-slider .slider-main .bx-pager .bx-pager-link {
      width: 18px;
      height: 18px;
      display: inline-block;
      overflow: hidden;
      text-indent: -10000em;
      background-color: #ececec;
      border-radius: 9px;
      margin: 0 8px 0 7px; }
      .section-main-slider .slider-main .bx-pager .bx-pager-link.active {
        background-color: #ED1C24;
        border: 2px solid #ececec;
        box-sizing: border-box; }
    .section-main-slider .slider-main .bx-pager .custom-control {
      width: 18px;
      height: 18px;
      display: inline-block;
      overflow: hidden;
      text-indent: -10000em;
      margin-left: 4px; }
      .section-main-slider .slider-main .bx-pager .custom-control.play {
        background: url("/images/main/slider/btn-play.png") center center no-repeat; }
      .section-main-slider .slider-main .bx-pager .custom-control.pause {
        background: url("/images/main/slider/btn-pause.png") center center no-repeat; }

.section-main-movie-list {
  background-color: #efefef;
  max-width: 100%;
  margin: 0 auto;
  padding: 40px 0 70px 0; }
  .section-main-movie-list .main-movie-list {
    display: block;
    width: 890px;
    margin: 0 auto; }
    .section-main-movie-list .main-movie-list .selector {
      display: block;
      width: 300px;
      margin: 0 auto 40px auto; }
      .section-main-movie-list .main-movie-list .selector li {
        cursor: pointer;
        display: block;
        width: 92px;
        height: 38px;
        line-height: 38px;
        border: 1px solid #d8d8d8;
        display: inline-block;
        margin: 0 0 0 -5px;
        text-align: center;
        font-size: 14px;
        color: #7d7d7d;
        background-color: #fff; }
        .section-main-movie-list .main-movie-list .selector li.selected {
          color: #c39c71;
          background: url("/images/main/bg-movie-list.png") center center repeat-x; }
      .section-main-movie-list .main-movie-list .selector li:first-child {
        margin-left: 0; }
    .section-main-movie-list .main-movie-list .wrap-slider .bx-pager {
      display: none; }
    .section-main-movie-list .main-movie-list .wrap-slider .bx-wrapper .bx-controls-direction a {
      position: absolute;
      top: 105px; }
    .section-main-movie-list .main-movie-list .wrap-slider .bx-prev,
    .section-main-movie-list .main-movie-list .wrap-slider .bx-prev:hover {
      display: block;
      background: url("/images/main/btn-slider-movie-list-prev.png") center center no-repeat;
      width: 25px;
      height: 67px;
      left: -50px; }
    .section-main-movie-list .main-movie-list .wrap-slider .bx-next,
    .section-main-movie-list .main-movie-list .wrap-slider .bx-next:hover {
      display: block;
      background: url("/images/main/btn-slider-movie-list-next.png") center center no-repeat;
      width: 25px;
      height: 67px;
      right: -50px; }
    .section-main-movie-list .main-movie-list .wrap-slider .bx-prev.disabled,
    .section-main-movie-list .main-movie-list .wrap-slider .bx-next.disabled {
      opacity: 0.2; }
    .section-main-movie-list .main-movie-list .wrap-slider ul li {
      /*
					.over-a {
						display: none;
						width: 100%; height: 240px; position: absolute; top:0; left: 0;
						//background:url("/images/movies/bg-list-hover.png") center center no-repeat;
						&.on { display: block;}
						&.up { background:url("/images/movies/bg-list-hover-up.png") center center no-repeat;}
						&.down { background:url("/images/movies/bg-list-hover-down.png") center center no-repeat;}
						a.rsv { display: block; width: 124px; height: 121px; line-height: 137px; font-size: 16px; color: #f3f3f3; font-weight: normal; padding-left: 46px;}
						a.info { display: block; width: 95px; height: 122px; line-height: 98px; font-size: 16px; color: #f3f3f3; font-weight: normal; padding-left: 75px;}
						a:hover { color: #C39C71;}
					}
					.over-b {
						display: none;
						width: 100%; height: 240px; position: absolute; top:0; left: 0;
						background:url("/images/movies/bg-list-hover-2.png") center center no-repeat;
						&.on { display: block;}
						a.info { display: block; width: 170px; height: 243px; line-height: 243px; font-size: 16px; color: #f3f3f3; font-weight: normal; text-align: center;}
						a.rsv { display: none;}
						a:hover { color: #C39C71;}
					}
*/ }
      .section-main-movie-list .main-movie-list .wrap-slider ul li .over-a {
        opacity: 0;
        display: block;
        background-color: rgba(0, 0, 0, 0.5);
        width: 100%;
        height: 243px;
        position: absolute;
        top: 0;
        left: 0; }
        .section-main-movie-list .main-movie-list .wrap-slider ul li .over-a.on {
          display: block;
          opacity: 1; }
        .section-main-movie-list .main-movie-list .wrap-slider ul li .over-a.up {
          background: url("/images/movies/bg-list-hover-up.png") center center no-repeat; }
        .section-main-movie-list .main-movie-list .wrap-slider ul li .over-a.down {
          background: url("/images/movies/bg-list-hover-down.png") center center no-repeat; }
        .section-main-movie-list .main-movie-list .wrap-slider ul li .over-a a.rsv {
          display: block;
          width: 124px;
          height: 121px;
          line-height: 137px;
          font-size: 16px;
          color: #f3f3f3;
          font-weight: normal;
          padding-left: 46px;
          background-color: transparent; }
        .section-main-movie-list .main-movie-list .wrap-slider ul li .over-a a.info {
          display: block;
          width: 95px;
          height: 122px;
          line-height: 98px;
          font-size: 16px;
          color: #f3f3f3;
          font-weight: normal;
          padding-left: 75px;
          background-color: transparent; }
        .section-main-movie-list .main-movie-list .wrap-slider ul li .over-a a:hover {
          color: #C39C71; }
      .section-main-movie-list .main-movie-list .wrap-slider ul li .over-b {
        opacity: 0;
        display: block;
        background-color: rgba(0, 0, 0, 0.5);
        width: 100%;
        height: 243px;
        position: absolute;
        top: 0;
        left: 0; }
        .section-main-movie-list .main-movie-list .wrap-slider ul li .over-b.on {
          display: block;
          opacity: 1; }
        .section-main-movie-list .main-movie-list .wrap-slider ul li .over-b.up {
          background: url("/images/movies/bg-list-hover-2.png") center center no-repeat; }
        .section-main-movie-list .main-movie-list .wrap-slider ul li .over-b a.info {
          display: block;
          width: 170px;
          height: 243px;
          line-height: 243px;
          font-size: 16px;
          color: #f3f3f3;
          font-weight: normal;
          text-align: center; }
        .section-main-movie-list .main-movie-list .wrap-slider ul li .over-b a.rsv {
          display: none; }
        .section-main-movie-list .main-movie-list .wrap-slider ul li .over-b a:hover {
          color: #C39C71; }

.section-main-event {
  background-color: #f9f9f9;
  max-width: 100%;
  margin: 0 auto;
  padding: 60px 0 110px 0;
  position: relative; }
  .section-main-event .title {
    display: block;
    width: 85px;
    height: 37px;
    margin: 0 auto 35px auto;
    text-align: center;
    font-size: 25px;
    color: #666;
    font-weight: normal;
    line-height: 37px;
    border-bottom: solid 2px #979797; }
  .section-main-event .wrap-event {
    display: block;
    width: 890px;
    margin: 0 auto; }
    .section-main-event .wrap-event .wrap-event-slider {
      float: left;
      margin-right: 10px; }
    .section-main-event .wrap-event .event-banner {
      position: relative; }
      .section-main-event .wrap-event .event-banner img {
        width: 530px;
        height: 305px; }
      .section-main-event .wrap-event .event-banner .caption {
        position: absolute;
        right: 0;
        bottom: 0;
        display: block;
        width: 530px;
        height: 110px;
        background-color: rgba(0, 0, 0, 0.5);
        color: #fff; }
        .section-main-event .wrap-event .event-banner .caption .big {
          font-size: 23px;
          font-weight: 500;
          display: block;
          margin: 13px 0 0 39px; }
        .section-main-event .wrap-event .event-banner .caption .small {
          font-size: 13px;
          display: block;
          display: block;
          margin: 8px 0 0 39px; }
    .section-main-event .wrap-event .event-banner-2 {
      margin-top: 10px; }
      .section-main-event .wrap-event .event-banner-2 img {
        width: 530px;
        height: 193px; }
  .section-main-event .wrap-event-slider .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 225px; }
  .section-main-event .wrap-event-slider .bxslider-event img {
    width: 350px;
    height: 508px; }
  .section-main-event .wrap-event-slider .bx-prev,
  .section-main-event .wrap-event-slider .bx-prev:hover {
    display: block;
    background: url("/images/main/btn-slider-event-prev.png") center center no-repeat;
    width: 19px;
    height: 53px;
    left: 16px; }
  .section-main-event .wrap-event-slider .bx-next,
  .section-main-event .wrap-event-slider .bx-next:hover {
    display: block;
    background: url("/images/main/btn-slider-event-next.png") center center no-repeat;
    width: 19px;
    height: 53px;
    right: 16px; }
  .section-main-event .wrap-event-slider .bx-prev.disabled,
  .section-main-event .wrap-event-slider .bx-next.disabled {
    opacity: 0.2; }
  .section-main-event .wrap-event-slider .bx-pager {
    padding: 0;
    position: relative;
    bottom: 24px; }
    .section-main-event .wrap-event-slider .bx-pager .bx-pager-link {
      width: 12px;
      height: 12px;
      display: inline-block;
      overflow: hidden;
      text-indent: -10000em;
      background-color: #ececec;
      border-radius: 6px;
      margin: 0 4px 0 3px; }
      .section-main-event .wrap-event-slider .bx-pager .bx-pager-link.active {
        background-color: #fff; }

.section-main-notice {
  background-color: #e9e9e9;
  max-width: 100%;
  margin: 0 auto;
  padding: 68px 0 120px 0;
  position: relative; }
  .section-main-notice .title {
    display: block;
    width: 94px;
    height: 37px;
    margin: 0 auto 42px auto;
    text-align: center;
    font-size: 25px;
    color: #666;
    font-weight: normal;
    line-height: 37px;
    border-bottom: solid 2px #979797; }
  .section-main-notice .wrap-notice {
    display: block;
    width: 890px;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0.9);
    border: solid 1px #d8d8d8;
    height: 242px;
    overflow: scroll; }
    .section-main-notice .wrap-notice .notice-list {
      display: block;
      width: 707px;
      margin: 0 auto;
      padding: 13px 0; }
      .section-main-notice .wrap-notice .notice-list li {
        height: 65px;
        position: relative;
        line-height: 65px;
        border-bottom: 1px solid #ccc;
        font-size: 16px; }
        .section-main-notice .wrap-notice .notice-list li a {
          color: #666; }
          .section-main-notice .wrap-notice .notice-list li a .branch {
            font-size: 18px;
            color: #494949; }
          .section-main-notice .wrap-notice .notice-list li a .date {
            position: absolute;
            top: 0;
            right: 0;
            line-height: 67px;
            display: block; }
        .section-main-notice .wrap-notice .notice-list li a:hover {
          color: #000; }
  .section-main-notice .notice-more {
    cursor: pointer;
    border: solid 1px #d8d8d8;
    background-color: #fff;
    font-size: 18px;
    font-weight: 300;
    display: block;
    width: 890px;
    height: 41px;
    line-height: 41px;
    text-align: center;
    margin: 0 auto;
    color: #666; }

.pop-main {
  display: block;
  position: absolute;
  z-index: 999;
  top: 300px;
  left: 50%;
  margin-left: -250px;
  width: 500px;
  height: 542px;
  background-color: #fff;
  box-shadow: 6px 4px 41px 5px rgba(0, 0, 0, 0.6); }
  .pop-main > img {
    width: 500px;
    height: 482px; }
  .pop-main .top {
    height: 80px;
    font-size: 20px;
    font-weight: bold;
    color: #494949;
    text-align: center;
    position: relative;
    line-height: 78px; }
    .pop-main .top .btn-close {
      display: block;
      width: 80px;
      height: 80px;
      overflow: hidden;
      text-indent: -10000em;
      background: url("/images/main/btn-pop-main-close.png") center center no-repeat;
      position: absolute;
      right: 0;
      top: 0; }
  .pop-main .body {
    height: 402px;
    box-sizing: border-box;
    padding: 0 18px 18px 18px;
    overflow: auto;
    font-size: 16px;
    color: #333; }
    .pop-main .body:before {
      content: "";
      display: block;
      margin: 0 0 18px;
      border-top: 2px solid #e5e5e5; }
    .pop-main .body img {
      display: inline-block;
      margin-top: 6px;
      max-width: 100%; }
    .pop-main .body ul, .pop-main .body ol {
      margin-left: 20px; }
    .pop-main .body ul li {
      list-style: square; }
  .pop-main .bottom {
    height: 60px;
    background-color: #f3f3f3;
    position: relative;
    text-align: center; }
    .pop-main .bottom input[type=checkbox] {
      position: absolute;
      left: -100000em; }
    .pop-main .bottom label {
      display: block;
      position: absolute;
      left: 20px;
      top: 0;
      height: 60px;
      padding-left: 34px;
      line-height: 58px;
      font-size: 14px;
      color: #333;
      text-align: left;
      background: url("/images/main/icon-pop-main-unchecked.png") left center no-repeat;
      cursor: pointer; }
    .pop-main .bottom input[type=checkbox]:checked + label {
      background-image: url("/images/main/icon-pop-main-checked.png"); }
    .pop-main .bottom .btn-detail {
      width: 226px;
      height: 28px;
      background-color: #fff;
      border: 1px solid #ccc;
      font-size: 14px;
      color: #333;
      line-height: 26px;
      display: inline-block;
      text-align: center;
      margin: 15px 0 0 28px; }
    .pop-main .bottom .btn-close {
      width: 90px;
      height: 60px;
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      line-height: 58px;
      background: url("/images/main/btn-pop-main-close2.png") center right 18px no-repeat;
      font-size: 16px;
      font-weight: bold;
      color: #333;
      text-align: left; }

/*============================================================
/*
/* [m]: title
/*
============================================================== */
.wrap-movie-title {
  background-color: #e5e5e5;
  width: 100%;
  height: 134px;
  text-align: center; }
  .wrap-movie-title h2.movie-title {
    display: inline-block;
    margin: 0 auto;
    font-size: 25px;
    color: #666;
    font-weight: normal;
    padding-top: 42px;
    height: 46px; }
    .wrap-movie-title h2.movie-title::after {
      content: "";
      border-bottom: 2px solid #979797;
      display: block;
      margin: 0 auto; }

.wrap-sitemap-title {
  background-color: #e5e5e5;
  width: 100%;
  height: 134px;
  text-align: center; }
  .wrap-sitemap-title h2.sitemap-title {
    display: inline-block;
    margin: 0 auto;
    font-size: 25px;
    color: #666;
    font-weight: normal;
    padding-top: 42px;
    height: 46px; }
    .wrap-sitemap-title h2.sitemap-title::after {
      content: "";
      border-bottom: 2px solid #979797;
      display: block;
      margin: 0 auto; }

.wrap-membership-title {
  background-color: #e5e5e5;
  width: 100%;
  height: 134px;
  text-align: center; }
  .wrap-membership-title h2.membership-title {
    display: inline-block;
    margin: 0 auto;
    font-size: 25px;
    color: #666;
    font-weight: normal;
    padding-top: 42px;
    height: 46px; }
    .wrap-membership-title h2.membership-title::after {
      content: "";
      border-bottom: 2px solid #979797;
      display: block;
      margin: 0 auto; }

/*============================================================
/*
/* [m]: movie list
/*
============================================================== */
.posterlist {
  width: 170px;
  height: 243px; }

.section-movie-list {
  width: 100%;
  margin: 0 auto 0 auto;
  background-color: #f9f9f9;
  padding: 0 0 120px; }
  .section-movie-list.boxoffice {
    padding-top: 169px; }
  .section-movie-list.latest,
  .section-movie-list.comming {
    padding-top: 117px; }
  .section-movie-list ul {
    display: block;
    width: 890px;
    margin: 0 auto; }
    .section-movie-list ul li {
      display: inline-block;
      margin: 0 3px 33px 3px;
      position: relative; }
      .section-movie-list ul li:nth-child(5n-4) {
        margin-left: -4px; }
      .section-movie-list ul li:nth-child(5n) {
        margin-right: -4px; }
      .section-movie-list ul li .over-a {
        opacity: 0;
        display: block;
        background-color: rgba(0, 0, 0, 0.5);
        width: 100%;
        height: 243px;
        position: absolute;
        top: 0;
        left: 0; }
        .section-movie-list ul li .over-a.on {
          display: block;
          opacity: 1; }
        .section-movie-list ul li .over-a.up {
          background: url("/images/movies/bg-list-hover-up.png") center center no-repeat; }
        .section-movie-list ul li .over-a.down {
          background: url("/images/movies/bg-list-hover-down.png") center center no-repeat; }
        .section-movie-list ul li .over-a a.rsv {
          display: block;
          width: 124px;
          height: 121px;
          line-height: 137px;
          font-size: 16px;
          color: #f3f3f3;
          font-weight: normal;
          padding-left: 46px;
          background-color: transparent; }
        .section-movie-list ul li .over-a a.info {
          display: block;
          width: 95px;
          height: 122px;
          line-height: 98px;
          font-size: 16px;
          color: #f3f3f3;
          font-weight: normal;
          padding-left: 75px;
          background-color: transparent; }
        .section-movie-list ul li .over-a a:hover {
          color: #C39C71; }
      .section-movie-list ul li .over-b {
        opacity: 0;
        display: block;
        background-color: rgba(0, 0, 0, 0.5);
        width: 100%;
        height: 243px;
        position: absolute;
        top: 0;
        left: 0; }
        .section-movie-list ul li .over-b.on {
          display: block;
          opacity: 1; }
        .section-movie-list ul li .over-b.up {
          background: url("/images/movies/bg-list-hover-2.png") center center no-repeat; }
        .section-movie-list ul li .over-b a.info {
          display: block;
          width: 170px;
          height: 243px;
          line-height: 243px;
          font-size: 16px;
          color: #f3f3f3;
          font-weight: normal;
          text-align: center; }
        .section-movie-list ul li .over-b a.rsv {
          display: none; }
        .section-movie-list ul li .over-b a:hover {
          color: #C39C71; }
  .section-movie-list .btn-more {
    display: block;
    width: 720px;
    height: 41px;
    margin: 35px auto 0 auto;
    background-color: #fff;
    border: 1px solid #d8d8d8;
    color: #7d7d7d;
    font-size: 16px;
    line-height: 41px;
    text-align: center; }
    .section-movie-list .btn-more:hover {
      color: #000;
      border: 1px solid #000; }
  .section-movie-list .selector {
    display: block;
    width: 880px;
    height: 15px;
    margin: 0 auto 37px auto;
    text-align: right;
    padding: 0 5px;
    font-size: 15px; }
    .section-movie-list .selector a {
      color: #7d7d7d; }
      .section-movie-list .selector a.selected {
        color: #000; }
      .section-movie-list .selector a:hover {
        color: #000; }

/*============================================================
/*
/* [m]: movie list
/*
============================================================== */
.movie-desc {
  width:154px;
  overflow:hidden !important;
  border: 1px solid #b4b5b5;
  height: 32px;
  padding: 0 7px;
  line-height: 31px;
  background-color: #fff;
  font-size: 14px;
  color: #89898a; }
  .movie-desc .rate-all,
  .movie-desc .rate-12,
  .movie-desc .rate-15,
  .movie-desc .rate-n,
  .movie-desc .rate-x {
    font-weight: bold;
    color: #fff;
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: center;
    margin-right: 7px;
    position: relative;
    padding: 0;
    overflow: hidden;
    text-indent: -10000em;
    position: relative;
    top: 4px; }
  .movie-desc .rate-all {
    background: url("/images/movies/icon-rate-all.png") center center no-repeat; }
  .movie-desc .rate-12 {
    background: url("/images/movies/icon-rate-12.png") center center no-repeat; }
  .movie-desc .rate-15 {
    background: url("/images/movies/icon-rate-15.png") center center no-repeat; }
  .movie-desc .rate-x {
    background: url("/images/movies/icon-rate-x.png") center center no-repeat; }
  .movie-desc .rate-n {
    background: url("/images/movies/icon-rate-n.png") center center no-repeat; }
  .movie-desc .label {
    display: block;
    width: 20px;
    height: 28px;
    overflow: hidden;
    background: url("/images/movies/icon-list-label.png") center center no-repeat;
    position: absolute;
    top: 0;
    left: 5px;
    font-size: 14px;
    text-align: center;
    line-height: 18px;
    color: #000; }

.movie-date {
  border: 1px solid #b4b5b5;
  border-bottom: 0;
  padding: 0 7px;
  line-height: 31px;
  background-color: #fff;
  color: #89898a;
  font-size: 13px;
  text-align: right;
  position: relative; }
  .movie-date .rb-1, .movie-date .rb-2, .movie-date .rb-3 {
    display: block;
    position: absolute;
    top: 6px;
    left: 8px;
    width: 44px;
    height: 19px;
    padding-left: 10px;
    text-align: left;
    line-height: 16px;
    font-weight: bold;
    color: #fff; }
  .movie-date .rb-1 {
    background: url("/images/movies/icon-rb-1.png") center center no-repeat; }
  .movie-date .rb-2 {
    background: url("/images/movies/icon-rb-2.png") center center no-repeat; }
  .movie-date .rb-3 {
    background: url("/images/movies/icon-rb-3.png") center center no-repeat; }

/*============================================================
/*
/* [m]: event view
/*
============================================================== */
.section-event {
  width: 100%;
  margin: 0 auto 0 auto;
  background-color: #f9f9f9;
  padding: 83px 0 120px; }
  .section-event .wrap-event-box {
    width: 850px;
    background-color: #fff;
    margin: 30px auto 0;
    padding: 80px 85px 50px;
    /* min-height: 825px;  */ }
    .section-event .wrap-event-box.wrap-winner-box {
      padding-top: 36px; }
  .section-event .search-winner {
    float: right;
    margin: 0 20px 34px 0; }
    .section-event .search-winner .keyword {
      border: 1px solid #d8d8d8;
      color: #666;
      width: 180px;
      height: 30px;
      box-sizing: border-box;
      padding: 0 10px;
      line-height: 30px;
      font-size: 17px; }
    .section-event .search-winner input[type=submit] {
      width: 80px;
      height: 30px;
      background-color: #cc1221;
      color: #fff;
      font-size: 17px;
      line-height: 30px;
      border: 1px solid #cc1221; }

/*============================================================
/*
/* [m]: event list
/*
============================================================== */
.section-event-list {
  width: 100%;
  margin: 0 auto 0 auto;
  background-color: #f9f9f9;
  padding: 153px 0 120px; }
  .section-event-list ul {
    display: block;
    width: 940px;
    margin: 0 auto; }
    .section-event-list ul li {
      display: inline-block;
      margin: 12px 8px 95px 9px;
      width:220px;
      height:319px;
      position: relative; }
      .section-event-list ul li:nth-child(4n-3) {
        margin-left: -9px; }
      .section-event-list ul li:nth-child(4n) {
        margin-right: -8px; }
      .section-event-list ul li .desc-box {
        display: block;
        border: 1px solid #d8d8d8;
        position: relative;
        width: 220px;
        height: 95px;
        box-sizing: border-box;
        overflow: hidden; }
        .section-event-list ul li .desc-box .desc {
          display: block;
          font-size: 20px;
          font-weight: bold;
          color: #494949;
          padding: 10px 10px 8px;
          line-height: 1.2em;
          height: 40px; }
          .section-event-list ul li .desc-box .desc.finished {
            color: #ccc; }
          .section-event-list ul li .desc-box .desc.finished:after {
            content: "종료";
            display: block;
            position: absolute;
            width: 26px;
            height: 14px;
            overflow: hidden;
            text-indent: -10000em;
            background: url("/images/event/icon-finished.png") center center no-repeat;
            bottom: 15px;
            right: 9px; }
        .section-event-list ul li .desc-box .date {
          display: block;
          font-size: 16px;
          color: #7d7d7d;
          padding: 5px 10px; }
  .section-event-list .btn-more {
    display: block;
    width: 720px;
    height: 41px;
    margin: 35px auto 0 auto;
    background-color: #fff;
    border: 1px solid #d8d8d8;
    color: #7d7d7d;
    font-size: 16px;
    line-height: 41px;
    text-align: center; }
    .section-event-list .btn-more:hover {
      color: #000;
      border: 1px solid #000; }

/*============================================================
/*
/* [m]: card list
/*
============================================================== */
.section-card {
  width: 100%;
  margin: 0 auto 0 auto;
  background-color: #f9f9f9;
  padding: 83px 0 120px; }
  .section-card .wrap-card-box {
    width: 850px;
    background-color: #fff;
    margin: 30px auto 0;
    padding: 41px 85px 50px;
    /* min-height: 825px;  */ }
    .section-card .wrap-card-box .card-type .kind {
      position: relative;
      font-size: 16px;
      font-weight: bold;
      color: #333;
      padding: 12px 0 14px 20px;
      border-bottom: 1px solid #7d7d7d;
      margin-bottom: 40px; }
      .section-card .wrap-card-box .card-type .kind .btn-top {
        position: absolute;
        background: url("/images/card/btn-top.png") center center no-repeat;
        width: 15px;
        height: 15px;
        display: block;
        right: 9px;
        top: 11px;
        overflow: hidden;
        text-indent: -10000em; }
    .section-card .wrap-card-box .card-type .card-item {
      margin-top: 30px;
      border-bottom: 1px solid #ececec; }
      .section-card .wrap-card-box .card-type .card-item:after {
        content: "";
        display: table;
        clear: both;
        padding-top: 30px; }
      .section-card .wrap-card-box .card-type .card-item:last-child {
        border: none; }
      .section-card .wrap-card-box .card-type .card-item .card {
        float: left;
        margin-right: 20px; }
        .section-card .wrap-card-box .card-type .card-item .card .card-graphic {
          display: block;
          width: 255px;
          height: 162px; }
        .section-card .wrap-card-box .card-type .card-item .card .card-text {
          display: table;
          width: 255px;
          height: 162px;
          box-sizing: border-box;
          border: 1px solid #e5e5e5;
          background-color: #b4b5b5;
          font-size: 20px;
          color: #fff;
          border-radius: 8px;
          text-align: center; }
          .section-card .wrap-card-box .card-type .card-item .card .card-text p {
            display: table-cell;
            vertical-align: middle; }
        .section-card .wrap-card-box .card-type .card-item .card ul {
          margin-top: 8px; }
          .section-card .wrap-card-box .card-type .card-item .card ul li {
            display: inline-block;
            padding: 0 8px 0;
            font-size: 13px;
            color: #c39c71;
            border: 1px solid #e5e5e5;
            border-radius: 8px;
            margin: 0 1px 5px 0; }
      .section-card .wrap-card-box .card-type .card-item .card-info .title {
        display: block;
        padding: 6px 0 14px 0;
        border-bottom: 1px solid #ececec;
        color: #333;
        font-size: 16px;
        margin-left: 276px; }
      .section-card .wrap-card-box .card-type .card-item .card-info ul {
        margin: 10px 0 0 294px; }
        .section-card .wrap-card-box .card-type .card-item .card-info ul li {
          font-size: 14px;
          color: #7d7d7d;
          line-height: 1.86em; }
          .section-card .wrap-card-box .card-type .card-item .card-info ul li:before {
            content: "• ";
            margin-left: -0.6em;
            position: relative;
            top: -0.05em; }

/*============================================================
/*
/* [p]: theater
/*
============================================================== */
.section-theater-head {
  background: url("/images/theaters/bg-theater.jpg") center center no-repeat;
  background-size: cover;
  width: 100%;
  height: 550px;
  margin-top: 50px; }
  .section-theater-head .wrap {
    display: block;
    width: 712px;
    margin: 0 auto;
    padding: 289px 154px 0 154px;
    position: relative;
    text-shadow: 0 0 20px black;
  }
    .section-theater-head .wrap .name-1 {
      display: block;
      width: 100%;
      font-size: 37px;
      color: #fff;
      text-align: right;
      font-weight: 300;
      text-shadow: 0 0 20px black;
      line-height: 1; }
    .section-theater-head .wrap .name-2 {
      display: block;
      width: 100%;
      padding: 9px 0 15px;
      font-size: 45px;
      color: #fff;
      text-align: right;
      font-weight: 500;
      text-shadow: 0 0 20px black;
      line-height: 1; }
    .section-theater-head .wrap .name-3 {
      display: block;
      width: 100%;
      padding: 9px 0 10px;
      font-size: 16px;
      color: #fff;
      text-align: right;
      font-weight: 500;
      text-shadow: 0 0 20px black;
      line-height: 2.1;
      /*original value - line-height: 1;*/ }
    .section-theater-head .wrap .btn-inquiry {
      display: block;
      position: absolute;
      right: 153px;
      /*ogiginal value: 158*/
      width: 111px;
      height: 35px;
      border: 1px solid #94624c;
      background-color: rgba(0, 0, 0, 0.8); /*original value:0.33*/
      font-size: 15px;
      line-height: 35px;
      color: #f9f9f9;
      text-align: center;
      margin: 0 auto; }

.section-theater-body {
  background-color: #f9f9f9;
  padding: 49px 0 120px 0; }
  .section-theater-body .wrap {
    display: block;
    width: 1020px;
    margin: 0 auto;
    position: relative; }
    .section-theater-body .wrap .selector {
      display: block;
      width: auto;
      margin: 0 auto 49px auto;
      text-align:center }
      .section-theater-body .wrap .selector li {
        cursor: pointer;
        display: block;
        width: 134px;
        height: 50px;
        line-height: 50px;
        border: 1px solid #d8d8d8;
        display: inline-block;
        margin: 0 0 0 -5px;
        text-align: center;
        font-size: 20px;
        color: #7d7d7d;
        background-color: #fff; }
        .section-theater-body .wrap .selector li.selected {
          color: #c39c71;
          background: #fff url("/images/theaters/bg-selector.png") center bottom repeat-x; }
      .section-theater-body .wrap .selector li:first-child {
        margin-left: 0; }
    .section-theater-body .wrap .cal {
      margin-bottom: 29px; }
      .section-theater-body .wrap .cal .big-m {
        display: inline-block;
        padding-left: 95px;
        font-size: 38px;
        color: #000;
        font-weight: 500; }
      .section-theater-body .wrap .cal .small-yyyym {
        display: inline-block;
        padding-left: 2px;
        font-size: 16px;
        color: #7d7d7d;
        font-weight: 300; }
      .section-theater-body .wrap .cal ul {
        margin: 6px 0 0 0; }
        .section-theater-body .wrap .cal ul li {
          display: inline-block;
          margin: 0 9px;
          vertical-align: top; }
          .section-theater-body .wrap .cal ul li a {
            display: block;
            width: 38px;
            height: 64px;
            text-align: center;
            color: #000;
            font-size: 21px;
            line-height: 1;
            position: relative; }
            .section-theater-body .wrap .cal ul li a .day {
              display: block;
              color: #555;
              font-size: 15px;
              padding: 11px 0 4px 0; }
            .section-theater-body .wrap .cal ul li a.prev {
              width: 58px;
              background: url("/images/theaters/btn-cal-prev.png") center center no-repeat;
              overflow: hidden;
              text-indent: -10000em; }
              .section-theater-body .wrap .cal ul li a.prev:hover {
                background: url("/images/theaters/btn-cal-prev-on.png") center center no-repeat; }
            .section-theater-body .wrap .cal ul li a.next {
              width: 58px;
              background: url("/images/theaters/btn-cal-next.png") center center no-repeat;
              overflow: hidden;
              text-indent: -10000em; }
              .section-theater-body .wrap .cal ul li a.next:hover {
                background: url("/images/theaters/btn-cal-next-on.png") center center no-repeat; }
            .section-theater-body .wrap .cal ul li a.today::before {
              content: "";
              position: absolute;
              display: block;
              top: 5px;
              left: 17px;
              background-color: #000;
              width: 4px;
              height: 4px;
              border-radius: 4px; }
            .section-theater-body .wrap .cal ul li a.selected {
              background: url("/images/theaters/bg-cal-selected.png") center center no-repeat;
              color: #fff; }
              .section-theater-body .wrap .cal ul li a.selected .day {
                color: #fff; }
              .section-theater-body .wrap .cal ul li a.selected.today::before {
                content: "";
                position: absolute;
                display: block;
                top: 5px;
                left: 17px;
                background-color: #fff;
                width: 4px;
                height: 4px;
                border-radius: 4px; }
            .section-theater-body .wrap .cal ul li a.sat {
              color: #538aca; }
              .section-theater-body .wrap .cal ul li a.sat .day {
                color: #538aca; }
              .section-theater-body .wrap .cal ul li a.sat.today::before {
                content: "";
                position: absolute;
                display: block;
                top: 5px;
                left: 17px;
                background-color: #538aca;
                width: 4px;
                height: 4px;
                border-radius: 4px; }
            .section-theater-body .wrap .cal ul li a.sun {
              color: #d13d49; }
              .section-theater-body .wrap .cal ul li a.sun .day {
                color: #d13d49; }
              .section-theater-body .wrap .cal ul li a.sun.today::before {
                content: "";
                position: absolute;
                display: block;
                top: 5px;
                left: 17px;
                background-color: #d13d49;
                width: 4px;
                height: 4px;
                border-radius: 4px; }
            .section-theater-body .wrap .cal ul li a.disabled {
              color: #d8d8d8; }
              .section-theater-body .wrap .cal ul li a.disabled .day {
                color: #d8d8d8; }
              .section-theater-body .wrap .cal ul li a.disabled.today::before {
                content: "";
                position: absolute;
                display: block;
                top: 5px;
                left: 17px;
                background-color: #d8d8d8;
                width: 4px;
                height: 4px;
                border-radius: 4px; }
    .section-theater-body .wrap .selector-sub {
      float: right;
      text-align: right;
      width: 180px;
      margin: -55px 30px 0 0;
      font-size: 18px; }
      .section-theater-body .wrap .selector-sub a {
        color: #9b9b9b; }
        .section-theater-body .wrap .selector-sub a.selected {
          color: #000; }
        .section-theater-body .wrap .selector-sub a:hover {
          color: #000; }
    .section-theater-body .wrap .content {
      width: 958px;
      background-color: #fff;
      padding: 7px 31px 60px 31px; }
      .section-theater-body .wrap .content .desc {
        width: 557px;
        border-bottom: 1px solid #ccc;
        text-align: right;
        font-size: 13px;
        color: #7d7d7d;
        line-height: 20px;
        margin-left: auto;
        padding-bottom: 15px; }
        .section-theater-body .wrap .content .desc li {
          display: inline-block;
          line-height: 20px;
          vertical-align: top;
          margin-right: 15px; }
        .section-theater-body .wrap .content .desc .rate-all,
        .section-theater-body .wrap .content .desc .rate-12,
        .section-theater-body .wrap .content .desc .rate-15,
        .section-theater-body .wrap .content .desc .rate-x,
        .section-theater-body .wrap .content .desc .rate-n {
          font-weight: bold;
          color: #fff;
          width: 20px;
          height: 20px;
          display: inline-block;
          text-align: center;
          margin-right: 6px;
          position: relative;
          padding: 0;
          overflow: hidden;
          text-indent: -10000em;
          position: relative;
          top: 5px; }
        .section-theater-body .wrap .content .desc .rate-all {
          background: url("/images/movies/icon-rate-all.png") center center no-repeat; }
        .section-theater-body .wrap .content .desc .rate-12 {
          background: url("/images/movies/icon-rate-12.png") center center no-repeat; }
        .section-theater-body .wrap .content .desc .rate-15 {
          background: url("/images/movies/icon-rate-15.png") center center no-repeat; }
        .section-theater-body .wrap .content .desc .rate-x {
          background: url("/images/movies/icon-rate-x.png") center center no-repeat; }
        .section-theater-body .wrap .content .desc .rate-n {
          background: url("/images/movies/icon-rate-n.png") center center no-repeat; }
      .section-theater-body .wrap .content .table-movie-time {
        width: 720px;
        margin: 50px auto 0 auto; }
        .section-theater-body .wrap .content .table-movie-time tr td {
          text-align: center;
          padding: 18px 0 10px 0;
          border: 1px solid #ccc;
          position: relative; }
          .section-theater-body .wrap .content .table-movie-time tr td:nth-child(1) {
            width: 120px;
            font-size: 14px;
            color: #7d7d7d; }
          .section-theater-body .wrap .content .table-movie-time tr td:nth-child(2) {
            width: 345px;
            text-align: left;
            padding-left: 15px; }
          .section-theater-body .wrap .content .table-movie-time tr td:nth-child(3) {
            width: 120px; }
          .section-theater-body .wrap .content .table-movie-time tr td:nth-child(4) {
            width: 120px; }
          .section-theater-body .wrap .content .table-movie-time tr td .rate-all,
          .section-theater-body .wrap .content .table-movie-time tr td .rate-12,
          .section-theater-body .wrap .content .table-movie-time tr td .rate-15,
          .section-theater-body .wrap .content .table-movie-time tr td .rate-n,
          .section-theater-body .wrap .content .table-movie-time tr td .rate-x {
            font-weight: bold;
            color: #fff;
            width: 20px;
            height: 20px;
            display: inline-block;
            text-align: center;
            margin-right: 6px;
            position: relative;
            padding: 0;
            overflow: hidden;
            text-indent: -10000em;
            position: relative;
            top: 3px; }
          .section-theater-body .wrap .content .table-movie-time tr td .rate-all {
            background: url("/images/movies/icon-rate-all.png") center center no-repeat; }
          .section-theater-body .wrap .content .table-movie-time tr td .rate-12 {
            background: url("/images/movies/icon-rate-12.png") center center no-repeat; }
          .section-theater-body .wrap .content .table-movie-time tr td .rate-15 {
            background: url("/images/movies/icon-rate-15.png") center center no-repeat; }
          .section-theater-body .wrap .content .table-movie-time tr td .rate-x {
            background: url("/images/movies/icon-rate-x.png") center center no-repeat; }
          .section-theater-body .wrap .content .table-movie-time tr td .rate-n {
            background: url("/images/movies/icon-rate-n.png") center center no-repeat; }
          .section-theater-body .wrap .content .table-movie-time tr td .from {
            font-size: 17px;
            line-height: 17px;
            display: block;
            color: #000;
            padding-right: 16px; }
          .section-theater-body .wrap .content .table-movie-time tr td .to {
            font-size: 14px;
            color: #7d7d7d;
            padding-left: 16px; }
          .section-theater-body .wrap .content .table-movie-time tr td .title {
            font-size: 20px;
            font-weight: bold;
            color: #494949; }
            .section-theater-body .wrap .content .table-movie-time tr td .title .aux {
              color: #c39c71; }
            .section-theater-body .wrap .content .table-movie-time tr td .title:hover {
              color: #000; }
          .section-theater-body .wrap .content .table-movie-time tr td .screen-name {
            font-size: 15px;
            font-weight: 300;
            display: block;
            margin-top: -5px; }
          .section-theater-body .wrap .content .table-movie-time tr td .theater-name {
            font-size: 12px;
            color: #7d7d7d;
            display: block;
            margin-top: -2px; }
          .section-theater-body .wrap .content .table-movie-time tr td .left {
            position: absolute;
            display: block;
            z-index: 1;
            text-align: right;
            right: 55px;
            top: 12px; }
          .section-theater-body .wrap .content .table-movie-time tr td .seats {
            background: url("/images/theaters/bg-seats-slash.png") center center no-repeat;
            width: 44px;
            height: 27px;
            position: absolute;
            overflow: hidden;
            text-indent: -10000em;
            left: 42px;
            top: 23px; }
          .section-theater-body .wrap .content .table-movie-time tr td .all {
            position: absolute;
            display: block;
            z-index: 1;
            text-align: right;
            right: 31px;
            top: 33px;
            font-size: 12px;
            color: #7d7d7d; }
      .section-theater-body .wrap .content .each-movie-time {
        margin: 49px 0 59px; }
        .section-theater-body .wrap .content .each-movie-time:last-child {
          margin-bottom: 0; }
        .section-theater-body .wrap .content .each-movie-time:after {
          content: "";
          display: table;
          clear: both; }
        .section-theater-body .wrap .content .each-movie-time .title {
          font-size: 20px;
          font-weight: bold;
          color: #494949;
          margin-bottom: 11px; }
          .section-theater-body .wrap .content .each-movie-time .title .rate-all,
          .section-theater-body .wrap .content .each-movie-time .title .rate-12,
          .section-theater-body .wrap .content .each-movie-time .title .rate-15,
          .section-theater-body .wrap .content .each-movie-time .title .rate-n,
          .section-theater-body .wrap .content .each-movie-time .title .rate-x {
            font-weight: bold;
            color: #fff;
            width: 20px;
            height: 20px;
            display: inline-block;
            text-align: center;
            margin-right: 6px;
            position: relative;
            padding: 0;
            overflow: hidden;
            text-indent: -10000em;
            position: relative;
            top: 2px; }
          .section-theater-body .wrap .content .each-movie-time .title .rate-all {
            background: url("/images/movies/icon-rate-all.png") center center no-repeat; }
          .section-theater-body .wrap .content .each-movie-time .title .rate-12 {
            background: url("/images/movies/icon-rate-12.png") center center no-repeat; }
          .section-theater-body .wrap .content .each-movie-time .title .rate-15 {
            background: url("/images/movies/icon-rate-15.png") center center no-repeat; }
          .section-theater-body .wrap .content .each-movie-time .title .rate-x {
            background: url("/images/movies/icon-rate-x.png") center center no-repeat; }
          .section-theater-body .wrap .content .each-movie-time .title .rate-n {
            background: url("/images/movies/icon-rate-n.png") center center no-repeat; }
          .section-theater-body .wrap .content .each-movie-time .title .aux {
            color: #c39c71;
            font-weight: normal; }
        .section-theater-body .wrap .content .each-movie-time .screen {
          margin-bottom: 13px; }
          .section-theater-body .wrap .content .each-movie-time .screen:after {
            content: "";
            display: table;
            clear: both; }
          .section-theater-body .wrap .content .each-movie-time .screen .screen-name {
            display: block;
            float: left;
            width: 115px;
            height: 69px;
            margin-right: 5px;
            border: 1px solid #b4b5b5;
            box-sizing: border-box;
            font-size: 16px;
            text-align: center;
            line-height: 50px;
            color: #666; }
          .section-theater-body .wrap .content .each-movie-time .screen .time-block {
            display: block;
            float: left;
            width: 836px; }
            .section-theater-body .wrap .content .each-movie-time .screen .time-block .time {
              display: block;
              width: 120px;
              height: 69px;
              float: left;
              box-sizing: border-box;
              border: 1px solid #b4b5b5;
              margin-left: -1px;
              position: relative;
              text-align: center;
              line-height: 46px;
              font-size: 16px;
              margin-bottom: -1px; }
              .section-theater-body .wrap .content .each-movie-time .screen .time-block .time a {
                color: #7d7d7d; }
                .section-theater-body .wrap .content .each-movie-time .screen .time-block .time a:hover {
                  color: #fff; }
              .section-theater-body .wrap .content .each-movie-time .screen .time-block .time:nth-child(7n-6) {
                margin-left: 0; }
              .section-theater-body .wrap .content .each-movie-time .screen .time-block .time:hover {
                background-color: #3a3a3a; }
              .section-theater-body .wrap .content .each-movie-time .screen .time-block .time:hover > a > .to {
                display: inline; }
              .section-theater-body .wrap .content .each-movie-time .screen .time-block .time > a > .to {
                display: none; }
              .section-theater-body .wrap .content .each-movie-time .screen .time-block .time .seats-status {
                position: absolute;
                bottom: 0;
                border-top: 1px solid #b4b5b5;
                display: block;
                width: 120px;
                line-height: 21px;
                color: #b7b7b7;
                font-size: 14px; }
    .section-theater-body .wrap .expl {
      width: 958px;
      background-color: #efefef;
      padding: 40px 31px 40px 31px; }
      .section-theater-body .wrap .expl ul li {
        font-size: 14px;
        color: #7d7d7d; }
        .section-theater-body .wrap .expl ul li:before {
          content: "•";
          margin-right: 0.4em;
          position: relative;
          top: -0.05em; }
    .section-theater-body .wrap .addr {
      height: 48px;
      background-color: rgba(0, 0, 0, 0.66);
      line-height: 48px;
      font-size: 16px;
      padding-left: 22px;
      color: #fff;
      position: relative;
      z-index: 10; }
    .section-theater-body .wrap .map {
      position: relative;
      top: -48px; }
  .section-theater-body .wrap-map {
    margin-bottom: -68px; }
  .section-theater-body .wrap-event-box {
    width: 1020px;
    background-color: #fff;
    margin: 30px auto 0;
    min-height: 280px;
    padding: 60px 85px; }
  .section-theater-body .wrap-special-box {
    width: 1020px;
    background-color: #fff;
    margin: 0 auto 0;
    min-height: 280px;
    padding: 0; }

.section-theater-location {
  background-color: #efefef;
  padding: 79px 0 105px 0; }
  .section-theater-location .wrap {
    text-align: center;
    display: block;
    width: 960px;
    margin: 0 auto;
    position: relative; }
    .section-theater-location .wrap h2.location-title {
      display: block;
      margin: 0 auto 67px;
      font-size: 28px;
      color: #666;
      font-weight: bold;
      line-height: 49px; }
      .section-theater-location .wrap h2.location-title::after {
        content: "";
        border-bottom: 2px solid #979797;
        width: 108px;
        display: block;
        margin: 0 auto; }
    .section-theater-location .wrap .table-location {
      width: 100%;
      margin-top: 24px; }
      .section-theater-location .wrap .table-location caption {
        font-size: 22px;
        text-align: center;
        width: 160px;
        font-weight: normal;
        color: #666;
        height: 42px; }
      .section-theater-location .wrap .table-location tr {
        border-bottom: 3px solid #efefef; }
        .section-theater-location .wrap .table-location tr th {
          width: 160px;
          overflow: hidden;
          text-indent: -10000em;
          height: 99px; }
          .section-theater-location .wrap .table-location tr th.subway {
            background: #f9f9f9 url("/images/theaters/icon-subway.png") center center no-repeat; }
          .section-theater-location .wrap .table-location tr th.bus {
            background: #f9f9f9 url("/images/theaters/icon-bus.png") center center no-repeat; }
          .section-theater-location .wrap .table-location tr th.car {
            background: #f9f9f9 url("/images/theaters/icon-car.png") center center no-repeat; }
          .section-theater-location .wrap .table-location tr th.parking {
            background: #f9f9f9 url("/images/theaters/icon-parking.png") center center no-repeat; }
        .section-theater-location .wrap .table-location tr td {
          background-color: #fff;
          font-size: 14px;
          color: #7d7d7d;
          vertical-align: middle;
          padding-left: 20px;
          text-align: left; }
          .section-theater-location .wrap .table-location tr td .kind {
            display: inline-block;
            font-size: 12px;
            color: #c39c71;
            min-width: 32px;
            height: 16px;
            box-sizing: border-box;
            line-height: 13px;
            border: 1px solid #c39c71;
            text-align: center;
            margin-right: 12px;
            padding: 0 4px; }
          .section-theater-location .wrap .table-location tr td .notice {
            color: #555;
            padding: 0 0 6px 0;
            display: block; }

.section-theater-speicalbtnbox { display:block; margin:20px auto;text-align:center;}
.section-theater-speicalbtnbox .btninspecial {
    width: 300px;
    height: 50px;
    background-color: #cd1221;
    font-size: 17px;
    color: #fff;
    line-height: 47px;
    display: inline-block;
    margin: 29px 0 0 30px;}


   .wrap-partner-box {
    width: 850px;
    margin: 60px auto 60px;
    padding: 30px 85px 100px 85px;
    background-color: #fff;
    position: relative; }

     .wrap-partner-box .selector {
      text-align: center;
      font-size: 18px;
      color: #7d7d7d;
      padding-bottom:60px;
      border-bottom:1px solid #efefef; }
       .wrap-partner-box .selector a {
        display: inline-block;
        position: relative;
        color: #7d7d7d;
        width: 100px;
        text-align: center; }
       .wrap-partner-box .selector .selected {
	color: #ca141e;
	font-weight:bold;
	text-decoration:underline;
	}

         .wrap-partner-box .selector a:hover {
          color: #000; }
       .wrap-partner-box .selector a:nth-child(1) {
        width: 130px; }
       .wrap-partner-box .selector a:nth-child(2) {
        width: 130px; }
       .wrap-partner-box .selector a:nth-child(3) {
        width: 130px; }
       .wrap-partner-box .selector a:nth-child(4) {
        width: 130px; }

	.wrap-partner-box .contentbox {
	padding:5px 0 0;
	vertical-align:top;
	border-bottom:1px solid #efefef; }


	.wrap-partner-box .contentbox .partnerimg {
	width:250px;
	background:#efefef;
	display:inline-block; }

	.wrap-partner-box .contentbox .partnertxt {
   	width:570px;
	color:#666;
	vertical-align: top;
    	display: inline-block;
	line-height:22pt;
    	margin-left: 20px;
	padding-top:10px; }

	.wrap-partner-box .contentbox .partnertxt h4 {
	font-size:12pt;
	color:#333;
	padding-bottom:5px; }
	.wrap-partner-box .contentbox .thumbnail {
   	width:250px;
	height:141px; }
	.wrap-partner-box .contentbox .partnertxt li,.partnerlabel {
	font-size:10pt;
	width:40px;
	color: #111; }
	.wrap-partner-box .contentbox .partnertxt .partnertxtvalue {
	font-size:10pt; }

/*============================================================
/*
/* [p]: mypage
/*
============================================================== */
.section-mypage-summary {
  width: 100%;
  height: 270px;
  text-align: center;
  overflow: hidden; }
  .section-mypage-summary .summary {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    height: 100%;
    padding: 24px 0 0 0;
    border-left: 1px solid #d8d8d8;
    text-align: left;
    position: relative;
    vertical-align: top; }
    .section-mypage-summary .summary h3 {
      font-size: 18px;
      font-weight: normal;
      color: #000;
      border-bottom: 1px solid #f3f3f3;
      padding: 0 0 18px 19px;
      margin: 0 15px 21px 15px; }
      .section-mypage-summary .summary h3 .num {
        color: #ed1c24;
        font-weight: bold; }
    .section-mypage-summary .summary .btn {
      width: 97px;
      height: 27px;
      border-radius: 2px;
      background-color: #efefef;
      border: 1px solid #b7b7b7;
      box-sizing: border-box;
      line-height: 25px;
      font-size: 15px;
      color: #666;
      text-align: center; }
      .section-mypage-summary .summary .btn:hover {
        color: #000;
        border: 1px solid #000; }
    .section-mypage-summary .summary .btn-top {
      position: absolute;
      top: 24px;
      right: 14px; }
  .section-mypage-summary .summary-1 {
    width: 339px; }
    .section-mypage-summary .summary-1 .username {
      font-size: 18px;
      color: #000;
      line-height: 17px;
      padding-left: 34px; 
      padding-bottom: 20px;
    }
        .section-mypage-summary .summary-1 .username .right {
            position: absolute;
            font-size: 18px;
            color: #000;
            right: 14px;
        }
    
    .section-mypage-summary .summary-1 .username .point {
        font-weight: bold;
        color: #ed1c24;
        padding-left: 25px; }
   
    .section-mypage-summary .summary-1 .btn-exchange {
      position: absolute;
      top: 88px;
      right: 14px; }
    .section-mypage-summary .summary-1 .recent-access {
      display: block;
      font-size: 14px;
      color: #7d7d7d;
      padding: 31px 0 0 34px; }
    .section-mypage-summary .summary-1 .list-recent-access {
      margin: 19px 0 0 49px; }
      .section-mypage-summary .summary-1 .list-recent-access li {
        font-size: 14px;
        display: block;
        color: #7d7d7d;
        position: relative; }
        .section-mypage-summary .summary-1 .list-recent-access li:before {
          content: "• ";
          margin-left: -12px;
          top: -1px;
          position: absolute; }
  .section-mypage-summary .summary-2 {
    width: 341px;
    margin-left: -4px; }
    .section-mypage-summary .summary-2 h3 {
      padding-left: 9px; }
    .section-mypage-summary .summary-2 .poster {
      float: left;
      display: block;
      width: 84px;
      height: 121px;
      margin: 0 10px 0 25px;
      box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.65); }
    .section-mypage-summary .summary-2 .table-recent {
      width: 215px; }
      .section-mypage-summary .summary-2 .table-recent th, .section-mypage-summary .summary-2 .table-recent td {
        font-size: 14px;
        font-weight: normal;
        vertical-align: top;
        padding-bottom: 1px; }
      .section-mypage-summary .summary-2 .table-recent th {
        color: #3a3a3a;
        width: 61px;
        text-align: left; }
      .section-mypage-summary .summary-2 .table-recent td {
        color: #7d7d7d; }
      .section-mypage-summary .summary-2 .table-recent .aux {
        color: #c39c71;
        font-weight: 500; }
      .section-mypage-summary .summary-2 .table-recent .title {
        font-weight: bold;
        color: #333; }
      .section-mypage-summary .summary-2 .table-recent .serial-no {
        color: #c39c71; }
  .section-mypage-summary .summary-3 {
    width: 340px;
    border-right: 1px solid #d8d8d8;
    margin-left: -4px; }
    .section-mypage-summary .summary-3 h3 {
      padding-left: 9px; }
    .section-mypage-summary .summary-3 .list-cp {
      margin-left: 40px;
      margin-top: 30px; }
      .section-mypage-summary .summary-3 .list-cp li {
        font-size: 18px;
        color: #7d7d7d;
        margin-bottom: 14px; }
      .section-mypage-summary .summary-3 .list-cp a {
        color: #7d7d7d; }
        .section-mypage-summary .summary-3 .list-cp a:hover {
          color: #000; }
    .section-mypage-summary .summary-3 .coupon-box {
      display: none;
      position: absolute;
      top: 51px;
      right: 14px;
      padding: 4px 5px;
      border-radius: 2px;
      border: 1px solid #d8d8d8;
      background-color: #f3f3f3;
      z-index: 10;
      width: 386px; }
      .section-mypage-summary .summary-3 .coupon-box .input-coupon {
        display: inline-block;
        width: 286px;
        height: 28px;
        border: 1px solid #d8d8d8;
        background-color: #fff;
        -webkit-appearance: none;
        appearance: none;
        -moz-appearance: none;
        padding: 0 6px;
        font-size: 14px; }
        .section-mypage-summary .summary-3 .coupon-box .input-coupon::-webkit-input-placeholder {
          color: #ccc; }
        .section-mypage-summary .summary-3 .coupon-box .input-coupon:-ms-input-placeholder {
          color: #ccc; }
        .section-mypage-summary .summary-3 .coupon-box .input-coupon::-moz-placeholder {
          color: #ccc; }
        .section-mypage-summary .summary-3 .coupon-box .input-coupon:-moz-placeholder {
          color: #ccc; }
      .section-mypage-summary .summary-3 .coupon-box .btn-register-coupon {
        display: inline-block;
        width: 80px;
        height: 27px;
        line-height: 25px;
        font-size: 17px;
        background-color: #CC1221;
        color: #fff;
        margin: 0 0 0 2px;
        text-align: center;
        border-radius: 2px;
        vertical-align: middle; }

.section-mypage-select {
  display: block;
  margin: 0 auto;
  padding-top: 53px;
  background-color: #f9f9f9;
  height: 100px; }
  .section-mypage-select .selector-summary {
    display: block;
    width: 939px;
    height: 52px;
    margin: 0 auto; }
    .section-mypage-select .selector-summary li {
      float: left;
      margin-left: -1px;
      display: block;
      box-sizing: border-box;
      border: 1px solid #d8d8d8;
      width: 135px;
      height: 52px;
      background-color: #fff;
      position: relative; }
      .section-mypage-select .selector-summary li:fist-child {
        margin-left: 0; }
      .section-mypage-select .selector-summary li a {
        display: block;
        color: #666;
        height: 100%;
        width: 100%;
        line-height: 50px;
        text-align: center;
        font-size: 20px; }
        .section-mypage-select .selector-summary li a.selected {
          color: #c39c71;
          border-bottom: 4px solid #c39c71;
          box-sizing: border-box; }
        .section-mypage-select .selector-summary li a:hover {
          color: #000; }
        .section-mypage-select .selector-summary li a.selected:hover {
          color: #c39c71; }
      .section-mypage-select .selector-summary li .num {
        position: absolute;
        display: block;
        background-color: #b7b7b7;
        color: #fff;
        padding: 0 5px;
        height: 18px;
        font-size: 13px;
        line-height: 16px;
        text-align: center;
        border-radius: 9px;
        top: 3px;
        right: 3px; }

.section-mypage-subselect {
    display: block;
    margin: 0 auto;
    padding-top: 0px;
    background-color: #f9f9f9;
    height: 40px;
}

    .section-mypage-subselect .selector-summary2 {
        display: block;
        width: 939px;
        height: 40px;
        margin: auto auto;
    }

        .section-mypage-subselect .selector-summary2 li {
            float: left;
            margin-left: -1px;
            margin-top:-10px;
            display: block;
            box-sizing: border-box;
            border: 1px solid #d8d8d8;
            width: 200px;
            height: 40px;
            background-color: #fff;
            position: relative;
        }

            .section-mypage-subselect .selector-summary2 li:fist-child {
                margin-left: 0;
            }

            .section-mypage-subselect .selector-summary2 li a {
                display: block;
                color: #666;
                height: 100%;
                width: 100%;
                line-height: 30px;
                text-align: center;
                font-size: 16px;
            }

                .section-mypage-subselect .selector-summary2 li a.selected {
                    color: #c39c71;
                    border-bottom: 4px solid #c39c71;
                    box-sizing: border-box;
                }

                .section-mypage-subselect .selector-summary2 li a:hover {
                    color: #000;
                }

                .section-mypage-subselect .selector-summary2 li a.selected:hover {
                    color: #c39c71;
                }

            .section-mypage-subselect .selector-summary2 li .num {
                position: absolute;
                display: block;
                background-color: #b7b7b7;
                color: #fff;
                padding: 0 5px;
                height: 18px;
                font-size: 16px;
                line-height: 16px;
                text-align: center;
                border-radius: 9px;
                top: 3px;
                right: 3px;
            }


.section-mypage {
  background-color: #f9f9f9;
  padding-bottom: 120px; }
  .section-mypage .wrap-main {
    width: 720px;
    margin: 0 auto 0;
    padding: 77px 150px 100px 150px;
    background-color: #fff;
    position: relative; }
    .section-mypage .wrap-main.nomember {
      margin-top: 60px;
      padding-top: 51px; }
  .section-mypage .wrap-list {
    width: 960px;
    margin: 0 auto 0;
    padding: 103px 30px 50px 30px;
    background-color: #fff;
    position: relative; }
    .section-mypage .wrap-list .input-coupon {
      display: inline-block;
      position: absolute;
      top: 39px;
      right: 204px;
      width: 286px;
      height: 28px;
      border: 1px solid #d8d8d8;
      background-color: #fff;
      -webkit-appearance: none;
      appearance: none;
      -moz-appearance: none;
      padding: 0 6px;
      font-size: 14px; }
      .section-mypage .wrap-list .input-coupon::-webkit-input-placeholder {
        color: #ccc; }
      .section-mypage .wrap-list .input-coupon:-ms-input-placeholder {
        color: #ccc; }
      .section-mypage .wrap-list .input-coupon::-moz-placeholder {
        color: #ccc; }
      .section-mypage .wrap-list .input-coupon:-moz-placeholder {
        color: #ccc; }
    .section-mypage .wrap-list .btn-register-coupon {
      position: absolute;
      top: 40px;
      right: 38px;
      display: block;
      width: 160px;
      height: 27px;
      border-radius: 2px;
      box-sizing: border-box;
      border: 1px solid #b7b7b7;
      text-align: center;
      font-size: 15px;
      line-height: 25px;
      color: #666;
      background-color: #efefef; }
      .section-mypage .wrap-list .btn-register-coupon:hover {
        color: #000;
        border: 1px solid #000; }
  .section-mypage .wrap-login {
    width: 960px;
    margin: 0 auto 0;
    padding: 50px 30px 50px 30px;
    background-color: #fff;
    position: relative; }
  .section-mypage .wrap-membership {
    width: 960px;
    margin: 0 auto 0;
    padding: 40px 30px 50px 30px;
    background-color: #fff;
    position: relative; }
  .section-mypage .wrap-point {
    width: 720px;
    margin: 0 auto 0;
    padding: 50px 150px 50px 150px;
    background-color: #fff;
    position: relative; }
    .section-mypage .wrap-point .wrap-alert {
      background: url("/images/mypage/icon-alert.png") 10px 20px no-repeat;
      padding: 17px 0 29px 31px;
      font-size: 14px;
      color: #3a3a3a;
      border-bottom: 1px solid #ccc; }
      .section-mypage .wrap-point .wrap-alert ul {
        margin: 7px 0 0 0; }
      .section-mypage .wrap-point .wrap-alert li {
        line-height: 19px; }
        .section-mypage .wrap-point .wrap-alert li:before {
          content: "•";
          position: relative;
          top: -0.05em;
          display: inline-block;
          margin-right: -3px;
          left: -9px; }
    .section-mypage .wrap-point .btn-exchange {
      width: 80px;
      height: 27px;
      line-height: 25px;
      border-radius: 2px;
      background-color: #efefef;
      border: 1px solid #b7b7b7;
      font-size: 17px;
      color: #666;
      text-align: center;
      display: block;
      margin: 40px auto 0; }
      .section-mypage .wrap-point .btn-exchange:hover {
        color: #000;
        border-color: #000; }
  .section-mypage .selector-list {
    padding: 0 0 32px 27px;
    border-bottom: 1px solid #7d7d7d; }
    .section-mypage .selector-list a {
      font-size: 18px;
      color: #7d7d7d;
      display: inline-block;
      position: relative;
      line-height: 5px; }
      .section-mypage .selector-list a:nth-child(2):before {
        display: inline-block;
        content: "";
        margin: 0 15px 0 11px;
        width: 1px;
        height: 18px;
        background-color: #d8d8d8;
        top: 2px;
        position: relative; }
      .section-mypage .selector-list a.selected {
        color: #000; }
      .section-mypage .selector-list a:hover {
        color: #000; }
  .section-mypage .list-movie > li {
    position: relative;
    border-bottom: 1px solid #7d7d7d;
    padding: 42px 0 0 0; }
  .section-mypage .poster {
    width: 84px;
    height: 121px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.65);
    float: left;
    display: block;
    margin: 0 15px 0 21px; }
  .section-mypage .title {
    margin-left: 120px;
    font-size: 20px;
    font-weight: bold;
    color: #494949;
    line-height: 4px; }
    .section-mypage .title .aux {
      color: #c39c71;
      font-weight: 500; }
    .section-mypage .title .rate-all,
    .section-mypage .title .rate-12,
    .section-mypage .title .rate-15,
    .section-mypage .title .rate-n,
    .section-mypage .title .rate-x {
      font-weight: bold;
      color: #fff;
      width: 20px;
      height: 20px;
      display: inline-block;
      text-align: center;
      margin-right: 12px;
      position: relative;
      padding: 0;
      overflow: hidden;
      text-indent: -10000em;
      position: relative;
      top: 2px;
      left: 2px; }
    .section-mypage .title .rate-all {
      background: url("/images/movies/icon-rate-all.png") center center no-repeat; }
    .section-mypage .title .rate-12 {
      background: url("/images/movies/icon-rate-12.png") center center no-repeat; }
    .section-mypage .title .rate-15 {
      background: url("/images/movies/icon-rate-15.png") center center no-repeat; }
    .section-mypage .title .rate-x {
      background: url("/images/movies/icon-rate-x.png") center center no-repeat; }
    .section-mypage .title .rate-n {
      background: url("/images/movies/icon-rate-n.png") center center no-repeat; }
  .section-mypage .list-info {
    margin-left: 120px;
    margin-top: 10px; }
    .section-mypage .list-info th, .section-mypage .list-info td {
      font-size: 14px; }
    .section-mypage .list-info th {
      width: 61px;
      color: #3a3a3a;
      font-weight: normal; }
    .section-mypage .list-info td {
      width: 415px;
      position: relative;
      color: #7d7d7d; }
      .section-mypage .list-info td .start {
        position: absolute;
        top: 4px;
        left: 178px;
        padding-left: 15px;
        border-left: 1px solid #7d7d7d;
        height: 14px;
        line-height: 14px; }
        .section-mypage .list-info td .start .th {
          width: 70px;
          display: inline-block; }
        .section-mypage .list-info td .start .td {
          width: 143px; }
  .section-mypage .price {
    position: absolute;
    font-size: 14px;
    color: #7d7d7d;
    top: 38px;
    right: 0;
    display: block;
    padding: 44px 0 0 20px;
    width: 100px;
    height: 84px;
    border-left: 1px solid #e5e5e5; }
    .section-mypage .price .num {
      color: #ed1c24;
      font-size: 20px;
      line-height: 12px;
      font-weight: bold; }
      .section-mypage .price .num:before {
        display: table;
        clear: both; }
    .section-mypage .price .won {
      font-size: 16px; }
  .section-mypage .btn-box {
    display: block;
    position: absolute;
    top: 178px;
    left: 120px; }
        .section-mypage .btn-box .cancel > a {
        background-color: #d0021b;
        border: 1px solid #d0021b;
        color: #fff; }
        .section-mypage .btn-box .cancel > a:hover {
          color: #fff;
          border: 1px solid #000; }
    .section-mypage .btn-box li {
      display: inline-block;
    }
      .section-mypage .btn-box li > a {
        display: block;
        width: 97px;
        height: 27px;
        border-radius: 2px;
        background-color: #efefef;
        border: 1px solid #b7b7b7;
        text-align: center;
        font-size: 15px;
        line-height: 25px;
        color: #666; }
        .section-mypage .btn-box li > a:hover {
          color: #000;
          border: 1px solid #000; }
      .section-mypage .btn-box li .cancel > a {
        background-color: #d0021b;
        border: 1px solid #d0021b;
        color: #fff; }
        .section-mypage .btn-box li .cancel > a:hover {
          color: #fff;
          border: 1px solid #000; }

      .section-mypage .btn-box li .popup-share {
        display: none;
        text-align: center;
        position: absolute;
        top: -68px;
        z-index: 10;
        background: url("/images/mypage/bg-share.png") center center no-repeat;
        width: 168px;
        height: 76px; }
        .section-mypage .btn-box li .popup-share a {
          display: inline-block;
          width: 40px;
          height: 40px;
          margin: 14px 3px 0 3px;
          overflow: hidden;
          text-indent: -10000em;
          border: none;
          background-color: inherit; }
        .section-mypage .btn-box li .popup-share .ks {
          background: url("/images/mypage/icon-share-ks-on.png") center center no-repeat; }
        .section-mypage .btn-box li .popup-share .bd {
          background: url("/images/mypage/icon-share-bd-on.png") center center no-repeat; }
        .section-mypage .btn-box li .popup-share .fb {
          background: url("/images/mypage/icon-share-fb-on.png") center center no-repeat; }
      .section-mypage .btn-box li:nth-child(1):hover .popup-share {
        display: block; }
  .section-mypage .btn-detail {
    display: block;
    text-align: right;
    color: #3a3a3a;
    font-size: 14px;
    background: url("/images/mypage/icon-arrow-down.png") right 19px center no-repeat;
    margin-top: 20px;
    padding-right: 36px;
    text-align: right;
    cursor: pointer;
    margin-bottom: 21px; }
    .section-mypage .btn-detail:before {
      display: table;
      clear: both; }
    .section-mypage .btn-detail.on {
      background-image: url("/images/mypage/icon-arrow-up.png"); }
  .section-mypage .table-more {
    display: none;
    border-top: 1px solid #d8d8d8;
    width: 100%;
    padding: 14px 0 14px 21px;
    background-color: #f9f9f9;
    font-size: 14px;
    box-sizing: border-box; }
    .section-mypage .table-more th, .section-mypage .table-more td {
      padding-top: 5px;
      padding-bottom: 5px; }
    .section-mypage .table-more th {
      color: #3a3a3a;
      padding-left: 21px;
      font-weight: normal;
      width: 61px; }
    .section-mypage .table-more td {
      color: #7d7d7d; }
    .section-mypage .table-more.on {
      display: block; }
  .section-mypage .btn-more {
    display: block;
    width: 720px;
    height: 41px;
    margin: 35px auto 0 auto;
    background-color: #fff;
    border: 1px solid #d8d8d8;
    color: #7d7d7d;
    font-size: 16px;
    line-height: 41px;
    text-align: center; }
    .section-mypage .btn-more:hover {
      color: #000;
      border: 1px solid #000; }
  .section-mypage .mypage-movie-expl {
    background-color: #efefef;
    width: 859px;
    margin: 0 auto;
    padding: 53px 0 52px 161px;
    font-size: 14px;
    color: #3a3a3a;
    position: relative; }
    .section-mypage .mypage-movie-expl li {
      display: block;
      position: relative;
      line-height: 19px; }
      .section-mypage .mypage-movie-expl li:before {
        content: "• ";
        margin-left: -11px;
        top: -1px;
        position: absolute; }
  .section-mypage .point-box {
    display: block;
    margin: 0 auto;
    width: 880px;
    height: 60px;
    box-sizing: border-box; }
    .section-mypage .point-box li {
      display: inline-block;
      border: 1px solid #ccc;
      margin-left: -5px;
      box-sizing: border-box;
      width: 220px;
      /*원래241-포인트박스가 3개였을때*/
      height: 60px;
      line-height: 58px;
      font-size: 16px;
      /*원래18-포인트박스가 3개였을때*/
      text-align: center;
      position: relative; }
      .section-mypage .point-box li span {
        font-weight: bold; }
      .section-mypage .point-box li:first-child {
        margin-left: 0; }
    .section-mypage .point-box li:nth-child(1) {
      background-color: #fff; }
      .section-mypage .point-box li:nth-child(1) span {
        color: #666; }
      .section-mypage .point-box li:nth-child(1):after {
        position: absolute;
        display: block;
        content: "-";
        width: 14px;
        height: 14px;
        background-color: #4a4a4a;
        border-radius: 7px;
        line-height: 13px;
        font-size: 16px;
        color: #fff;
        text-align: center;
        top: 23px;
        right: -7px;
        z-index: 3; }
    .section-mypage .point-box li:nth-child(2) {
      background-color: #f9f9f9; }
      .section-mypage .point-box li:nth-child(2) span {
        color: #666; }
      .section-mypage .point-box li:nth-child(2):after {
        position: absolute;
        display: block;
        content: "-";
        width: 14px;
        height: 14px;
        background-color: #4a4a4a;
        border-radius: 7px;
        line-height: 12px;
        font-size: 14px;
        color: #fff;
        text-align: center;
        top: 23px;
        right: -7px;
        z-index: 3; }
    .section-mypage .point-box li:nth-child(3) {
      background-color: #f3f3f3; }
      .section-mypage .point-box li:nth-child(3) span {
        color: #ed1c24; }
      .section-mypage .point-box li:nth-child(3):after {
        position: absolute;
        display: block;
        content: "=";
        width: 14px;
        height: 14px;
        background-color: #4a4a4a;
        border-radius: 7px;
        line-height: 12px;
        font-size: 14px;
        color: #fff;
        text-align: center;
        top: 23px;
        right: -7px;
        z-index: 3; }
    .section-mypage .point-box li:nth-child(4) {
      background-color: #e9e9e9; }
      .section-mypage .point-box li:nth-child(4) span {
        color: #ed1c24; }

  .section-mypage .desc-point {
    font-size: 14px;
    color: #3a3a3a;
    width: 700px;
    margin: 0px auto 0;
    display: block;
    position: relative;
    border-bottom: 1px solid #ccc;
    padding: 0 130px 0px 130px; }
    .section-mypage .desc-point:before {
      content: "• ";
      margin-left: -12px;
      top: -1px;
      position: absolute; }
  .section-mypage .selector-month {
    width: 601px;
    margin: 29px auto 30px; }
    .section-mypage .selector-month li {
      display: inline-block;
      text-align: center;
      margin-left: -5px; }
      .section-mypage .selector-month li:first-child {
        margin-left: 0; }
      .section-mypage .selector-month li a {
        display: block;
        width: 121px;
        height: 30px;
        background-color: #fff;
        border: 1px solid #ccc;
        font-size: 15px;
        color: #333;
        line-height: 28px;
        box-sizing: border-box; }
        .section-mypage .selector-month li a.selected,
        .section-mypage .selector-month li a:hover {
          background-color: #4a4a4a;
          color: #fff; }
  .section-mypage .desc-point-exchange {
    font-size: 18px;
    color: #3a3a3a;
    padding-left: 27px;
    padding-bottom: 27px;
    display: block; }
    .section-mypage .desc-point-exchange .point {
      font-weight: bold;
      color: #ed1c24; }

/*============================================================
/*
/* [p]: membership
/*
============================================================== */
.section-membership {
  background-color: #f9f9f9; }
  .section-membership .wrap {
    width: 850px;
    margin: 60px auto 120px;
    padding: 77px 85px 100px 85px;
    background-color: #fff;
    position: relative; }
    .section-membership .wrap .selector {
      text-align: center;
      font-size: 18px;
      color: #7d7d7d; }
      .section-membership .wrap .selector a {
        display: inline-block;
        position: relative;
        color: #7d7d7d;
        width: 100px;
        text-align: center; }
        .section-membership .wrap .selector a:hover {
          color: #000; }
    .section-membership .wrap h3 {
      font-size: 16px;
      font-weight: bold;
      padding: 0 0 14px 20px;
      border-bottom: 1px solid #7d7d7d;
      margin: 57px 0 47px 0;
      position: relative; }
      .section-membership .wrap h3:first-child {
        margin: 0 0 0 0; }
      .section-membership .wrap h3 a {
        background: url("/images/member/btn-top.png") center center no-repeat;
        display: block;
        width: 15px;
        height: 15px;
        position: absolute;
        top: 11px;
        right: 9px;
        overflow: hidden;
        text-indent: -10000em; }
    .section-membership .wrap h4 {
      font-size: 14px;
      color: #c39c71;
      border-radius: 18px;
      line-height: 34px;
      padding: 0 31px 0 31px;
      border: 1px solid #c39c71;
      display: table;
      clear: both;
      margin: 32px 0 16px 0; }
    .section-membership .wrap .list-ordered1 {
      margin-left: 38px; }
      .section-membership .wrap .list-ordered1 li {
        font-size: 16px;
        color: #333;
        line-height: 30px; }
    .section-membership .wrap .list-ordered2 {
      margin-left: 50px; }
      .section-membership .wrap .list-ordered2 li {
        font-size: 16px;
        color: #333;
        line-height: 30px;
        padding-bottom: 40px; }
        .section-membership .wrap .list-ordered2 li:last-child {
          padding-bottom: 0; }
      .section-membership .wrap .list-ordered2 a {
        color: #009aff;
        text-decoration: underline; }
        .section-membership .wrap .list-ordered2 a:hover {
          color: #000; }
    .section-membership .wrap .list-ordered3 {
      font-size: 14px;
      color: #666;
      margin-left: 38px;
      line-height: 24px; }
    .section-membership .wrap .list-unordered {
      margin-left: 30px; }
      .section-membership .wrap .list-unordered li {
        font-size: 16px;
        color: #333;
        line-height: 31px; }
        .section-membership .wrap .list-unordered li:before {
          content: "• ";
          margin-left: -0.6em;
          position: relative;
          top: -0.05em; }
    .section-membership .wrap .content {
      margin: 0 0 30px 20px;
      font-size: 16px;
      color: #333; }
    .section-membership .wrap .content-sub {
      font-size: 14px;
      line-height: 24px;
      margin-left: 20px;
      color: #666; }
    .section-membership .wrap .title-sub {
      margin: 60px 0 0 20px;
      font-size: 16px;
      color: #333; }

/*============================================================
/*
/* [p]: sitemap
/*
============================================================== */
.section-sitemap {
  background-color: #f9f9f9; }
  .section-sitemap .wrap {
    width: 850px;
    margin: 60px auto 120px;
    padding: 77px 85px 100px 85px;
    background-color: #fff;
    position: relative; }
    .section-sitemap .wrap h3 {
      font-size: 18px;
      font-weight: bold;
      padding: 0 0 11px 20px;
      border-bottom: 1px solid #7d7d7d;
      margin: 57px 0 0 0; }
      .section-sitemap .wrap h3:first-child {
        margin: 0 0 0 0; }
      .section-sitemap .wrap h3 a {
        color: #494949; }
        .section-sitemap .wrap h3 a:hover {
          color: #000; }
    .section-sitemap .wrap ul {
      width: 100%;
      background: url("/images/sitemap/bg-list.png") left top repeat; }
      .section-sitemap .wrap ul.no-line {
        background: none; }
      .section-sitemap .wrap ul li {
        width: 150px;
        padding: 0 0 0 20px;
        display: inline-block;
        margin-left: -4px;
        line-height: 61px;
        letter-spacing: -1px;
        position: relative; }
        .section-sitemap .wrap ul li:nth-child(5n-4) {
          margin-left: 0; }
        .section-sitemap .wrap ul li a {
          font-size: 16px;
          color: #333; }
          .section-sitemap .wrap ul li a:hover {
            color: #000; }
          .section-sitemap .wrap ul li a.small {
            font-size: 14px; }
          .section-sitemap .wrap ul li a.small:hover {
            color: #000; }
        .section-sitemap .wrap ul li .sep:before {
          content: "|";
          position: absolute;
          left: 0;
          top: 0;
          display: block;
          color: #d8d8d8; }

/*============================================================
/*
/* [p]: movie info
/*
============================================================== */
.section-movie-info {
  background-color: #f9f9f9; }
  .section-movie-info .wrap {
    width: 720px;
    margin: 0 auto;
    padding: 56px 30px 140px 270px;
    background-color: #fff;
    position: relative; }
    .section-movie-info .wrap .poster {
      position: absolute;
      top: 56px;
      left: 65px;
      box-shadow: 2px 6px 15px 0 rgba(0, 0, 0, 0.65); }
    .section-movie-info .wrap h3 {
      font-size: 20px;
      font-weight: bold;
      padding-bottom: 24px;
      border-bottom: 2px solid #7d7d7d;
      line-height: 22px;
      margin-top: -1px;
      color: #494949; }
      .section-movie-info .wrap h3 .rate-all,
      .section-movie-info .wrap h3 .rate-12,
      .section-movie-info .wrap h3 .rate-15,
      .section-movie-info .wrap h3 .rate-n,
      .section-movie-info .wrap h3 .rate-x {
        font-weight: bold;
        color: #fff;
        width: 20px;
        height: 20px;
        display: inline-block;
        text-align: center;
        margin-right: 9px;
        position: relative;
        padding: 0;
        overflow: hidden;
        text-indent: -10000em;
        position: relative;
        top: 2px;
        left: 2px; }
      .section-movie-info .wrap h3 .rate-all {
        background: url("/images/movies/icon-rate-all.png") center center no-repeat; }
      .section-movie-info .wrap h3 .rate-12 {
        background: url("/images/movies/icon-rate-12.png") center center no-repeat; }
      .section-movie-info .wrap h3 .rate-15 {
        background: url("/images/movies/icon-rate-15.png") center center no-repeat; }
      .section-movie-info .wrap h3 .rate-x {
        background: url("/images/movies/icon-rate-x.png") center center no-repeat; }
      .section-movie-info .wrap h3 .rate-n {
        background: url("/images/movies/icon-rate-n.png") center center no-repeat; }
    .section-movie-info .wrap .basic {
      margin: 16px 0 0 31px;
      color: #666;
      font-size: 16px;
      line-height: 1.94em; }
      .section-movie-info .wrap .basic span {
        font-weight: bold; }
    .section-movie-info .wrap .btn-rsv {
      margin: 18px 0 25px 31px;
      width: 115px;
      height: 39px;
      border-radius: 5px;
      background-color: #ca141e;
      display: block;
      line-height: 39px;
      font-size: 17px;
      color: #fff;
      text-align: center;
      display: block; }
    .section-movie-info .wrap .synopsis-title {
      padding: 41px 0 20px 30px;
      font-size: 20px;
      font-weight: bold;
      color: #494949;
      border: 1px solid #d8d8d8;
      border-width: 1px 0 1px 0;
      margin-top: 18px; }
    .section-movie-info .wrap .synopsis {
      line-height: 2.19em;
      color: #666;
      padding: 21px 0 21px 30px; }
      .section-movie-info .wrap .synopsis strong {
        color: #3a3a3a; }
    .section-movie-info .wrap .trailer-title {
      padding: 41px 0 20px 30px;
      font-size: 20px;
      font-weight: bold;
      color: #494949;
      border: 1px solid #d8d8d8;
      border-width: 1px 0 0 0; }
    .section-movie-info .wrap iframe {
      max-width: 720px;
      max-height: 405px; }

/*============================================================
/*
/* [p]: customer notice
/*
============================================================== */
.section-customer {
  width: 100%;
  margin: 0 auto 0 auto;
  background-color: #f9f9f9;
  padding: 68px 0 120px; }
  .section-customer > .title {
    width: 115px;
    height: 40px;
    border-bottom: 2px solid #979797;
    font-size: 25px;
    color: #666;
    margin: 0 auto;
    text-align: center; }
  .section-customer .selector {
    display: block;
    width: 480px;
    height: 53px;
    background-color: #f3f3f3;
    border: solid 1px #cccccc;
    margin: 27px auto 0 auto;
    padding: 0 120px; }
    .section-customer .selector li {
      display: inline-block;
      margin-left: -4px; }
      .section-customer .selector li:fist-child {
        margin-left: 0; }
      .section-customer .selector li a {
        display: block;
        color: #333;
        height: 53px;
        width: 120px;
        line-height: 53px;
        text-align: center; }
        .section-customer .selector li a.selected {
          color: #000;
          border-bottom: 5px solid #333;
          box-sizing: border-box; }
        .section-customer .selector li a:hover {
          color: #000; }
  .section-customer .wrap-customer-box {
    width: 850px;
    background-color: #fff;
    margin: 30px auto 0;
    padding: 70px 85px;
    /* min-height: 825px;  */ }
    .section-customer .wrap-customer-box.wrap-faq-box {
      padding-top: 50px; }
    .section-customer .wrap-customer-box.wrap-1to1-box {
      padding-top: 36px; }
    .section-customer .wrap-customer-box.wrap-coop-box {
      padding-top: 36px; }
    .section-customer .wrap-customer-box.wrap-1to1-info-box {
      padding: 50px 85px 60px;
      background-color: #f3f3f3;
      position: relative; }
    .section-customer .wrap-customer-box.wrap-1to1-write-box {
      padding: 44px 85px 60px;
      margin-top: 0; }
    .section-customer .wrap-customer-box .faq-desc {
      font-size: 14px;
      color: #7d7d7d;
      padding-left: 32px;
      background: url("/images/customer/icon-faq-desc.png") 10px top no-repeat;
      display: block;
      line-height: 16px;
      height: 16px;
      padding-bottom: 30px;
      border-bottom: 1px solid #ccc; }
    .section-customer .wrap-customer-box .faq-cat-selector {
      position: relative;
      padding: 40px 0;
      width: 270px;
      margin: 0 auto;
      text-align: right;
      background: url("/images/customer/bg-faq-cat-selector.png") left center no-repeat; }
      .section-customer .wrap-customer-box .faq-cat-selector .wrap-select {
        display: inline-block;
        margin-top: 6px;
        width: 200px;
        overflow: hidden;
        border: 1px solid #ccc;
        box-sizing: border-box;
        height: 30px; }
      .section-customer .wrap-customer-box .faq-cat-selector select {
        background: transparent;
        width: 220px;
        height: 30px;
        padding: 0 0 0 10px;
        box-sizing: border-box;
        font-size: 16px;
        line-height: 30px;
        border: 0;
        border-radius: 0;
        -webkit-appearance: none;
        appearance: none;
        -moz-appearance: none;
        background: url("/images/customer/icon-select-off.png") right 31px top 10px no-repeat;
        border: none;
        color: #7d7d7d; }
        .section-customer .wrap-customer-box .faq-cat-selector select:focus {
          background: url("/images/customer/icon-select-on.png") right 31px top 10px no-repeat; }
    .section-customer .wrap-customer-box .coop-desc {
      font-size: 14px;
      color: #7d7d7d;
      padding-left: 32px;
      background: url("/images/customer/icon-faq-desc.png") 10px 6px no-repeat;
      display: block;
      line-height: 26px;
      height: 50px;
      padding-bottom: 36px;
      border-bottom: 1px solid #ccc;
      margin-top: 8px; }
    .section-customer .wrap-customer-box .title-membership {
      font-size: 16px;
      font-weight: bold;
      color: #333;
      margin-top: 6px;
      line-height: 30px;
      padding-left: 20px; }
    .section-customer .wrap-customer-box .title-inquiry {
      font-size: 16px;
      font-weight: bold;
      color: #333;
      margin-top: 6px;
      line-height: 30px;
      padding-left: 20px;
      margin-bottom: 10px;
      display: block; }
    .section-customer .wrap-customer-box .info-desc {
      font-size: 14px;
      color: #7d7d7d;
      padding-left: 22px;
      background: url("/images/customer/icon-faq-desc.png") left top no-repeat;
      display: block;
      line-height: 16px;
      height: 16px;
      margin: 25px 0 0 40px; }
    .section-customer .wrap-customer-box .btn-edit-membership {
      display: block;
      width: 97px;
      height: 27px;
      border: 1px solid #b7b7b7;
      background-color: #f9f9f9;
      font-size: 15px;
      color: #666;
      text-align: center;
      position: absolute;
      bottom: 52px;
      right: 105px; }
      .section-customer .wrap-customer-box .btn-edit-membership:hover {
        border: 1px solid #000;
        color: #000; }
    .section-customer .wrap-customer-box .btn-coop-input,
    .section-customer .wrap-customer-box .btn-1to1-input {
      display: block;
      float: right;
      width: 160px;
      height: 27px;
      border-radius: 2px;
      background-color: #efefef;
      border: 1px solid #b7b7b7;
      font-size: 15px;
      color: #666;
      text-align: center;
      margin-bottom: 36px;
      margin-right: 20px; }
      .section-customer .wrap-customer-box .btn-coop-input:hover,
      .section-customer .wrap-customer-box .btn-1to1-input:hover {
        color: #000;
        border: 1px solid #000; }
    .section-customer .wrap-customer-box .btn-1to1-view {
      display: block;
      float: right;
      width: 160px;
      height: 27px;
      border-radius: 2px;
      background-color: #f9f9f9;
      border: 1px solid #b7b7b7;
      font-size: 15px;
      color: #666;
      text-align: center;
      margin-bottom: 10px;
      margin-right: 20px; }
      .section-customer .wrap-customer-box .btn-1to1-view:hover {
        color: #000;
        border: 1px solid #000; }
    .section-customer .wrap-customer-box .btn-coop-view {
      display: block;
      float: right;
      width: 210px;
      height: 27px;
      border-radius: 2px;
      background-color: #f9f9f9;
      border: 1px solid #b7b7b7;
      font-size: 15px;
      color: #666;
      text-align: center;
      margin-bottom: 10px;
      margin-right: 20px; }
      .section-customer .wrap-customer-box .btn-coop-view:hover {
        color: #000;
        border: 1px solid #000; }

/*============================================================
/*
/* [p]: receipt
/*
============================================================== */
body.body-receipt {
  overflow: hidden; }

.section-receipt {
  border: 2px solid rgba(0, 0, 0, 0.35);
  width: 280px;
  padding-bottom: 48px;
  color: #000;
  background-color: #fff; }
  .section-receipt h3.logo img {
    width: 129px;
    height: 40px;
    display: block;
    margin: 40px auto 0; }
  .section-receipt .line {
    display: block;
    width: 230px;
    height: 28px;
    position: relative;
    margin: 17px 0 0 24px; }
  .section-receipt .receipt-info {
    border-bottom: 2px dotted #cbcbcb;
    margin: 11px auto 0;
    width: 180px;
    padding: 0 9px 9px;
    font-size: 14px;
    line-height: 26px; }
    .section-receipt .receipt-info span {
      display: inline-block;
      width: 68px; }
  .section-receipt .title {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    line-height: 20px;
    margin: 14px 50px 13px 50px; }
    .section-receipt .title .aux {
      font-size: 14px;
      color: #000;
      font-weight: normal;
      vertical-align: bottom;
      display: block;
      margin-top: 10px; }
  .section-receipt .table-movie-info {
    margin: 0 36px 0 41px;
    font-size: 14px; }
    .section-receipt .table-movie-info th {
      width: 49px;
      color: #000;
      font-weight: normal;
      padding-left: 9px;
      text-align: left;
      line-height: 16px;
      padding-bottom: 7px; }
    .section-receipt .table-movie-info td {
      color: #000;
      font-weight: bold;
      line-height: 16px;
      padding-bottom: 7px; }

/*============================================================
/*
/* [m]: member
/*
============================================================== */
.section-member {
  width: 100%;
  margin: 0 auto 0 auto;
  background-color: #f9f9f9;
  padding: 68px 0 120px; }
  .section-member > .title {
    width: 115px;
    height: 40px;
    border-bottom: 2px solid #979797;
    font-size: 25px;
    color: #666;
    margin: 0 auto;
    text-align: center; }
  .section-member > .title-membership,
  .section-member > .title-pass {
    width: 147px;
    height: 40px;
    border-bottom: 2px solid #979797;
    font-size: 25px;
    color: #666;
    margin: 0 auto;
    text-align: center; }
  .section-member .wrap-member-box {
    width: 680px;
    background-color: #fff;
    margin: 60px auto 0;
    padding: 80px 170px; }
    .section-member .wrap-member-box.wrap-pass-box {
      padding-top: 60px; }
    .section-member .wrap-member-box.wrap-membership-box {
      padding-top: 60px; }
      .section-member .wrap-member-box.wrap-membership-box .title-membership {
        font-size: 16px;
        font-weight: bold;
        color: #333;
        margin-top: 1px;
        line-height: 30px;
        padding-left: 20px;
        border-bottom: 1px solid #7d7d7d;
        padding-bottom: 12px; }
      .section-member .wrap-member-box.wrap-membership-box .wrap-inside {
        margin: 40px 0 0 0;
        border-bottom: 1px solid #ececec; }
      .section-member .wrap-member-box.wrap-membership-box .title-quit {
        font-size: 16px;
        font-weight: bold;
        color: #333;
        margin-top: 54px;
        line-height: 30px;
        padding-left: 20px;
        border-bottom: 1px solid #7d7d7d;
        padding-bottom: 12px; }
    .section-member .wrap-member-box .join-indicator {
      display: block;
      width: 714px;
      height: 60px;
      overflow: hidden;
      background: url("/images/member/bg-join-indicator.png") center top no-repeat;
      position: relative;
      left: -17px; }
      .section-member .wrap-member-box .join-indicator li {
        float: left;
        display: block;
        height: 60px;
        text-align: center;
        font-size: 16px;
        color: #7d7d7d;
        line-height: 60px;
        position: relative; }
        .section-member .wrap-member-box .join-indicator li:nth-child(1) {
          width: 254px; }
        .section-member .wrap-member-box .join-indicator li:nth-child(2) {
          width: 207px; }
        .section-member .wrap-member-box .join-indicator li:nth-child(3) {
          width: 253px; }
        .section-member .wrap-member-box .join-indicator li.selected:before {
          content: "";
          position: absolute;
          display: block;
          width: 5px;
          height: 5px;
          border-radius: 3px;
          background-color: #000;
          left: 50%;
          top: 10px; }
    .section-member .wrap-member-box .wrap-inside {
      margin: 40px 0 0 0;
      border: 1px solid #ececec;
      border-width: 1px 0; }
      .section-member .wrap-member-box .wrap-inside p {
        display: block;
        font-size: 13px;
        color: #4a4a4a;
        text-align: center;
        padding: 120px 0; }
      .section-member .wrap-member-box .wrap-inside.no-border {
        border: none; }
    .section-member .wrap-member-box.wrap-membership-box .wrap-inside {
      margin: 0;
      border-width: 0 0 1px 0; }
    .section-member .wrap-member-box .join-social-desc,
    .section-member .wrap-member-box .join-email-desc {
      display: inline-block;
      width: 194px;
      height: 40px;
      box-sizing: border-box;
      border-right: 2px solid #ececec;
      margin-left: 61px;
      margin-top: 41px;
      margin-bottom: 41px;
      vertical-align: top;
      position: relative; }
      .section-member .wrap-member-box .join-social-desc span,
      .section-member .wrap-member-box .join-email-desc span {
        display: block;
        box-sizing: border-box;
        border-left: 4px solid #ccc;
        height: 20px;
        line-height: 18px;
        font-size: 16px;
        color: #333;
        margin-top: 10px;
        padding-left: 21px; }
    .section-member .wrap-member-box .join-social-desc:after {
      content: "";
      display: block;
      position: absolute;
      background-color: #ececec;
      width: 680px;
      height: 1px;
      left: -61px;
      bottom: -50px; }
    .section-member .wrap-member-box .join-social {
      display: inline-block;
      margin-top: 41px;
      height: 40px;
      vertical-align: top; }
      .section-member .wrap-member-box .join-social a {
        width: 96px;
        height: 40px;
        overflow: hidden;
        text-indent: -10000em;
        display: inline-block;
        background-position: center center;
        margin-left: 11px; }
        .section-member .wrap-member-box .join-social a.nv {
          background-image: url("/images/member/btn-social-nv.png"); }
        .section-member .wrap-member-box .join-social a.kt {
          background-image: url("/images/member/btn-social-kt.png"); }
        .section-member .wrap-member-box .join-social a.fb {
          background-image: url("/images/member/btn-social-fb.png"); }
      .section-member .wrap-member-box .join-social #naver_id_login {
        display: inline-block; }
    .section-member .wrap-member-box .join-email {
      display: inline-block;
      margin-top: 41px;
      height: 40px;
      vertical-align: top; }
      .section-member .wrap-member-box .join-email label {
        width: 380px;
        height: 40px;
        box-sizing: border-box;
        background-color: #f9f9f9;
        border: 1px solid #d8d8d8;
        font-size: 14px;
        color: #666;
        display: block;
        line-height: 40px;
        padding-left: 20px;
        margin-left: 11px; }
      .section-member .wrap-member-box .join-email input {
        width: 206px;
        -webkit-appearance: none;
        appearance: none;
        -moz-appearance: none;
        background-color: #f9f9f9;
        border: 0;
        border-left: 1px solid #b7b7b7;
        margin-left: 35px;
        padding-left: 14px;
        font-size: 14px;
        color: #3a3a3a;
        margin-top: -5px; }
        .section-member .wrap-member-box .join-email input::-webkit-input-placeholder {
          color: #ccc; }
        .section-member .wrap-member-box .join-email input:-ms-input-placeholder {
          color: #ccc; }
        .section-member .wrap-member-box .join-email input::-moz-placeholder {
          color: #ccc; }
        .section-member .wrap-member-box .join-email input:-moz-placeholder {
          color: #ccc; }
    .section-member .wrap-member-box .join-detail {
      display: inline-block;
      margin: 20px 0;
      height: 40px;
      vertical-align: top; }
      .section-member .wrap-member-box .join-detail.long {
        height: 100px; }
      .section-member .wrap-member-box .join-detail label.label-input {
        width: 425px;
        height: 40px;
        box-sizing: border-box;
        background-color: #f9f9f9;
        border: 1px solid #d8d8d8;
        font-size: 14px;
        color: #666;
        display: block;
        line-height: 38px;
        padding-left: 20px;
        margin-left: 128px;
        position: relative; }
        .section-member .wrap-member-box .join-detail label.label-input span {
          position: absolute;
          left: 20px;
          top: 0; }
        .section-member .wrap-member-box .join-detail .btnsub {
            display:inline-block;
            width: 90px;
            height: 40px;
            background-color: #efefef;
            border: 1px solid #b7b7b7;
            box-sizing: border-box;
            line-height: 25px;
            font-size: 14px;
            color: #666;
            text-align: center;
        }
        .section-member .wrap-member-box .join-detail .btnsms {
            display: inline-block;
            vertical-align: middle;
            margin-top: -4px;
            line-height: 36px;
            width: 100px;
        }

        .section-member .wrap-member-box .join-detail .descsms {
            display: inline-block;
            vertical-align: middle;
            background-color: #fff;
            border:1px solid #fff;
            width: 100px;
        }

      .section-member .wrap-member-box .join-detail input[type=text],
      .section-member .wrap-member-box .join-detail input[type=password] {
        width: 251px;
        -webkit-appearance: none;
        appearance: none;
        -moz-appearance: none;
        background-color: #f9f9f9;
        border: 0;
        border-left: 1px solid #b7b7b7;
        margin-left: 122px;
        padding-left: 14px;
        font-size: 14px;
        color: #3a3a3a;
        margin-top: -5px; }
        .section-member .wrap-member-box .join-detail input[type=text]::-webkit-input-placeholder,
        .section-member .wrap-member-box .join-detail input[type=password]::-webkit-input-placeholder {
          color: #ccc; }
        .section-member .wrap-member-box .join-detail input[type=text]:-ms-input-placeholder,
        .section-member .wrap-member-box .join-detail input[type=password]:-ms-input-placeholder {
          color: #ccc; }
        .section-member .wrap-member-box .join-detail input[type=text]::-moz-placeholder,
        .section-member .wrap-member-box .join-detail input[type=password]::-moz-placeholder {
          color: #ccc; }
        .section-member .wrap-member-box .join-detail input[type=text]:-moz-placeholder,
        .section-member .wrap-member-box .join-detail input[type=password]:-moz-placeholder {
          color: #ccc; }
      .section-member .wrap-member-box .join-detail input[type=text]:focus + span:after,
      .section-member .wrap-member-box .join-detail input[type=password]:focus + span:after {
        content: "";
        display: block;
        background: url("/images/member/icon-join-focus.png") center center no-repeat;
        width: 31px;
        height: 21px;
        position: absolute;
        left: -78px;
        top: 7px; }
      .section-member .wrap-member-box .join-detail:after {
        content: "";
        display: block;
        position: relative;
        background-color: #ececec;
        width: 680px;
        height: 1px;
        bottom: -20px; }
      .section-member .wrap-member-box .join-detail:last-child:after {
        display: none; }
      .section-member .wrap-member-box .join-detail div.label-input {
        width: 405px;
        height: 40px;
        font-size: 14px;
        color: #666;
        display: block;
        line-height: 40px;
        padding-left: 20px;
        margin-left: 128px;
        position: relative; }
        .section-member .wrap-member-box .join-detail div.label-input.label-input2 {
          width: 425px;
          padding-left: 0; }
        .section-member .wrap-member-box .join-detail div.label-input .title {
          position: absolute;
          left: 20px;
          top: 0; }
        .section-member .wrap-member-box .join-detail div.label-input .desc {
          margin-left: 122px;
          border-left: 1px solid #b7b7b7;
          padding-left: 14px;
          color: #333; }
          .section-member .wrap-member-box .join-detail div.label-input .desc.not {
            color: #cc1221; }
        .section-member .wrap-member-box .join-detail div.label-input .social-nv {
          background: url("/images/member/icon-nv.png") left center no-repeat;
          display: block;
          height: 40px;
          padding-left: 85px; }
        .section-member .wrap-member-box .join-detail div.label-input .social-kt {
          background: url("/images/member/icon-kt.png") left center no-repeat;
          display: block;
          height: 40px;
          padding-left: 85px; }
        .section-member .wrap-member-box .join-detail div.label-input .social-fb {
          background: url("/images/member/icon-fb.png") left center no-repeat;
          display: block;
          height: 40px;
          padding-left: 85px; }
        .section-member .wrap-member-box .join-detail div.label-input .btn-auth {
          width: 110px;
          height: 35px;
          display: block;
          position: absolute;
          right: 0;
          top: 2px;
          background-color: #cc1221;
          color: #fff;
          font-size: 15px;
          line-height: 35px;
          text-align: center; }
        .section-member .wrap-member-box .join-detail div.label-input .btn-change {
          width: 110px;
          height: 35px;
          display: block;
          position: absolute;
          right: 0;
          top: 2px;
          background-color: #666;
          color: #fff;
          font-size: 15px;
          line-height: 35px;
          text-align: center; }
        .section-member .wrap-member-box .join-detail div.label-input .btn-delete {
          width: 40px;
          height: 23px;
          display: block;
          position: absolute;
          right: 0;
          top: 9px;
          background-color: #f3f3f3;
          color: #555;
          font-size: 11px;
          line-height: 23px;
          text-align: center;
          box-sizing: border-box;
          border: 1px solid #b7b7b7; }
        .section-member .wrap-member-box .join-detail div.label-input .btn-connect {
          width: 80px;
          height: 27px;
          display: block;
          position: absolute;
          right: 0;
          top: 6px;
          background-color: #cc1221;
          color: #fff;
          font-size: 17px;
          line-height: 27px;
          text-align: center;
          border-radius: 2px; }
    .section-member .wrap-member-box .quit-desc {
      display: block;
      font-size: 14px;
      color: #7d7d7d;
      padding: 23px 84px 73px 106px;
      background: url("/images/member/icon-quit-desc.png") 84px 29px no-repeat;
      display: block;
      line-height: 1.86em;
      height: 16px; }
    .section-member .wrap-member-box .btn-quit {
      background-color: #cc1221;
      display: block;
      width: 300px;
      height: 35px;
      line-height: 35px;
      margin: 0 auto;
      font-size: 17px;
      text-align: center;
      color: #fff; }
    .section-member .wrap-member-box .agreement {
      position: relative;
      padding-left: 28px;
      font-size: 14px;
      color: #666;
      margin-left: 128px;
      height: 40px;
      display: inline-block;
      line-height: 40px; }
      .section-member .wrap-member-box .agreement input[type=checkbox]:not(:checked),
      .section-member .wrap-member-box .agreement input[type=checkbox]:checked {
        position: absolute;
        left: -100000em; }
      .section-member .wrap-member-box .agreement input[type=checkbox] + label:before {
        content: '';
        position: absolute;
        left: 0;
        top: 11px;
        width: 18px;
        height: 18px;
        display: block;
        background: url("/images/member/checkbox-unchecked.png") center center no-repeat; }
      .section-member .wrap-member-box .agreement input[type=checkbox] + label:after {
        content: '';
        position: absolute;
        left: 0;
        top: 11px;
        width: 18px;
        height: 18px;
        display: block;
        background: url("/images/member/checkbox-checked.png") center center no-repeat; }
      .section-member .wrap-member-box .agreement input[type=checkbox]:not(:checked) + label:after {
        opacity: 0; }
      .section-member .wrap-member-box .agreement input[type=checkbox]:checked + label:after {
        opacity: 1; }
      .section-member .wrap-member-box .agreement a {
        color: #009aff;
        text-decoration: underline; }
    .section-member .wrap-member-box .sub {
      border-top: 1px dotted #ccc;
      margin-left: 85px;
      width: 595px;
      margin-top: 11px;
      padding-top: 11px; }
      .section-member .wrap-member-box .sub span {
        position: relative;
        padding-left: 28px;
        font-size: 14px;
        color: #666;
        margin-left: 20px;
        height: 40px;
        display: inline-block;
        line-height: 40px; }
        .section-member .wrap-member-box .sub span:first-child {
          margin-left: 85px; }
        .section-member .wrap-member-box .sub span input[type=checkbox]:not(:checked),
        .section-member .wrap-member-box .sub span input[type=checkbox]:checked {
          position: absolute;
          left: -100000em; }
        .section-member .wrap-member-box .sub span input[type=checkbox] + label:before {
          content: '';
          position: absolute;
          left: 0;
          top: 11px;
          width: 18px;
          height: 18px;
          display: block;
          background: url("/images/member/checkbox-unchecked.png") center center no-repeat; }
        .section-member .wrap-member-box .sub span input[type=checkbox] + label:after {
          content: '';
          position: absolute;
          left: 0;
          top: 11px;
          width: 18px;
          height: 18px;
          display: block;
          background: url("/images/member/checkbox-checked.png") center center no-repeat; }
        .section-member .wrap-member-box .sub span input[type=checkbox]:not(:checked) + label:after {
          opacity: 0; }
        .section-member .wrap-member-box .sub span input[type=checkbox]:checked + label:after {
          opacity: 1; }
    .section-member .wrap-member-box .pass-desc {
      font-size: 14px;
      color: #7d7d7d;
      padding-left: 125px;
      background: url("/images/customer/icon-faq-desc.png") 103px top no-repeat;
      display: block;
      line-height: 16px;
      height: 16px;
      font-weight: bold; }
    .section-member .wrap-member-box .pass-desc2 {
      padding-left: 125px;
      padding-top: 6px;
      font-size: 14px;
      color: #7d7d7d;
      line-height: 1.86em;
      padding-bottom: 40px;
      border-bottom: 1px solid #ccc; }
    .section-member .wrap-member-box .btn-pass-box {
      margin: 40px auto 20px;
      text-align: center; }
      .section-member .wrap-member-box .btn-pass-box .btn-change-now {
        border: 1px solid #cc1221;
        background-color: #cc1221;
        font-size: 17px;
        display: inline-block;
        width: 160px;
        height: 35px;
        box-sizing: border-box;
        color: #fff;
        line-height: 35px;
        text-align: center; }
      .section-member .wrap-member-box .btn-pass-box .btn-change-later {
        border: 1px solid #b7b7b7;
        background-color: #efefef;
        font-size: 17px;
        display: inline-block;
        width: 160px;
        height: 35px;
        box-sizing: border-box;
        color: #666;
        line-height: 35px;
        text-align: center;
        margin-left: 4px; }
        .section-member .wrap-member-box .btn-pass-box .btn-change-later:hover {
          border: 1px solid #000;
          color: #000; }
    .section-member .wrap-member-box .btn-join {
      display: block;
      width: 300px;
      height: 35px;
      line-height: 35px;
      background-color: #cc1221;
      font-size: 17px;
      color: #fff;
      margin: 50px auto 0;
      text-align: center; }
    .section-member .wrap-member-box .btn-confirm {
      display: block;
      width: 300px;
      height: 35px;
      line-height: 35px;
      background-color: #cc1221;
      font-size: 17px;
      color: #fff;
      margin: 50px auto 60px;
      text-align: center; }

/*============================================================
/*
/* [m]: bbs
/*
============================================================== */
table.bbs-list {
  border: 1px solid #7d7d7d;
  border-width: 1px 0;
  width: 100%; }
  table.bbs-list th {
    font-weight: normal;
    font-size: 14px;
    color: #4a4a4a;
    background-color: #f3f3f3;
    height: 46px;
    line-height: 46px; }
  table.bbs-list tr td {
    height: 46px;
    line-height: 46px;
    border-bottom: 1px solid #ccc;
    color: #666;
    font-size: 14px; }
    table.bbs-list tr td.no,
    table.bbs-list tr td.screen,
    table.bbs-list tr td.kind,
    table.bbs-list tr td.date,
    table.bbs-list tr td.period,
    table.bbs-list tr td.status {
      text-align: center; }
    table.bbs-list tr td a {
      color: #666; }
      table.bbs-list tr td a:hover {
        color: #000; }
    table.bbs-list tr td.ing {
      color: #c39c71; }
  table.bbs-list tr:last-child td {
    border-bottom: none; }
  table.bbs-list.bbs-list-faq tr td:nth-child(1) {
    width: 90px; }
  table.bbs-list.bbs-list-faq tr td:nth-child(2) {
    width: 160px; }
  table.bbs-list.bbs-list-faq tr .answer {
    line-height: 2em;
    padding: 26px 20px 34px 249px;
    background-color: #fff7f7; }
  table.bbs-list.bbs-list-faq tr.tr-answer {
    display: none; }
  table.bbs-list.bbs-list-event-winner tr td:nth-child(1) {
    width: 90px; }
  table.bbs-list.bbs-list-event-winner tr td:nth-child(3) {
    width: 200px; }
  table.bbs-list.bbs-list-event-winner tr td:nth-child(4) {
    width: 150px; }
  table.bbs-list.bbs-1to1-membership tr th {
    border-bottom: 1px solid #ccc;
    width: 110px;
    text-align: left;
    padding-left: 40px; }
    table.bbs-list.bbs-1to1-membership tr th:after {
      content: "";
      border-right: 1px solid #ccc;
      display: block;
      height: 20px;
      position: relative;
      margin-top: -32px; }
  table.bbs-list.bbs-1to1-membership tr td {
    padding-left: 30px;
    font-weight: bold; }
  table.bbs-list.bbs-1to1-membership tr:last-child th {
    border-bottom: none; }
  table.bbs-list.bbs-list-mypage-coupon td {
    text-align: center; }
    table.bbs-list.bbs-list-mypage-coupon td:nth-child(5) {
      text-align: left; }
  table.bbs-list.bbs-list-mypage-coupon .serial-no {
    color: #c39c71; }
  table.bbs-list.bbs-list-mypage-coupon .used {
    color: #b7b7b7; }
  table.bbs-list.bbs-list-mypage-coupon .btn-delete {
    display: inline-block;
    width: 40px;
    height: 23px;
    box-sizing: border-box;
    background-color: #f3f3f3;
    border: 1px solid #b7b7b7;
    text-align: center;
    line-height: 21px;
    font-size: 11px;
    color: #555; }
    table.bbs-list.bbs-list-mypage-coupon .btn-delete:hover {
      color: #000;
      border: 1px solid #000; }
  table.bbs-list.bbs-list-mypage-login td {
    text-align: center; }
  table.bbs-list.bbs-list-mypage-login .ip {
    color: #c39c71; }
  table.bbs-list.bbs-list-mypage-membership td {
    text-align: center; }
    table.bbs-list.bbs-list-mypage-membership td:nth-child(1) {
      width: 50px; }
    table.bbs-list.bbs-list-mypage-membership td:nth-child(7) {
      text-align: right;
      padding-right: 20px;}
    table.bbs-list.bbs-list-mypage-membership td:nth-child(8) {
      text-align: right;
      width:112px;}
  table.bbs-list.bbs-list-mypage-membership .serial-no {
    color: #c39c71; }
  table.bbs-list.bbs-list-mypage-membership .minus {
    color: #333;
    font-weight: bold; }
  table.bbs-list.bbs-list-mypage-membership .plus {
    color: #ed1c24;
    font-weight: bold; }
  table.bbs-list.bbs-list-coupon {
    margin: 19px 0 14px; }
    table.bbs-list.bbs-list-coupon th {
      text-align: center;
      height: 36px;
      line-height: 36px; }
    table.bbs-list.bbs-list-coupon td {
      position: relative;
      height: 36px;
      line-height: 36px;
      text-align: center; }
      table.bbs-list.bbs-list-coupon td:nth-child(1) {
        width: 70px; }
      table.bbs-list.bbs-list-coupon td:nth-child(2) {
        text-align: left; }
      table.bbs-list.bbs-list-coupon td:nth-child(4) {
        width: 165px; }
      table.bbs-list.bbs-list-coupon td:nth-child(5) {
        width: 60px; }
    table.bbs-list.bbs-list-coupon .serial-no {
      color: #c39c71; }
    table.bbs-list.bbs-list-coupon .minus {
      color: #333;
      font-weight: bold; }
    table.bbs-list.bbs-list-coupon .plus {
      color: #ed1c24;
      font-weight: bold; }
    table.bbs-list.bbs-list-smartcon {
        margin: 19px 0 14px;
    }

        table.bbs-list.bbs-list-smartcon th {
            text-align: center;
            height: 36px;
            line-height: 36px;
        }

        table.bbs-list.bbs-list-smartcon td {
            position: relative;
            height: 36px;
            line-height: 36px;
            text-align: center;
        }

            table.bbs-list.bbs-list-smartcon td:nth-child(1) {
                width: 70px;
            }

            table.bbs-list.bbs-list-smartcon td:nth-child(2) {
                text-align: left;
            }

            table.bbs-list.bbs-list-smartcon td:nth-child(4) {
                width: 165px;
            }

            table.bbs-list.bbs-list-smartcon td:nth-child(5) {
                width: 60px;
            }

        table.bbs-list.bbs-list-smartcon .serial-no {
            color: #c39c71;
        }

        table.bbs-list.bbs-list-smartcon .minus {
            color: #333;
            font-weight: bold;
        }

        table.bbs-list.bbs-list-smartcon .plus {
            color: #ed1c24;
            font-weight: bold;
        }
    table.bbs-list.bbs-list-membership-info1,
    table.bbs-list.bbs-list-membership-info2,
    table.bbs-list.bbs-list-membership-info3 {
        border-width: 2px 0 2px;
        margin: 30px 0 0 0;
    }
    table.bbs-list.bbs-list-membership-info1 th,
    table.bbs-list.bbs-list-membership-info2 th {
      font-size: 14px;
      color: #333;
      border: 1px solid #ccc;
      border-width: 0 0 1px 1px; }
      table.bbs-list.bbs-list-membership-info1 th:first-child,
      table.bbs-list.bbs-list-membership-info2 th:first-child {
        border-left: none; }
    table.bbs-list.bbs-list-membership-info1 td,
    table.bbs-list.bbs-list-membership-info2 td {
      font-size: 14px;
      color: #666;
      vertical-align: middle; }
      table.bbs-list.bbs-list-membership-info1 td:first-child,
      table.bbs-list.bbs-list-membership-info2 td:first-child {
        border-left: none; }
      table.bbs-list.bbs-list-membership-info1 td:nth-child(1),
      table.bbs-list.bbs-list-membership-info2 td:nth-child(1) {
        text-align: center; }
  table.bbs-list.bbs-list-membership-info1 td {
    border: 1px solid #ccc;
    border-width: 0 0 1px 1px; }
  table.bbs-list.bbs-list-membership-info1 td:nth-child(2) {
    padding-left: 21px; }
  table.bbs-list.bbs-list-membership-info1 td:nth-child(3) {
    text-align: center;
    line-height: 16px; }
  table.bbs-list.bbs-list-membership-info2 td:nth-child(2) {
    padding: 0 21px; }
  table.bbs-list.bbs-list-membership-info2 td:last-child {
    font-size: 12px;
    padding: 0 18px;
    text-align: left;
    line-height: 14px; }
  table.bbs-list.bbs-list-membership-info2 td.product {
    width: 170px; }
  table.bbs-list.bbs-list-membership-info2 td.location {
    width: 128px;
    font-size: 14px;
    padding: 0 21px;
    text-align: center;
    line-height: 24px;
    border: 1px solid #ccc; }
  table.bbs-list.bbs-list-membership-info3 td:nth-child(1) {
    padding: 0 21px; 
    text-align: center;
    line-height: 22px;
  }
  table.bbs-list.bbs-list-membership-info3 td:nth-child(2) {
    padding: 0 21px; 
    text-align: center;
    line-height: 22px;
  }
  table.bbs-list.bbs-list-membership-info3 td:nth-child(3) {
    padding: 0 21px; 
    text-align: center;
    line-height: 22px;
  }
  table.bbs-list.bbs-list-membership-info3 td:last-child {
    padding: 0 21px; 
    text-align: center;
    line-height: 22px;
 }
  table.bbs-list.bbs-list-membership-info3 td.product {
    width: 170px; }
  table.bbs-list.bbs-list-membership-info3 td.location {
    width: 128px;
    font-size: 14px;
    padding: 0 21px;
    text-align: center;
    line-height: 24px;
    border: 1px solid #ccc; }

table.bbs-view {
  border: 1px solid #7d7d7d;
  border-width: 1px 0;
  width: 100%; }
  table.bbs-view th {
    font-weight: normal;
    font-size: 14px;
    color: #4a4a4a;
    background-color: #f3f3f3;
    height: 46px;
    line-height: 46px; }
  table.bbs-view tr td {
    height: 46px;
    line-height: 46px;
    border-bottom: 1px solid #ccc;
    color: #666;
    font-size: 14px; }
    table.bbs-view tr td.title {
      text-align: left;
      padding-left: 15px;
      font-weight: bold; }
    table.bbs-view tr td.kind,
    table.bbs-view tr td.screen,
    table.bbs-view tr td.date,
    table.bbs-view tr td.status {
      text-align: center; }
    table.bbs-view tr td.nav {
      text-align: left; }
    table.bbs-view tr td.content {
      text-align: left;
      padding: 45px 44px;
      line-height: 1.57em; }
      table.bbs-view tr td.content p {
        margin: 0 0 1em 0; }
        table.bbs-view tr td.content p:last-child {
          margin: 0; }
      table.bbs-view tr td.content img {
        margin: 0 0 1em 0;
        max-width: 762px !important;
        height:auto;
      }
      table.bbs-view tr td.content .original-inquiry-box {
        margin: 40px -44px 0 -44px;
        background-color: #fff7f7;
        padding: 30px 39px; }
    table.bbs-view tr td a {
      color: #666; }
      table.bbs-view tr td a:hover {
        color: #000; }
    table.bbs-view tr td.ing {
      color: #c39c71; }
    table.bbs-view tr td .prev {
      background: url("/images/customer/icon-nav-prev.png") 5px center no-repeat;
      padding: 0 9px 0 29px;
      color: #9b9b9b; }
    table.bbs-view tr td .next {
      background: url("/images/customer/icon-nav-next.png") 5px center no-repeat;
      padding: 0 9px 0 29px;
      color: #9b9b9b; }
    table.bbs-view tr td.share {
      height: 79px; }
      table.bbs-view tr td.share ul {
        margin-top: 20px; }
        table.bbs-view tr td.share ul:before {
          content: "공유";
          border-right: 1px solid #ccc;
          display: inline-block;
          padding-right: 18px;
          height: 30px;
          line-height: 30px;
          position: relative;
          top: -14px;
          font-size: 16px;
          margin-right: 18px;
          margin-left: 27px; }
        table.bbs-view tr td.share ul li {
          display: inline-block;
          margin-right: 12px; }
          table.bbs-view tr td.share ul li a {
            display: block;
            width: 40px;
            height: 40px;
            overflow: hidden;
            text-indent: -10000em; }
            table.bbs-view tr td.share ul li a.ks {
              background: url("/images/event/icon-share-ks-off.png") center center no-repeat; }
              table.bbs-view tr td.share ul li a.ks:hover {
                background-image: url("/images/event/icon-share-ks-on.png"); }
            table.bbs-view tr td.share ul li a.bd {
              background: url("/images/event/icon-share-bd-off.png") center center no-repeat; }
              table.bbs-view tr td.share ul li a.bd:hover {
                background-image: url("/images/event/icon-share-bd-on.png"); }
            table.bbs-view tr td.share ul li a.fb {
              background: url("/images/event/icon-share-fb-off.png") center center no-repeat; }
              table.bbs-view tr td.share ul li a.fb:hover {
                background-image: url("/images/event/icon-share-fb-on.png"); }
  table.bbs-view tr:last-child td {
    border-bottom: none; }
  table.bbs-view.bbs-view-event tr td:nth-child(2) {
    width: 210px; }
  table.bbs-view.bbs-view-event tr td:nth-child(3) {
    width: 150px; }
  table.bbs-view.bbs-view-branch-event tr td:nth-child(2) {
    width: 210px; }
  table.bbs-view.bbs-view-branch-event tr td:nth-child(3) {
    width: 150px; }
  table.bbs-view.bbs-view-branch-event tr td:nth-child(4) {
    width: 90px; }

table.bbs-write {
  border: 1px solid #7d7d7d;
  border-width: 1px 0;
  width: 100%;
  /*
	select {
		background: transparent; width: 220px; height: 30px; padding: 0 0 0 10px; box-sizing: border-box; font-size: 16px; line-height: 30px; border: 0; border-radius: 0; -webkit-appearance: none; appearance: none; -moz-appearance: none; background:url("/images/customer/icon-select-off.png") right 31px top 10px no-repeat; border:none; color: #7d7d7d;
		&:focus { background:url("/images/customer/icon-select-on.png") right 31px top 10px no-repeat;}
	}
*/ }
  table.bbs-write th {
    font-weight: normal;
    font-size: 14px;
    color: #4a4a4a;
    border-bottom: 1px solid #ccc;
    background-color: #fff;
    height: 46px;
    line-height: 42px; }
  table.bbs-write tr td {
    height: 46px;
    line-height: 46px;
    border-bottom: 1px solid #ccc;
    color: #666;
    font-size: 14px; }
  table.bbs-write tr:last-child th {
    border-bottom: none; }
  table.bbs-write tr:last-child td {
    border-bottom: none; }
  table.bbs-write .input-kind {
    display: inline-block;
    position: relative;
    padding-left: 19px;
    cursor: pointer;
    font-size: 14px;
    color: #333; }
  table.bbs-write .input-kind input {
    position: relative;
    z-index: -1;
    opacity: 0; }
  table.bbs-write .input-indicator {
    position: absolute;
    top: 16px;
    left: 0;
    height: 14px;
    width: 14px;
    background-color: #fff;
    border: 1px solid #979797; }
  table.bbs-write .input-radio .input-indicator {
    border-radius: 50%; }
  table.bbs-write .input-kind:hover input ~ .input-indicator,
  table.bbs-write .input-kind input:focus ~ .input-indicator {
    border: 1px solid #979797; }
  table.bbs-write .input-kind input:checked ~ .input-indicator {
    background-color: #fff;
    border: 1px solid #979797; }
  table.bbs-write .input-kind:hover input:not([disabled]):checked ~ .input-indicator,
  table.bbs-write .input-kind input:checked:focus ~ .input-indicator {
    background-color: #fff;
    border: 1px solid #979797; }
  table.bbs-write .input-kind input:disabled ~ .input-indicator {
    background-color: #e6e6e6;
    opacity: 0.6;
    pointer-events: none; }
  table.bbs-write .input-indicator:after {
    content: "";
    position: absolute;
    display: none; }
  table.bbs-write .input-kind input:checked ~ .input-indicator:after {
    display: block; }
  table.bbs-write .input-radio .input-indicator:after {
    left: 3px;
    top: 3px;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background: #c39c71; }
  table.bbs-write .input-radio input:disabled ~ .input-indicator:after {
    background-color: #7b7b7b; }
  table.bbs-write .input-select {
    display: block;
    margin: 6px 0;
    width: 200px;
    height: 30px;
    overflow: hidden;
    border: 1px solid #ccc; }
  table.bbs-write select {
    background: transparent;
    width: 220px;
    height: 30px;
    padding: 0 0 0 10px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 30px;
    border: 0;
    border-radius: 0;
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    background: url("/images/customer/icon-select-off.png") right 31px center no-repeat;
    border: none;
    color: #7d7d7d;
    vertical-align: top; }
    table.bbs-write select:focus {
      background: #fff url("/images/customer/icon-select-on.png") right 31px center no-repeat; }
    table.bbs-write select option:disabled {
      color: #ccc; }
  table.bbs-write .input-select-point {
    display: inline-block;
    vertical-align: top;
    width: 360px;
    margin: 9px 0; }
    table.bbs-write .input-select-point select {
      width: 380px; }
  table.bbs-write .input-select-desc {
    font-size: 18px;
    color: #3a3a3a;
    line-height: 18px;
    display: inline-block;
    width: 65px;
    padding-left: 170px;
    margin: 15px 0; }
  table.bbs-write .input-title {
    border: 1px solid #d8d8d8;
    background-color: #f9f9f9;
    width: 594px;
    height: 30px;
    font-size: 14px;
    line-height: 14px;
    color: #7d7d7d;
    padding: 0 20px;
    box-sizing: border-box; }
    table.bbs-write .input-title:focus {
      color: #333;
      background-color: #fff;
      border: 1px solid #ed1c24; }
  table.bbs-write .input-content {
    margin: 9px 0;
    border: 1px solid #d8d8d8;
    background-color: #f9f9f9;
    width: 594px;
    height: 200px;
    font-size: 14px;
    line-height: 14px;
    color: #7d7d7d;
    padding: 14px 20px;
    box-sizing: border-box; }
    table.bbs-write .input-content:focus {
      color: #333;
      background-color: #fff;
      border: 1px solid #ed1c24; }
  table.bbs-write .input-attach {
    border: 1px solid #d8d8d8;
    background-color: #f9f9f9;
    width: 470px;
    height: 30px;
    font-size: 14px;
    line-height: 14px;
    color: #7d7d7d;
    padding: 0;
    box-sizing: border-box; }
    table.bbs-write .input-attach:focus {
      color: #333;
      background-color: #fff;
      border: 1px solid #ed1c24; }
  table.bbs-write.bbs-1to1-write tr th {
    width: 130px;
    padding-left: 40px;
    text-align: left; }
  table.bbs-write.bbs-write-mypage-point th {
    width: 50%;
    font-size: 18px;
    color: #7d7d7d;
    height: 60px;
    line-height: 58px;
    border-bottom: none; }
    table.bbs-write.bbs-write-mypage-point th .theater, table.bbs-write.bbs-write-mypage-point th .num {
      color: #3a3a3a; }
  table.bbs-write.bbs-write-mypage-point th:nth-child(1) {
    background-color: #f3f3f3; }
  table.bbs-write.bbs-write-mypage-point th:nth-child(2) {
    background-color: #ececec; }
  table.bbs-write.bbs-write-mypage-point td {
    padding: 30px 0; }

.btn-bbs-more {
  display: block;
  width: 720px;
  height: 41px;
  margin: 35px auto 0 auto;
  background-color: #fff;
  border: 1px solid #d8d8d8;
  color: #7d7d7d;
  font-size: 16px;
  line-height: 41px;
  text-align: center; }
  .btn-bbs-more:hover {
    color: #000;
    border: 1px solid #000; }

.btn-bbs-list {
  display: block;
  width: 80px;
  height: 27px;
  line-height: 27px;
  border-radius: 2px;
  background-color: #efefef;
  border: 1px solid #b7b7b7;
  text-align: center;
  margin: 40px auto 0;
  color: #666; }
  .btn-bbs-list:hover {
    color: #000;
    border: 1px solid #000; }

.btn-bbs-join {
    display: block;
    width: 300px;
    height: 35px;
    line-height: 27px;
    border-radius: 2px;
    background-color: #ffbb00;
    color: #ffffff;
    border: 1px solid #ffffff;
    text-align: center;
    margin: 5px auto 0;
}

.btn-bbs-list:hover {
    color: #000;
    border: 1px solid #000;
}


.btn-bbs-box-wide:after {
  content: "";
  display: table;
  clear: both; }

.btn-bbs-box-wide .btn-bbs-list {
  float: right;
  margin: 40px auto 0;
  color: #666; }

.btn-bbs-box-wide .btn-bbs-delete {
  float: left;
  display: block;
  width: 80px;
  height: 27px;
  line-height: 27px;
  border-radius: 2px;
  background-color: #efefef;
  border: 1px solid #b7b7b7;
  text-align: center;
  margin: 40px auto 0;
  color: #666; }
  .btn-bbs-box-wide .btn-bbs-delete:hover {
    color: #000;
    border: 1px solid #000; }

.btn-bbs-box {
  text-align: center; }
  .btn-bbs-box a {
    margin-left: 4px; }
    .btn-bbs-box a:first-child {
      margin-left: 0; }

.btn-bbs-edit {
  display: inline-block;
  width: 80px;
  height: 27px;
  line-height: 27px;
  border-radius: 2px;
  background-color: #efefef;
  border: 1px solid #b7b7b7;
  text-align: center;
  margin: 40px auto 0;
  color: #666; }
  .btn-bbs-edit:hover {
    color: #000;
    border: 1px solid #000; }

.btn-bbs-confirm {
  display: inline-block;
  width: 80px;
  height: 27px;
  line-height: 27px;
  border-radius: 2px;
  background-color: #cc1221;
  border: 1px solid #cc1221;
  text-align: center;
  margin: 40px auto 0;
  color: #fff; }
  .btn-bbs-confirm:hover {
    color: #000;
    border: 1px solid #000; }

/*============================================================
/*
/* [m]: popup
/*
============================================================== */
.blocker-login {
  background-color: rgba(125, 125, 125, 0.6) !important; }

.modal-login {
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 2;
  background: #fff;
  text-align: left;
  top: 85px;
  box-shadow: 6px 4px 41px 5px rgba(0, 0, 0, 0.6); }

.popup {
  width: 970px;
  height: 754px;
  overflow: hidden;
  position: relative;
  display: block;}

.section-pop-top {
  position: relative;
  height: 50px;
  background-color: #ececec;
  z-index: 15; }
  .section-pop-top .title {
    display: block;
    font-size: 24px;
    color: #cc1221;
    padding: 7px 0 0 26px;
    font-weight: 300; }
  .section-pop-top .btn-rsv-reset {
    display: block;
    position: absolute;
    right: 74px;
    top: 12px;
    box-sizing: border-box;
    width: 120px;
    height: 27px;
    border: 1px solid #b7b7b7;
    color: #666;
    background: url("/images/rsv/btn-reset.png") 11px 5px no-repeat;
    line-height: 25px;
    padding-left: 39px;
    font-size: 15px; }
    .section-pop-top .btn-rsv-reset:hover {
      color: #000;
      border-color: #000; }

.section-pop-bottom {
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: center;
  background-color: #fff;
  width: 720px;
  height: 66px;
  border-top: 1px solid #ccc; }
  .section-pop-bottom .white {
    background-color: #fff;
    text-align: center;
    padding-left: 240px;
    box-sizing: border-box; }
  .section-pop-bottom .wrap-rsv-select {
    text-align: right;
    padding: 20px 40px 0 0;
    z-index: 2000; }
    .section-pop-bottom .wrap-rsv-select .btn-rsv-next,
    .section-pop-bottom .wrap-rsv-select .btn-rsv-next2,
    .section-pop-bottom .wrap-rsv-select .btn-rsv-cancel2 {
      display: inline-block;
      width: 80px;
      height: 27px;
      line-height: 25px;
      background-color: #cc1221;
      color: #fff;
      text-align: center;
      border-radius: 2px; }
    .section-pop-bottom .wrap-rsv-select .btn-rsv-cancel2 {
      background-color: #efefef;
      border: 1px solid #b7b7b7;
      color: #666;
      box-sizing: border-box;
      vertical-align: top;
      margin-right: 4px; }
      .section-pop-bottom .wrap-rsv-select .btn-rsv-cancel2:hover {
        color: #000;
        border-color: #000; }
  .section-pop-bottom .btn-print-receipt,
  .section-pop-bottom .btn-rsv-done {
    display: inline-block;
    width: 95px;
    height: 25px;
    border-radius: 2px;
    font-size: 17px;
    line-height: 23px;
    text-align: center;
    margin-top: 19px; }
  .section-pop-bottom .btn-print-receipt {
    background-color: #efefef;
    border: 1px solid #b7b7b7;
    color: #666; }
    .section-pop-bottom .btn-print-receipt:hover {
      color: #000;
      border-color: #000; }
  .section-pop-bottom .btn-rsv-done {
    background-color: #cc1221;
    border: 1px solid #cc1221;
    color: #fff; }

.section-pop-bottom2 {
  position: absolute;
  bottom: 0;
  background-color: #ececec;
  width: 100%;
  height: 137px;
  border-top: 1px solid #ccc;
  z-index: 20; }
  .section-pop-bottom2 .wrap-1,
  .section-pop-bottom2 .wrap-2,
  .section-pop-bottom2 .wrap-3 {
    height: 105px;
    border-right: 2px solid #dcdcdc;
    box-sizing: border-box;
    float: left;
    position: relative; }
    .section-pop-bottom2 .wrap-1 .title,
    .section-pop-bottom2 .wrap-2 .title,
    .section-pop-bottom2 .wrap-3 .title {
      font-size: 16px;
      color: #555;
      line-height: 16px;
      text-align: center;
      display: block; }
  .section-pop-bottom2 .wrap-1 {
    margin: 16px 0 0 0;
    width: 241px; }
    .section-pop-bottom2 .wrap-1 .total-price {
      display: block;
      text-align: center;
      margin: 15px 0 0 0;
      font-size: 18px;
      font-weight: 300;
      color: #666; }
      .section-pop-bottom2 .wrap-1 .total-price span {
        font-size: 25px;
        font-weight: bold; }
    .section-pop-bottom2 .wrap-1:after {
      position: absolute;
      display: block;
      content: "-";
      width: 14px;
      height: 14px;
      background-color: #4a4a4a;
      border-radius: 7px;
      line-height: 13px;
      font-size: 16px;
      color: #fff;
      text-align: center;
      top: 46px;
      right: -8px;
      z-index: 3; }
  .section-pop-bottom2 .wrap-2 {
    margin: 16px 0 0 0;
    width: 601px; }
    .section-pop-bottom2 .wrap-2 .discount-price {
      display: block;
      text-align: right;
      margin: 9px 0 0 0;
      font-size: 18px;
      font-weight: 300;
      color: #666;
      position: absolute;
      top: 16px;
      right: 11px; }
      .section-pop-bottom2 .wrap-2 .discount-price span {
        font-size: 25px;
        font-weight: bold; }
    .section-pop-bottom2 .wrap-2:after {
      position: absolute;
      display: block;
      content: "=";
      width: 14px;
      height: 14px;
      background-color: #4a4a4a;
      border-radius: 7px;
      line-height: 12px;
      font-size: 14px;
      color: #fff;
      text-align: center;
      top: 46px;
      right: -8px;
      z-index: 3; }
  .section-pop-bottom2 .discount {
    display: block;
    box-sizing: border-box;
    width: 481px;
    margin-top: 14px; }
    .section-pop-bottom2 .discount li {
      display: block;
      float: left;
      width: 120px;
      height: 44px;
      box-sizing: border-box;
      position: relative;
      font-size: 12px;
      color: #666;
      padding-left: 9px; }
    .section-pop-bottom2 .discount .show {
      padding-top: 8px; }
    .section-pop-bottom2 .discount .btn-remove-discount {
      background: url("/images/rsv/btn-remove-discount.png") center center no-repeat;
      display: block;
      width: 18px;
      height: 18px;
      position: absolute;
      top: 1px;
      right: 10px;
      overflow: hidden;
      text-indent: -10000em; }
  .section-pop-bottom2 .d1:after, .section-pop-bottom2 .d2:after, .section-pop-bottom2 .d3:after, .section-pop-bottom2 .d4:after {
    content: "";
    position: absolute;
    top: -2px;
    right: 0;
    width: 2px;
    height: 72px;
    background-color: #dcdcdc;
    display: block; }
  .section-pop-bottom2 .wrap-3 {
    margin: 16px 0 0 0;
    width: 118px;
    border: none; }
    .section-pop-bottom2 .wrap-3 .final-price {
      display: block;
      text-align: center;
      margin: 15px 0 0 0;
      font-size: 18px;
      font-weight: 300;
      color: #7d7d7d;
      letter-spacing: -1px; }
      .section-pop-bottom2 .wrap-3 .final-price span {
        font-size: 25px;
        font-weight: bold;
        color: #cc1221; }
    .section-pop-bottom2 .wrap-3 .btn-rsv-payment {
      position: absolute;
      bottom: 3px;
      right: 19px;
      display: block;
      width: 80px;
      height: 27px;
      border-radius: 2px;
      background-color: #cc1221;
      font-size: 17px;
      color: #fff;
      text-align: center; }

.section-pop-bottom3 {
  height: 66px;
  border-top: 1px solid #d8d8d8;
  background-color: #ececec;
  position: relative;
  top: -67px; }

.section-pop-left {
  width: 50%;
  box-sizing: border-box;
  border-right: 1px solid #f3f3f3;
  display: inline-block;
  vertical-align: top; }
  .section-pop-left .wrap-date {
    position: relative;
    background-color: #f9f9f9;
    height: 96px; }
    .section-pop-left .wrap-date .title {
      display: block;
      font-size: 24px;
      font-weight: 300;
      color: #cc1221;
      padding: 7px 0 0 26px; }
    .section-pop-left .wrap-date .btn-show-cal {
      position: absolute;
      display: block;
      width: 100px;
      height: 27px;
      line-height: 25px;
      box-sizing: border-box;
      border: 1px solid #b4b5b5;
      padding-left: 34px;
      background: #fff url("/images/rsv/icon-cal.png") 12px 5px no-repeat;
      color: #666;
      top: 13px;
      right: 20px; }
      .section-pop-left .wrap-date .btn-show-cal:hover {
        color: #000;
        border-color: #000; }
    .section-pop-left .wrap-date ul.cal-week {
      margin: 5px 0 0 0; }
      .section-pop-left .wrap-date ul.cal-week li {
        display: inline-block;
        margin: 0 4px 0 4px;
        vertical-align: top; }
        .section-pop-left .wrap-date ul.cal-week li a {
          display: block;
          width: 27px;
          height: 40px;
          text-align: center;
          color: #000;
          font-size: 13px;
          line-height: 1;
          position: relative; }
          .section-pop-left .wrap-date ul.cal-week li a .day {
            display: block;
            color: #555;
            font-size: 9px;
            padding: 7px 0 5px 0; }
          .section-pop-left .wrap-date ul.cal-week li a.prev {
            width: 35px;
            background: url("/images/rsv/btn-cal-prev.png") 18px center no-repeat;
            overflow: hidden;
            text-indent: -10000em; }
            .section-pop-left .wrap-date ul.cal-week li a.prev:hover {
              background: url("/images/rsv/btn-cal-prev-on.png") 18px center no-repeat; }
          .section-pop-left .wrap-date ul.cal-week li a.next {
            width: 35px;
            background: url("/images/rsv/btn-cal-next.png") 11px center no-repeat;
            overflow: hidden;
            text-indent: -10000em; }
            .section-pop-left .wrap-date ul.cal-week li a.next:hover {
              background: url("/images/rsv/btn-cal-next-on.png") 11px center no-repeat; }
          .section-pop-left .wrap-date ul.cal-week li a.today::before {
            content: "";
            position: absolute;
            display: block;
            top: 4px;
            left: 12px;
            background-color: #000;
            width: 2px;
            height: 2px;
            border-radius: 2px; }
          .section-pop-left .wrap-date ul.cal-week li a.selected {
            background: url("/images/rsv/bg-cal-selected.png") center center no-repeat;
            color: #fff; }
            .section-pop-left .wrap-date ul.cal-week li a.selected .day {
              color: #fff; }
            .section-pop-left .wrap-date ul.cal-week li a.selected.today::before {
              content: "";
              position: absolute;
              display: block;
              top: 4px;
              left: 12px;
              background-color: #fff;
              width: 2px;
              height: 2px;
              border-radius: 2px; }
          .section-pop-left .wrap-date ul.cal-week li a.sat {
            color: #538aca; }
            .section-pop-left .wrap-date ul.cal-week li a.sat .day {
              color: #538aca; }
            .section-pop-left .wrap-date ul.cal-week li a.sat.today::before {
              content: "";
              position: absolute;
              display: block;
              top: 4px;
              left: 12px;
              background-color: #538aca;
              width: 2px;
              height: 2px;
              border-radius: 2px; }
          .section-pop-left .wrap-date ul.cal-week li a.sun {
            color: #d13d49; }
            .section-pop-left .wrap-date ul.cal-week li a.sun .day {
              color: #d13d49; }
            .section-pop-left .wrap-date ul.cal-week li a.sun.today::before {
              content: "";
              position: absolute;
              display: block;
              top: 4px;
              left: 12px;
              background-color: #d13d49;
              width: 2px;
              height: 2px;
              border-radius: 2px; }
          .section-pop-left .wrap-date ul.cal-week li a.disabled {
            color: #d8d8d8; }
            .section-pop-left .wrap-date ul.cal-week li a.disabled .day {
              color: #d8d8d8; }
            .section-pop-left .wrap-date ul.cal-week li a.disabled.today::before {
              content: "";
              position: absolute;
              display: block;
              top: 4px;
              left: 12px;
              background-color: #d8d8d8;
              width: 2px;
              height: 2px;
              border-radius: 2px; }
  .section-pop-left .wrap-theater {
    padding-left: 26px;
    position: relative;
    border-top: 1px solid #f9f9f9; }
    .section-pop-left .wrap-theater .title {
      display: block;
      font-size: 24px;
      font-weight: 300;
      color: #cc1221;
      padding: 4px 0 0 0; }
    .section-pop-left .wrap-theater .theater-box {
      margin: 6px 0 16px; }
    .section-pop-left .wrap-theater .theater {
      background-color: #f3f3f3;
      margin-top:2px;
      width: 133px;
      height: 35px;
      display: inline-block;
      color: #7d7d7d;
      font-size: 16px;
      line-height: 29px;
      text-align: center; }
      .section-pop-left .wrap-theater .theater.selected {
        color: #fff;
        background-color: #3a3a3a; }
    .section-pop-left .wrap-theater .btn-box1 {
      position: absolute;
      top: 10px;
      left: 80px; }
      .section-pop-left .wrap-theater .btn-box1 a {
        display: inline-block;
        width: 97px;
        height: 27px;
        box-sizing: border-box;
        border-radius: 2px;
        background-color: #fff;
        border: 1px solid #b4b5b5;
        margin-right: 2px;
        color: #666;
        font-size: 15px;
        line-height: 25px;
        text-align: center; }
        .section-pop-left .wrap-theater .btn-box1 a:hover {
          color: #000;
          border-color: #000; }
    .section-pop-left .wrap-theater .btn-box2 {
      position: absolute;
      top: 10px;
      left: 302px; }
      .section-pop-left .wrap-theater .btn-box2 a {
        display: inline-block;
        font-size: 15px;
        color: #9b9b9b; }
        .section-pop-left .wrap-theater .btn-box2 a.selected {
          color: #000; }
        .section-pop-left .wrap-theater .btn-box2 a:nth-child(1):after {
          content: "";
          width: 1px;
          height: 20px;
          background-color: #b9b9b9;
          display: inline-block;
          position: relative;
          top: 4px;
          margin-left: 10px;
          margin-right: 6px; }
        .section-pop-left .wrap-theater .btn-box2 a:hover {
          color: #000; }
    .section-pop-left .wrap-theater .list-movie-name {
      width: 428px;
      height: 243px;
      overflow: auto;
      border-top: 1px solid #f3f3f3;
      border-bottom: 1px solid #b4b5b5;
      margin-top: 10px; }
      .section-pop-left .wrap-theater .list-movie-name li {
        display: block;
        height: 46px;
        border-bottom: 1px solid #f3f3f3;
        position: relative; }
        .section-pop-left .wrap-theater .list-movie-name li .rate-all,
        .section-pop-left .wrap-theater .list-movie-name li .rate-12,
        .section-pop-left .wrap-theater .list-movie-name li .rate-15,
        .section-pop-left .wrap-theater .list-movie-name li .rate-n,
        .section-pop-left .wrap-theater .list-movie-name li .rate-x {
          font-weight: bold;
          color: #fff;
          width: 20px;
          height: 20px;
          display: inline-block;
          text-align: center;
          margin-right: 10px;
          position: relative;
          padding: 0;
          overflow: hidden;
          text-indent: -10000em;
          position: relative;
          top: 3px; }
        .section-pop-left .wrap-theater .list-movie-name li .rate-all {
          background: url("/images/movies/icon-rate-all.png") center center no-repeat; }
        .section-pop-left .wrap-theater .list-movie-name li .rate-12 {
          background: url("/images/movies/icon-rate-12.png") center center no-repeat; }
        .section-pop-left .wrap-theater .list-movie-name li .rate-15 {
          background: url("/images/movies/icon-rate-15.png") center center no-repeat; }
        .section-pop-left .wrap-theater .list-movie-name li .rate-x {
          background: url("/images/movies/icon-rate-x.png") center center no-repeat; }
        .section-pop-left .wrap-theater .list-movie-name li .rate-n {
          background: url("/images/movies/icon-rate-n.png") center center no-repeat; }
        .section-pop-left .wrap-theater .list-movie-name li input.p-movie-check + label {
          font-size: 20px;
          line-height: 44px;
          color: #494949;
          cursor: pointer;
          padding-left: 9px;
          height: 46px;
          display: inline-block;
          position: relative;
          z-index: 20;
          width: 400px; }
          .section-pop-left .wrap-theater .list-movie-name li input.p-movie-check + label:hover {
            color: #000; }
        .section-pop-left .wrap-theater .list-movie-name li input.p-movie-check:disabled + label {
          color: #ccc; }
      .section-pop-left .wrap-theater .list-movie-name input.p-movie-check[type=checkbox] {
        position: absolute;
        z-index: -1;
        opacity: 0; }
      .section-pop-left .wrap-theater .list-movie-name input.p-movie-check ~ .check {
        position: absolute;
        left: -10000em; }
      .section-pop-left .wrap-theater .list-movie-name input.p-movie-check:checked ~ .check {
        position: absolute;
        background: #f9f9f9 url("/images/rsv/icon-movie-checked.png") right 29px center no-repeat;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1; }

.section-pop-right {
  width: 50%;
  display: inline-block;
  margin-left: -9px;
  vertical-align: central; }
  .section-pop-right .wrap-timetable-head {
    position: relative;
    background-color: #f9f9f9;
    height: 96px; }
    .section-pop-right .wrap-timetable-head .title {
      display: block;
      font-size: 24px;
      font-weight: 300;
      color: #cc1221;
      padding: 7px 0 0 22px; }
    .section-pop-right .wrap-timetable-head .desc-box {
        font-size: 12px;
        color: #7d7d7d;
        text-align: left;
        vertical-align: central;
        margin: 3px 0px 0px 60px;
    }
      .section-pop-right .wrap-timetable-head .desc-box .d1, .section-pop-right .wrap-timetable-head .desc-box .d2 {
        display: inline-block; }
        .section-pop-right .wrap-timetable-head .desc-box .d1 {
            position: relative;
        }
      .section-pop-right .wrap-timetable-head .desc-box .d1:before {
        content: "조";
        display: block;
        position: absolute;
        left: -27px;
        top: 0px;
        background-color: #97b3d4;
        width: 20px;
        height: 20px;
        text-align: center;
        color: #fff;
        line-height: 20px; }
      .section-pop-right .wrap-timetable-head .desc-box .d2 {
        position: relative;
        vertical-align:central;
        margin-left: 30px; }
      .section-pop-right .wrap-timetable-head .desc-box .d2:before {
        content: "심";
        display: block;
        position: absolute;
        left: -27px;
        top: 0px;
        background-color: #6b7290;
        width: 20px;
        height: 20px;
        text-align: center;
        color: #fff;
        line-height: 20px; }
      .section-pop-right .wrap-timetable-head .desc-box .d3 {
        position: relative;
        margin-left: 30px; }
      .section-pop-right .wrap-timetable-head .desc-box .d3:before {
        content: "무";
        display: block;
        position: absolute;
        left: -27px;
        top: 1px;
        background-color: #cc7091;
        width: 20px;
        height: 20px;
        text-align: center;
        color: #fff;
        line-height: 20px; }
        .section-pop-right .wrap-timetable-head .desc-box .d4 {
            position: relative;
            margin-left: 0px;
            margin-top: 2px;
        }
      .section-pop-right .wrap-timetable-head .desc-box .d4:before {
        content: "시";
        display: block;
        position: absolute;
        left: -27px;
        vertical-align:central;
        top: 1px;
        background-color: #FAEB78;
        width: 20px;
        height: 20px;
        text-align: center;
        color: #fff;
        line-height: 20px; }
      .section-pop-right .wrap-timetable-head .desc-box .d5 {
        position: relative;
        margin-left: 30px; }
      .section-pop-right .wrap-timetable-head .desc-box .d5:before {
        content: "더";
        display: block;
        position: absolute;
        left: -27px;
        top: 0px;
        background-color: #cc7091;
        width: 20px;
        height: 20px;
        text-align: center;
        color: #fff;
        line-height: 20px; }
      .section-pop-right .wrap-timetable-head .desc-box .d6 {
        position: relative;
        margin-left: 30px; }
      .section-pop-right .wrap-timetable-head .desc-box .d6:before {
        content: "G";
        display: block;
        position: absolute;
        left: -27px;
        top: 1px;
        background-color: #9b79b2;
        width: 20px;
        height: 20px;
        text-align: center;
        color: #fff;
        line-height: 20px; }
      .section-pop-right .wrap-timetable-head .desc-box .d7 {
        position: relative;
        margin-left: 0px; }
      .section-pop-right .wrap-timetable-head .desc-box .d7:before {
        content: "3D";
        display: block;
        position: absolute;
        left: -27px;
        top: 1px;
        background-color: #ff5600;
        width: 20px;
        height: 20px;
        text-align: center;
        color: #fff;
        line-height: 20px; }
        .section-pop-right .wrap-timetable-head .desc-box .d8 {
            position: relative;
            margin-left: 30px;
        }
        .section-pop-right .wrap-timetable-head .desc-box .d8:before {
            content: "영";
            display: block;
            position: absolute;
            left: -27px;
            top: 0px;
            background-color: #81C147;
            width: 20px;
            height: 20px;
            text-align: center;
            color: #fff;
            line-height: 20px;
        }
        .section-pop-right .wrap-timetable-head .desc-box .d9 {
            position: relative;
            margin-left: 30px;
        }

        .section-pop-right .wrap-timetable-head .desc-box .d9:before {
            content: "특";
            display: block;
            position: absolute;
            left: -27px;
            top: 0px;
            background-color: #5882FA;
            width: 20px;
            height: 20px;
            text-align: center;
            color: #fff;
            line-height: 20px;
        }
        .section-pop-right .wrap-timetable-head .desc-box .d10 {
            position: relative;
            margin-left: 30px;
        }
        .section-pop-right .wrap-timetable-head .desc-box .d10:before {
            content: "특";
            display: block;
            position: absolute;
            left: -27px;
            top: 1px;
            background-color: #8A0868;
            width: 20px;
            height: 20px;
            text-align: center;
            color: #fff;
            line-height: 20px;
        }

        .section-pop-right .wrap-timetable-head .desc-box .d11 {
            position: relative;
            margin-left: 30px;
        }

        .section-pop-right .wrap-timetable-head .desc-box .d11:before {
            content: "F";
            display: block;
            position: absolute;
            left: -27px;
            top: 0px;
            background-color: #cc1221;
            width: 20px;
            height: 20px;
            text-align: center;
            color: #fff;
            line-height: 23px;
        }

        .section-pop-right .wrap-timetable-head .desc-box .d12:before {
            content: "기";
            display: block;
            position: absolute;
            left: -27px;
            top: 1px;
            background-color: #FFC81E;
            width: 20px;
            height: 20px;
            text-align: center;
            color: #fff;
            line-height: 20px;
        }

        .section-pop-right .wrap-timetable-head .desc-box .d12 {
            position: relative;
            margin-left: 30px;
        }

            .section-pop-right .wrap-timetable-head .desc-box .d13:before {
                content: "가";
                display: block;
                position: absolute;
                left: -27px;
                top: 1px;
                background-color: #CC2EFA;
                width: 20px;
                height: 20px;
                text-align: center;
                color: #fff;
                line-height: 20px;
            }

        .section-pop-right .wrap-timetable-head .desc-box .d13 {
            position: relative;
            margin-left: 30px;
        }


        .section-pop-right .wrap-timetable-head .desc-box .d14:before {
            content: "카";
            display: block;
            position: absolute;
            left: -27px;
            top: 1px;
            background-color: #FF6969;
            width: 20px;
            height: 20px;
            text-align: center;
            color: #fff;
            line-height: 20px;
        }

        .section-pop-right .wrap-timetable-head .desc-box .d14 {
            position: relative;
            margin-left: 30px;
        }

        .timetable-attrib-morning {
            float: left;
            position: absolute;
            top: 1px;
            left: 1px;
            background-color: #97b2d5;
            color: #fff;
            width: 60px;
            height: 14px;
            display: block;
            font-size: 12px;
            line-height: 12px;
            text-align: center;
        }
.timetable-attrib-night {
    float: left;
    position: absolute;
    top: 1px;
    left: 1px;
    background-color: #6b7290;
    color: #fff;
    width: 60px;
    height: 14px;
    display: block;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
}
.timetable-attrib-dub {
    float: left;
    position: absolute;
    top: 1px;
    left: 1px;
    background-color: #cc7091;
    color: #fff;
    width: 60px;
    height: 14px;
    display: block;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
}
.timetable-attrib-greeting {
    float: left;
    position: absolute;
    top: 1px;
    left: 1px;
    background-color: #cc7091;
    color: #fff;
    width: 60px;
    height: 14px;
    display: block;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
}
.timetable-attrib-showcase {
    float: left;
    position: absolute;
    top: 1px;
    left: 1px;
    background-color: #ecde6b;
    color: #fff;
    width: 60px;
    height: 14px;
    display: block;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
}

.timetable-attrib-gv {
    float: left;
    position: absolute;
    top: 1px;
    left: 1px;
    background-color: #9b79b2;
    color: #fff;
    width: 60px;
    height: 14px;
    display: block;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
}
.timetable-attrib-pl {
    float: left;
    position: absolute;
    top: 1px;
    left: 1px;
    background-color: #FFC81E;
    color: #fff;
    width: 60px;
    height: 14px;
    display: block;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
}
.timetable-attrib-wt {
    float: left;
    position: absolute;
    top: 1px;
    left: 1px;
    background-color: #CC2EFA;
    color: #fff;
    width: 60px;
    height: 14px;
    display: block;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
}
.timetable-attrib-sa {
    float: left;
    position: absolute;
    top: 1px;
    left: 1px;
    background-color: #ff5600;
    color: #fff;
    width: 60px;
    height: 14px;
    display: block;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
}
.timetable-attrib-dining {
    float: left;
    position: absolute;
    top: 1px;
    left: 1px;
    background-color: #cc1221;
    color: #fff;
    width: 60px;
    height: 14px;
    display: block;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
}
.timetable-attrib-wa {
    float: left;
    position: absolute;
    top: 1px;
    left: 1px;
    background-color: #FF6969;
    color: #fff;
    width: 60px;
    height: 14px;
    display: block;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
}

  .section-pop-right .wrap-timetable {
    height: 484px;
    padding-bottom: 20px;
    overflow-y: auto;
    overflow-x: hidden; }
    .section-pop-right .wrap-timetable .ready {
      display: block;
      height: 503px;
      line-height: 503px;
      text-align: center;
      color: #7d7d7d;
      font-size: 18px; }
    .section-pop-right .wrap-timetable .rate-all,
    .section-pop-right .wrap-timetable .rate-12,
    .section-pop-right .wrap-timetable .rate-15,
    .section-pop-right .wrap-timetable .rate-n,
    .section-pop-right .wrap-timetable .rate-x {
      font-weight: bold;
      color: #fff;
      width: 20px;
      height: 20px;
      display: inline-block;
      text-align: center;
      margin-left: 24px;
      margin-right: 8px;
      position: relative;
      padding: 0;
      overflow: hidden;
      text-indent: -10000em;
      position: relative;
      top: 3px; }
    .section-pop-right .wrap-timetable .rate-all {
      background: url("/images/movies/icon-rate-all.png") center center no-repeat; }
    .section-pop-right .wrap-timetable .rate-12 {
      background: url("/images/movies/icon-rate-12.png") center center no-repeat; }
    .section-pop-right .wrap-timetable .rate-15 {
      background: url("/images/movies/icon-rate-15.png") center center no-repeat; }
    .section-pop-right .wrap-timetable .rate-x {
      background: url("/images/movies/icon-rate-x.png") center center no-repeat; }
    .section-pop-right .wrap-timetable .rate-n {
      background: url("/images/movies/icon-rate-n.png") center center no-repeat; }
    .section-pop-right .wrap-timetable .title {
      font-size: 20px;
      color: #494949;
      margin-top: 13px; }
    .section-pop-right .wrap-timetable .theater-info {
      color: #000;
      margin: 3px 0 8px 30px; }
      .section-pop-right .wrap-timetable .theater-info .all-seats {
        color: #7d7d7d; }
    .section-pop-right .wrap-timetable .time {
      display: inline-block;
      box-sizing: border-box;
      width: 143px;
      height: 45px;
      margin-left: -5px;
      border: 1px solid #ccc;
      background-color: #f9f9f9;
      color: #000;
      padding: 0 0 0 15px;
      vertical-align: top;
      position: relative;
      margin-bottom: 4px;
      cursor: pointer; }
      .section-pop-right .wrap-timetable .time .from {
        display: inline-block;
        width: 52px;
        font-size: 17px;
        color: #000;
        line-height: 36px;
        margin-top: 3px; }
      .section-pop-right .wrap-timetable .time .to {
        display: none;
        font-size: 14px;
        color: #B7B7B7;
        margin-top: 1px; }
      .section-pop-right .wrap-timetable .time .seats {
        font-size: 15px;
        color: #7d7d7d;
        vertical-align: top;
        line-height: 43px;
        height: 19px;
        padding-left: 7px;
        display: inline-block; }
        .section-pop-right .wrap-timetable .time .seats.early:after {
          content: "조";
          position: absolute;
          top: 15px;
          right: 7px;
          background-color: #97b2d5;
          color: #fff;
          width: 14px;
          height: 14px;
          display: block;
          font-size: 12px;
          line-height: 12px;
          text-align: center; }
        .section-pop-right .wrap-timetable .time .seats.earlydub:after {
          content: "더";
          position: absolute;
          top: 15px;
          right: 7px;
          background-color: #97b2d5;
          color: #fff;
          width: 14px;
          height: 14px;
          display: block;
          font-size: 12px;
          line-height: 12px;
          text-align: center; }
        .section-pop-right .wrap-timetable .time .seats.earlye:after {
            content: "영조";
            position: absolute;
            top: 15px;
            right: 7px;
            background-color: #97b2d5;
            color: #fff;
            width: 14px;
            height: 20px;
            display: block;
            font-size: 12px;
            line-height: 12px;
            text-align: center;
        }
        .section-pop-right .wrap-timetable .time .seats.latee:after {
            content: "영심";
            position: absolute;
            top: 15px;
            right: 7px;
            background-color: #6b7091;
            color: #fff;
            width: 20px;
            height: 14px;
            display: block;
            font-size: 12px;
            line-height: 12px;
            text-align: center;
        }
        .section-pop-right .wrap-timetable .time .seats.late:after {
          content: "심";
          position: absolute;
          top: 15px;
          right: 7px;
          background-color: #6b7091;
          color: #fff;
          width: 20px;
          height: 14px;
          display: block;
          font-size: 12px;
          line-height: 12px;
          text-align: center; }
        .section-pop-right .wrap-timetable .time .seats.eng:after {
            content: "영";
            position: absolute;
            top: 15px;
            right: 7px;
            background-color: #81C147;
            color: #fff;
            width: 14px;
            height: 14px;
            display: block;
            font-size: 12px;
            line-height: 12px;
            text-align: center;
        }
        .section-pop-right .wrap-timetable .time .seats.latedub:after {
          content: "더";
          position: absolute;
          top: 15px;
          right: 7px;
          background-color: #6b7091;
          color: #fff;
          width: 14px;
          height: 14px;
          display: block;
          font-size: 12px;
          line-height: 12px;
          text-align: center; }
          .section-pop-right .wrap-timetable .time .seats.dub:after {
          content: "더";
          position: absolute;
          top: 15px;
          right: 7px;
          background-color: #cc7091;
          color: #fff;
          width: 14px;
          height: 14px;
          display: block;
          font-size: 12px;
          line-height: 12px;
          text-align: center; }
          .section-pop-right .wrap-timetable .time .seats.mu:after {
          content: "무";
          position: absolute;
          top: 15px;
          right: 7px;
          background-color: #cc7091;
          color: #fff;
          width: 14px;
          height: 14px;
          display: block;
          font-size: 12px;
          line-height: 12px;
          text-align: center; }
          .section-pop-right .wrap-timetable .time .seats.sisa:after {
          content: "시";
          position: absolute;
          top: 15px;
          right: 7px;
          background-color: #FAEB78;
          color: #fff;
          width: 14px;
          height: 14px;
          display: block;
          font-size: 12px;
          line-height: 12px;
          text-align: center; }
        .section-pop-right .wrap-timetable .time .seats.dining:after {
            content: "F";
            position: absolute;
            top: 15px;
            right: 7px;
            background-color: #cc1221;
            color: #fff;
            width: 14px;
            height: 14px;
            display: block;
            font-size: 12px;
            line-height: 12px;
            text-align: center;
        }
          .section-pop-right .wrap-timetable .time .seats.gv:after {
          content: "G";
          position: absolute;
          top: 15px;
          right: 7px;
          background-color: #9b79b2;
          color: #fff;
          width: 14px;
          height: 14px;
          display: block;
          font-size: 12px;
          line-height: 12px;
          text-align: center; }

          .section-pop-right .wrap-timetable .time .seats.sing:after {
          content: "3D";
          position: absolute;
          top: 15px;
          right: 7px;
          background-color: #ff5600;
          color: #fff;
          width: 14px;
          height: 14px;
          display: block;
          font-size: 12px;
          line-height: 12px;
          text-align: center; }

        .section-pop-right .wrap-timetable .time .seats.singalong:after {
            content: "카";
            position: absolute;
            top: 15px;
            right: 7px;
            background-color: #FF6969;
            color: #fff;
            width: 14px;
            height: 14px;
            display: block;
            font-size: 12px;
            line-height: 12px;
            text-align: center;
        }


        .section-pop-right .wrap-timetable .time .seats.earlysing:after {
            content: "3D";
            position: absolute;
            top: 6px;
            right: 7px;
            background-color: #ff5600;
            color: #fff;
            width: 15px;
            height: 15px;
            display: block;
            font-size: 12px;
            line-height: 12px;
            text-align: center;
        }

        .section-pop-right .wrap-timetable .time .seats.latesing:after {
            content: "3D\a심";
            position: absolute;
            top: 6px;
            right: 7px;
            background-color: #ff5600;
            color: #fff;
            width: 15px;
            height: 30px;
            display: block;
            font-size: 12px;
            line-height: 12px;
            text-align: center;
        }
        .section-pop-right .wrap-timetable .time .seats.discount:after {
            content: "특";
            position: absolute;
            top: 15px;
            right: 7px;
            background-color: #5882FA;
            color: #fff;
            width: 14px;
            height: 14px;
            display: block;
            font-size: 12px;
            line-height: 12px;
            text-align: center;
        }



.section-pop-right .wrap-timetable .time .seats.special:after {
    content: "특";
    position: absolute;
    top: 15px;
    right: 7px;
    background-color: #8A0868;
    color: #fff;
    width: 14px;
    height: 14px;
    display: block;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
}
        .section-pop-right .wrap-timetable .time .seats.atmos:after {
            content: "카";
            position: absolute;
            top: 15px;
            right: 7px;
            background-color: #FF6969;
            color: #fff;
            width: 14px;
            height: 14px;
            display: block;
            font-size: 12px;
            line-height: 12px;
            text-align: center;
        }
        .section-pop-right .wrap-timetable .time .seats.pl:after {
            content: "기";
            position: absolute;
            top: 15px;
            right: 7px;
            background-color: #FFC81E;
            color: #fff;
            width: 14px;
            height: 14px;
            display: block;
            font-size: 12px;
            line-height: 12px;
            text-align: center;
        }

        .section-pop-right .wrap-timetable .time .seats.wt:after {
            content: "가";
            position: absolute;
            top: 15px;
            right: 7px;
            background-color: #CC2EFA;
            color: #fff;
            width: 14px;
            height: 14px;
            display: block;
            font-size: 12px;
            line-height: 12px;
            text-align: center;
        }


.section-pop-right .wrap-timetable .time .seats:before {
    content: "";
    display: block;
    position: absolute;
    top: 13px;
    left: 69px;
    width: 1px;
    height: 19px;
    background-color: #ccc;
}
      .section-pop-right .wrap-timetable .time:hover,
      .section-pop-right .wrap-timetable .time.on {
        background-color: #3a3a3a;
        border-color: #3a3a3a; }
        .section-pop-right .wrap-timetable .time:hover .from,
        .section-pop-right .wrap-timetable .time.on .from {
          margin-top: 3px;
          line-height: 19px;
          color: #fff; }
        .section-pop-right .wrap-timetable .time:hover .to,
        .section-pop-right .wrap-timetable .time.on .to {
          display: block; }
    .section-pop-right .wrap-timetable .time-box {
      margin-left: 22px; }
      .section-pop-right .wrap-timetable .time-box .time:nth-child(3n-2) {
        margin-left: 0; }

.section-pop-movie {
  width: 240px;
  height: 634px;
  background-color: #fff;
  box-shadow: 2px 0 8px 0 rgba(0, 0, 0, 0.35);
  position: relative;
  z-index: 10;
  padding-top: 33px;
  display: inline-block; }
  .section-pop-movie .poster {
    width: 163px;
    height: 234px;
    box-shadow: 2px 6px 20px 0 rgba(0, 0, 0, 0.65);
    margin: 0 auto; }
  .section-pop-movie .title {
    font-size: 20px;
    font-weight: bold;
    color: #494949;
    line-height: 26px;
    margin: 28px 0 5px 42px; }
    .section-pop-movie .title .rate-all,
    .section-pop-movie .title .rate-12,
    .section-pop-movie .title .rate-15,
    .section-pop-movie .title .rate-n,
    .section-pop-movie .title .rate-x {
      font-weight: bold;
      color: #fff;
      width: 20px;
      height: 20px;
      display: inline-block;
      text-align: center;
      margin-right: 5px;
      position: relative;
      padding: 0;
      overflow: hidden;
      text-indent: -10000em;
      position: relative;
      top: 2px; }
    .section-pop-movie .title .rate-all {
      background: url("/images/movies/icon-rate-all.png") center center no-repeat; }
    .section-pop-movie .title .rate-12 {
      background: url("/images/movies/icon-rate-12.png") center center no-repeat; }
    .section-pop-movie .title .rate-15 {
      background: url("/images/movies/icon-rate-15.png") center center no-repeat; }
    .section-pop-movie .title .rate-x {
      background: url("/images/movies/icon-rate-x.png") center center no-repeat; }
    .section-pop-movie .title .rate-n {
      background: url("/images/movies/icon-rate-n.png") center center no-repeat; }
    .section-pop-movie .title .aux {
      font-size: 14px;
      color: #7d7d7d;
      font-weight: normal;
      vertical-align: bottom;
      padding-left: 30px;
      display: block; }
  .section-pop-movie .table-movie-info {
    margin: 0 30px 0 30px;
    font-size: 14px; }
    .section-pop-movie .table-movie-info th {
      width: 49px;
      color: #000;
      font-weight: normal;
      padding-left: 9px;
      text-align: left; }
    .section-pop-movie .table-movie-info td {
      color: #7d7d7d; }
    .section-pop-movie .table-movie-info tr:last-child th,
    .section-pop-movie .table-movie-info tr:last-child td {
      padding-bottom: 21px; }
    .section-pop-movie .table-movie-info.noborder {
      border: none; }
  .section-pop-movie .total-price {
    border-top: 2px solid #ccc;
    margin: 0 30px;
    display: inline-block;
    text-align: right;
    padding: 27px 24px 0 0;
    display: block;
    font-size: 18px;
    font-weight: 300;
    color: #7d7d7d; }
    .section-pop-movie .total-price span {
      font-size: 25px;
      font-weight: bold;
      color: #cc1221;
      font-weight: normal;
      text-align: center; }
  .section-pop-movie .total-price2 {
    border-top: 2px solid #ccc;
    margin: 0 30px;
    display: inline-block;
    text-align: right;
    padding: 19px 24px 0 0;
    display: block;
    font-size: 18px;
    font-weight: 300;
    color: #7d7d7d; }
    .section-pop-movie .total-price2 span {
      font-size: 25px;
      font-weight: bold;
      color: #cc1221;
      font-weight: normal;
      text-align: center;
      padding-left: 32px; }
    .section-pop-movie .total-price2 span.desc {
      font-size: 15px;
      color: #333;
      display: block;
      margin-bottom: 1px; }

.section-pop-payment {
  display: inline-block;
  margin-left: -4px;
  vertical-align: top;
  width: 720px;
  background-color: #f9f9f9;
  overflow: auto;
  height: 528px; }
  .section-pop-payment .title-kind {
    font-size: 16px;
    color: #555;
    margin: 29px 0 10px 83px; }
  .section-pop-payment .tab-discount {
    width: 640px;
    margin: 0 auto;
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.3); }
    .section-pop-payment .tab-discount > li {
      display: inline-block;
      width: 49%;
      position: relative;
      vertical-align: top; }
      .section-pop-payment .tab-discount > li:last-child {
        margin-left: -4px; }
      .section-pop-payment .tab-discount > li .tab {
        display: block;
        width: 100%;
        height: 40px;
        line-height: 38px;
        text-align: center;
        color: #333;
        font-size: 15px;
        background-color: #ccc; }
      .section-pop-payment .tab-discount > li.on .tab {
        color: #cc1221;
        background-color: #fff; }
      .section-pop-payment .tab-discount > li .tab-content {
        background-color: #fff;
        display: none;
        width: 640px;
        top: 40px;
        box-sizing: border-box;
        padding: 18px 25px 22px;
        font-size: 15px;
        color: #333; }
        .section-pop-payment .tab-discount > li .tab-content .btn-account-recovery {
          position: absolute;
          top: 20px;
          right: 57px;
          font-size: 13px;
          color: #7d7d7d; }
          .section-pop-payment .tab-discount > li .tab-content .btn-account-recovery:hover {
            color: #000; }
      .section-pop-payment .tab-discount > li.on .tab-content {
        display: block; }
      .section-pop-payment .tab-discount > li:nth-child(2) .tab-content {
        margin-left: -320px !important; }
    .section-pop-payment .tab-discount .desc {
      color: #7d7d7d;
      font-size: 14px;
      position: relative;
      padding-left: 8px; }
      .section-pop-payment .tab-discount .desc:before {
        content: "• ";
        margin-left: -0.6em;
        position: relative;
        top: -0.05em; }
  .section-pop-payment .tab-payment {
    width: 640px;
    margin: 0 auto 50px;
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.3); }
    .section-pop-payment .tab-payment > li {
      display: inline-block;
      width: 25%;
      position: relative;
      vertical-align: top;
      margin-left: -3px; }
      .section-pop-payment .tab-payment > li:first-child {
        margin-left: 0; }
      .section-pop-payment .tab-payment > li:nth-child(2) {
        margin-left: -2px; }
      .section-pop-payment .tab-payment > li .tab {
        display: block;
        width: 100%;
        height: 40px;
        line-height: 38px;
        text-align: center;
        color: #333;
        font-size: 15px;
        background-color: #ccc; }
      .section-pop-payment .tab-payment > li.on .tab {
        color: #cc1221;
        background-color: #fff; }
      .section-pop-payment .tab-payment > li .tab-content {
        background-color: #fff;
        display: none;
        width: 640px;
        top: 40px;
        box-sizing: border-box;
        padding: 18px 25px 22px;
        font-size: 15px;
        color: #333; }
        .section-pop-payment .tab-payment > li .tab-content .btn-account-recovery {
          position: absolute;
          top: 20px;
          right: 57px;
          font-size: 13px;
          color: #7d7d7d; }
          .section-pop-payment .tab-payment > li .tab-content .btn-account-recovery:hover {
            color: #000; }
      .section-pop-payment .tab-payment > li.on .tab-content {
        display: block; }
      .section-pop-payment .tab-payment > li:nth-child(2) .tab-content {
        margin-left: -162px !important; }
      .section-pop-payment .tab-payment > li:nth-child(3) .tab-content {
        margin-left: -322px !important; }
      .section-pop-payment .tab-payment > li:nth-child(4) .tab-content {
        margin-left: -483px !important; }
    .section-pop-payment .tab-payment .desc {
      color: #7d7d7d;
      font-size: 14px;
      position: relative;
      padding-left: 8px; }
      .section-pop-payment .tab-payment .desc:before {
        content: "• ";
        margin-left: -0.6em;
        position: relative;
        top: -0.05em; }
  .section-pop-payment .list-method {
    margin: 12px 0 4px 0; }
    .section-pop-payment .list-method li {
      display: inline-block;
      margin-bottom: 4px;
      vertical-align: top; }
      .section-pop-payment .list-method li input[type=radio] {
        position: absolute;
        z-index: -1;
        opacity: 0; }
      .section-pop-payment .list-method li label {
        display: block;
        box-sizing: border-box;
        width: 144px;
        height: 32px;
        background-color: #fff;
        border: 1px solid #ccc;
        line-height: 30px;
        text-align: center;
        font-size: 14px;
        color: #555; }
      .section-pop-payment .list-method li input[type=radio]:checked + label {
        background-color: #4a4a4a;
        border: 1px solid #979797;
        color: #fff;
        cursor: pointer; }
    .section-pop-payment .list-method .wrap-select-method {
      display: inline-block;
      width: 144px;
      overflow: hidden;
      border: 1px solid #ccc;
      box-sizing: border-box;
      height: 32px; }
    .section-pop-payment .list-method select {
      background: transparent;
      width: 164px;
      height: 32px;
      padding: 0 0 0 0;
      box-sizing: border-box;
      font-size: 14px;
      line-height: 30px;
      border: 0;
      border-radius: 0;
      -webkit-appearance: none;
      appearance: none;
      -moz-appearance: none;
      background: url("/images/customer/icon-select-off.png") right 31px top 10px no-repeat;
      border: none;
      color: #555; }
      .section-pop-payment .list-method select:focus {
        background: url("/images/customer/icon-select-on.png") right 31px top 10px no-repeat; }
    .section-pop-payment .input-coupon,
    .section-pop-payment .input-smartcon,
    .section-pop-payment .input-point {
        width: 229px;
        height: 23px;
        box-sizing: border-box;
        padding-left: 11px;
        font-size: 13px;
        line-height: 21px;
        border: 1px solid #ccc;
        margin: 0 5px;
        vertical-align: top;
    }
        .section-pop-payment .input-coupon::-webkit-input-placeholder,
        .section-pop-payment .input-smartcon::-webkit-input-placeholder,
        .section-pop-payment .input-point::-webkit-input-placeholder {
            color: #ccc;
        }
        .section-pop-payment .input-coupon:-ms-input-placeholder,
        .section-pop-payment .input-smartcon:-ms-input-placeholder,
        .section-pop-payment .input-point:-ms-input-placeholder {
            color: #ccc;
        }
        .section-pop-payment .input-coupon::-moz-placeholder,
        .section-pop-payment .input-smartcon::-moz-placeholder,
        .section-pop-payment .input-point::-moz-placeholder {
            color: #ccc;
        }
        .section-pop-payment .input-coupon:-moz-placeholder,
        .section-pop-payment .input-smartcon:-moz-placeholder,
        .section-pop-payment .input-point:-moz-placeholder {
            color: #ccc;
        }
  .section-pop-payment input[type=checkbox]:not(:checked),
  .section-pop-payment input[type=checkbox]:checked {
    position: absolute;
    left: -100000em; }
  .section-pop-payment input[type=checkbox] + label:before {
    content: '';
    position: absolute;
    left: 22px;
    top: 10px;
    width: 18px;
    height: 18px;
    display: block;
    background: url("/images/member/checkbox-unchecked.png") center center no-repeat; }
  .section-pop-payment input[type=checkbox] + label:after {
    content: '';
    position: absolute;
    left: 22px;
    top: 10px;
    width: 18px;
    height: 18px;
    display: block;
    background: url("/images/member/checkbox-checked.png") center center no-repeat; }
  .section-pop-payment input[type=checkbox]:not(:checked) + label:after {
    opacity: 0; }
  .section-pop-payment input[type=checkbox]:checked + label:after {
    opacity: 1; }
  .section-pop-payment .list-point {
    margin: 12px 0 12px 0; }
    .section-pop-payment .list-point li {
      display: inline-block;
      margin-bottom: 4px;
      vertical-align: top; }
      .section-pop-payment .list-point li input[type=radio] {
        position: absolute;
        z-index: -1;
        opacity: 0; }
      .section-pop-payment .list-point li label {
        display: block;
        box-sizing: border-box;
        width: 144px;
        height: 32px;
        background-color: #fff;
        border: 1px solid #ccc;
        line-height: 30px;
        text-align: center;
        font-size: 14px;
        color: #555; }
      .section-pop-payment .list-point li input[type=radio]:checked + label {
        background-color: #4a4a4a;
        border: 1px solid #979797;
        color: #fff;
        cursor: pointer; }
    .section-pop-payment .list-point .q {
      display: inline-block;
      width: 17px;
      height: 20px;
      background: url("/images/rsv/icon-logo.png") center center no-repeat;
      position: relative;
      top: 5px;
      margin-right: 4px; }
    .section-pop-payment .list-coupon {
        margin: 12px 0 12px 0;
    }

        .section-pop-payment .list-coupon li {
            display: inline-block;
            margin-bottom: 4px;
            vertical-align: top;
        }

            .section-pop-payment .list-coupon li input[type=radio] {
                position: absolute;
                z-index: -1;
                opacity: 0;
            }

            .section-pop-payment .list-coupon li label {
                display: block;
                box-sizing: border-box;
                width: 144px;
                height: 32px;
                background-color: #fff;
                border: 1px solid #ccc;
                line-height: 30px;
                text-align: center;
                font-size: 14px;
                color: #555;
            }

            .section-pop-payment .list-coupon li input[type=radio]:checked + label {
                background-color: #4a4a4a;
                border: 1px solid #979797;
                color: #fff;
                cursor: pointer;
            }

        .section-pop-payment .list-coupon .q {
            display: inline-block;
            width: 17px;
            height: 20px;
            background: url("/images/rsv/icon-logo.png") center center no-repeat;
            position: relative;
            top: 5px;
            margin-right: 4px;
        }

  .section-pop-payment .point-avail {
    margin: 12px 0 0 75px;
    font-size: 15px;
    color: #333; }
    .section-pop-payment .point-avail .num {
      padding-left: 28px;
      font-weight: bold;
      color: #cc1221; }
  .section-pop-payment .point-use {
    margin: 0 0 25px 75px;
    font-size: 15px;
    color: #333; }
  .section-pop-payment .wrap-select-point {
    display: inline-block;
    width: 280px;
    overflow: hidden;
    border: 1px solid #ccc;
    box-sizing: border-box;
    height: 30px;
    position: relative;
    top: 9px;
    margin-left: 28px; }
  .section-pop-payment .select-point {
    background: transparent;
    width: 300px;
    height: 30px;
    padding: 0 0 0 10px;
    box-sizing: border-box;
    font-size: 15px;
    line-height: 30px;
    border: 0;
    border-radius: 0;
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    background: url("/images/customer/icon-select-off.png") right 31px top 10px no-repeat;
    border: none;
    color: #7d7d7d; }
    .section-pop-payment .select-point:focus {
      background: url("/images/customer/icon-select-on.png") right 31px top 10px no-repeat; }
    .section-pop-payment .select-point option:disabled {
      color: #ccc; }
  .section-pop-payment .point-okc-num,
  .section-pop-payment .point-okc-pass,
  .section-pop-payment .point-okc-avail,
  .section-pop-payment .point-okc-use {
    margin-top: 9px; }
    .section-pop-payment .point-okc-num .head,
    .section-pop-payment .point-okc-pass .head,
    .section-pop-payment .point-okc-avail .head,
    .section-pop-payment .point-okc-use .head {
      display: inline-block;
      width: 125px;
      font-size: 15px;
      color: #333;
      margin-left: 55px; }
  .section-pop-payment .point-okc-num {
    margin-top: 25px; }
  .section-pop-payment .okc-num {
    width: 63px;
    height: 21px;
    text-align: right;
    border: 1px solid #ccc;
    background-color: #fff;
    font-size: 15px;
    line-height: 19px;
    color: #333;
    padding: 0 10px;
    margin-top: -2px; }
    .section-pop-payment .okc-num.short {
      width: 38px;
      text-align: left; }
    .section-pop-payment .okc-num.wide {
      width: 102px;
      text-align: left; }
  .section-pop-payment .point-okc-pass .btn-okc-inquiry {
    display: inline-block;
    width: 58px;
    height: 21px;
    background-color: #f3f3f3;
    border: 1px solid #b7b7b7;
    line-height: 19px;
    text-align: center;
    font-size: 11px;
    color: #555;
    position: relative;
    top: -2px; }
  .section-pop-payment .point-okc-pass .btn-okc-pass {
    color: #009aff;
    font-size: 15px;
    padding: 0 2px; }
    .section-pop-payment .point-okc-pass .btn-okc-pass:hover {
      color: #000; }
  .section-pop-payment .point-okc-use {
    margin-bottom: 28px; }
    .section-pop-payment .point-okc-use .p {
      font-size: 15px;
      font-weight: bold;
      color: #cc1221;
      margin-right: 25px; }
    .section-pop-payment .point-okc-use .btn-okc-use-all {
      display: inline-block;
      width: 58px;
      height: 21px;
      background-color: #f3f3f3;
      border: 1px solid #b7b7b7;
      line-height: 19px;
      text-align: center;
      font-size: 11px;
      color: #555;
      position: relative;
      top: -2px; }
    .section-pop-payment .btn-new-coupon,
    .section-pop-payment .btn-new-smartcon,
    .section-pop-payment .btn-new-point {
        font-size: 11px;
        color: #555;
        width: 60px;
        height: 23px;
        line-height: 21px;
        background-color: #f3f3f3;
        border: 1px solid #b7b7b7;
        box-sizing: border-box;
        display: inline-block;
        text-align: center;
        vertical-align: top;
    }
        .section-pop-payment .btn-new-coupon:hover,
        .section-pop-payment .btn-new-smartcon:hover,
        .section-pop-payment .btn-new-point:hover {
            color: #000;
            border-color: #000;
        }
    .section-pop-payment .btn-apply-coupon,
    .section-pop-payment .btn-apply-smartcon,
    .section-pop-payment .btn-apply-point {
        display: block;
        font-size: 17px;
        color: #fff;
        width: 80px;
        height: 27px;
        border-radius: 2px;
        background-color: #cc1221;
        line-height: 25px;
        text-align: center;
        margin: 16px auto 0;
    }
  .section-pop-payment .btn-apply-point {
    margin-top: 24px; }
  .section-pop-payment .notab {
    width: 640px;
    margin: 0 auto;
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
    padding: 40px 36px;
    background-color: #fff; }
    .section-pop-payment .notab .list-desc li {
      font-size: 14px;
      color: #7d7d7d;
      line-height: 1.86em; }
      .section-pop-payment .notab .list-desc li:before {
        content: "• ";
        margin-left: -0.6em;
        position: relative;
        top: -0.05em; }
    .section-pop-payment .notab .print-phone-no,
    .section-pop-payment .notab .print-pass {
      margin-top: 9px;
      color: #333; }
      .section-pop-payment .notab .print-phone-no .head,
      .section-pop-payment .notab .print-pass .head {
        display: inline-block;
        width: 125px;
        font-size: 15px;
        color: #333;
        margin-left: 55px;
        vertical-align: top; }
        .section-pop-payment .notab .print-phone-no .head span,
        .section-pop-payment .notab .print-pass .head span {
          color: #7d7d7d; }
    .section-pop-payment .notab .print-phone-no {
      margin-top: 25px; }
    .section-pop-payment .notab .phone-no {
      width: 63px;
      height: 21px;
      text-align: right;
      border: 1px solid #ccc;
      background-color: #fff;
      font-size: 15px;
      line-height: 19px;
      color: #333;
      padding: 0 10px;
      margin-top: -2px; }
      .section-pop-payment .notab .phone-no.short {
        width: 38px;
        text-align: left; }
      .section-pop-payment .notab .phone-no.wide {
        width: 102px;
        text-align: left; }
    .section-pop-payment .notab .btn-print-box {
      text-align: center;
      margin-top: 30px; }
    .section-pop-payment .notab .btn-print-confirm {
      display: inline-block;
      width: 80px;
      height: 27px;
      border-radius: 2px;
      background-color: #cc1221;
      line-height: 25px;
      font-size: 17px;
      color: #fff;
      text-align: center; }
    .section-pop-payment .notab .btn-print-not {
      display: inline-block;
      width: 80px;
      height: 27px;
      border-radius: 2px;
      border: 1px solid #b7b7b7;
      background-color: #efefef;
      line-height: 25px;
      font-size: 17px;
      color: #666;
      text-align: center;
      box-sizing: border-box; }
      .section-pop-payment .notab .btn-print-not:hover {
        color: #000;
        border-color: #000; }

.section-pop-payment-done {
  display: inline-block;
  margin-left: -4px;
  vertical-align: top;
  width: 720px;
  background-color: #f9f9f9;
  overflow: auto;
  height: 100%; }
  .section-pop-payment-done .desc {
    color: #666;
    font-size: 25px;
    text-align: center;
    margin: 72px auto 74px;
    display: block; }
    .section-pop-payment-done .desc span {
      color: #c39c71; }
  .section-pop-payment-done .list-result {
    width: 480px;
    background-color: #fff;
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.3);
    margin: 0 auto;
    padding: 61px 0; }
    .section-pop-payment-done .list-result li {
      font-size: 15px;
      color: #666;
      display: block;
      width: 100%;
      padding-bottom: 13px;
      position: relative;
      padding-left: 131px; }
      .section-pop-payment-done .list-result li:before {
        content: "• ";
        margin-left: -11px;
        top: -1px;
        position: absolute; }
    .section-pop-payment-done .list-result .head {
      display: inline-block;
      width: 76px; }
    .section-pop-payment-done .list-result .num {
      font-weight: bold; }
    .section-pop-payment-done .list-result .rsv {
      color: #c39c71; }
    .section-pop-payment-done .list-result .total {
      font-weight: bold;
      color: #cc1221; }

.section-pop-theater {
  display: inline-block;
  margin-left: -4px;
  vertical-align: top;
  width: 720px;
  background-color: #fff;
  overflow: hidden; }
  .section-pop-theater .wrap-number-info {
    font-size: 14px;
    line-height: 40px;
    height: 46px;
    color: #494949;
    padding-left: 40px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    box-sizing: border-box; }
    .section-pop-theater .wrap-number-info .input-select {
      display: inline-block;
      margin: 8px 0;
      width: 55px;
      height: 27px;
      overflow: hidden;
      border: 1px solid #ccc;
      margin-right: 30px; }
    .section-pop-theater .wrap-number-info select {
      background: transparent;
      width: 75px;
      height: 27px;
      padding: 0 0 0 10px;
      box-sizing: border-box;
      font-size: 14px;
      line-height: 24px;
      border: 0;
      border-radius: 0;
      -webkit-appearance: none;
      appearance: none;
      -moz-appearance: none;
      background: url("/images/rsv/icon-select-off.png") right 6px center no-repeat;
      border: none;
      color: #7d7d7d;
      vertical-align: top; }
      .section-pop-theater .wrap-number-info select:focus {
        background: #fff url("/images/rsv/icon-select-on.png") right 6px center no-repeat; }
      .section-pop-theater .wrap-number-info select option:disabled {
        color: #ccc; }
  .section-pop-theater .wrap-seats {
    width: 720px;
    height: 513px;
    background-color: #f9f9f9;
    position: relative;
    text-align: center; }
    .section-pop-theater .wrap-seats .title-head {
      width: 530px;
      margin: 0 0 11px 40px;
      padding: 20px 0 0 0; }
    .section-pop-theater .wrap-seats .btn-time {
      display: inline-block;
      width: 43px;
      height: 23px;
      border-radius: 6px;
      background-color: #ffffff;
      border: solid 1px #c39c71;
      font-size: 13px;
      color: #9d7e4a;
      position: absolute;
      top: 30px; }
      .section-pop-theater .wrap-seats .btn-time:hover {
        color: #805d22;
        border-color: #805d22; }
    .section-pop-theater .wrap-seats .btn-prev-time {
      background: url("/images/rsv/icon-time-prev.png") left 5px center no-repeat;
      padding-left: 14px;
      left: 48px; }
      .section-pop-theater .wrap-seats .btn-prev-time:hover {
        background-image: url("/images/rsv/icon-time-prev-on2.png"); }
    .section-pop-theater .wrap-seats .btn-next-time {
      background: url("/images/rsv/icon-time-next.png") right 5px center no-repeat;
      padding-right: 14px;
      left: 498px; }
      .section-pop-theater .wrap-seats .btn-next-time:hover {
        background-image: url("/images/rsv/icon-time-next-on2.png"); }
    .section-pop-theater .wrap-seats .title-time {
      display: inline-block;
      font-size: 26px;
      font-weight: 500;
      color: #9d7e4a;
      width: 116px;
      letter-spacing: 3px;
      text-align: center; }
    .section-pop-theater .wrap-seats .note {
      font-size: 13px;
      color: #666;
      padding: 12px 0 0 12px;
      width: 109px;
      height: 200px;
      border: 1px solid #b4b5b5;
      background-color: #fff;
      box-sizing: border-box;
      position: absolute;
      top: 71px;
      right: 29px;
      text-align: left; }
      .section-pop-theater .wrap-seats .note ul {
        margin-left: 1px;
        margin-top: 14px; }
      .section-pop-theater .wrap-seats .note li {
        display: block;
        position: relative;
        font-size: 11px;
        padding-bottom: 2px; }
        .section-pop-theater .wrap-seats .note li span {
          display: inline-block;
          width: 14px;
          height: 14px;
          position: relative;
          top: 2px;
          margin-right: 4px; }
        .section-pop-theater .wrap-seats .note li .selected {
          background-color: #cc1221; }
        .section-pop-theater .wrap-seats .note li .normal {
          background-color: #666; }
        .section-pop-theater .wrap-seats .note li .reserved {
          background: url("/images/rsv/seat-disabled.png") center center no-repeat;
          background-size: cover; }
        .section-pop-theater .wrap-seats .note li .disabled {
          background-color: #ccc; }
        .section-pop-theater .wrap-seats .note li .accessible {
            background-color: #4a8627;
        }
        .section-pop-theater .wrap-seats .note li .recliner {
            background-color: #006EC4;
        }
        .section-pop-theater .wrap-seats .note li .couple {
            background-color: #D24C75;
        }
  .section-pop-theater .seats-control {
    height: 41px;
    line-height: 39px;
    font-size: 13px;
    color: #666;
    position: relative;
    border-top: 1px solid #ccc;
    box-sizing: border-box;
    width: 720px;
    padding-left: 28px; }
    .section-pop-theater .seats-control .input-seat {
      display: inline-block;
      position: relative;
      padding-left: 19px;
      cursor: pointer;
      font-size: 14px;
      color: #333;
      margin-left: 11px; }
    .section-pop-theater .seats-control .input-seat input {
      position: absolute;
      z-index: -1;
      opacity: 0; }
    .section-pop-theater .seats-control .input-indicator {
      position: absolute;
      top: 14px;
      left: 0;
      height: 14px;
      width: 14px;
      background-color: #fff;
      border: 1px solid #979797;
      box-sizing: border-box; }
    .section-pop-theater .seats-control .input-radio .input-indicator {
      border-radius: 50%; }
    .section-pop-theater .seats-control .input-seat:hover input ~ .input-indicator,
    .section-pop-theater .seats-control .input-seat input:focus ~ .input-indicator {
      border: 1px solid #979797; }
    .section-pop-theater .seats-control .input-seat input:checked ~ .input-indicator {
      background-color: #fff;
      border: 1px solid #979797; }
    .section-pop-theater .seats-control .input-seat:hover input:not([disabled]):checked ~ .input-indicator,
    .section-pop-theater .seats-control .input-seat input:checked:focus ~ .input-indicator {
      background-color: #fff;
      border: 1px solid #979797; }
    .section-pop-theater .seats-control .input-seat input:disabled ~ .input-indicator {
      background-color: #e6e6e6;
      opacity: 0.6;
      pointer-events: none; }
    .section-pop-theater .seats-control .input-indicator:after {
      content: "";
      position: absolute;
      display: none; }
    .section-pop-theater .seats-control .input-seat input:checked ~ .input-indicator:after {
      display: block; }
    .section-pop-theater .seats-control .input-radio .input-indicator:after {
      left: 2px;
      top: 2px;
      height: 8px;
      width: 8px;
      border-radius: 50%;
      background: #c39c71; }
    .section-pop-theater .seats-control .input-radio input:disabled ~ .input-indicator:after {
      background-color: #7b7b7b; }
    .section-pop-theater .seats-control .input-seat-block {
      display: inline-block;
      width: 14px;
      height: 14px;
      background-color: #c9c9c9;
      position: relative;
      top: 2px;
      margin-right: 5px; }
    .section-pop-theater .seats-control .input-seat input:checked ~ .input-seat-block {
      background-color: #c39c71; }
    .section-pop-theater .seats-control .right {
      position: absolute;
      display: block;
      width: 242px;
      right: 0;
      top: 0px; }
      .section-pop-theater .seats-control .right .btn-reset-seats {
        width: 64px;
        height: 21px;
        border-radius: 5px;
        background-color: #fff;
        border: solid 1px #c39c71;
        line-height: 19px;
        display: inline-block;
        color: #c39c71;
        font-size: 13px;
        text-align: center; }
        .section-pop-theater .seats-control .right .btn-reset-seats:hover {
          color: #000;
          border-color: #000; }
      .section-pop-theater .seats-control .right .status {
        padding-left: 15px; }

.popup-login.modal {
  width: 960px;
  height: 900px;
  background-color: #efefef !important; }
  .popup-login.modal .logo-login {
    display: block;
    background: url("/images/header/logo.png") center center no-repeat;
    width: 177px;
    height: 45px;
    margin: 67px auto 30px;
    overflow: hidden;
    text-indent: -10000em; }
  .popup-login.modal .btn-login-close {
    display: block;
    margin: 45px auto 0;
    background-color: #f9f9f9;
    color: #555;
    width: 77px;
    height: 27px;
    line-height: 25px;
    text-align: center;
    border-radius: 2px;
    border: 1px solid #ccc; }

.modal > .popup-terms {
  width: 960px;
  height: 740px;
  background-color: #efefef !important;
  padding-top: 67px; }
  .modal > .popup-terms .logo-login {
    display: block;
    background: url("/images/header/logo.png") center center no-repeat;
    width: 177px;
    height: 55px;
    margin: 67 auto 64px;
    overflow: hidden;
    text-indent: -10000em; }
  .modal > .popup-terms .btn-login-close {
    display: block;
    margin: 45px auto 0;
    background-color: #f9f9f9;
    color: #555;
    width: 77px;
    height: 27px;
    line-height: 25px;
    text-align: center;
    border-radius: 2px;
    border: 1px solid #ccc; }

#popup_member,
#popup_login {
  width: 960px;
  height: 807px;
  background-color: #efefef !important; }
  #popup_member .logo-login,
  #popup_login .logo-login {
    display: block;
    background: url("/images/header/logo.png") center center no-repeat;
    width: 177px;
    height: 55px;
    margin: 40px auto 40px;
    overflow: hidden;
    text-indent: -10000em; }
  #popup_member .btn-login-close,
  #popup_login .btn-login-close {
    display: block;
    margin: 10px auto 0;
    background-color: #f9f9f9;
    color: #555;
    width: 77px;
    height: 27px;
    line-height: 25px;
    text-align: center;
    border-radius: 2px;
    border: 1px solid #ccc; }

.section-pop-login {
  width: 720px;
  height: 400px;
  display: block;
  margin: 0 auto; }
  .section-pop-login.notab {
    background: url("/images/login/bg-white-68.png");
    width: 720px;
    height: 400px; }
    .section-pop-login.notab .title-pop-center {
      font-size: 20px;
      display: block;
      width: 100%;
      height: 80px;
      line-height: 78px;
      text-align: center;
      color: #494949; }
    .section-pop-login.notab .desc-top {
      width: 100%;
      height: 100px;
      font-size: 14px;
      color: #333;
      background-color: #ececec; }
      .section-pop-login.notab .desc-top span {
        display: block;
        width: 500px;
        margin: 0 auto;
        padding-top: 43px;
        background: url("/images/login/icon-info-desc.png") left 43px no-repeat;
        line-height: 16px;
        padding-left: 21px; }
      .section-pop-login.notab .desc-top span.alert2 {
        display: block;
        width: 500px;
        margin: 0 auto;
        padding-top: 21px;
        background: url("/images/login/icon-alert-desc.png") left 27px no-repeat;
        line-height: 26px;
        padding-left: 21px;
        color: #7d7d7d; }
      .section-pop-login.notab .desc-top span.line2 {
        display: block;
        width: 500px;
        margin: 0 auto;
        padding-top: 21px;
        background: url("/images/login/icon-info-desc.png") left 27px no-repeat;
        line-height: 26px;
        padding-left: 21px;
        color: #7d7d7d; }
    .section-pop-login.notab .btn-quit-confirm {
      width: 300px;
      height: 35px;
      background-color: #cc1221;
      color: #fff;
      font-size: 17px;
      line-height: 33px;
      margin: 0 auto;
      display: block;
      text-align: center; }
    .section-pop-login .tab-login {
        width: 100%;
        height: 100%;

    }
    .section-pop-login .tab-login > li {
      display: inline-block;
      width: 49%;
      height: 45px;
      position: relative;
      vertical-align: top; }
      .section-pop-login .tab-login > li:last-child {
        margin-left: -4px; }
      .section-pop-login .tab-login > li .tab {
        display: block;
        width: 100%;
        height: 45px;
        line-height: 43px;
        text-align: center;
        color: #7d7d7d;
        font-size: 20px;
        background-color: #d8d8d8; }
      .section-pop-login .tab-login > li.on .tab {
        color: #e60012;
        background: url("/images/login/bg-white-68.png"); 
      }
      .section-pop-login .tab-login > li .tab-content {
        background: url("/images/login/bg-white-68.png");
        display: none;
        position: absolute;
        width: 720px;
        height: 430px;
        top: 45px; }
        .section-pop-login .tab-login > li .tab-content .btn-account-recovery {
          position: absolute;
          top: 20px;
          right: 57px;
          font-size: 13px;
          color: #7d7d7d; }
          .section-pop-login .tab-login > li .tab-content .btn-account-recovery:hover {
            color: #000; }
      .section-pop-login .tab-login > li.on .tab-content {
        display: block; }
      .section-pop-login .tab-login > li:nth-child(2) .tab-content {
        left: -360px !important; }
      .section-pop-login .tab-login > li .nomember-left {
        display: inline-block;
        width: 49%;
        box-sizing: border-box;
        margin: 68px 0 0 0;
        padding-left: 54px;
        vertical-align: top; }
      .section-pop-login .tab-login > li .nomember-right {
        display: inline-block;
        width: 49%;
        box-sizing: border-box;
        margin: 68px 0 0 0;
        padding-left: 22px;
        vertical-align: top;
        margin-left: -4px;
        border-left: 2px solid #ccc;
      }
      .section-pop-login .tab-login > li .nomember-left {
        font-size: 12px;
        color: #666; }
        .section-pop-login .tab-login > li .nomember-left .desc {
          display: block;
          height: 22px; }
        .section-pop-login .tab-login > li .nomember-left .textarea-privacy {
          width: 283px;
          height: 176px;
          border: 1px solid #b4b5b5;
          background-color: #f9f9f9;
          margin-bottom: 10px;
          margin-left: -4px;
          resize: none;}
        .section-pop-login .tab-login > li .nomember-left .desc2 {
          display: block;
          height: 25px; }
        .section-pop-login .tab-login > li .nomember-left .input-agreement {
          display: inline-block;
          position: relative;
          padding-right: 8px;
          cursor: pointer;
          margin-right: 23px; }
        .section-pop-login .tab-login > li .nomember-left .input-agreement input {
          position: relative;
          z-index: -1;
          opacity: 0; }
        .section-pop-login .tab-login > li .nomember-left .input-indicator {
          position: absolute;
          top: 3px;
          right: 0;
          height: 14px;
          width: 14px;
          background-color: #fff;
          border: 1px solid #979797;
          box-sizing: border-box; }
        .section-pop-login .tab-login > li .nomember-left .input-radio .input-indicator {
          border-radius: 50%; }
        .section-pop-login .tab-login > li .nomember-left .input-agreement:hover input ~ .input-indicator,
        .section-pop-login .tab-login > li .nomember-left .input-agreement input:focus ~ .input-indicator {
          border: 1px solid #979797; }
        .section-pop-login .tab-login > li .nomember-left .input-agreement input:checked ~ .input-indicator {
          background-color: #fff;
          border: 1px solid #979797; }
        .section-pop-login .tab-login > li .nomember-left .input-agreement:hover input:not([disabled]):checked ~ .input-indicator,
        .section-pop-login .tab-login > li .nomember-left .input-agreement input:checked:focus ~ .input-indicator {
          background-color: #fff;
          border: 1px solid #979797; }
        .section-pop-login .tab-login > li .nomember-left .input-agreement input:disabled ~ .input-indicator {
          background-color: #e6e6e6;
          opacity: 0.6;
          pointer-events: none; }
        .section-pop-login .tab-login > li .nomember-left .input-indicator:after {
          content: "";
          position: absolute;
          display: none; }
        .section-pop-login .tab-login > li .nomember-left .input-agreement input:checked ~ .input-indicator:after {
          display: block; }
        .section-pop-login .tab-login > li .nomember-left .input-radio .input-indicator:after {
          left: 2px;
          top: 2px;
          height: 8px;
          width: 8px;
          border-radius: 50%;
          background: #c39c71; }
        .section-pop-login .tab-login > li .nomember-left .input-radio input:disabled ~ .input-indicator:after {
          background-color: #7b7b7b; }
      .section-pop-login .tab-login > li .nomember-right .join-detail {
        display: inline-block;
        margin: 0 0;
        height: 38px;
        vertical-align: top;
        width: 287px; }
        .section-pop-login .tab-login > li .nomember-right .join-detail label.label-input {
          height: 32px;
          font-size: 12px;
          color: #666;
          display: block;
          line-height: 38px;
          position: relative; }
        .section-pop-login .tab-login > li .nomember-right .join-detail span {
          position: absolute;
          line-height: 34px; }
        .section-pop-login .tab-login > li .nomember-right .join-detail input[type=text],
        .section-pop-login .tab-login > li .nomember-right .join-detail input[type=password] {
          width: 190px;
          height: 32px;
          background-color: #f9f9f9;
          border: 1px solid #d8d8d8;
          margin-left: 98px;
          padding-left: 14px;
          font-size: 12px;
          color: #3a3a3a;
          margin-top: -5px;
          box-sizing: border-box; }
          .section-pop-login .tab-login > li .nomember-right .join-detail input[type=text]::-webkit-input-placeholder,
          .section-pop-login .tab-login > li .nomember-right .join-detail input[type=password]::-webkit-input-placeholder {
            color: #ccc; }
          .section-pop-login .tab-login > li .nomember-right .join-detail input[type=text]:-ms-input-placeholder,
          .section-pop-login .tab-login > li .nomember-right .join-detail input[type=password]:-ms-input-placeholder {
            color: #ccc; }
          .section-pop-login .tab-login > li .nomember-right .join-detail input[type=text]::-moz-placeholder,
          .section-pop-login .tab-login > li .nomember-right .join-detail input[type=password]::-moz-placeholder {
            color: #ccc; }
          .section-pop-login .tab-login > li .nomember-right .join-detail input[type=text]:-moz-placeholder,
          .section-pop-login .tab-login > li .nomember-right .join-detail input[type=password]:-moz-placeholder {
            color: #ccc; }
      .section-pop-login .tab-login > li .nomember-right .desc {
        width: 276px;
        display: block;
        margin: 11px 0 0 13px; }
        .section-pop-login .tab-login > li .nomember-right .desc li {
          font-size: 10px;
          color: #666;
          display: block;
          width: 100%;
          line-height: 1.5em;
          padding-bottom: 5px;
          position: relative; }
          .section-pop-login .tab-login > li .nomember-right .desc li:before {
            content: "• ";
            margin-left: -11px;
            top: -1px;
            position: absolute; }
      .section-pop-login .tab-login > li .nomember-left .desc {
        width: 276px;
        display: block;
        margin: 9px 0 0 0px; }
        .section-pop-login .tab-login > li .nomember-left .desc li {
          font-size: 12px;
          color: #666;
          display: block;
          width: 100%;
          line-height: 1.5em;
          padding-bottom: 5px;
          position: relative; }
          .section-pop-login .tab-login > li .nomember-left .desc li:before {
            content: "• ";
            margin-left: -11px;
            top: -1px;
            position: absolute; }

      .section-pop-login .tab-login > li .textarea-toc {
        width: 620px;
        height: 355px;
        background-color: #f9f9f9;
        border: solid 1px #b4b5b5;
        padding: 20px;
        box-sizing: border-box;
        font-size: 12px;
        line-height: 18px;
        color: #7d7d7d;
        margin: 50px auto 0;
        display: block; }
      .section-pop-login .tab-login > li .btn-nomember-login {
        display: block;
        width: 300px;
        height: 35px;
        background-color: #cc1221;
        color: #fff;
        font-size: 17px;
        line-height: 33px;
        text-align: center;
        margin: 20px auto 0; }
    .section-pop-login .tab-login > li .btn-nomember-sms {
        display: block;
        width: 190px;
        height: 35px;
        background-color: #cc1221;
        color: #fff;
        font-size: 17px;
        line-height: 33px;
        text-align: center;
        margin: 0px 0px 5px 98px;
    }
      .section-pop-login .tab-login > li .btn-login-after-find,
      .section-pop-login .tab-login > li .btn-change-confirm {
        width: 300px;
        height: 35px;
        background-color: #cc1221;
        color: #fff;
        font-size: 17px;
        line-height: 33px;
        margin: 50px auto 0;
        display: block;
        text-align: center; }
      .section-pop-login .tab-login > li .btn-login-after-find {
        margin-top: 72px; }
  .section-pop-login .wrap-inside.wrap-change {
    border: 1px solid #ccc;
    border-width: 1px 0;
    margin: 60px auto 0;
    width: 520px;
    padding: 40px 0 36px 0; }
  .section-pop-login .wrap-inside.wrap-change2 {
    border: 1px solid #ccc;
    border-width: 1px 0;
    margin: 60px auto 0;
    width: 520px;
    padding: 66px 0 66px 0; }
  .section-pop-login .wrap-inside.wrap-auth {
    border: 1px solid #ccc;
    border-width: 0 0 1px 0;
    margin: 0 auto 60px;
    width: 520px;
    padding: 30px 0 33px 0; }
  .section-pop-login .wrap-inside.wrap-quit {
    border: 1px solid #ccc;
    border-width: 0 0 1px 0;
    margin: 0 auto 50px;
    width: 520px;
    padding: 71px 0 60px 0; }
  .section-pop-login .wrap-inside.wrap-find {
    margin: 0 auto 0;
    width: 520px;
    padding: 66px 0 0 0; }
  .section-pop-login .wrap-inside.wrap-find2 {
    margin: 0 auto 0;
    width: 520px;
    padding: 34px 0 0 0; }
  .section-pop-login .wrap-inside.wrap-find-result {
    margin: 94px auto 0;
    width: 520px;
    padding: 84px 0 93px 0;
    box-sizing: border-box;
    width: 520px;
    border: 1px solid #ccc;
    border-width: 1px 0;
    color: #333;
    font-size: 16px;
    text-align: center; }
    .section-pop-login .wrap-inside.wrap-find-result.wrap-pass-result {
      font-size: 14px; }
    .section-pop-login .wrap-inside.wrap-find-result .email {
      color: #009aff; }
  .section-pop-login .wrap-inside .member-desc {
    display: block;
    width: 425px;
    text-align: center;
    font-size: 12px;
    color: #7d7d7d;
    margin: 20px auto 17px; }
  .section-pop-login .wrap-inside .title-find {
    display: block;
    width: 500px;
    font-size: 14px;
    color: #666;
    margin: 0 auto 24px;
    padding-bottom: 16px;
    border-bottom: 1px solid #ccc;
    padding-left: 20px; }
  .section-pop-login .wrap-inside .member-input-box {
    height: 144px; }
  .section-pop-login .wrap-inside .member-detail {
    display: block;
    margin: 0 auto 12px;
    height: 40px;
    vertical-align: top;
    width: 425px;
    position: relative; }
    .section-pop-login .wrap-inside .member-detail.long {
      height: inherit;
      margin-top: -7px; }
    .section-pop-login .wrap-inside .member-detail.wide {
      width: 480px; }
    .section-pop-login .wrap-inside .member-detail.wide2 {
      width: 425px; }
    .section-pop-login .wrap-inside .member-detail label.label-input {
      width: 425px;
      height: 40px;
      box-sizing: border-box;
      background-color: #f9f9f9;
      border: 1px solid #d8d8d8;
      font-size: 14px;
      color: #666;
      display: block;
      line-height: 38px;
      padding-left: 20px;
      position: relative; }
      .section-pop-login .wrap-inside .member-detail label.label-input:hover,
      .section-pop-login .wrap-inside .member-detail label.label-input:focus {
        border: 1px solid #ed1c24; }
      .section-pop-login .wrap-inside .member-detail label.label-input span {
        position: absolute;
        left: 20px;
        top: 0; }
      .section-pop-login .wrap-inside .member-detail label.label-input span.line2 {
        font-size: 12px;
        color: #666;
        line-height: 14px;
        padding: 5px 0 0 0;
        text-align: right; }
    .section-pop-login .wrap-inside .member-detail label.label-input2 {
      width: 360px;
      height: 40px;
      box-sizing: border-box;
      background-color: #f9f9f9;
      border: 1px solid #d8d8d8;
      font-size: 14px;
      color: #666;
      display: inline-block;
      line-height: 38px;
      padding-left: 20px;
      position: relative; }
      .section-pop-login .wrap-inside .member-detail label.label-input2 span {
        position: absolute;
        left: 20px;
        top: 0; }
    .section-pop-login .wrap-inside .member-detail input[type=text],
    .section-pop-login .wrap-inside .member-detail input[type=password] {
      width: 251px;
      -webkit-appearance: none;
      appearance: none;
      -moz-appearance: none;
      background-color: #f9f9f9;
      border: 0;
      border-left: 1px solid #b7b7b7;
      margin-left: 122px;
      padding-left: 14px;
      font-size: 14px;
      color: #3a3a3a;
      margin-top: -5px; }
      .section-pop-login .wrap-inside .member-detail input[type=text]::-webkit-input-placeholder,
      .section-pop-login .wrap-inside .member-detail input[type=password]::-webkit-input-placeholder {
        color: #ccc; }
      .section-pop-login .wrap-inside .member-detail input[type=text]:-ms-input-placeholder,
      .section-pop-login .wrap-inside .member-detail input[type=password]:-ms-input-placeholder {
        color: #ccc; }
      .section-pop-login .wrap-inside .member-detail input[type=text]::-moz-placeholder,
      .section-pop-login .wrap-inside .member-detail input[type=password]::-moz-placeholder {
        color: #ccc; }
      .section-pop-login .wrap-inside .member-detail input[type=text]:-moz-placeholder,
      .section-pop-login .wrap-inside .member-detail input[type=password]:-moz-placeholder {
        color: #ccc; }
    .section-pop-login .wrap-inside .member-detail input[type=text].input-short {
      width: 186px; }
  .section-pop-login .wrap-inside .wrap-remember {
    padding: 0 0 15px 9px;
    display: block; }
    .section-pop-login .wrap-inside .wrap-remember .input-remember {
      font-size: 13px; }
    .section-pop-login .wrap-inside .wrap-remember .label-remember {
      font-size: 13px;
      color: #7d7d7d; }
  .section-pop-login .wrap-inside .btn-find-box {
    position: absolute;
    top: 0;
    right: 3px; }
    .section-pop-login .wrap-inside .btn-find-box a {
      font-size: 13px;
      color: #7d7d7d;
      display: inline-block; }
      .section-pop-login .wrap-inside .btn-find-box a:hover {
        color: #000; }
      .section-pop-login .wrap-inside .btn-find-box a.btn-find-id:after {
        content: "";
        display: inline-block;
        position: relative;
        top: 1px;
        width: 1px;
        height: 12px;
        background-color: #7d7d7d;
        margin-right: 2px;
        margin-left: 6px; }
  .section-pop-login .wrap-inside .desc-change1 {
    font-size: 14px;
    color: #7d7d7d;
    position: relative;
    display: block;
    width: 404px;
    margin: 16px auto 0;
    padding-left: 21px; }
    .section-pop-login .wrap-inside .desc-change1:before {
      content: "• ";
      margin-left: -11px;
      top: -1px;
      position: absolute; }
  .section-pop-login .wrap-inside .desc-change2 {
    font-size: 14px;
    color: #7d7d7d;
    position: relative;
    display: block;
    width: 459px;
    margin: 16px auto 0;
    padding-left: 21px; }
    .section-pop-login .wrap-inside .desc-change2:before {
      content: "• ";
      margin-left: -11px;
      top: -1px;
      position: absolute; }
  .section-pop-login .wrap-inside .desc-find {
    font-size: 14px;
    color: #7d7d7d;
    position: relative;
    display: block;
    width: 520px;
    margin: 76px auto 0;
    padding: 16px 65px 0 87px;
    border-top: 1px solid #ccc;
    background: url("/images/login/icon-info-desc.png") 66px 20px no-repeat;
    box-sizing: border-box; }
  .section-pop-login .wrap-inside .desc-find2 {
    font-size: 14px;
    color: #7d7d7d;
    position: relative;
    display: block;
    width: 520px;
    margin: 24px auto 0;
    padding: 16px 65px 0 87px;
    border-top: 1px solid #ccc;
    background: url("/images/login/icon-info-desc.png") 66px 20px no-repeat;
    box-sizing: border-box; }
    .section-pop-login .wrap-inside .desc-find2 a {
      color: #c39c71; }
  .section-pop-login .wrap-inside .desc-recover {
    font-size: 14px;
    line-height: 22px;
    color: #7d7d7d;
    width: 480px;
    display: block;
    margin: 13px auto; }
  .section-pop-login .wrap-inside .desc-auth {
    font-size: 14px;
    line-height: 22px;
    color: #cc1221;
    width: 480px;
    display: block;
    margin: 24px auto 25px; }
  .section-pop-login .wrap-inside .list-find {
    width: 425px;
    margin: 4px auto 0;
    padding: 4px 0 0 40px; }
    .section-pop-login .wrap-inside .list-find li {
      font-size: 14px;
      color: #7d7d7d; }
      .section-pop-login .wrap-inside .list-find li:before {
        content: "• ";
        margin-left: -0.6em;
        position: relative;
        top: -0.05em; }
  .section-pop-login .wrap-inside .find-box {
    width: 425px;
    margin: 24px auto 0;
    position: relative; }
    .section-pop-login .wrap-inside .find-box .desc {
      font-size: 14px;
      color: #7d7d7d;
      padding: 0 21px 0 10px; }
  .section-pop-login .wrap-inside .input-phone {
    display: inline-block;
    position: relative;
    padding-left: 19px;
    cursor: pointer;
    font-size: 14px;
    color: #cc1221;
    margin-left: 22px; }
  .section-pop-login .wrap-inside .input-phone input {
    position: relative;
    z-index: -1;
    opacity: 0; }
  .section-pop-login .wrap-inside .input-indicator {
    position: absolute;
    top: 4px;
    left: 0;
    height: 12px;
    width: 12px;
    background-color: #fff;
    border: 1px solid #979797; }
  .section-pop-login .wrap-inside .input-radio .input-indicator {
    border-radius: 50%; }
  .section-pop-login .wrap-inside .input-phone:hover input ~ .input-indicator,
  .section-pop-login .wrap-inside .input-phone input:focus ~ .input-indicator {
    border: 1px solid #979797; }
  .section-pop-login .wrap-inside .input-phone input:checked ~ .input-indicator {
    background-color: #fff;
    border: 1px solid #979797; }
  .section-pop-login .wrap-inside .input-phone:hover input:not([disabled]):checked ~ .input-indicator,
  .section-pop-login .wrap-inside .input-phone input:checked:focus ~ .input-indicator {
    background-color: #fff;
    border: 1px solid #979797; }
  .section-pop-login .wrap-inside .input-phone input:disabled ~ .input-indicator {
    background-color: #e6e6e6;
    opacity: 0.6;
    pointer-events: none; }
  .section-pop-login .wrap-inside .input-indicator:after {
    content: "";
    position: absolute;
    display: none; }
  .section-pop-login .wrap-inside .input-phone input:checked ~ .input-indicator:after {
    display: block; }
  .section-pop-login .wrap-inside .input-radio .input-indicator:after {
    left: 2px;
    top: 2px;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background: #c39c71; }
  .section-pop-login .wrap-inside .input-radio input:disabled ~ .input-indicator:after {
    background-color: #7b7b7b; }
  .section-pop-login .wrap-inside .input-find {
    display: inline-block;
    position: relative;
    padding-left: 19px;
    cursor: pointer;
    font-size: 14px;
    color: #7d7d7d;
    margin-left: 14px; }
  .section-pop-login .wrap-inside .input-find input {
    position: relative;
    z-index: -1;
    opacity: 0; }
  .section-pop-login .wrap-inside .input-radio .input-indicator {
    border-radius: 50%; }
  .section-pop-login .wrap-inside .input-find:hover input ~ .input-indicator,
  .section-pop-login .wrap-inside .input-find input:focus ~ .input-indicator {
    border: 1px solid #979797; }
  .section-pop-login .wrap-inside .input-find input:checked ~ .input-indicator {
    background-color: #fff;
    border: 1px solid #979797; }
  .section-pop-login .wrap-inside .input-find:hover input:not([disabled]):checked ~ .input-indicator,
  .section-pop-login .wrap-inside .input-find input:checked:focus ~ .input-indicator {
    background-color: #fff;
    border: 1px solid #979797; }
  .section-pop-login .wrap-inside .input-find input:disabled ~ .input-indicator {
    background-color: #e6e6e6;
    opacity: 0.6;
    pointer-events: none; }
  .section-pop-login .wrap-inside .input-find input:checked ~ .input-indicator:after {
    display: block; }
  .section-pop-login .wrap-inside .input-radio input:disabled ~ .input-indicator:after {
    background-color: #7b7b7b; }
  .section-pop-login .wrap-inside .list-contact {
    display: block;
    margin: 1px auto 50px;
    border: 1px solid #ccc;
    border-width: 1px 0;
    width: 480px;
    padding: 23px 0 4px 40px; }
    .section-pop-login .wrap-inside .list-contact li {
      display: block;
      position: relative;
      margin-left: 29px;
      font-size: 14px;
      color: #333;
      padding-bottom: 20px; }
      .section-pop-login .wrap-inside .list-contact li:before {
        content: "• ";
        margin-left: -11px;
        top: -1px;
        position: absolute; }
  .section-pop-login .wrap-inside .list-contact2 {
    width: 520px;
    margin: 0 auto 50px;
    border: 1px solid #ccc;
    border-width: 1px 0;
    padding: 25px 0 34px; }
  .section-pop-login .wrap-inside .btn-member-login-box {
    margin: 0 auto; }
    .section-pop-login .wrap-inside .btn-member-login-box .btn-login {
      display: inline-block;
      width: 298px;
      height: 35px;
      background-color: #cc1221;
      color: #fff;
      font-size: 17px;
      text-align: center;
      line-height: 33px; }
    .section-pop-login .wrap-inside .btn-member-login-box .btn-join {
      display: inline-block;
      width: 110px;
      height: 35px;
      background-color: #666;
      color: #fff;
      font-size: 17px;
      text-align: center;
      line-height: 33px;
      margin-left: 11px; }
/* 2019.08.05 로그인플러스용 삽입 */
      .section-pop-login .wrap-inside .btn-member-login-box .btn-loginplus {
        display: block;
        width: 425px;
        height: 35px;
        color: #fff;
        font-size: 17px;
        text-align: center;
        line-height: 33px; }

  .section-pop-login .wrap-inside .social-desc {
    font-size: 14px;
    color: #666;
    display: block;
    width: 419px;
    margin: 17px auto 16px;
    padding-left: 6px; }
  .section-pop-login .wrap-inside .wrap-social {
    background-color: #fff;
    border-radius: 8px;
    width: 425px;
    height: 80px;
    border: 1px solid #d8d8d8;
    text-align: center;
    margin: 0 auto;
    box-sizing: border-box; }
    .section-pop-login .wrap-inside .wrap-social .btn-kt, .section-pop-login .wrap-inside .wrap-social .btn-fb, .section-pop-login .wrap-inside .wrap-social .btn-nv {
      display: inline-block;
      width: 96px;
      height: 40px;
      color: #fff;
      border-radius: 4px;
      margin-right: 11px;
      font-size: 14px;
      box-sizing: border-box;
      padding-left: 26px;
      line-height: 38px;
      margin-top: 20px;
      vertical-align: top; }
    .section-pop-login .wrap-inside .wrap-social .btn-nv {
      background: #00c800 url("/images/login/icon-social-nv.png") 10px center no-repeat; }
    .section-pop-login .wrap-inside .wrap-social .btn-nv a {
      color: #fff; }
    .section-pop-login .wrap-inside .wrap-social .btn-kt {
      background: #ffec00 url("/images/login/icon-social-kt.png") 10px center no-repeat;
      color: #4a4a4a; }
    .section-pop-login .wrap-inside .wrap-social .btn-fb {
      background: #346099 url("/images/login/icon-social-fb.png") 10px center no-repeat; }
  .section-pop-login .wrap-inside .btn-send-auth-num {
    display: inline-block;
    margin-left: 6px;
    width: 110px;
    height: 35px;
    line-height: 33px;
    font-size: 15px;
    color: #fff;
    background-color: #666;
    text-align: center; }
  .section-pop-login .wrap-inside .btn-confirm-auth-num {
    display: inline-block;
    margin-left: 6px;
    width: 110px;
    height: 35px;
    line-height: 33px;
    font-size: 15px;
    color: #fff;
    background-color: #cc1221;
    text-align: center; }
  .section-pop-login .wrap-inside .btn-recover-confirm {
    display: block;
    width: 300px;
    height: 35px;
    background-color: #cc1221;
    color: #fff;
    font-size: 17px;
    text-align: center;
    line-height: 33px;
    margin: 0 auto; }
  .section-pop-login .wrap-inside .btn-auth-again {
    display: inline-block;
    margin-left: 6px;
    width: 110px;
    height: 35px;
    line-height: 33px;
    font-size: 13px;
    color: #fff;
    background-color: #666;
    text-align: center; }
  .section-pop-login .wrap-inside .btn-find-confirm,
  .section-pop-login .wrap-inside .btn-find-confirm2 {
    display: block;
    margin: 30px auto 0;
    width: 300px;
    height: 35px;
    line-height: 33px;
    background-color: #cc1221;
    font-size: 17px;
    color: #fff;
    text-align: center; }

/*============================================================
/*
/* [m]: map
/*
============================================================== */
.pop-map {
  display: block;
  position: absolute;
  padding: 17px 11px;
  border: 1px solid #b7b7b7;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  z-index: 10;
  background-color: #fff; }

.map {
  position: relative;
  padding: 0;
  width: 530px;
  margin: 0 0 0 38px; }
  .map .screen {
    display: block;
    border-top: 4px solid #939393;
    padding: 0 0 2px 0;
    text-align: center;
    font-size: 14px;
    color: #bdbdbd; }
  .map .exit {
    display: block;
    position: absolute;
    width: 21px;
    height: 21px;
    text-indent: -10000em;
    overflow: hidden;
    background: url("/images/rsv/icon-exit-left.png") center center/21px 21px no-repeat; }
    .map .exit.left-top-top, .map .exit.c11 {
      top: 32px;
      left: 50px; }
    .map .exit.center-top, .map .exit.c12 {
      top: 32px;
      left: calc(50% - 10px); }
    .map .exit.right-top-top, .map .exit.c1 {
      top: 32px;
      right: 50px; }
    .map .exit.left-top-left, .map .exit.c10 {
      top: 82px;
      left: -10px; }
    .map .exit.right-top-right, .map .exit.c2 {
      top: 82px;
      right: -10px; }
    .map .exit.left-center, .map .exit.c9 {
      top: calc(32px/2 + 50% - 10px);
      left: -10px; }
    .map .exit.right-center, .map .exit.c3 {
      top: calc(32px/2 + 50% - 10px);
      right: -10px; }
    .map .exit.left-bottom-left, .map .exit.c8 {
      bottom: 50px;
      left: -10px; }
    .map .exit.right-bottom-right, .map .exit.c4 {
      bottom: 50px;
      right: -10px; }
    .map .exit.left-bottom-bottom, .map .exit.c7 {
      bottom: -26px;
      left: 50px; }
    .map .exit.center-bottom, .map .exit.c6 {
      bottom: -26px;
      left: calc(50% - 10px); }
    .map .exit.right-bottom-bottom, .map .exit.c5 {
      bottom: -26px;
      right: 50px; }
  .map .row {
    text-align: center; }
    .map .row li {
      display: inline-block;
      margin: 2px 0 0 2px;
      width: 21px;
      height: 21px;
      vertical-align: top; }
      .map .row li.head {
        font-size: 16px;
        font-weight: 300;
        color: #7d7d7d;
        width: 17px;
        line-height: 15px; }
      .map .row li.path {
        margin-left: 10px;
        width: 0;
        height: 0; }
    .map .row .choose-seat {
      display: none; }
    .map .row .choose-seat + label {
      background-color: #666;
      color: #fff;
      font-size: 14px;
      display: block;
      width: 21px;
      height: 21px;
      line-height: 19px;
      text-align: center;
      box-sizing: border-box;
      font-weight: 100; }
    .map .row .choose-seat.accessible + label {
      background-color: #228B22;
     }
    .map .row .choose-seat.recliner + label {
        background-color: #006EC4;
    }
    .map .row .choose-seat.couple + label {
        background-color: #D24C75;
    }
    .map .row .choose-seat.sold + label {
      background-color: #ccc;
      text-indent: -10000em; }
    .map .row .choose-seat.disabled + label {
      background: #ccc url("/images/rsv/seat-disabled.png") center center/21px 21px no-repeat;
      text-indent: -10000em; }
    .map .row .choose-seat:checked + label {
      background-image: none;
      background-color: #cc1221; }

    .map .row .choose-seat_large {
      display: none; }

    .map .row .large {
      display: inline-block;
      margin: 2px 0 0 2px;
      width: 18px;
      height: 18px; }
      .map .row li.head {
        font-size: 16px;
        font-weight: 300;
        color: #7d7d7d;
        width: 17px;
        line-height: 15px; }
      .map .row li.path {
        margin-left: 10px;
        width: 0;
        height: 0; }
    .map .row .choose-seat_large + label {
      background-color: #666;
      color: #fff;
      font-size: 9px;
      display: block;
      width: 18px;
      height: 18px;
      line-height: 16px;
      text-align: center;
      box-sizing: border-box;
      font-weight: 100; }
    .map .row .choose-seat_large.accessible + label {
      background-color: #228B22;
     }
    .map .row .choose-seat_large.recliner + label {
        background-color: #006EC4;
    }
    .map .row .choose-seat_large.couple + label {
        background-color: #D24C75;
    }
    .map .row .choose-seat_large.sold + label {
      background-color: #ccc;
      text-indent: -10000em; }
    .map .row .choose-seat_large.disabled + label {
      background: #ccc url("/images/rsv/seat-disabled.png") center center/18px 18px no-repeat;
      text-indent: -10000em; }
    .map .row .choose-seat_large:checked + label {
      background-image: none;
      background-color: #cc1221; }
    .map .row .choose-seat_large.handicap + label {
      background-color : #31B404;
      text-indent: -10000em; }

    .map .row .choose-seat_large {
      display: none; }

    .map .row .large {
      display: inline-block;
      margin: 2px 0 0 2px;
      width: 18px;
      height: 18px; }
      .map .row li.head {
        font-size: 16px;
        font-weight: 300;
        color: #7d7d7d;
        width: 17px;
        line-height: 15px; }
      .map .row li.path {
        margin-left: 10px;
        width: 0;
        height: 0; }
    .map .row .choose-seat_large + label {
      background-color: #666;
      color: #fff;
      font-size: 9px;
      display: block;
      width: 18px;
      height: 18px;
      line-height: 16px;
      text-align: center;
      box-sizing: border-box;
      font-weight: 100; }
    .map .row .choose-seat_large.accessible + label {
      background: #666 url("/images/rsv/seat-accessible.png") center center/18px 18px no-repeat; }
    .map .row .choose-seat_large.recliner + label {
        background-color: #006EC4;
    }
    .map .row .choose-seat_large.couple + label {
        background-color: #D24C75;
    }
    .map .row .choose-seat_large.sold + label {
      background-color: #ccc;
      text-indent: -10000em; }
    .map .row .choose-seat_large.disabled + label {
      background: #ccc url("/images/rsv/seat-disabled.png") center center/18px 18px no-repeat;
      text-indent: -10000em; }
    .map .row .choose-seat_large:checked + label {
      background-image: none;
      background-color: #cc1221; }

  .map.big .screen {
    background-color: #939393;
    border-top: none;
    padding: 3px 0;
    margin-bottom: 22px;
    color: #000; }
  .map.mini {
    padding: 0 10px 10px 10px;
    margin: 0;
    width: 132px; }
    .map.mini ul {
      height: 4px; }
      .map.mini ul li {
        margin: 0 0 0 1px; }
    .map.mini .exit {
      display: none; }
    .map.mini .screen {
      border-top-width: 1px;
      text-indent: -10000em;
      padding: 0;
      height: 0;
      width: 131px;
      border-color: #979797;
      margin-bottom: 14px; }
    .map.mini .row {
      margin: 1px 0 0 0;
      text-align: center; }
      .map.mini .row li {
        width: 4px;
        height: 4px; }
        .map.mini .row li.path {
          margin-left: 2px; }
        .map.mini .row li .choose-seat + label {
          font-size: 12px;
          width: 4px;
          height: 4px;
          line-height: 0;
          text-indent: -10000em; }
        .map.mini .row li .choose-seat.accessible + label {
          background-image: none; }
        .map.mini .row li .choose-seat.recliner + label {
            background-image: none;
        }
        .map.mini .row li .choose-seat.couple + label {
            background-image: none;
        }
        .map.mini .row li .choose-seat.disabled + label {
          background-image: none; }
  .map:after {
    content: "";
    display: table;
    clear: both; }

#ui-datepicker-div {
  z-index: 1000 !important; }

/*# sourceMappingURL=style.map */


/* 2017-04-17 추가 */
.textlogored {color:#E60012}
.backlogored {background:#E60012}
.priceclick {display:inline-block;width:97%;text-align:right;margin-top:20px;margin-right:0px;}
.priceclick a {color:#7d7d7d}
.priceclick a:hover {color:#000;}
.pricebutton {display:inline-block;width:100px;text-align:center;border:1px solid #d8d8d8;padding:5px}
.table-price {
        width: 720px;
        margin: 50px auto 0 auto;
}

      .section-theater-body .wrap .content .table-movie-time {
        width: 720px;
        margin: 50px auto 0 auto; }
        .section-theater-body .wrap .content .table-movie-time tr td {
          text-align: center;
          padding: 18px 0 10px 0;
          border: 1px solid #ccc;
          position: relative; }
          .section-theater-body .wrap .content .table-movie-time tr td:nth-child(1) {
            width: 120px;
            font-size: 14px;
            color: #7d7d7d; }
          .section-theater-body .wrap .content .table-movie-time tr td:nth-child(2) {
            width: 345px;
            text-align: left;
            padding-left: 15px; }
          .section-theater-body .wrap .content .table-movie-time tr td:nth-child(3) {
            width: 120px; }
          .section-theater-body .wrap .content .table-movie-time tr td:nth-child(4) {
            width: 120px; }


/*============================================================
/*
/* [p]: company
/*
============================================================== */
.section-company {
  background-color: #f9f9f9; }
  .section-company .wrap {
    width: 850px;
    margin: 60px auto 120px;
    padding: 77px 85px 100px 85px;
    background-color: #fff;
    position: relative; }
    .section-company .wrap .selector {
      text-align: center;
      font-size: 18px;
      color: #7d7d7d; }
      .section-company .wrap .selector a {
        display: inline-block;
        position: relative;
        color: #7d7d7d;
        width: 100px;
        text-align: center; }
        .section-company .wrap .selector a:hover {
          color: #000; }
      .section-company .wrap .selector a:nth-child(1) {
        width: 140px; }
      .section-company .wrap .selector a:nth-child(2) {
        width: 230px; }
      .section-company .wrap .selector a:nth-child(3) {
        width: 110px; }
    .section-company .wrap h3 {
      font-size: 16px;
      font-weight: bold;
      padding: 0 0 14px 20px;
      border-bottom: 1px solid #7d7d7d;
      margin: 57px 0 47px 0;
      position: relative; }
      .section-company .wrap h3:first-child {
        margin: 0 0 0 0; }
      .section-company .wrap h3 a {
        background: url("/images/member/btn-top.png") center center no-repeat;
        display: block;
        width: 15px;
        height: 15px;
        position: absolute;
        top: 11px;
        right: 9px;
        overflow: hidden;
        text-indent: -10000em; }
      .section-company .wrap h3#h3 {
        margin-bottom: 20px; }
    .section-company .wrap .list-unordered {
      margin-left: 30px; }
      .section-company .wrap .list-unordered li {
        font-size: 16px;
        color: #333;
        line-height: 31px; }
        .section-company .wrap .list-unordered li:before {
          content: "• ";
          margin-left: -0.6em;
          position: relative;
          top: -0.05em; }
    .section-company .wrap .content {
      margin: 0 0 30px 20px;
      font-size: 16px;
      color: #333; }
      .section-company .wrap .content p {
        line-height: 1.88em;
        padding-bottom: 1.88em; }
      .section-company .wrap .content p:last-child {
        padding-bottom: 0; }
    .section-company .wrap .logo {
      background: url("/images/company/logo.png") center center no-repeat;
      width: 198px;
      height: 100px;
      display: block;
      margin: -7px auto 7px;
      text-indent: -10000em;
      overflow: hidden; }
    .section-company .wrap .round {
      width: 425px;
      height: 58px;
      border-radius: 30px;
      border: solid 1px #e5e5e5;
      margin: 17px auto 47px;
      font-size: 18px;
      color: #000;
      text-align: center;
      line-height: 56px; }
    .section-company .wrap .btn-inquiry {
      width: 300px;
      height: 35px;
      background-color: #cd1221;
      font-size: 17px;
      color: #fff;
      line-height: 33px;
      display: block;
      margin: 29px 0 0 30px;
      text-align: center; }
    .section-company .wrap .company-map {
      margin-bottom: 23px; }


  table.bbs-list.bbs-list-theater-price th {
    border-bottom: 1px solid #ccc;
    background-color: #f3f3f3;
    text-align: center; }
  table.bbs-list.bbs-list-theater-price td {
    text-align: center;
    vertical-align: middle;
    border-left: 1px solid #ccc; }
    table.bbs-list.bbs-list-theater-price td:nth-child(1) {
      border-left-width: 0; }
    table.bbs-list.bbs-list-theater-price td.time {
      border-left-width: 1px;
      width: 86px; }
    table.bbs-list.bbs-list-theater-price td[rowspan] {
      border-bottom-width: 0; }
    table.bbs-list.bbs-list-theater-price td.kind1 {
        border-top: 1px solid #ccc;
        width: 86px;
    }
    table.bbs-list.bbs-list-theater-price td.kind2 {
      width: 170px; }

.section-pop-pricetable {
  width: 720px;
  display: block;
  margin: 0 auto; }

#popup-pricetable {
  width: 960px;
  background-color: #fff !important; }
  #popup-pricetable .logo-login {
    display: block;
    background: url("/images/header/logo.png") center center no-repeat;
    width: 177px;
    height: 55px;
    margin: 67px auto 64px;
    overflow: hidden;
    text-indent: -10000em; }
  #popup-pricetable .btn-close {
    display: block;
    margin: 45px auto;
    background-color: #f9f9f9;
    color: #555;
    width: 77px;
    height: 27px;
    line-height: 25px;
    text-align: center;
    border-radius: 2px;
    border: 1px solid #ccc; }
  #popup-pricetable .close-modal {
    top: 10px;
    right: 10px;
    background-image: url("/images/modal/btn-modal-close2.png"); }



.textarea-wholepage {
        width: 850px;
        height: 517px;
        background-color: #f9f9f9;
        border: solid 1px #b4b5b5;
        padding: 20px;
        box-sizing: border-box;
        font-size: 12px;
        line-height: 18px;
        color: #7d7d7d;
        margin: 0px auto;
	overflow:auto;}

.blocker {
	position: fixed;
	top: 0; right: 0; bottom: 0; left: 0;
	width: 100%; height: 100%;
	overflow: auto;
	z-index: 999;
	padding: 20px 0;
	box-sizing: border-box;
	background-color: rgba(255,255,255,0.6);
	text-align: center;
}
.blocker:before{
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.05em;
}
.blocker.behind {
	background-color: transparent;
}
.dark .blocker { background-color: rgba(0,0,0,0.8);}

.modal {
	display: inline-block;
	vertical-align: top;
	position: relative;
	z-index: 2;
	background: #fff;
	text-align: left;
	top: 85px;
	box-shadow: 0 10px 50px rgba(0, 0, 0, 0.7);
}

.modal a.close-modal {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 54px;
  height: 50px;
  text-indent: -9999px;
  background: url("/images/modal/btn-modal-close.png") center center no-repeat;
  z-index: 20;
}

.modal-spinner {
  display: none;
  width: 64px;
  height: 64px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-right: -32px;
  margin-top: -32px;
  background: url("data:image/gif;base64,R0lGODlhIAAgAPMAABEREf///0VFRYKCglRUVG5ubsvLy62trTQ0NCkpKU5OTuLi4vr6+gAAAAAAAAAAACH+GkNyZWF0ZWQgd2l0aCBhamF4bG9hZC5pbmZvACH5BAAKAAAAIf8LTkVUU0NBUEUyLjADAQAAACwAAAAAIAAgAAAE5xDISWlhperN52JLhSSdRgwVo1ICQZRUsiwHpTJT4iowNS8vyW2icCF6k8HMMBkCEDskxTBDAZwuAkkqIfxIQyhBQBFvAQSDITM5VDW6XNE4KagNh6Bgwe60smQUB3d4Rz1ZBApnFASDd0hihh12BkE9kjAJVlycXIg7CQIFA6SlnJ87paqbSKiKoqusnbMdmDC2tXQlkUhziYtyWTxIfy6BE8WJt5YJvpJivxNaGmLHT0VnOgSYf0dZXS7APdpB309RnHOG5gDqXGLDaC457D1zZ/V/nmOM82XiHRLYKhKP1oZmADdEAAAh+QQACgABACwAAAAAIAAgAAAE6hDISWlZpOrNp1lGNRSdRpDUolIGw5RUYhhHukqFu8DsrEyqnWThGvAmhVlteBvojpTDDBUEIFwMFBRAmBkSgOrBFZogCASwBDEY/CZSg7GSE0gSCjQBMVG023xWBhklAnoEdhQEfyNqMIcKjhRsjEdnezB+A4k8gTwJhFuiW4dokXiloUepBAp5qaKpp6+Ho7aWW54wl7obvEe0kRuoplCGepwSx2jJvqHEmGt6whJpGpfJCHmOoNHKaHx61WiSR92E4lbFoq+B6QDtuetcaBPnW6+O7wDHpIiK9SaVK5GgV543tzjgGcghAgAh+QQACgACACwAAAAAIAAgAAAE7hDISSkxpOrN5zFHNWRdhSiVoVLHspRUMoyUakyEe8PTPCATW9A14E0UvuAKMNAZKYUZCiBMuBakSQKG8G2FzUWox2AUtAQFcBKlVQoLgQReZhQlCIJesQXI5B0CBnUMOxMCenoCfTCEWBsJColTMANldx15BGs8B5wlCZ9Po6OJkwmRpnqkqnuSrayqfKmqpLajoiW5HJq7FL1Gr2mMMcKUMIiJgIemy7xZtJsTmsM4xHiKv5KMCXqfyUCJEonXPN2rAOIAmsfB3uPoAK++G+w48edZPK+M6hLJpQg484enXIdQFSS1u6UhksENEQAAIfkEAAoAAwAsAAAAACAAIAAABOcQyEmpGKLqzWcZRVUQnZYg1aBSh2GUVEIQ2aQOE+G+cD4ntpWkZQj1JIiZIogDFFyHI0UxQwFugMSOFIPJftfVAEoZLBbcLEFhlQiqGp1Vd140AUklUN3eCA51C1EWMzMCezCBBmkxVIVHBWd3HHl9JQOIJSdSnJ0TDKChCwUJjoWMPaGqDKannasMo6WnM562R5YluZRwur0wpgqZE7NKUm+FNRPIhjBJxKZteWuIBMN4zRMIVIhffcgojwCF117i4nlLnY5ztRLsnOk+aV+oJY7V7m76PdkS4trKcdg0Zc0tTcKkRAAAIfkEAAoABAAsAAAAACAAIAAABO4QyEkpKqjqzScpRaVkXZWQEximw1BSCUEIlDohrft6cpKCk5xid5MNJTaAIkekKGQkWyKHkvhKsR7ARmitkAYDYRIbUQRQjWBwJRzChi9CRlBcY1UN4g0/VNB0AlcvcAYHRyZPdEQFYV8ccwR5HWxEJ02YmRMLnJ1xCYp0Y5idpQuhopmmC2KgojKasUQDk5BNAwwMOh2RtRq5uQuPZKGIJQIGwAwGf6I0JXMpC8C7kXWDBINFMxS4DKMAWVWAGYsAdNqW5uaRxkSKJOZKaU3tPOBZ4DuK2LATgJhkPJMgTwKCdFjyPHEnKxFCDhEAACH5BAAKAAUALAAAAAAgACAAAATzEMhJaVKp6s2nIkolIJ2WkBShpkVRWqqQrhLSEu9MZJKK9y1ZrqYK9WiClmvoUaF8gIQSNeF1Er4MNFn4SRSDARWroAIETg1iVwuHjYB1kYc1mwruwXKC9gmsJXliGxc+XiUCby9ydh1sOSdMkpMTBpaXBzsfhoc5l58Gm5yToAaZhaOUqjkDgCWNHAULCwOLaTmzswadEqggQwgHuQsHIoZCHQMMQgQGubVEcxOPFAcMDAYUA85eWARmfSRQCdcMe0zeP1AAygwLlJtPNAAL19DARdPzBOWSm1brJBi45soRAWQAAkrQIykShQ9wVhHCwCQCACH5BAAKAAYALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiRMDjI0Fd30/iI2UA5GSS5UDj2l6NoqgOgN4gksEBgYFf0FDqKgHnyZ9OX8HrgYHdHpcHQULXAS2qKpENRg7eAMLC7kTBaixUYFkKAzWAAnLC7FLVxLWDBLKCwaKTULgEwbLA4hJtOkSBNqITT3xEgfLpBtzE/jiuL04RGEBgwWhShRgQExHBAAh+QQACgAHACwAAAAAIAAgAAAE7xDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfZiCqGk5dTESJeaOAlClzsJsqwiJwiqnFrb2nS9kmIcgEsjQydLiIlHehhpejaIjzh9eomSjZR+ipslWIRLAgMDOR2DOqKogTB9pCUJBagDBXR6XB0EBkIIsaRsGGMMAxoDBgYHTKJiUYEGDAzHC9EACcUGkIgFzgwZ0QsSBcXHiQvOwgDdEwfFs0sDzt4S6BK4xYjkDOzn0unFeBzOBijIm1Dgmg5YFQwsCMjp1oJ8LyIAACH5BAAKAAgALAAAAAAgACAAAATwEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GGl6NoiPOH16iZKNlH6KmyWFOggHhEEvAwwMA0N9GBsEC6amhnVcEwavDAazGwIDaH1ipaYLBUTCGgQDA8NdHz0FpqgTBwsLqAbWAAnIA4FWKdMLGdYGEgraigbT0OITBcg5QwPT4xLrROZL6AuQAPUS7bxLpoWidY0JtxLHKhwwMJBTHgPKdEQAACH5BAAKAAkALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GAULDJCRiXo1CpGXDJOUjY+Yip9DhToJA4RBLwMLCwVDfRgbBAaqqoZ1XBMHswsHtxtFaH1iqaoGNgAIxRpbFAgfPQSqpbgGBqUD1wBXeCYp1AYZ19JJOYgH1KwA4UBvQwXUBxPqVD9L3sbp2BNk2xvvFPJd+MFCN6HAAIKgNggY0KtEBAAh+QQACgAKACwAAAAAIAAgAAAE6BDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfYIDMaAFdTESJeaEDAIMxYFqrOUaNW4E4ObYcCXaiBVEgULe0NJaxxtYksjh2NLkZISgDgJhHthkpU4mW6blRiYmZOlh4JWkDqILwUGBnE6TYEbCgevr0N1gH4At7gHiRpFaLNrrq8HNgAJA70AWxQIH1+vsYMDAzZQPC9VCNkDWUhGkuE5PxJNwiUK4UfLzOlD4WvzAHaoG9nxPi5d+jYUqfAhhykOFwJWiAAAIfkEAAoACwAsAAAAACAAIAAABPAQyElpUqnqzaciSoVkXVUMFaFSwlpOCcMYlErAavhOMnNLNo8KsZsMZItJEIDIFSkLGQoQTNhIsFehRww2CQLKF0tYGKYSg+ygsZIuNqJksKgbfgIGepNo2cIUB3V1B3IvNiBYNQaDSTtfhhx0CwVPI0UJe0+bm4g5VgcGoqOcnjmjqDSdnhgEoamcsZuXO1aWQy8KAwOAuTYYGwi7w5h+Kr0SJ8MFihpNbx+4Erq7BYBuzsdiH1jCAzoSfl0rVirNbRXlBBlLX+BP0XJLAPGzTkAuAOqb0WT5AH7OcdCm5B8TgRwSRKIHQtaLCwg1RAAAOwAAAAAAAAAAAA==") #111 no-repeat center center;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}

/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

/*
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}
*/

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(/Content/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

/*
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
*/

/*
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}
*/

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(/Content/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(/Content/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 100;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(/Content/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(/Content/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: center;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}


/* .slider-main .bxslider-main .carousel-cell img { width:100%;} */

/* position dots in carousel */
.bx-pager {
  text-align: center; position: absolute; bottom:8px; cursor:pointer; width:100%;
}

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}


/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	font-size: 100%;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer;
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 3px 1em 3px .4em;
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
.ui-button {
	padding: .4em 1em;
	display: inline-block;
	position: relative;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	/* Support: IE <= 11 */
	overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2em;
	box-sizing: border-box;
	text-indent: -9999px;
	white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
	text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
	padding: 0;
	width: 2.1em;
	height: 2.1em;
	text-indent: -9999px;
	white-space: nowrap;

}

input.ui-button.ui-icon-notext .ui-icon {
	width: auto;
	height: auto;
	text-indent: 0;
	white-space: normal;
	padding: .4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-controlgroup {
	vertical-align: middle;
	display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
	float: left;
	margin-left: 0;
	margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
	z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
	display: block;
	float: none;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
	box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
	padding: .4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
	font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
	border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
	border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
	border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
	border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {

	/* Support: IE8 only, Android < 4.4 only */
	width: 75%;
	width: calc( 100% - 2.4em );
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
	border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
	box-shadow: inset 1px 1px 1px #ccc;
	border-radius: .12em;
	border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
	width: 16px;
	height: 16px;
	border-radius: 1em;
	overflow: visible;
	border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
	background-image: none;
	width: 8px;
	height: 8px;
	border-width: 4px;
	border-style: solid;
}
.ui-checkboxradio-disabled {
	pointer-events: none;
}
.ui-datepicker {
/* 	width: 17em; */
	width: 237px;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
	background-color: #dde2e6;
	box-sizing: border-box;
	border: 1px solid #bbc5cd;
	border-radius: 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
/*
	width: 1.8em;
	height: 1.8em;
*/
	width: 24px;
	height: 24px;
	cursor: pointer;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
/* 	top: 1px; */
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev .ui-icon {
	background-position: -96px -16px !important;
}
.ui-datepicker .ui-datepicker-next .ui-icon {
	background-position: -32px -16px !important;
}
.ui-datepicker .ui-datepicker-prev-hover {
/* 	left: 1px; */
}
.ui-datepicker .ui-datepicker-next-hover {
/* 	right: 1px; */
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
	font-size: 12px;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
	font-size: 11px;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
	font-size: 13px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
/* 	padding: .2em; */
	padding: 0 6px 2px 0;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}
.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-n {
	height: 2px;
	top: 0;
}
.ui-dialog .ui-resizable-e {
	width: 2px;
	right: 0;
}
.ui-dialog .ui-resizable-s {
	height: 2px;
	bottom: 0;
}
.ui-dialog .ui-resizable-w {
	width: 2px;
	left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
	width: 7px;
	height: 7px;
}
.ui-dialog .ui-resizable-se {
	right: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-sw {
	left: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-ne {
	right: 0;
	top: 0;
}
.ui-dialog .ui-resizable-nw {
	left: 0;
	top: 0;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
	height: 100%;
	filter: alpha(opacity=25); /* support: IE8 */
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-text {
	display: block;
	margin-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
	text-align: left;
	white-space: nowrap;
	width: 14em;
}
.ui-selectmenu-icon.ui-icon {
	float: right;
	margin-top: 0;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: .222em 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 2em;
}
.ui-spinner-button {
	width: 1.6em;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
}
body .ui-tooltip {
	border-width: 2px;
}
/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5;
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #ffffff;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	border: 1px solid #dddddd;
	background: #e9e9e9;
	color: #333333;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #dde2e6;
	background: #fff;
	font-weight: normal;
	color: #555c61;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #454545;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
/*
	border: 1px solid #cccccc;
	background: #ededed;
	font-weight: normal;
	color: #2b2b2b;
*/
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #2b2b2b;
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #4f799d;
	background: #4f799d;
	font-weight: normal;
	color: #ffffff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff;
	background-color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
/*
	border: 1px solid #dad55e;
	background: #fffa90;
	color: #777620;
*/
}
.ui-state-checked {
	border: 1px solid #dad55e;
	background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899;
	background: #fddfdf;
	color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("/images/rsv/ui-icons_444444_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("/images/rsv/ui-icons_444444_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url("/images/rsv/ui-icons_444444_256x240.png");
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url("/images/rsv/ui-icons_ffffff_256x240.png");
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url("/images/rsv/ui-icons_444444_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("/images/rsv/ui-icons_444444_256x240.png");
}
.ui-button .ui-icon {
	background-image: url("/images/rsv/ui-icons_444444_256x240.png");
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -65px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -65px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 1px -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
}
.ui-widget-shadow {
	-webkit-box-shadow: 0px 0px 5px #666666;
	box-shadow: 0px 0px 5px #666666;
}

