/*
 ======================================================================== 
 * Project   : Choa(헬스리아) v0.0.1
 * Framework : Bootstrap v3.2.0 (http://getbootstrap.com)
 * Producer  : Ho, Jong-Mun , hjm01@naver.com
 * Homepage  : http://masstige.biz, http://demun.tistory.com
 * Update    : 2015-12-24
 * License   : CC BY-ND (http://creativecommons.org/licenses/by/2.0/kr/)
 ======================================================================== 
 */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
audio,
canvas,
img,
svg,
video {
  vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}
/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden;
}
/*
 * Hide only visually, but have it available for screen readers: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sub-inner .sidebar-top h2 {
  position: relative;
  z-index: 1;
  margin: 0;
  height: 47px;
  padding: 35px 20px 20px 20px;
  background-color: #da2128;
}
.sub-inner .sidebar-top h2 .sub-title {
  display: inline-block;
  font-size: 11px;
  margin: 70px 0 0;
  padding: 0 0 0 20px;
}
.sub-inner .sidebar-top h2 .title {
  font-size: 26px;
  letter-spacing: -2px;
  color: #fff;
}
.sub-inner .sidebar-top h2 .title.title-letter {
  letter-spacing: -4px;
}
.sub-inner .sidebar-top h2 .title-s {
  font-size: 12px;
  font-weight: bold;
  color: #999;
}
.sub-inner .sidebar-top ul {
  zoom: 1;
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #dcdcdc;
}
.sub-inner .sidebar-top ul:before,
.sub-inner .sidebar-top ul:after {
  content: " ";
  display: table;
}
.sub-inner .sidebar-top ul:after {
  clear: both;
}
.sub-inner .sidebar-top ul li:first-child {
  border-top: none;
  background: url('../images/lnb-title-bg.png') no-repeat 0 0;
}
.sub-inner .sidebar-top ul li {
  margin: 0;
  padding: 0;
  line-height: 1.6;
  border-top: solid 1px #dcdcdc;
}
.sub-inner .sidebar-top ul li a {
  display: block;
  padding: 11px 20px;
  color: #333;
  font-weight: bold;
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: 220px center;
}
.sub-inner .sidebar-top ul li a.active {
  color: #da2128;
  background-image: url('../images/icon/arrow-right.png');
}
.sub-inner .sidebar-top ul li a:hover {
  color: #da2128;
  background-image: url('../images/icon/arrow-right.png');
}
.sub-inner .sidebar-top ul li a.on-over {
  color: #000;
  background-color: #ededed;
  background-image: url('../images/icon/arrow-right.png');
}
.sub-inner .sidebar-top ul li a.on-over .side-boll {
  background: url('../images/icon/lnb-bollet-over.png') no-repeat 0 10px;
}
.sub-inner .sidebar-top ul li ul {
  border-bottom: 0 none;
  display: none;
}
.sub-inner .sidebar-top ul li ul:first-child li {
  border-top: 0 none;
}
.sub-inner .sidebar-top ul li ul li {
  border-top: solid 1px #d4d4d4;
}
.sub-inner .sidebar-top ul li ul li a {
  color: #666;
  font-size: 14px;
  background: none;
  padding: 8px 20px;
  padding-left: 20px;
  background-color: #f8f8f8;
  font-weight: normal;
}
.sub-inner .sidebar-top ul li ul li a:before {
  content: "-";
  padding-right: 5px;
}
.sub-inner .sidebar-top ul li ul li a.active {
  color: #bc1400;
  background-color: #ececec;
  background-image: none;
}
.sub-inner .sidebar-top ul li ul li a:hover {
  color: #fc4732;
  background-color: #ececec;
  background-image: none;
}
.sub-inner .sidebar-top ul li ul li a.on-over {
  color: #bc1400;
  background-color: #ececec;
  background-image: none;
}
.sub-inner .sidebar-bot {
  margin-top: 10px;
}
.sub-inner .sidebar-bot .box-1 {
  padding: 20px;
  border-bottom: 1px solid #b5b5b5;
  zoom: 1;
}
.sub-inner .sidebar-bot .box-1:before,
.sub-inner .sidebar-bot .box-1:after {
  content: " ";
  display: table;
}
.sub-inner .sidebar-bot .box-1:after {
  clear: both;
}
.sub-inner .sidebar-bot .box-1 .text {
  text-transform: uppercase;
  font-size: 11px;
  color: #000;
  font-weight: bold;
}
.sub-inner .sidebar-bot .box-1 input {
  float: left;
  width: 140px;
  padding: 2px;
  margin-top: 10px;
  border: none;
  border-bottom: 1px solid #dfdfdf;
}
.sub-inner .sidebar-bot .box-1 .submit {
  display: inline-block;
  float: left;
  margin-left: 5px;
  width: 28px;
  height: 28px;
  border: none;
  background: url(../images/icon/icon-search.gif) no-repeat;
}
.sub-inner .sidebar-bot .box-2 {
  border-bottom: 1px solid #b5b5b5;
}
.sub-inner .sidebar-bot .box-2 a {
  display: block;
  padding: 20px 0 20px 50px;
  background-repeat: no-repeat;
  background-position: 20px center;
  font-weight: bold;
}
.sub-inner .sidebar-bot .box-2 a.one {
  border-bottom: 1px solid #dfdfdf;
  background-image: url(../images/icon/icon-box-2.gif);
}
.sub-inner .sidebar-bot .box-2 a.two {
  background-image: url(../images/icon/icon-box-3.gif);
}
.sub-inner .sidebar-bot .box-2 a:hover {
  color: #da0016;
}
.sub-inner .sidebar-bot .box-3 {
  border-bottom: 1px solid #b5b5b5;
}
.sub-inner .sidebar-bot .box-3 img {
  display: block;
  width: 207px;
  height: 55px;
  margin: 15px 0 15px 10px;
}
.sub-inner .sidebar-bot .box-3 a {
  display: block;
  padding: 20px;
  background-repeat: no-repeat;
  background-position: 20px center;
}
.sub-inner .sidebar-bot .box-3 a:hover .number-t {
  color: #da0016;
}
.sub-inner .sidebar-bot .box-3 .text {
  text-transform: uppercase;
  font-size: 11px;
  color: #000;
  font-weight: bold;
  letter-spacing: -0.7px;
}
.sub-inner .sidebar-bot .box-3 .number-t {
  font-size: 26px;
  color: #2d2d2d;
  letter-spacing: -0.7px;
}
.footer {
  width: 100%;
  padding: 30px 0;
  zoom: 1;
}
.footer:before,
.footer:after {
  content: " ";
  display: table;
}
.footer:after {
  clear: both;
}
.footer .footer-logo {
  width: 100px;
  float: left;
  padding: 0;
}
.footer .footer-left {
  float: left;
  width: 100%;
}
.footer .footer-left .footer-menu {
  line-height: 1.5;
}
.footer .footer-left .footer-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  zoom: 1;
}
.footer .footer-left .footer-menu ul:before,
.footer .footer-left .footer-menu ul:after {
  content: " ";
  display: table;
}
.footer .footer-left .footer-menu ul:after {
  clear: both;
}
.footer .footer-left .footer-menu ul li {
  float: left;
}
.footer .footer-left .footer-menu ul li:first-child a {
  border-left: 0 none;
  padding-left: 0;
}
.footer .footer-left .footer-menu ul li a {
  display: block;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  color: #666;
  font-size: 13px;
  font-weight: bold;
  border-left: 1px solid #666;
}
.footer .footer-left .footer-menu ul .txt-00 {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 13px;
  font-weight: bold;
  border-left: 1px solid #666;
}
.footer .footer-left .address .text-01 {
  font-size: 12px;
  color: #666;
  line-height: 1.6;
  letter-spacing: -0.4px;
}
.footer .footer-left .copyright {
  font-size: 12px;
  color: #444;
}
.footer .footer-right {
  position: relative;
  float: right;
}
.footer .footer-right .footer-menu {
  position: relative;
  z-index: 999;
}
.footer .footer-right .footer-menu dl {
  position: relative;
  margin: 0;
  padding: 0;
  font-size: 14px;
}
.footer .footer-right .footer-menu dl dt a {
  position: relative;
  display: block;
  padding: 6px;
  width: 160px;
  border: 1px solid #dbdbdb;
  background-color: #f7f7f7;
}
.footer .footer-right .footer-menu dl dt a span {
  position: absolute;
  right: 10px;
  top: 15px;
  display: inline-block;
  width: 9px;
  height: 5px;
  vertical-align: middle;
  background: url(../images/icon/icon-top.png) no-repeat;
}
.footer .footer-right .footer-menu dl dd {
  position: absolute;
  bottom: 33px;
  left: 0;
  display: none;
}
.footer .footer-right .footer-menu dl dd ul {
  padding: 0;
  margin: 0;
  list-style: none;
  border: 1px solid #dbdbdb;
}
.footer .footer-right .footer-menu dl dd ul li a {
  position: relative;
  display: block;
  width: 158px;
  padding: 6px;
  border-bottom: 1px solid #dbdbdb;
  background-color: #f7f7f7;
}
.footer .footer-right .sns-img {
  display: inline-block;
  margin-right: 20px;
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #cccccc;
}
.mfp-preloader a:hover {
  color: white;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: #666666;
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #666666;
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
     -o-transform: scale(0.75);
        transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
     -o-transform-origin: 0;
        transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
     -o-transform-origin: 100%;
        transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}
.pp-block {
  position: relative;
  padding: 20px;
  background: #fff;
  max-width: 600px;
  margin: 0 auto;
}
.pp-block .pp-title {
  margin: 0 0 20px;
  font-size: 16px;
  font-weight: bold;
}
.pp-block .pp-title span {
  font-weight: 14px;
  font-weight: normal;
  margin-left: 20px;
}
.pp-block .pp-body img {
  max-width: 100%;
}
/**
 * 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;
}
.ie7 .bx-wrapper {
  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);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
  overflow: hidden;
}
.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(../images/bx_loader.gif) center center no-repeat #ffffff;
  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;
}
.ie7 .bx-wrapper .bx-pager .bx-pager-item,
.ie7 .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  zoom: 1;
  display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #fff;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  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(../images/controls.png) no-repeat 0 -32px;
}
.bx-wrapper .bx-next {
  right: 10px;
  background: url(../images/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%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}
.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(../images/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(../images/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 */
/* 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;
}
.logo {
  margin-top: 30px;
  float: left;
  width: 250px;
}
.search-top-box {
  position: absolute;
  top: -60px;
  right: 50px;
  z-index: 100;
}
.search-top-box .search-box {
  position: relative;
  padding: 1px 5px;
  border: solid 1px #666;
}
.search-top-box .search-box .search-input {
  border: none;
  width: 170px;
  padding: 3px 5px;
}
.nav-main {
  width: 100%;
}
.nav-main .nav-box {
  height: 132px;
  background-color: #fff;
}
.nav-main .nav-box .gnb {
  position: relative;
  float: left;
  margin-top: 67px;
  z-index: 9999;
}
.nav-main .nav-box .gnb ul li {
  float: left;
  margin: 0 20px 0 0;
}
.nav-main .nav-box .gnb ul li a {
  display: inline-block;
  padding: 10px;
  font-size: 20px;
  font-weight: bold;
}
.nav-main .nav-box .gnb ul li ul li {
  margin-right: 0;
}
.nav-main .nav-box .nav-right {
  float: right;
  margin-top: 28px;
}
.nav-main .nav-box .nav-right li:first-child a {
  background: none;
}
.nav-main .nav-box .nav-right li {
  float: left;
}
.nav-main .nav-box .nav-right li a {
  padding: 0 10px;
  font-size: 11px;
  color: #747474;
  background: url('../images/main/nav-bar.gif') no-repeat 0 center;
}
/* 네비 게이션 */
.nav-box .gnb .depth01 {
  position: relative;
}
.nav-box .gnb .depth01 a {
  color: #444;
}
.nav-box .gnb .depth01 a:hover {
  color: #d6241b;
}
.nav-box .gnb .depth01.active > a {
  color: #d6241b;
}
.nav-box .gnb .depth01 ul {
  display: none;
  position: absolute;
}
.nav-box .gnb .depth01:hover > ul {
  display: block;
}
.nav-box .gnb .depth02 {
  padding-top: 6px;
}
.nav-box .gnb .depth02 a {
  background-color: #565656;
  color: #fff;
  padding: 10px 15px;
  font-size: 12px;
}
.nav-box .gnb .depth02 a:hover,
.nav-box .gnb .depth02 a:active {
  background-color: #565656;
  border-color: #3e6fa7;
  color: #ffcc00;
}
.nav-box .gnb .depth02:first-child {
  background: transparent url('../images/nav-arrow.png') center 1px no-repeat;
}
.nav-box .gnb.last a {
  border: 0;
}
.nav-box .gnb .cate01 ul {
  top: 35px;
  left: 0;
  width: 400px;
}
.nav-box .gnb .cate02 ul {
  top: 35px;
  left: 12px;
  width: 400px;
}
.nav-box .gnb .cate03 ul {
  top: 35px;
  left: 25px;
  width: 400px;
}
.nav-box .gnb .cate04 ul {
  top: 35px;
  left: 8px;
  width: 300px;
}
.nav-box .gnb .cate05 ul {
  top: 35px;
  left: 0;
  width: 300px;
}
.nav-box .gnb .cate06 ul {
  top: 35px;
  left: 4px;
  width: 400px;
}
.nav-box .gnb .cate07 ul {
  top: 35px;
  left: -3px;
  width: 300px;
}
.nav-box .gnb .cate08 ul {
  top: 35px;
  left: -5px;
  width: 300px;
}
.nav-box .menu {
  display: block;
  text-align: left;
  overflow: hidden;
}
/* 모바일 네비 */
.mobile-gnb-big {
  position: relative;
  display: none;
}
.mobile-gnb-big .top-box {
  position: relative;
  z-index: 99;
  height: 66px;
  background-color: #fff;
  border-bottom: solid 1px #ddd;
}
.nav-top {
  position: absolute;
  top: 32%;
  right: 2%;
}
.nav-top .more-btn {
  display: block;
}
.nav-top .more-btn img {
  width: 30px;
}
.nav-top .close-btn {
  display: none;
}
.nav-top .close-btn img {
  width: 30px;
}
.m-nav-box {
  display: none;
  width: 90%;
  margin-right: -90%;
  position: absolute;
  right: 0;
  top: 67px;
  height: 100%;
}
.gnb-bg {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  z-index: 9;
}
.gnb-link {
  width: 100%;
  position: relative;
  z-index: 999;
}
.gnb-link .border-box {
  border-bottom: solid 1px #666;
}
.gnb-link .depth-1 .one-dep {
  display: block;
  padding: 15px;
}
.gnb-link ul {
  z-index: 999;
}
.gnb-link ul.ul-2 {
  display: block;
  left: -100%;
}
.gnb-link ul li {
  width: 100%;
  margin-top: 0;
}
.gnb-link ul li a {
  display: block;
  float: none;
  background-position: 95% center;
  background-repeat: no-repeat;
  background-color: #fff;
  text-align: left;
  border-top: 1px solid #666;
  font-size: 16px;
  color: #000;
  font-weight: bold;
}
.gnb-link ul li a.down {
  background-image: url('../images/main/arrow-down.png');
}
.gnb-link ul li a.up {
  background-image: url('../images/main/arrow-up.png');
}
.gnb-link ul li ul {
  display: none;
  position: relative;
  left: 0;
  top: 0;
  background-color: #fff;
  padding-left: 15px;
  padding-bottom: 10px;
}
.gnb-link ul li ul li:first-child a {
  border-top: none;
}
.gnb-link ul li ul li {
  margin-top: -1px;
}
.gnb-link ul li ul li a {
  padding: 10px 15px;
  font-weight: normal;
  font-size: 14px;
  color: #666;
  border-top: 1px solid #ddd;
  border-bottom: none;
  background: url('../images/main/nav-bollet-01.gif') no-repeat 5px center #ffffff;
}
.gnb-link ul li ul li a:hover {
  color: #da2128;
  background: url('../images/main/nav-bollet-over.gif') no-repeat 5px center;
}
.gnb-link ul .gray-back ul {
  background-color: #f8f8f8;
}
.gnb-link ul .gray-back a {
  background-color: #f8f8f8;
}
.cbp-bislideshow {
  list-style: none;
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  left: 0;
  z-index: 0;
  padding: 0;
  margin: 0;
}
.cbp-bislideshow li {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.cbp-bislideshow li img {
  display: none;
  width: 100%;
  height: 100%;
}
.backgroundsize .cbp-bislideshow li {
  background-position: center 0;
}
.backgroundsize .cbp-bislideshow li img {
  display: none;
}
.cbp-bicontrols.type-02 {
  top: 89%;
  left: 50%;
}
.cbp-bicontrols {
  position: absolute;
  margin: 0 0 0 -110px;
  top: 92%;
  left: 50%;
}
.cbp-bicontrols span {
  margin: 0 10px;
  float: left;
  width: 50px;
  height: 50px;
  position: relative;
  cursor: pointer;
  text-indent: -99999px;
}
.cbp-bicontrols span:hover {
  opacity: 1;
}
.cbp-bicontrols span.cbp-binext {
  float: left;
}
span.cbp-biplay {
  background: url('../images/main/m-play.png') no-repeat 0 0;
}
span.cbp-bipause {
  background: url('../images/main/m-pau.png') no-repeat 0 0;
}
span.cbp-binext {
  background: url('../images/main/m-next.png') no-repeat 0 0;
}
span.cbp-biprev {
  background: url('../images/main/m-prev.png') no-repeat 0 0;
}
span.cbp-biplay:before {
  content: "재생하기";
}
span.cbp-bipause:before {
  content: "멈추기";
}
span.cbp-binext:before {
  content: "다음으로";
}
span.cbp-biprev:before {
  content: "이전으로";
}
.no-js.no-backgroundsize .cbp-bislideshow span:first-child {
  opacity: 1;
}
.no-js.backgroundsize .cbp-bislideshow span:first-child img {
  display: block;
}
/**
 * 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
 *
 * css , less 로 변환
 * 핵 제거
 */
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0;
  /*fix other elements on the page moving (on Chrome)*/
  /* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
  /* IMAGE CAPTIONS */
  /* LOADER */
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
}
.bx-wrapper .bx-pager {
  position: absolute;
  bottom: -30px;
  width: 100%;
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000;
}
.bx-wrapper .bx-pager .bx-pager-item {
  display: inline-block;
}
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
  test-align: center;
}
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(../images/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(../images/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;
}
.bx-wrapper .bx-prev {
  left: 10px;
  background: url(../images/controls.png) no-repeat 0 -32px;
}
.bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}
.bx-wrapper .bx-next {
  right: 10px;
  background: url(../images/controls.png) no-repeat -43px -32px;
}
.bx-wrapper .bx-next:hover {
  background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
.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;
}
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(../images/bx_loader.gif) center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
.lt-ie8 .bx-wrapper {
  zoom: 1;
}
.lt-ie8 .bx-wrapper .bx-pager .bx-pager-item {
  zoom: 1;
  display: inline;
}
.lt-ie8 .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  zoom: 1;
  display: inline;
}
/**
 * PgwSlideshow - Version 2.0
 *
 * Copyright 2014, Jonathan M. Piat
 * http://pgwjs.com - http://pagawa.com
 *
 * Released under the GNU GPLv3 license - http://opensource.org/licenses/gpl-3.0
 */
.pgwSlideshow {
  width: 100%;
  background: #333;
  display: none;
}
.pgwSlideshow a {
  color: #fff;
}
.pgwSlideshow .ps-current {
  text-align: center;
  position: relative;
  min-height: 150px;
  overflow: hidden;
}
.pgwSlideshow .ps-current > ul > li {
  text-align: center;
  width: 100%;
  z-index: 1;
  opacity: 0;
  display: block;
}
.pgwSlideshow .ps-current > ul > li img {
  display: block;
  max-width: 100%;
  margin: auto;
}
.pgwSlideshow .ps-caption {
  background: #333;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#99000000', endColorstr='#99000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99000000', endColorstr='#99000000')";
  text-align: left;
  font-size: 1rem;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 10px;
  display: none;
}
.pgwSlideshow .ps-caption span {
  padding: 7px;
  display: inline-block;
}
.pgwSlideshow .ps-list {
  border-top: 1px solid #555;
  -webkit-box-shadow: 0 10px 10px -5px #333333 inset;
          box-shadow: 0 10px 10px -5px #333333 inset;
  background: #555;
  overflow: hidden;
  position: relative;
}
.pgwSlideshow .ps-list ul {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  left: 0;
}
.pgwSlideshow .ps-list li {
  float: left;
}
.pgwSlideshow .ps-list li .ps-item {
  display: block;
  margin: 15px 8px;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.pgwSlideshow .ps-list li img {
  display: block;
  border: 1px solid #777;
  width: 80px;
  height: 80px;
}
.pgwSlideshow .ps-list li .ps-item.ps-selected {
  float: left;
  opacity: 1;
  border: 4px solid #fff;
  overflow: hidden;
  filter: alpha(opacity=100);
}
.pgwSlideshow .ps-list li .ps-item.ps-selected img {
  margin: -4px;
}
.pgwSlideshow .ps-prevIcon {
  border-color: transparent #fff transparent;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  display: block;
}
.pgwSlideshow .ps-nextIcon {
  border-color: transparent #fff transparent;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  display: block;
}
.pgwSlideshow .ps-current .ps-prev {
  background: #333;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#99000000', endColorstr='#99000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99000000', endColorstr='#99000000')";
  border: 1px solid #777;
  border-left: 0;
  border-radius: 0 4px 4px 0;
  position: absolute;
  padding: 20px 20px 20px 15px;
  left: 0;
  top: 45%;
  cursor: pointer;
  opacity: 0.9;
}
.pgwSlideshow .ps-current .ps-next {
  background: #333;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#99000000', endColorstr='#99000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99000000', endColorstr='#99000000')";
  border: 1px solid #777;
  border-right: 0;
  border-radius: 4px 0 0 4px;
  position: absolute;
  padding: 20px 15px 20px 20px;
  right: 0;
  top: 45%;
  cursor: pointer;
  opacity: 0.9;
}
.pgwSlideshow .ps-list .ps-prev {
  background: #333;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#bb000000', endColorstr='#bb000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#bb000000', endColorstr='#bb000000')";
  border: 1px solid #777;
  border-left: 0;
  border-radius: 0 4px 4px 0;
  padding: 20px 15px 20px 12px;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 25px;
  z-index: 1000;
  display: none;
  opacity: 0.9;
}
.pgwSlideshow .ps-list .ps-next {
  background: #333;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#bb000000', endColorstr='#bb000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#bb000000', endColorstr='#bb000000')";
  border: 1px solid #777;
  border-right: 0;
  border-radius: 4px 0 0 4px;
  padding: 20px 12px 20px 15px;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 25px;
  z-index: 1000;
  display: none;
  opacity: 0.9;
}
/*
 * The media-queries are not used because IE8 doesn't support them.
 */
.pgwSlideshow.narrow .ps-list li img {
  width: 60px;
  height: 60px;
}
.pgwSlideshow.narrow .ps-current .ps-prev {
  padding: 15px 15px 15px 12px;
  top: 40%;
}
.pgwSlideshow.narrow .ps-current .ps-next {
  padding: 15px 12px 15px 15px;
  top: 40%;
}
.pgwSlideshow.narrow .ps-list .ps-prev {
  padding: 15px 12px 15px 10px;
  top: 20px;
}
.pgwSlideshow.narrow .ps-list .ps-next {
  padding: 15px 10px 15px 12px;
  top: 20px;
}
.pgwSlideshow.narrow .ps-caption {
  font-size: 0.8rem;
  padding: 8px;
}
.menuzord,
.menuzord * {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.menuzord {
  width: 100%;
  padding: 0 30px;
  float: left;
  position: relative;
  background: #fff;
}
.menuzord a {
  -o-transition: color .3s linear,background .3s linear;
  -webkit-transition: color .3s linear,background .3s linear;
  transition: color .3s linear,background .3s linear;
}
.menuzord-menu.scrollable > .scrollable-fix {
  display: none;
}
.menuzord-brand {
  margin: 18px 30px 0 0;
  float: left;
  color: #666;
  text-decoration: none;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
  cursor: pointer;
}
.menuzord-menu {
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
}
.menuzord-menu.menuzord-right {
  float: right;
}
.menuzord-menu > li {
  display: inline-block;
  float: left;
}
.menuzord-menu > li > a {
  padding: 26px 16px;
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  color: #888;
  outline: 0;
  line-height: 1.42857143;
  -webkit-tap-highlight-color: transparent;
}
.menuzord-menu > li.active > a,
.menuzord-menu > li:hover > a {
  color: #333;
}
.menuzord-menu ul.dropdown,
.menuzord-menu ul.dropdown li ul.dropdown {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99;
  min-width: 180px;
  white-space: nowrap;
  background: #fff;
}
.menuzord-menu ul.dropdown li ul.dropdown {
  left: 100%;
}
.menuzord-menu ul.dropdown li {
  clear: both;
  width: 100%;
  border: 0;
  font-size: 12px;
  position: relative;
}
.menuzord-menu ul.dropdown li a {
  width: 100%;
  background: 0 0;
  padding: 10px 25px 10px 22px;
  color: #888;
  text-decoration: none;
  display: inline-block;
  float: left;
  clear: both;
  position: relative;
  outline: 0;
  -o-transition: padding .2s linear;
  -webkit-transition: padding .2s linear;
  transition: padding .2s linear;
}
.menuzord-menu ul.dropdown li:hover > a {
  padding-left: 28px;
  padding-right: 19px;
  color: #333;
}
.menuzord-menu ul.dropdown.dropdown-left {
  left: none;
}
.menuzord-menu ul.dropdown li ul.dropdown.dropdown-left {
  left: -100%;
}
.menuzord-menu li .indicator {
  margin-left: 3px;
}
.menuzord-menu li ul.dropdown li .indicator {
  position: absolute;
  top: 8px;
  right: 10px;
  font-size: 15px;
}
.menuzord-menu > li > .megamenu {
  width: 100%;
  padding: 20px 30px;
  left: 0;
  position: absolute;
  display: none;
  z-index: 99;
  border-top: solid 1px #f0f0f0;
  background: #fff;
}
.menuzord-menu > li > .megamenu.megamenu-half-width {
  width: 50%;
  left: auto;
}
.menuzord-menu > li > .megamenu.megamenu-quarter-width {
  width: 25%;
  left: auto;
}
.menuzord-menu > li > .megamenu .megamenu-row {
  width: 100%;
  margin-top: 15px;
}
.menuzord-menu > li > .megamenu .megamenu-row:first-child {
  margin-top: 0;
}
.menuzord-menu > li > .megamenu .megamenu-row:after,
.menuzord-menu > li > .megamenu .megamenu-row:before {
  display: table;
  content: "";
  line-height: 0;
}
.menuzord-menu > li > .megamenu .megamenu-row:after {
  clear: both;
}
.menuzord-menu > li > .megamenu .megamenu-row .col1,
.menuzord-menu > li > .megamenu .megamenu-row .col10,
.menuzord-menu > li > .megamenu .megamenu-row .col11,
.menuzord-menu > li > .megamenu .megamenu-row .col12,
.menuzord-menu > li > .megamenu .megamenu-row .col2,
.menuzord-menu > li > .megamenu .megamenu-row .col3,
.menuzord-menu > li > .megamenu .megamenu-row .col4,
.menuzord-menu > li > .megamenu .megamenu-row .col5,
.menuzord-menu > li > .megamenu .megamenu-row .col6,
.menuzord-menu > li > .megamenu .megamenu-row .col7,
.menuzord-menu > li > .megamenu .megamenu-row .col8,
.menuzord-menu > li > .megamenu .megamenu-row .col9 {
  display: block;
  min-height: 20px;
  float: left;
  margin-left: 3%;
}
.menuzord-menu > li > .megamenu .megamenu-row [class*=col]:first-child {
  margin-left: 0;
}
.menuzord-menu > li > .megamenu .megamenu-row .col1 {
  width: 5.583333333333%;
}
.menuzord-menu > li > .megamenu .megamenu-row .col2 {
  width: 14.166666666666%;
}
.menuzord-menu > li > .megamenu .megamenu-row .col3 {
  width: 22.75%;
}
.menuzord-menu > li > .megamenu .megamenu-row .col4 {
  width: 31.333333333333%;
}
.menuzord-menu > li > .megamenu .megamenu-row .col5 {
  width: 39.916666666667%;
}
.menuzord-menu > li > .megamenu .megamenu-row .col6 {
  width: 48.5%;
}
.menuzord-menu > li > .megamenu .megamenu-row .col7 {
  width: 57.083333333333%;
}
.menuzord-menu > li > .megamenu .megamenu-row .col8 {
  width: 65.666666666667%;
}
.menuzord-menu > li > .megamenu .megamenu-row .col9 {
  width: 74.25%;
}
.menuzord-menu > li > .megamenu .megamenu-row .col10 {
  width: 82.833333333334%;
}
.menuzord-menu > li > .megamenu .megamenu-row .col11 {
  width: 91.416666666667%;
}
.menuzord-menu > li > .megamenu .megamenu-row .col12 {
  width: 100%;
}
.menuzord .showhide {
  width: 60px;
  height: 46px;
  padding: 13px 0 0;
  display: none;
  float: right;
  text-decoration: none;
  outline: 0;
  -webkit-tap-highlight-color: transparent;
}
.menuzord .showhide em {
  width: 20px;
  height: 3px;
  margin: 3.5px 20px 0;
  float: right;
  background: #777;
}
.menuzord-menu > li > a > i {
  margin: 0 5px 0 0;
  font-size: 18px;
  float: left;
  line-height: 20px;
  font-family: FontAwesome;
}
.menuzord-menu > li.search form {
  float: left;
  padding: 22px 16px 17px;
}
.menuzord-menu > li.search form input[type=text] {
  width: 160px;
  padding: 5px 10px;
  border: none;
  background: #f0f0f0;
  border-radius: 2px;
  outline: 0;
  -o-transition: width 1s ease-out;
  -webkit-transition: width 1s ease-out;
  transition: width 1s ease-out;
}
.menuzord-menu > li.search form:hover input[type=text] {
  width: 160px;
}
.menuzord-tabs {
  width: 100%;
  float: left;
}
.menuzord-tabs-nav {
  width: 20%;
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
}
.menuzord-tabs-nav > li > a {
  width: 100%;
  padding: 7px 16px;
  float: left;
  font-size: 13px;
  text-decoration: none;
  color: #666;
  border: 1px solid #f0f0f0;
  outline: 0;
}
.menuzord-tabs-nav li.active a,
.menuzord-tabs-nav li:hover a {
  background: #f0f0f0;
}
.menuzord-tabs-content {
  width: 80%;
  min-height: 30px;
  padding: 20px;
  float: right;
  display: none;
  font-size: 13px;
  border: 1px solid #f0f0f0;
}
.menuzord-tabs-content.active {
  display: block;
}
.menuzord.blue .menuzord-menu ul.dropdown li:hover > a,
.menuzord.blue .menuzord-menu > li.active > a,
.menuzord.blue .menuzord-menu > li:hover > a {
  color: #4A89DC;
}
.menuzord.green .menuzord-menu ul.dropdown li:hover > a,
.menuzord.green .menuzord-menu > li.active > a,
.menuzord.green .menuzord-menu > li:hover > a {
  color: #37BC9B;
}
.menuzord.red .menuzord-menu ul.dropdown li:hover > a,
.menuzord.red .menuzord-menu > li.active > a,
.menuzord.red .menuzord-menu > li:hover > a {
  color: #E9573F;
}
.menuzord.orange .menuzord-menu ul.dropdown li:hover > a,
.menuzord.orange .menuzord-menu > li.active > a,
.menuzord.orange .menuzord-menu > li:hover > a {
  color: #ff670f;
}
.menuzord.yellow .menuzord-menu ul.dropdown li:hover > a,
.menuzord.yellow .menuzord-menu > li.active > a,
.menuzord.yellow .menuzord-menu > li:hover > a {
  color: #F6BB42;
}
.menuzord.purple .menuzord-menu ul.dropdown li:hover > a,
.menuzord.purple .menuzord-menu > li.active > a,
.menuzord.purple .menuzord-menu > li:hover > a {
  color: #967ADC;
}
.menuzord.pink .menuzord-menu ul.dropdown li:hover > a,
.menuzord.pink .menuzord-menu > li.active > a,
.menuzord.pink .menuzord-menu > li:hover > a {
  color: #D770AD;
}
@media (max-width: 768px) {
  .menuzord-responsive.menuzord {
    padding: 0;
  }
  .menuzord-responsive .menuzord-brand {
    margin: 8px 30px 10px 20px;
    font-size: 20px;
    line-height: 1.55;
  }
  .menuzord-responsive .showhide {
    margin: 0;
  }
  .menuzord-responsive .menuzord-menu {
    width: 100%;
    float: left!important;
  }
  .menuzord-responsive .menuzord-menu.scrollable {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .menuzord-responsive .menuzord-menu.scrollable > .scrollable-fix {
    display: block;
  }
  .menuzord-responsive .menuzord-menu > li {
    width: 100%;
    display: block;
    position: relative;
  }
  .menuzord-responsive .menuzord-menu > li > a {
    width: 100%;
    padding: 12px 20px;
    display: block;
    border-bottom: solid 1px #f0f0f0;
  }
  .menuzord-responsive .menuzord-menu > li:first-child > a {
    border-top: solid 1px #f0f0f0;
  }
  .menuzord-responsive .menuzord-menu ul.dropdown,
  .menuzord-responsive .menuzord-menu ul.dropdown li ul.dropdown {
    width: 100%;
    left: 0;
    position: static;
    border: none;
    background: #fff;
    float: left;
  }
  .menuzord-responsive .menuzord-menu ul.dropdown li {
    position: relative;
  }
  .menuzord-responsive .menuzord-menu ul.dropdown li a {
    border-bottom: solid 1px #f0f0f0;
  }
  .menuzord-responsive .menuzord-menu.menuzord-indented > li > ul.dropdown > li > a {
    padding-left: 40px!important;
  }
  .menuzord-responsive .menuzord-menu.menuzord-indented > li > ul.dropdown > li > ul.dropdown > li > a {
    padding-left: 60px!important;
  }
  .menuzord-responsive .menuzord-menu.menuzord-indented > li > ul.dropdown > li > ul.dropdown > li > ul.dropdown > li > a {
    padding-left: 80px!important;
  }
  .menuzord-responsive .menuzord-menu.menuzord-indented > li > ul.dropdown > li:hover > a {
    padding-left: 50px!important;
  }
  .menuzord-responsive .menuzord-menu.menuzord-indented > li > ul.dropdown > li > ul.dropdown > li:hover > a {
    padding-left: 70px!important;
  }
  .menuzord-responsive .menuzord-menu.menuzord-indented > li > ul.dropdown > li > ul.dropdown > li > ul.dropdown > li:hover > a {
    padding-left: 90px!important;
  }
  .menuzord-responsive .menuzord-menu li .indicator {
    width: 60px;
    height: 45px;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 22px;
    text-align: center;
    line-height: 43px;
    border-left: solid 1px #f5f5f5;
  }
  .menuzord-responsive .menuzord-menu li ul.dropdown li .indicator {
    height: 38px;
    right: 0;
    top: 0;
    font-size: 18px;
    line-height: 36px;
  }
  .menuzord-responsive .menuzord-menu > li > .megamenu {
    width: 100%!important;
    left: 0!important;
    position: static;
    border-top: none;
    border-bottom: solid 1px #f0f0f0;
  }
  .menuzord-responsive .menuzord-menu > li > .megamenu .megamenu-row [class*=col] {
    float: none;
    display: block;
    width: 100%!important;
    margin-left: 0;
    margin-top: 15px;
  }
  .menuzord-responsive .menuzord-menu > li > .megamenu .megamenu-row,
  .menuzord-responsive .menuzord-menu > li > .megamenu .megamenu-row:first-child [class*=col]:first-child {
    margin-top: 0;
  }
  .menuzord-responsive .menuzord-menu > li.search form {
    width: 100%;
    margin: 4px 0;
    padding: 10px 16px!important;
  }
  .menuzord-responsive .menuzord-menu > li.search form input[type=text],
  .menuzord-responsive .menuzord-tabs-content,
  .menuzord-responsive .menuzord-tabs-nav {
    width: 100%;
  }
}
.ui-datepicker-trigger {
  margin-left: 5px;
  vertical-align: middle;
}
.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-clearfix {
  min-height: 0;
  /* support: IE7 */
}
.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;
}
/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
/* 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;
  min-height: 0;
  /* support: IE7 */
  font-size: 100%;
}
.ui-accordion .ui-accordion-icons {
  padding-left: 2.2em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: .5em;
  top: 50%;
  margin-top: -8px;
}
.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-button {
  display: inline-block;
  position: relative;
  padding: 0;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  overflow: visible;
  /* removes extra width in IE */
}
.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: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
  width: 2.4em;
}
.ui-button-icons-only {
  width: 3.4em;
}
button.ui-button-icons-only {
  width: 3.7em;
}
/* button text element */
.ui-button .ui-button-text {
  display: block;
  line-height: normal;
}
.ui-button-text-only .ui-button-text {
  padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
  padding: .4em;
  text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
  padding: .4em 1em;
}
/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
  left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
  right: .5em;
}
/* button sets */
.ui-buttonset {
  margin-right: 7px;
}
.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -0.3em;
}
/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}
.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-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;
}
.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;
}
.ui-datepicker td {
  border: 0;
  padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  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;
}
.ui-dialog {
  overflow: hidden;
  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-se {
  width: 12px;
  height: 12px;
  right: -5px;
  bottom: -5px;
  background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}
.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none;
}
.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: none;
}
.ui-menu .ui-menu {
  position: absolute;
}
.ui-menu .ui-menu-item {
  position: relative;
  margin: 0;
  padding: 3px 1em 3px .4em;
  cursor: pointer;
  min-height: 0;
  /* support: IE7 */
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.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 {
  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-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-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-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;
  /* Support: IE7 */
  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-button {
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  cursor: pointer;
}
.ui-selectmenu-button span.ui-icon {
  right: 0.5em;
  left: auto;
  margin-top: -8px;
  position: absolute;
  top: 50%;
}
.ui-selectmenu-button span.ui-selectmenu-text {
  text-align: left;
  padding: 0.4em 2.1em 0.4em 1em;
  display: block;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.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 {
  -webkit-filter: inherit;
          filter: inherit;
}
.ui-slider-horizontal {
  height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.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: -0.3em;
  margin-left: 0;
  margin-bottom: -0.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: 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 22px;
}
.ui-spinner-button {
  width: 16px;
  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: none;
  border-bottom: none;
  border-right: none;
}
/* vertically center icon */
.ui-spinner .ui-icon {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 0;
}
.ui-spinner-up {
  top: 0;
}
.ui-spinner-down {
  bottom: 0;
}
/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
  /* need to fix icons sprite */
  background-position: -65px -16px;
}
.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;
  -webkit-box-shadow: 0 0 5px #aaa;
  box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
  border-width: 2px;
}
/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
  font-size: 1.1em;
}
.ui-widget .ui-widget {
  font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
  font-size: 1em;
}
.ui-widget-content {
  border: 1px solid #dddddd;
  background: #eeeeee url("../images/ui/ui-bg_highlight-soft_100_eeeeee_1x100.png") 50% top repeat-x;
  color: #333333;
}
.ui-widget-content a {
  color: #333333;
}
.ui-widget-header {
  border: 1px solid #e78f08;
  background: #f6a828 url("../images/ui/ui-bg_gloss-wave_35_f6a828_500x100.png") 50% 50% repeat-x;
  color: #ffffff;
  font-weight: bold;
}
.ui-widget-header a {
  color: #ffffff;
}
/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #cccccc;
  background: #f6f6f6 url("../images/ui/ui-bg_glass_100_f6f6f6_1x400.png") 50% 50% repeat-x;
  font-weight: bold;
  color: #1c94c4;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #1c94c4;
  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 {
  border: 1px solid #fbcb09;
  background: #fdf5ce url("../images/ui/ui-bg_glass_100_fdf5ce_1x400.png") 50% 50% repeat-x;
  font-weight: bold;
  color: #c77405;
}
.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 {
  color: #c77405;
  text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #fbd850;
  background: #ffffff url("../images/ui/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
  font-weight: bold;
  color: #eb8f00;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #eb8f00;
  text-decoration: none;
}
/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fed22f;
  background: #ffe45c url("../images/ui/ui-bg_highlight-soft_75_ffe45c_1x100.png") 50% top repeat-x;
  color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #b81900 url("../images/ui/ui-bg_diagonals-thick_18_b81900_40x40.png") 50% 50% repeat;
  color: #ffffff;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #ffffff;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #ffffff;
}
.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/ui/ui-icons_222222_256x240.png");
}
.ui-widget-header .ui-icon {
  background-image: url("../images/ui/ui-icons_ffffff_256x240.png");
}
.ui-state-default .ui-icon {
  background-image: url("../images/ui/ui-icons_ef8c08_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url("../images/ui/ui-icons_ef8c08_256x240.png");
}
.ui-state-active .ui-icon {
  background-image: url("../images/ui/ui-icons_ef8c08_256x240.png");
}
.ui-state-highlight .ui-icon {
  background-image: url("../images/ui/ui-icons_228ef1_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("../images/ui/ui-icons_ffd27a_256x240.png");
}
/* positioning */
.ui-icon-blank {
  background-position: 16px 16px;
}
.ui-icon-carat-1-n {
  background-position: 0 0;
}
.ui-icon-carat-1-ne {
  background-position: -16px 0;
}
.ui-icon-carat-1-e {
  background-position: -32px 0;
}
.ui-icon-carat-1-se {
  background-position: -48px 0;
}
.ui-icon-carat-1-s {
  background-position: -64px 0;
}
.ui-icon-carat-1-sw {
  background-position: -80px 0;
}
.ui-icon-carat-1-w {
  background-position: -96px 0;
}
.ui-icon-carat-1-nw {
  background-position: -112px 0;
}
.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}
.ui-icon-carat-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: -64px -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: -64px -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: 0 -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: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 4px;
}
/* Overlays */
.ui-widget-overlay {
  background: #666666 url("../images/ui/ui-bg_diagonals-thick_20_666666_40x40.png") 50% 50% repeat;
  opacity: .5;
  filter: alpha(opacity=50);
  /* support: IE8 */
}
.ui-widget-shadow {
  margin: -5px 0 0 -5px;
  padding: 5px;
  background: #000000 url("../images/ui/ui-bg_flat_10_000000_40x100.png") 50% 50% repeat-x;
  opacity: .2;
  filter: alpha(opacity=20);
  /* support: IE8 */
  border-radius: 5px;
}
/* webfont */
@font-face {
  font-family: 'MalgunGothic';
  src: url('../font/malgungothic.eot');
  src: url('../font/malgungothic.eot?#iefix') format('embedded-opentype'), url('../font/malgungothic.woff') format('woff'), url('../font/malgungothic.ttf') format('truetype'), url('../font/malgungothic.svg#MalgunGothic') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Nanum Gothic';
  src: url('../font/NanumGothic.eot');
  src: url('../font/NanumGothic.eot?#iefix') format('embedded-opentype'), url('../font/NanumGothic.woff') format('woff'), url('../font/NanumGothic.svg#NanumGothic') format('svg');
  font-weight: normal;
  font-style: normal;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
}
html {
  width: 100%;
  height: 100%;
}
body {
  line-height: 1;
  font-size: 15px;
  font-family: "Nanum Gothic", "나눔고딕", "Malgun Gothic", "맑은고딕", Dotum, "돋음", "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 100%;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  vertical-align: top;
}
ol,
li {
  list-style: none;
}
input {
  margin: 0;
  vertical-align: middle;
  border: solid 1px #ccc;
}
input[type="checkbox"] {
  width: 14px;
  height: 14px;
  border: none;
}
input[type="radio"] {
  width: 14px;
  height: 14px;
  border: none;
}
select {
  margin: 0;
  vertical-align: middle;
  border: solid 1px #ccc;
}
option {
  border: solid 1px #ccc;
  margin: 0;
}
label {
  margin: 0;
  font-weight: normal;
  vertical-align: middle;
}
textarea {
  margin: 0;
  border: solid 1px #ccc;
}
button {
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
a {
  color: #666;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
.gray_01 {
  color: #333;
}
.gray_02 {
  color: #666;
}
.gray_03 {
  color: #999;
}
.black_01 {
  color: #000;
}
.red_01 {
  color: #da2128;
}
.red_02 {
  color: #fc4732;
}
.orange {
  color: #f07d00;
}
.blue {
  color: #5d9ad3;
}
.blue_02 {
  color: #005ea1;
}
.brown_01 {
  color: #cc6600;
}
.white_01 {
  color: #fff;
}
.font_12 {
  font-size: 12px;
}
.font_13 {
  font-size: 13px;
}
.font_14 {
  font-size: 14px;
}
.font_15 {
  font-size: 15px;
}
.font_16 {
  font-size: 16px;
}
.font_18 {
  font-size: 18px;
}
.font_20 {
  font-size: 20px;
}
.font_22 {
  font-size: 22px;
}
.font_24 {
  font-size: 24px;
}
.font_25 {
  font-size: 25px;
}
.font_30 {
  font-size: 30px;
}
.font_36 {
  font-size: 36px;
}
.font_55 {
  font-size: 55px;
}
.bold {
  font-weight: bold;
}
.normal {
  font-weight: normal;
}
.letter_01 {
  letter-spacing: -1px;
}
.letter_02 {
  letter-spacing: -2px;
}
.mt_05 {
  margin-top: 05px;
}
.mt_10 {
  margin-top: 10px;
}
.mt_09 {
  margin-top: 9px;
}
.mt_15 {
  margin-top: 15px;
}
.mt_20 {
  margin-top: 20px;
}
.mt_30 {
  margin-top: 30px;
}
.mt_36 {
  margin-top: 36px;
}
.mt_40 {
  margin-top: 40px;
}
.mt_50 {
  margin-top: 50px;
}
.mt_60 {
  margin-top: 60px;
}
.mt_70 {
  margin-top: 70px;
}
.mt_80 {
  margin-top: 80px;
}
.mt_90 {
  margin-top: 90px;
}
.mt_100 {
  margin-top: 100px;
}
.mt_120 {
  margin-top: 120px;
}
.mt_350 {
  margin-top: 350px;
}
.ml_05 {
  margin-left: 5px;
}
.ml_10 {
  margin-left: 10px;
}
.ml_15 {
  margin-left: 15px;
}
.ml_20 {
  margin-left: 20px;
}
.ml_30 {
  margin-left: 30px;
}
.ml_35 {
  margin-left: 35px;
}
.ml_40 {
  margin-left: 40px;
}
.ml_50 {
  margin-left: 50px;
}
.ml_70 {
  margin-left: 70px;
}
.ml_100 {
  margin-left: 100px;
}
.ml_130 {
  margin-left: 130px;
}
.mr_05 {
  margin-right: 5px;
}
.mr_10 {
  margin-right: 10px;
}
.mr_15 {
  margin-right: 15px;
}
.mr_20 {
  margin-right: 20px;
}
.mr_30 {
  margin-right: 30px;
}
.pt_30 {
  padding-top: 30px;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
.clear {
  clear: both;
}
.hidden {
  position: absolute;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  background: none;
}
caption {
  position: absolute;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  background: none;
}
.line_10 {
  line-height: 1;
}
.line_12 {
  line-height: 1.2;
}
.line_14 {
  line-height: 1.4;
}
.line_15 {
  line-height: 1.5;
}
.letter_20 {
  letter-spacing: -2px;
}
.letter_40 {
  letter-spacing: -4px;
}
.letter_07 {
  letter-spacing: -0.7px;
}
.left {
  float: left;
}
.right {
  float: right;
}
.text_center {
  text-align: center;
}
.text_left {
  text-align: left;
}
.text_right {
  text-align: right;
}
.text_line {
  text-decoration: underline;
}
.star {
  color: #da0016;
  vertical-align: middle;
}
.ver_middle {
  vertical-align: middle;
}
.ver_top {
  vertical-align: top;
}
.w_360 {
  width: 360px;
}
.w_400 {
  width: 400px;
}
.posi_r {
  position: relative;
}
.dis_inline {
  display: inline;
}
.dis_block {
  display: block;
}
.dis_inblock {
  display: inline-block;
}
/*비디오 버튼 위치 */
.vjs-default-skin .vjs-big-play-button {
  left: 180px;
  top: 122px;
}
ul.skip li a {
  text-indent: -9999px;
  font-size: 0;
  height: 0;
  position: absolute;
  top: 0;
}
ul.skip li a:focus {
  text-indent: 0;
  font-size: 14px;
  width: 100%;
  height: 30px;
  background-color: #fc4732;
  color: #fff;
  text-align: center;
  padding-top: 10px;
  z-index: 999;
}
.wrapper {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  zoom: 1;
}
.wrapper:before,
.wrapper:after {
  content: " ";
  display: table;
}
.wrapper:after {
  clear: both;
}
.header {
  width: 100%;
  position: relative;
}
.header.subpage {
  width: 100%;
  position: relative;
  height: 30px;
  border-bottom: solid 1px #eae9e8;
}
.m-visual {
  position: relative;
  z-index: 1;
  width: 100%;
}
.main {
  width: 100%;
  position: relative;
  z-index: 1;
  zoom: 1;
  background: #fff;
}
.main:before,
.main:after {
  content: " ";
  display: table;
}
.main:after {
  clear: both;
}
.main.subpage {
  margin-top: 0;
}
.sidebar {
  float: left;
  width: 240px;
  margin-top: -39px;
}
.sidebar-02 {
  float: left;
  width: 230px;
  margin-top: 40px;
}
.contents {
  float: right;
  width: 1200px;
  margin-top: 50px;
}
/* 최상단 메뉴 */
.header-top {
  width: 100%;
  background-color: #edeeef;
}
.header-top .header-box {
  float: right;
}
.header-top .header-box li {
  float: left;
  height: 32px;
}
.header-top .header-box li a {
  display: inline-block;
  padding: 10px 13px;
  font-size: 12px;
  color: #333;
}
.header-top .header-box .list-01,
.header-top .header-box .list-02,
.header-top .header-box .list-03 {
  background-color: #d6d7d8;
  color: #333;
  border-left: solid 1px #868686;
}
.header-top .header-box .list-01 {
  border-left: none;
  background-color: #d6d7d8;
}
.header-top .header-box .list-02,
.header-top .header-box .list-03 {
  background-color: #d6d7d8;
  border-left: solid 1px #cbcbcb;
}
.header-top .header-box .list-04 {
  width: 45px;
  height: 32px;
  padding: 0;
  color: #fff;
  background-color: #da2128;
  background-image: url('../images/main/header-icon-01.png');
  background-position: center center;
  background-repeat: no-repeat;
}
.header-top .header-box .list-05 {
  width: 45px;
  height: 32px;
  padding: 0;
  color: #fff;
  background-color: #da2128;
  background-image: url('../images/main/header-icon-02.png');
  background-position: center center;
  background-repeat: no-repeat;
  border-left: solid 1px #e8777b;
}
.header-top .header-box .list-06 {
  background-color: #fff;
}
/* 메인 비쥬얼 */
.visual-box-01 {
  position: relative;
}
.m-visual-01 {
  height: 730px;
  background: url('../images/main/m-visual-01.jpg') no-repeat center 0;
}
.m-visual .txt-box {
  position: absolute;
  bottom: -25px;
  right: 0;
  font-size: 18px;
  font-weight: bold;
}
/* 메인 비쥬얼 슬라이드*/
.m-visual .bx-wrapper .bx-viewport {
  overflow: visible;
}
.m-visual .bx-wrapper .bx-viewport .bxslider li {
  width: 100%;
  height: 530px;
}
.m-visual .bx-wrapper .bx-controls {
  width: 100px;
  position: relative;
  z-index: 9999;
}
.m-visual .bx-wrapper .bx-has-controls-auto.bx-has-pager .bx-pager {
  position: absolute;
  width: 150px;
  top: -50px;
  left: 660px;
  height: 40px;
  text-align: right;
  padding-top: 0;
}
.m-visual .bx-wrapper .bx-pager {
  position: absolute;
  left: 20px;
  bottom: -24px;
  font-size: 15px;
  font-weight: normal;
  text-align: left;
}
.m-visual .bx-wrapper .bx-pager.bx-default-pager a {
  width: 16px;
  height: 16px;
  text-indent: -9999px;
  background: #fff;
  border-radius: 0;
  font-size: 0;
}
.m-visual .bx-wrapper .bx-pager.bx-default-pager a.active {
  text-indent: -9999px;
  background: #3541b9;
  border-radius: 0;
}
.m-visual .bx-wrapper .bx-controls-direction {
  position: relative;
  width: 85px;
}
.m-visual .bx-wrapper .bx-controls-direction .bx-prev {
  top: 27px;
  left: 0;
  width: 6px;
  height: 11px;
  background: url('../images/control-prev.gif') 0 0 no-repeat;
}
.m-visual .bx-wrapper .bx-controls-direction .bx-next {
  top: 27px;
  right: 0;
  width: 6px;
  height: 11px;
  background: url('../images/control-next.gif') 0 0 no-repeat;
}
.m-visual .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  width: 70px;
  height: 15px;
}
.m-visual .bx-wrapper .bx-controls-auto {
  width: 30px;
  height: 30px;
  position: absolute;
  top: -45px;
  left: 45%;
  text-align: left;
}
.m-visual .bx-wrapper .bx-controls-auto .bx-controls-auto-item .bx-start {
  width: 26px;
  height: 25px;
  background: url(../images/controls.png) -94px 0 no-repeat;
}
.m-visual .bx-wrapper .bx-controls-auto .bx-controls-auto-item .bx-start.active {
  background-position: -94px -27px;
}
.m-visual .bx-wrapper .bx-controls-auto .bx-controls-auto-item .bx-stop {
  width: 26px;
  height: 25px;
  background: url(../images/controls.png) -33px 0 no-repeat;
}
.m-visual .bx-wrapper .bx-controls-auto .bx-controls-auto-item .bx-stop.active {
  background-position: -33px -27px;
}
/* 메인 컨텐츠 */
/* 메인 리스트 박스 부분 */
.main-box {
  margin-top: 60px;
  line-height: 1.5;
}
.main-box .m-list-box {
  color: #8d9298;
}
.main-box .m-list-box .list-h {
  float: left;
  width: 25%;
}
.main-box .m-list-box .list-h .list-a-box {
  display: block;
  height: 280px;
}
.main-box .m-list-box .list-con {
  padding: 40px 40px 10px 40px;
}
.main-box .m-list-box .list-con li {
  width: 100%;
  text-align: left;
}
.main-box .m-list-box .border-box {
  border: solid 1px #ddd;
  height: 278px;
}
.main-box .m-list-box .list-01 {
  background-image: url('../images/main/m-icon-01.png');
  background-repeat: no-repeat;
  background-position: center 120px;
  background-color: #ec3b4b;
}
.main-box .m-list-box .list-01 ul {
  margin-top: 130px;
}
.main-box .m-list-box .list-02 {
  background-image: url('../images/main/m-icon-02.png');
  background-repeat: no-repeat;
  background-position: center 120px;
  background-color: #152137;
  color: #fff;
}
.main-box .m-list-box .list-02 ul {
  margin-top: 115px;
}
.main-box .m-list-box .list-02 a {
  color: #fff;
}
.main-box .m-list-box .list-03 {
  font-size: 13px;
  background-repeat: no-repeat;
  background-position: center 75px;
  background-color: #e1e1e1;
}
.main-box .m-list-box .list-03 ul {
  margin-top: 10px;
}
.main-box .m-list-box .list-03 a {
  display: block;
}
.main-box .m-list-box .list-04 {
  background-image: url('../images/main/m-icon-03.png');
  background-repeat: no-repeat;
  background-position: center 120px;
  background-color: #fff;
  color: #666;
}
.main-box .m-list-box .black-title {
  position: relative;
  color: #222;
  font-size: 24px;
  font-weight: normal;
}
.main-box .m-list-box .black-title .bd-line-black {
  display: inline-block;
  position: absolute;
  top: -8px;
  left: 46%;
  width: 22px;
  height: 2px;
  background-color: #222;
}
.main-box .m-list-box .white-title {
  position: relative;
  color: #fff;
  font-size: 24px;
  font-weight: normal;
}
.main-box .m-list-box .white-title .bd-line-white {
  display: inline-block;
  position: absolute;
  top: -8px;
  left: 46%;
  width: 22px;
  height: 2px;
  background-color: #fff;
}
.main-box .m-list-box .white-title {
  color: #fff;
  font-size: 24px;
}
.main-box .m-list-box .shares-table-m {
  width: 100%;
  font-size: 12px;
  color: #777;
  border-bottom: solid 1px #cecbbf;
}
.main-box .m-list-box .shares-table-m th,
.main-box .m-list-box .shares-table-m td {
  padding: 5px 0;
  text-align: left;
  border-top: solid 1px #cecbbf;
}
.main-box .m-list-box .m-notice-box {
  font-size: 13px;
}
.main-box .m-list-box .m-notice-box li {
  margin-bottom: 10px;
}
.main-box .m-list-box .m-notice-box dt {
  color: #555;
}
.main-box .m-list-box .m-notice-box dd {
  margin-top: 3px;
  color: #999;
  font-size: 12px;
}
/* 상단팝업 */
.main-pop-box {
  display: block;
  position: relative;
  width: 100%;
  background-color: #e7f0f9;
  overflow: hidden;
  border-bottom: solid 1px #3888bd;
}
.main-pop-box .banner-con {
  position: relative;
  height: 100%;
}
.main-pop-box .banner-left {
  height: 100%;
}
.main-pop-box .banner-left img {
  width: 890px;
}
.main-pop-box .banner-posi {
  position: absolute;
  width: 200px;
  bottom: 10px;
  right: 0;
}
.main-pop-box .left-b {
  border-left: solid 1px #434343;
}
.main-pop-box .right-b {
  border-right: solid 1px #808080;
}
.close-txt {
  font-size: 14px;
  color: #333;
}
.black-s-btn {
  padding: 2px 8px;
  line-height: 1;
  font-size: 12px;
  background-color: #000;
  color: #fff;
  border-radius: 4px;
}
.black-s-btn:hover {
  background-color: #222;
  color: #fff;
}
.lnb-bottom-box {
  color: #666;
}
.lnb-bottom-box .lnb-bn-01 {
  padding: 20px 0;
}
.lnb-bottom-box .lnb-bn-02 {
  padding: 20px 0;
  border-top: solid 1px #d9d9d9;
}
.lnb-bottom-box .lnb-bn-03 {
  padding: 20px 0;
  border-top: solid 1px #d9d9d9;
}
.lnb-bottom-box .lnb-bn-04 {
  padding: 20px 0;
  border-top: solid 1px #d9d9d9;
}
.s-visual-box {
  width: 100%;
}
.s-visual-01 {
  height: 8px;
  background: url('../images/sub-top/s-visual-01.jpg') no-repeat center 0;
}
.s-visual-02 {
  background: url('../images/sub-top/s-visual-01.jpg') no-repeat center 0;
}
.s-visual-03 {
  background: url('../images/sub-top/s-visual-01.jpg') no-repeat center 0;
}
.s-visual-04 {
  background: url('../images/sub-top/s-visual-01.jpg') no-repeat center 0;
}
.s-visual-05 {
  background: url('../images/sub-top/s-visual-01.jpg') no-repeat center 0;
}
.s-visual-06 {
  background: url('../images/sub-top/s-visual-01.jpg') no-repeat center 0;
}
.s-visual-07 {
  background: url('../images/sub-top/s-visual-01.jpg') no-repeat center 0;
}
.s-visual-08 {
  background: url('../images/sub-top/s-visual-01.jpg') no-repeat center 0;
}
.s-visual-over {
  display: none;
}
.sub-title-box {
  position: relative;
  padding: 10px 0 10px 0;
}
.sub-title-box .sub-top-title {
  float: left;
}
.sub-title-box .sub-top-title .top-title {
  font-size: 36px;
  color: #333;
  font-weight: normal;
  letter-spacing: -2px;
}
.sub-title-box .man-img-posi {
  position: absolute;
  top: -113px;
  right: 140px;
  width: 124px;
  height: 180px;
  background: url('../images/man-top-img.png') no-repeat 0 0;
}
.sub-title-box .man-img-posi-02 {
  position: absolute;
  top: -113px;
  right: 140px;
  width: 124px;
  height: 180px;
  background: url('../images/man-top-img-02.png') no-repeat 0 0;
}
.bread-box {
  font-size: 14px;
  padding: 20px 0;
}
.bread-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
  zoom: 1;
}
.bread-box ul:before,
.bread-box ul:after {
  content: " ";
  display: table;
}
.bread-box ul:after {
  clear: both;
}
.bread-box ul li {
  float: left;
}
.bread-box ul li a {
  float: left;
  display: block;
  padding: 0 20px 0 20px;
  color: #666;
  font-size: 13px;
  background: url('../images/icon/bc-right.png') no-repeat right center;
}
.bread-box ul li a.on,
.bread-box ul li a:hover {
  color: #666;
}
.bread-box ul li a .icon-home {
  display: inline-block;
  width: 13px;
  height: 15px;
  margin-right: 10px;
  background: url('../images/icon/icon-home.png') no-repeat;
  vertical-align: middle;
}
.bread-box ul li.frist a {
  padding-left: 0;
}
.bread-box ul li.last a {
  background: none;
  padding-right: 0;
}
/* 버튼 부분 */
.table-btn-01 {
  display: inline-block;
  padding: 4px 10px 5px 10px;
  color: #fff;
  background-color: #666;
  font-size: 13px;
  vertical-align: middle;
}
.btn-type-01 {
  display: inline-block;
  padding: 7px 20px;
  color: #fff;
  background-color: #545454;
  border: solid 1px #040404;
}
.btn-type-02 {
  display: inline-block;
  padding: 7px 20px;
  color: #fff;
  background-color: #7d7d7d;
}
/* input, select, textarea 가로값 */
.input-type-01 {
  padding: 5px;
  width: 170px;
}
.input-type-02 {
  padding: 5px;
  width: 70px;
}
.input-type-03 {
  padding: 5px;
  width: 150px;
}
.input-type-04 {
  padding: 5px;
  width: 90%;
}
.text-type-01 {
  padding: 15px;
  width: 96%;
  height: 120px;
  overflow-y: auto;
}
/* 테스트 */
.input-test-01 {
  padding: 5px;
  width: 73%;
}
.input-test-02 {
  padding: 5px;
  width: 56%;
}
.input-posi {
  position: relative;
}
/* 라벨 값 */
.label-box {
  display: inline-block;
  position: relative;
}
.label-type-01 {
  position: absolute;
  top: 0;
  left: 0;
}
/* 탭키 스타일 */
.tab-wrap {
  position: relative;
}
.tab-wrap .tab {
  margin: 0;
  padding: 0;
  zoom: 1;
  list-style: none;
}
.tab-wrap .tab:before,
.tab-wrap .tab:after {
  content: " ";
  display: table;
}
.tab-wrap .tab:after {
  clear: both;
}
.tab-wrap .tab li {
  float: left;
}
.tab-wrap .tab li a {
  display: block;
  float: left;
  text-decoration: none;
}
.tab-wrap.tab-movie .tab-content {
  display: none;
}
.tab-wrap.wook-tab-01 .tab {
  position: relative;
  z-index: 1;
  border-bottom: 1px solid #fc4732;
  margin-bottom: 10px;
}
.tab-wrap.wook-tab-01 .tab.margin_0 {
  margin-bottom: 0;
}
.tab-wrap.wook-tab-01 .tab li {
  margin-right: 2px;
}
.tab-wrap.wook-tab-01 .tab li a {
  position: relative;
  z-index: 2;
  font-size: 14px;
  padding: 6px 20px;
  color: #333;
  background-color: #eee;
  border-bottom: 0 none;
  font-weight: bold;
  border-top: solid 1px #eee;
  border-left: solid 1px #eee;
  border-right: solid 1px #eee;
}
.tab-wrap.wook-tab-01 .tab li a.active {
  margin-bottom: -1px;
  color: #fff;
  font-weight: bold;
  background-color: #fc4732;
  border-top: solid 1px #fc4732;
  border-left: solid 1px #fc4732;
  border-right: solid 1px #fc4732;
}
.tab-wrap.wook-tab-01 .tab li a.active:hover {
  background-color: #f71d04;
}
.tab-wrap.wook-tab-01 .tab li a:hover {
  background-color: #d5d5d5;
}
.tab-wrap.wook-tab-01 .tab li a.tab-pad-01 {
  padding: 10px 0;
  width: 133px;
  text-align: center;
}
.tab-wrap.wook-tab-01 .tab li a.tab-w-01 {
  width: 134px;
}
/* 게시판 스타일 */
.table-type-01 {
  width: 100%;
  border-top: solid 1px #666;
  border-bottom: solid 1px #666;
}
.table-type-01 th,
.table-type-01 td {
  padding: 10px 8px;
}
.table-type-01 th {
  color: #333;
  border-bottom: solid 2px #666;
}
.table-type-01 td {
  border-top: solid 1px #ddd;
}
.table-type-01 .text_left {
  text-align: left;
}
.table-type-01 .notice-b {
  display: inline-block;
  padding: 2px 8px;
  background-color: #489fc4;
  color: #fff;
  font-size: 12px;
  border-radius: 10px;
}
.table-type-01 a {
  display: inline-block;
}
.table-type-01 .lock {
  display: inline-block;
  margin-left: 5px;
  width: 11px;
  height: 14px;
  vertical-align: middle;
  background: url('../images/icon/lock.gif') no-repeat 0 0;
}
.table-type-01 .t-color-01 {
  color: #da2128;
}
.table-type-01 .t-color-02 {
  color: #ff9900;
}
.table-type-01 .t-color-03 {
  color: #006699;
}
.table-type-01 .t-color-04 {
  color: #336600;
}
.table-type-01 .t-color-05 {
  color: #333;
}
.table-type-01.black-line {
  border-top: solid 1px #7d7d7d;
  border-bottom: solid 1px #7d7d7d;
}
.table-type-01.black-line th {
  border-bottom: solid 2px #7d7d7d;
}
.mobile-table {
  display: none;
}
/* 게시판 보기 스타일 */
.table-view-01 {
  width: 100%;
  border-top: solid 1px #666;
  border-bottom: solid 1px #666;
}
.table-view-01 tr:first-child th,
.table-view-01 tr:first-child td {
  border-top: none;
}
.table-view-01 th,
.table-view-01 td {
  padding: 10px 8px;
  border-top: solid 1px #ddd;
}
.table-view-01 th {
  color: #333;
  text-align: left;
}
.table-view-01 .blue {
  color: #5d9ad3;
}
.table-view-01 .text_left {
  text-align: left;
}
.table-view-01 .notice-b {
  display: inline-block;
  padding: 2px 8px;
  background-color: #489fc4;
  color: #fff;
  font-size: 12px;
  border-radius: 10px;
}
.table-view-01 .th-width {
  width: 70px;
}
/* 게시판 폼스타일 */
.table-form-01 {
  border-top: solid 1px #666;
  border-bottom: solid 1px #666;
  width: 100%;
}
.table-form-01 tr:first-child th,
.table-form-01 tr:first-child td {
  border-top: none;
}
.table-form-01 th,
.table-form-01 td {
  border-top: solid 1px #ddd;
  padding: 10px 8px;
}
.table-form-01 th {
  color: #333;
  text-align: left;
}
.table-form-01 th label {
  font-weight: bold;
}
/* 게시판 하단 숫자버튼 */
.paging-area.mt_10 {
  margin-top: 10px;
}
.paging-area {
  position: relative;
  margin-top: 30px;
}
.paging-area ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.paging-area ul li {
  display: inline;
  margin-left: 5px;
  padding: 0;
}
.paging-area ul li a {
  display: inline-block;
  width: 35px;
  height: 23px;
  padding: 6px 0;
  color: #666;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url('../images/paging/paging.png');
}
.paging-area ul li a:hover {
  background-color: #fff;
  color: #666;
  text-decoration: none;
}
.paging-area ul li a.active {
  background-color: #999;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
.paging-area ul li a.prev-first {
  background-image: url('../images/paging/prev-first.png');
}
.paging-area ul li a.prev {
  background-image: url('../images/paging/prev.png');
}
.paging-area ul li a.next-last {
  background-image: url('../images/paging/next-last.png');
}
.paging-area ul li a.next {
  background-image: url('../images/paging/next.png');
}
.paging-area ul li a span {
  display: inline-block;
  text-indent: -9999px;
}
/* 게시판 하단 검색 */
.board-search-01 {
  margin-top: 30px;
  padding: 20px;
  text-align: center;
  font-size: 14px;
  background-color: #ededed;
}
.board-search-01 select {
  border: solid 1px #a1a1a1;
  background-color: #fff;
}
.board-search-01 input {
  border: solid 1px #a1a1a1;
  background-color: #fff;
}
.board-search-01 .select-type-01 {
  width: 80px;
  padding: 4px 0;
}
.board-search-01 .input-type-01 {
  padding: 5px;
  width: 33%;
}
.board-search-01 .btn {
  display: inline-block;
  vertical-align: middle;
  padding: 4px 10px 6px 10px;
}
.board-search-01 .btn-color-01 {
  width: 68px;
  color: #fff;
  background-color: #555555;
}
/* 게시판 리스트 스타일 */
.border-list-type {
  border-top: solid 1px #a9a9a9;
  border-bottom: solid 1px #a9a9a9;
  font-size: 14px;
}
.border-list-type li {
  background-color: #fff;
  border-bottom: solid 1px #c7c7c7;
}
.border-list-type li a {
  display: block;
  padding: 10px 10px;
}
.border-list-type li a .list-title {
  font-weight: bold;
  color: #333;
}
.border-list-type li a .list-up-bg {
  width: 60px;
  padding-left: 20px;
  color: #222;
  background: url('../images/icon/list-prev.gif') no-repeat 0 6px;
}
.border-list-type li a .list-down-bg {
  width: 60px;
  padding-left: 20px;
  color: #222;
  background: url('../images/icon/list-next.gif') no-repeat 0 6px;
}
.border-list-type li a .w-con {
  width: 70%;
}
.border-list-type .border-none {
  border-bottom: none;
}
.txt-board-box {
  padding: 10px 5px;
}
.txt-board-box img {
  max-width: 1000px;
}
/* faq 부분 */
.faq-top {
  padding: 30px 0;
  font-size: 15px;
}
.faq-box {
  border-top: solid 1px #da2128;
  border-bottom: solid 1px #da2128;
}
.faq-box dt,
.faq-box dd {
  border-top: solid 1px #dddddd;
}
.faq-box .faq-list .list-li:first-child dt {
  border-top: none;
}
.faq-box a {
  color: #666;
}
.faq-box .faq-title-bg {
  background: url('../images/icon/q-icon.gif') no-repeat 5px 13px;
}
.faq-box .faq-link {
  width: 670px;
  display: inline-block;
  padding: 10px 10px 10px 40px;
  color: #666;
  font-size: 14px;
}
.faq-box .selected {
  color: #333;
  font-weight: bold;
}
.faq-box .faq-con {
  display: none;
  padding: 15px 10px 15px 40px;
  color: #666;
  line-height: 1.7;
  background: url('../images/icon/a-icon.gif') no-repeat 5px 17px #f6f6f6;
}
.faq-box .type-a {
  display: inline-block;
  margin-right: 10px;
  padding: 2px 10px;
  color: #fff;
  font-size: 12px;
  border-radius: 4px;
}
.faq-box .color-a {
  background-color: #5a4e42;
}
.bollet-01 {
  padding-left: 8px;
  background: url('../images/icon/bollet-01.gif') no-repeat 0 10px;
}
/* 본문 */
.sub-contents {
  width: 100%;
  position: relative;
  padding-bottom: 80px;
  border-bottom: solid 1px #ddd;
}
.sub-con {
  position: relative;
  line-height: 1.5;
  color: #666;
  font-size: 15px;
}
.sub-con-margin {
  margin-top: 50px;
}
.sub-con-padding {
  padding-top: 30px;
}
.con-margin {
  margin-top: 50px;
}
.s-title-01 {
  position: relative;
  color: #333;
  font-size: 1.285714em;
  font-weight: bold;
}
.s-title-01 .line-top {
  display: block;
  width: 34px;
  height: 2px;
  position: absolute;
  top: -7px;
  left: 0;
  background-color: #115aa3;
}
.s-red-title {
  color: #ec3b4b;
  font-weight: bold;
  font-size: 1em;
}
.s-big-title {
  font-size: 1.714285em;
  font-weight: bold;
  color: #333;
}
.red-title-01 {
  font-size: 18px;
  color: #da2128;
  font-weight: normal;
}
.list-txt-bollet li {
  padding-left: 15px;
  background: url('../images/txt-bollet.gif') no-repeat 0 6px;
}
.txt-bollet-01 {
  padding-left: 15px;
  background: url('../images/txt-bollet.gif') no-repeat 0 6px;
}
.txt-bollet-02 {
  padding-left: 20px;
  background: url('../images/txt-bollet-b.gif') no-repeat 0 3px;
}
.gray-bollet-li li {
  padding-left: 8px;
  background: url('../images/icon/gray-bollet.png') no-repeat 0 9px;
}
.white-bollet-li li {
  padding-left: 8px;
  background: url('../images/icon/white-bollet.png') no-repeat 0 9px;
}
/* 컨텐츠 화면크기 변화*/
.web-con {
  display: block;
}
.mobile-con {
  display: none;
}
/* 테이블 화면크기 변화*/
.web-td-con {
  display: table-cell;
}
/* 이미지 변화 */
.web-img {
  display: block;
}
.web-img-640 {
  display: none;
}
.web-img-320 {
  display: none;
}
/* 소개 */
.news-line-bg {
  height: 15px;
  background: url('../images/introduction/intro-bg-line.gif') repeat-x 0 0;
}
.news-line-box {
  padding: 50px 0 20px 0;
}
.news-line-box li {
  float: left;
  margin-bottom: 20px;
  padding: 0 10px;
}
/* 갤러리 게시판 */
.gallery-board-01 .gallery-list li {
  width: 31.3%;
  padding: 10px 1%;
  float: left;
}
.gallery-board-01 .gallery-list li a {
  display: block;
  position: relative;
}
.gallery-board-01 .gallery-list li a img {
  width: 100%;
}
.gallery-board-01 .gallery-list li .gallery-txt-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 96%;
  padding: 10px 2%;
  background: url('../images/gallery-txt-bg.png') repeat 0 0;
  text-align: center;
  color: #fff;
}
/* 달력폼 */
.calendar-table-type {
  width: 100%;
  text-align: left;
  border-bottom: solid 1px #c4c4c4;
}
.calendar-table-type thead th {
  padding: 10px 0;
  color: #333;
  font-weight: bold;
  text-align: center;
  border-top: solid 1px #da2128;
  border-bottom: solid 2px #da2128;
}
.calendar-table-type tbody td {
  height: 86px;
  padding: 10px 5px;
  border: solid 1px #c4c4c4;
  vertical-align: top;
}
.calendar-table-type tbody td.holiday {
  color: #fe0101;
}
.calendar-table-type tbody td.satday {
  color: #125ba2;
}
.calendar-table-type tbody td.colorbg {
  background-color: #e6f0f9;
}
.calendar-table-type tbody tr.border-none td {
  border-bottom: none;
}
.calendar-table-type a {
  display: inline-block;
}
.calendar-num-txt {
  font-size: 40px;
  font-weight: bold;
  color: #333;
  letter-spacing: -3px;
  vertical-align: middle;
}
.calendar-btn-box {
  text-align: center;
}
.calendar-btn-box li {
  display: inline-block;
  padding: 0 10px;
}
.calendar-btn-box li img {
  vertical-align: middle;
}
.calendar-list-box .calendar-prev-list {
  width: 49%;
  float: left;
}
.calendar-list-box .calendar-next-list {
  width: 49%;
  margin-left: 2%;
  float: left;
}
/* 필름 갤러리 */
.film-list-box .film-list li:first-child {
  margin-top: 0;
}
.film-list-box .film-list li {
  margin-top: 50px;
}
.film-list-box .film-list li a {
  position: relative;
  display: block;
}
.film-list-box .film-list li .txt-box {
  position: absolute;
  top: 0;
  right: 0;
  padding: 2%;
  width: 25%;
  height: 86%;
  background: url('../images/sub/opa-bg-01.png') repeat 0 0;
}
.film-list-box .film-list li .dt-title {
  font-size: 1.214285em;
  color: #fff;
}
.film-list-box .film-list li .pr-con {
  padding-right: 10px;
  text-align: right;
}
.film-list-box .film-list li .txt-list {
  text-align: right;
}
.film-list-box .film-list li .txt-list li:first-child {
  padding-left: 0;
  background: none;
}
.film-list-box .film-list li .txt-list li {
  display: inline-block;
  padding: 0 10px;
  margin-top: 0;
  background: url('../images/sub/opa-bar-01.png') no-repeat left center;
}
/* 필름 갤러리 보기 */
.view-big-box {
  padding: 30px 0;
  border-top: solid 1px #333;
  border-bottom: solid 1px #333;
}
.view-big-box .view-box .view-left {
  width: 45%;
  float: left;
}
.view-big-box .view-box .view-right {
  width: 53%;
  margin-left: 2%;
  float: right;
}
.view-big-box .view-box .view-dl-box dt {
  float: left;
  width: 140px;
}
.view-big-box .view-box .view-dl-box dd {
  float: none;
  overflow: hidden;
}
.view-bottom-box li {
  padding: 30px 0;
  border-bottom: solid 1px #ddd;
}
.view-bottom-box li li {
  padding: 0;
  border-bottom: none;
}
.pro-slide-box {
  width: 70%;
  margin: 20px auto 0;
}
/* 제품형 슬라이드 css*/
.pro-slide-box .pgwSlideshow {
  background-color: #fff;
}
.pro-slide-box .pgwSlideshow .ps-current > ul > li img {
  width: 100%;
}
.pro-slide-box .ps-list {
  background-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-top: none;
}
.pro-slide-box .ps-list li .ps-item.ps-selected {
  border: solid 2px #333;
}
.pro-slide-box .ps-list li .ps-item.ps-selected img {
  max-width: none;
  margin: -2px;
}
/* company */
.company-bg {
  padding-right: 350px;
  background-image: url('../images/sub/company-bg.gif');
  background-position: right 0;
  background-repeat: no-repeat;
}
/* 라이브러리 */
.year-list-box {
  padding: 10px 0;
  border-top: solid 1px #33353e;
  border-bottom: solid 1px #33353e;
}
.year-list-box .year-list li {
  float: left;
}
.year-list-box .year-list li a {
  display: block;
  padding: 6px 15px;
  font-weight: bold;
  color: #333;
  font-size: 1.142857em;
}
.year-list-box .year-list li a:hover {
  color: #d6241b;
}
.year-list-box .year-list li a.active {
  color: #d6241b;
}
.gallery-box {
  border-bottom: solid 1px #ddd;
}
.gallery-box li {
  float: left;
  width: 23%;
  margin: 15px 1%;
}
.gallery-box li a {
  display: block;
}
.gallery-box li .img-box img {
  width: 100%;
}
.gallery-box li .txt-box {
  text-align: center;
  height: 80px;
}
/* contact */
.map-txt-box .map-txt-list dt {
  float: left;
}
.map-txt-box .map-txt-list dd {
  float: none;
  overflow: hidden;
  padding-left: 10px;
}
@media all and (min-width: 320px) and (max-width: 639px) {
  body {
    font-size: 14px;
  }
  img {
    max-width: 100%;
  }
  .header,
  .m-visual,
  .main,
  .quick-wrapper,
  .footer {
    width: 100%;
  }
  .wrapper {
    width: 96%;
    padding: 0 2%;
  }
  /* 최상단 메뉴 */
  .header-top .header-box .last-li {
    display: none;
  }
  /* 틀고정 */
  .home {
    overflow: hidden;
  }
  .mobile-gnb-big .top-box {
    padding: 0 2%;
    border-bottom: none;
  }
  /*로고*/
  .logo {
    width: 120px;
    margin-top: 14px;
  }
  /* 네비 메뉴 */
  .header .header-bot .logo {
    left: 10px;
  }
  .nav-box {
    display: none;
  }
  .mobile-gnb-big {
    display: block;
  }
  /*검색 */
  .search-top-box {
    display: none;
    top: 20px;
    right: 80px;
  }
  /* 메인 비쥬얼*/
  .m-visual .visual-img {
    position: relative;
    max-width: 100%;
    left: 0;
    margin-left: 0;
  }
  .m-visual .bx-wrapper .bx-viewport .bxslider li {
    height: auto;
  }
  /* 메인 컨텐츠*/
  .main-box .m-list-box .list-h {
    width: 100%;
  }
  /* 푸터 */
  .footer .footer-logo {
    float: none;
    width: 120px;
  }
  .footer .footer-body {
    float: none;
  }
  .footer .footer-left {
    float: none;
    width: 100%;
  }
  .footer .footer-menu li a {
    padding: 0 4px;
  }
  /* 서브 레프트메뉴 */
  .lnb {
    display: none;
  }
  /* 서브 컨텐츠틀 */
  .bread-box {
    display: none;
  }
  .contents {
    width: 100%;
    float: none;
    margin-left: 0;
    margin-top: 30px;
  }
  .sub-con-margin {
    margin-top: 30px;
  }
  .man-img-posi {
    display: none;
  }
  .man-img-posi-02 {
    display: none;
  }
  /*breadcb 부분*/
  .location-wrap .location li a {
    padding: 0 10px;
  }
  /* 서브 화면 크기별로 변환*/
  .s-visual-box {
    display: none;
  }
  .s-visual-over {
    display: block;
    padding: 0 2%;
  }
  /* input, select, textarea 가로값 */
  .input-type-01 {
    padding: 5px;
    width: 70%;
  }
  .input-type-02 {
    padding: 5px;
    width: 26%;
  }
  .input-type-03 {
    padding: 5px;
    width: 60%;
  }
  .text-type-01 {
    padding: 15px;
    width: 90%;
    height: 200px;
    overflow-y: auto;
  }
  /* 서브 내용 시작 */
  .sub-con {
    font-size: 14px;
  }
  .sub-txt-01 {
    line-height: 1;
  }
  .con-margin {
    margin-top: 30px;
  }
  .sub-title-box .sub-top-title .top-title {
    font-size: 30px;
  }
  /* 컨텐츠 화면크기 변화*/
  .web-con {
    display: none;
  }
  .mobile-con {
    display: block;
  }
  /* 테이블 화면크기 변화*/
  .web-td-con {
    display: none;
  }
  /* 이미지 변화 */
  .web-img {
    display: none;
  }
  .web-img-640 {
    display: none;
  }
  .web-img-320 {
    display: block;
  }
  /* 가로 스크롤 */
  .m-scroll {
    width: 100%;
    overflow-x: scroll;
    padding-bottom: 15px;
  }
  .scroll-w {
    width: 640px;
  }
  /* 오시는 길 */
  .out-logo-box li {
    width: 50%;
  }
  /* pc 모바일 게시판 */
  .mobile-table {
    display: block;
  }
  .web-table {
    display: none;
  }
  .txt-board-box img {
    max-width: 100%;
  }
  /* 게시판 하단 번호 */
  .paging-area ul li a.prev-first {
    display: none;
  }
  .paging-area ul li a.next-last {
    display: none;
  }
  /* 필름 갤러리 */
  .film-list-box .film-list li .txt-box {
    position: relative;
    padding: 4% 3%;
    width: 94%;
    height: auto;
  }
  /* 필름 갤러리 보기 */
  .view-big-box .view-box .view-left {
    width: 100%;
    float: none;
  }
  .view-big-box .view-box .view-right {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
    float: none;
  }
  .pro-slide-box {
    width: 100%;
  }
  /* company */
  .company-bg {
    padding-bottom: 250px;
    padding-right: 0;
    background-position: bottom center;
    -webkit-background-size: 250px 250px;
            background-size: 250px;
  }
  /* 라이브러리 */
  .gallery-box li {
    width: 48%;
    margin: 15px 1%;
    text-align: center;
  }
}
@media all and (min-width: 640px) and (max-width: 1200px) {
  img {
    max-width: 100%;
  }
  .header,
  .m-visual,
  .main,
  .quick-wrapper,
  .footer {
    width: 100%;
  }
  .wrapper {
    width: 96%;
    padding: 0 2%;
  }
  /* 최상단 메뉴 */
  .header-top .header-box .last-li {
    display: none;
  }
  /* 틀고정 */
  .home {
    overflow: hidden;
  }
  .mobile-gnb-big .top-box {
    padding: 0 2%;
    border-bottom: none;
  }
  /*로고*/
  .logo {
    width: 120px;
    margin-top: 14px;
  }
  /* 네비 메뉴 */
  .nav-box {
    display: none;
  }
  .mobile-gnb-big {
    display: block;
  }
  /*검색 */
  .search-top-box {
    top: 20px;
    right: 80px;
  }
  /* 메인 비쥬얼*/
  .m-visual .visual-img {
    position: relative;
    max-width: 100%;
    left: 0;
    margin-left: 0;
  }
  .m-visual .bx-wrapper .bx-viewport .bxslider li {
    height: auto;
  }
  /* 메인 컨텐츠*/
  .main-box .m-list-box .list-h {
    width: 50%;
  }
  /* 푸터 */
  .footer .footer-logo {
    float: none;
    width: 120px;
  }
  .footer .footer-body {
    float: none;
  }
  .footer .footer-left {
    float: none;
    width: 100%;
  }
  /* 서브 레프트메뉴 */
  .lnb {
    display: none;
  }
  /* 서브 컨텐츠틀 */
  .bread-box {
    display: none;
  }
  .contents {
    width: 100%;
    float: none;
    margin-left: 0;
    margin-top: 30px;
  }
  .sub-con-margin {
    margin-top: 30px;
  }
  /* 서브 화면 크기별로 변환*/
  .s-visual-box {
    display: none;
  }
  .s-visual-over {
    display: block;
    padding: 0 2%;
  }
  /* 서브 내용 시작 */
  .sub-title-box .sub-top-title .top-title {
    font-size: 30px;
  }
  /* 컨텐츠 화면크기 변화*/
  .web-con {
    display: none;
  }
  .mobile-con {
    display: block;
  }
  /* 테이블 화면크기 변화*/
  .web-td-con {
    display: table-cell;
  }
  /* 이미지 변화 */
  .web-img {
    display: none;
  }
  .web-img-640 {
    display: block;
  }
  .web-img-320 {
    display: none;
  }
  .txt-board-box img {
    max-width: 100%;
  }
  /* 필름 갤러리 */
  .film-list-box .film-list li .txt-box {
    position: relative;
    padding: 4% 3%;
    width: 94%;
    height: auto;
  }
  /* 필름 갤러리 보기 */
  .view-big-box .view-box .view-left {
    width: 100%;
    float: none;
  }
  .view-big-box .view-box .view-right {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
    float: none;
  }
  .pro-slide-box {
    width: 80%;
  }
  /* company */
  .company-bg {
    padding-bottom: 350px;
    padding-right: 0;
    background-position: bottom center;
  }
  /* 라이브러리 */
  .gallery-box li {
    width: 48%;
    margin: 15px 1%;
    text-align: center;
  }
}
@media all and (max-width: 1024px) {
  /* 제품 상세보기 */
}
