/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+KR:200,300,400,500,600,700,900&subset=korean");
@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900");
@import url("https://fonts.googleapis.com/css?family=Lora:400,400i,700,700i|Prata");
@import url("https://fonts.googleapis.com/css?family=Lora:400,400i,700,700i|Prata");
@import url("https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+KR:100,300,400,500,700,900&display=swap&subset=korean");
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

strong {
  font-weight: bold; }

.container:after, .clearfix:after, .row:after, ul:after {
  content: '';
  display: table;
  clear: both; }

header:after {
  content: '';
  display: table;
  clear: both; }

*, *:after, *:before {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit; }

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

img {
  vertical-align: top;
  max-width: 100%; }

a {
  color: #333;
  text-decoration: none; }
  a:focus, a:hover, a:active {
    text-decoration: none;
    outline: 0; }

::-webkit-input-placeholder {
  color: #bbb; }

:-moz-placeholder {
  color: #bbb; }

::-moz-placeholder {
  color: #bbb; }

:-ms-input-placeholder {
  color: #bbb; }

*::selection {
  background: #16b9ff;
  color: #fff; }

*::-moz-selection {
  background: #16b9ff;
  color: #fff; }

.clear {
  clear: both; }

[type="text"], [type="num"], [type="tel"], [type="file"], [type="password"], [type="email"], [type="search"], [type="url"], textarea {
  border: 1px solid #eee;
  padding: 0 5px; }

[type="text"]:focus, [type="num"]:focus, [type="tel"]:focus, [type="file"]:focus, [type="password"]:focus, [type="email"]:focus, [type="search"]:focus, [type="url"]:focus, textarea:focus {
  border-color: #ff6678;
  outline: 0; }

input[type=button] {
  -webkit-appearance: none !important; }

/* main font */
@font-face {
  font-family: 'GmarketSansMedium';
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'GmarketSansLight';
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'GmarketSansBold';
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
*:focus {
  outline: none !important; }

.clear {
  clear: both; }

body {
  font-family: 'Noto Sans KR','Noto Serif KR','Prata', 'Roboto' ,'dotum', 'gulim' , 'sans-serif';
  word-break: break-all;
  font-weight: 300;
  line-height: 1; }

/* layout */
body, html {
  height: 100%; }

#wrap {
  width: 100%;
  margin: 0 auto;
  position: relative; }

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0; }

@media only screen and (max-width: 768px) {
  .container {
    width: 100%;
    margin: 0 auto;
    padding: 0 0px; } }
@media only screen and (max-width: 542px) {
  .container {
    max-width: 768px;
    margin: 0;
    padding: 0 20px; } }
@media only screen and (max-width: 320px) {
  .container {
    max-width: 320px;
    padding: 0 10px; } }
/* typography */
h1, h2 {
  line-height: 1.2; }

h3, h4, h5, h6 {
  line-height: 1.4; }

p {
  color: #757575;
  font-size: 15px;
  line-height: 1.8; }

/* short cut*/
.pull-left {
  float: left; }

.pull-right {
  float: right; }

.por {
  position: relative; }

.poa {
  position: absolute; }

.pof {
  position: fixed; }

.dtb {
  display: table; }

.dtbc {
  display: table-cell; }

.vat {
  vertical-align: top; }

.vam {
  vertical-align: middle; }

.vab {
  vertical-align: bottom; }

.text-left {
  text-align: left; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

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

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

/* interval */
.pt0 {
  padding-top: 0 !important; }

.pt5 {
  padding-top: 5px; }

.pt10 {
  padding-top: 10px; }

.pt20 {
  padding-top: 20px; }

.pt30 {
  padding-top: 30px; }

.pr0 {
  padding-right: 0 !important; }

.pr5 {
  padding-right: 5px; }

.pr10 {
  padding-right: 10px; }

.pr20 {
  padding-right: 20px; }

.pr30 {
  padding-right: 30px; }

.pl0 {
  padding-left: 0 !important; }

.pl5 {
  padding-left: 5px; }

.pl10 {
  padding-left: 10px; }

.pl20 {
  padding-left: 20px; }

.pl30 {
  padding-left: 30px; }

.pb0 {
  padding-bottom: 0 !important; }

.pb5 {
  padding-bottom: 5px; }

.pb10 {
  padding-bottom: 10px; }

.pb20 {
  padding-bottom: 20px; }

.pb30 {
  padding-bottom: 30px; }

.mt0 {
  margin-top: 0 !important; }

.mt5 {
  margin-top: 5px; }

.mt10 {
  margin-top: 10px; }

.mt20 {
  margin-top: 20px; }

.mt30 {
  margin-top: 30px; }

.mr0 {
  margin-right: 0 !important; }

.mr5 {
  margin-right: 5px; }

.mr10 {
  margin-right: 10px; }

.mr20 {
  margin-right: 20px; }

.mr30 {
  margin-right: 30px; }

.ml0 {
  margin-left: 0 !important; }

.ml5 {
  margin-left: 5px; }

.ml10 {
  margin-left: 10px; }

.ml20 {
  margin-left: 20px; }

.ml30 {
  margin-left: 30px; }

.mb0 {
  margin-bottom: 0 !important; }

.mb5 {
  margin-bottom: 5px; }

.mb10 {
  margin-bottom: 10px; }

.mb20 {
  margin-bottom: 20px; }

.mb30 {
  margin-bottom: 30px; }

/* form */
.form-ctrl {
  color: #000;
  border: 1px solid #e1e1e1;
  padding: 8px 8px 8px 10px;
  font-size: 13px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .form-ctrl:focus {
    outline: 0;
    border-color: #666; }
  .form-ctrl:hover {
    background: #fafafa; }

.input-group {
  font-size: 0; }
  .input-group .tit {
    min-width: 130px;
    display: inline-block;
    color: #333;
    font-size: 14px;
    font-weight: 400;
    line-height: 40px;
    vertical-align: top; }
  .input-group .form-ctrl {
    height: 40px;
    display: inline-block; }
  .input-group.input-sm input {
    width: 10%;
    min-width: 100px; }
  .input-group.input-md input {
    width: 50%;
    min-width: 200px; }
  .input-group.input-lg input {
    width: 90%; }
  .input-group textarea.form-ctrl {
    height: unset;
    resize: none;
    width: calc(100% - 135px); }

.input-checkbox input {
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0; }
.input-checkbox label i {
  display: block;
  float: left;
  font-size: 22px;
  color: #999; }
.input-checkbox label span {
  display: block;
  margin-left: 28px;
  line-height: 24px;
  font-size: 13px; }
.input-checkbox input + label i.icon-checked {
  display: none; }
.input-checkbox input:checked + label i.icon-line {
  display: none; }
.input-checkbox input:checked + label i.icon-checked {
  display: block;
  color: #333; }

.terms-group {
  margin-top: 50px; }
  .terms-group .tit {
    font-size: 15px;
    color: #333;
    margin-bottom: 7px; }
  .terms-group .terms {
    border: 1px solid #e1e1e1;
    padding: 15px;
    font-size: 12px;
    line-height: 1.8;
    height: 120px;
    overflow-y: scroll;
    margin-bottom: 10px; }

/* Slick Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
  border: 1px solid red; }

.slick-slide:focus {
  outline: 0; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-arrow-angle .slick-arrow {
  font-size: 0;
  position: absolute;
  top: 50%;
  z-index: 100;
  width: 50px;
  height: 70px;
  margin-top: -35px;
  border: 0;
  background: transparent; }
  @media only screen and (max-width: 542px) {
    .slick-arrow-angle .slick-arrow {
      margin-top: 30px; } }
  @media only screen and (max-width: 542px) {
    .slick-arrow-angle .slick-arrow {
      width: 22px;
      height: 30px;
      margin-top: 50px; } }
.slick-arrow-angle .slick-prev {
  background: url(../../assets/img/angle-left.png) 50% no-repeat;
  left: 50px; }
  @media only screen and (max-width: 542px) {
    .slick-arrow-angle .slick-prev {
      left: 10px; } }
.slick-arrow-angle .slick-next {
  background: url(../../assets/img/angle-right.png) 50% no-repeat;
  right: 50px; }
  @media only screen and (max-width: 542px) {
    .slick-arrow-angle .slick-next {
      right: 10px; } }

/* design selectbox */
.designSelectW {
  display: inline-block; }

.select-content {
  display: inline-block;
  position: relative;
  text-align: left;
  width: 100%; }

.select-title {
  border: 1px solid #ccc;
  height: 36px;
  line-height: 36px;
  position: relative; }

.select-title:before {
  content: '';
  background: url(/kooramework/assets/img/sub/arrow-down-sm.png) 0 0 no-repeat;
  position: absolute;
  top: 15px;
  right: 12px;
  width: 8px;
  height: 4px; }

.select-content a {
  padding: 0 8px;
  line-height: 36px;
  display: block;
  font-size: 15px; }

.select-content a:hover,
.select-content a:focus {
  text-decoration: none;
  cursor: pointer; }

.select-content .select-title a {
  display: block;
  color: #333; }

.select-content .select-list {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  border: 1px solid #E8485A;
  background: #fff; }

.select-content .select-list a {
  color: #333; }

.select-content .select-list a:hover {
  background: #f8f8f8; }

@media screen and (max-width: 768px) {
  .select-content a {
    font-size: 12px;
    line-height: 32px; }

  .select-title:before {
    top: 10px;
    right: 10px; } }
body.hidden-scroll {
  overflow: hidden; }

.sl-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000;
  opacity: 0.7;
  display: none;
  z-index: 1050; }

.sl-wrapper {
  z-index: 1040; }
  .sl-wrapper button {
    color: #fff;
    border: 0 none;
    background: transparent;
    font-size: 28px;
    padding: 0;
    cursor: pointer; }
    .sl-wrapper button:hover {
      opacity: 0.7; }
  .sl-wrapper .sl-close {
    display: none;
    position: fixed;
    right: 30px;
    top: 30px;
    z-index: 1060;
    margin-top: -14px;
    margin-right: -14px;
    height: 44px;
    width: 44px;
    line-height: 44px;
    font-family: Arial, Baskerville, monospace;
    color: #fff;
    font-size: 3rem; }
    .sl-wrapper .sl-close:focus {
      outline: none; }
  .sl-wrapper .sl-counter {
    display: none;
    position: fixed;
    top: 30px;
    left: 30px;
    z-index: 1060;
    color: #fff;
    font-size: 1rem; }
  .sl-wrapper .sl-navigation {
    width: 100%;
    display: none; }
    .sl-wrapper .sl-navigation button {
      position: fixed;
      top: 50%;
      margin-top: -22px;
      height: 44px;
      width: 22px;
      line-height: 44px;
      text-align: center;
      display: block;
      z-index: 1060;
      font-family: Arial, Baskerville, monospace;
      color: #fff; }
      .sl-wrapper .sl-navigation button.sl-next {
        right: 5px;
        font-size: 2rem; }
      .sl-wrapper .sl-navigation button.sl-prev {
        left: 5px;
        font-size: 2rem; }
      .sl-wrapper .sl-navigation button:focus {
        outline: none; }
      @media (min-width: 35.5em) {
        .sl-wrapper .sl-navigation button {
          width: 44px; }
          .sl-wrapper .sl-navigation button.sl-next {
            right: 10px;
            font-size: 3rem; }
          .sl-wrapper .sl-navigation button.sl-prev {
            left: 10px;
            font-size: 3rem; } }
      @media (min-width: 50em) {
        .sl-wrapper .sl-navigation button {
          width: 44px; }
          .sl-wrapper .sl-navigation button.sl-next {
            right: 20px;
            font-size: 3rem; }
          .sl-wrapper .sl-navigation button.sl-prev {
            left: 20px;
            font-size: 3rem; } }
  .sl-wrapper .sl-image {
    position: fixed;
    -ms-touch-action: none;
    touch-action: none;
    z-index: 10000; }
    .sl-wrapper .sl-image img {
      margin: 0;
      padding: 0;
      display: block;
      border: 0 none; }
      @media (min-width: 35.5em) {
        .sl-wrapper .sl-image img {
          border: 0 none; } }
      @media (min-width: 50em) {
        .sl-wrapper .sl-image img {
          border: 0 none; } }
    .sl-wrapper .sl-image iframe {
      background: #000;
      border: 0 none; }
      @media (min-width: 35.5em) {
        .sl-wrapper .sl-image iframe {
          border: 0 none; } }
      @media (min-width: 50em) {
        .sl-wrapper .sl-image iframe {
          border: 0 none; } }
    .sl-wrapper .sl-image .sl-caption {
      display: none;
      padding: 10px;
      color: #fff;
      background: rgba(0, 0, 0, 0.8);
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0; }
      .sl-wrapper .sl-image .sl-caption.pos-top {
        bottom: auto;
        top: 0; }
      .sl-wrapper .sl-image .sl-caption.pos-outside {
        bottom: auto; }
    .sl-wrapper .sl-image .sl-download {
      display: none;
      position: absolute;
      bottom: 5px;
      right: 5px;
      color: #fff;
      z-index: 1060; }

.sl-spinner {
  display: none;
  border: 5px solid #333;
  border-radius: 40px;
  height: 40px;
  left: 50%;
  margin: -20px 0 0 -20px;
  opacity: 0;
  position: fixed;
  top: 50%;
  width: 40px;
  z-index: 1007;
  -webkit-animation: pulsate 1s ease-out infinite;
  -moz-animation: pulsate 1s ease-out infinite;
  -ms-animation: pulsate 1s ease-out infinite;
  -o-animation: pulsate 1s ease-out infinite;
  animation: pulsate 1s ease-out infinite; }

.sl-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@-webkit-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2);
    opacity: 0; } }
@keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2);
    opacity: 0; } }
@-moz-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2);
    opacity: 0; } }
@-o-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2);
    opacity: 0; } }
@-ms-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2);
    opacity: 0; } }
/* Header */
header .container .logo {
  margin: 0 auto;
  width: 170px;
  margin-top: 40px; }
  header .container .logo img {
    width: 100%; }
    @media only screen and (max-width: 542px) {
      header .container .logo img {
        width: 80%; } }
  @media only screen and (max-width: 542px) {
    header .container .logo {
      margin-top: 20px; } }
header .container nav {
  width: 100%;
  text-align: center;
  margin-top: 30px; }
  header .container nav ul {
    display: inline-block; }
    header .container nav ul li {
      float: left; }
      header .container nav ul li a {
        padding: 0 30px;
        font-size: 18px;
        font-family: 'Noto Sans KR';
        font-weight: 500;
        letter-spacing: -1px; }
        @media only screen and (max-width: 542px) {
          header .container nav ul li a {
            padding: 0 6px;
            font-size: 15px; } }
        @media only screen and (max-width: 414px) {
          header .container nav ul li a {
            font-size: 13px; } }
        @media only screen and (max-width: 320px) {
          header .container nav ul li a {
            font-size: 12px;
            padding: 0 4px; } }
  @media only screen and (max-width: 542px) {
    header .container nav {
      margin-top: 20px; } }
header .quick-banner {
  display: block;
  position: fixed;
  width: 136px;
  right: 20px;
  bottom: 20px;
  z-index: 99999; }
  @media only screen and (max-width: 1200px) {
    header .quick-banner {
      width: 100px; } }
  @media only screen and (max-width: 768px) {
    header .quick-banner {
      width: 80px; } }
  @media only screen and (max-width: 542px) {
    header .quick-banner {
      display: none; } }
header .quick-banner-m {
  display: none;
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 9999; }
  header .quick-banner-m ul li {
    width: 50%;
    float: left; }
  @media only screen and (max-width: 542px) {
    header .quick-banner-m {
      display: inline-block; } }
header .pop-layer {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 410px;
  height: auto;
  background-color: #fff;
  border: 5px solid #0ba29a;
  z-index: 10; }
  header .pop-layer .pop-container {
    padding: 20px 25px; }
    header .pop-layer .pop-container .pop-conts p {
      text-align: center;
      color: #0ba29a;
      padding: 0; }
    header .pop-layer .pop-container .pop-conts textarea {
      width: 100%;
      height: 200px;
      padding: 10px;
      background: #f2f2f2;
      border: 1px solid #e4e4e4;
      font-size: 12px;
      line-height: 20px; }
      header .pop-layer .pop-container .pop-conts textarea .bold {
        font-weight: bold; }
      @media only screen and (max-width: 542px) {
        header .pop-layer .pop-container .pop-conts textarea {
          font-size: 12px;
          line-height: 18px; } }
    header .pop-layer .pop-container .btn-r {
      width: 100%;
      margin: 10px 0 20px;
      padding-top: 10px;
      border-top: 1px solid #DDD;
      text-align: right; }
header .dim-layer {
  display: none;
  position: fixed;
  _position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000000000000000000000000; }
  header .dim-layer .dimBg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .5;
    filter: alpha(opacity=50); }
  header .dim-layer .pop-layer {
    display: block; }
  header .dim-layer a.btn-layerClose {
    display: inline-block;
    height: 25px;
    padding: 0 14px 0;
    border: 1px solid #000;
    background-color: #000;
    font-size: 13px;
    color: #fff;
    line-height: 25px; }
  header .dim-layer a.btn-layerClose:hover {
    border: 1px solid #0ba29a;
    background-color: #0ba29a;
    color: #fff; }
header #aside_form {
  position: fixed;
  top: 0;
  right: -480px;
  background: #0f2029;
  width: 300px;
  height: 100%;
  z-index: 999;
  display: block;
  transition: all 0.2s ease; }
  header #aside_form .aside_inner {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    padding: 50px 20px; }
    header #aside_form .aside_inner .privacy_agree {
      text-align: center; }
      header #aside_form .aside_inner .privacy_agree .check_box {
        font-size: 12px;
        margin-left: 0;
        letter-spacing: -0.3px;
        font-weight: 300; }
        header #aside_form .aside_inner .privacy_agree .check_box input {
          width: 15px;
          height: 15px;
          position: relative;
          top: 4px; }
    header #aside_form .aside_inner .send_btn {
      margin-top: 20px; }
    header #aside_form .aside_inner .input-text {
      font-size: 13px;
      color: #fff;
      padding-top: 10px; }
    header #aside_form .aside_inner .input_db li {
      margin-bottom: 10px; }
      header #aside_form .aside_inner .input_db li input {
        width: 100%;
        height: 45px;
        padding: 0 10px;
        border: 0;
        border-radius: 5px;
        font-size: 14px;
        font-weight: 300; }
      header #aside_form .aside_inner .input_db li .input .ph_select {
        height: 45px;
        border: 0;
        border-radius: 5px;
        padding: 0 10px; }
    header #aside_form .aside_inner .privacy_agree {
      text-align: left;
      padding-right: 46px; }
      header #aside_form .aside_inner .privacy_agree .check_box {
        font-size: 12px;
        margin-left: 0;
        letter-spacing: -0.3px;
        font-weight: 300;
        position: relative;
        display: inline-block; }
        header #aside_form .aside_inner .privacy_agree .check_box label {
          display: inline-block;
          position: relative;
          top: 1px;
          width: 15px;
          height: 15px;
          text-align: center;
          border: 1px solid #eee;
          border-radius: 3px;
          margin-right: 3px; }
        header #aside_form .aside_inner .privacy_agree .check_box p {
          font-size: 12px;
          color: #fff;
          display: inline-block;
          letter-spacing: -0.5px; }
        header #aside_form .aside_inner .privacy_agree .check_box a {
          display: inline-block;
          color: #fff; }
    header #aside_form .aside_inner .textarea {
      width: 100%;
      height: 45px;
      float: left;
      display: table; }
      header #aside_form .aside_inner .textarea .input {
        width: 90%; }
        header #aside_form .aside_inner .textarea .input textarea {
          width: 100%;
          height: 120px;
          background: #fff;
          border: 0;
          border-radius: 5px;
          padding: 10px; }
    header #aside_form .aside_inner .textarea > * {
      display: table-cell;
      vertical-align: middle; }
    header #aside_form .aside_inner .send_btn {
      margin-top: 20px; }
      header #aside_form .aside_inner .send_btn button {
        width: 100%;
        padding: 20px 0;
        background: #0ba29a;
        border-radius: 5px;
        font-size: 24px;
        font-weight: 400;
        color: #FFFFFF;
        border: 0; }
  header #aside_form .close_form {
    width: 60px;
    height: 60px;
    background: #0f2029;
    text-align: center;
    position: absolute;
    top: 30%;
    left: -60px;
    margin-top: -30px;
    curor: pointer; }
    header #aside_form .close_form i {
      line-height: 60px;
      font-size: 26px;
      color: #fff; }
  @media only screen and (max-width: 1024px) {
    header #aside_form {
      width: 400px; } }
  @media only screen and (max-width: 542px) {
    header #aside_form {
      display: none; } }

/*main*/
.main-section {
  width: 100%;
  padding: 80px 0; }
  .main-section h1 {
    width: 100%;
    text-align: center;
    font-family: 'Prata', 'Malgun Gothic',serif;
    font-size: 50px; }
  .main-section h4 {
    font-size: 50px;
    letter-spacing: -4px; }
    .main-section h4 .bold {
      font-weight: bold; }
    @media only screen and (max-width: 768px) {
      .main-section h4 {
        font-size: 40px; } }
    @media only screen and (max-width: 542px) {
      .main-section h4 {
        letter-spacing: -1px; } }
  .main-section p {
    font-size: 18px;
    letter-spacing: -1px;
    line-height: 24px;
    font-weight: 500; }
    @media only screen and (max-width: 768px) {
      .main-section p {
        font-size: 16px; } }
    @media only screen and (max-width: 542px) {
      .main-section p {
        font-size: 14px;
        line-height: 19px;
        letter-spacing: 0; } }
  @media only screen and (max-width: 542px) {
    .main-section {
      padding: 80px 0; } }
  @media only screen and (max-width: 320px) {
    .main-section {
      padding: 60px 0; } }

.quick-banner {
  position: fixed;
  width: 136px;
  right: 20px;
  bottom: 20px;
  z-index: 1; }
  @media only screen and (max-width: 1200px) {
    .quick-banner {
      width: 100px; } }
  @media only screen and (max-width: 768px) {
    .quick-banner {
      width: 80px; } }
  @media only screen and (max-width: 542px) {
    .quick-banner {
      display: none; } }

.quick-banner-m {
  display: none;
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 1; }
  .quick-banner-m ul li {
    width: 50%;
    float: left; }
  @media only screen and (max-width: 542px) {
    .quick-banner-m {
      display: inline-block; } }

section.carousel {
  margin-top: 20px;
  width: 100%;
  height: 618px;
  position: relative;
  border: 1px solid #fff;
  display: block;
  overflow: hidden; }
  section.carousel .carousel-cell {
    display: block;
    overflow: hidden;
    width: 66%;
    margin-right: 90px;
    counter-increment: carousel-cell; }
    section.carousel .carousel-cell .title {
      position: absolute;
      width: 500px;
      margin-top: 15%;
      padding-left: 80px; }
      section.carousel .carousel-cell .title h3 {
        font-size: 50px;
        font-weight: bold;
        color: #fff;
        letter-spacing: -3px;
        line-height: 62px; }
        @media only screen and (max-width: 1200px) {
          section.carousel .carousel-cell .title h3 {
            font-size: 30px;
            line-height: 36px; } }
        @media only screen and (max-width: 768px) {
          section.carousel .carousel-cell .title h3 {
            font-size: 25px;
            line-height: 30px; } }
        @media only screen and (max-width: 542px) {
          section.carousel .carousel-cell .title h3 {
            text-align: left;
            letter-spacing: 0; } }
        @media only screen and (max-width: 320px) {
          section.carousel .carousel-cell .title h3 {
            font-size: 23px;
            line-height: 28px; } }
      section.carousel .carousel-cell .title p {
        margin-top: 30px;
        font-size: 20px;
        font-weight: 500;
        color: #fff;
        letter-spacing: -2px;
        line-height: 30px; }
        @media only screen and (max-width: 1200px) {
          section.carousel .carousel-cell .title p {
            font-size: 16px;
            line-height: 24px; } }
        @media only screen and (max-width: 768px) {
          section.carousel .carousel-cell .title p {
            font-size: 14px;
            line-height: 18px;
            margin-top: 10px; } }
        @media only screen and (max-width: 542px) {
          section.carousel .carousel-cell .title p {
            text-align: left;
            letter-spacing: 1px; } }
      section.carousel .carousel-cell .title .black {
        color: #000; }
      @media only screen and (max-width: 768px) {
        section.carousel .carousel-cell .title {
          padding-left: 40px; } }
      @media only screen and (max-width: 542px) {
        section.carousel .carousel-cell .title {
          width: 100%;
          bottom: 40px;
          padding-left: 20px; } }
    @media only screen and (max-width: 542px) {
      section.carousel .carousel-cell .pc {
        display: none; } }
    section.carousel .carousel-cell .mobile {
      display: none; }
      @media only screen and (max-width: 542px) {
        section.carousel .carousel-cell .mobile {
          display: block; } }
    @media only screen and (max-width: 542px) {
      section.carousel .carousel-cell {
        width: 80%; } }
  @media only screen and (max-width: 1200px) {
    section.carousel {
      height: 410px; } }
  @media only screen and (max-width: 1024px) {
    section.carousel {
      height: 350px; } }
  @media only screen and (max-width: 768px) {
    section.carousel {
      height: 255px; } }
  @media only screen and (max-width: 542px) {
    section.carousel {
      height: 465px; } }
  @media only screen and (max-width: 414px) {
    section.carousel {
      height: 356px; } }
  @media only screen and (max-width: 320px) {
    section.carousel {
      height: 274px; } }

.precautions {
  margin-top: 80px; }
  .precautions p {
    margin-top: 50px;
    text-align: center;
    padding: 20px 0;
    background: #f2f2f2;
    font-weight: 500;
    line-height: 24px;
    font-size: 18px;
    color: red;
    letter-spacing: -1px; }
    @media only screen and (max-width: 768px) {
      .precautions p {
        font-size: 16px; } }
    @media only screen and (max-width: 542px) {
      .precautions p {
        font-size: 15px; } }
    @media only screen and (max-width: 320px) {
      .precautions p {
        font-size: 14px;
        line-height: 19px; } }
  @media only screen and (max-width: 768px) {
    .precautions {
      margin-top: 0; } }

section.history {
  width: 100%;
  margin-top: 100px;
  max-height: 935px;
  background: url("../../assets/img/back2.png") no-repeat center top; }
  section.history .container {
    width: 100%;
    text-align: center;
    padding-top: 80px;
    padding-bottom: 80px; }
    @media only screen and (max-width: 542px) {
      section.history .container .pc {
        display: none; } }
    section.history .container .mobile {
      display: none; }
      @media only screen and (max-width: 542px) {
        section.history .container .mobile {
          display: block; } }
    @media only screen and (max-width: 1200px) {
      section.history .container {
        padding-right: 20px;
        padding-left: 20px; } }
    @media only screen and (max-width: 542px) {
      section.history .container {
        padding: 0; } }
  @media only screen and (max-width: 768px) {
    section.history {
      margin-top: 50px; } }
  @media only screen and (max-width: 542px) {
    section.history {
      margin-top: 70px; } }

section.lecithin {
  width: 100%;
  background: url("../../assets/img/back3.png") no-repeat center top; }
  section.lecithin .container h4 {
    color: #fff;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      section.lecithin .container h4 {
        font-size: 40px; } }
    @media only screen and (max-width: 542px) {
      section.lecithin .container h4 {
        font-size: 30px; } }
    @media only screen and (max-width: 320px) {
      section.lecithin .container h4 {
        font-size: 25px; } }
  section.lecithin .container p {
    color: #fff;
    text-align: center;
    margin-top: 10px; }
    @media only screen and (max-width: 542px) {
      section.lecithin .container p {
        font-size: 15px; } }
    @media only screen and (max-width: 320px) {
      section.lecithin .container p {
        font-size: 14px;
        line-height: 19px; } }
  section.lecithin .container .effect {
    text-align: center;
    margin-top: 40px; }
    section.lecithin .container .effect ul {
      display: inline-block;
      text-align: center; }
      section.lecithin .container .effect ul li.effect-item {
        float: left;
        padding: 0 30px; }
        section.lecithin .container .effect ul li.effect-item p {
          font-size: 18px;
          font-weight: bold; }
          @media only screen and (max-width: 542px) {
            section.lecithin .container .effect ul li.effect-item p {
              font-size: 15px;
              line-height: 20px; } }
        @media only screen and (max-width: 542px) {
          section.lecithin .container .effect ul li.effect-item {
            padding: 20px 7px 0 7px; } }
    @media only screen and (max-width: 542px) {
      section.lecithin .container .effect {
        display: none; } }
  section.lecithin .container .effect-m {
    display: none;
    text-align: center;
    margin-top: 40px; }
    section.lecithin .container .effect-m ul {
      display: inline-block;
      text-align: center; }
      section.lecithin .container .effect-m ul li.effect-item {
        float: left;
        padding: 0 30px; }
        section.lecithin .container .effect-m ul li.effect-item p {
          font-size: 18px;
          font-weight: bold; }
          @media only screen and (max-width: 542px) {
            section.lecithin .container .effect-m ul li.effect-item p {
              font-size: 15px;
              line-height: 20px; } }
        @media only screen and (max-width: 542px) {
          section.lecithin .container .effect-m ul li.effect-item {
            padding: 20px 15px; } }
        @media only screen and (max-width: 320px) {
          section.lecithin .container .effect-m ul li.effect-item {
            padding: 20px 10px; } }
    @media only screen and (max-width: 542px) {
      section.lecithin .container .effect-m {
        display: block;
        margin-top: 30px; } }
  @media only screen and (max-width: 542px) {
    section.lecithin {
      background: url("../../assets/img/back3-m.png") no-repeat center top; } }

section.product {
  width: 100%; }
  section.product .container {
    text-align: center; }
    section.product .container h4 {
      font-weight: bold;
      letter-spacing: -5px; }
      @media only screen and (max-width: 768px) {
        section.product .container h4 {
          font-size: 40px; } }
      @media only screen and (max-width: 542px) {
        section.product .container h4 {
          font-size: 30px; } }
      @media only screen and (max-width: 320px) {
        section.product .container h4 {
          font-size: 25px; } }
    section.product .container p.pc1 {
      margin-top: 10px; }
      @media only screen and (max-width: 542px) {
        section.product .container p.pc1 {
          display: none; } }
    section.product .container p.mobile1 {
      display: none; }
      @media only screen and (max-width: 542px) {
        section.product .container p.mobile1 {
          display: block;
          margin-top: 10px;
          font-size: 15px; } }
      @media only screen and (max-width: 320px) {
        section.product .container p.mobile1 {
          font-size: 14px;
          line-height: 19px; } }
    section.product .container .pc {
      margin-top: 50px; }
      @media only screen and (max-width: 768px) {
        section.product .container .pc {
          padding: 0 20px; } }
      @media only screen and (max-width: 542px) {
        section.product .container .pc {
          display: none; } }
    section.product .container .mobile {
      display: none; }
      @media only screen and (max-width: 542px) {
        section.product .container .mobile {
          display: block;
          padding-top: 50px; } }
    section.product .container .desc {
      margin-top: 20px;
      text-align: center;
      padding: 20px 0;
      background: #f2f2f2; }
      section.product .container .desc p {
        color: red; }
    section.product .container .product-subtext-pc {
      text-align: center;
      padding: 20px 0;
      font-size: 18px;
      line-height: 28px; }
      section.product .container .product-subtext-pc p {
        font-size: 14px;
        letter-spacing: 0;
        padding-top: 30px; }
      @media only screen and (max-width: 542px) {
        section.product .container .product-subtext-pc {
          display: none; } }
    section.product .container .product-subtext-m {
      display: none; }
      @media only screen and (max-width: 542px) {
        section.product .container .product-subtext-m {
          display: block;
          margin-top: 30px;
          font-size: 15px;
          line-height: 20px; } }
      @media only screen and (max-width: 320px) {
        section.product .container .product-subtext-m {
          font-size: 14px; } }
    section.product .container .product_gmp {
      margin-left: -190px; }
      section.product .container .product_gmp ul {
        width: 100%;
        text-align: center; }
        section.product .container .product_gmp ul li.main_gmp {
          width: 50%;
          float: left; }
          section.product .container .product_gmp ul li.main_gmp h5 {
            padding-top: 30px;
            font-size: 25px;
            color: #0ba29a;
            font-weight: 600;
            text-align: left; }
          section.product .container .product_gmp ul li.main_gmp p {
            text-align: left; }
        section.product .container .product_gmp ul li.tar {
          text-align: right !important;
          padding-right: 30px; }
      @media only screen and (max-width: 542px) {
        section.product .container .product_gmp {
          display: none; } }
    section.product .container .product_gmp_m {
      display: none; }
      section.product .container .product_gmp_m ul {
        width: 100%;
        text-align: center; }
        section.product .container .product_gmp_m ul li.main_gmp h5 {
          padding-top: 30px;
          font-size: 25px;
          color: #0ba29a;
          font-weight: 600; }
      @media only screen and (max-width: 542px) {
        section.product .container .product_gmp_m {
          display: block; } }

section.carousel2 {
  margin-top: 30px;
  margin-bottom: 100px;
  width: 100%;
  overflow: hidden; }
  section.carousel2 .flickity-page-dots {
    display: none !important; }
  section.carousel2 .flickity-prev-next-button.previous {
    left: 15%; }
    @media only screen and (max-width: 1200px) {
      section.carousel2 .flickity-prev-next-button.previous {
        left: 2%; } }
  section.carousel2 .flickity-prev-next-button.next {
    right: 15%; }
    @media only screen and (max-width: 1200px) {
      section.carousel2 .flickity-prev-next-button.next {
        right: 2%; } }
  section.carousel2 .carousel-cell2 {
    position: relative;
    width: 1200px;
    height: 284px;
    margin-right: 90px;
    overflow: hidden; }
    section.carousel2 .carousel-cell2 .title {
      position: absolute;
      width: 100%;
      margin-top: 80px;
      padding-left: 80px; }
      section.carousel2 .carousel-cell2 .title h3 {
        font-size: 35px;
        font-weight: bold;
        color: #fff;
        letter-spacing: -3px;
        line-height: 62px; }
        @media only screen and (max-width: 768px) {
          section.carousel2 .carousel-cell2 .title h3 {
            font-size: 25px; } }
        @media only screen and (max-width: 542px) {
          section.carousel2 .carousel-cell2 .title h3 {
            font-size: 23px; } }
        @media only screen and (max-width: 320px) {
          section.carousel2 .carousel-cell2 .title h3 {
            font-size: 20px; } }
      section.carousel2 .carousel-cell2 .title p {
        margin-top: 10px;
        font-size: 18px;
        font-weight: 500;
        color: #fff;
        letter-spacing: -2px;
        line-height: 26px; }
        @media only screen and (max-width: 768px) {
          section.carousel2 .carousel-cell2 .title p {
            font-size: 16px; } }
        @media only screen and (max-width: 542px) {
          section.carousel2 .carousel-cell2 .title p {
            font-size: 14px;
            line-height: 19px;
            letter-spacing: 1px;
            padding: 0 30px; } }
      @media only screen and (max-width: 542px) {
        section.carousel2 .carousel-cell2 .title p br {
          display: none; } }
      @media only screen and (max-width: 1024px) {
        section.carousel2 .carousel-cell2 .title {
          margin-top: 50px; } }
      @media only screen and (max-width: 768px) {
        section.carousel2 .carousel-cell2 .title {
          margin-top: 21px; } }
      @media only screen and (max-width: 542px) {
        section.carousel2 .carousel-cell2 .title {
          padding-left: 0;
          text-align: center;
          margin-top: 40px; } }
      @media only screen and (max-width: 414px) {
        section.carousel2 .carousel-cell2 .title {
          margin-top: 14px; } }
      @media only screen and (max-width: 320px) {
        section.carousel2 .carousel-cell2 .title {
          margin-top: 0; } }
    @media only screen and (max-width: 542px) {
      section.carousel2 .carousel-cell2 .pc {
        display: none; } }
    section.carousel2 .carousel-cell2 .mobile {
      display: none; }
      @media only screen and (max-width: 542px) {
        section.carousel2 .carousel-cell2 .mobile {
          display: block; } }
    @media only screen and (max-width: 1200px) {
      section.carousel2 .carousel-cell2 {
        width: 100%; } }
    @media only screen and (max-width: 1024px) {
      section.carousel2 .carousel-cell2 {
        width: 100%;
        height: 242px;
        margin-top: 40px;
        padding-left: 0px; } }
    @media only screen and (max-width: 768px) {
      section.carousel2 .carousel-cell2 {
        width: 100%;
        height: 181px;
        margin-top: 40px;
        padding-left: 0px; } }
    @media only screen and (max-width: 542px) {
      section.carousel2 .carousel-cell2 {
        height: auto;
        margin-top: 0; } }
  @media only screen and (max-width: 542px) {
    section.carousel2 {
      margin-top: 0;
      margin-bottom: 80px; } }

section.movie {
  background: #f2f2f2; }
  section.movie .container {
    width: 60%;
    margin: 0 auto; }
    section.movie .container h4 {
      font-weight: bold;
      letter-spacing: -5px;
      text-align: center; }
      @media only screen and (max-width: 768px) {
        section.movie .container h4 {
          font-size: 40px; } }
      @media only screen and (max-width: 542px) {
        section.movie .container h4 {
          font-size: 30px;
          letter-spacing: -1px; } }
    section.movie .container p {
      text-align: center;
      margin-top: 10px; }
      @media only screen and (max-width: 542px) {
        section.movie .container p {
          font-size: 15px;
          line-height: 20px; } }
      @media only screen and (max-width: 320px) {
        section.movie .container p {
          font-size: 14px;
          line-height: 19px; } }
    section.movie .container .youtube {
      margin-top: 50px;
      position: relative;
      padding-bottom: 56.25%;
      padding-top: 30px;
      height: 0;
      overflow: hidden;
      margin-bottom: 40px; }
      section.movie .container .youtube iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
    @media only screen and (max-width: 542px) {
      section.movie .container {
        width: 95%; } }

section.customer-center {
  background: url("../../assets/img/back4.png") no-repeat center top; }
  section.customer-center h4 {
    color: #fff;
    text-align: center;
    letter-spacing: -3px;
    font-weight: bold; }
    @media only screen and (max-width: 542px) {
      section.customer-center h4 {
        font-size: 30px; } }
  section.customer-center p {
    color: #fff;
    letter-spacing: -2px;
    text-align: center; }
    @media only screen and (max-width: 542px) {
      section.customer-center p {
        font-size: 15px;
        letter-spacing: 1px; } }
    @media only screen and (max-width: 320px) {
      section.customer-center p {
        font-size: 14px; } }
  @media only screen and (max-width: 542px) {
    section.customer-center p br {
      display: none; } }

section.media {
  background: #f2f2f2;
  text-align: center; }
  section.media h4 {
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    letter-spacing: -3px;
    font-weight: bold; }
    @media only screen and (max-width: 768px) {
      section.media h4 {
        font-size: 40px; } }
    @media only screen and (max-width: 542px) {
      section.media h4 {
        font-size: 30px; } }
  section.media p {
    letter-spacing: -2px;
    text-align: center; }
  section.media ul {
    display: inline-block;
    margin-top: 50px;
    width: 100%; }
    section.media ul li {
      float: left;
      width: 33.33%; }
      section.media ul li .media-box {
        width: 95%;
        margin: 0 auto;
        background: #fff;
        border-radius: 50px;
        position: relative;
        min-height: 450px; }
        section.media ul li .media-box a {
          display: inline-block;
          position: absolute;
          left: 0;
          top: 0;
          bottom: 0;
          right: 0; }
        section.media ul li .media-box h6 {
          font-size: 26px;
          font-weight: bold;
          color: #000;
          letter-spacing: -2px;
          text-align: left;
          padding: 0 30px;
          margin-top: 30px;
          height: 70px;
          overflow: hidden;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical; }
          @media only screen and (max-width: 768px) {
            section.media ul li .media-box h6 {
              font-size: 25px;
              line-height: 30px; } }
          @media only screen and (max-width: 542px) {
            section.media ul li .media-box h6 {
              font-size: 23px;
              line-height: 28px; } }
          @media only screen and (max-width: 320px) {
            section.media ul li .media-box h6 {
              font-size: 22px; } }
        section.media ul li .media-box p {
          padding: 0 30px;
          margin-top: 10px;
          text-align: left;
          height: 29px;
          overflow: hidden;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-line-clamp: 1;
          -webkit-box-orient: vertical; }
        section.media ul li .media-box .item-img {
          border-top-left-radius: 50px 50px;
          border-top-right-radius: 50px 50px;
          width: 100%;
          height: 260px;
          -webkit-transition: all 0.4s;
          -moz-transition: all 0.4s;
          -ms-transition: all 0.4s;
          -o-transition: all 0.4s;
          transition: all 0.4s; }
          section.media ul li .media-box .item-img:hover {
            opacity: 0.7; }
      @media only screen and (max-width: 542px) {
        section.media ul li {
          width: 100%;
          margin-bottom: 50px; } }

section.faq {
  text-align: center; }
  section.faq .container {
    width: 100%; }
    section.faq .container h4 {
      font-family: 'Montserrat', sans-serif;
      text-align: center;
      letter-spacing: -3px;
      font-weight: bold; }
      @media only screen and (max-width: 768px) {
        section.faq .container h4 {
          font-size: 40px; } }
      @media only screen and (max-width: 542px) {
        section.faq .container h4 {
          font-size: 30px; } }
    section.faq .container p {
      letter-spacing: -2px;
      text-align: center; }
    section.faq .container ul {
      width: 100%;
      margin-top: 50px; }
      section.faq .container ul li {
        float: left;
        width: 33.33%; }
        section.faq .container ul li .faq-box {
          width: 90%;
          background: #f2f2f2;
          margin: 0 auto;
          padding: 20px 30px;
          text-align: left;
          transition: all 0.4s;
          min-height: 391px; }
          section.faq .container ul li .faq-box h4 {
            font-family: 'Montserrat';
            font-weight: 300;
            font-size: 48px;
            color: #000;
            text-align: left;
            letter-spacing: 0px; }
          section.faq .container ul li .faq-box h5 {
            font-size: 30px;
            font-weight: bold;
            color: #000;
            letter-spacing: -2px;
            text-align: left;
            margin-top: 20px;
            line-height: 34px; }
            @media only screen and (max-width: 768px) {
              section.faq .container ul li .faq-box h5 {
                font-size: 25px;
                line-height: 30px; } }
            @media only screen and (max-width: 542px) {
              section.faq .container ul li .faq-box h5 {
                font-size: 23px;
                line-height: 28px; } }
          @media only screen and (max-width: 542px) {
            section.faq .container ul li .faq-box h5 br {
              display: none !important; } }
          section.faq .container ul li .faq-box p {
            margin-top: 20px;
            text-align: left;
            color: #000;
            padding-bottom: 50px; }
          section.faq .container ul li .faq-box .faq-arrow {
            margin-top: 20px; }
          section.faq .container ul li .faq-box:hover {
            background: #fff;
            box-shadow: 0 0 0 1px #000 inset; }
          @media only screen and (max-width: 1024px) {
            section.faq .container ul li .faq-box {
              min-height: 425px; } }
          @media only screen and (max-width: 768px) {
            section.faq .container ul li .faq-box {
              min-height: 457px; } }
          @media only screen and (max-width: 542px) {
            section.faq .container ul li .faq-box {
              min-height: 316px; } }
        @media only screen and (max-width: 542px) {
          section.faq .container ul li {
            width: 100%;
            margin-bottom: 50px; } }
    section.faq .container .btn-more {
      margin-top: 50px;
      display: inline-block;
      border: 1px solid #000; }
      section.faq .container .btn-more a {
        display: inline-block;
        font-family: 'Montserrat';
        font-size: 16px;
        font-weight: 800;
        text-transform: uppercase;
        padding: 20px 100px;
        transition: all 0.4s; }
        section.faq .container .btn-more a:hover {
          background: #000;
          color: #fff; }

section.consulting-form {
  display: none; }
  section.consulting-form #mid_db {
    padding: 50px 0; }
  section.consulting-form .dbform {
    width: 100%;
    height: auto;
    background: #0f2029;
    overflow: hidden; }
    @media only screen and (max-width: 542px) {
      section.consulting-form .dbform .section_inner {
        width: 100%;
        margin: 0 auto;
        position: relative; } }
    section.consulting-form .dbform .input_form {
      width: 100%;
      display: table; }
      section.consulting-form .dbform .input_form .input_db {
        width: 80%;
        height: auto;
        margin: 0 auto;
        display: block; }
        section.consulting-form .dbform .input_form .input_db li {
          width: 100%;
          height: 45px;
          float: left;
          display: table;
          margin-bottom: 10px; }
          section.consulting-form .dbform .input_form .input_db li .title {
            width: 35%;
            font-size: 24px;
            font-weight: 500;
            color: #fff;
            text-align: right;
            padding-right: 10px;
            display: none; }
          section.consulting-form .dbform .input_form .input_db li .input {
            width: 100%; }
            section.consulting-form .dbform .input_form .input_db li .input input {
              width: 100%;
              height: 44px;
              background: #fff;
              border: 0;
              border-radius: 5px;
              padding: 0 10px; }
            section.consulting-form .dbform .input_form .input_db li .input input.input-number {
              width: 36%; }
              @media only screen and (max-width: 414px) {
                section.consulting-form .dbform .input_form .input_db li .input input.input-number {
                  width: 34.5%; } }
            section.consulting-form .dbform .input_form .input_db li .input .ph_select {
              height: 44px;
              border: 0;
              border-radius: 5px;
              padding: 0 10px; }
              @media only screen and (max-width: 542px) {
                section.consulting-form .dbform .input_form .input_db li .input .ph_select {
                  width: 22%; } }
              @media only screen and (max-width: 414px) {
                section.consulting-form .dbform .input_form .input_db li .input .ph_select {
                  width: auto; } }
            section.consulting-form .dbform .input_form .input_db li .input p {
              color: #fff;
              display: inline-block; }
          section.consulting-form .dbform .input_form .input_db li textarea {
            width: 100%;
            height: 120px;
            background: #fff;
            border: 0;
            border-radius: 5px;
            padding: 10px; }
    section.consulting-form .dbform .send_btn {
      width: 100%;
      text-align: center;
      margin-bottom: 20px; }
      section.consulting-form .dbform .send_btn button {
        width: 100%;
        max-width: 200px;
        padding: 20px 0;
        background: #0ba29a;
        border-radius: 5px;
        font-size: 24px;
        font-weight: 300;
        color: #fff;
        border: 0;
        margin-bottom: 10px; }
      section.consulting-form .dbform .send_btn .privacy_agree2 {
        text-align: center;
        padding-right: 0;
        margin-bottom: 20px; }
        section.consulting-form .dbform .send_btn .privacy_agree2 .check_box {
          font-size: 13px;
          font-weight: 400;
          letter-spacing: -1px;
          position: relative;
          display: inline-block;
          margin-left: 5px; }
          section.consulting-form .dbform .send_btn .privacy_agree2 .check_box input {
            width: 15px;
            height: 15px;
            position: relative;
            top: 2px;
            margin-right: 2px; }
          section.consulting-form .dbform .send_btn .privacy_agree2 .check_box label {
            display: inline-block;
            position: relative;
            top: 1px;
            width: 15px;
            height: 15px;
            text-align: center;
            border: 1px solid #eee;
            border-radius: 3px;
            margin-right: 3px; }
          section.consulting-form .dbform .send_btn .privacy_agree2 .check_box p {
            color: #fff;
            display: inline-block;
            letter-spacing: -0.5px; }
            section.consulting-form .dbform .send_btn .privacy_agree2 .check_box p a {
              color: #fff; }
      section.consulting-form .dbform .send_btn .input-text {
        color: #fff;
        font-size: 16px;
        padding-top: 10px; }
  @media only screen and (max-width: 542px) {
    section.consulting-form {
      display: block; } }

/*content*/
.sub-section {
  width: 100%;
  padding: 80px 0; }
  .sub-section h6 {
    font-size: 12px;
    color: #0ba29a;
    letter-spacing: 10px;
    font-weight: 500;
    font-family: 'Montserrat';
    text-align: center;
    padding-left: 10px; }
    @media only screen and (max-width: 320px) {
      .sub-section h6 {
        letter-spacing: 7px; } }
  .sub-section h4 {
    font-size: 50px;
    letter-spacing: -3px;
    font-weight: bold; }
    @media only screen and (max-width: 768px) {
      .sub-section h4 {
        font-size: 40px; } }
    @media only screen and (max-width: 542px) {
      .sub-section h4 {
        font-size: 30px; } }
    @media only screen and (max-width: 320px) {
      .sub-section h4 {
        font-size: 30px; } }
  .sub-section h4.h4-pc {
    font-size: 50px;
    letter-spacing: -3px;
    font-weight: bold; }
    @media only screen and (max-width: 768px) {
      .sub-section h4.h4-pc {
        font-size: 40px; } }
    @media only screen and (max-width: 542px) {
      .sub-section h4.h4-pc {
        display: none; } }
  .sub-section h4.h4-m {
    display: none; }
    @media only screen and (max-width: 542px) {
      .sub-section h4.h4-m {
        display: block;
        font-size: 30px;
        letter-spacing: -3px;
        font-weight: bold; } }
    @media only screen and (max-width: 320px) {
      .sub-section h4.h4-m {
        font-size: 30px; } }
  .sub-section p {
    font-size: 18px;
    letter-spacing: -1px;
    line-height: 24px;
    font-weight: 500; }
  @media only screen and (max-width: 542px) {
    .sub-section {
      padding: 80px 0; } }
  @media only screen and (max-width: 320px) {
    .sub-section {
      padding: 60px 0; } }

section.sub-top {
  width: 100%;
  height: 300px;
  margin-top: 30px;
  text-align: center;
  padding: 100px 0; }
  section.sub-top .category {
    display: inline-block;
    color: #fff;
    font-family: 'Montserrat';
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 10px;
    padding: 5px 0px;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    border-bottom: 1px solid rgba(255, 255, 255, 0.4); }
  section.sub-top h5 {
    font-size: 42px;
    letter-spacing: -4px;
    color: #fff;
    font-weight: bold;
    margin-top: 10px; }
  section.sub-top p {
    color: #fff; }

.sub1 {
  background: url("../../assets/img/ajufood_top.jpg") no-repeat center top; }

.sub2 {
  background: url("../../assets/img/brand_top.jpg") no-repeat center top; }

.sub3 {
  background: url("../../assets/img/product_top.jpg") no-repeat center top; }

.sub4 {
  background: url("../../assets/img/prcenter_top.jpg") no-repeat center top; }

.sub5 {
  background: url("../../assets/img/cscenter_top.jpg") no-repeat center top; }

section.breadcrumb {
  width: 100%;
  height: 50px;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed; }
  section.breadcrumb .container {
    border-left: 1px solid #ededed;
    border-right: 1px solid #ededed; }
    section.breadcrumb .container ul li.item {
      float: left;
      width: 200px;
      height: 48px;
      border-right: 1px solid #ededed;
      position: relative; }
      section.breadcrumb .container ul li.item a {
        display: inline-block;
        width: 100%;
        height: 48px;
        padding: 15px 20px;
        padding-right: 50px;
        font-size: 14px;
        color: #5f5f5f; }
      section.breadcrumb .container ul li.item .s-arrow {
        position: absolute;
        right: 10px;
        top: 11px; }
      section.breadcrumb .container ul li.item i {
        color: #5f5f5f; }
      section.breadcrumb .container ul li.item .m-drop {
        display: none;
        position: absolute;
        left: -1px;
        top: 49px;
        background: #fff;
        z-index: 9999; }
        section.breadcrumb .container ul li.item .m-drop ul li.drop-menu {
          width: 201px;
          height: 48px;
          border-left: 1px solid #ededed;
          border-right: 1px solid #ededed;
          -webkit-transition: all 0.4s;
          -moz-transition: all 0.4s;
          -ms-transition: all 0.4s;
          -o-transition: all 0.4s; }
          section.breadcrumb .container ul li.item .m-drop ul li.drop-menu a {
            color: #5f5f5f;
            background: #fff;
            font-size: 14px;
            padding: 15px 20px;
            padding-right: 50px;
            border-bottom: 1px solid #ededed; }
            section.breadcrumb .container ul li.item .m-drop ul li.drop-menu a:hover {
              color: #fff;
              background: #0ba29a; }
            @media only screen and (max-width: 542px) {
              section.breadcrumb .container ul li.item .m-drop ul li.drop-menu a {
                width: 100%; } }
          @media only screen and (max-width: 542px) {
            section.breadcrumb .container ul li.item .m-drop ul li.drop-menu {
              width: 100%; } }
        section.breadcrumb .container ul li.item .m-drop ul li.active a {
          font-size: 14px;
          padding: 15px 20px;
          padding-right: 50px;
          color: #fff;
          background: #5f5f5f; }
        @media only screen and (max-width: 542px) {
          section.breadcrumb .container ul li.item .m-drop {
            width: 100%; } }
      section.breadcrumb .container ul li.item .s-drop {
        display: none;
        position: absolute;
        left: -1px;
        top: 49px;
        background: #fff;
        z-index: 9999; }
        section.breadcrumb .container ul li.item .s-drop ul li.drop-menu {
          width: 201px;
          height: 48px;
          border-left: 1px solid #ededed;
          border-right: 1px solid #ededed;
          -webkit-transition: all 0.4s;
          -moz-transition: all 0.4s;
          -ms-transition: all 0.4s;
          -o-transition: all 0.4s; }
          section.breadcrumb .container ul li.item .s-drop ul li.drop-menu a {
            border-bottom: 1px solid #ededed;
            color: #5f5f5f;
            font-size: 14px;
            padding: 15px 20px;
            padding-right: 50px; }
          section.breadcrumb .container ul li.item .s-drop ul li.drop-menu:hover {
            background: #0ba29a; }
            section.breadcrumb .container ul li.item .s-drop ul li.drop-menu:hover a {
              color: #fff; }
          @media only screen and (max-width: 542px) {
            section.breadcrumb .container ul li.item .s-drop ul li.drop-menu {
              width: 100%; } }
        section.breadcrumb .container ul li.item .s-drop ul li.active a {
          font-size: 14px;
          padding: 15px 20px;
          padding-right: 50px;
          color: #fff;
          background: #0ba29a; }
          @media only screen and (max-width: 542px) {
            section.breadcrumb .container ul li.item .s-drop ul li.active a {
              font-size: 12px; } }
        @media only screen and (max-width: 542px) {
          section.breadcrumb .container ul li.item .s-drop {
            width: 100%; } }
      @media only screen and (max-width: 542px) {
        section.breadcrumb .container ul li.item {
          width: 50%; } }
    section.breadcrumb .container ul li.item:first-child {
      width: auto; }
      section.breadcrumb .container ul li.item:first-child a {
        padding-right: 20px; }
      @media only screen and (max-width: 542px) {
        section.breadcrumb .container ul li.item:first-child {
          display: none; } }
    @media only screen and (max-width: 542px) {
      section.breadcrumb .container {
        padding: 0 !important; } }

section.content {
  width: 100%; }
  section.content ul {
    width: 100%; }
    section.content ul li {
      float: left; }
      @media only screen and (max-width: 542px) {
        section.content ul li {
          width: 100%; } }
    section.content ul li.left {
      width: 20%;
      margin-top: 50px;
      padding-bottom: 100px; }
      section.content ul li.left ul li.lmenu-item {
        width: 100%; }
        section.content ul li.left ul li.lmenu-item a {
          display: block;
          width: 100%;
          padding: 20px 20px;
          border-bottom: 1px solid #d0d0d0;
          letter-spacing: -1px;
          font-weight: 500;
          -webkit-transition: all 0.4s;
          -moz-transition: all 0.4s;
          -ms-transition: all 0.4s;
          -o-transition: all 0.4s; }
          section.content ul li.left ul li.lmenu-item a:hover {
            background: #0ba29a;
            color: #fff; }
        section.content ul li.left ul li.lmenu-item a.active {
          background: #0ba29a;
          color: #fff !important; }
      section.content ul li.left ul li.top-title {
        width: 100%; }
        section.content ul li.left ul li.top-title a {
          display: block;
          width: 100%;
          border-bottom: 3px solid #0ba29a;
          font-size: 30px;
          font-weight: bold;
          padding: 30px 20px;
          letter-spacing: -2px; }
          section.content ul li.left ul li.top-title a:hover {
            background: #fff;
            color: #333; }
      @media only screen and (max-width: 768px) {
        section.content ul li.left {
          display: none; } }
    section.content ul li.right {
      width: 80%;
      padding-left: 100px;
      text-align: center; }
      section.content ul li.right h5 {
        font-size: 28px;
        letter-spacing: -2px;
        line-height: 32px; }
        section.content ul li.right h5 .bold {
          font-weight: bold; }
        @media only screen and (max-width: 1024px) {
          section.content ul li.right h5 {
            font-size: 26px; } }
        @media only screen and (max-width: 768px) {
          section.content ul li.right h5 {
            font-size: 20px;
            line-height: 25px; } }
        @media only screen and (max-width: 542px) {
          section.content ul li.right h5 {
            font-size: 23px;
            line-height: 30px; } }
      @media only screen and (max-width: 542px) {
        section.content ul li.right h5 br {
          display: none; } }
      section.content ul li.right p {
        font-weight: 400;
        color: #000;
        padding: 20px 0; }
        section.content ul li.right p .gray {
          font-size: 12px;
          color: #999; }
        section.content ul li.right p .bold {
          font-weight: bold; }
        @media only screen and (max-width: 768px) {
          section.content ul li.right p {
            font-size: 16px; } }
        @media only screen and (max-width: 542px) {
          section.content ul li.right p {
            font-size: 15px; } }
        @media only screen and (max-width: 542px) {
          section.content ul li.right p {
            font-size: 14px; } }
      section.content ul li.right .tal {
        text-align: left; }
      section.content ul li.right .tac {
        text-align: center !important; }
      section.content ul li.right .tar {
        text-align: right !important; }
        @media only screen and (max-width: 1024px) {
          section.content ul li.right .tar {
            text-align: left !important; } }
      section.content ul li.right .pt50 {
        padding-top: 50px; }
        @media only screen and (max-width: 1024px) {
          section.content ul li.right .pt50 {
            padding-top: 20px; } }
        @media only screen and (max-width: 768px) {
          section.content ul li.right .pt50 {
            padding-top: 40px; } }
        @media only screen and (max-width: 542px) {
          section.content ul li.right .pt50 {
            padding-top: 30px; } }
      section.content ul li.right .pt80 {
        padding-top: 80px; }
        @media only screen and (max-width: 1024px) {
          section.content ul li.right .pt80 {
            padding-top: 50px; } }
        @media only screen and (max-width: 768px) {
          section.content ul li.right .pt80 {
            padding-top: 30px; } }
      section.content ul li.right .mt80 {
        margin-top: 80px; }
      section.content ul li.right .mt50 {
        margin-top: 50px; }
      section.content ul li.right .mb50 {
        margin-bottom: 50px; }
      section.content ul li.right .mint {
        color: #0ba29a; }
      section.content ul li.right .remark {
        font-size: 12px;
        letter-spacing: 0; }
      section.content ul li.right .line {
        width: 1px;
        height: 100px;
        margin: 0 auto;
        background: #000;
        margin-top: 50px; }
        @media only screen and (max-width: 768px) {
          section.content ul li.right .line {
            height: 60px;
            margin-top: 20px; } }
      section.content ul li.right .border {
        width: 100%;
        height: 1px;
        background: #e4e4e4;
        margin: 50px 0; }
      section.content ul li.right .history {
        width: 100%;
        background: url("../../assets/img/history_back.jpg") no-repeat center top; }
        section.content ul li.right .history ul {
          padding-top: 100px; }
          section.content ul li.right .history ul li.h-item {
            position: relative;
            float: left;
            width: 50%;
            border: 1px solid rgba(255, 255, 255, 0);
            text-align: left; }
            section.content ul li.right .history ul li.h-item h4 {
              font-family: 'Roboto';
              display: inline;
              font-size: 35px;
              letter-spacing: -3px;
              border: none; }
              section.content ul li.right .history ul li.h-item h4 .bold {
                font-weight: bold; }
            section.content ul li.right .history ul li.h-item p {
              padding: 10px 0;
              text-indent: 30px; }
              @media only screen and (max-width: 1024px) {
                section.content ul li.right .history ul li.h-item p {
                  font-size: 16px; } }
              @media only screen and (max-width: 542px) {
                section.content ul li.right .history ul li.h-item p {
                  font-size: 15px; } }
              @media only screen and (max-width: 320px) {
                section.content ul li.right .history ul li.h-item p {
                  font-size: 14px; } }
            section.content ul li.right .history ul li.h-item img {
              display: inline;
              position: relative;
              top: 16px;
              padding-right: 10px; }
            section.content ul li.right .history ul li.h-item .left-img {
              position: relative;
              top: -5px; }
            @media only screen and (max-width: 542px) {
              section.content ul li.right .history ul li.h-item {
                width: 100%; } }
          section.content ul li.right .history ul li:first-child {
            width: 49.3%; }
            @media only screen and (max-width: 542px) {
              section.content ul li.right .history ul li:first-child {
                width: 100%;
                padding-left: 20px; } }
        @media only screen and (max-width: 542px) {
          section.content ul li.right .history {
            background-position: top left; } }
      section.content ul li.right .location {
        width: 100%;
        margin-top: 50px; }
        section.content ul li.right .location iframe {
          width: 90%;
          height: 500px;
          margin: 0 auto; }
        section.content ul li.right .location .add {
          width: 90%;
          margin: 0 auto; }
          section.content ul li.right .location .add ul li {
            width: 50%;
            padding: 0 20px; }
            section.content ul li.right .location .add ul li p {
              text-align: center;
              font-size: 16px;
              letter-spacing: 0px;
              color: #000 !important;
              padding: 20px 0; }
              section.content ul li.right .location .add ul li p .bold {
                width: 100%;
                font-size: 20px;
                font-weight: bold;
                display: inline-block;
                padding: 20px 0;
                letter-spacing: -2px;
                border-bottom: 1px solid #000; }
            @media only screen and (max-width: 542px) {
              section.content ul li.right .location .add ul li {
                width: 100%; } }
      section.content ul li.right .pr {
        width: 100%; }
        section.content ul li.right .pr ul {
          display: inline-block;
          margin-top: 50px;
          padding: 0 40px; }
          section.content ul li.right .pr ul li {
            float: left;
            width: 50%;
            margin-bottom: 40px; }
            section.content ul li.right .pr ul li .media-box {
              width: 95%;
              margin: 0 auto;
              border-radius: 30px;
              background: #fff;
              position: relative;
              border: 1px solid #e4e4e4;
              -webkit-transition: all 0.4s;
              -moz-transition: all 0.4s;
              -ms-transition: all 0.4s;
              -o-transition: all 0.4s;
              transition: all 0.4s;
              min-height: 445px; }
              section.content ul li.right .pr ul li .media-box a {
                display: inline-block;
                position: absolute;
                left: 0;
                top: 0;
                bottom: 0;
                right: 0; }
              section.content ul li.right .pr ul li .media-box h6 {
                font-size: 26px;
                font-weight: bold;
                color: #000;
                letter-spacing: -2px;
                text-align: left;
                padding: 0 30px;
                margin-top: 30px;
                height: 70px;
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical; }
                @media only screen and (max-width: 768px) {
                  section.content ul li.right .pr ul li .media-box h6 {
                    font-size: 25px; } }
                @media only screen and (max-width: 542px) {
                  section.content ul li.right .pr ul li .media-box h6 {
                    font-size: 23px; } }
                @media only screen and (max-width: 320px) {
                  section.content ul li.right .pr ul li .media-box h6 {
                    font-size: 22px; } }
              section.content ul li.right .pr ul li .media-box p {
                padding: 0 30px;
                margin-top: 10px;
                text-align: left;
                font-size: 18px;
                height: 29px;
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-line-clamp: 1;
                -webkit-box-orient: vertical; }
                @media only screen and (max-width: 768px) {
                  section.content ul li.right .pr ul li .media-box p {
                    font-size: 16px; } }
                @media only screen and (max-width: 542px) {
                  section.content ul li.right .pr ul li .media-box p {
                    font-size: 14px; } }
              section.content ul li.right .pr ul li .media-box .item-img {
                border-top-left-radius: 30px 30px;
                border-top-right-radius: 30px 30px;
                width: 100%;
                height: 260px;
                -webkit-transition: all 0.4s;
                -moz-transition: all 0.4s;
                -ms-transition: all 0.4s;
                -o-transition: all 0.4s;
                transition: all 0.4s; }
                section.content ul li.right .pr ul li .media-box .item-img:hover {
                  opacity: 0.7; }
            @media only screen and (max-width: 542px) {
              section.content ul li.right .pr ul li {
                width: 100%; } }
            @media only screen and (max-width: 320px) {
              section.content ul li.right .pr ul li {
                width: 100%;
                margin-bottom: 50px; } }
          @media only screen and (max-width: 542px) {
            section.content ul li.right .pr ul {
              padding: 0; } }
      section.content ul li.right .youtube {
        width: 90%;
        margin: 0 auto;
        margin-top: 50px;
        position: relative;
        padding-bottom: 56.25%;
        padding-top: 30px;
        height: 0;
        overflow: hidden;
        margin-bottom: 40px; }
        section.content ul li.right .youtube iframe {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }
      section.content ul li.right .main-title {
        background: #000;
        color: #fff;
        padding: 10px 0; }
        section.content ul li.right .main-title h5 {
          padding: 0px !important;
          margin: 0px !important; }
      section.content ul li.right .box1 {
        margin-top: 30px; }
      section.content ul li.right .box2 {
        width: 100%;
        margin-top: 50px; }
        section.content ul li.right .box2 ul {
          width: 100%; }
          section.content ul li.right .box2 ul li.box2-item {
            width: 50%;
            padding: 0 10px;
            padding-bottom: 50px;
            text-align: left; }
            section.content ul li.right .box2 ul li.box2-item .box p {
              word-break: break-word; }
            section.content ul li.right .box2 ul li.box2-item .box p.title {
              border-bottom: 1px solid #000;
              color: #000;
              font-size: 22px;
              padding: 10px 0;
              font-weight: bold; }
            section.content ul li.right .box2 ul li.box2-item .box p.title1 {
              color: #000;
              font-size: 22px;
              padding: 10px 0;
              font-weight: bold; }
        @media only screen and (max-width: 1024px) {
          section.content ul li.right .box2 {
            margin-top: 20px; } }
        @media only screen and (max-width: 768px) {
          section.content ul li.right .box2 {
            margin-top: 0; } }
        @media only screen and (max-width: 542px) {
          section.content ul li.right .box2 {
            display: none; } }
      section.content ul li.right .box2-mobile {
        display: none; }
        section.content ul li.right .box2-mobile ul {
          padding-bottom: 30px; }
          section.content ul li.right .box2-mobile ul li.box2-item {
            float: left;
            width: 50%;
            padding: 0 10px;
            text-align: left; }
            @media only screen and (max-width: 542px) {
              section.content ul li.right .box2-mobile ul li.box2-item {
                width: 100%;
                text-align: center !important;
                margin-bottom: 30px; } }
        @media only screen and (max-width: 542px) {
          section.content ul li.right .box2-mobile {
            display: block; } }
      section.content ul li.right .box5 {
        width: 100%;
        margin-top: 50px; }
        section.content ul li.right .box5 ul {
          width: 100%; }
          section.content ul li.right .box5 ul li.box2-item {
            width: 50%;
            padding: 0 10px;
            padding-bottom: 50px;
            text-align: left; }
            @media only screen and (max-width: 768px) {
              section.content ul li.right .box5 ul li.box2-item h5 {
                font-size: 20px;
                line-height: 25px; } }
            @media only screen and (max-width: 768px) {
              section.content ul li.right .box5 ul li.box2-item p {
                font-size: 16px;
                line-height: 24px; } }
            section.content ul li.right .box5 ul li.box2-item .box p {
              word-break: break-word; }
            section.content ul li.right .box5 ul li.box2-item .box p.title {
              border-bottom: 1px solid #000;
              color: #000;
              font-size: 22px;
              padding: 10px 0;
              font-weight: bold; }
        @media only screen and (max-width: 542px) {
          section.content ul li.right .box5 {
            display: none; } }
      section.content ul li.right .box5-mobile {
        display: none; }
        section.content ul li.right .box5-mobile ul {
          padding-bottom: 30px; }
          section.content ul li.right .box5-mobile ul li.box2-item {
            float: left;
            width: 50%;
            padding: 0 10px;
            text-align: center; }
            @media only screen and (max-width: 542px) {
              section.content ul li.right .box5-mobile ul li.box2-item {
                width: 100%; } }
        @media only screen and (max-width: 542px) {
          section.content ul li.right .box5-mobile {
            display: block;
            margin-top: 50px; } }
      section.content ul li.right .box6 {
        width: 100%;
        margin-top: 50px; }
        section.content ul li.right .box6 ul {
          width: 100%; }
          section.content ul li.right .box6 ul li.box2-item {
            width: 50%;
            padding: 0 10px;
            padding-bottom: 50px;
            text-align: left; }
            section.content ul li.right .box6 ul li.box2-item .box p {
              word-break: break-word; }
            section.content ul li.right .box6 ul li.box2-item .box p.title {
              border-bottom: 1px solid #000;
              color: #000;
              font-size: 22px;
              padding: 10px 0;
              font-weight: bold; }
        @media only screen and (max-width: 768px) {
          section.content ul li.right .box6 {
            display: none; } }
      section.content ul li.right .box6-mobile {
        display: none; }
        section.content ul li.right .box6-mobile ul {
          padding-bottom: 30px; }
          section.content ul li.right .box6-mobile ul li.box2-item {
            float: left;
            width: 100%;
            padding: 0 10px;
            text-align: left; }
            @media only screen and (max-width: 768px) {
              section.content ul li.right .box6-mobile ul li.box2-item h5 {
                padding-top: 50px; } }
            @media only screen and (max-width: 542px) {
              section.content ul li.right .box6-mobile ul li.box2-item {
                width: 100%; } }
        @media only screen and (max-width: 768px) {
          section.content ul li.right .box6-mobile {
            display: block;
            margin-top: 50px; } }
      section.content ul li.right .box3 {
        width: 100%;
        margin-top: 50px; }
        section.content ul li.right .box3 ul {
          width: 100%; }
          section.content ul li.right .box3 ul li.box3-item {
            width: 33.3333%;
            padding: 10px 20px;
            text-align: left; }
            section.content ul li.right .box3 ul li.box3-item span.bold {
              display: inline-block;
              width: 100%;
              padding: 10px 0;
              font-size: 20px; }
            section.content ul li.right .box3 ul li.box3-item img {
              border: 1px solid #f2f2f2; }
            @media only screen and (max-width: 768px) {
              section.content ul li.right .box3 ul li.box3-item {
                padding: 0 10px; } }
            @media only screen and (max-width: 542px) {
              section.content ul li.right .box3 ul li.box3-item {
                padding: 5px 5px;
                width: 100%;
                text-align: center !important; } }
      section.content ul li.right .box4 {
        width: 100%;
        margin-top: 50px; }
        section.content ul li.right .box4 ul {
          width: 100%; }
          section.content ul li.right .box4 ul li.box4-item {
            width: 25%;
            padding: 0 20px;
            padding-bottom: 50px;
            text-align: center; }
      section.content ul li.right .box7 {
        width: 100%;
        margin-top: 30px; }
        section.content ul li.right .box7 ul {
          width: 100%; }
          section.content ul li.right .box7 ul li.box2-item {
            width: 50%;
            padding: 0 10px;
            padding-bottom: 50px;
            text-align: left; }
            section.content ul li.right .box7 ul li.box2-item .box p {
              word-break: break-word; }
              section.content ul li.right .box7 ul li.box2-item .box p span.fs-sm {
                font-size: 13px; }
            section.content ul li.right .box7 ul li.box2-item .box p.title {
              border-bottom: 1px solid #000;
              color: #000;
              font-size: 22px;
              padding: 10px 0;
              font-weight: bold; }
            section.content ul li.right .box7 ul li.box2-item .box p.title1 {
              color: #000;
              font-size: 22px;
              padding: 10px 0;
              font-weight: bold; }
          section.content ul li.right .box7 ul li.box2-item1 {
            width: 100%;
            padding: 0 10px;
            padding-bottom: 50px;
            text-align: left; }
            section.content ul li.right .box7 ul li.box2-item1 .box p {
              word-break: break-word; }
            section.content ul li.right .box7 ul li.box2-item1 .box p.title {
              border-bottom: 1px solid #000;
              color: #000;
              font-size: 22px;
              padding: 10px 0;
              font-weight: bold; }
            section.content ul li.right .box7 ul li.box2-item1 .box p.title1 {
              color: #000;
              font-size: 22px;
              padding: 10px 0;
              font-weight: bold; }
          section.content ul li.right .box7 ul li.box2-item2 {
            width: 33.333%;
            padding: 0 10px;
            padding-bottom: 50px;
            text-align: left; }
            section.content ul li.right .box7 ul li.box2-item2 .box {
              text-align: center; }
              section.content ul li.right .box7 ul li.box2-item2 .box p {
                word-break: break-word; }
              section.content ul li.right .box7 ul li.box2-item2 .box p.title {
                border-bottom: 1px solid #000;
                color: #000;
                font-size: 22px;
                padding: 10px 0;
                font-weight: bold; }
              section.content ul li.right .box7 ul li.box2-item2 .box p.title1 {
                color: #000;
                font-size: 22px;
                padding: 10px 0;
                font-weight: bold; }
              section.content ul li.right .box7 ul li.box2-item2 .box p.check_text {
                font-size: 16px;
                text-align: center; }
        @media only screen and (max-width: 1024px) {
          section.content ul li.right .box7 {
            margin-top: 20px; } }
        @media only screen and (max-width: 542px) {
          section.content ul li.right .box7 {
            margin-top: 0; } }
        @media only screen and (max-width: 542px) {
          section.content ul li.right .box7 {
            display: none; } }
      section.content ul li.right .box7-mobile {
        display: none;
        margin-top: 50px; }
        section.content ul li.right .box7-mobile ul li.box2-item {
          float: left;
          width: 50%;
          padding: 15px 10px;
          text-align: center; }
          section.content ul li.right .box7-mobile ul li.box2-item .box {
            width: 100%; }
            section.content ul li.right .box7-mobile ul li.box2-item .box p span.fs-sm {
              font-size: 12px; }
            section.content ul li.right .box7-mobile ul li.box2-item .box p.title {
              border-bottom: 1px solid #000;
              color: #000;
              font-size: 22px;
              padding: 10px 0;
              font-weight: bold;
              width: 100%; }
            section.content ul li.right .box7-mobile ul li.box2-item .box p.title1 {
              color: #000;
              font-size: 22px;
              padding: 10px 0;
              font-weight: bold;
              width: 100%; }
            section.content ul li.right .box7-mobile ul li.box2-item .box p.check_text {
              font-size: 16px;
              text-align: center; }
          @media only screen and (max-width: 542px) {
            section.content ul li.right .box7-mobile ul li.box2-item {
              width: 100%; } }
        @media only screen and (max-width: 542px) {
          section.content ul li.right .box7-mobile {
            display: block;
            margin-top: 30px; } }
      section.content ul li.right .box8 {
        padding-top: 50px; }
      section.content ul li.right .pd100 {
        padding-bottom: 100px; }
      section.content ul li.right .board-table {
        width: 100%;
        border-top: 2px solid #000;
        margin-top: 50px; }
        section.content ul li.right .board-table tr.rt {
          background: #f2f2f2; }
        section.content ul li.right .board-table th {
          font-size: 18px;
          line-height: 50px;
          background: #fff;
          border-bottom: 1px solid #000;
          color: #000;
          letter-spacing: -1px; }
          @media only screen and (max-width: 768px) {
            section.content ul li.right .board-table th {
              font-size: 16px;
              line-height: 30px;
              padding: 14px 0 10px 0; } }
          @media only screen and (max-width: 542px) {
            section.content ul li.right .board-table th {
              font-size: 14px;
              line-height: 20px; } }
          @media only screen and (max-width: 320px) {
            section.content ul li.right .board-table th {
              font-size: 11px;
              line-height: 12px; } }
        section.content ul li.right .board-table td {
          font-size: 18px;
          padding: 15px 0;
          border-bottom: 1px solid #eaeaea;
          color: #000;
          text-align: center;
          letter-spacing: -1px;
          font-weight: 400; }
          section.content ul li.right .board-table td .btn-more {
            display: inline-block;
            padding: 5px;
            background: #fff;
            border: 1px solid #e4e4e4; }
          section.content ul li.right .board-table td img {
            max-width: 100%; }
          @media only screen and (max-width: 768px) {
            section.content ul li.right .board-table td {
              font-size: 16px;
              padding: 10px 0;
              padding: 14px 0 10px 0; } }
          @media only screen and (max-width: 542px) {
            section.content ul li.right .board-table td {
              font-size: 14px;
              line-height: 20px; } }
          @media only screen and (max-width: 320px) {
            section.content ul li.right .board-table td {
              font-size: 11px;
              line-height: 12px; } }
        section.content ul li.right .board-table td.tal {
          text-align: left;
          text-indent: 10px; }
          section.content ul li.right .board-table td.tal a {
            display: inline-block;
            width: 100%; }
        section.content ul li.right .board-table td.sjt {
          text-align: left !important;
          padding-left: 20px; }
          section.content ul li.right .board-table td.sjt .impor {
            position: relative;
            display: inline-block;
            text-align: center;
            top: -2px;
            padding: 4px 4px 2px 5px;
            color: #fff;
            font-size: 12px;
            line-height: 16px;
            background: #ff5b83;
            margin-right: 5px;
            letter-spacing: 1px; }
        section.content ul li.right .board-table td.rtt {
          padding-left: 40px;
          text-align: left; }
          section.content ul li.right .board-table td.rtt img {
            position: relative;
            top: 4px; }
        section.content ul li.right .board-table tbody tr:hover {
          background: #f2f2f2 !important; }
      section.content ul li.right .board-desc {
        width: 100%;
        border-top: 2px solid #000;
        margin-top: 50px; }
        section.content ul li.right .board-desc th {
          position: relative;
          border-bottom: 1px solid #e4e4e4;
          color: #000;
          font-weight: bold;
          font-size: 20px;
          letter-spacing: -1px;
          padding: 15px 10px;
          vertical-align: middle; }
          section.content ul li.right .board-desc th input {
            width: 100%;
            height: 40px; }
          section.content ul li.right .board-desc th select {
            width: 100%;
            height: 40px;
            border: 1px solid #f2f2f2; }
          section.content ul li.right .board-desc th input[type="checkbox"] {
            width: 15px;
            height: 15px;
            position: relative;
            top: 2px; }
          section.content ul li.right .board-desc th .w-info {
            position: absolute;
            top: 20px;
            font-size: 20px;
            right: 0;
            color: #8a8a8a; }
          @media only screen and (max-width: 542px) {
            section.content ul li.right .board-desc th {
              font-size: 18px;
              line-height: 20px; } }
        section.content ul li.right .board-desc td {
          text-align: center !important;
          border-bottom: 1px solid #e4e4e4;
          color: #000;
          padding: 15px 10px;
          font-size: 18px; }
          section.content ul li.right .board-desc td input {
            width: 100%;
            height: 40px; }
          section.content ul li.right .board-desc td select {
            width: 100%;
            height: 40px;
            border: 1px solid #f2f2f2; }
          section.content ul li.right .board-desc td input[type="checkbox"] {
            width: 15px;
            height: 15px;
            position: relative;
            top: 2px; }
          section.content ul li.right .board-desc td textarea {
            width: 100%;
            height: 200px;
            padding: 10px;
            background: #f2f2f2;
            border: 1px solid #e4e4e4; }
          section.content ul li.right .board-desc td img {
            max-width: 100% !important; }
          section.content ul li.right .board-desc td iframe {
            margin: 0 auto;
            width: 560px;
            height: 315px; }
            @media only screen and (max-width: 542px) {
              section.content ul li.right .board-desc td iframe {
                width: 100%;
                height: 200px; } }
          section.content ul li.right .board-desc td .grade-select {
            width: 100%;
            text-align: left; }
            section.content ul li.right .board-desc td .grade-select ul li {
              margin-right: 5px;
              float: left; }
              section.content ul li.right .board-desc td .grade-select ul li i {
                font-size: 20px; }
              section.content ul li.right .board-desc td .grade-select ul li input {
                position: relative;
                top: 3px;
                padding-right: 3px; }
          section.content ul li.right .board-desc td .b-desc {
            padding: 15px 10px; }
          section.content ul li.right .board-desc td .b-reply {
            background: #f2f2f2;
            color: #999;
            padding: 20px; }
          @media only screen and (max-width: 542px) {
            section.content ul li.right .board-desc td {
              font-size: 14px;
              line-height: 20px; } }
        section.content ul li.right .board-desc td.data {
          background: #f2f2f2; }
      section.content ul li.right .tab-select {
        padding: 20px 0;
        text-align: center; }
        section.content ul li.right .tab-select .btn-write {
          display: inline-block;
          margin-top: 10px;
          padding: 10px 20px;
          color: #fff;
          border: 1px solid #e4e4e4;
          background: #000; }
          @media only screen and (max-width: 542px) {
            section.content ul li.right .tab-select .btn-write {
              font-size: 14px; } }
      section.content ul li.right .table {
        width: 100%;
        border-top: 1px solid #f2f2f2;
        border-right: 1px solid #f2f2f2;
        margin-top: 30px; }
        section.content ul li.right .table tr {
          background: #f2f2f2;
          text-align: center;
          border-bottom: 1px solid #000; }
        section.content ul li.right .table th {
          font-size: 16px;
          background: #0ba29a;
          border-left: 1px solid #f2f2f2;
          border-bottom: 1px solid #fff;
          color: #fff;
          letter-spacing: -1px;
          text-align: center;
          vertical-align: middle;
          padding: 10px 20px; }
          @media only screen and (max-width: 768px) {
            section.content ul li.right .table th {
              font-size: 16px;
              line-height: 24px;
              padding: 14px 0 10px 0; } }
          @media only screen and (max-width: 542px) {
            section.content ul li.right .table th {
              font-size: 14px;
              line-height: 20px; } }
          @media only screen and (max-width: 320px) {
            section.content ul li.right .table th {
              font-size: 14px;
              line-height: 20px; } }
        section.content ul li.right .table td {
          font-size: 16px;
          padding: 10px 20px;
          border-left: 1px solid #f2f2f2;
          border-bottom: 1px solid #f2f2f2;
          color: #757575;
          text-align: center;
          letter-spacing: -1px;
          font-weight: 400;
          background: #fff !important;
          vertical-align: middle; }
          section.content ul li.right .table td img {
            max-width: 100%; }
          @media only screen and (max-width: 768px) {
            section.content ul li.right .table td {
              font-size: 16px;
              line-height: 24px;
              padding: 14px 0 10px 0; } }
          @media only screen and (max-width: 542px) {
            section.content ul li.right .table td {
              font-size: 14px;
              line-height: 20px; } }
          @media only screen and (max-width: 320px) {
            section.content ul li.right .table td {
              font-size: 14px;
              line-height: 20px;
              padding-left: 5px; } }
        section.content ul li.right .table tbody tr:hover {
          background: #f2f2f2 !important; }
      section.content ul li.right .page-box {
        display: inline-block;
        text-align: center;
        margin-top: 50px;
        margin-bottom: 50px; }
        section.content ul li.right .page-box .page {
          text-align: center;
          height: 35px; }
          section.content ul li.right .page-box .page ul.pul {
            display: inline-block; }
            section.content ul li.right .page-box .page ul.pul li.pli {
              float: left;
              width: 35px; }
              section.content ul li.right .page-box .page ul.pul li.pli img {
                width: 100%; }
              section.content ul li.right .page-box .page ul.pul li.pli .pn {
                width: 35px;
                height: 26px;
                text-align: center;
                font-size: 16px;
                color: #bbbbbb;
                padding-top: 10px; }
              section.content ul li.right .page-box .page ul.pul li.pli .pn_on {
                width: 35px;
                height: 26px;
                text-align: center;
                font-size: 16px;
                color: #000;
                font-weight: bold;
                padding-top: 10px; }
          section.content ul li.right .page-box .page li:last-child {
            border: none; }
      section.content ul li.right .brand-img {
        margin-top: 50px;
        margin-bottom: 30px; }
        section.content ul li.right .brand-img img {
          width: 100%; }
      section.content ul li.right .faq {
        border-top: 2px solid #000;
        margin-top: 50px;
        text-align: left; }
        section.content ul li.right .faq ul li {
          width: 100%;
          padding: 10px 10px;
          font-size: 14px;
          border-bottom: 1px solid #f2f2f2;
          position: relative; }
          section.content ul li.right .faq ul li .number {
            font-family: 'Roboto';
            color: #000;
            font-weight: bold; }
          section.content ul li.right .faq ul li i {
            position: absolute;
            top: 30px;
            right: 0;
            display: inline-block;
            width: 20px;
            height: 20px; }
          section.content ul li.right .faq ul li .desc {
            display: none;
            width: 100%;
            margin-top: 10px;
            padding: 10px 0;
            background: #f2f2f2; }
            section.content ul li.right .faq ul li .desc p {
              margin: 0px !important;
              padding: 10px;
              padding-left: 20px; }
          section.content ul li.right .faq ul li p {
            margin: 0px !important;
            padding: 10px 0; }
          @media only screen and (max-width: 542px) {
            section.content ul li.right .faq ul li {
              font-size: 12px;
              padding: 5px 10px; } }
        @media only screen and (max-width: 542px) {
          section.content ul li.right .faq {
            padding: 0; } }
      section.content ul li.right .tab {
        width: 100%;
        border-top: 1px solid #f2f2f2;
        border-right: 1px solid #f2f2f2; }
        section.content ul li.right .tab ul {
          width: 100%; }
          section.content ul li.right .tab ul li {
            width: 33.3333%;
            border-left: 1px solid #f2f2f2;
            border-bottom: 1px solid #f2f2f2;
            background: #f2f2f2; }
            section.content ul li.right .tab ul li a {
              display: inline-block;
              width: 100%;
              padding: 20px 10px;
              text-align: center;
              font-size: 20px;
              letter-spacing: -2px; }
              @media only screen and (max-width: 542px) {
                section.content ul li.right .tab ul li a {
                  font-size: 15px; } }
              @media only screen and (max-width: 320px) {
                section.content ul li.right .tab ul li a {
                  font-size: 14px; } }
          section.content ul li.right .tab ul li.active a {
            background: #0ba29a;
            color: #fff !important; }
      section.content ul li.right .img {
        margin-top: 50px; }
      section.content ul li.right .right-txt p {
        text-align: right;
        padding: 10px 0 0 0; }
      section.content ul li.right .counseling {
        width: 1000px;
        margin: 0 auto; }
        section.content ul li.right .counseling .red {
          color: red;
          line-height: 30px; }
        section.content ul li.right .counseling .agreement {
          padding-top: 30px; }
        section.content ul li.right .counseling table.board-info {
          width: 100%;
          margin: 0 auto;
          border-top: 3px solid #000;
          margin-top: 20px;
          font-family: 'NanumBarunGothic'; }
          section.content ul li.right .counseling table.board-info th {
            border-bottom: 1px solid #e4e4e4;
            color: #000;
            background: #f2f2f2;
            font-size: 16px;
            padding: 15px 15px;
            letter-spacing: -1px;
            vertical-align: middle;
            text-align: center;
            vertical-align: middle; }
            @media only screen and (max-width: 542px) {
              section.content ul li.right .counseling table.board-info th {
                font-size: 12px;
                line-height: 18px;
                padding: 5px; } }
            @media only screen and (max-width: 320px) {
              section.content ul li.right .counseling table.board-info th {
                font-size: 12px;
                line-height: 18px;
                padding: 5px; } }
          section.content ul li.right .counseling table.board-info td {
            text-align: center;
            border-bottom: 1px solid #e4e4e4;
            color: #8a8a8a;
            font-size: 14px;
            padding: 10px 20px;
            letter-spacing: -1px;
            line-height: 20px;
            vertical-align: middle; }
            section.content ul li.right .counseling table.board-info td .lock {
              position: relative;
              display: inline-block;
              height: 14px;
              top: 2px;
              margin-left: 5px; }
            section.content ul li.right .counseling table.board-info td .new {
              position: relative;
              display: inline-block;
              height: 14px;
              top: 2px;
              margin-left: 5px; }
            section.content ul li.right .counseling table.board-info td .info-lawyer {
              text-align: center;
              height: 76px; }
              section.content ul li.right .counseling table.board-info td .info-lawyer ul {
                display: inline-block; }
                section.content ul li.right .counseling table.board-info td .info-lawyer ul li.info-item {
                  float: left;
                  padding: 5px; }
            section.content ul li.right .counseling table.board-info td p.info-title {
              color: #000; }
            section.content ul li.right .counseling table.board-info td p {
              color: #7b7b7b;
              margin-top: 5px; }
            section.content ul li.right .counseling table.board-info td p.desc {
              width: 100%;
              font-size: 12px;
              color: #999;
              font-family: 'NanumBarunGothic';
              line-height: 16px;
              letter-spacing: 0px;
              text-align: left;
              height: 30px;
              overflow: hidden;
              text-overflow: ellipsis;
              display: -webkit-box;
              -webkit-line-clamp: 2;
              -webkit-box-orient: vertical; }
            section.content ul li.right .counseling table.board-info td textarea {
              width: 100%;
              height: 200px;
              padding: 10px;
              background: #f2f2f2;
              border: 1px solid #e4e4e4; }
            @media only screen and (max-width: 542px) {
              section.content ul li.right .counseling table.board-info td {
                font-size: 12px;
                line-height: 18px;
                padding: 5px; } }
            @media only screen and (max-width: 320px) {
              section.content ul li.right .counseling table.board-info td {
                font-size: 12px;
                line-height: 18px;
                padding: 5px; } }
          section.content ul li.right .counseling table.board-info td.tal {
            text-align: left !important; }
          section.content ul li.right .counseling table.board-info td.color {
            color: #a88f7e; }
          section.content ul li.right .counseling table.board-info td.data {
            background: #f2f2f2; }
          section.content ul li.right .counseling table.board-info td.ls0 {
            text-align: left;
            letter-spacing: 0; }
          @media only screen and (max-width: 320px) {
            section.content ul li.right .counseling table.board-info td.mobile-none {
              display: none; } }
          @media only screen and (max-width: 320px) {
            section.content ul li.right .counseling table.board-info th.mobile-none {
              display: none; } }
          @media only screen and (max-width: 320px) {
            section.content ul li.right .counseling table.board-info col.mobile-none {
              display: none; } }
        section.content ul li.right .counseling table.board-desc {
          width: 100%;
          border-top: 2px solid #000;
          margin-top: 50px; }
          section.content ul li.right .counseling table.board-desc th {
            position: relative;
            border-bottom: 1px solid #e4e4e4;
            color: #000;
            font-size: 20px;
            letter-spacing: -1px;
            padding: 15px 10px;
            vertical-align: middle;
            font-family: 'NanumBarunGothic'; }
            @media only screen and (max-width: 542px) {
              section.content ul li.right .counseling table.board-desc th {
                font-size: 12px;
                line-height: 18px;
                padding: 5px; } }
            @media only screen and (max-width: 320px) {
              section.content ul li.right .counseling table.board-desc th {
                font-size: 12px;
                line-height: 18px;
                padding: 5px; } }
          section.content ul li.right .counseling table.board-desc td {
            text-align: left;
            border-bottom: 1px solid #e4e4e4;
            color: #000;
            padding: 15px 10px;
            font-size: 14px;
            font-family: 'NanumBarunGothic';
            letter-spacing: -1px; }
            section.content ul li.right .counseling table.board-desc td img {
              max-width: 100% !important; }
            @media only screen and (max-width: 542px) {
              section.content ul li.right .counseling table.board-desc td {
                font-size: 12px;
                line-height: 18px;
                padding: 5px; } }
            @media only screen and (max-width: 320px) {
              section.content ul li.right .counseling table.board-desc td {
                font-size: 12px;
                line-height: 18px;
                padding: 5px; } }
          section.content ul li.right .counseling table.board-desc td.data {
            background: #f2f2f2; }
          section.content ul li.right .counseling table.board-desc .tal {
            text-align: left; }
          section.content ul li.right .counseling table.board-desc .tar {
            text-align: right; }
          section.content ul li.right .counseling table.board-desc .b-desc {
            padding: 20px;
            font-size: 18px;
            line-height: 26px;
            text-align: left; }
            @media only screen and (max-width: 320px) {
              section.content ul li.right .counseling table.board-desc .b-desc {
                font-size: 12px;
                line-height: 18px;
                padding: 5px; } }
        section.content ul li.right .counseling table.board-write {
          width: 100%;
          border-top: 3px solid #000;
          margin-top: 50px; }
          section.content ul li.right .counseling table.board-write th {
            border-bottom: 1px solid #e4e4e4;
            color: #000;
            font-size: 14px;
            padding: 15px 20px;
            vertical-align: middle;
            text-align: right;
            font-family: 'NanumBarunGothic';
            background: #f2f2f2; }
            @media only screen and (max-width: 542px) {
              section.content ul li.right .counseling table.board-write th {
                font-size: 12px;
                line-height: 18px;
                padding: 5px; } }
            @media only screen and (max-width: 320px) {
              section.content ul li.right .counseling table.board-write th {
                font-size: 12px;
                line-height: 18px;
                padding: 5px; } }
          section.content ul li.right .counseling table.board-write td {
            font-family: 'NanumBarunGothic';
            text-align: left;
            border-bottom: 1px solid #e4e4e4;
            color: #8a8a8a;
            font-size: 14px;
            padding: 15px 10px; }
            section.content ul li.right .counseling table.board-write td input[type="checkbox"] {
              width: 12px;
              height: 12px;
              margin-right: 5px;
              position: relative;
              top: 1px; }
            section.content ul li.right .counseling table.board-write td input {
              width: 100%;
              border: 1px solid #e4e4e4;
              padding: 5px; }
            section.content ul li.right .counseling table.board-write td select {
              border: 1px solid #e4e4e4;
              padding: 5px; }
            section.content ul li.right .counseling table.board-write td input.tel {
              width: 100px;
              height: 30px;
              border: 1px solid #e4e4e4; }
              @media only screen and (max-width: 414px) {
                section.content ul li.right .counseling table.board-write td input.tel {
                  width: 75px; } }
            section.content ul li.right .counseling table.board-write td textarea {
              width: 100%;
              height: 200px;
              padding: 10px;
              background: #fff;
              border: 1px solid #e4e4e4;
              font-family: 'NanumBarunGothic'; }
            section.content ul li.right .counseling table.board-write td .link a {
              font-size: 13px;
              text-decoration: underline;
              color: #000; }
            @media only screen and (max-width: 542px) {
              section.content ul li.right .counseling table.board-write td {
                font-size: 12px;
                line-height: 18px;
                padding: 5px; } }
            section.content ul li.right .counseling table.board-write td .check-input input {
              width: auto;
              padding: 0 10px; }
            section.content ul li.right .counseling table.board-write td .check-input input[type="radio"] {
              position: relative;
              top: 2px; }
            @media only screen and (max-width: 320px) {
              section.content ul li.right .counseling table.board-write td {
                font-size: 12px;
                line-height: 18px;
                padding: 5px; } }
          section.content ul li.right .counseling table.board-write td.tac {
            text-align: center; }
          section.content ul li.right .counseling table.board-write input.w300 {
            width: 100%; }
        section.content ul li.right .counseling .modify {
          width: 500px;
          margin: 0 auto;
          border-bottom: 1px solid #000;
          border-top: 1px solid #000;
          padding: 50px 0;
          text-align: center;
          margin: 100px auto; }
          section.content ul li.right .counseling .modify p.sub {
            font-size: 12px;
            color: #43454c; }
          section.content ul li.right .counseling .modify input {
            margin-top: 10px; }
          @media only screen and (max-width: 320px) {
            section.content ul li.right .counseling .modify {
              width: 100%; } }
        section.content ul li.right .counseling .delete {
          width: 500px;
          margin: 0 auto;
          border-bottom: 1px solid #000;
          border-top: 1px solid #000;
          padding: 50px 0;
          text-align: center;
          margin: 100px auto; }
          section.content ul li.right .counseling .delete p.sub {
            font-size: 12px;
            color: #43454c; }
          section.content ul li.right .counseling .delete input {
            margin-top: 10px; }
          @media only screen and (max-width: 320px) {
            section.content ul li.right .counseling .delete {
              width: 100%; } }
        section.content ul li.right .counseling .page-line {
          width: 100%; }
          section.content ul li.right .counseling .page-line .prv {
            width: 100%;
            border-bottom: 1px solid #e4e4e4; }
            section.content ul li.right .counseling .page-line .prv ul {
              border-top: 1px solid #1e222a;
              margin: 0;
              padding: 0;
              -webkit-transition: all 0.4s;
              -moz-transition: all 0.4s;
              -ms-transition: all 0.4s;
              -o-transition: all 0.4s;
              transition: all 0.6s; }
              section.content ul li.right .counseling .page-line .prv ul li.prv-item {
                float: left;
                font-size: 14px;
                font-family: 'NanumBarunGothic';
                padding: 15px 10px; }
                section.content ul li.right .counseling .page-line .prv ul li.prv-item a {
                  overflow: hidden;
                  text-overflow: ellipsis;
                  display: -webkit-box;
                  -webkit-line-clamp: 1;
                  -webkit-box-orient: vertical; }
                @media only screen and (max-width: 320px) {
                  section.content ul li.right .counseling .page-line .prv ul li.prv-item {
                    font-size: 12px;
                    line-height: 18px;
                    padding: 5px; } }
              section.content ul li.right .counseling .page-line .prv ul li:first-child {
                width: 10%;
                text-align: center; }
                @media only screen and (max-width: 320px) {
                  section.content ul li.right .counseling .page-line .prv ul li:first-child {
                    width: 15%; } }
              section.content ul li.right .counseling .page-line .prv ul li:nth-child(2) {
                width: 75%;
                text-align: left; }
                @media only screen and (max-width: 320px) {
                  section.content ul li.right .counseling .page-line .prv ul li:nth-child(2) {
                    width: 65%; } }
              section.content ul li.right .counseling .page-line .prv ul li:last-child {
                width: 15%;
                font-size: 14px;
                letter-spacing: -1px; }
                @media only screen and (max-width: 320px) {
                  section.content ul li.right .counseling .page-line .prv ul li:last-child {
                    font-size: 12px;
                    line-height: 18px; } }
                @media only screen and (max-width: 320px) {
                  section.content ul li.right .counseling .page-line .prv ul li:last-child {
                    width: 20%; } }
              section.content ul li.right .counseling .page-line .prv ul:hover {
                background: #f2f2f2; }
          section.content ul li.right .counseling .page-line .next {
            width: 100%; }
            section.content ul li.right .counseling .page-line .next ul {
              border-bottom: 1px solid #1e222a;
              -webkit-transition: all 0.4s;
              -moz-transition: all 0.4s;
              -ms-transition: all 0.4s;
              -o-transition: all 0.4s;
              transition: all 0.6s; }
              section.content ul li.right .counseling .page-line .next ul li.next-item {
                float: left;
                font-size: 14px;
                font-family: 'NanumBarunGothic';
                padding: 15px 10px; }
                section.content ul li.right .counseling .page-line .next ul li.next-item a {
                  overflow: hidden;
                  text-overflow: ellipsis;
                  display: -webkit-box;
                  -webkit-line-clamp: 1;
                  -webkit-box-orient: vertical; }
                @media only screen and (max-width: 320px) {
                  section.content ul li.right .counseling .page-line .next ul li.next-item {
                    font-size: 12px;
                    line-height: 18px;
                    padding: 5px; } }
              section.content ul li.right .counseling .page-line .next ul li:first-child {
                width: 10%;
                text-align: center; }
                @media only screen and (max-width: 320px) {
                  section.content ul li.right .counseling .page-line .next ul li:first-child {
                    width: 15%; } }
              section.content ul li.right .counseling .page-line .next ul li:nth-child(2) {
                width: 75%;
                text-align: left; }
                @media only screen and (max-width: 320px) {
                  section.content ul li.right .counseling .page-line .next ul li:nth-child(2) {
                    width: 65%; } }
              section.content ul li.right .counseling .page-line .next ul li:last-child {
                width: 15%;
                font-size: 14px;
                letter-spacing: -1px; }
                @media only screen and (max-width: 320px) {
                  section.content ul li.right .counseling .page-line .next ul li:last-child {
                    font-size: 12px;
                    line-height: 18px; } }
  @media only screen and (max-width: 320px) and (max-width: 320px) {
    section.content ul li.right .counseling .page-line .next ul li:last-child {
      width: 20%; } }

              section.content ul li.right .counseling .page-line .next ul:hover {
                background: #f2f2f2; }
        section.content ul li.right .counseling .btn-write {
          text-align: center;
          margin-top: 30px; }
          section.content ul li.right .counseling .btn-write a {
            margin: 0 5px;
            top: 10px;
            width: 60px;
            height: 60px;
            background: #292c30;
            color: #fff;
            font-size: 14px;
            letter-spacing: -1px;
            padding: 15px 30px;
            line-height: 60px;
            -webkit-transition: all 0.4s;
            -moz-transition: all 0.4s;
            -ms-transition: all 0.4s;
            -o-transition: all 0.4s;
            transition: all 0.6s; }
          section.content ul li.right .counseling .btn-write a:hover {
            background: #a88f7e;
            color: #fff; }
        section.content ul li.right .counseling .privacy textarea {
          width: 100%;
          padding: 10px;
          line-height: 20px;
          color: #686868;
          font-weight: 300;
          font-size: 14px; }
        @media only screen and (max-width: 1200px) {
          section.content ul li.right .counseling {
            width: 95%; } }
        @media only screen and (max-width: 542px) {
          section.content ul li.right .counseling {
            margin: 0;
            width: 100%; } }
        @media only screen and (max-width: 320px) {
          section.content ul li.right .counseling {
            width: 100%; } }
      @media only screen and (max-width: 1200px) {
        section.content ul li.right {
          padding-left: 70px;
          padding-right: 30px; } }
      @media only screen and (max-width: 768px) {
        section.content ul li.right {
          width: 100%;
          padding-left: 30px; } }
      @media only screen and (max-width: 542px) {
        section.content ul li.right {
          padding-left: 0;
          padding-right: 0; } }

/* Board Componenet */
/* footer */
footer {
  background: #000;
  padding: 70px 0; }
  footer .container {
    text-align: center; }
    footer .container p {
      font-size: 14px;
      color: #fff;
      line-height: 20px; }
    footer .container p.copy {
      font-size: 12px;
      color: #666;
      margin-top: 10px; }
    footer .container p.ft-txt {
      font-size: 25px;
      color: #fff;
      line-height: 30px;
      padding-bottom: 20px;
      font-weight: bold; }

.btn {
  display: inline-block;
  font-size: 13px;
  font-weight: 300;
  background: transparent;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  text-transform: uppercase;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.btn:hover {
  text-decoration: none; }

/* button type */
.btn-primary {
  background: #E8485A;
  border-color: #E8485A;
  color: #fff; }

.btn-primary-ol {
  background: #fff;
  border-color: #fff;
  color: #E8485A; }

.btn-tool {
  background: #a7a7a7;
  border-color: #a7a7a7;
  color: #fff; }

/* button size */
.btn-full {
  width: 100%;
  padding: 12px 15px; }

.btn-big {
  font-size: 14px;
  width: 100%;
  padding: 16px 15px;
  font-weight: bold; }
  .btn-big i {
    font-size: 22px;
    margin-right: 4px;
    vertical-align: middle; }

.btn-md {
  padding: 10px 14px;
  font-size: 13px; }
  .btn-md i {
    font-size: 20px; }

.btn-sm {
  font-size: 12px;
  padding: 4px 6px; }
  .btn-sm i {
    font-size: 16px; }

/* button option amount */
.btn .amount {
  display: inline-block;
  width: 13px;
  height: 13px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  background: #E8485A;
  text-align: center;
  line-height: 12px;
  font-size: 10px; }

.btn-material {
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2); }

/*# sourceMappingURL=style.css.map */
