@charset "UTF-8";
/*! style.scss © zen9.co.kr, 2016.06 */
/**
 * Copyright (c) 2015 Spoqa, Inc.
 *
 * Permission is hereby granted, free of charge, to any person obtaining
 * a copy of this software and associated documentation files (the
 * "Software"), to deal in the Software without restriction, including
 * without limitation the rights to use, copy, modify, merge, publish,
 * distribute, sublicense, and/or sell copies of the Software, and to
 * permit persons to whom the Software is furnished to do so, subject to
 * the following conditions:
 *
 * The above copyright notice and this permission notice shall be
 * included in all copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
 * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
 * LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
 * OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
 * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 */
/* KR */
@font-face {
  font-family: 'Spoqa Han Sans';
  font-weight: 700;
  src: url("../fonts/SpoqaHanSans-Bold.eot");
  src: local("Spoqa Han Sans Bold"), url("../fonts/SpoqaHanSans-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/SpoqaHanSans-Bold.woff") format("woff"), url("../fonts/SpoqaHanSans-Bold.ttf") format("truetype");
}

@font-face {
  font-family: 'Spoqa Han Sans';
  font-weight: 400;
  src: url("../fonts/SpoqaHanSans-Regular.eot");
  src: local("Spoqa Han Sans Regular"), url("../fonts/SpoqaHanSans-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/SpoqaHanSans-Regular.woff") format("woff"), url("../fonts/SpoqaHanSans-Regular.ttf") format("truetype");
}

@font-face {
  font-family: 'Spoqa Han Sans';
  font-weight: 300;
  src: url("../fonts/SpoqaHanSansThin.eot");
  src: local("Spoqa Han Sans Light"), url("../fonts/SpoqaHanSansThin.eot?#iefix") format("embedded-opentype"), url("../fonts/SpoqaHanSansThin.woff") format("woff"), url("../fonts/SpoqaHanSansThin.ttf") format("truetype");
}

@font-face {
  font-family: 'Spoqa Han Sans';
  font-weight: 100;
  src: url("../fonts/SpoqaHanSansThin.eot");
  src: local("Spoqa Han Sans Thin"), url("../fonts/SpoqaHanSansThin.eot?#iefix") format("embedded-opentype"), url("../fonts/SpoqaHanSansThin.woff") format("woff"), url("../fonts/SpoqaHanSansThin.ttf") format("truetype");
}

/* JP */
@font-face {
  font-family: 'Spoqa Han Sans JP';
  font-weight: 700;
  src: local("Spoqa Han Sans JP Bold"), url("../fonts/SpoqaHanSansJPBold.woff2") format("woff2"), url("../fonts/SpoqaHanSansJPBold.woff") format("woff"), url("../fonts/SpoqaHanSansJPBold.ttf") format("truetype");
}

@font-face {
  font-family: 'Spoqa Han Sans JP';
  font-weight: 400;
  src: local("Spoqa Han Sans JP Regular"), url("../fonts/SpoqaHanSansJPRegular.woff2") format("woff2"), url("../fonts/SpoqaHanSansJPRegular.woff") format("woff"), url("../fonts/SpoqaHanSansJPRegular.ttf") format("truetype");
}

@font-face {
  font-family: 'Spoqa Han Sans JP';
  font-weight: 300;
  src: local("Spoqa Han Sans JP Light"), url("../fonts/SpoqaHanSansJPLight.woff2") format("woff2"), url("../fonts/SpoqaHanSansJPLight.woff") format("woff"), url("../fonts/SpoqaHanSansJPLight.ttf") format("truetype");
}

@font-face {
  font-family: 'Spoqa Han Sans JP';
  font-weight: 100;
  src: local("Spoqa Han Sans JP Thin"), url("../fonts/SpoqaHanSansJPThin.woff2") format("woff2"), url("../fonts/SpoqaHanSansJPThin.woff") format("woff"), url("../fonts/SpoqaHanSansJPThin.ttf") format("truetype");
}

.blind {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.blind.focusable:active, .blind.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

p, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-size: 12px;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

button,
input {
  margin: 0;
  padding: 0;
  color: #111;
}

.svg {
  display: block;
}

hr {
  display: none;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

::-moz-selection {
  background: #534cbf;
  text-shadow: none;
  color: #fff;
}

::selection {
  background: #534cbf;
  text-shadow: none;
  color: #fff;
}

i {
  font-style: normal;
}

a {
  text-decoration: none;
  color: #222;
}

legend, .blind {
  position: absolute;
  top: 0;
  height: 0;
  font-size: 1px;
  line-height: 0;
  text-indent: -9999em;
  overflow: hidden;
}

.clearfix:after {
  content: '';
  display: block;
  float: none;
  clear: both;
  height: 0;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
}

.txt_over {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.imgexpend {
  max-width: 100%;
}

/* accordion */
.accordion-wrap .accordion-content {
  display: none;
}

.accordion-wrap.on .accordion-content {
  display: block;
}

.line-fold-list {
  border-bottom: 1px #ececec solid;
}

.line-fold-list .accordion-wrap {
  border-top: 1px #ececec solid;
}

.line-fold-list .accordion-wrap.on .accordion-header a {
  color: #534cbf;
}

.line-fold-list .accordion-wrap.on .ico-handle {
  background-image: url("../images/asset/ico-more-on-m.png");
  margin-right:15px;
}

.line-fold-list .accordion-header {
  padding: 15px 0;
}

.line-fold-list .accordion-header a {
  position: relative;
  padding-right: 28px;
  display: block;
  color: #333;
  font-size: 1.16667rem;
  line-height: 1.66667rem;
}

.line-fold-list .accordion-header .ico-handle {
  position: absolute;
  top: 50%;
  right: 0;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  background: url("../images/asset/ico-more-off-m.png") 0 0 no-repeat;
  background-size: 16px auto;
  margin-right:15px;
}

.line-fold-list .accordion-content {
  padding: 12px 0 24px;
}

.box-fold-list .accordion-wrap {
  padding: 11px 15px 13px;
  border: 2px #efeef6 solid;
}

.box-fold-list .accordion-wrap.on .ico-handle {
  background-image: url("../images/asset/ico-fold-on-m.png");
}

.box-fold-list .accordion-header:before, .box-fold-list .accordion-header:after {
  content: "";
  display: table;
}

.box-fold-list .accordion-header:after {
  clear: both;
}

.box-fold-list .accordion-header a {
  position: relative;
  padding-right: 20px;
  display: block;
  font-size: 14px;
  line-height: 1.66667rem;
}

.box-fold-list .accordion-header a .em {
  font-size: 12px;
}

.box-fold-list .accordion-header .ico-handle {
  position: absolute;
  top: 50%;
  right: 0;
  width: 10px;
  height: 6px;
  margin-top: -3px;
  background: url("../images/asset/ico-fold-off-m.png") center center no-repeat;
  background-size: 10px auto;
}

.box-fold-list .accordion-header .agree-box {
  margin-top: 12px;
  float: right;
}

.box-fold-list .accordion-content {
  padding: 16px 0 5px;
  font-size: 0.91667rem;
  color: #767676;
}

/* SkipNavigation */
#skipNavigation {
  position: absolute;
  width: 100%;
  top: -200px;
  left: 0;
  margin: 0 auto;
  z-index: 9999;
}

#skipNavigation a {
  display: block;
  height: 35px;
  background-color: #1c80cc;
  color: #fff;
  text-align: center;
}

#skipNavigation:active, #skipNavigation:focus {
  position: absolute;
  left: 0;
  top: 200px;
  width: 100%;
  color: #fff;
  background: #1c80cc;
  line-height: 35px;
  text-align: center;
  border-bottom: 1px solid #dbdbdb;
  font-size: 16px;
}

/* emphasis */
.em {
  font-style: normal;
}

.em.disable {
  color: #cccccc;
}

.em.slightly {
  color: #888888;
}

.em.normal {
  color: #333;
}

.em.weighty {
  color: #534cbf;
}

.em.weightiest {
  color: #c84b47;
}

.em.warning {
  color: #e60012;
}

/* btn */
.btn {
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  text-decoration: none;
  -webkit-appearance: none;
  box-sizing: border-box;
}

.btn:before, .btn:after {
  content: "";
  display: table;
}

.btn:after {
  clear: both;
}

.btn[disabled] {
  color: #fff !important;
  background-color: #bbb !important;
  border-color: #bbb !important;
}

input.btn,
button.btn {
  overflow: visible;
  border: none;
  background: none;
}

.lt-ie8 button.btn {
  margin-left: 4px;
}

.btn.xsmall {
  padding: 0 5px;
  height: 20px;
  line-height: 18px;
  font-size: 11px;
  font-weight: normal;
  border-radius: 0px;
}

.btn.small {
  padding: 0 5px;
  height: 24px;
  line-height: 22px;
  font-size: 12px;
  font-weight: normal;
  border-radius: 0px;
}

.btn.medium {
  padding: 0 5px;
  height: 28px;
  line-height: 26px;
  font-size: 1rem;
  font-weight: normal;
  border-radius: 0px;
}

.btn.large {
  padding: 0 5px;
  height: 36px;
  line-height: 34px;
  font-size: 14px;
  font-weight: normal;
  border-radius: 0px;
}

.btn.xlarge {
  padding: 0 5px;
  height: 36px;
  line-height: 34px;
  font-size: 14px;
  font-weight: bold;
  font-family: "Oswald", sans-serif;
  border-radius: 0px;
}
.btn.xxlarge{display:block;font-size:14px;height:43px;line-height:43px;width:100%;}
.btn.disable {
  color: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #707070;
  background-color: #707070;
}

.btn.slightly {
  color: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #333;
  background-color: #333;
}

.btn.slightly:hover {
  background-color: #222;
}

.btn.normal {
  color: #222;
  border-width: 1px;
  border-style: solid;
  border-color: #222;
  background-color: #fff;
}

.btn.weighty {color: #fff;border-width: 1px;border-style: solid;border-color: #534cbf;background-color: #534cbf;}
.btn.weighty:hover{background-color: #4d46af;}
.btn.weighty.gray,
.btn.weighty.gray:hover{border-color:#333;background-color:#333;}
.btn.weighty.line,
.btn.weighty.line:hover{background-color:#fff;border:1px solid #534cbf;color:#534cbf;}

.btn.weightiest{
  color: #534cbf;
  border-width: 1px;
  border-style: solid;
  border-color: #534cbf;
  background-color: transparent;
  transition: .3s ease-in-out;
  -webkit-transition: .3s ease-in-out;
  position:relative;
}
.btn.weightiest span{
  position:relative;
  z-index: 2;
}
.btn.weightiest:before{
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #534cbf;
  transition: .3s cubic-bezier(0, 0.4, 0.5, 1);
  -webkit-transition: .3s cubic-bezier(0, 0.4, 0.5, 1);
  z-index: 1;
}
.btn.weightiest:hover:before{
  width:100%;
}
.btn.weightiest:hover{
  color:#fff;
}
.button-area:before, .button-area:after, .btn-group:before, .btn-group:after {
  content: "";
  display: table;
}

.button-area:after, .btn-group:after {
  clear: both;
}

.button-area > span, .btn-group > span {
  float: right;
}

.button-area > span + span, .btn-group > span + span {
  float: left;
}

.button-area .btn + .btn, .btn-group .btn + .btn {
  margin-left: 6px;
}

.button-area.large, .button-area.center, .btn-group.large, .btn-group.center {
  text-align: center;
}

input[type="text"], input[type="password"], input[type="number"], input[type="tel"], input[type="email"], input[type="search"] {
  -webkit-appearance: none;
  padding: 7px 2px 6px 2px;
  height: 36px;
  font-size: 1.16667rem;
  line-height: 22px;
  border: none;
  border-bottom: 1px #d8d8d8 solid;
  background-color: transparent;
  box-sizing: border-box;
  border-radius: 0px;
  transition: 0.4s border;
}
textarea{transition: 0.4s border;}

input[type="text"]:focus, input[type="password"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="email"]:focus, input[type="search"]:focus, textarea:focus {
  border-color: #534cbf;
  outline: none;
}

input[type="text"].input-sm, input[type="password"].input-sm, input[type="number"].input-sm, input[type="tel"].input-sm, input[type="email"].input-sm, input[type="search"].input-sm {
  padding: 4px 10px;
  height: 36px;
  border-width: 1px;
}

input[type="text"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #bbb;
}

input[type="text"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="search"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #bbb;
}

input[type="text"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder {
  /* IE 10+ */
  color: #bbb;
}

input[type="text"]:-moz-placeholder, input[type="password"]:-moz-placeholder, input[type="number"]:-moz-placeholder, input[type="tel"]:-moz-placeholder, input[type="email"]:-moz-placeholder, input[type="search"]:-moz-placeholder {
  /* Firefox 18- */
  color: #bbb;
}

input[type="text"]:placeholder, input[type="password"]:placeholder, input[type="number"]:placeholder, input[type="tel"]:placeholder, input[type="email"]:placeholder, input[type="search"]:placeholder {
  /* Firefox 18- */
  color: #bbb;
}

textarea {
  resize: none;
  -webkit-appearance: none;
  border: 1px #d8d8d8 solid;
  background-color: #fff;
  box-sizing: border-box;
}

.select_sty1{
  width: 90%;
  height: 30px;
  border: 1px solid #d8d8d8
}

/* pagination medium */
.pagination.medium {
  position: relative;
  text-align: center;
}
.pagination.medium > a.forPc{display:none;}
.pagination.medium > a, .pagination.medium strong {
  display: inline-block;
  margin: 0 5px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  font-size: 1rem;
  vertical-align: top;
}

.pagination.medium > a {
  color: #999;
  text-decoration: none;
}

.pagination.medium > strong {
  color: #111;
  font-weight: normal;
}

.pagination.medium > strong span {
  display: inline-block;
  padding: 0 1px;
  line-height: 1.05;
  border-bottom: 1px solid #111;
}

.pagination.medium .btn.prev, .pagination.medium .btn.next, .pagination.medium .btn.first, .pagination.medium .btn.last {
  position: relative;
  margin: 0;
  width: 16px;
  height: 16px;
  text-decoration: none;
  vertical-align: top;
  overflow: hidden;
  text-indent: -9999px;
  font-size: 0.01em;
  color: transparent;
}

.pagination.medium .btn.prev:after, .pagination.medium .btn.prev .after, .pagination.medium .btn.next:after, .pagination.medium .btn.next .after, .pagination.medium .btn.first:after, .pagination.medium .btn.first .after, .pagination.medium .btn.last:after, .pagination.medium .btn.last .after {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 13px auto;
}

.pagination.medium .btn.first {
  margin-right: 8px;
}

.pagination.medium .btn.first:after, .pagination.medium .btn.first .after {
  background-image: url("../images/icon/ico-pagination-first-m.png");
}

.pagination.medium .btn.prev {
  margin-right: 8px;
}

.pagination.medium .btn.prev:after, .pagination.medium .btn.prev .after {
  background-image: url("../images/icon/ico-pagination-prev-m.png");
}

.pagination.medium .btn.next {
  margin-left: 8px;
}

.pagination.medium .btn.next:after, .pagination.medium .btn.next .after {
  background-image: url("../images/icon/ico-pagination-next-m.png");
}

.pagination.medium .btn.last {
  margin-left: 8px;
}

.pagination.medium .btn.last:after, .pagination.medium .btn.last .after {
  background-image: url("../images/icon/ico-pagination-last-m.png");
}

.pagination.medium .left-box {
  display: inline-block;
  float: left;
}

.pagination.medium .right-box {
  display: inline-block;
  float: right;
}

.selector-wrap:before, .selector-wrap:after {
  content: "";
  display: table;
}

.selector-wrap:after {
  clear: both;
}

.selector-wrap .asset {
  margin-bottom: 8px;
  width: 50%;
  min-height: 16px;
  line-height: 16px;
}

.selector-wrap .asset label {
  display: block;
}

.selector-wrap .asset label:before, .selector-wrap .asset label:after {
  content: "";
  display: table;
}

.selector-wrap .asset label:after {
  clear: both;
}

.selector-wrap .asset .radio, .selector-wrap .asset .checker {
  float: left;
}

.selector-wrap .asset .radio.checked + .label, .selector-wrap .asset .checker.checked + .label {
  color: #534cbf;
}

.selector-wrap .asset .label {
  float: none;
  padding-left: 4px;
  display: block;
  font-size: 1rem;
  vertical-align: top;
  line-height: 16px;
  overflow: hidden;
}

.selector-wrap .asset .label .comment {
  font-size: 0.9em;
}

.selector-wrap.horizontal .asset {
  float: left;
}

.selector-wrap.horizontal .asset .label {
  display: inline-block;
}

.fieldset legend {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.fieldset legend.focusable:active, .fieldset legend.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.fieldset .field {
  position: relative;
  padding: 0;
  border-bottom: 1px;
}

.fieldset .field:before, .fieldset .field:after {
  content: "";
  display: table;
}

.fieldset .field:after {
  clear: both;
}

.fieldset .field + .field {
  margin-top: 22px;
}

.fieldset .field > .label {
  display: block;
  float: none;
  padding: 0 0 0 0;
  width: 200px;
  min-height: auto;
  line-height: 1.5;
  font-size: 1.16667rem;
  font-weight: normal;
  letter-spacing: -0.1em;
}

.fieldset .field > .label label {
  display: inline-block;
  padding-top: 0;
}
.fieldset .field.noline > .label label{border-bottom:0;}

.fieldset .field > .label .comment {
  margin-top: 3px;
  display: block;
  color: #999;
  font-size: 0.91667rem;
}

.fieldset .field > .insert {display: block;float: none;padding-left: 0;padding-right: 0px;font-size: 1.16667rem;}
.fieldset .field > .insert.mt1{margin-top:4px;}

.fieldset .field > .insert:before, .fieldset .field > .insert:after {
  content: "";
  display: table;
}

.fieldset .field > .insert:after {
  clear: both;
}

.fieldset .field .comment-line {
  clear: both;
  display: block;
  margin-top: 6px;
  font-size: 0.91667rem;
}

.fieldset .field input[type="text"], .fieldset .field input[type="password"], .fieldset .field input[type="number"], .fieldset .field input[type="tel"], .fieldset .field input[type="email"], .fieldset .field input[type="search"] {
  width: 100%;
  font-size: 1.16667rem;
}

.fieldset .field .row + .row {
  margin-top: 4px;
}

.fieldset .field .insert-multi {
  -ms-display: flex;
  display: flex;
}

.fieldset .field .insert-multi .box {
  -ms-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-shrink: 1;
  flex-shrink: 1;
}

.fieldset .field .insert-multi .box + .box {
  margin-left: 4px;
}

.fieldset .field .with-radio .radio-box {
  -ms-flex-basis: 140px;
  flex-basis: 140px;
}

.fieldset .field .with-select .select-box {
  -ms-flex-basis: 140px;
  flex-basis: 140px;
}

.fieldset .field .with-email .at-box {
  -ms-flex-basis: 1rem;
  flex-basis: 1rem;
  text-align: center;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  color: #666;
  line-height: 35px;
}

.fieldset .field .with-email .select-box {
  -ms-flex-basis: 40%;
  flex-basis: 40%;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
}

.fieldset .field .with-button .btn-box {
  -ms-flex-basis: 30%;
  flex-basis: 30%;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
}

.fieldset .field .with-button .btn-box .btn {
  padding: 0;
  width: 100%;
}

.fieldset .field .shipping-default-check {
  margin-top: 4px;
}

.fieldset.large {
  border-bottom: 1px #e1e1e1 solid;
}

.fieldset.large .field {
  display: table;
  width: 100%;
  border-top: 1px #e1e1e1 solid;
  table-layout: fixed;
}

.fieldset.large .field:before, .fieldset.large .field:after {
  display: none;
}

.fieldset.large .field + .field {
  margin-top: 0;
}

.fieldset.large .field > .label {
  padding-top: 8px;
  padding-left: 35px;
  width: 195px;
  display: table-cell;
  vertical-align: middle;
  background-color: #f7f7f7;
}

.fieldset.large .field > .label label {
  display: inline-block;
}

.fieldset.large .field > .insert {
  padding: 10px 15px;
  background-color: #fff;
  display: table-cell;
  width: auto;
  height: 35px;
  vertical-align: middle;
}

.fieldset.large input[type="text"], .fieldset.large input[type="password"], .fieldset.large input[type="number"], .fieldset.large input[type="tel"], .fieldset.large input[type="email"], .fieldset.large input[type="search"] {
  padding: 4px 10px;
  height: 36px;
  border-width: 1px;
}

.fieldset.large .select-wrap .asset {
  margin-top: 5px;
  margin-bottom: 5px;
}

.fieldset.large .field-double:before, .fieldset.large .field-double:after {
  content: "";
  display: table;
}

.fieldset.large .field-double:after {
  clear: both;
}

.fieldset.large .field-double .field {
  float: left;
  width: 50%;
}

/* data-table */
.data-table {
  table-layout: fixed;
  width: 100%;
  border: 0 none;
  border-spacing: 0;
  border-collapse: collapse;
}

.data-table caption {
  margin: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  line-height: 0;
  font-size: 0;
  visibility: hidden;
}

.data-table th.align-left, .data-table td.align-left {
  text-align: left;
}

.data-table th.align-right, .data-table td.align-right {
  text-align: right;
}

.data-table th.align-center, .data-table td.align-center {
  text-align: center;
}

.data-table.small {
  border-top: 2px #000 solid;
}

.data-table.small th {
  padding: 26px 10px 26px 20px;
  text-align: left;
  font-size: 1rem;
  border: none;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  background-color: #f5f4f9;
  vertical-align: top;
}

.data-table.small td {
  padding: 24px 30px;
  border: none;
  font-size: 18px;
  color: #333;
  text-align: left;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  background-color: #fff;
  word-break: break-all;
}

.data-table.small tbody th + td, .data-table.small tbody td + td {
  border-left: 1px #ececec solid;
}

.data-table.medium {
  border-top: 2px #000 solid;
}

.data-table.medium th {
  padding: 15px 2px;
  border: none;
  background-color: #f5f4f9;
}

.data-table.medium td {
  padding: 23px 10px;
  border: none;
  font-size: 1rem;
  color: #999;
  text-align: center;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  /*background-color: #fff;*/
  word-break: break-all;
}
.data-table.medium td.fcGray1{color:#777;}
.data-table.medium td.fcBlack1{color:#333;}

.data-table.medium td.fs18{color:#333;font-size:1em;}
.data-table.medium td.title,
.data-table.medium td.num{color:#333;font-size:1.2em;}
.data-table.medium td.title a {
  display: block;
  color: #333;
  font-size: 18px;
  overflow: hidden;
  max-height: 3em;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
}

.data-table.medium tbody th{text-align: left;padding-left: 35px;background-color: #f7f7f7;border-top: 1px solid #ececec;border-bottom: 1px solid #ececec;}
.data-table.medium tbody th.bg1{background-color:#fff;border-top:0;font-size:14px;margin:0 0 18px;padding:19px 0 5px;color:#333;}
.data-table.medium tbody th.bg2{background-color:#f5f4f9;border-right:1px solid #ececec;text-align:left;padding-left:10px;}
.data-table.medium tbody tr.title{border:0;padding:0;}
.data-table.medium tbody tr.title th{background-color:#fbfafe;font-size:14px;text-align:center;padding:15px 0;border-top:0;}

.data-table.medium tbody td + td {border-left: 1px #ececec solid;}

/* tab */
.tab {
  position: relative;
  margin: 0;
  padding: 0;
}

.tab:before, .tab:after {
  content: "";
  display: table;
}

.tab:after {
  clear: both;
}

.tab li {
  position: relative;
}

.tab li a {
  display: block;
  list-style: none;
  line-height: 1.2em;
  text-align: center;
  text-decoration: none;
}

.tab li a:focus {
  z-index: 10;
}

.tab li.on {
  z-index: 10;
}

.tab.small {
  height: 46px;
  border-top: 1px #ececec solid;
  border-bottom: 1px #ececec solid;
}

.tab.small li {
  float: left;
  padding: 11px 0;
  height: 45px;
  border-bottom: 2px transparent solid;
}

.tab.small li + li {
  margin-left: 24px;
}

.tab.small li a {
  display: block;
  font-size: 1.16667rem;
  line-height: 22px;
  color: #333;
}

.tab.small li.on {
  border-bottom-color: #534cbf;
}

.tab.small li.on a {
  color: #534cbf;
}

.board-list {
  border-top: 1px #333 solid;
}

.board-list.event-list {
  border-top: none;
}

.board-list li {
  border-bottom: 1px #e1e1e1 solid;
}

.board-list li + li {
  background-position: 0 0;
}

.board-list li + li .list-thumb {
  margin-top: 40px;
}

.board-list .list-thumb a {
  display: block;
  text-decoration: none;
  border-bottom: 1px #e1e1e1 solid;
}

.board-list .list-thumb img {
  display: block;
  width: 100%;
  height: auto;
}

.board-list .list-contents {
  display: flex;
  padding: 15px;
}

.board-list .ordered {
  margin-right: 10px;
  flex-basis: 24px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.board-list .ordered .num {
  font-style: italic;
}

.board-list .ordered .ico-warning {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 22px;
  text-align: center;
  color: #fff;
  background-color: #534cbf;
  border-radius: 100%;
}

.board-list .essential {
  width: 100%;
}

.board-list .d-counter {
  margin-left: 15px;
  flex-basis: 45px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  background-color: #534cbf;
  border-radius: 100%;
}

.board-list .d-counter .cell {
  color: #fff;
  font-weight: bold;
}

.board-list .primary a {
  display: inline-block;
  text-decoration: none;
  color: inherit;
  font-size: 1.16667rem;
}

.board-list .primary .category {
  display: block;
}

.board-list .addtinal {
  margin-top: 2px;
}

.board-list .addtinal .asset {
  display: inline-block;
}

.board-list .addtinal .asset + .asset {
  position: relative;
  margin-left: 6px;
  padding-left: 10px;
}

.board-list .addtinal .asset + .asset:before {
  position: absolute;
  display: block;
  content: '';
  width: 0px;
  height: 10px;
  margin-top: -5px;
  top: 50%;
  left: 0;
  border-left: 1px #e1e1e1 solid;
}

.board-list .link-area {
  margin-top: 8px;
}

.board-view {
  border-top: 1px #333 solid;
  border-bottom: 1px #e1e1e1 solid;
}

.board-view-top {
  position: relative;
  padding: 15px;
}

.board-view-top .primary a {
  display: inline-block;
  text-decoration: none;
  color: inherit;
  font-size: 1.16667rem;
}

.board-view-top .primary .category {
  display: block;
}

.board-view-top .addtinal {
  margin-top: 2px;
}

.board-view-top .addtinal .asset {
  display: inline-block;
}

.board-view-top .addtinal .asset + .asset {
  position: relative;
  margin-left: 6px;
  padding-left: 10px;
}

.board-view-top .addtinal .asset + .asset:before {
  position: absolute;
  display: block;
  content: '';
  width: 0px;
  height: 10px;
  margin-top: -5px;
  top: 50%;
  left: 0;
  border-left: 1px #e1e1e1 solid;
}

.board-view-top .link-aside {
  position: absolute;
  bottom: 15px;
  right: 15px;
}

.board-view-top .link-aside a {
  text-decoration: none;
}

.board-view-content {
  padding: 15px;
  border-top: 1px #e1e1e1 solid;
}

.board-view-content.board-view-answer {
  background-color: #fafafa;
}

.board-view-content .qna-label {
  display: block;
  margin-bottom: -10px;
  font-size: 2.5rem;
  font-weight: normal;
}

.board-view-content p, .board-view-content img {
  margin: 10px 0;
}

.board-view-content p:first-child, .board-view-content img:first-child {
  margin-top: 0;
}

.board-view-content img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}

.board-view-content .file-list {
  margin-top: 20px;
}

.board-view-content .file-list li + li {
  margin-top: 5px;
}

.board-view-content .file-list li a {
  position: relative;
  display: inline-block;
  padding-left: 16px;
  color: #666;
}

.board-view-content .file-list li a .ico {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 10px;
  height: 1.3em;
  background: url("../images/common/ico-down.png") center center no-repeat;
  background-size: 10px auto;
}

.board-list-nothing {
  padding: 100px 0;
  text-align: center;
  border-top: 1px #333 solid;
  border-bottom: 1px #e1e1e1 solid;
}

.board-list-nothing .ico {
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 2.16667rem;
  color: #fff;
  background-color: #ddd;
  border-radius: 100%;
}

.board-list-nothing p {
  margin-top: 10px;
  font-size: 1.5rem;
  color: #bbb;
}

.content-search-wrapper {
  padding: 14px 15px;
  border-bottom: 1px #e1e1e1 solid;
  background-color: #f6f6f6;
  box-sizing: border-box;
}

.content-search-wrapper + .subject-selector {
  margin-top: -1px;
  padding-top: 20px;
  background-color: #fff;
}

.content-search-wrapper .search-field {
  position: relative;
  padding: 6px 10px;
  border: 1px #e1e1e1 solid;
  background-color: #fff;
}

.content-search-wrapper .search-input {
  padding: 0 26px 0 10px;
  width: 100%;
  height: 21px;
  line-height: 21px;
  border: none;
}

.content-search-wrapper .search-btn {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  border: none;
  background-color: transparent;
  background-image: url("../images/svg/ico-search.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 17px auto;
  overflow: hidden;
  text-indent: -9999px;
  font-size: 0.01em;
  color: transparent;
}

* {
  box-sizing: border-box;
}

button,
input,
optgroup,
select,
textarea {
  font-family: "Spoqa Han Sans", "Spoqa Han Sans JP", "돋움", Dotum, Helvetica, Arial, sans-serif;
}

html {
  font-size: 12px;
}

html, html a {
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}

body {
  color: #333;
  font-family: "Spoqa Han Sans", "Spoqa Han Sans JP", "돋움", Dotum, Helvetica, Arial, sans-serif;
  line-height: 1.5;
  letter-spacing: 0.015em;
  background: transparent;
}

#wrap {
  position: relative;
  overflow-x:hidden;
}

.main #wrap {
  overflow: visible;
}

.container {
  position: relative;
}

#contents {
  margin: 0 15px;
}

.mobile-dpnone {
  display: none;
}

.btntop {
  display: none;
  position: fixed;
  width: 30px;
  height: 30px;
  bottom: 15px;
  right: 15px;
  z-index: 10;
}

#TopMove {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(0, 0, 0, 0.95);
  background-color: rgba(0, 0, 0, 0.95);
  overflow: hidden;
}

#TopMove .ico_totop {
  margin: auto;
  background: url("../images/icon/ico-totop-m.png") center center no-repeat;
  background-size: 100% 100%;
  width: 13px;
  height: 8px;
  display: block;
  text-indent: -999999px;
  overflow: hidden;
}

.breadcrumb {
  display: none;
}

/* 헤더 */
#headerWrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  border-bottom: 1px #ececec solid;
  background-color: #fff;
  z-index: 100;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}

#headerWrap.main-header-clone {
  background-color: transparent;
}

#headerWrap.main-header {
  height: 60px;
  border-bottom: none;
  background-color: rgba(255, 255, 255, 0);
}

#headerSearch {
  display: none;
}

.header-global-row .logo {
  margin:0 auto;width:108px;height:50px;
  text-align: center;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.header-global-row .logo a{display:block;background:url(../images/common/logo-sub.png) 50% 50% no-repeat;background-size:auto 16px;text-indent:-9999px;font-size:0;width:100%;height:100%;}

.main .main-header .header-global-row .logo a{background:url(../images/common/logo-new.png) 50% 50% no-repeat;background-size:auto 26px;margin-top:0;height:58px;}
/*.main .header-global-row .logo a{margin-top:20px;}*/


.header-global-row .logo a {
  display: block;
  text-align: center;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.main-header .header-global-row .logo a {
  color: #fff;
}

.header-global-row .logo strong {
  display:none;
  font-size: 16px;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.3em;
  text-align: center;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.header-global-row .logo span {
  display:none;
  margin-left: -3px;
  /*display: block;*/
  font-size: 7px;
  opacity: 0;
  margin-top: -20px;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.main-header .header-global-row .logo span {
  margin-top: 0;
  opacity: 1;
}


.header-global-row .menu-block {
  position: absolute;
  padding: 2px 0;
  top: 50%;
  left: 15px;
  height: 20px;
  margin-top: -10px;
}

.header-global-row .menu-block .toggler {
  position: relative;
  display: block;
  width: 24px;
  height: 16px;
}

.header-global-row .menu-block .toggler .bar {
  position: absolute;
  width: 24px;
  height: 1px;
  left: 50%;
  margin-left: -12px;
  background-color: #333;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.main-header .header-global-row .menu-block .toggler .bar {
  background-color: #fff;
}

.header-global-row .menu-block .toggler .bar-1 {
  top: 0;
}

.header-global-row .menu-block .toggler .bar-2 {
  margin-top: -0.5px;
  top: 50%;
}

.header-global-row .menu-block .toggler .bar-3 {
  margin-top: -1px;
  top: 100%;
  width: 12px
}

.header-global-row .menu-block .toggler .label {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-top: -9px;
  margin-left: 2px;
  font-size: 0.83333rem;
  height: 1.16667rem;
  line-height: 1.16667rem;
  letter-spacing: -0.05em;
}

.header-global-row .menu-block .toggler.on .bar {
  -webkit-transition: top 0s cubic-bezier(0.645, 0.045, 0.355, 1), margin 0.25s cubic-bezier(0.645, 0.045, 0.355, 1), width 0.25s cubic-bezier(0.645, 0.045, 0.355, 1), left 0.25s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1), background 0s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: top 0s cubic-bezier(0.645, 0.045, 0.355, 1), margin 0.25s cubic-bezier(0.645, 0.045, 0.355, 1), width 0.25s cubic-bezier(0.645, 0.045, 0.355, 1), left 0.25s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1), background 0s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: top 0s cubic-bezier(0.645, 0.045, 0.355, 1), margin 0.25s cubic-bezier(0.645, 0.045, 0.355, 1), width 0.25s cubic-bezier(0.645, 0.045, 0.355, 1), left 0.25s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1), background 0s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.header-global-row .menu-block .toggler.on .bar-1 {
  top: 50%;
  margin-top: -0.5px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.header-global-row .menu-block .toggler.on .bar-2 {
  top: 50%;
  margin-top: -0.5px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.header-global-row .menu-block .toggler.on .bar-3 {
  margin-left: 0;
  width: 0;
}

.header-global-row .menu-block .toggler.on .label {
  opacity: 0;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.header-global-row .search-block {
  position: absolute;
  padding: 2px;
  top: 50%;
  right: 10px;
  height: 20px;
  margin-top: -10px;
}

.header-global-row .search-block .toggler {
  display: block;
  width: 16px;
  height: 16px;
}

.header-global-row .search-block .label {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.header-global-row .search-block .label.focusable:active, .header-global-row .search-block .label.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.header-global-row .search-block .icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  margin-left: -8px;
  margin-top: -8px;
  background: url("../images/common/ico-search-m.png") center center no-repeat;
  background-size: 16px auto;
}

.main-header .header-global-row .search-block {
  display: none;
}

.header-global-row .lang-block {
  display: none;
}

.header-global-row .util-block {
  display: none;
  position: absolute;
  top: 20px;
  right: 15px;
}

.header-global-row .util-block:before, .header-global-row .util-block:after {
  content: "";
  display: table;
}

.header-global-row .util-block:after {
  clear: both;
}

.header-global-row .util-block ul {float: left;}
.header-global-row .util-block li.forWeb{display:none;}

.header-global-row .util-block ul:before, .header-global-row .util-block ul:after {
  content: "";
  display: table;
}

.header-global-row .util-block ul:after {
  clear: both;
}

.header-global-row .util-block ul li {float: left;margin-right:15px;}
.header-global-row .util-block ul a{color:#fff;display:block;height:20px;line-height:20px;}

.header-global-row .util-block .setting {
  float: left;
  display: block;
  width: 20px;
  height: 20px;
  overflow: hidden;
  text-indent: -9999px;
  font-size: 0.01em;
  color: transparent;
  background: url("../images/icon/ico-main-header-setting-m.png") 0 0 no-repeat;
  background-size: 20px auto;
}

.main-header .header-global-row .util-block {
  display: block;
}

#headerWrapClone {
  display: none;
}

#headerWrapClone.main-header-clone {
  background-color: transparent;
}

.main-header-clone {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background-color: #fff;
  z-index: 100;
}

.main-header-clone .logo {
  width: 63px;
  height: 28px;
  margin-left: -31.5px;
  margin-top: -14px;
}

.main-header-clone .logo a {
  background-image: url("../images/common/logo-clone-m.png");
  background-size: 63px auto;
}

.main-header-clone .menu-block {
  margin-top: 0;
  top: 20px;
}

.main-header-clone .menu-block .toggler .bar {
  background-color: #fff;
}

.main-header-clone .menu-block .toggler .label {
  color: #fff;
}

.main-navigation {
  position: fixed;
  top: 0;
  left: -108%;
  width: 100%;
  height: 100%;
  max-width: 500px;
  z-index: 102;
  background-color: #fff;
  box-sizing: border-box;
  -webkit-transition: left 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: left 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: left 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: left 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: left 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.main-navigation + .main-navigation-cover {
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  z-index: 101;
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 0;
  -webkit-transition: opacity 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: opacity 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: opacity 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: opacity 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.main-navigation.expand {
  left: 0;
}

.main-navigation.expand + .main-navigation-cover {
  width: 100%;
  opacity: 1;
}

.main-navigation .main-navigation-wrap {
  height: 100%;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

.main-navigation .main-navigation-close {
  position: absolute;
  display: block;
  right: 0;
  top: 21px;
  z-index: 10;
  width: 18px;
  height: 18px;
  background: url("../images/asset/ico-nav-close-m.png") 0 0 no-repeat;
  background-size: 18px auto;
  overflow: hidden;
  text-indent: -9999px;
  font-size: 0.01em;
  color: transparent;
}

.gnb-wrap {
  position: relative;
  height: 100%;
}

.gnb-inner {
  position: relative;
  padding: 60px 0 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}

.gnb a {
  display: inline-block;
}

.gnb .category-top {
  position: relative;
  padding: 18px 30px;
  min-height: 60px;
}

.gnb .category-top strong {
  display: block;
  font-size: 1.33333rem;
  height: 2rem;
  line-height: 2rem;
  color: #534cbf;
  text-align: center;
}

.gnb .category-top a.back {
  position: absolute;
  display: block;
  left: 0;
  top: 21px;
}

.gnb .category-top a.back img {
  width: 12px;
  height: auto;
}

.gnb li:first-child > .category-line {
  border-top: 1px #d8d8d8 solid;
}

.gnb .category-line {
  position: relative;
  padding: 18px 0 18px 0;
  min-height: 60px;
  border-bottom: 1px #d8d8d8 solid;
}

.gnb .category-line > a {
  display: block;
  font-size: 1.5rem;
  min-height: 2rem;
  line-height: 2rem;
  color: #333;
  z-index: 12;
  position:relative;
}

.gnb .category-line > a.blank span {
  display: inline-block;
  padding-right: 24px;
  background: url("../images/asset/ico-blank-m.png") right 5px no-repeat;
  background-size: 16px auto;
}

.gnb .category-line.on > a span {
  display: inline-block;
  position: relative;
  font-weight: bold;
  padding-right: 16px;
}

.gnb .category-line.on > a span:after {
  position: absolute;
  content: '';
  display: block;
  right: 0;
  top: 50%;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #534cbf;
}

.gnb .category-line > .more {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -18px;
  width: 36px;
  height: 36px;
  background: url("../images/asset/ico-more-off-m.png") 100% 50% no-repeat;
  background-size: 16px auto;
  z-index:15;
}

.gnb .category-line.select > .more {
  background-image: url("../images/asset/ico-more-on-m.png");
}

.gnb .category-line.select + .category-box {
  margin-top: -1px;
  border-top-width: 1px;
}

.gnb .category-line.select + .category-box li {
  padding: 16px 15px;
  height: 50px;
  border-bottom-width: 1px;
}

.gnb .category-box {
  position: relative;
  margin-top: 0;
  border-top: 1px #ececec solid;
  background-color: #f5f4f9;
  border-top-width: 0;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.gnb .category-box li {
  padding: 16px 15px;
  border-bottom: 1px #ececec solid;
  overflow: hidden;
  padding: 0 15px;
  height: 0;
  border-bottom-width: 0;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.gnb .category-box li a {
  display: block;
  color: #534cbf;
  line-height: 18px;
}

.gnb .category-box li.on span {
  display: inline-block;
  position: relative;
  font-weight: bold;
  padding-right: 16px;
}

.gnb .category-box li.on span:after {
  position: absolute;
  content: '';
  display: block;
  right: 0;
  top: 50%;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #534cbf;
}

.gnb .category-1st {
  width: 100%;
}

.gnb .category-1st > .category-line {
  display: block;
}

.gnb .category-1st > .category-line.hide {
  display: none;
}

.gnb .category-1st > .category-line.select + .sub-category {
  height: auto;
  left: 0;
}

.gnb .category-1st > .category-line.fix + .sub-category {
  height: auto;
  position: static;
  left: 0;
}

.gnb .category-1st > .category-line.fix.select + .sub-category {
  position: absolute;
  left: 100%;
}

.gnb .category-1st > .category-line .btn {
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.gnb .sub-category {
  height: 0;
  margin-top: -60px;
  position: absolute;
  top: 60px;
  left: 100%;
  width: 100%;
  background-color: #fff;
  z-index: 4;
  overflow: hidden;
  -webkit-transition: left 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: left 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: left 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: left 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: left 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.gnb .sub-category.select {
  left: 0;
}

.gnb .sub-category.fix {
  position: static;
  left: 0;
}

.gnb .sub-category.fix.select {
  position: absolute;
  left: 100%;
}

.gnb-link {
  padding-top: 24px;
  padding-bottom: 20px;
}

.gnb-link li {
  margin-top: 8px;
}

.gnb-link li a {
  color: #999;
}

.header-spacer {
  height: 50px;
}

/* 푸터 */
#footer {
  margin: 45px 15px 0;
}

.footer-wrap {
  padding-top: 32px;
  padding-bottom: 45px;
  border-top: 1px #333 solid;
}

.footer-wrap:before, .footer-wrap:after {
  content: "";
  display: table;
}

.footer-wrap:after {
  clear: both;
}

.foot-menu {
  padding: 4px 0;
  text-align: center;
}

.foot-menu li {
  padding: 0 10px;
  display: inline-block;
  text-align: center;
}

.foot-menu li a {
  color: #333;
}

.foot-menu .mobile-dpnone {
  display: none;
}

.foot-address {
  margin-top: 30px;
  text-align: center;
}

.foot-address .tel {
  margin-top: 10px;
}

.foot-address .tel:before, .foot-address .tel:after {
  content: "";
  display: table;
}

.foot-address .tel:after {
  clear: both;
}

.foot-address .tel > span {
  display: inline-block;
  width: 120px;
}

.foot-address .tel > span + span {
  position: relative;
}

.foot-address .tel > span + span:before {
  position: absolute;
  content: '';
  display: block;
  width: 2px;
  height: 2px;
  top: 50%;
  left: -3px;
  margin-top: -1px;
  border-radius: 100%;
  background-color: #aaa;
}

.foot-address .tel > span b {
  font-family: "Oswald", sans-serif;
}

.foot-address .sns {
  margin-top: 12px;
}

.foot-address .sns a {
  overflow: hidden;
  text-indent: -9999px;
  font-size: 0.01em;
  color: transparent;
  display: inline-block;
  width: 20px;
  height: 16px;
  text-decoration: none;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 20px auto;
}

.foot-address .sns .sns-facebook {
  background-image: url("../images/common/m-ico-foot-fb.png");
}

.foot-address .sns .sns-twitter {
  margin-left: 20px;
  background-image: url("../images/common/m-ico-foot-tw.png");
}

.foot-address .copyright {
  margin-top: 26px;
  font-size: 0.83333rem;
  color: #aaa;
}
.foot-address .shname{
  margin-bottom: 10px
}

.top-area-wrapper {
  position: relative;
  margin: 0 -15px;
  padding: 0 15px;
  background-color: #fff;
  z-index: 18;
}

.top-area-wrapper:before {
  position: absolute;
  content: '';
  top: -100px;
  left: 0;
  height: 100px;
  width: 100%;
  background-color: #fff;
}

.top-area {
  position: relative;
  padding-bottom: 30px;
}

.top-area:before, .top-area:after {
  content: "";
  display: table;
}

.top-area:after {
  clear: both;
}

.top-area .prev-page {
  margin-top: 12px;
  float: left;
}

.top-area h2, .top-area h3 {
  clear: both;
  text-align: center;
}

.top-area > h2 {
  clear: both;
  text-align: center;
  padding-top: 16px;
  font-size: 1.75rem;
}

.top-area-back {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 6;
  opacity: 0;
  -webkit-transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.top-area-back.view {
  height: 100%;
  opacity: 1;
}

.sub-visual {
  padding: 50px 15px 40px;
}

.sub-visual-title {
  padding: 25px 0 14px;
}

.prev-page .ico-prev {
  background: url(../images/icon/ico-prev-m.png) 0 0 no-repeat;
  background-size: 100% 100%;
  width: 30px;
  height: 13px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.prev-page span {
  color: #bbb;
  font-size: 1em;
  font-weight: 600;
}

.ico-down {
  background: url(../images/icon/ico-dwon-m.png) 0 0 no-repeat;
  background-size: 100% 100%;
  width: 10px;
  height: 6px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}

.ico-down-active {
  background: url(../images/icon/ico-up-m.png) 0 0 no-repeat;
  background-size: 100% 100%;
  width: 10px;
  height: 6px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}

.submenu-depth2 span {
  color: #333;
  font-size: 1rem;
  font-weight: 600;
}

.submenu-depth2 span.active,
.submenu-depth3 span.active {
  color: #534cbf;
}

.submenu-depth2 {
  float: right;
}

.submenu-depth2 h2 {
  padding-top: 12px;
}

.submenu-depth3-title {
  font-size: 1.34em;
}

.submenu-depth-list {
  width: 100%;
  position: absolute;
  left: 0;
  background: #fff;
  text-align: center;
  z-index: 9;
}

.submenu-depth-list ul {
  padding: 15px 30px;
}

.submenu-depth-list:after, .submenu-depth-list:before {
  position: absolute;
  content: '';
  top: 0;
  width: 800px;
  height: 100%;
  background-color: #fff;
}

.submenu-depth-list:before {
  left: 100%;
}

.submenu-depth-list:after {
  right: 100%;
}

.submenu-depth-list a {
  color: #bbb;
  font-size: 1.5rem;
}

/* .submenu-depth-list a:hover{
    color:#534cbf;
} */
.submenu-depth-list li {
  padding: 10px 0;
}

.submenu-depth-list li.selected a,
.submenu-depth-list li:hover a {
  color: #333;
  position: relative;
}

.submenu-depth-list li.selected a:after,
.submenu-depth-list li:hover a:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #534cbf;
  margin-left: 10px;
}

.submenu-depth2-list {
  top: 40px;
}

.submenu-depth3 {
  clear: both;
  font-size: 1.33333rem;
  text-align: center;
  padding: 20px 15px 0;
}

.submenu-depth3 span {
  color: #333;
  font-weight: 600;
}

.submenu-depth-list ul {
  display: none;
}

.sub-visual-cont {
  position: relative;
}

#__bs_notify__ {
  padding: 4px 8px !important;
  font-size: 11px !important;
  background-color: rgba(27, 32, 50, 0.4) !important;
}

.popwrap{
  display: none;
  position: relative;
  background-color: #fff
}
.poptype1{
  width: 100%
}
.poptit1{
  padding: 25px 15px 15px;
  font-size: 1.5rem;
  text-align: center
}
.pop_container1{
  padding: 0 20px 30px
}
.main_setarea .asset{
  margin-bottom: 15px
}
.main_setarea .asset .label{
  font-size: 1.125rem;
  font-weight: 500
}
.popwrap .pop_setclose{
  position: absolute;
  width: 36px;
  height: 36px;
  top: -46px;
  left: 50%;
  background-color: #fff;
  border-radius: 50%;
  transform: translateX(-50%);
  z-index: 5
}
.popwrap .pop_setclose button{
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  background: transparent;
  padding: 0;
  margin: 0;
  cursor: pointer;
  border: none
}
.popwrap .pop_setclose .ico{
  display: block;
  width: 16px;
  height: 16px;
  margin: auto;
  background-image: url('../images/common/popclose-m.png');
  background-repeat: no-repeat;
  background-size: contain;
  text-indent: -9999em;
  overflow: hidden
}
/* 데이터 없음 */
.no-data-area{
  padding: 60px;
  border-bottom: 1px solid #ececec
}
.no-data-area .ico-nodata{
  display: block;
  width: 46px;
  height: 46px;
  margin: auto;
  background-image: url('../images/common/exclamation-m.png');
  background-repeat: no-repeat;
  background-size: contain;
  text-indent: -9999em;
  overflow: hidden
}
.no-data-area > p{margin-top: 15px;text-align: center;color: #777;font-size: 1.125rem;}
.no-data-area > p.fs18{font-size:14px;}
.bigPicture, .bigPicture body{height:100%;}
.bigimgwrap{display:table;width:100%;height:100%; background: #111}
.bigimg_area{display:table-cell; width: 100%; height:100%; vertical-align: middle; text-align: center}
.bigimg_area img{max-width: 100%}
.only_desk{display:none}

/* 2018-12-05 조회수 추가 */
.views{position: relative; display: inline-block; vertical-align: text-top; padding-left: 6px; margin-left: 4px; font-style: normal; line-height: 1}
.views:after{content: ''; position: absolute; display: block; width: 2px; height: 2px; left: 0px; top: 50%; background-color: #bbb; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); z-index: 3}
.views i{color: #534cbf}


@media (min-width: 0px) and (max-width: 1023px) {

  .button-area.full, .btn-group.full {
    display: flex;
  }
  .button-area.full > .btn, .btn-group.full > .btn {
    flex-basis: 100%;
  }
  .button-area.full > .btn + .btn, .btn-group.full > .btn + .btn {
    margin-left: 10px;
  }
  .fieldset .field > .label {
    float: none;
    width: auto;
  }
  .fieldset .field > .label label {
    padding-top: 0;
  }
  .fieldset.large .field-double .field {
    float: none;
    width: 100%;
  }
  .data-table.small col:first-child {
    width: 100px !important;
  }
  .data-table.small th {
    padding: 13px 10px;
    font-size: 1rem;
  }
  .data-table.small td {
    padding: 12px 10px;
    font-size: 1.16667rem;
  }
  .data-table.medium.transform-m, .data-table.medium.transform-m tbody, .data-table.medium.transform-m tr, .data-table.medium.transform-m th, .data-table.medium.transform-m td {
    display: block;
  }
  .data-table.medium.transform-m tr.forPc{display:none;}
  .data-table.medium.transform-m thead {
    display: none;
  }
  .data-table.medium.transform-m tr{padding:18px 0;border-bottom:1px #ececec solid;}
  .data-table.medium.transform-m tr.lineColor1:last-child,
  .data-table.medium.transform-m tr.lineColor1{border-bottom-color:#d8d8d8;}
  .data-table.medium.transform-m tr.type2{border-bottom:0;padding:3px 0 0;}
  .data-table.medium.transform-m tr.type2 .title{text-align:left;width:100%;}
  .data-table.medium.transform-m tr.type2 td{padding:0;margin:0;width:38%;text-align:right;}
  .data-table.medium.transform-m tr.type2 td:before{display:none;}
  .data-table.medium.transform-m tr.type2 td.bar:before{display:inline;}
  .data-table.medium.transform-m tr.type2 td.align-left30{width:60%;text-align:left;}
  .data-table.medium.transform-m tr.type2tit{border-top:1px solid #ececec;margin:10px 0 0;padding:10px 0 0;}
  .data-table.medium.transform-m tr.type2tit:first-child{border-top:0;margin-top:0;}
  .data-table.medium.transform-m tr:last-child{border-bottom:1px solid #ececec;padding-bottom:;}
  .data-table.medium.transform-m td {
    display: inline-block;
    padding: 0;
    border: none;
    text-align: left;
  }
  .data-table.medium.transform-m td.des{display:inline;}
  .data-table.medium.transform-m td.des:before{top:6px;}
  .data-table.medium.transform-m td.blockForMobile{display:block;margin-left:0;padding-left:0;}
  .data-table.medium.transform-m td.dir{margin-left:0;padding-left:0;}
  .data-table.medium.transform-m td.dir:before,
  .data-table.medium.transform-m td.num,
  .data-table.medium.transform-m td.percent{display:none;}
  .data-table.medium.transform-m td.nobar{margin-left:0;padding-left:0;}
  .data-table.medium.transform-m td.nobar:before{display:none;}

  .data-table.medium.transform-m td.status{position:absolute;top:50%;right:0;margin-top:-10px;margin-left:0;padding-left:0;}
  .data-table.medium.transform-m td.status:before{display:none;}
  .data-table.medium.transform-m td + td {
    position: relative;
    margin-left: 6px;
    padding-left: 10px;
  }
  .data-table.medium tr{position:relative;}

  .data-table.medium td + td.row2 .ro1:before,
  .data-table.medium td + td.row2 .ro2:before,
  .data-table.medium.transform-m td + td:before {
    position: absolute;
    display: block;
    content: '';
    left: 0;
    top: 9px;
    width: 1px;
    height: 10px;
    margin-top: -5px;
    background-color: #ececec;
  }
  .data-table.medium.transform-m td.title {display: block;margin-bottom: 4px;font-size: 1.16667rem;}
  .data-table.medium.transform-m td.title + td {margin-left: 0;padding-left: 0;}
  .data-table.medium.transform-m td.title + td:before {display: none;}
  .data-table.medium td + td.check{position:absolute ;top:50%;right:0;background-color:#fff;margin-top:-8px !important;border-left:0;margin:0;}
  .data-table.medium td + td.row2{margin-left:0;padding-left:0;}
  .data-table.medium td + td.row2:before{background:none;}
  .data-table.medium td + td.row2 .ro1,
  .data-table.medium td + td.row2 .ro2{position:relative;display:inline-block;margin-left:6px;padding-left:10px;}
  .data-table.medium td + td.row2 .ro2{}
  .data-table.medium.transform-m td + td.check:before{background-color:transparent;}
  .poptype1{top: auto !important;bottom: 0 !important}

	.data-table.medium.transform-m.type2{display:table;}
	.data-table.medium.transform-m.type2 tbody{display:table-row-group;}
	.data-table.medium.transform-m.type2 tr{display:table-row;}
	.data-table.medium.transform-m.type2 th,
	.data-table.medium.transform-m.type2 td{display:table-cell;text-align:center;}
	.data-table.medium.transform-m.type2 tbody th.bg2{text-align:left;}
	.data-table.medium.transform-m.type2{border-top-width:1px;}
	.data-table.medium.transform-m.type2 th{background-color:#f5f4f9;}
	.data-table.medium.transform-m.type2 th.w1{width:100px;}
	.data-table.medium.transform-m.type2 td{padding-top:10px;padding-bottom:10px;text-align:center;}
	.data-table.medium.transform-m.type2 td.title{display:table-cell;}
	.data-table.medium.transform-m.type2 thead{display:table-header-group;text-align:center;}
	.data-table.medium.transform-m.type2 tr{padding:0;}
	.data-table.medium.transform-m.type2 tbody th.bg1{padding-top:10px;padding-bottom:10px;}
	.data-table.medium.transform-m.type2 .align-left20{text-align:left;padding-left:8px;}
	.data-table.medium.transform-m.type2 .align-left30{text-align:left;padding-left:15px;}
	.data-table.medium.transform-m.type2 td + td.row2 .ro1:before,
	.data-table.medium.transform-m.type2 td + td.row2 .ro2:before,
	.data-table.medium.transform-m.type2 td + td:before{display:none;}
	.data-table.medium.transform-m.type2 td + td{border-left:1px #ececec solid;}

}

@media (min-width: 0px) and (max-width: 679px) {
  .fieldset.large .field > .label {
    padding-left: 10px;
    width: 120px;
  }
  .fieldset.large .field > .insert {
    padding: 10px;
  }
}

@media all and (min-width: 1024px) {

	.header-global-row .logo .forMobile{display:none;}
	.header-global-row .logo .forPc{display:block;}
	.header-global-row .logo img{height:47px;}

	.sub-visual{padding: 60px 0 0 0;}
	#wrap{overflow-x:hidden;}

	.btn.weighty.line,
	.btn.weighty.line:hover{border-width:2px;}

	.data-table.medium td + td.row2 .ro1,
	.data-table.medium td + td.row2 .ro2{display:block;font-style:normal;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;word-wrap:break-word;margin:5px 10px 0;}
	.data-table.medium tbody tr.title th{font-size:18px;padding:25px 0;border-top:1px solid #ececec;}
	.top-area.pb2{padding-bottom:24px;}

	.data-table.medium tbody th.bg1{/*background-color:#f5f4f9;*/border-top:1px solid #ececec;border-right:1px solid #ececec;font-size:18px;padding-top:31px;text-align:center;vertical-align:top;}
	.data-table.medium tbody th.bg2{padding-left:20px;}
	.data-table.medium td.fs18{font-size:18px;}
	.pagination.medium > a.forPc{display:inline-block;}

	.data-table.medium.transform-m.type2 th{font-size:15px;}
	.data-table.medium.transform-m.type2 td{font-size:18px;height:76px;}
	.data-table.medium.transform-m.type2 .align-left20{padding-left:20px;}
	.data-table.medium.transform-m.type2 .align-left30{padding-left:30px;}
	.data-table.medium.transform-m.type2 th.w1{width:180px;}
	.data-table.medium.transform-m.type2 th.fs15,
	.data-table.medium.transform-m.type2 td.fs15{font-size:15px;}
  .bigimg_area img{max-width: none}
  .only_mobile{display:none}
  .only_desk{display:block}
}

@media (min-width: 1024px) {
  .line-fold-list .accordion-wrap {
    border-top: 1px #ececec solid;
  }
  .line-fold-list .accordion-wrap.on .ico-handle {
    background-image: url("../images/asset/ico-more-on.png");
    margin-right:20px;
  }
  .line-fold-list .accordion-header {
    padding: 20px 0;
  }
  .line-fold-list .accordion-header a {
    padding-right: 24px;
    font-size: 18px;
  }
  .line-fold-list .accordion-header .ico-handle {
    width: 18px;
    height: 18px;
    margin-top: -9px;
    background-image: url("../images/asset/ico-more-off.png");
    background-size: auto;
    margin-right:20px;
  }
  .line-fold-list .accordion-content {
    padding: 12px 0 24px;
  }
  .box-fold-list .accordion-wrap {
    padding: 20px;
  }
  .box-fold-list .accordion-wrap.on .ico-handle {
    background-image: url("../images/asset/ico-fold-on.png");
  }
  .box-fold-list .accordion-header a {
    display: inline-block;
    font-size: 18px;
    margin-bottom: 6px;
  }
  .box-fold-list .accordion-header .ico-handle {
    width: 12px;
    height: 12px;
    margin-top: -6px;
    background-image: url("../images/asset/ico-fold-off.png");
    background-size: auto;
  }
  .box-fold-list .accordion-header .agree-box {
    margin-top: 3px;
  }
  .box-fold-list .accordion-content {
    padding: 8px 0 6px;
  }
  .btn.xsmall {
    padding: 0 10px;
    height: 25px;
    line-height: 23px;
    font-size: 11px;
  }
  .btn.small {
    padding: 0 6px;
    height: 30px;
    line-height: 28px;
    font-size: 12px;
  }
  .btn.medium {
    padding: 0 12px;
    height: 36px;
    line-height: 34px;
    font-size: 1rem;
  }
  .btn.large {
    padding: 0 40px;
    height: 45px;
    line-height: 43px;
    font-size: 15px;
  }
  .btn.xlarge {
    padding: 0 40px;
    height: 55px;
    line-height: 53px;
    font-size: 18px;
  }
.btn.xxlarge{display:block;border-width:2px;font-size:18px;height:56px;line-height:56px;}
  input[type="text"], input[type="password"], input[type="number"], input[type="tel"], input[type="email"], input[type="search"] {
    padding: 12px 2px 11px 2px;
    height: 46px;
  }
  .pagination.medium > a, .pagination.medium > strong {
    margin: 0 4px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 15px;
  }
  .pagination.medium .btn.prev, .pagination.medium .btn.next, .pagination.medium .btn.first, .pagination.medium .btn.last {
    width: 24px;
    height: 24px;
  }
  .pagination.medium .btn.prev:after, .pagination.medium .btn.prev .after, .pagination.medium .btn.next:after, .pagination.medium .btn.next .after, .pagination.medium .btn.first:after, .pagination.medium .btn.first .after, .pagination.medium .btn.last:after, .pagination.medium .btn.last .after {
    background-size: auto;
  }
  .pagination.medium .btn.first:after, .pagination.medium .btn.first .after {
    background-image: url("../images/icon/ico-pagination-first.png");
  }
  .pagination.medium .btn.prev:after, .pagination.medium .btn.prev .after {
    background-image: url("../images/icon/ico-pagination-prev.png");
  }
  .pagination.medium .btn.next:after, .pagination.medium .btn.next .after {
    background-image: url("../images/icon/ico-pagination-next.png");
  }
  .pagination.medium .btn.last:after, .pagination.medium .btn.last .after {
    background-image: url("../images/icon/ico-pagination-last.png");
  }
  .pagination.medium .left-box {
    float: none;
    margin-right: 8px;
  }
  .pagination.medium .right-box {
    float: none;
    margin-left: 8px;
  }
  .selector-wrap .asset {
    width: auto;
    min-height: 22px;
    line-height: 22px;
  }
  .selector-wrap .asset .label {
    height: 22px;
    line-height: 26px;
  }
  .selector-wrap.horizontal .asset {
    margin-right: 60px;
  }
  .fieldset .field + .field {
    margin-top: 50px;
  }
  .fieldset .field {
    padding-left: 200px;
  }
  .fieldset .field > .label {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 18px;
  }
  .fieldset .field > .label label {
    display: block;
    height: 46px;
    line-height: 46px;
    border-bottom: 1px #d8d8d8 solid;
  }
  .fieldset .field > .insert {
    font-size: 1rem;
  }
  .fieldset .field .comment-line {
    font-size: 14px;
  }
  .fieldset .field input[type="text"], .fieldset .field input[type="password"], .fieldset .field input[type="number"], .fieldset .field input[type="tel"], .fieldset .field input[type="email"], .fieldset .field input[type="search"] {
    font-size: 1rem;
  }
  .tab.small {
    height: 72px;
  }
  .tab.small li {
    padding: 24px 0;
    height: 71px;
    border-bottom: 2px transparent solid;
  }
  .tab.small li + li {
    margin-left: 60px;
  }
  .tab.small li a {
    font-size: 18px;
    line-height: 24px;
  }
  .tab.small li.on {
    border-bottom-color: #534cbf;
  }
  .tab.small li.on a {
    color: #534cbf;
  }
  html {
    font-size: 15px;
  }
  #contents {
    margin: 0 auto;
    max-width: 84.03%;
  }
  .mobile-dpnone {
    display: block;
  }
  .btntop {
    width: 40px;
    height: 40px;
    right: 40px;
    bottom: 40px;
  }
  #TopMove .ico_totop {
    width: 11px;
    height: 7px;
  }
  .breadcrumb {
    display: block;
    position: absolute;
    right: 30px;
    top: 110px;
    width: 30px;
    height: 400px;
    overflow: hidden;
    z-index: 19;
  }
  .breadcrumb ul {
    position: absolute;
    top: 0;
    left: 30px;
    width: 400px;
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
  }
  .breadcrumb li {
    display: inline-block;
    position: relative;
    font-size: 0.875em;
    padding: 0 15px;
  }
  .breadcrumb li.ico-home {
    text-align: center;
  }
  .breadcrumb li.ico-home a {
    background: url("../images/icon/ico-home.png") 0 center no-repeat;
    display: inline-block;
    width: 18px;
    height: 14px;
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    text-indent: -9999px;
    overflow: hidden;
  }
  .breadcrumb li:before {
    position: absolute;
    content: url("../images/icon/ico-bt-arrow.png");
    display: block;
    bottom: 0;
    left: -6px;
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .breadcrumb li:first-child:before {
    display: none;
  }
  .breadcrumb li.located a {
    color: #333;
  }
  .breadcrumb li a {
    color: #bbb;
  }
  #headerWrap {
    height: 60px;
  }
  #headerWrap.main-header {
    height: 110px;
  }
  #headerSearch {
    display: block;
    position: absolute;
    top: 0;
    right: 40px;
  }
  #headerSearch input {
    padding: 20px 30px 19px 0;
    width: 180px;
    height: 60px;
    line-height: 20px;
    border-bottom: 1px #333 solid;
  }
  #headerSearch .btn {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -12px;
    width: 25px;
    height: 25px;
    background: url("../images/common/ico-search.png") 0 0 no-repeat;
    z-index: 2;
    overflow: hidden;
    text-indent: -9999px;
    font-size: 0.01em;
    color: transparent;
  }
  .main-header #headerSearch {
    display: none;
  }
  .header-global-row .logo{margin-top:16px;height:22px;}
  .header-global-row .logo a{background:url(../images/common/logo-sub-pc.png) 0 0 no-repeat;}
  /*.main .header-global-row .logo a{margin-top:20px;}*/

  .main-header .header-global-row .logo{margin-top:22px;width:194px;height:47px;}
  .main .main-header .header-global-row .logo a{background:url(../images/common/logo-new-pc.png) 50% 50% no-repeat;}
  .header-global-row .logo strong {
    font-size: 20px;
  }
  .main-header .header-global-row .logo strong {
    font-size: 30px;
    letter-spacing: 0.4em;
  }
  .header-global-row .logo span {
    margin-left: -12px;
    margin-top: -4px;
    font-size: 11px;
  }
  .header-global-row .logo img {
    display: block;
  }
  .header-global-row .menu-block {
    left: 40px;
    -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .main-header .header-global-row .menu-block {
    top: 40px;
    margin-top: 0;
  }
  .header-global-row .menu-block .toggler .bar-3 {
    width: 10px;
  }
  .header-global-row .menu-block .toggler .label {
    display: block;
    -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .main-header .header-global-row .menu-block .toggler .label {
    color: #fff;
  }
  .header-global-row .search-block {
    display: none;
  }
  .header-global-row .lang-block {
    position: absolute;
    display: block;
    top: 10px;
    right: 240px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
  }
  .main-header .header-global-row .lang-block {
    display: none;
  }
  .header-global-row .util-block {
    top: 40px;
    right: 40px;
  }
  .header-global-row .util-block li.forWeb{display:block;}
  .header-global-row .util-block ul a{height:30px;line-height:30px;}
  .header-global-row .util-block ul li {margin-right:40px;}
  .header-global-row .util-block .setting {
    width: 30px;
    height: 30px;
    background-image: url("../images/icon/ico-main-header-setting.png");
    background-size: auto;
  }
  .main-header-clone {
    height: 110px;
  }
  .main-header-clone .logo {
    width: 118px;
    height: 49px;
    margin-left: -59px;
    margin-top: -24.5px;
  }
  .main-header-clone .logo a {
    background: none;
  }
  .main-header-clone .menu-block {
    top: 40px;
  }
  .main-navigation {
    max-width: 1280px;
  }
  .main-navigation:before, .main-navigation:after {
    content: "";
    display: table;
  }
  .main-navigation:after {
    clear: both;
  }
  .main-navigation .main-navigation-wrap {
    position: static;
    float: right;
    padding: 155px 0 0;
    width: 990px;
    height: auto;
  }
  .main-navigation .main-navigation-close {
    left: 44px;
    top: 44px;
    background-image: url("../images/asset/ico-nav-close.png");
  }
  .gnb-wrap {
    position: static;
  }
  .gnb-inner {
    position: static;
    padding: 0;
    overflow: visible;
  }
  .gnb {
    position: relative;
  }
  .gnb .category-top {
    display: none;
  }
  .gnb li:first-child > .category-line {
    border: none;
  }
  .gnb .category-line {
    padding: 9px 0;
    border: none;
  }
  .gnb .category-line > a {
    font-size: 28px;
    min-height: 42px;
    line-height: 42px;
  }
  .gnb .category-line > a.blank span {
    background: url("../images/asset/ico-blank.png") right 12px no-repeat;
    background-size: 18px auto;
  }
  .gnb .category-line > .more {
    margin-top: -19px;
    background-image: url("../images/asset/ico-more-off.png");
    background-size: auto;
  }
  .gnb .category-line.select > .more, .gnb .category-line.fix > .more {
    background-image: url("../images/asset/ico-more-on.png");
  }
  .gnb .category-line.select + .category-box, .gnb .category-line.fix + .category-box {
    margin-top: 0;
  }
  .gnb .category-line.select + .category-box li, .gnb .category-line.fix + .category-box li {
    padding: 9px 0;
    height: auto;
  }
  .gnb .category-line.select + .category-box li a, .gnb .category-line.fix + .category-box li a {
    margin-left: 0px;
    opacity: 1;
    -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .gnb .category-line.select + .category-box li:nth-child(0) a, .gnb .category-line.fix + .category-box li:nth-child(0) a {
    -webkit-transition-delay: 0s;
    -ms-transition-delay: 0s;
    transition-delay: 0s;
  }
  .gnb .category-line.select + .category-box li:nth-child(1) a, .gnb .category-line.fix + .category-box li:nth-child(1) a {
    -webkit-transition-delay: 0.05s;
    -ms-transition-delay: 0.05s;
    transition-delay: 0.05s;
  }
  .gnb .category-line.select + .category-box li:nth-child(2) a, .gnb .category-line.fix + .category-box li:nth-child(2) a {
    -webkit-transition-delay: 0.1s;
    -ms-transition-delay: 0.1s;
    transition-delay: 0.1s;
  }
  .gnb .category-line.select + .category-box li:nth-child(3) a, .gnb .category-line.fix + .category-box li:nth-child(3) a {
    -webkit-transition-delay: 0.15s;
    -ms-transition-delay: 0.15s;
    transition-delay: 0.15s;
  }
  .gnb .category-line.select + .category-box li:nth-child(4) a, .gnb .category-line.fix + .category-box li:nth-child(4) a {
    -webkit-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
  .gnb .category-line.select + .category-box li:nth-child(5) a, .gnb .category-line.fix + .category-box li:nth-child(5) a {
    -webkit-transition-delay: 0.25s;
    -ms-transition-delay: 0.25s;
    transition-delay: 0.25s;
  }
  .gnb .category-line.select + .category-box li:nth-child(6) a, .gnb .category-line.fix + .category-box li:nth-child(6) a {
    -webkit-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
  .gnb .category-line.select + .category-box li:nth-child(7) a, .gnb .category-line.fix + .category-box li:nth-child(7) a {
    -webkit-transition-delay: 0.35s;
    -ms-transition-delay: 0.35s;
    transition-delay: 0.35s;
  }
  .gnb .category-line.select + .category-box li:nth-child(8) a, .gnb .category-line.fix + .category-box li:nth-child(8) a {
    -webkit-transition-delay: 0.4s;
    -ms-transition-delay: 0.4s;
    transition-delay: 0.4s;
  }
  .gnb .category-line.select + .category-box li:nth-child(9) a, .gnb .category-line.fix + .category-box li:nth-child(9) a {
    -webkit-transition-delay: 0.45s;
    -ms-transition-delay: 0.45s;
    transition-delay: 0.45s;
  }
  .gnb .category-line.select + .category-box li:nth-child(10) a, .gnb .category-line.fix + .category-box li:nth-child(10) a {
    -webkit-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
    transition-delay: 0.5s;
  }
  .gnb .category-line.select.fix > .more {
    background-image: url("../images/asset/ico-more-off.png");
  }
  .gnb .category-box {
    position: absolute;
    top: 0;
    left: 270px;
    width: 170px;
    border: none;
    background: none;
  }
  .gnb .category-box li {
    padding: 9px 0;
    height: auto;
    min-height: 60px;
    border: none;
    min-height: 0;
    height: 0;
    padding: 0;
    -webkit-transition: all 0s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 0s cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition: all 0s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .gnb .category-box li a {
    display: inline-block;
    color: #534cbf;
    font-size: 18px;
    line-height: 1.5;
    margin-left: 20px;
    opacity: 0;
  }
  .gnb .category-box li.on span {
    padding-right: 18px;
  }
  .gnb .category-box li.on span:after {
    margin-top: -4px;
    width: 8px;
    height: 8px;
  }
  .gnb .category-1st {
    width: 250px;
  }
  .gnb .category-1st > .category-line.hide {
    display: block;
  }
  .gnb .category-1st > .category-line.select + .sub-category, .gnb .category-1st > .category-line.fix + .sub-category {
    position: absolute;
    left: 390px;
  }
  .gnb .category-1st > .category-line.select + .sub-category .category-line, .gnb .category-1st > .category-line.fix + .sub-category .category-line {
    padding: 9px 0;
    height: auto;
    min-height: 60px;
    overflow: visible;
  }
  .gnb .category-1st > .category-line.select + .sub-category .category-line > a, .gnb .category-1st > .category-line.select + .sub-category .category-line > .btn, .gnb .category-1st > .category-line.fix + .sub-category .category-line > a, .gnb .category-1st > .category-line.fix + .sub-category .category-line > .btn {
    opacity: 1;
    -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .gnb .category-1st > .category-line.select + .sub-category .category-line > a, .gnb .category-1st > .category-line.fix + .sub-category .category-line > a {
    left: 0;
  }
  .gnb .category-1st > .category-line.select + .sub-category .category-line > .btn, .gnb .category-1st > .category-line.fix + .sub-category .category-line > .btn {
    right: 0;
  }
  .gnb .category-1st > .category-line.select + .sub-category li:nth-child(0) .category-line > a, .gnb .category-1st > .category-line.select + .sub-category li:nth-child(0) .category-line > .btn, .gnb .category-1st > .category-line.fix + .sub-category li:nth-child(0) .category-line > a, .gnb .category-1st > .category-line.fix + .sub-category li:nth-child(0) .category-line > .btn {
    -webkit-transition-delay: 0s;
    -ms-transition-delay: 0s;
    transition-delay: 0s;
  }
  .gnb .category-1st > .category-line.select + .sub-category li:nth-child(1) .category-line > a, .gnb .category-1st > .category-line.select + .sub-category li:nth-child(1) .category-line > .btn, .gnb .category-1st > .category-line.fix + .sub-category li:nth-child(1) .category-line > a, .gnb .category-1st > .category-line.fix + .sub-category li:nth-child(1) .category-line > .btn {
    -webkit-transition-delay: 0.05s;
    -ms-transition-delay: 0.05s;
    transition-delay: 0.05s;
  }
  .gnb .category-1st > .category-line.select + .sub-category li:nth-child(2) .category-line > a, .gnb .category-1st > .category-line.select + .sub-category li:nth-child(2) .category-line > .btn, .gnb .category-1st > .category-line.fix + .sub-category li:nth-child(2) .category-line > a, .gnb .category-1st > .category-line.fix + .sub-category li:nth-child(2) .category-line > .btn {
    -webkit-transition-delay: 0.1s;
    -ms-transition-delay: 0.1s;
    transition-delay: 0.1s;
  }
  .gnb .category-1st > .category-line.select + .sub-category li:nth-child(3) .category-line > a, .gnb .category-1st > .category-line.select + .sub-category li:nth-child(3) .category-line > .btn, .gnb .category-1st > .category-line.fix + .sub-category li:nth-child(3) .category-line > a, .gnb .category-1st > .category-line.fix + .sub-category li:nth-child(3) .category-line > .btn {
    -webkit-transition-delay: 0.15s;
    -ms-transition-delay: 0.15s;
    transition-delay: 0.15s;
  }
  .gnb .category-1st > .category-line.select + .sub-category li:nth-child(4) .category-line > a, .gnb .category-1st > .category-line.select + .sub-category li:nth-child(4) .category-line > .btn, .gnb .category-1st > .category-line.fix + .sub-category li:nth-child(4) .category-line > a, .gnb .category-1st > .category-line.fix + .sub-category li:nth-child(4) .category-line > .btn {
    -webkit-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
  .gnb .category-1st > .category-line.select + .sub-category li:nth-child(5) .category-line > a, .gnb .category-1st > .category-line.select + .sub-category li:nth-child(5) .category-line > .btn, .gnb .category-1st > .category-line.fix + .sub-category li:nth-child(5) .category-line > a, .gnb .category-1st > .category-line.fix + .sub-category li:nth-child(5) .category-line > .btn {
    -webkit-transition-delay: 0.25s;
    -ms-transition-delay: 0.25s;
    transition-delay: 0.25s;
  }
  .gnb .category-1st > .category-line.select + .sub-category li:nth-child(6) .category-line > a, .gnb .category-1st > .category-line.select + .sub-category li:nth-child(6) .category-line > .btn, .gnb .category-1st > .category-line.fix + .sub-category li:nth-child(6) .category-line > a, .gnb .category-1st > .category-line.fix + .sub-category li:nth-child(6) .category-line > .btn {
    -webkit-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
  .gnb .category-1st > .category-line.select + .sub-category li:nth-child(7) .category-line > a, .gnb .category-1st > .category-line.select + .sub-category li:nth-child(7) .category-line > .btn, .gnb .category-1st > .category-line.fix + .sub-category li:nth-child(7) .category-line > a, .gnb .category-1st > .category-line.fix + .sub-category li:nth-child(7) .category-line > .btn {
    -webkit-transition-delay: 0.35s;
    -ms-transition-delay: 0.35s;
    transition-delay: 0.35s;
  }
  .gnb .category-1st > .category-line.select + .sub-category li:nth-child(8) .category-line > a, .gnb .category-1st > .category-line.select + .sub-category li:nth-child(8) .category-line > .btn, .gnb .category-1st > .category-line.fix + .sub-category li:nth-child(8) .category-line > a, .gnb .category-1st > .category-line.fix + .sub-category li:nth-child(8) .category-line > .btn {
    -webkit-transition-delay: 0.4s;
    -ms-transition-delay: 0.4s;
    transition-delay: 0.4s;
  }
  .gnb .category-1st > .category-line.select + .sub-category li:nth-child(9) .category-line > a, .gnb .category-1st > .category-line.select + .sub-category li:nth-child(9) .category-line > .btn, .gnb .category-1st > .category-line.fix + .sub-category li:nth-child(9) .category-line > a, .gnb .category-1st > .category-line.fix + .sub-category li:nth-child(9) .category-line > .btn {
    -webkit-transition-delay: 0.45s;
    -ms-transition-delay: 0.45s;
    transition-delay: 0.45s;
  }
  .gnb .category-1st > .category-line.select + .sub-category li:nth-child(10) .category-line > a, .gnb .category-1st > .category-line.select + .sub-category li:nth-child(10) .category-line > .btn, .gnb .category-1st > .category-line.fix + .sub-category li:nth-child(10) .category-line > a, .gnb .category-1st > .category-line.fix + .sub-category li:nth-child(10) .category-line > .btn {
    -webkit-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
    transition-delay: 0.5s;
  }
  .gnb .category-1st > .category-line.fix.select + .sub-category {
    display: none;
    left: 470px;
  }
  .gnb .category-1st > .category-line.fix.select + .sub-category .category-line {
    padding: 0;
    height: 0;
    min-height: 0;
  }
  .gnb .sub-category {
    margin-top: 0;
    top: 0px;
    left: 470px;
    width: 170px;
    overflow: visible;
    -webkit-transition: all 0s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 0s cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition: all 0s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .gnb .sub-category .category-line {
    padding: 0;
    height: 0;
    min-height: 0;
    overflow: hidden;
  }
  .gnb .sub-category .category-line > a, .gnb .sub-category .category-line > .btn {
    opacity: 0;
  }
  .gnb .sub-category .category-line > a {
    position: relative;
    left: 20px;
  }
  .gnb .sub-category .category-line > .btn {
    margin-top: -26px;
    position: absolute;
    right: -20px;
  }
  .gnb .sub-category .category-line.on span {
    padding-right: 18px;
  }
  .gnb .sub-category .category-line.on span:after {
    margin-top: -4px;
    width: 8px;
    height: 8px;
  }
  .gnb .category-2nd .category-line > a {
    font-size: 18px;
    line-height: 1.5;
  }
  .header-spacer {
    height: 60px;
  }
  .foot-menu li {
    display: block;
  }
  .foot-menu .mobile-dpnone {
    display: block;
  }
  #footer {
    margin: 70px 15px 0;
  }
  #footer:before, #footer:after {
    content: "";
    display: table;
  }
  #footer:after {
    clear: both;
  }
  .footer-wrap {
    margin: 0 auto;
    padding: 60px 0;
    max-width: 84.03%;
  }
  .foot-logo {
    float: left;
    width: 279px;
  }
  .foot-logo > a {
    display: block;
  }
  .foot-logo > a + a {
    margin-top: 32px;
  }
  .foot-menu {
    float: left;
    width: 220px;
    padding: 0;
  }
  .foot-menu li {
    padding: 6px 0;
    text-align: left;
    font-size: 14px;
  }
  .foot-address {
    margin: 0;
    float: right;
    text-align: left;
  }
  .foot-address p {
    font-size: 14px;
    letter-spacing: -0.01em;
  }
  .foot-address .tel {
    margin-top: 5px;
  }
  .foot-address .tel > span {
    width: auto;
  }
  .foot-address .tel > span + span {
    margin-left: 20px;
  }
  .foot-address .tel > span + span:before {
    left: -12px;
  }
  .foot-address .sns {
    margin-top: 14px;
  }
  .foot-address .sns a {
    background-size: auto;
  }
  .foot-address .sns .sns-facebook {
    width: 12px;
    height: 18px;
    background-image: url("../images/common/ico-foot-fb.png");
  }
  .foot-address .sns .sns-twitter {
    margin-left: 20px;
    width: 20px;
    height: 18px;
    background-image: url("../images/common/ico-foot-tw.png");
  }
  .foot-address .copyright {
    margin-top: 10px;
    font-size: 14px;
  }
  .foot-address .copyright span {
    display: block;
  }
  .foot-address .shname{
    margin-bottom: 5px
  }
  #contents {
    padding: 52px 0 30px 0;
  }
  .top-area-wrapper {
    margin: 0 -800px;
    padding: 0 800px;
  }
  .top-area {
    position: relative;
    min-height: 50px;
    padding-bottom: 50px;
  }
  .top-area .prev-page {
    position: relative;
    z-index: 2;
  }
  .top-area > h2 {
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    font-size: 34px;
    line-height: 48px;
    z-index: 1;
  }
  .sub-visual-title .submenu-depth2 {
    line-height: 50px;
  }
  .prev-page .ico-prev {
    background: url(../images/icon/ico-prev.png) 0 0 no-repeat;
    width: 61px;
    height: 15px;
  }
  .prev-page span,
  .sub-visual-title .submenu-depth2 span {
    font-size: 1em;
  }
  .submenu-depth2 {
    float: left;
    margin-left: 40px;
    z-index: 2;
  }
  .submenu-depth3-title {
    position: absolute;
    padding: 0;
    top: 0;
    left: 0;
    width: 100%;
    font-size: 34px;
    z-index: 1;
  }
  .ico-down {
    background: url(../images/icon/ico-dwon.png) 0 0 no-repeat;
    width: 11px;
    height: 7px;
  }
  .ico-down-active {
    background: url(../images/icon/ico-up.png) 0 0 no-repeat;
    width: 11px;
    height: 7px;
  }
  .sub-visual-title {
    padding: 100px 0;
    overflow: hidden;
  }
  .submenu-depth3 {
    clear: inherit;
    padding: 0;
    font-size: 2.27em;
  }
  .submenu-depth3 .mTitle1,
  .submenu-depth3 .submenu-depth3-title > a{
    position: absolute;
    left: 50%;
    transform: translate(-50%);
  }
  .submenu-depth3-list {
    top: 44px;
  }
  .submenu-depth-list li.selected a:after,
  .submenu-depth-list li:hover a:after {
    width: 10px;
    height: 10px;
  }
  .submenu-depth2 .submenu-depth-list a {
    font-size: 1.75em;
  }
  .submenu-depth-list ul {
    padding-bottom: 40px;
  }
  .submenu-depth-list li {
    padding: 5px 0;
  }
  .submenu-depth2-list ul {
    max-width: 1180px;
    margin: 0 auto;
  }
  .submenu-depth2-list li {
    text-align: left;
    margin-left: 108px;
  }
  .topmrg_type1{
    padding-top: 15px;
    border-top: 1px solid #ececec
  }
  .poptype1{
    width: 380px
  }
  .poptit1{
    padding: 40px 30px 30px;
    font-size: 1.75rem
  }
  .pop_container1{
    padding-left: 30px;
    padding-right: 30px
  }
  .main_setarea .asset{
    margin-bottom: 20px
  }
  .popwrap .pop_setclose{
    width: 44px;
    height: 44px;
    top: -64px
  }
  .no-data-area{
    padding: 100px;
  }
  .no-data-area .ico-nodata{
    width: 64px;
    height: 64px;
    background-image: url('../images/common/exclamation-d.png');
  }
  .no-data-area > p{
    margin-top: 22px;
    font-size: 26px
  }
	.no-data-area > p.fs18{font-size:18px;}
  /* 2018-12-05 조회수 추가 */
  .views{padding-left: 10px; margin-left: 8px}

}
@media (min-width: 1280px) {
  .main-navigation .main-navigation-wrap {
    padding: 230px 0 0;
    width: 1030px
  }
  .gnb .category-1st > .category-line.select + .sub-category, .gnb .category-1st > .category-line.fix + .sub-category {
    left: 470px;
  }
}

@media (min-width: 1440px) {
  #contents {
    max-width: 1180px;
    padding-top: 72px
  }
  .footer-wrap {
    max-width: 1180px;
  }
  .foot-logo{
    width: 425px;
  }
  .top-area{padding-bottom:60px;}
  .top-area.pb1{padding-bottom:25px;}
  .breadcrumb {
    top: 128px
  }
}

.owl-carousel .owl-item img{
	max-width: 100%;
	width: auto;
	margin: auto
}

