/*! 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;
  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"] {
  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;
}
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*! 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
 */
/*
 * 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 {
  * {
    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;
  }
}
.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
 */
/** RESET AND LAYOUT */
.bx-wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0;
}
.ie7 .bx-wrapper {
  zoom: 1;
}
.bx-wrapper img {
  max-width: 100%;
}
/** THEME */
.bx-wrapper .bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}
/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(../images/bx_loader.gif) center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
}
.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;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url(../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;
}
.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 {
  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: 'Nanum Gothic';
  font-style: normal;
  font-weight: 400;
  src: url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Regular.eot);
  src: url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Regular.eot?#iefix) format('embedded-opentype'), url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Regular.woff2) format('woff2'), url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Regular.woff) format('woff'), url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 700;
  src: url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Bold.eot);
  src: url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Bold.eot?#iefix) format('embedded-opentype'), url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Bold.woff2) format('woff2'), url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Bold.woff) format('woff'), url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Bold.ttf) format('truetype');
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 800;
  src: url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-ExtraBold.eot);
  src: url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-ExtraBold.eot?#iefix) format('embedded-opentype'), url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-ExtraBold.woff2) format('woff2'), url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-ExtraBold.woff) format('woff'), url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-ExtraBold.ttf) format('truetype');
}
/*노토고딕*/
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 100;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff) format('woff'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 300;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff) format('woff'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 400;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff) format('woff'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 500;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff) format('woff'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 700;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff) format('woff'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.otf) format('opentype');
}
/*세팅*/
html,
body,
div,
span,
input,
select,
textarea,
button,
applet,
object,
iframe,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
strike,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
header,
section,
footer {
  border: 0;
  margin: 0;
  padding: 0;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
select,
textarea,
p,
blockquote,
th,
td,
legend,
button {
  margin: 0;
  padding: 0;
}
section,
nav,
header,
footer {
  display: block;
}
html {
  -webkit-font-smoothing: antialiased;
}
body,
html {
  margin: 0;
  padding: 0;
  /*overflow-x: hidden;*/
}
table {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
}
form,
fieldset,
img {
  border: 0 none;
}
ul,
ol,
li {
  list-style: none;
}
form {
  clear: both;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
html {
  width: 100%;
  height: 100%;
}
body {
  line-height: 1;
  font-size: 14px;
  font-family: "Noto Sans KR", "Nanum", "Nanum Gothic", "나눔고딕", "MalgunGothic", "맑은고딕", Dotum, "돋음", "Helvetica Neue", Helvetica, Arial, sans-serif;
  min-width: 1200px;
  width: 100%;
  color: #666;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  max-width: 100%;
  vertical-align: top;
}
ol,
li {
  list-style: none;
}
input {
  margin: 0px;
  padding: 10px;
  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;
}
input[type="image"] {
  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;
}
.black_01 {
  color: #000;
}
.red_01 {
  color: #da2128;
}
.red_02 {
  color: #fc4732;
}
.orange {
  color: #f07d00;
}
.blue_01 {
  color: #5d9ad3;
}
.blue_02 {
  color: #005ea1;
}
.blue_03 {
  color: #0095e6;
}
.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_48 {
  font-size: 48px;
}
.font_55 {
  font-size: 55px;
}
.bold {
  font-weight: bold !important;
}
.normal {
  font-weight: normal;
}
.letter_01 {
  letter-spacing: -1px;
}
.letter_02 {
  letter-spacing: -2px;
}
.dot-font {
  font-family: Dotum, "돋음";
}
.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;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  background: none;
}
.hidden-true {
  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;
  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;
}
.border-top-none {
  border-top: none !important;
}
/*비디오 버튼 위치 */
.vjs-default-skin .vjs-big-play-button {
  left: 180px;
  top: 122px;
}
.map-box iframe {
  vertical-align: top;
}
/* 바로가기 */
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;
}
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 60px;
  right: 10px;
  overflow: hidden;
  width: 62px;
  height: 62px;
  border: none;
  text-indent: 100%;
  background: url(../images/top-btn.png) no-repeat left top;
  z-index: 1;
}
#toTopHover {
  background: url(../images/top-btn.png) no-repeat left -40px;
  width: 62px;
  height: 62px;
  display: block;
  overflow: hidden;
  float: left;
}
#toTop:active,
#toTop:focus {
  outline: none;
}
/* 레이아웃 */
#header,
#contents,
#footer,
#quick {
  position: relative;
  width: 100%;
}
/* 컬러 변경 값 */
.color-style {
  color: #d0111a !important;
}
.color-style-bg {
  background-color: #d0111a !important;
}
.color-style-bg.active {
  background-color: #f02933 !important;
}
.color-style-border {
  border-color: #d0111a !important;
}
.color-hover:hover.color-hover-border {
  border-color: #e74850 !important;
}
.color-hover:hover .color-hover-bg {
  background-color: #e74850 !important;
}
.color-hover:hover .color-style-bg {
  background-color: #f02933 !important;
}
.color-2nd-box .main-all-box .tab li a.active {
  color: #27a396 !important;
}
.color-2nd-box .sub-wrapper .tab-wrap.wook-tab-01 .tab li a.active {
  background-color: #27a396 !important;
  border-left: solid 1px #27a396 !important;
  border-top: solid 1px #27a396 !important;
}
.color-2nd-box .paging-area ul li a.active {
  color: #27a396;
}
.color-2nd-box .more-link {
  color: #27a396 !important;
}
.color-2nd-box .tab-wrap.wook-tab-01 .tab li a.active {
  color: #fff;
  border-right: solid 1px #27a396 !important;
}
.color-2nd-box .sub-inner .sidebar-top ul li a:hover,
.color-2nd-box .sub-inner .sidebar-top ul li a.active {
  color: #fff;
  background-color: #27a396 !important;
}
.color-2nd-box .red {
  color: #3dd3c3  !important;
}
.color-2nd-box .title-red {
  color: #27a396;
}
.color-2nd-box .active a {
  color: #39baac !important;
  border-bottom: 1px solid #39baac !important;
}
.color-2nd-box .red-color {
  background-color: #30baac !important;
}
.color-2nd-box .color-style {
  color: #27a396 !important;
}
.color-2nd-box .color-style-bg {
  background-color: #27a396 !important;
}
.color-2nd-box .color-style-bg.active {
  background-color: #39baac !important;
}
.color-2nd-box .color-style-border {
  border-color: #27a396 !important;
}
.color-2nd-box .color-hover:hover.color-hover-border {
  border-color: #27a396 !important;
}
.color-2nd-box .color-hover:hover .color-hover-bg {
  background-color: #27a396 !important;
}
.color-2nd-box .color-hover:hover .color-style-bg {
  background-color: #39baac !important;
}
.color-2nd-box .color-style-tab .tab {
  border-color: #27a396 !important;
}
.color-2nd-box .color-style-tab .tab li .active {
  border-color: #27a396 !important;
  border-bottom: solid 1px #fff !important;
}
.color-2nd-box .color-hover-link a:hover {
  color: #27a396 !important;
  border-color: #27a396 !important;
}
.wrapper {
  position: relative;
  width: 1100px;
  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: 220px;
}
.sidebar-02 {
  float: left;
  width: 230px;
  margin-top: 40px;
}
#contents.contents {
  min-height: 600px;
}
/* 클리어 픽스 */
/* lnb */
.sub-inner .sidebar-top h2 {
  position: relative;
  z-index: 1;
  padding: 15px;
  background-color: #fff;
  border-bottom: solid 3px #222;
}
.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: 25px;
  letter-spacing: -2px;
  color: #222;
  font-weight: 500;
}
.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 #ddd;
}
.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;
}
.sub-inner .sidebar-top ul li {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  border-top: solid 1px #ddd;
}
.sub-inner .sidebar-top ul li a {
  display: block;
  padding: 11px 15px;
  color: #666;
  font-weight: bold;
  text-decoration: none;
  font-weight: 500;
  background-repeat: no-repeat;
  background-position: 200px center;
}
.sub-inner .sidebar-top ul li a.active {
  color: #fff;
  background-color: #d0111a;
  background-image: url('../images/icon/arrow-right-white.png');
}
.sub-inner .sidebar-top ul li a:hover {
  color: #fff;
  background-color: #d0111a;
  background-image: url('../images/icon/arrow-right-white.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;
}
.footer-menu-box {
  background-color: #7b7b7b;
}
.footer-menu-box .footer-menu {
  float: left;
  padding: 20px 0;
}
.footer-menu-box .footer-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  zoom: 1;
}
.footer-menu-box .footer-menu ul:before,
.footer-menu-box .footer-menu ul:after {
  content: " ";
  display: table;
}
.footer-menu-box .footer-menu ul:after {
  clear: both;
}
.footer-menu-box .footer-menu ul li {
  float: left;
}
.footer-menu-box .footer-menu ul li:first-child a {
  border-left: 0 none;
  padding-left: 0;
}
.footer-menu-box .footer-menu ul li a {
  display: block;
  float: left;
  padding: 0 20px;
  color: #fff;
  font-size: 13px;
  line-height: 1;
  font-weight: 300;
  border-left: 1px solid #a0a0a0;
}
.footer-menu-box .sns-menu {
  margin-top: 10px;
  float: right;
}
.footer-menu-box .sns-menu li:first-child {
  margin-left: 0;
}
.footer-menu-box .sns-menu li {
  float: left;
  margin-left: 5px;
}
.footer {
  width: 100%;
  padding: 35px 0;
  background-color: #f1f7fa;
  line-height: 1.5;
  border-top: solid 1px #dde0e5;
  zoom: 1;
}
.footer:before,
.footer:after {
  content: " ";
  display: table;
}
.footer:after {
  clear: both;
}
.footer .footer-logo {
  width: 147px;
  margin-top: 50px;
  margin-right: 60px;
  float: left;
}
.footer .footer-left {
  float: none;
  overflow: hidden;
  padding-right: 250px;
}
.footer .address {
  margin-top: 30px;
  font-size: 12px;
  color: #666;
  line-height: 1.8;
}
.footer .copyright {
  margin-top: 15px;
  font-size: 12px;
  color: #666;
}
.footer .footer-link-box {
  position: absolute;
  top: 0;
  right: 0;
}
.footer .footer-link-box li {
  float: left;
  margin-left: 10px;
}
.footer .footer-link-box li a {
  display: inline-block;
  padding: 5px;
  width: 80px;
  background-color: #a6a7a8;
  color: #fff;
  font-size: 13px;
  font-weight: 300;
  text-align: center;
}
/* 패밀리 */
.family-box {
  position: absolute;
  top: 0;
  right: 0;
}
.family-box .family-con {
  position: relative;
  width: 195px;
  height: 40px;
}
.family-box .title-box {
  position: relative;
  background: url('../images/family-bg.png') no-repeat 0 0;
}
.family-box .title-box a {
  display: inline-block;
  position: relative;
  padding: 10px 24px;
  width: 147px;
  height: 20px;
}
.family-box .title-box .semo {
  display: inline-block;
  width: 100%;
  height: 100%;
  background: url('../images/family-semo.png') no-repeat right center;
}
.family-box .family-con-js {
  display: none;
}
.family-box .menu-box {
  position: absolute;
  bottom: 39px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}
.family-box .menu-box ul {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.family-box .menu-box li {
  margin-bottom: -1px;
  background: url('../images/family-bg.png') no-repeat 0 0;
}
.family-box .menu-box li a {
  display: block;
  padding: 10px 24px 10px 24px;
  height: 20px;
  font-size: 13px;
}
.family-box .menu-box .flag-01 {
  padding: 10px 24px 10px 60px;
  background: url('../images/flag-01.gif') no-repeat 24px center;
}
.family-box .menu-box .flag-02 {
  padding: 10px 24px 10px 60px;
  background: url('../images/flag-02.gif') no-repeat 24px center;
}
/* 네비 */
.logo {
  float: left;
  width: 143px;
  margin-right: 130px;
}
.logo-video {
  display: none;
}
.logo-video-home .logo-video {
  display: block;
}
.logo-video-home .logo-book {
  display: none;
}
.nav-main {
  width: 100%;
}
.nav-main .nav-box {
  z-index: 10000;
}
.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 {
  position: relative;
  width: 100%;
  z-index: 99;
  background-color: #595757;
}
.gnb-box {
  float: left;
  width: 100%;
}
.gnb-box .gnb {
  position: relative;
  float: left;
  z-index: 9999;
  margin-top: 15px;
}
.gnb-box .gnb ul li:first-child a {
  border-left: none;
}
.gnb-box .gnb ul li {
  position: relative;
  float: left;
  margin: 0;
}
.gnb-box .gnb ul li a {
  display: inline-block;
  padding: 0 40px;
  font-size: 16px;
  color: #fff;
  font-weight: 300;
  text-decoration: none;
  text-align: center;
  border-left: solid 1px #838383;
}
.gnb-box .gnb ul li a:hover {
  color: #fff;
  text-decoration: none;
}
.gnb-box .gnb ul li .active {
  color: #fff;
}
.gnb-box .gnb ul li .depth02 {
  display: none;
  position: absolute;
  top: 68px;
  background-repeat: no-repeat;
}
.gnb-box .gnb ul li .depth02 ul li {
  float: left;
  margin-right: 0;
}
.gnb-box .gnb ul li .depth02 ul li a {
  font-size: 15px;
  color: #666;
  padding: 18px 10px;
  border-left: none;
  font-weight: normal;
  color: #fff;
}
.gnb-box .gnb ul li .depth02 ul li a:hover {
  color: #fff;
  text-decoration: underline;
}
.gnb-box .gnb ul li .gnb-posi-01 {
  left: -30px;
  width: 600px;
  background-position: 60px 0;
}
.gnb-box .gnb ul li .gnb-posi-02 {
  left: -30px;
  width: 400px;
  background-position: 60px 0;
}
.gnb-box .gnb ul li .gnb-posi-03 {
  left: -8px;
  width: 400px;
  background-position: 60px 0;
}
.gnb-box .gnb ul li .gnb-posi-04 {
  left: -50px;
  width: 300px;
  background-position: 110px 0;
}
.gnb-box .gnb ul li .gnb-posi-05 {
  left: -180px;
  width: 400px;
  background-position: 140px 0;
}
.gnb-box .gnb ul li .gnb-posi-06 {
  left: -240px;
  width: 400px;
  background-position: 260px 0;
}
.gnb-box .gnb ul li .gnb-posi-07 {
  left: -300px;
  width: 600px;
  background-position: 330px 0;
}
.gnb-box .gnb ul li .gnb-posi-08 {
  left: -320px;
  width: 420px;
  background-position: 344px 0;
}
.gnb-right-box {
  float: right;
}
.all-over-box {
  float: left;
}
.all-over-box .all-link {
  display: block;
  padding: 16px;
}
.all-nav-box {
  display: none;
  position: absolute;
  top: 48px;
  left: -1;
  width: 1040px;
  background-color: #fff;
  border: solid 1px #d0111a;
  z-index: 99;
}
.nav-bg {
  display: block;
  position: relative;
  width: 100%;
  background-color: #0095e6;
  z-index: 9;
}
.all-nav-box dt {
  display: inline-block;
  padding: 20px 0 20px 30px;
}
.all-nav-box .nav-box-top {
  padding: 30px;
  border-bottom: 1px solid #ddd;
}
.all-nav-box .nav-title {
  font-size: 18px;
  color: #000;
}
.all-nav-box .color-2nd-box {
  padding: 30px;
}
.all-nav-box .color-2nd-box .nav-list-01 > li a {
  color: #27a396;
}
.all-nav-box .nav-list-01 > li > a {
  color: #ec6067;
  font-size: 15px;
  font-weight: 500;
}
.all-nav-box .nav-list-01 {
  overflow: hidden;
  display: block;
  margin-bottom: 20px;
  float: left;
  width: 16.6%;
}
.all-nav-box .nav-list-01 .nav-list-02 {
  padding-bottom: 5px;
}
.all-nav-box .nav-list-01 .nav-list-02 li {
  margin-top: 10px;
  font-size: 13px;
  font-weight: normal;
}
.all-nav-box .nav-list-01 .nav-list-02 li a {
  color: #333;
}
.all-nav-box .nav-list-01 .nav-list-02 li:hover a {
  border-bottom: 1px solid #ec6067;
}
.all-nav-box .nav-box-bottom .nav-list-02 li:hover a {
  border-bottom: 1px solid #27a396;
}
.all-nav-box .icon-01 {
  background: url("../images/main/nav-icon01.jpg") no-repeat 0px center;
}
.all-nav-box .icon-02 {
  background: url("../images/main/nav-icon02.jpg") no-repeat 0px center;
}
/* 메인 시작 */
/* 최상단 메뉴 */
.header-top {
  width: 100%;
  border-bottom: solid 1px #ddd;
}
.header-top .header-box {
  float: right;
}
.header-top .header-box li:first-child a {
  border-left: none;
}
.header-top .header-box li {
  float: left;
  padding: 10px 0;
}
.header-top .header-box li a {
  display: inline-block;
  padding: 0 13px;
  font-size: 12px;
  color: #a4aab3;
  border-left: solid 1px #999;
}
/* 상단 search */
.top-search-logo {
  padding: 35px 0;
}
.search-box {
  float: left;
  width: 450px;
  margin-right: 40px;
}
.search-box .input-box {
  position: relative;
  padding: 5px 50px 5px 5px;
  border: solid 1px #e60013;
}
.search-box .search-input {
  padding: 0;
  border: none;
  width: 100%;
  height: 34px;
  vertical-align: middle;
}
.search-box .link-box {
  padding: 12px;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  width: 19px;
  height: 21px;
}
.id-box {
  float: left;
  margin-top: 5px;
}
.id-box .id-list li:first-child {
  margin-left: 0;
}
.id-box .id-list li {
  float: left;
  margin-left: 15px;
}
.id-box .id-list a {
  height: 37px;
  display: table-cell;
  vertical-align: middle;
}
/*
.id-box .id-list li img{
  width:102px;
  display: inline-block;
}*/
.id-box .id-list li .on{
  display:none;
}
.id-box .id-list li:hover .on{
  display:block;
}
.id-box .id-list li:hover img{
  display:none;
}

/* 메인 비쥬얼 */
#main-visual img {
  max-width: inherit;
  position: absolute;
}
/* 메인 비쥬얼 슬라이드*/
.m-visual .bx-wrapper {
  height: 100%;
}
.m-visual .bx-wrapper .bx-viewport .bxslider li {
  width: 100%;
  height: 459px;
}
.m-visual .bx-wrapper .bx-controls {
  width: 100%;
  margin: 0 auto;
  position: absolute;
  z-index: 9999;
  top: 50%;
  left: 0;
}
.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.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: 100%;
  margin: 0 auto;
}
.m-visual .bx-wrapper .bx-controls-direction .bx-prev {
  top: 0;
  left: 50px;
  width: 83px;
  height: 72px;
  background: url(../images/prev-slider.png) 0 0 no-repeat;
}
.m-visual .bx-wrapper .bx-controls-direction .bx-next {
  top: 0;
  right: 50px;
  width: 83px;
  height: 72px;
  background: url(../images/next-slider.png) 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;
}
/* bx 슬라이더 개인적인 paging */
.on-pager {
  position: relative;
  z-index: 999;
  height: 54px;
  margin-top: -54px;
  background: url('../images/pager-bg.png') repeat 0 0;
}
.on-pager .on-pager-box {
  width: 100%;
}
.on-pager .on-pager-box .pager-list li:first-child {
  margin-left: 0;
}
.on-pager .on-pager-box .pager-list li:first-child .bx-pager-link {
  border-left: none;
}
.on-pager .on-pager-box .pager-list li {
  float: left;
  width: 20%;
}
.on-pager .on-pager-box .pager-list li .bx-pager-link {
  padding: 20px 0;
  display: block;
  position: relative;
  overflow: hidden;
  text-align: center;
  color: #fff;
  border-left: solid 1px #b4b4b4;
}
.on-pager .on-pager-box .pager-list li .bx-pager-link.active {
  color: #fff;
  background: url('../images/black-bg.png') repeat 0 0;
}
/* 메인 컨텐츠 */
.main-contents {
  line-height: 1.5;
}
.main-title-box {
  position: relative;
  padding: 40px 0;
  text-align: center;
}
.main-title-box .main-title-01 {
  position: relative;
  display: inline-block;
  padding: 0 30px;
  font-size: 28px;
  color: #242323;
  background-color: #fff;
  z-index: 2;
}
.main-title-box .main-title-01 span {
  position: absolute;
  top: 44%;
  display: inline-block;
  width: 7px;
  height: 7px;
  background: url('../images/main/main-title-bg.png') no-repeat 0 0;
}
.main-title-box .main-title-01 .title-bg-left {
  left: 0;
}
.main-title-box .main-title-01 .title-bg-right {
  right: 0;
}
.main-title-box .line-bg {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #242323;
  z-index: 1;
}
.m-title-01 {
  color: #050505;
  font-size: 25px;
}
.m-title-02 {
  color: #050505;
  font-size: 20px;
}
.book-slider-box {
  margin-top: 60px;
}
.book-slider-box .book-slider-con:first-child {
  margin-left: 0;
}
.book-slider-box .book-slider-con {
  float: left;
  width: 31.33333%;
  margin-left: 2.7%;
  border: solid 1px #ddd;
}
.book-slider-box .book-slider-con li {
  float: left;
  width: 100%;
  text-align: center;
}
.book-slider-box .book-slider-con a {
  display: block;
}
.book-slider-box .book-slider-con .title-box {
  display: inline-block;
  padding: 10px 15px;
  color: #fff;
  background-color: #737373;
  font-weight: 300;
}
.book-slider-box .txt-box {
  padding: 15px 0 25px 0;
}
.book-slider-box .txt-box .title-01 {
  color: #222;
  font-size: 18px;
}
.book-slider-box .bx-wrapper .bx-controls-direction a {
  top: -25px;
}
.book-slider-box .bx-wrapper .bx-prev {
  left: auto;
  right: 37px;
  width: 38px;
  height: 38px;
  background: url('../images/main/slider-arrow-prev.png') no-repeat 0 0;
}
.book-slider-box .bx-wrapper .bx-next {
  right: 0;
  width: 38px;
  height: 38px;
  background: url('../images/main/slider-arrow-next.png') no-repeat 0 0;
}
.main-all-box .all-slider-box {
  padding: 70px 35px 40px 35px;
  border: solid 1px #f92f38;
  margin-top: -1px;
}
.main-all-box .all-slider-box li:first-child {
  margin-left: 0;
}
.main-all-box .all-slider-box li {
  float: left;
  width: 187px;
}
.main-all-box .all-slider-box a {
  display: block;
}
.main-all-box .all-slider-box a:hover .over-txt-box {
  display: block;
}
.main-all-box .all-slider-box .img-box {
  position: relative;
}
.main-all-box .all-slider-box .img-box img {
  height: 254px;
  border: solid 0px #ddd;
}
.main-all-box .all-slider-box .img-box .over-txt-box {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../images/black-bg.png') repeat 0 0;
}
.main-all-box .all-slider-box .img-box .over-txt-box .over-txt-border {
  border: solid 2px #f92f38;
  height: 255px;
}
.main-all-box .all-slider-box .img-box .over-txt-box .over-txt {
  display: block;
  padding: 50% 10px 0;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}
.main-all-box .all-slider-box .txt-box {
  margin-top: 10px;
  font-size: 12px;
  text-align: center;
}
.main-all-box .all-slider-box .txt-box .title-01 {
  color: #222;
  font-weight: 700;
}
.main-all-box .bx-wrapper .bx-controls-direction a {
  top: -35px;
}
.main-all-box .bx-wrapper .bx-prev {
  left: auto;
  right: 37px;
  width: 38px;
  height: 38px;
  background: url('../images/main/slider-arrow-prev.png') no-repeat 0 0;
}
.main-all-box .bx-wrapper .bx-next {
  right: 0;
  width: 38px;
  height: 38px;
  background: url('../images/main/slider-arrow-next.png') no-repeat 0 0;
}
.main-video-box {
  width: 100%;
  padding: 80px 0 40px 0;
  background-color: #eeeeed;
}
.main-video-box .main-video-slider {
  margin-top: 40px;
}
.main-video-box .main-video-slider li {
  position: relative;
  float: left;
}
.main-video-box .main-video-slider li a {
  display: block;
  border: solid 1px #ababab;
}
.main-video-box .main-video-slider .video-img-box {
  position: relative;
}
.main-video-box .main-video-slider .video-title-box {
  width: 94%;
  padding: 20px 3%;
  position: absolute;
  top: 0;
  left: 0;
  background: url('../images/black-bg-02.png') repeat 0 0;
}
.main-video-box .main-video-slider .video-title-box .title-01 {
  color: #fff;
}
.main-video-box .main-video-slider .video-title-box .more-link {
  display: inline-block;
  border: none;
  position: absolute;
  top: 20px;
  right: 10px;
  color: #f92f38;
  font-size: 12px;
}
.main-video-box .main-video-slider .txt-box {
  margin-top: 10px;
  font-size: 12px;
  text-align: center;
}
.main-video-box .main-video-slider .txt-box .title-01 {
  font-weight: bold;
  color: #222;
}
.main-video-box .main-video-slider .bx-wrapper .bx-controls-direction a {
  top: 40%;
}
.main-video-box .main-video-slider .bx-wrapper .bx-prev {
  left: -50px;
  width: 32px;
  height: 61px;
  background: url('../images/main/slider-arrow-prev-02.png') no-repeat 0 0;
}
.main-video-box .main-video-slider .bx-wrapper .bx-next {
  right: -50px;
  width: 32px;
  height: 61px;
  background: url('../images/main/slider-arrow-next-02.png') no-repeat 0 0;
}
.main-community-box {
  margin-top: 50px;
}
.main-community-box .community-slider-box {
  padding: 40px 50px 60px 50px;
  border: solid 1px #dedede;
}
.main-community-box .community-slider-box .community-logo img {
  display: inline-block;
  margin-bottom: 20px;
}
.main-community-box .community-slider-box li {
  width: 226px;
  float: left;
}
.main-community-box .community-slider-box li a {
  display: block;
  border: solid 1px #ddd;
}
.main-community-box .community-slider-box .txt-box {
  padding: 10px;
  font-size: 12px;
  height:72px;
}
.main-community-box .community-slider-box .txt-box .blog {
  color: #999;
  margin-left: 10px;
}
.main-community-box .community-slider-box .txt-box .title-01 {
  color: #222;
  font-weight: bold;
}
.main-community-box .community-slider-box .bx-wrapper .bx-controls-direction a {
  top: 50%;
}
.main-community-box .community-slider-box .bx-wrapper .bx-prev {
  left: -51px;
  width: 38px;
  height: 38px;
  background: url('../images/main/slider-arrow-prev.png') no-repeat 0 0;
}
.main-community-box .community-slider-box .bx-wrapper .bx-next {
  right: -52px;
  width: 38px;
  height: 38px;
  background: url('../images/main/slider-arrow-next.png') no-repeat 0 0;
}
.community-board-box {
  margin-top: -1px;
  margin-bottom: 100px;
  border: solid 1px #dedede;
}
.community-board-box .main-intro-box {
  width: 50%;
  float: left;
  height: 239px;
  background: url("../images/main/main_info.jpg") no-repeat;
  text-align: center;
}
.community-board-box .main-intro-box .con-box {
  position: relative;
  padding: 30px;
}
.community-board-box .main-intro-box .intro-list {
  padding: 0 30px;
  text-align: center;
  margin-top: 10px;
}
.community-board-box .main-intro-box .intro-list li {
  display: inline-block;
  width: 150px;
  margin: 5px;
}
.community-board-box .main-intro-box .intro-list a {
  padding: 5px 0;
  display: block;
  border: solid 1px #595757;
  text-align: center;
  color: #595757;
  font-weight: 500;
  background-color: #fff;
}
.community-board-box .main-intro-box .intro-list a:hover {
  color: #e84c54;
  border-color: #e84c54;
}
.community-board-box .main-notice-box {
  width: 50%;
  height: 239px;
  float: left;
  background-color: #f5f5f5;
}
.community-board-box .main-notice-box .con-box {
  position: relative;
  padding: 30px;
}
.community-board-box .main-notice-box .notice-list {
  margin-top: 40px;
}
.community-board-box .main-notice-box .notice-list li:first-child {
  margin-top: 0;
}
.community-board-box .main-notice-box .notice-list li {
  margin-top: 10px;
}
.community-board-box .main-notice-box .notice-list a {
  display: block;
  font-weight: 300;
}
.community-board-box .main-notice-box .notice-list a:hover {
  font-weight: 400;
  color: #e84c54;
}
.community-board-box .main-notice-box .notice-list .board-txt {
  float: left;
  width: 380px;
}
.community-board-box .main-notice-box .notice-list .date-txt {
  float: right;
}
.community-board-box .main-notice-box .more-link {
  display: inline-block;
  position: absolute;
  top: 35px;
  right: 30px;
  font-size: 12px;
  color: #f92f38;
}
/* 메인 리스트 박스 부분 */
/*상단 팝업 1*/
.main-top-pop {
  display: none;
  position: relative;
  width: 100%;
  background-color: #606060;
  overflow: hidden;
}
.main-top-pop .banner-con {
  height: 100%;
}
.main-top-pop .banner-left {
  float: left;
  height: 100%;
  border-right: solid 1px #434343;
}
.main-top-pop .banner-left img {
  width: 547px;
}
.main-top-pop .banner-right {
  float: left;
  height: 100%;
}
.main-top-pop .banner-right img {
  width: 546px;
}
.main-top-pop .left-b {
  border-left: solid 1px #434343;
}
.main-top-pop .right-b {
  border-right: solid 1px #808080;
}
.main-top-pop .banner-bottom {
  padding: 10px;
}
.close-txt {
  color: #e6e6e6;
}
.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 배너 */
/* 서브 상단 비쥬얼 */
.s-visual-box {
  width: 100%;
  min-width: 1100px;
  height: 200px;
}
.s-visual-box .s-txt-box {
  position: absolute;
  top: 70px;
  left: 0;
}
.s-visual-01 {
  background: url('../images/sub/s-visual-01.jpg') no-repeat center 0;
}
.s-visual-02 {
  background: url('../images/sub/s-visual-02.jpg') no-repeat center 0;
}
.s-visual-03 {
  background: url('../images/sub/s-visual-03.jpg') no-repeat center 0;
}
.s-visual-04 {
  background: url('../images/sub/s-visual-04.jpg') no-repeat center 0;
}
.s-visual-05 {
  background: url('../images/sub/s-visual-05.jpg') no-repeat center 0;
}
.s-visual-06 {
  background: url('../images/sub/s-visual-06.jpg') no-repeat center 0;
}
.s-visual-over {
  display: none;
}
/* 상단 서브 타이틀 */
.sub-title-box {
  position: relative;
  padding: 15px 0;
  border-bottom: solid 2px #aaa;
}
.sub-title-box .sub-top-title .top-title {
  display: inline-block;
  font-size: 25px;
  color: #222;
  font-weight: 500;
  letter-spacing: -1px;
}
/* 상단 breadcrumb 시작 */
.bread-box {
  font-size: 14px;
  padding: 15px 0;
  border-bottom: solid 1px #ddd;
}
.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;
}
/* 서브 메뉴 */
.sub-menu-box {
  background-color: #788494;
}
.sub-menu-box .menu-bg {
  background: url('../images/sub/menu-bg.png') no-repeat right 0;
}
.sub-menu-box .menu-home {
  float: left;
  height: 60px;
  border-left: solid 1px #a3acb6;
  border-right: solid 1px #a3acb6;
}
.sub-menu-box .menu-home a {
  display: block;
  padding: 20px;
}
.sub-menu-box .menu-list-box {
  position: relative;
  float: left;
  height: 60px;
  border-right: solid 1px #a3acb6;
  z-index: 9;
}
.sub-menu-box .menu-list-box .menu-area-box {
  width: 280px;
}
.sub-menu-box .menu-title {
  padding: 22px;
  color: #fff;
  font-weight: normal;
  cursor: pointer;
}
.sub-menu-box .menu-title span {
  font-size: 17px;
  display: block;
  background: url('../images/icon/menu-bottom.png') no-repeat right center;
}
.sub-menu-box .menu-list-con {
  display: none;
  width: 100%;
  position: absolute;
  top: 60px;
  left: 0;
  background-color: #5f6975;
}
.sub-menu-box .menu-list-con a {
  display: block;
  color: #fff;
  font-size: 16px;
}
.sub-menu-box .menu-list-con a:hover {
  text-decoration: underline;
}
.sub-menu-box .menu-list-con li:first-child {
  padding-top: 20px;
}
.sub-menu-box .menu-list-con li {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}
/* 버튼 부분 색깔공통사탕*/
.red {
  color: #d0111a !important;
}
.table-btn-01 {
  display: inline-block;
  padding: 5px 10px 5px 10px;
  color: #fff;
  background-color: #666;
  font-size: 13px;
  vertical-align: middle;
}
.table-btn-01.red-color {
  background-color: #d0111a;
}
.btn-type-01 {
  display: inline-block;
  padding: 7px 30px;
  color: #fff;
  background-color: #666;
  font-size: 15px;
}
.btn-type-01.red-color {
  background-color: #d0111a;
}
.btn-type-02 {
  display: inline-block;
  padding: 3px 30px;
  height: 24px;
  color: #fff;
  background-color: #333;
}
.search-btn-01 {
  display: inline-block;
  padding: 3px 20px;
  background-color: #555;
  color: #fff;
  vertical-align: middle;
  font-size: 14px;
}
/* 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: 88%;
}
.input-type-05 {
  padding: 5px;
  width: 95%;
}
.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-menu-box {
  width: 100%;
  margin-top: 30px;
  text-align: center;
}
.tab-menu-box .tab-menu-list {
  width: 100%;
  display: inline-block;
}
.tab-menu-box .tab-menu-list li {
  width: 24.5%;
  float: left;
  margin-left: -1px;
  margin-top: -1px;
}
.tab-menu-box .tab-menu-list li a {
  display: block;
  padding: 18px 2%;
  text-align: center;
  font-size: 18px;
  border: solid 1px #d5d5d5;
  background-color: #f6f6f6;
}
.tab-menu-box .tab-menu-list li a.active {
  background-color: #0095e6;
  color: #fff;
  border: solid 1px #0095e6;
}
.tab-menu-box .tab-menu-list li a:hover {
  background-color: #0095e6;
  color: #fff;
  border: solid 1px #0095e6;
}
.textbook_banner .banner {
  display: inline-block;
  float: left;
  width: 100px;
  height: 100px;
  border: 1px solid #ccc;
  margin: 4px;
  text-align: center;
}
.textbook_banner .banner a {
  display: inline-block;
  position: relative;
  padding: 70px 10px 10px;
}
.textbook_banner .cs a {
  background: url(../images/sub/banner_cs.jpg) no-repeat 34px 30px;
}
.textbook_banner .instructor a {
  background: url(../images/sub/banner_instructor.jpg) no-repeat 32px 30px;
}
.textbook_banner .press a {
  padding: 70px 23px 10px;
  background: url(../images/sub/banner_press.jpg) no-repeat 34px 30px;
}
.textbook_banner .partner a {
  padding: 70px 23px 10px;
  background: url(../images/sub/banner_partner.jpg) no-repeat 34px 30px;
}
.login .login_01 {
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc;
}
.login .login-txt-box {
  display: block;
}
.login .login-box {
  display: inline-block;
}
.login .login-box .login-img {
  float: left;
  margin: 10px 20px 0 0;
}
.login .login-box .login-input-wrap {
  float: left;
}
.login .login-box .login-input-wrap .login-input-box input {
  width: 370px;
  margin: 7px 10px;
}
.login .login-box .login-input-wrap .save_id {
  text-align: left;
  margin-left: 10px;
}
.login .login-box .login-con-right {
  float: left;
}
.login .login-box .login-con-right input {
  padding: 36px 20px;
  margin-top:5px;
  color:#fff;
}
.login .login-box .login-con-right a {
  padding: 40px 20px;
  top: 40px;
  position: relative;
}


.login .login-btn-list div {
  display: inline-block;
}
.login .login-btn-list div a {
  display: inline-block;
}
.searchId .idresult {
  padding: 10px;
  border: 1px solid #ccc;
}
.searchId .login-btn-list {
  display: inline-block;
}
.searchId .login-con-left {
  float: left;
  margin-right: 15px;
}
.searchId .login-con-left p {
  padding: 17px 0;
}
.searchId .searchId_select {
  display: inline-block;
}
.searchId .searchId_select ul {
  width: 660px;
  height: 50px;
  border-bottom: 2px solid #d0111a;
}
.searchId .searchId_select ul .red-color a {
  color: #fff;
}
.searchId .searchId_select ul li {
  float: left;
  line-height: 29px;
  font-size: 18px;
}
.searchId .searchId_select ul li a {
  text-align: center;
  margin: 0;
  padding: 10px 50px;
  display: inline-block;
  font-size: 18px !important;
}
.searchId .tab-wrap {
  position: relative;
}
.searchId .tab-wrap .tab {
  margin: 0;
  padding: 0;
  zoom: 1;
  list-style: none;
}
.searchId .tab-wrap .tab:before,
.searchId .tab-wrap .tab:after {
  content: " ";
  display: table;
}
.searchId .tab-wrap .tab:after {
  clear: both;
}
.searchId .tab-wrap .tab li {
  float: left;
}
.searchId .tab-wrap .tab li a {
  display: block;
  text-decoration: none;
}
.searchId .tab-wrap.tab-movie .tab-content {
  display: none;
}
.searchId .tab-wrap.wook-tab-01.two-block .tab li {
  width: 50%;
}
.searchId .tab-wrap.wook-tab-01 .tab {
  position: relative;
  z-index: 1;
  width: 660px;
  border-bottom: 2px solid #d0111a;
}
.searchId .tab-wrap.wook-tab-01 .tab.margin_0 {
  margin-bottom: 0;
}
.searchId .tab-wrap.wook-tab-01 .tab li {
  width: 33%;
}
.searchId .tab-wrap.wook-tab-01 .tab li a {
  position: relative;
  z-index: 2;
  color: #666;
  background-color: #f9f9f9;
  border-bottom: 0 none;
  border-top: 1px solid #d0111a;
  border-right: 1px solid #d0111a;
  border-left: 1px solid #d0111a;
  text-align: center;
}
.searchId .tab-wrap.wook-tab-01 .tab li a.active {
  margin-bottom: -1px;
  color: #fff;
  font-weight: bold;
  background-color: #da2128;
  border-bottom: none;
  border-right: none !important;
  border-left: none;
}
.searchId .tab-wrap.wook-tab-01 .tab li a.tab-pad-01 {
  padding: 10px 0;
  width: 133px;
  text-align: center;
}
.searchId .tab-wrap.wook-tab-01 .tab li a.tab-w-01 {
  width: 134px;
}
.searchId .tab-wrap.wook-tab-01.type-02 .tab .siblings a {
  padding: 10px 15px;
  font-size: 14px;
}
.red-border {
  border: 2px solid #d0111a;
  border-bottom: none;
}
.red-color {
  background-color: #d0111a;
}
.sub-inner .btn {
  display: inline-block;
  line-height: 40px;
  width: 170px;
  height: 40px;
  margin: 15px 15px 0 0px;
  background-color: #666;
  text-align: center;
  color: #fff;
}
.sub-inner .btn.red-color {
  background-color: #d0111a;
}
/* 회원가입 */
.member .ml_05 {
  color: #999 !important;
  font-size: 14px;
}
.member th > label:before {
  content: "*";
  color: red;
}
.member .table-form-01 tr:first-child td,
.member .table-form-01 tr:first-child th {
  border-top: solid 1px #ccc !important;
}
.member .table-form-01 {
  border-bottom: solid 1px #ccc !important;
}
.member-confirm a {
  width: 140px;
  height: 40px;
  margin: 5px;
  padding: 0;
  line-height: 40px;
  font-size: 18px;
}
.join-confirm-box .btn-type-01 {
  width: 105px;
  text-align: center;
  background-color: #999;
}
.member-confirm .btn {
  font-size: 18px;
}
.border {
  border: 1px solid #ccc;
}
.border-list {
  border-top: 1px solid #aaa;
  padding: 30px 0;
  border-bottom: 1px solid #aaa;
}
.join {
  padding-bottom: 20px;
  border-bottom: 1px solid #aaa;
}
.join .con-title {
  color: #222;
}
.join p {
  text-align: left;
  margin: 0 auto;
  padding: 20px;
  border: 1px solid #aaa;
}
.join .confirm {
  padding: 8px;
  height: 32px;
  border: solid 1px #aaa;
  vertical-align: middle;
  margin-top: 10px;
}
.join .confirm input {
  margin-left: 10px;
}
.join .confirm a {
  float: right;
  margin-right: 10px;
  padding: 0 8px;
  border: solid 1px #aaa;
  line-height: 30px;
}
.join .confirm-all {
  margin: 10px 0 0 10px;
}
.join .con-title {
  font-size: 16px;
}
.join-box {
  display: block;
  text-align: center;
  position: relative;
  margin: 0 auto;
  width: 460px;
  padding-top: 50px;
}
.join-box .join_img {
  float: left;
  padding-right: 50px;
}
.join-box .join_txt {
  text-align: left;
  float: left;
}
.etc .txtarea {
  padding: 30px 25px;
  color: #9b9b9b;
  font-size: 14px;
}
.search .result {
  padding: 50px 0;
}
.search .search-result .title {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}
.search .search-result .title p {
  display: inline-block;
  color: #222;
}
.search .search-result .title .btn {
  float: right;
  width: 100px;
  margin: -7px 3px;
  background-color: #9b9b9b;
}
.search .search-result .result-area {
  margin: 50px 0;
}
.search .search-result .result-area.book .b01 {
  margin: 0 5px 30px;
  width: 540px;
  float: left;
}
.search .search-result .result-area.book .b01 .book_img {
  float: left;
  margin-right: 20px;
}
.search .search-result .result-area.book .b01 .book_img .bookhover {
  width: 129px;
  height: 177px;
  position: absolute;
}
.search .search-result .result-area.book .b01 .book_img .bookhover:hover {
  background: url("../images/sub/book-hover.png") no-repeat;
}
.search .search-result .result-area.book .b01 .book_img img {
  width: 129px;
  height: 177px;
}
.search .search-result .result-area.book .b01 .book_txt {
  float: left;
  width: 389px;
  text-align: left;
}
.search .search-result .result-area.book .b01 .book_txt .book_title {
  margin-bottom: 25px;
}
.search .search-result .result-area.book .b01 .book_txt .book_title .font_16 {
  color: #222;
  font-weight: 600;
}
.search .search-result .result-area.book.mp3 .book_img .bookhover:hover {
  background: url("../images/sub/mp3-hover.png") no-repeat;
}
.search .search-result .result-area.video .b01 {
  margin: 0 5px 30px;
  width: 540px;
  float: left;
}
.search .search-result .result-area.video .b01 .book_img {
  float: left;
  margin-right: 20px;
}
.search .search-result .result-area.video .b01 .book_img .videohover {
  width: 183px;
  height: 121px;
  position: absolute;
}
.search .search-result .result-area.video .b01 .book_img .videohover:hover {
  background: url("../images/sub/video-hover.png") no-repeat;
}
.search .search-result .result-area.video .b01 .book_img img {
  width: 184px;
  height: 123px;
}
.search .search-result .result-area.video .b01 .book_txt {
  float: left;
  width: 335px;
  text-align: left;
}
.search .search-result .result-area.video .b01 .book_txt .book_title {
  margin-bottom: 25px;
}
.search .search-result .result-area.video .b01 .book_txt .book_title .font_16 {
  color: #222;
  font-weight: 600;
}
/* 마이페이지 서브 INCLUDE MTPAGESUB */
.mypage-sub {
  margin-bottom: 10px;
  width: 100%;
  height: 50px;
  border: 1px solid #999;
}
.mypage-sub li {
  float: left;
  height: 10px;
  line-height: 40px;
  border-right: 1px solid #fcc;
  text-align: center;
  top: 19px;
  position: relative;
}
.mypage-sub li:last-child {
  border-right: none;
}
.mypage-sub .active {
  color: #fff;
  font-weight: bold;
}
.mypage-sub a {
  vertical-align: middle;
  line-height: 40px;
  padding: 0 25px;
  color: #fcc;
  display: inline-block;
  bottom: 15px;
  position: relative;
}
.coupon .input-type-04 {
  width: 350px;
}
.qna .btn-type-02 {
  background-color: #999;
  color: #fff;
}
.qna li {
  border-right: 1px solid #999;
}
.qna li:last-child {
  border-right: none;
}
.qna a {
  color: #666;
}
.qna .active {
  color: #333;
  font-weight: bold;
}
.qnaview .board-box {
  padding: 30px 25px;
}
.qnaview .s-title-01 {
  margin-left: 20px;
}
.order .warning {
  display: inline-block;
}
.order .warning .image {
  margin-right: 50px;
  float: left;
  display: block;
  padding: 47px 50px;
  background: url("../images/sub/order.jpg") no-repeat;
}
.order .warning .txt {
  float: left;
  display: inline-block;
}
.order .border p {
  padding: 30px 20px;
}
.order .payment-option table .option input {
  margin-left: 20px;
}
.order-confirm .warning {
  display: inline-block;
}
.order-confirm .txt {
  display: inline-block;
}
.order-confirm .image {
  margin-right: 50px;
  float: left;
  display: block;
  padding: 50px 55px;
  background: url("../images/sub/order-confirm.jpg") no-repeat;
}
.order-confirm h3 {
  color: #232323;
  font-size: 18px;
}
.order-confirm .title-01 .font_18 {
  color: #222;
}
.introduction .text-area {
  width: 90%;
}
.introduction .sub-contents {
  padding-bottom: 50px;
}
.introduction .greeting .txt {
  background: url("../images/sub/greeting.jpg") no-repeat 650px center;
}
.introduction .greeting .txt .black {
  color: #000;
}
.introduction .history {
  font-size: 15px;
  border-bottom: 1px solid #ddd;
}
.introduction .history .history-list {
  width: 1100px;
  padding: 20px 0;
  display: inline-block;
  border-top: 1px solid #ddd;
}
.introduction .history .history-list .title-year {
  color: #222;
  float: left;
  font-size: 40px;
  margin-right: 100px;
}
.introduction .history .history-list .title-year span {
  font-size: 20px;
}
.introduction .history .history-txt {
  display: inline-block;
  float: left;
}
.introduction .history .history-txt li {
  margin-top: 10px;
}
.introduction .history .history-txt li span {
  margin-left: 30px;
}
.introduction .map .border {
  display: inline-block;
  width: 100%;
}
.introduction .map .txt {
  float: left;
  display: inline-block;
  padding: 35px;
}
.introduction .map .txt .title {
  font-size: 44px;
  color: #222;
}
.introduction .map .txt .content {
  font-size: 15px;
}
.introduction .map .txt .content p {
  margin-top: 10px;
}
.introduction .map .map-box {
  float: right;
  margin: 10px 10px 10px 0;
}
.introduction .photo .photo-list-01 {
  display: inline-block;
  width: 24.7%;
  margin-bottom: 10px;
}
.introduction .photo .photo-list-01 a {
  display: inline-block;
}
.introduction .photo .photo-list-01 .img {
  display: inline-block;
}
.introduction .photo .photo-list-01 .text {
  font-size: 15px;
}
.introduction .photo .photo-list-01 .text .title {
  color: #333;
}
.paging_updown .table-view-01 th,
.paging_updown .table-view-01 td {
  padding: 15px 0;
}
.paging_updown .table-view-01 .prev {
  background: url(../images/icon/prev.jpg) no-repeat 30px 20px;
}
.paging_updown .table-view-01 .next {
  background: url(../images/icon/next.jpg) no-repeat 30px 20px;
}
.sub-contents table td a img {
  margin: -7px;
}
.customer .text-area {
  height: 100px;
  width: 90%;
}
.customer .btn-type-03 {
  display: inline-block;
  line-height: 40px;
  width: 170px;
  height: 40px;
  margin: 15px 15px 0 15px;
  text-align: center;
  color: #fff;
}
.customer .btn-type-01 {
  display: inline-block;
  padding: 7px 30px;
  color: #fff;
  background-color: #666;
  font-size: 15px;
}
.customer .btn-type-01.red-color {
  background-color: #d0111a;
}
.customer .secret {
  width: 12px;
  margin-left: 7px;
  text-indent: -9999em;
  display: inline-block;
  background: url("../images/icon/secret.jpg") no-repeat center center;
}
.customer .write-basic .uzip {
  width: 20%;
}
.customer .write-basic table {
  margin-bottom: 10px;
}
.customer .write-basic .mandatory:before {
  content: "*";
  color: red;
}
.customer .write-basic th {
  text-align: left;
  padding-left: 10px;
}
.customer .write-basic td .input-type-03,
.customer .write-basic select {
  width: 70%;
}
.customer .write-basic td .input-type-02 {
  width: 25%;
}
.customer .write-basic td .input-type-05 {
  width: 98%;
}
.customer .write-basic td .input-type-06 {
  width: 82%;
  padding: 5px;
}
.customer .write-basic .text-area {
  width: 89%;
}
.customer .write-job table {
  margin-bottom: 10px;
}
.customer .write-job th {
  text-align: left;
  padding-left: 10px;
}
.customer .write-job td .input-type-03 {
  width: 70%;
}
.customer .write-job .input-type-02 {
  width: 30%;
}
.customer .write-job .input-type-01 {
  width: 20%;
}
.customer .instructor h3 {
  color: #222;
}
.customer .instructor span {
  margin-right: 5px;
  margin-left: 10px;
}
.customer .instructor .ml_65 {
  margin-left: 65px;
}
.customer .instructor .input-type-05 {
  width: 290px;
  padding: 5px;
}
.customer .instructor div .input-type-01 {
  width: 446px;
  margin-left: 68px;
}
.customer .instructor-write h3 {
  color: #222;
}
.customer .instructor-write .s-select {
  width: 70px;
}
.customer .instructor-write .checkbox {
  width: 14px;
  margin: 0 10px;
}
/* 서브 탭키 스타일 */
.sub-wrapper .tab-wrap {
  position: relative;
}
.sub-wrapper .tab-wrap .tab {
  margin: 0;
  padding: 0;
  zoom: 1;
  list-style: none;
}
.sub-wrapper .tab-wrap .tab:before,
.sub-wrapper .tab-wrap .tab:after {
  content: " ";
  display: table;
}
.sub-wrapper .tab-wrap .tab:after {
  clear: both;
}
.sub-wrapper .tab-wrap .tab li {
  float: left;
}
.sub-wrapper .tab-wrap .tab li a {
  display: block;
  text-decoration: none;
}
.sub-wrapper .tab-wrap.wook-tab-01.two-block .tab li {
  width: 50%;
}
.sub-wrapper .tab-wrap.wook-tab-01.seven-block .tab li:first-child {
  width: 157px;
}
.sub-wrapper .tab-wrap.wook-tab-01.seven-block .tab li {
  width: 157px;
}
.sub-wrapper .tab-wrap.wook-tab-01 .tab {
  position: relative;
  z-index: 1;
  border-bottom: 1px solid #ccc;
}
.sub-wrapper .tab-wrap.wook-tab-01 .tab.margin_0 {
  margin-bottom: 0;
}
.sub-wrapper .tab-wrap.wook-tab-01 .tab li {
  width: 20%;
}
.sub-wrapper .tab-wrap.wook-tab-01 .tab li:first-child a {
  border-left: 1px solid #ccc;
}
.sub-wrapper .tab-wrap.wook-tab-01 .tab li a {
  position: relative;
  z-index: 2;
  font-size: 15px;
  padding: 10px;
  color: #666;
  background-color: #f9f9f9;
  border-bottom: 0 !important;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  text-align: center;
}
.sub-wrapper .tab-wrap.wook-tab-01 .tab li a.active {
  margin-bottom: -1px;
  color: #fff;
  font-weight: bold;
  background-color: #da2128;
}
.sub-wrapper .tab-wrap.wook-tab-01 .tab li a.tab-pad-01 {
  padding: 10px 0;
  width: 133px;
  text-align: center;
}
.sub-wrapper .tab-wrap.wook-tab-01 .tab li a.tab-w-01 {
  width: 134px;
}
.sub-wrapper .tab-wrap.wook-tab-01.type-02 .tab .siblings a {
  padding: 10px 15px;
  font-size: 14px;
}
.main-all-box .tab-wrap {
  position: relative;
}
.main-all-box .tab-wrap .tab {
  margin: 0;
  padding: 0;
  zoom: 1;
  list-style: none;
}
.main-all-box .tab-wrap .tab:before,
.main-all-box .tab-wrap .tab:after {
  content: " ";
  display: table;
}
.main-all-box .tab-wrap .tab:after {
  clear: both;
}
.main-all-box .tab-wrap .tab li {
  float: left;
}
.main-all-box .tab-wrap .tab li a {
  display: block;
  text-decoration: none;
}
.main-all-box .tab-wrap.tab-movie .tab-content {
  display: none;
}
.main-all-box .tab-wrap.wook-tab-01.two-block .tab li {
  width: 50%;
}
.main-all-box .tab-wrap.wook-tab-01 .tabslider-08 {
  border-right: 1px solid #ccc;
}
.main-all-box .tab-wrap.wook-tab-01.seven-block .tab li:last-child {
  width: 134px;
}
.main-all-box .tab-wrap.wook-tab-01.seven-block .tab li {
  width: 138px;
}
.main-all-box .tab-wrap.wook-tab-01 .tab {
  position: relative;
  z-index: 1;
  border-bottom: solid 1px #e74852;
}
.main-all-box .tab-wrap.wook-tab-01 .tab.margin_0 {
  margin-bottom: 0;
}
.main-all-box .tab-wrap.wook-tab-01 .tab li {
  width: 22%;
}
.main-all-box .tab-wrap.wook-tab-01 .tab li a {
  position: relative;
  z-index: 2;
  font-size: 15px;
  padding: 10px;
  color: #666;
  background-color: #f9f9f9;
  border-bottom: 0 none;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  text-align: center;
}
.main-all-box .tab-wrap.wook-tab-01 .tab li a.active {
  margin-bottom: -1px;
  color: #f92f38;
  font-weight: bold;
  background-color: #fff;
  border-right: solid 1px #e74852 ;
  border-left: solid 1px #e74852 ;
  border-top: solid 1px #e74852;
  border-bottom: 1px solid #fff;
}
.main-all-box .tab-wrap.wook-tab-01 .tab li a.tab-pad-01 {
  padding: 10px 0;
  width: 133px;
  text-align: center;
}
.main-all-box .tab-wrap.wook-tab-01 .tab li a.tab-w-01 {
  width: 134px;
}
.main-all-box .tab-wrap.wook-tab-01.type-02 .tab .siblings a {
  padding: 10px 15px;
  font-size: 14px;
}
/* 게시판 스타일 */
.table-type-01 {
  width: 100%;
  border-top: solid 2px #0095e6;
}
.table-type-01 th,
.table-type-01 td {
  padding: 10px 8px;
  border: solid 1px #e0e3e8;
}
.table-type-01 th {
  color: #333;
  font-weight: bold;
  border-bottom: none;
  background-color: #f5f8fa;
}
.table-type-01 .text_left {
  text-align: left;
}
.table-type-01 .notice-b {
  display: inline-block;
  padding: 2px 8px;
  background-color: #0095e6;
  color: #fff;
  font-size: 12px;
  border-radius: 10px;
}
.table-type-01 a {
  display: inline-block;
}
.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;
}
/* 게시판 보기 스타일 */
.table-view-01 {
  width: 100%;
  border-bottom: solid 1px #999;
}
.table-view-01 tr:first-child th,
.table-view-01 tr:first-child td {
  border-top: solid 1px #999;
}
.table-view-01 th,
.table-view-01 td {
  padding: 12px 0px;
  border-top: solid 1px #ddd;
}
.table-view-01 th {
  color: #333;
  text-align: center;
}
.table-view-01 .blue {
  color: #5d9ad3;
}
.table-view-01 .text_left {
  text-align: left;
  padding-left: 20px;
}
.table-view-01 .notice-b {
  display: inline-block;
  padding: 2px 8px;
  background-color: #489fc4;
  color: #fff;
  font-size: 12px;
  border-radius: 10px;
}
/* 게시판 폼스타일 */
.table-form-01 {
  border-bottom: solid 1px #da2128;
  width: 100%;
}
.table-form-01 tr:first-child th,
.table-form-01 tr:first-child td {
  border-top: solid 1px #da2128;
}
.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;
  font-size: 13px;
}
.paging-area ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.paging-area ul .paging {
  border-right: solid 1px #ddd;
  padding-right: 5px;
}
.paging-area ul .paging:nth-child(6) {
  border-right: none;
}
.paging-area ul li {
  display: inline;
  padding-left: 5px;
}
.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 {
  color: #d0111a;
  font-weight: bold;
}
.paging-area ul li a.prev-first {
  background-image: url('../images/paging/prev-first.png');
  border: solid 1px #ddd;
}
.paging-area ul li a.prev {
  background-image: url('../images/paging/prev.png');
  border: solid 1px #ddd;
}
.paging-area ul li a.next-last {
  background-image: url('../images/paging/next-last.png');
  border: solid 1px #ddd;
}
.paging-area ul li a.next {
  background-image: url('../images/paging/next.png');
  border: solid 1px #ddd;
}
.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: #f7f7f7;
  border: 1px solid #ccc;
  margin-bottom: 30px;
}
.board-search-01 select {
  border: solid 1px #a1a1a1;
  background-color: #fff;
}
.board-search-01 .input-type-02 {
  width: 120px;
}
.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 {
  border-bottom: solid 1px #c7c7c7;
}
.border-list-type li a {
  display: block;
  padding: 10px 10px;
}
.border-list-type li a .list-title {
  color: #333;
}
.border-list-type li a .list-up-bg {
  float: left;
  width: 60px;
  margin-right: 20px;
  padding-left: 20px;
  background: url('../images/icon/list-prev.png') no-repeat 0 6px;
}
.border-list-type li a .list-down-bg {
  float: left;
  width: 60px;
  margin-right: 20px;
  padding-left: 20px;
  background: url('../images/icon/list-next.png') no-repeat 0 6px;
}
.border-list-type li a .w-con {
  float: none;
  overflow: hidden;
  color: #666;
}
.border-list-type .border-none {
  border-bottom: none;
}
.txt-board-box {
  padding: 30px 15px;
}
/* faq 부분 */
.join-confirm-box .faq-top {
  padding: 30px 0;
  font-size: 15px;
}
.join-confirm-box .faq-box .faq-list .list-li:first-child dt {
  border-top: none;
}
.join-confirm-box .faq-box a {
  color: #666;
}
.join-confirm-box .faq-box .faq-title-bg {
  background: none;
}
.join-confirm-box .faq-box .faq-link {
  width: 105px;
  text-align: center;
  background-color: #999;
  color: #fff;
  padding: 7px 20px;
  float: right;
}
.join-confirm-box .faq-box .selected {
  width: 105px;
  text-align: center;
  background-color: #999;
  color: #fff;
  padding: 7px 20px;
}
.join-confirm-box .faq-box .faq-con {
  display: none;
  padding: 15px 10px 15px 70px;
  color: #666;
  line-height: 1.7;
  margin-top: 30px;
  background: none;
}
.join-confirm-box .faq-box .type-a {
  display: inline-block;
  margin-right: 10px;
  padding: 2px 10px;
  color: #fff;
  font-size: 12px;
  border-radius: 4px;
}
.join-confirm-box .faq-box .color-a {
  background-color: #5a4e42;
}
.faq-top {
  padding: 30px 0;
  font-size: 15px;
}
.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 15px 13px;
}
.faq-box .faq-link {
  width: 670px;
  display: inline-block;
  padding: 10px 90px 10px 45px;
  color: #666;
  font-size: 14px;
}
.faq-box .selected {
  color: #333;
  font-weight: bold;
}
.faq-box .faq-con {
  display: none;
  padding: 15px 10px 15px 70px;
  color: #666;
  line-height: 1.7;
  background: url('../images/icon/a-icon.gif') no-repeat 40px 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;
}
.category {
  display: inline-block;
  border-bottom: 2px solid #aaa;
  padding-bottom: 10px;
  width: 830px;
}
.category li {
  float: left;
  margin-right: 10px;
}
.category li:first-child {
  background: url("../images/icon/arrow-right.gif") no-repeat right center;
  padding-right: 20px;
}
.jp_class {
  top: -5px;
  position: relative;
  width: 780px;
  background-color: #f7f7f7;
  display: inline-block;
  padding: 15px 25px;
  border-bottom: 1px solid #ccc;
}
.jp_class .active a {
  color: #d0111a;
  border-bottom: 1px solid #d0111a;
  display: inline-block;
  height: 21px;
}
.jp_class ul {
  width: 100%;
}
.jp_class li {
  width: 25%;
  overflow: hidden;
  float: left;
  margin: 10px 0;
}
.jp_class li a {
  color: #666;
}
.jpbook .bx-wrapper .bx-controls-direction a {
  top: 40%;
}
.jpbook .bx-wrapper .bx-prev {
  left: -50px;
  width: 32px;
  height: 61px;
  background: url('../images/main/slider-arrow-prev-02.png') no-repeat 0 0;
}
.jpbook .bx-wrapper .bx-next {
  right: -50px;
  width: 32px;
  height: 61px;
  background: url('../images/main/slider-arrow-next-02.png') no-repeat 0 0;
}
.book-list .input-type-03 {
  width: 240px;
}
.book-list .list-wrapper {
  padding-bottom: 10px;
  border-bottom: 1px solid #aaa;
}
.book-list .title-01 {
  font-size: 20px;
  color: #222;
}
.book-list .book-list-title {
  float: left;
}
.book-list .list-control {
  display: inline-block;
  float: right;
}
.book-list .list-control ul {
  display: inline-block;
}
.book-list .list-control ul .below {
  margin-left: 40px;
}
.book-list .list-control ul .below::after {
  content: "▼";
}
.book-list .list-control ul .below:active,
.book-list .list-control ul .below:active a {
  color: #da2128;
}
.book-list .list-control ul li {
  display: inline-block;
  font-size: 14px;
  float: left;
}
.book-list .list-control ul .input-type-01 {
  width: 50px;
  height: 18px;
  font-size: 11px;
  padding: 0px;
  margin-top: -4px;
}
.book-list .list-control ul .list {
  display: block;
  margin-right: 2px;
  margin-left: 10px;
  width: 20px;
  height: 18px;
  border: 1px solid #ddd;
  text-indent: -9999em;
  background: url("../images/sub/textbook_view_list.png") no-repeat;
}
.book-list .list-control ul .image {
  display: block;
  margin-right: 3px;
  width: 20px;
  height: 18px;
  border: 1px solid #ddd;
  text-indent: -9999em;
  background: url("../images/sub/textbook_view_wall.png") no-repeat;
}
.book-list .list-control ul .active {
  background-color: rgba(187, 187, 187, 0.7);
}
.book-list-set .book-listed-01 .book_txt {
  width: 659px;
  float: right;
}
.book-list-set .book-listed-01 .book_txt .book_ex {
  width: 659px;
}
.book-listed-01 {
  margin-bottom: 30px;
}
.book-listed-01 a {
  display: block;
}
.book-listed-01 .font_16 {
  color: #222;
  font-weight: 600;
}
.book-listed-01 .book_txt {
  width: 600px;
}
.book-listed-01 .book_img {
  float: left;
  margin-right: 40px;
}
.book-listed-01 .book_img .bookhover {
  width: 129px;
  height: 177px;
  position: absolute;
}
.book-listed-01 .book_img .bookhover:hover {
  background: url("../images/sub/book-hover.png") no-repeat;
}
.book-listed-01 .book_title {
  padding-top: 10px;
  margin-bottom: 25px;
}
.book-listed-01 .book_title p {
  display: inline-block;
  width: 600px;
}
.book-listed-01 .book_title .new {
  background: url("../images/icon/new.jpg") no-repeat 0px;
  display: inline-block;
  padding: 0 19px;
  margin-left: 3px;
  text-indent: -9999px;
  overflow: hidden;
}
.book-listed-01 .buy {
  padding: 7px 0;
  border-top: 2px dotted #dedede;
  border-bottom: 1px solid #dedede;
  background-color: #f7f7f7;
}
.book-listed-01 .buy .txt-box {
  float: left;
  width: 108px;
  padding: 10px 0;
  text-align: center;
  border-right: solid 1px #dedede;
}
.book-listed-01 .buy .buy_icon {
  float: left;
  margin-left: -1px;
  border-left: solid 1px #dedede;
}
.book-listed-01 .buy .buy_icon .aladin a {
  width: 74px;
  background: url("../images/sub/buy_1_off.png") no-repeat center center;
}
.book-listed-01 .buy .buy_icon .aladin a:hover {
  background: url("../images/sub/buy_1_on.png") no-repeat center center;
}
.book-listed-01 .buy .buy_icon .interpark a {
  width: 81px;
  background: url("../images/sub/buy_3_off.png") no-repeat center center;
}
.book-listed-01 .buy .buy_icon .interpark a:hover {
  background: url("../images/sub/buy_3_on.png") no-repeat center center;
}
.book-listed-01 .buy .buy_icon .kyobo a {
  width: 90px;
  background: url("../images/sub/buy_2_off.png") no-repeat center center;
}
.book-listed-01 .buy .buy_icon .kyobo a:hover {
  background: url("../images/sub/buy_2_on.png") no-repeat center center;
}
.book-listed-01 .buy .buy_icon .bandi a {
  width: 106px;
  background: url("../images/sub/buy_4_off.png") no-repeat center center;
}
.book-listed-01 .buy .buy_icon .bandi a:hover {
  background: url("../images/sub/buy_4_on.png") no-repeat center center;
}
.book-listed-01 .buy .buy_icon .yes24 a {
  width: 74px;
  background: url("../images/sub/buy_5_off.png") no-repeat center center;
}
.book-listed-01 .buy .buy_icon .yes24 a:hover {
  background: url("../images/sub/buy_5_on.png") no-repeat center center;
}
.book-listed-01 .buy .buy_icon li {
  float: left;
}
.book-listed-01 .buy .buy_icon li a {
  text-indent: -9999em;
  display: block;
  padding: 10px 0;
  margin: 0 25px;
}
.image-list .b01 {
  display: inline-block;
}
.image-list .sub-wrap-1 {
  border-bottom: 1px solid #ddd;
}
.image-list .book-listed-01 {
  float: left;
  overflow: hidden;
  margin: 0 18px;
  height: 250px;
  margin-bottom: 10px;
}
.image-list .book_img {
  float: none;
  margin-right: 0px;
  display: inline-block;
}
.image-list .book_title p {
  display: inline-block;
  overflow: inherit;
  white-space: inherit;
  text-overflow: none;
}
.image-list .book_title {
  margin-bottom: 10px;
}
.image-list .book_title p {
  font-weight: bold;
}
.image-list .b01 {
  width: 130px;
  display: inline-block;
}
.image-list .b01 .book_txt {
  width: inherit !important;
}
.image-list .b01 .book_txt p {
  color: #333;
  font-size: 15px;
  font-weight: bold;
  width: 131px;
}
.book_detail_view .tab-wrap.wook-tab-01 .tab li a {
  border-left: 0;
}
.book_detail_view .book-left {
  float: left;
  margin-right: 40px;
}
.book_detail_view .book-left img {
  width: 187px;
  height: 257px;
}
.book_detail_view .book-right {
  float: none;
  overflow: hidden;
  display: block;
}
.book_detail_view .book-right .buy {
  width: 600px;
  float: right;
  border-top: 2px dotted #dedede;
  border-bottom: 1px solid #dedede;
  background-color: #fff;
  padding: 0;
}
.book_detail_view .book-right .buy .txt {
  width: 130px;
  padding: 54px 0 55px;
  text-align: center;
  float: left;
  background-color: #f7f7f7;
}
.book_detail_view .book-right .buy .buy_icon {
  float: left;
  width: 470px;
  margin-left: -1px;
  border-left: solid 1px #dedede;
}
.book_detail_view .book-right .buy .buy_icon li {
  float: left;
  padding: 12px 12px;
}
.book_detail_view .book-right .buy .buy_icon li a {
  text-indent: -9999em;
  display: block;
}
.book_detail_view .btn-type-03 {
  display: inline-block;
  line-height: 35px;
  width: 150px;
  height: 35px;
  margin: 15px 15px 0 15px;
  text-align: center;
  font-size: 16px;
  color: #fff;
}
.view-video {
  margin-top: 10px;
  text-align: center;
}
.view-video a {
  display: inline-block;
  padding: 7px 29px 7px 43px;
  background: #fafafa;
  background: url("../images/icon/view-video.png") no-repeat 15px 11px;
}
.detail_board {
  padding: 0 20px 30px;
  border-bottom: 1px solid #ccc;
}
.relation_book .border {
  border: solid 1px #ccc;
}
.relation_book .textbox {
  padding: 10px 30px;
  background-color: #f9f9f9;
}
.relation_book .textbox p {
  display: inline-block;
}
.jpbook {
  margin-bottom: 30px;
}
.jpbook ul li {
  float: left;
}
.jpbook ul .txt-box {
  margin-top: 10px;
}
.jpbook .title-02 {
  color: #333;
  font-size: 15px;
  font-weight: bold;
}
.jpbook .title-02 span {
  font-weight: normal;
}
.video .book-list-set .book-listed-01 .book_txt {
  width: 600px;
  float: right;
}
.video .jp_class li {
  width: 16%;
  overflow: hidden;
  float: left;
}
.video .book-list .list-control ul .below:active,
.video .book-list .list-control ul .below:active a {
  color: #39baac !important;
}
.video .list-list .book-listed-01 {
  margin-bottom: 0;
  padding-bottom: 20px;
  border-bottom: 2px dotted #ccc;
}
.video .list-list .book-listed-01 a {
  display: block;
}
.video .list-list .book-listed-01 .font_16 {
  color: #222;
}
.video .list-list .book-listed-01 .book_txt {
  display: inline-block;
  width: 600px;
}
.video .list-list .book-listed-01 .book_txt .book_ex {
  width: 600px;
  margin-top: 20px;
  display: inline-block;
}
.video .book_img {
  float: left;
  margin-right: 40px;
}
.video .book_img {
  width: 183px;
  height: 121px;
}
.video .book_title {
  padding-top: 10px;
  margin-bottom: 20px;
  display: block;
}
.video .book_title p {
  float: left;
}
.video .image-list .b01 {
  display: inline-block;
}
.video .image-list .sub-wrap-1 {
  border-bottom: 1px solid #ddd;
}
.video .image-list .book-listed-01 {
  float: left;
  overflow: hidden;
  margin-bottom: 0px;
  margin: 0px 1%;
}
.video .image-list .book_img {
  float: none;
  margin-right: 0px;
  display: inline-block;
}
.video .image-list .book_title {
  margin-bottom: 10px;
}
.video .image-list .book_title p {
  font-weight: bold;
}
.video .image-list .b01 {
  width: 183px;
  display: inline-block;
  margin-bottom: 20px;
}
.video .image-list .b01 .book_txt p {
  overflow: hidden;
  width: 183px;
}
.video .book_detail_view .tab-content {
  border-right: none;
  border-bottom: none;
  border-left: none;
  padding: 0;
}
.video .book_detail_view .tab-content .instructor .img {
  margin-right: 30px;
  float: left;
}
.video .book_detail_view .tab-content .instructor .title-01 {
  font-size: 16px;
  font-weight: bold;
  color: #313131;
}
.video .book_detail_view .view {
  float: none;
  margin-top: 10px;
  text-align: center;
  overflow: hidden;
}
.video .book_detail_view .view a {
  border: 1px solid #ccc;
  display: inline-block;
  float: left;
  margin: 2px 2px 0 0;
  padding: 7px 0;
  width: 88px;
  background: #fafafa;
}
.video .book_detail_view .book-left {
  margin-right: 40px;
  width: 189px;
}
.video .book_detail_view .book-left img {
  width: 187px;
  height: 257px;
}
.video .book_detail_view .book-right {
  float: none;
  overflow: hidden;
  display: block;
}
.video .book_detail_view .book-right .book_title .font_16 {
  width: auto;
}
.video .book_detail_view .book-right .dot {
  border-top: 2px dotted #dedede;
  padding-top: 20px;
  width: 600px;
}
.video .book_detail_view .book-right .buy_cd {
  width: 600px;
  float: right;
  border-top: 1px solid #dedede;
  padding: 20px 0;
}
.video .book_detail_view .book-right .buy_cd p {
  float: left;
  font-size: 12px;
  font-weight: 500;
  color: #666;
}
.video .book_detail_view .book-right .buy_cd .button {
  display: inline-block;
  float: right;
}
.video .book_detail_view .book-right .buy_cd .button a {
  background-color: #313131;
}
.video .book_detail_view .btn-type-03 {
  display: inline-block;
  line-height: 35px;
  width: 150px;
  height: 35px;
  margin: 15px 15px 0 15px;
  text-align: center;
  font-size: 16px;
  color: #fff;
}
.video .btn {
  background-color: #9b9b9b;
}
.video .talelist li {
  float: left;
  width: 25%;
}
.video .talelist li .txt-box {
  margin-top: 10px;
}
.video .tale .sub-con-02 .title-01 {
  font-size: 20px;
  color: #222;
}
.video .tale .jp_class {
  padding: 0px 25px;
  height: auto;
}
.video .tale .jp_class ul {
  padding-top: 20px;
}
.video .tale .jp_class li {
  width: 20%;
  margin: 0 0 20px 0;
}
.video .tale .tab-content {
  padding: 0;
  border-right: 0;
  border-left: 0;
  border-bottom: 0;
  display: none;
}
.video .tale .tab-content .title-01 {
  color: #222;
  font-weight: 500;
}
.video .aesop .title {
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  line-height: 30px;
}
.video .aesop .title .title-01 {
  float: left;
  margin-right: 10px;
}
.video .aesop .aesop-book-list {
  padding: 30px 25px 0 25px;
  border-bottom: solid 1px #ccc;
}
.video .aesop .b01 {
  width: 50%;
  float: left;
  display: inline-block;
  margin-bottom: 40px;
}
.video .aesop .b01 .book-title {
  font-size: 16px;
  color: #222;
  font-weight: bold;
}
.video .aesop .b01 .right-box {
  width: 234px;
  display: inline-block;
  position: relative;
}
.video .aesop .b01 .right-box .txt {
  display: inline-block;
  margin-bottom: 15px;
}
.video .aesop .b01 .right-box div:last-child {
  position: absolute;
  width: 135px;
  left: 0;
}
.video .aesop .b01 .img {
  margin-right: 25px;
  display: inline-block;
  float: left;
}
.video .aesop .b01 .img img {
  display: inline-block;
}
.video .aesop .b01 .btn {
  width: 135px;
  margin: 0 0 5px 0;
}
.video .pass .title {
  border-bottom: 1px solid #ccc;
  padding-bottom: 30px;
}
.video .pass .b01 {
  width: 50%;
  float: left;
  display: inline-block;
  margin-bottom: 40px;
}
.video .pass .b01 .book-title {
  font-size: 16px;
  color: #222;
  font-weight: bold;
}
.video .pass .b01 .right-box {
  width: 234px;
  display: inline-block;
}
.video .pass .b01 .right-box .txt {
  display: inline-block;
  margin-bottom: 35px;
}
.video .pass .b01 .img {
  margin-right: 25px;
  display: inline-block;
  float: left;
}
.video .pass .b01 .img img {
  display: inline-block;
}
.video .pass .b01 .btn {
  width: 135px;
}
.sub-middle-title {
  margin-bottom: 10px;
}
.sub-middle-title .middle-title {
  padding: 2px 0;
  color: #d0111a;
  font-size: 23px;
  font-weight: normal;
  letter-spacing: -0.5px;
  background: url("../images/sub/middle-title-bg.jpg") no-repeat;
}
.color-2nd-box .book_img .videohover {
  width: 183px;
  height: 121px;
  position: absolute;
}
.color-2nd-box .book_img .videohover:hover {
  background: url("../images/sub/video-hover.png") no-repeat;
}
.color-2nd-box .book-slider-con .bxslider {
  padding-top: 10px;
}
.color-2nd-box .book-slider-con img {
  padding-top: 15px;
}
.color-2nd-box .main-all-box {
  margin-bottom: 0px;
}
.color-2nd-box .main-all-box .all-slider-box {
  padding: 70px 35px 40px 35px;
  border: solid 1px #f92f38;
  margin-top: -1px;
}
.color-2nd-box .main-all-box .all-slider-box li:first-child {
  margin-left: 0;
}
.color-2nd-box .main-all-box .all-slider-box li {
  float: left;
  width: 539px;
}
.color-2nd-box .main-all-box .all-slider-box a {
  display: block;
}
.color-2nd-box .main-all-box .all-slider-box a:hover .over-txt-box {
  display: block;
}
.color-2nd-box .main-all-box .all-slider-box .img-box {
  position: relative;
}
.color-2nd-box .main-all-box .all-slider-box .img-box img {
  height: 324px;
  border: solid 1px #ddd;
}
.color-2nd-box .main-all-box .bx-wrapper .bx-controls-direction a {
  top: -35px;
}
.color-2nd-box .tab-content {
  padding: 65px 0;
  border-bottom: 1px solid #27a396;
  border-right: 1px solid #27a396;
  border-left: 1px solid #27a396;
}
.color-2nd-box .video-all-slider-box li {
  position: relative;
  float: left;
}
.color-2nd-box .video-all-slider-box li a {
  display: block;
  border: solid 1px #ababab;
}
.color-2nd-box .video-all-slider-box .video-img-box {
  position: relative;
}
.color-2nd-box .video-all-slider-box .video-title-box {
  width: 94%;
  padding: 20px 3%;
  position: absolute;
  top: 0;
  left: 0;
  background: url('../images/black-bg-02.png') repeat 0 0;
}
.color-2nd-box .video-all-slider-box .video-title-box .title-01 {
  color: #fff;
}
.color-2nd-box .video-all-slider-box .video-title-box .more-link {
  display: inline-block;
  border: none;
  position: absolute;
  top: 20px;
  right: 10px;
  color: #27a396;
  font-size: 12px;
}
.color-2nd-box .video-all-slider-box .txt-box {
  margin-top: 10px;
  font-size: 12px;
  text-align: center;
}
.color-2nd-box .video-all-slider-box .txt-box .title-01 {
  font-weight: bold;
  color: #222;
}
.color-2nd-box .main-community-box .top > div,
.color-2nd-box .main-community-box .bottom > div {
  height: 239px;
}
.color-2nd-box .main-community-box a {
  display: block;
}
.color-2nd-box .main-community-box .con-box {
  padding: 30px;
}
.color-2nd-box .main-community-box .con-box p {
  font-weight: normal;
}
.color-2nd-box .main-community-box .main-sns-box {
  color: #fff;
  float: left;
  display: inline-block;
  width: 25%;
  background-color: #595757;
}
.color-2nd-box .main-community-box .main-sns-box h4 {
  color: #fff;
}
.color-2nd-box .main-community-box .main-sns-box p {
  margin-top: 12px;
}
.color-2nd-box .main-community-box .main-sns-box .sns-icon-box {
  padding: 50px 0;
}
.color-2nd-box .main-community-box .main-sns-box .sns-icon-box li {
  float: left;
  margin-right: 3px;
}
.color-2nd-box .main-community-box .main-sns-box .sns-icon-box li a {
  display: block;
}
.color-2nd-box .main-community-box .main-press-box {
  float: left;
  display: inline-block;
  width: 25%;
}
.color-2nd-box .main-community-box .main-press-box p {
  margin-top: 12px;
}
.color-2nd-box .main-community-box .main-press-box .img {
  background: url("../images/main/press-bg.png") no-repeat center;
  padding: 58px;
}
.color-2nd-box .main-community-box .main-partnership-box {
  float: left;
  width: 25%;
  display: inline-block;
}
.color-2nd-box .main-community-box .main-partnership-box p {
  margin-top: 12px;
}
.color-2nd-box .main-community-box .main-partnership-box .img {
  background: url("../images/main/partnership-bg.png") no-repeat center;
  padding: 58px;
}
.color-2nd-box .main-community-box .main-cs-box {
  background-color: #27a396;
  float: left;
  width: 25%;
  display: inline-block;
}
.color-2nd-box .main-community-box .main-cs-box h4 {
  color: #fff;
}
.color-2nd-box .main-community-box .main-cs-box .white {
  color: #fff;
}
.color-2nd-box .main-community-box .main-cs-box p {
  margin-top: 12px;
}
.color-2nd-box .main-community-box .main-cs-box img {
  margin-top: 30px;
}
/*2018-07-03*/
.color-2nd-box .tab-wrap.wook-tab-01.seven-block .tab li:last-child {
  width: 184px; /*219px;*/
}
.color-2nd-box .tab-wrap.wook-tab-01.seven-block .tab li:last-child a {
  border-right: 1px solid #ccc;
}
/*2018-07-03*/
.color-2nd-box .tab-wrap.wook-tab-01.seven-block .tab li {
  width: 183px; /*220px;*/ 
}
/* 서브 컨텐츠 작업 시작 */
.bollet-01 {
  padding-left: 8px;
  background: url('../images/icon/bollet-01.gif') no-repeat 0 10px;
}
/* 본문 */
.sub-contents {
  width: 100%;
  position: relative;
  padding-bottom: 100px;
}
.sub-con {
  position: relative;
  line-height: 1.5;
  font-size: 14px;
}
.sub-con-02 {
  position: relative;
}
.sub-wrapper {
  width: 830px;
  float: right;
  margin-top: 30px;
}
.con-move-box {
  border-top: solid 1px #ddd;
}
.sub-con-margin {
  margin-top: 30px;
}
.sub-con-margin-02 {
  margin-top: 30px;
}
.sub-con-padding {
  padding-top: 30px;
}
.con-margin {
  margin-top: 30px;
}
.con-margin-02 {
  margin-top: 50px;
}
.s-title-01 {
  font-size: 22px;
  font-weight: bold;
}
.s-title-01.color-blue-01 {
  color: #788494;
}
.s-title-01.color-blue-02 {
  color: #0095e6;
}
.s-title-02 {
  font-size: 16px;
  font-weight: bold;
}
.s-title-02.color-blue-01 {
  color: #788494;
}
.s-title-02.color-blue-02 {
  color: #0095e6;
}
.s-title-03 {
  font-size: 24px;
  font-weight: bold;
}
.s-title-03.color-blue-01 {
  color: #788494;
}
.s-title-03.color-blue-02 {
  color: #0095e6;
}
.s-title {
  position: relative;
  color: #115aa3;
  font-size: 20px;
  font-weight: bold;
}
.s-title .line-top {
  display: block;
  width: 34px;
  height: 2px;
  position: absolute;
  top: -7px;
  left: 0;
  background-color: #115aa3;
}
.title-big-blue {
  font-size: 48px;
  font-weight: normal;
  color: #0095e6;
  letter-spacing: -2.5px;
}
.title-big-blue-02 {
  font-size: 30px;
  font-weight: normal;
  color: #0095e6;
  letter-spacing: -2.5px;
}
.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: 10px;
  background: url('../images/icon/gray-bollet.png') no-repeat 0 10px;
}
.white-bollet-li li {
  padding-left: 10px;
  background: url('../images/icon/white-bollet.png') no-repeat 0 10px;
}
/* 컨텐츠 화면크기 변화*/
.web-con {
  display: block;
}
.mobile-con {
  display: none;
}
/* 이미지 변화 */
.web-img {
  display: block;
}
.web-img-640 {
  display: none;
}
.web-img-320 {
  display: none;
}
/* 갤러리 게시판 */
.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 .img-box {
  text-align: center;
  border: solid 1px #ddd;
}
.gallery-board-01 .gallery-list li .txt-box {
  margin-top: 10px;
  height: 50px;
  text-align: center;
}
.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;
}
.step-list-box .step-list {
  text-align: center;
}
.step-list-box .step-list li {
  display: inline-block;
  padding: 15px 8px 15px 15px;
  margin: 7px 4px;
  width: 263px;
  height: 250px;
  border: solid 1px #e0e2e5;
  vertical-align: top;
  text-align: left;
}
.step-list-box .step-list .list-type-box li {
  padding: 0;
  padding-left: 7px;
  margin: 0 0 5px 0;
  width: auto;
  height: auto;
  border: none;
  font-size: 13px;
  background: url('../images/icon/bollet-02.gif') no-repeat 0 9px;
}
.reply .delete {
  font-size: 12px;
  padding: 0 3px 0 16px;
  border: 1px solid #ccc;
  background: url("../images/icon/close.gif") no-repeat 4px center;
}
.popupmail {
  width: 500px;
}
.popupmail .conwrap {
  margin: 0 20px;
}
.popupmail .title {
  padding: 30px 0;
}
.popupmail .title .tit {
  font-size: 25px;
  font-weight: 500;
  color: #222;
}
.popupmail .title .txt {
  margin-top: 20px;
  font-size: 13px;
  color: #999;
  line-height: 20px;
  letter-spacing: -1px;
}
.popupmail .input-type-02 {
  width: 92px;
}
.popupmail .input-type-03 {
  width: 140px;
}
.popupmail .text-area {
  width: 92%;
  height: 170px;
}
.popupmail .btn-type-01 {
  padding: 13px 30px;
  font-size: 16px;
}
.popupmail .popfoot {
  margin-top: 30px;
  height: 50px;
  background: #444;
}
.popupmail .popfoot .logo {
  padding: 15px 0 15px 30px;
  float: left;
}
.popupmail .popfoot .close {
  padding: 17px 10px;
  float: right;
}
.popupmail .popfoot .close a {
  color: #999;
}
.popupmail .policy {
  max-height: 130px;
}
.mailing {
  width: 800px;
  height: inherit;
}
.mailing .title {
  padding: 10px 0;
}
.mailing .text-area {
  height: 310px;
}
.mailing th {
  text-align: left;
  vertical-align: top;
}
.mailing .popfoot {
  background: #eee;
  font-size: 12px;
  line-height: 25px;
  padding: 30px 30px;
  height: 80px;
}
.mailing .popfoot .bold {
  color: #222;
}
/* 사이트맵 */
.sitemap-box dt {
  display: inline-block;
  padding: 20px 0 20px 30px;
}
.sitemap-box .nav-box-top {
  border-bottom: 1px solid #ddd;
}
.sitemap-box .nav-title {
  font-size: 18px;
  color: #000;
}
.sitemap-box .color-2nd-box .nav-list-01 > li a {
  color: #27a396;
}
.sitemap-box .nav-list-01 > li > a {
  color: #ec6067;
  font-size: 15px;
  font-weight: 500;
}
.sitemap-box .nav-list-01 {
  overflow: hidden;
  display: block;
  margin-bottom: 20px;
  float: left;
  width: 14.28%;
}
.sitemap-box .nav-list-01 .nav-list-02 {
  padding-bottom: 5px;
}
.sitemap-box .nav-list-01 .nav-list-02 li {
  margin-top: 10px;
  font-size: 13px;
  font-weight: normal;
}
.sitemap-box .nav-list-01 .nav-list-02 li a {
  color: #333;
}
.sitemap-box .nav-list-01 .nav-list-02 li:hover a {
  border-bottom: 1px solid #ec6067;
}
.sitemap-box .nav-box-bottom {
  border-bottom: 1px solid #ddd;
}
.sitemap-box .nav-box-bottom .nav-list-02 li:hover a {
  border-bottom: 1px solid #27a396;
}
.sitemap-box .icon-01 {
  background: url("../images/main/nav-icon01.jpg") no-repeat 0px center;
}
.sitemap-box .icon-02 {
  background: url("../images/main/nav-icon02.jpg") no-repeat 0px center;
}
/* 프린트 css */
.color-2nd-box a.videotabslider-07 {
  border-right: 1px solid #ccc;
}
.policy {
  max-height: 250px;
  overflow-y: scroll;
  margin: 20px 0 10px 0;
  border: 1px solid #ccc;
}
.mpclass li {
  width: 25% !important;
}
.mp-listed-01 .book_txt {
  width: 659px !important;
  float: right;
}
.mp-listed-01 .book_txt .book_ex {
  width: 659px;
}
.mp-listed-01 {
  margin-bottom: 30px;
}
.mp-listed-01 a {
  display: block;
}
.mp-listed-01 .book_img {
  float: left;
  margin-right: 40px;
}
.mp-listed-01 .book_img {
  width: 129px;
  height: 177px;
}
.mp-listed-01 .book_img .bookhover {
  width: 129px;
  height: 177px;
  position: absolute;
}
.mp-listed-01 .book_img .bookhover:hover {
  background: url("../images/sub/mp3-hover.png") no-repeat;
}
.mp-listed-01 .book_title {
  padding-top: 10px;
  margin-bottom: 25px;
}
.mp-listed-01 .book_title p {
  display: inline-block;
  width: 600px;
}
.image-list .mp-listed-01 .b01 {
  display: inline-block;
}
.image-list .mp-listed-01 .sub-wrap-1 {
  border-bottom: 1px solid #ddd;
}
.image-list .mp-listed-01 .book-listed-01 {
  float: left;
  overflow: hidden;
  margin: 0 38px !important;
  height: 265px;
  margin-bottom: 10px;
}
.image-list .mp-listed-01 .book_img {
  float: none;
  margin-right: 0px;
  display: inline-block;
}
.image-list .mp-listed-01 .book_img img {
  border: 1px solid #ccc;
}
.image-list .mp-listed-01 .book_title p {
  display: inline-block;
  overflow: inherit;
  white-space: inherit;
  text-overflow: none;
}
.image-list .mp-listed-01 .book_img .bookhover {
  width: 131px;
  height: 179px;
  position: absolute;
}
.image-list .mp-listed-01 .book_img .bookhover:hover {
  background: url("../images/sub/mp3-hover.png") no-repeat;
}
.image-list .mp-listed-01 .book_title {
  margin-bottom: 10px;
}
.image-list .mp-listed-01 .book_title p {
  font-weight: bold;
}
.image-list .mp-listed-01 .b01 {
  width: 130px;
  display: inline-block;
}
.image-list .mp-listed-01 .b01 .book_txt {
  width: inherit !important;
}
.image-list .mp-listed-01 .b01 .book_txt p {
  color: #333;
  font-size: 15px;
  font-weight: bold;
  width: 131px;
}
.cursor a {
  cursor: default;
}
.submitbtn {
  color: #fff;
  padding: 7px 50px;
}
.icon {
  display: inline-block;
  padding: 0 18px;
  margin-left: -1px;
  text-indent: -9999px;
  overflow: hidden;
}
.new {
  background: url("../images/icon/new.jpg") no-repeat 0px;
}
.cd {
  background: url("../images/icon/cd.jpg") no-repeat 0px;
}
.charge {
  background: url("../images/icon/charge.jpg") no-repeat 0px;
}
.free {
  background: url("../images/icon/free.jpg") no-repeat 0px;
}

.color-2nd-box .all-nav-box{
  border:1px solid #27a396;
}


/*0831 수정*/

.modal-footer .check-area {
  float: left;
}
.modal-footer .pop-close {
  float: right;
}
#modal_order .modal-dialog {
  max-width: 400px;
  width: 100%;
}

/* 2019-11-08 banghg */
.video .book_detail_view .btn_bx {
text-align:right;
overflow:hidden;position:relative;
margin-top:30px;
}
.video .book_detail_view .sel_duration,
.video .book_detail_view .btn-type-03{
margin:0 5px;
vertical-align:middle;
}
.video .book_detail_view .sel_duration{
	border-color:#30baac ;
    display: inline-block;
    line-height: 35px;
    width: 150px;
    height: 35px;
    font-size: 16px;
}