/* border-radius */
/* transition */
/* background-size */
/* opacity */
/* clearfix */

/* ==========================================================================
   Dimmed
   ========================================================================== */
.container {
  padding-right: 5px;
  padding-left: 5px;
  /* responsive */ }

.container-fluid {
  padding-right: 5px;
  padding-left: 5px;
  /* responsive */ }

.row {
  margin-right: -5px;
  margin-left: -5px; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  padding-right: 5px;
  padding-left: 5px; }

.img-responsive {
  width: 100%; }


ol, ul {
  list-style: none; }

/*! Flickity v1.1.0
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative; }

.flickity-enabled:focus {
  outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%; }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: white;
  background: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.flickity-prev-next-button:hover {
  background: white; }

.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F; }

.flickity-prev-next-button:active {
  filter: alpha(opacity=60);
  /* IE8 */
  opacity: 0.6; }

.flickity-prev-next-button.previous {
  left: 10px; }

.flickity-prev-next-button.next {
  right: 10px; }

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px; }

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px; }

.flickity-prev-next-button:disabled {
  filter: alpha(opacity=30);
  /* IE8 */
  opacity: 0.3;
  cursor: auto; }

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%; }

.flickity-prev-next-button .arrow {
  fill: #333; }

/* color & size if no SVG - IE8 and Android 2.3 */
.flickity-prev-next-button.no-svg {
  color: #333;
  font-size: 26px; }

/* ---- page dots ---- 
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1; }

.flickity-rtl .flickity-page-dots {
  direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  filter: alpha(opacity=25);
  opacity: 0.25;
  cursor: pointer; }

.flickity-page-dots .dot.is-selected {
  filter: alpha(opacity=100);
  opacity: 1; }*/

.viewport {
  width: 100%;
  overflow: hidden; }

.wrapper {
  position: relative;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease; }

.contactTools .bd {
  overflow: hidden; }
  .contactTools .bd .button-group {
    margin-top: -1px;
    margin-left: -1px; }
  .contactTools .bd .button {
    border-left: 1px solid #f0f0f0;
    border-top: 1px solid #f0f0f0;
    padding: 20px; }
    .contactTools .bd .button .icon {
      width: 50px;
      height: 50px;
      -webkit-background-size: 50px 50px;
      -moz-background-size: 50px 50px;
      -o-background-size: 50px 50px;
      background-size: 50px 50px; }
    .contactTools .bd .button .button-label {
      letter-spacing: -1px;
      font-weight: bold;
      color: #242424; }

.shareTools .bd {
  overflow: hidden; }
  .shareTools .bd .button-group {
    margin-top: -1px;
    margin-left: -1px; }
  .shareTools .bd .button {
    border-left: 1px solid #f0f0f0;
    border-top: 1px solid #f0f0f0;
    padding: 10px 0; }
    .shareTools .bd .button .icon {
      width: 50px;
      height: 50px;
      -webkit-background-size: 50px 50px;
      -moz-background-size: 50px 50px;
      -o-background-size: 50px 50px;
      background-size: 50px 50px; }
    .shareTools .bd .button .button-label {
      letter-spacing: -1px;
      font-weight: bold;
      color: #242424; }

.googleMap {
  display: none;
  width: 100%;
  height: 250px;
  margin: 0;
  padding: 0;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px; }

.megazineUtility {
  background-color: #000;
  text-align: center; }
  .megazineUtility .button {
    color: #fff; }
    .megazineUtility .button .button-label {
      font-weight: bold;
      letter-spacing: -1px; }
    .megazineUtility .button .icon {
      width: 20px;
      height: 20px;
      -webkit-background-size: 20px 20px;
      -moz-background-size: 20px 20px;
      -o-background-size: 20px 20px;
      background-size: 20px 20px; }
    .megazineUtility .button.call {
      background-color: #4ebcc5; }
    .megazineUtility .button.contact {
      background-color: #245ba2; }
    .megazineUtility .button.kakao {
      background-color: #fed501;
      color: #371c01; }
    .megazineUtility .button.share {
      background-color: #814180; }
  @media (min-width: 370px) {
    .megazineUtility .button .icon {
      width: 25px;
      height: 25px;
      -webkit-background-size: 25px 25px;
      -moz-background-size: 25px 25px;
      -o-background-size: 25px 25px;
      background-size: 25px 25px; }
    .megazineUtility .button .button-label {
      font-size: 14px; } }

.magazine.container-fluid {
  padding: 0; }

.magazine .hero {
  background-color: #fff; }
  .magazine .hero .item {
    padding: 0;
    position: absolute;
    left: -9999px;
    top: 0;
    z-index: 1; }
    .magazine .hero .item:first-child {
      position: static; }
    .magazine .hero .item iframe {
      z-index: 1; }
    .magazine .hero .item .dismiss {
      display: none;
      position: absolute;
      width: 100%;
      height: 50px;
      left: 0;
      top: 0;
      z-index: 1000;
      background: transparent url("/img/front/background-pattern/000000-70opc.png") repeat; }
      .magazine .hero .item .dismiss .icon {
        position: absolute;
        right: 10px;
        top: 10px;
        width: 30px;
        height: 30px;
        -webkit-background-size: 30px 30px;
        -moz-background-size: 30px 30px;
        -o-background-size: 30px 30px;
        background-size: 30px 30px; }
  .magazine .hero:before,
  .magazine .hero:after {
    content: " ";
    display: table; }
  .magazine .hero:after {
    clear: both; }

.magazine .indicator {
  background-color: #494949;
  padding: 0; }
  .magazine .indicator .item {
    position: absolute;
    left: -9999px;
    top: 0;
    z-index: 1; }
     .magazine .indicator .item2 {}
    .magazine .indicator .item:first-child {
      position: static; }
  .magazine .indicator:before,
  .magazine .indicator:after {
    content: " ";
    display: table; }
  .magazine .indicator:after {
    clear: both; }

.magazine .indicator .item.is-nav-selected img {
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -ms-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  transition: all 150ms ease;
  filter: alpha(opacity=50);
  -ms-filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5; }