/*! 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/css?family=Noto+Sans+KR");
@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");
@import url("https://fonts.googleapis.com/css2?family=Nanum+Myeongjo:wght@400;700;800&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+KR");
@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");
@import url("https://fonts.googleapis.com/css2?family=Nanum+Myeongjo:wght@400;700;800&display=swap");
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; }

/* 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; }
@font-face {
  font-family: 'NanumBarunGothic';
  font-style: normal;
  font-weight: 400;
  src: url("//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWeb.eot");
  src: url("//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWeb.eot?#iefix") format("embedded-opentype"), url("//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWeb.woff") format("woff"), url("//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWeb.ttf") format("truetype"); }
body {
  font-family: 'Malgun Gothic','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;
  background: #f2f2f2; }

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

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

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

p {
  font-family: 'NanumBarunGothic';
  font-size: 14px;
  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; }

a[href^="tel"] {
  color: inherit;
  text-decoration: none; }

/* 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; }

.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; }
.slick-arrow-angle .slick-prev {
  display: none !important;
  background: url("../../assets/img/angle-left.png") 50% no-repeat;
  left: 50px; }
.slick-arrow-angle .slick-next {
  position: relative;
  width: 93px;
  height: 14px;
  left: 50%;
  margin-left: 450px;
  bottom: 100px;
  background: url("../../assets/img/next.png") no-repeat top right;
  border: 0; }
  @media only screen and (max-width: 1200px) {
    .slick-arrow-angle .slick-next {
      width: 100%;
      left: 0px;
      margin-left: -20px;
      right: 0px; } }
  @media only screen and (max-width: 542px) {
    .slick-arrow-angle .slick-next {
      bottom: 40px;
      padding-right: 10px;
      text-align: center; } }

.slick-arrow-angle2 .slick-arrow {
  font-size: 0;
  position: absolute;
  top: 50%;
  z-index: 100;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  border: 0;
  background: transparent; }
  @media only screen and (max-width: 768px) {
    .slick-arrow-angle2 .slick-arrow {
      width: 30px;
      height: 30px;
      margin-top: -15px; } }
.slick-arrow-angle2 .slick-prev {
  background: url("../../assets/img/nslide-left.jpg") 50% no-repeat;
  left: 20px; }
  @media only screen and (max-width: 768px) {
    .slick-arrow-angle2 .slick-prev {
      -webkit-background-size: 100%;
      background-size: 100%; } }
.slick-arrow-angle2 .slick-next {
  background: url("../../assets/img/nslide-right.jpg") 50% no-repeat;
  right: 20px; }
  @media only screen and (max-width: 768px) {
    .slick-arrow-angle2 .slick-next {
      -webkit-background-size: 100%;
      background-size: 100%; } }

.slick-arrow-angle3 .slick-arrow {
  font-size: 0;
  position: absolute;
  top: 50%;
  z-index: 100;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  border: 0;
  background: transparent; }
  @media only screen and (max-width: 1024px) {
    .slick-arrow-angle3 .slick-arrow {
      width: 30px;
      height: 30px;
      margin-top: -15px; } }
  @media only screen and (max-width: 542px) {
    .slick-arrow-angle3 .slick-arrow {
      width: 20px;
      height: 20px;
      margin-top: -10px; } }
.slick-arrow-angle3 .slick-prev {
  background: url("../../assets/img/lawyer-left.png") 50% no-repeat;
  left: -60px; }
  @media only screen and (max-width: 1200px) {
    .slick-arrow-angle3 .slick-prev {
      background: url("../../assets/img/lawyer-left_white.png") 50% no-repeat;
      left: 15px;
      -webkit-background-size: 100%;
      background-size: 100%; } }
.slick-arrow-angle3 .slick-next {
  background: url("../../assets/img/lawyer-right.png") 50% no-repeat;
  right: -60px; }
  @media only screen and (max-width: 1200px) {
    .slick-arrow-angle3 .slick-next {
      background: url("../../assets/img/lawyer-right_white.png") 50% no-repeat;
      right: 15px;
      -webkit-background-size: 100%;
      background-size: 100%; } }

.slick-arrow-angle4 .slick-arrow {
  font-size: 0;
  position: absolute;
  top: 50%;
  z-index: 100;
  width: 10px;
  height: 20px;
  margin-top: -10px;
  border: 0;
  background: transparent; }
  @media only screen and (max-width: 768px) {
    .slick-arrow-angle4 .slick-arrow {
      width: 10px;
      height: 20px;
      margin-top: -10px; } }
.slick-arrow-angle4 .slick-prev {
  background: url("../../assets/img/sa-left.png") 50% no-repeat;
  left: 15px; }
  @media only screen and (max-width: 768px) {
    .slick-arrow-angle4 .slick-prev {
      -webkit-background-size: 100%;
      background-size: 100%; } }
.slick-arrow-angle4 .slick-next {
  background: url("../../assets/img/sa-right.png") 50% no-repeat;
  right: 15px; }
  @media only screen and (max-width: 768px) {
    .slick-arrow-angle4 .slick-next {
      -webkit-background-size: 100%;
      background-size: 100%; } }

/* 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%;
  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 {
  width: 100%;
  position: fixed;
  z-index: 1000;
  top: 0px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s; }
  header .sidenav {
    width: 250px;
    height: 100vh;
    position: fixed;
    z-index: 100000;
    top: 0;
    right: -250px;
    background-color: #1e222a;
    overflow-x: hidden;
    transition: 0.4s; }
    header .sidenav .leftmenu {
      width: 100%;
      margin-top: 50px; }
      header .sidenav .leftmenu a.menu-title {
        display: inline-block;
        width: 100%;
        padding: 15px;
        font-size: 14px;
        color: #fff;
        font-family: 'NanumBarunGothic';
        border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
      header .sidenav .leftmenu a.top {
        border-top: 1px solid rgba(255, 255, 255, 0.2); }
      header .sidenav .leftmenu .sub-menu {
        display: none;
        background: #f2f2f2; }
        header .sidenav .leftmenu .sub-menu a {
          display: inline-block;
          width: 100%;
          font-size: 14px;
          letter-spacing: -1px;
          font-family: 'NanumBarunGothic';
          padding: 10px 15px;
          border-bottom: 1px solid #e4e4e4; }
    header .sidenav .closebtn {
      position: absolute;
      top: 0px;
      right: 0px;
      padding: 10px;
      width: 40px;
      height: 40px; }
  header .container {
    width: 100%;
    height: 80px;
    position: relative; }
    header .container .logo {
      position: absolute;
      margin-top: 18px; }
      header .container .logo a {
        display: inline-block;
        width: 161px;
        height: 47px;
        background: url("../../assets/img/logo.png") no-repeat; }
    header .container .tel {
      position: absolute;
      right: 0px;
      top: 0px;
      line-height: 79px; }
      header .container .tel ul li {
        float: left; }
        header .container .tel ul li a {
          font-family: 'GmarketSansBold';
          color: #fff;
          margin-left: 10px;
          padding: 12px 20px 10px 20px;
          background: #a88f7e;
          -webkit-border-radius: 50px;
          -moz-border-radius: 50px;
          border-radius: 50px;
          letter-spacing: 0px; }
      header .container .tel ul li:last-child a {
        background: #fff;
        color: #a88f7e; }
      @media only screen and (max-width: 1024px) {
        header .container .tel {
          padding-right: 20px; } }
    @media only screen and (max-width: 768px) {
      header .container {
        padding: 0px;
        height: 130px; } }
  header .container1 {
    width: 1200px;
    height: 80px;
    position: relative;
    margin: 0 auto; }
    header .container1 nav {
      position: absolute;
      width: 100%;
      z-index: 200;
      margin-top: 30px;
      text-align: right; }
      header .container1 nav ul {
        display: inline-block; }
        header .container1 nav ul li.nav-item {
          float: left;
          padding: 0 25px;
          text-align: left; }
          header .container1 nav ul li.nav-item a {
            color: #fff;
            font-family: 'Noto Sans KR';
            font-size: 16px;
            font-weight: 600;
            letter-spacing: -1px; }
          header .container1 nav ul li.nav-item .dropdown-content {
            position: absolute;
            z-index: 1000000000000000000000;
            margin-left: -10px;
            top: 40px;
            opacity: 0;
            width: 100%;
            max-width: 180px;
            background: rgba(0, 0, 0, 0.7);
            margin-top: 0px;
            -webkit-transition: all 0.4s;
            -moz-transition: all 0.4s;
            -ms-transition: all 0.4s;
            -o-transition: all 0.4s;
            transition: all 0.4s; }
            header .container1 nav ul li.nav-item .dropdown-content a {
              display: inline-block;
              width: 100%;
              color: #fff;
              font-family: 'NanumBarunGothic';
              font-size: 14px;
              padding: 12px 10px;
              font-weight: 300;
              -webkit-transition: all 0.4s;
              -moz-transition: all 0.4s;
              -ms-transition: all 0.4s;
              -o-transition: all 0.4s;
              transition: all 0.4s; }
              header .container1 nav ul li.nav-item .dropdown-content a:hover {
                background: #fff;
                color: #000; }
            @media only screen and (max-width: 1600px) {
              header .container1 nav ul li.nav-item .dropdown-content {
                top: 47px; } }
          header .container1 nav ul li.nav-item:hover a.dropbtn {
            opacity: 1; }
          header .container1 nav ul li.nav-item:hover .dropdown-content {
            opacity: 1;
            margin-top: 0px; }
          header .container1 nav ul li.nav-item a.dropbtn {
            opacity: 1;
            display: inline-block;
            font-size: 16px;
            line-height: 125px;
            padding: 0 20px;
            text-align: center; }
            @media only screen and (max-width: 1600px) {
              header .container1 nav ul li.nav-item a.dropbtn {
                line-height: 40px;
                padding: 5px 20px 0px 20px; } }
            @media only screen and (max-width: 768px) {
              header .container1 nav ul li.nav-item a.dropbtn {
                font-size: 14px; } }
            @media only screen and (max-width: 542px) {
              header .container1 nav ul li.nav-item a.dropbtn {
                font-size: 14px;
                padding: 0 8px;
                line-height: 30px;
                position: relative;
                top: 2px; } }
          @media only screen and (max-width: 768px) {
            header .container1 nav ul li.nav-item {
              padding: 0 15px; } }
      @media only screen and (max-width: 1600px) {
        header .container1 nav {
          text-align: center; } }
      @media only screen and (max-width: 768px) {
        header .container1 nav {
          margin-left: -20px !important; } }
      @media only screen and (max-width: 768px) {
        header .container1 nav {
          display: none; } }
    @media only screen and (max-width: 768px) {
      header .container1 {
        padding: 0px;
        height: 130px; } }
  header .header-mb {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
    header .header-mb .tel-mb {
      top: 0px; }
      header .header-mb .tel-mb ul li {
        float: left;
        width: 50%; }
        header .header-mb .tel-mb ul li a {
          display: inline-block;
          text-align: center;
          width: 100%;
          padding: 15px 0;
          font-family: 'GmarketSansBold';
          color: #fff;
          background: #a88f7e;
          letter-spacing: 0px; }
          @media only screen and (max-width: 542px) {
            header .header-mb .tel-mb ul li a {
              font-size: 14px; } }
      header .header-mb .tel-mb ul li:first-child {
        border-right: 1px solid #fff; }
      header .header-mb .tel-mb ul li:last-child a {
        background: #fff;
        color: #a88f7e; }
    header .header-mb .logo-mb {
      text-align: left;
      width: 100%;
      padding-top: 15px;
      padding-bottom: 10px;
      margin-left: 15px; }
      header .header-mb .logo-mb a {
        display: inline-block;
        width: 140px;
        height: 41px;
        background: url("../../assets/img/logo.png") no-repeat top center;
        -webkit-background-size: 100%;
        background-size: 100%; }
        @media only screen and (max-width: 542px) {
          header .header-mb .logo-mb a {
            width: 120px;
            height: 35px; } }
    header .header-mb .menu {
      position: absolute;
      right: 10px;
      margin-top: -45px; }
      header .header-mb .menu a {
        display: inline-block;
        width: 25px;
        height: 20px;
        background: url("../../assets/img/menu.png") no-repeat top center;
        -webkit-background-size: 100%;
        background-size: 100%; }
      @media only screen and (max-width: 542px) {
        header .header-mb .menu {
          margin-top: -40px; } }
  header .header-line {
    position: absolute;
    width: 100%;
    height: 1px;
    z-index: 200;
    background-color: rgba(255, 255, 255, 0.2); }
    @media only screen and (max-width: 768px) {
      header .header-line {
        display: none; } }

.active {
  background: #fff;
  border: 1px solid #f2f2f2; }
  .active .container {
    height: 80px; }
    .active .container .logo a {
      background: url("../../assets/img/logo_on.png") no-repeat !important; }
    .active .container .tel ul li:last-child a {
      background: #f2f2f2; }
    @media only screen and (max-width: 768px) {
      .active .container {
        height: auto; } }
  .active .container1 {
    height: 55px; }
    .active .container1 nav {
      margin-top: 20px; }
      .active .container1 nav ul li.nav-item a {
        color: #000; }
      .active .container1 nav ul li.nav-item .dropdown-content a {
        color: #fff; }
    @media only screen and (max-width: 768px) {
      .active .container1 {
        height: auto; } }
  .active .header-mb {
    position: relative; }
    .active .header-mb .logo-mb {
      padding-top: 10px;
      padding-bottom: 4px; }
      .active .header-mb .logo-mb a {
        width: 120px;
        height: 35px;
        background: url("../../assets/img/logo_on.png") no-repeat top center;
        -webkit-background-size: 100%;
        background-size: 100%; }
    .active .header-mb .tel-mb ul li:last-child a {
      background: #f2f2f2; }
    .active .header-mb .menu {
      margin-top: -34px; }
      .active .header-mb .menu a {
        display: inline-block;
        width: 25px;
        height: 20px;
        background: url("../../assets/img/menu_navy.png") no-repeat top center;
        -webkit-background-size: 100%;
        background-size: 100%; }
  .active .header-line {
    position: absolute;
    width: 100%;
    height: 1px;
    z-index: 200;
    background-color: #f2f2f2; }

/*main*/
#new_popup {
  position: absolute;
  top: 116px;
  left: 50%;
  margin-left: -600px;
  z-index: 99999; }
  #new_popup div {
    float: left; }
  #new_popup .container #popup1 {
    width: 400px; }
    #new_popup .container #popup1 .popup_bar a {
      display: block;
      width: 400px;
      height: 30px;
      color: #fff;
      line-height: 30px;
      font-size: 12px;
      text-align: center;
      background: #000; }
      @media only screen and (max-width: 1200px) {
        #new_popup .container #popup1 .popup_bar a img {
          width: 100%; } }
      @media only screen and (max-width: 542px) {
        #new_popup .container #popup1 .popup_bar a {
          width: 300px; } }
    #new_popup .container #popup1 .popup_bar i {
      position: relative;
      top: 1px; }
    @media only screen and (max-width: 1200px) {
      #new_popup .container #popup1 {
        width: 400px;
        position: absolute;
        left: 50%;
        margin-left: -200px;
        z-index: 3; } }
    @media only screen and (max-width: 768px) {
      #new_popup .container #popup1 {
        width: 400px;
        position: absolute;
        left: 50%;
        top: 50px;
        margin-left: -200px;
        z-index: 3; }
        #new_popup .container #popup1 img {
          width: 100%; } }
    @media only screen and (max-width: 542px) {
      #new_popup .container #popup1 {
        width: 300px;
        position: absolute;
        left: 50%;
        margin-left: -150px;
        z-index: 3; }
        #new_popup .container #popup1 .pc_popup {
          width: 100%; }
          #new_popup .container #popup1 .pc_popup a img {
            width: 100%; } }
  #new_popup .container #popup2 {
    width: 400px; }
    #new_popup .container #popup2 .popup_bar a {
      display: block;
      width: 400px;
      height: 30px;
      color: #fff;
      line-height: 30px;
      font-size: 12px;
      text-align: center;
      background: #000; }
      @media only screen and (max-width: 1200px) {
        #new_popup .container #popup2 .popup_bar a img {
          width: 100%; } }
      @media only screen and (max-width: 542px) {
        #new_popup .container #popup2 .popup_bar a {
          width: 300px; } }
    #new_popup .container #popup2 .popup_bar i {
      position: relative;
      top: 1px; }
    @media only screen and (max-width: 1200px) {
      #new_popup .container #popup2 {
        width: 400px;
        position: absolute;
        left: 50%;
        margin-left: -200px;
        z-index: 3; } }
    @media only screen and (max-width: 768px) {
      #new_popup .container #popup2 {
        width: 400px;
        position: absolute;
        left: 50%;
        top: 50px;
        margin-left: -200px;
        z-index: 3; }
        #new_popup .container #popup2 img {
          width: 100%; } }
    @media only screen and (max-width: 542px) {
      #new_popup .container #popup2 {
        width: 300px;
        position: absolute;
        left: 50%;
        margin-left: -150px;
        z-index: 3; }
        #new_popup .container #popup2 .pc_popup {
          width: 100%; }
          #new_popup .container #popup2 .pc_popup a img {
            width: 100%; } }
  #new_popup .container #popup3 {
    width: 400px; }
    #new_popup .container #popup3 .popup_bar a {
      display: block;
      width: 400px;
      height: 30px;
      color: #fff;
      line-height: 30px;
      font-size: 12px;
      text-align: center;
      background: #000; }
      @media only screen and (max-width: 1200px) {
        #new_popup .container #popup3 .popup_bar a img {
          width: 100%; } }
      @media only screen and (max-width: 542px) {
        #new_popup .container #popup3 .popup_bar a {
          width: 300px; } }
    #new_popup .container #popup3 .popup_bar i {
      position: relative;
      top: 1px; }
    @media only screen and (max-width: 1200px) {
      #new_popup .container #popup3 {
        width: 400px;
        position: absolute;
        left: 50%;
        margin-left: -200px;
        z-index: 3; } }
    @media only screen and (max-width: 768px) {
      #new_popup .container #popup3 {
        width: 400px;
        position: absolute;
        left: 50%;
        top: 50px;
        margin-left: -200px;
        z-index: 3; }
        #new_popup .container #popup3 img {
          width: 100%; } }
    @media only screen and (max-width: 542px) {
      #new_popup .container #popup3 {
        width: 300px;
        position: absolute;
        left: 50%;
        margin-left: -150px;
        z-index: 3; }
        #new_popup .container #popup3 .pc_popup {
          width: 100%; }
          #new_popup .container #popup3 .pc_popup a img {
            width: 100%; } }
  @media only screen and (max-width: 1200px) {
    #new_popup .container {
      width: 100%;
      margin: 0 auto;
      position: relative; } }
  @media only screen and (max-width: 1200px) {
    #new_popup {
      position: relative;
      left: 0%;
      margin-left: 0px; } }

.main-section {
  width: 100%;
  padding: 100px 0; }
  .main-section h6 {
    width: 100%;
    padding-bottom: 10px;
    text-align: center;
    font-size: 16px;
    color: #a88f7e;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    text-indent: 10px; }
    @media only screen and (max-width: 768px) {
      .main-section h6 {
        font-size: 14px; } }
  .main-section h4 {
    width: 100%;
    text-align: center;
    font-size: 35px;
    color: #1e222a;
    font-family: 'Nanum Myeongjo', serif;
    font-weight: 500;
    letter-spacing: -2px; }
    @media only screen and (max-width: 768px) {
      .main-section h4 {
        font-size: 20px; } }
  .main-section h2 {
    position: relative;
    width: 100%;
    color: #4a4d51;
    text-align: center;
    font-size: 45px;
    font-family: 'Nanum Myeongjo', serif;
    font-weight: 600;
    z-index: 1; }
    @media only screen and (max-width: 1024px) {
      .main-section h2 {
        font-size: 40px; } }
    @media only screen and (max-width: 768px) {
      .main-section h2 {
        font-size: 34px; } }
    @media only screen and (max-width: 414px) {
      .main-section h2 {
        font-size: 28px; } }
  .main-section .back-p {
    width: 100%;
    position: absolute;
    text-align: center;
    font-family: 'Nanum Myeongjo', serif;
    font-size: 100px;
    color: #f4f8fb;
    font-weight: 600;
    margin-top: -50px;
    z-index: 0; }
    @media only screen and (max-width: 542px) {
      .main-section .back-p {
        font-size: 60px;
        margin-top: -30px; } }
  .main-section p {
    width: 100%;
    font-size: 16px;
    color: #fff;
    text-align: center;
    font-family: 'NanumBarunGothic';
    line-height: 20px;
    margin-top: 10px; }
  @media only screen and (max-width: 768px) {
    .main-section {
      padding: 80px 0; } }
  @media only screen and (max-width: 542px) {
    .main-section {
      padding: 60px 0; } }

.pick-color {
  color: #a88f7e; }

.pick-color-wh {
  color: #292c30; }

.pc {
  display: block; }
  @media only screen and (max-width: 768px) {
    .pc {
      display: none !important; } }

.mb {
  display: none; }
  @media only screen and (max-width: 768px) {
    .mb {
      display: block; } }

.dpi {
  display: inline; }

section.quick-menu {
  width: 115px;
  position: fixed;
  z-index: 10000000;
  top: 200px;
  right: 0; }
  section.quick-menu ul li.quick-menu {
    width: 100%; }
    section.quick-menu ul li.quick-menu a.kakaoBtn {
      background: #fae100; }
  @media only screen and (max-width: 1200px) {
    section.quick-menu {
      top: inherit;
      bottom: 0px !important; } }
  @media only screen and (max-width: 768px) {
    section.quick-menu {
      display: none; } }

section.coun-box .container {
  position: relative;
  width: 100%;
  z-index: 100;
  top: 200px; }
  section.coun-box .container .input-box {
    position: absolute;
    width: 370px;
    right: 0px; }
    section.coun-box .container .input-box .coun-input {
      width: 100%;
      background: #fafaf9;
      border-radius: 15px; }
      section.coun-box .container .input-box .coun-input ul li.coun-item {
        width: 100%;
        padding: 5px 30px;
        font-family: 'Nanum Myeongjo', serif;
        text-align: center;
        color: #000; }
        section.coun-box .container .input-box .coun-input ul li.coun-item input {
          width: 100%;
          height: 30px;
          border: 1px solid #e4e4e4;
          margin: 0;
          padding: 0;
          font-family: 'NanumBarunGothic';
          font-size: 16px; }
        section.coun-box .container .input-box .coun-input ul li.coun-item textarea {
          width: 100% !important;
          height: 50px;
          border: 1px solid #e4e4e4;
          margin: 0;
          padding: 10px;
          font-family: 'NanumBarunGothic';
          font-size: 16px; }
        section.coun-box .container .input-box .coun-input ul li.coun-item button.btn-black {
          width: auto;
          display: inline;
          border: 0px;
          margin-top: 20px;
          font-family: 'NanumBarunGothic';
          background: #292c30;
          color: #fff;
          font-size: 16px;
          padding: 15px 30px;
          -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.coun-box .container .input-box .coun-input ul li.coun-item button.btn-black:hover {
            background: #a88f7e;
            color: #fff; }
          @media only screen and (max-width: 542px) {
            section.coun-box .container .input-box .coun-input ul li.coun-item button.btn-black {
              margin-top: 0px; } }
      section.coun-box .container .input-box .coun-input ul li.coun-top {
        width: 100%;
        background: #a88f7e;
        color: #fff;
        text-align: center;
        border-radius: 14px 14px 0 0;
        font-size: 25px; }
        @media only screen and (max-width: 542px) {
          section.coun-box .container .input-box .coun-input ul li.coun-top {
            font-size: 18px; } }
      section.coun-box .container .input-box .coun-input ul li.coun-st {
        font-family: 'NanumBarunGothic';
        font-size: 16px;
        text-align: left; }
        section.coun-box .container .input-box .coun-input ul li.coun-st .agree-box {
          font-size: 14px;
          float: right; }
          section.coun-box .container .input-box .coun-input ul li.coun-st .agree-box input {
            width: 15px;
            height: 15px;
            position: relative;
            top: 4px; }
          @media only screen and (max-width: 542px) {
            section.coun-box .container .input-box .coun-input ul li.coun-st .agree-box {
              margin-top: -5px; } }
        @media only screen and (max-width: 542px) {
          section.coun-box .container .input-box .coun-input ul li.coun-st {
            font-size: 14px; } }
      section.coun-box .container .input-box .coun-input ul li:first-child {
        padding: 15px 0; }
      section.coun-box .container .input-box .coun-input ul li:nth-child(2) {
        margin-top: 20px; }
        @media only screen and (max-width: 542px) {
          section.coun-box .container .input-box .coun-input ul li:nth-child(2) {
            margin-top: 10px; } }
      section.coun-box .container .input-box .coun-input ul li:nth-child(4) {
        margin-top: 10px; }
        @media only screen and (max-width: 542px) {
          section.coun-box .container .input-box .coun-input ul li:nth-child(4) {
            margin-top: 5px; } }
      section.coun-box .container .input-box .coun-input ul li:nth-child(6) {
        margin-top: 10px; }
        @media only screen and (max-width: 542px) {
          section.coun-box .container .input-box .coun-input ul li:nth-child(6) {
            margin-top: 5px; } }
      section.coun-box .container .input-box .coun-input ul li:last-child {
        margin-bottom: 20px; }
        @media only screen and (max-width: 542px) {
          section.coun-box .container .input-box .coun-input ul li:last-child {
            margin-top: 10px; } }
      @media only screen and (max-width: 768px) {
        section.coun-box .container .input-box .coun-input {
          background: #fff; } }
    @media only screen and (max-width: 1024px) {
      section.coun-box .container .input-box {
        width: 400px;
        padding-right: 20px; } }
    @media only screen and (max-width: 768px) {
      section.coun-box .container .input-box {
        width: 100%;
        padding-right: 0px; } }
  @media only screen and (max-width: 768px) {
    section.coun-box .container {
      width: 400px;
      margin: 0 auto;
      top: 500px; } }
  @media only screen and (max-width: 542px) {
    section.coun-box .container {
      width: 300px; } }
  @media only screen and (max-width: 542px) {
    section.coun-box .container {
      top: 400px; } }

section.slider {
  width: 100%;
  position: absolute;
  top: 0px; }
  section.slider .back1 {
    min-height: 750px;
    background: url("../../assets/img/slide1.jpg") no-repeat top center; }
  section.slider .back2 {
    min-height: 750px;
    background: url("../../assets/img/slide1.jpg") no-repeat top center; }
  section.slider .back3 {
    min-height: 750px;
    background: url("../../assets/img/slide1.jpg") no-repeat top center; }
  section.slider .slide {
    width: 100%;
    position: relative;
    min-height: 750px; }
    section.slider .slide .container {
      width: 100%; }
      section.slider .slide .container .slide-title {
        position: absolute;
        top: 0;
        margin-top: 260px;
        border-left: 1px solid rgba(255, 255, 255, 0.1);
        padding: 30px 50px; }
        section.slider .slide .container .slide-title h2 {
          font-size: 50px;
          color: #fff;
          font-family: 'Nanum Myeongjo', serif; }
          @media only screen and (max-width: 768px) {
            section.slider .slide .container .slide-title h2 {
              font-size: 40px;
              text-align: center; } }
          @media only screen and (max-width: 542px) {
            section.slider .slide .container .slide-title h2 {
              font-size: 30px; } }
        section.slider .slide .container .slide-title p {
          font-size: 16px;
          color: #a88f7e;
          font-family: 'NanumBarunGothic';
          line-height: 24px;
          margin-top: 10px; }
          @media only screen and (max-width: 768px) {
            section.slider .slide .container .slide-title p {
              text-align: center; } }
          @media only screen and (max-width: 542px) {
            section.slider .slide .container .slide-title p {
              font-size: 14px;
              line-height: 18px; } }
        section.slider .slide .container .slide-title .btn-brown {
          margin-top: 20px; }
          section.slider .slide .container .slide-title .btn-brown a {
            display: inline-block;
            border: 1px solid #a88f7e;
            color: #fff;
            font-size: 16px;
            padding: 10px 20px;
            -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.slider .slide .container .slide-title .btn-brown a:hover {
              background: #a88f7e;
              color: #fff; }
        @media only screen and (max-width: 768px) {
          section.slider .slide .container .slide-title {
            width: 100%;
            text-align: center;
            border-left: 0px;
            padding: 0px;
            margin-top: 200px; } }
        @media only screen and (max-width: 542px) {
          section.slider .slide .container .slide-title {
            margin-top: 150px; } }
      section.slider .slide .container .slide-title2 {
        position: absolute;
        width: 1200px;
        margin: 0 auto;
        margin-top: 150px;
        padding: 30px 50px; }
        section.slider .slide .container .slide-title2 h2 {
          font-size: 50px;
          color: #fff;
          font-family: 'Nanum Myeongjo', serif;
          overflow: hidden;
          text-overflow: ellipsis;
          word-wrap: normal;
          display: -ms-flexbox;
          display: -moz-box;
          display: -webkit-box;
          display: box;
          line-height: 1.2em;
          height: 2.4em;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical; }
          @media only screen and (max-width: 768px) {
            section.slider .slide .container .slide-title2 h2 {
              font-size: 40px; } }
          @media only screen and (max-width: 542px) {
            section.slider .slide .container .slide-title2 h2 {
              font-size: 30px; } }
        section.slider .slide .container .slide-title2 p {
          font-size: 16px;
          color: #a88f7e;
          font-family: 'NanumBarunGothic';
          line-height: 24px;
          margin-top: 10px;
          overflow: hidden;
          text-overflow: ellipsis;
          word-wrap: normal;
          display: -ms-flexbox;
          display: -moz-box;
          display: -webkit-box;
          display: box;
          line-height: 1.2em;
          height: 2.4em;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical; }
          @media only screen and (max-width: 542px) {
            section.slider .slide .container .slide-title2 p {
              font-size: 14px;
              line-height: 18px; } }
        section.slider .slide .container .slide-title2 .btn-brown {
          margin-top: 20px; }
          section.slider .slide .container .slide-title2 .btn-brown a {
            display: inline-block;
            border: 1px solid #a88f7e;
            color: #fff;
            font-size: 16px;
            padding: 10px 20px;
            -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.slider .slide .container .slide-title2 .btn-brown a:hover {
              background: #a88f7e;
              color: #fff; }
        section.slider .slide .container .slide-title2 .wh-text {
          color: #292c30; }
        section.slider .slide .container .slide-title2 .wh-btn a {
          border: 1px solid #292c30;
          color: #000;
          -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.slider .slide .container .slide-title2 .wh-btn a .pick-color {
            color: #000;
            -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.slider .slide .container .slide-title2 .wh-btn a:hover {
            background: #292c30;
            color: #fff; }
            section.slider .slide .container .slide-title2 .wh-btn a:hover .pick-color {
              color: #fff; }
        @media only screen and (max-width: 1024px) {
          section.slider .slide .container .slide-title2 {
            width: 100%; } }
        @media only screen and (max-width: 768px) {
          section.slider .slide .container .slide-title2 {
            padding: 20px; } }
        @media only screen and (max-width: 542px) {
          section.slider .slide .container .slide-title2 {
            margin-top: 100px; } }
      section.slider .slide .container .left {
        text-align: left; }
      section.slider .slide .container .center {
        text-align: center; }
      section.slider .slide .container .right {
        text-align: right; }
      section.slider .slide .container .top {
        top: 0px; }
      section.slider .slide .container .middle {
        top: 50%;
        margin-top: -120px; }
        @media only screen and (max-width: 542px) {
          section.slider .slide .container .middle {
            margin-top: -60px; } }
      section.slider .slide .container .bottom {
        bottom: 100px; }
        @media only screen and (max-width: 542px) {
          section.slider .slide .container .bottom {
            bottom: 30px; } }
      @media only screen and (max-width: 768px) {
        section.slider .slide .container {
          padding: 0 !important; } }
    @media only screen and (max-width: 542px) {
      section.slider .slide {
        min-height: 600px; } }
  section.slider .slide-bk {
    width: 100%;
    position: relative;
    min-height: 750px; }
    section.slider .slide-bk .container {
      width: 100%; }
      section.slider .slide-bk .container .slide-title {
        position: absolute;
        top: 0;
        margin-top: 260px;
        border-left: 1px solid #292c30;
        padding: 30px 50px; }
        section.slider .slide-bk .container .slide-title h2 {
          font-size: 50px;
          color: #000;
          font-family: 'Nanum Myeongjo', serif; }
          @media only screen and (max-width: 768px) {
            section.slider .slide-bk .container .slide-title h2 {
              font-size: 40px;
              text-align: center; } }
          @media only screen and (max-width: 542px) {
            section.slider .slide-bk .container .slide-title h2 {
              font-size: 30px; } }
        section.slider .slide-bk .container .slide-title p {
          font-size: 16px;
          color: #292c30;
          font-family: 'NanumBarunGothic';
          line-height: 24px;
          margin-top: 10px; }
          @media only screen and (max-width: 768px) {
            section.slider .slide-bk .container .slide-title p {
              text-align: center; } }
          @media only screen and (max-width: 542px) {
            section.slider .slide-bk .container .slide-title p {
              font-size: 14px;
              line-height: 18px; } }
        section.slider .slide-bk .container .slide-title .btn-brown {
          margin-top: 20px; }
          section.slider .slide-bk .container .slide-title .btn-brown a {
            display: inline-block;
            border: 1px solid #292c30;
            color: #000;
            font-size: 16px;
            padding: 10px 20px;
            -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.slider .slide-bk .container .slide-title .btn-brown a:hover {
              background: #292c30;
              color: #fff; }
        @media only screen and (max-width: 768px) {
          section.slider .slide-bk .container .slide-title {
            width: 100%;
            text-align: center;
            border-left: 0px;
            padding: 0px;
            margin-top: 200px; } }
        @media only screen and (max-width: 542px) {
          section.slider .slide-bk .container .slide-title {
            margin-top: 150px; } }
      @media only screen and (max-width: 768px) {
        section.slider .slide-bk .container {
          padding: 0 !important; } }
    @media only screen and (max-width: 542px) {
      section.slider .slide-bk {
        min-height: 600px; } }

section.success-story {
  margin-top: 750px;
  width: 100%; }
  section.success-story .container {
    width: 100%;
    text-align: center;
    margin-top: 100px; }
    section.success-story .container ul {
      display: inline-block; }
      section.success-story .container ul li.suc-item {
        position: relative;
        float: left;
        width: 25%;
        padding: 0 15px; }
        section.success-story .container ul li.suc-item .big-circle {
          z-index: 0;
          width: 240px;
          height: 240px;
          border-radius: 50%;
          background: #292c30;
          padding: 20px; }
          section.success-story .container ul li.suc-item .big-circle .part {
            width: 100%;
            margin-top: 30px;
            font-size: 14px;
            color: #fff;
            text-align: center;
            font-family: 'NanumBarunGothic'; }
            @media only screen and (max-width: 542px) {
              section.success-story .container ul li.suc-item .big-circle .part {
                font-size: 12px;
                margin-top: 0px; } }
          section.success-story .container ul li.suc-item .big-circle .title {
            width: 100%;
            margin-top: 15px;
            font-size: 28px;
            line-height: 30px;
            color: #a88f7e;
            text-align: center;
            font-family: 'Nanum Myeongjo', serif;
            overflow: hidden;
            text-overflow: ellipsis;
            word-wrap: normal;
            display: -ms-flexbox;
            display: -moz-box;
            display: -webkit-box;
            display: box;
            line-height: 1.2em;
            height: 2.4em;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical; }
            @media only screen and (max-width: 542px) {
              section.success-story .container ul li.suc-item .big-circle .title {
                font-size: 20px;
                line-height: 24px;
                margin-top: 10px; } }
          section.success-story .container ul li.suc-item .big-circle .desc {
            width: 100%;
            font-size: 14px;
            color: #eff5ff;
            text-align: center;
            font-family: 'NanumBarunGothic';
            line-height: 20px;
            margin-top: 10px;
            padding: 0 10px;
            overflow: hidden;
            text-overflow: ellipsis;
            word-wrap: normal;
            display: -ms-flexbox;
            display: -moz-box;
            display: -webkit-box;
            display: box;
            line-height: 1.2em;
            height: 2.4em;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical; }
            @media only screen and (max-width: 542px) {
              section.success-story .container ul li.suc-item .big-circle .desc {
                font-size: 14px;
                line-height: 18px;
                padding: 0px;
                margin-top: 5px;
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical; } }
          @media only screen and (max-width: 1024px) {
            section.success-story .container ul li.suc-item .big-circle {
              margin: 0 auto; } }
          @media only screen and (max-width: 542px) {
            section.success-story .container ul li.suc-item .big-circle {
              width: 150px;
              height: 150px; } }
        section.success-story .container ul li.suc-item .small-circle {
          position: absolute;
          z-index: 1;
          top: 0;
          left: 0;
          width: 70px;
          height: 70px;
          border-radius: 50%;
          background: #a88f7e;
          font-size: 14px;
          font-family: 'NanumBarunGothic';
          color: #fff;
          padding-top: 20px;
          line-height: 16px; }
          @media only screen and (max-width: 768px) {
            section.success-story .container ul li.suc-item .small-circle {
              left: 60px; } }
          @media only screen and (max-width: 542px) {
            section.success-story .container ul li.suc-item .small-circle {
              font-size: 14px;
              width: 50px;
              height: 50px;
              padding-top: 10px;
              left: 7px; } }
        @media only screen and (max-width: 768px) {
          section.success-story .container ul li.suc-item {
            width: 50%;
            margin-bottom: 15px; } }
    @media only screen and (max-width: 542px) {
      section.success-story .container {
        margin-top: 50px;
        padding-left: 20px !important; } }
  @media only screen and (max-width: 542px) {
    section.success-story {
      margin-top: 600px; } }

section.lawyer-list {
  width: 100%;
  background: #fff;
  text-align: center; }
  section.lawyer-list .ll-bar {
    position: relative;
    width: 30px;
    height: 2px;
    background: #a88f7e;
    margin: 0 auto;
    margin-top: 50px;
    z-index: 1; }
  section.lawyer-list p.bar-text {
    position: relative;
    width: 100%;
    text-align: center;
    z-index: 2;
    color: #4a4d51 !important;
    margin-top: 20px; }
  section.lawyer-list .container {
    width: 100%; }
    section.lawyer-list .container .t-lawyer {
      width: 100%;
      margin-top: 50px; }
      section.lawyer-list .container .t-lawyer .tl-item {
        float: left;
        width: 300px;
        padding: 0 2px; }
        section.lawyer-list .container .t-lawyer .tl-item a {
          position: relative;
          display: inline-block; }
          section.lawyer-list .container .t-lawyer .tl-item a p.tl-line {
            position: absolute;
            top: 15px;
            width: 100%;
            font-size: 17px;
            line-height: 22px;
            text-align: center;
            padding: 0 15px; }
            @media only screen and (max-width: 768px) {
              section.lawyer-list .container .t-lawyer .tl-item a p.tl-line {
                top: 0px;
                font-size: 12px;
                line-height: 16px; } }
          section.lawyer-list .container .t-lawyer .tl-item a p.bottom-name {
            position: absolute;
            bottom: 0px;
            background: rgba(0, 0, 0, 0.7);
            font-family: 'Noto Sans KR';
            font-size: 18px;
            font-weight: 400;
            letter-spacing: -1px;
            text-align: center;
            padding: 10px;
            z-index: 100; }
            @media only screen and (max-width: 768px) {
              section.lawyer-list .container .t-lawyer .tl-item a p.bottom-name {
                font-size: 14px;
                letter-spacing: -2px; } }
          section.lawyer-list .container .t-lawyer .tl-item a img {
            width: 100%; }
    section.lawyer-list .container .b-lawyer {
      width: 100%;
      margin-top: 4px;
      padding: 0 2px; }
      section.lawyer-list .container .b-lawyer .bl-item {
        float: left;
        width: 100%; }
        section.lawyer-list .container .b-lawyer .bl-item a {
          position: relative;
          display: inline-block;
          margin: 0 2px; }
          section.lawyer-list .container .b-lawyer .bl-item a p.bottom-name {
            position: absolute;
            bottom: 0px;
            font-size: 12px;
            letter-spacing: -1px;
            text-align: right;
            background: rgba(0, 0, 0, 0.3);
            padding: 5px;
            padding-right: 15px;
            z-index: 100; }
            @media only screen and (max-width: 542px) {
              section.lawyer-list .container .b-lawyer .bl-item a p.bottom-name {
                padding: 2px;
                padding-right: 5px; } }
            @media only screen and (max-width: 414px) {
              section.lawyer-list .container .b-lawyer .bl-item a p.bottom-name {
                font-size: 11px; } }
          section.lawyer-list .container .b-lawyer .bl-item a img {
            width: 100% !important; }

section.drug-team {
  background: #242424 url("../../assets/img/back.jpg") no-repeat bottom center;
  padding-bottom: 0px !important; }
  section.drug-team h2 {
    color: #fff;
    letter-spacing: -2px; }
  section.drug-team .back-p {
    color: #000;
    opacity: 0.3; }
  section.drug-team .team-wide {
    width: 100%;
    text-align: center;
    margin-top: 50px; }
    section.drug-team .team-wide .btn-download {
      margin-top: -50px; }
      section.drug-team .team-wide .btn-download a {
        width: 200px;
        height: 50px;
        display: inline-block;
        text-align: center;
        padding: 10px;
        background: #a88f7e;
        font-size: 16px;
        line-height: 18px;
        font-family: 'NanumBarunGothic';
        color: #fff; }
        section.drug-team .team-wide .btn-download a i {
          font-size: 14px; }
          @media only screen and (max-width: 542px) {
            section.drug-team .team-wide .btn-download a i {
              font-size: 14px; } }
        @media only screen and (max-width: 542px) {
          section.drug-team .team-wide .btn-download a {
            font-size: 14px; } }
    @media only screen and (max-width: 768px) {
      section.drug-team .team-wide .pc {
        display: none; } }
    section.drug-team .team-wide .mb {
      display: none; }
      @media only screen and (max-width: 768px) {
        section.drug-team .team-wide .mb {
          display: block; } }
  section.drug-team .container {
    width: 100%;
    text-align: center;
    margin-top: 50px; }
    section.drug-team .container .btn-download {
      margin-top: -50px; }
      section.drug-team .container .btn-download a {
        width: 200px;
        height: 50px;
        display: inline-block;
        text-align: center;
        padding: 10px;
        background: #a88f7e;
        font-size: 16px;
        line-height: 18px;
        font-family: 'NanumBarunGothic';
        color: #fff; }
        section.drug-team .container .btn-download a i {
          font-size: 14px; }
          @media only screen and (max-width: 542px) {
            section.drug-team .container .btn-download a i {
              font-size: 14px; } }
        @media only screen and (max-width: 542px) {
          section.drug-team .container .btn-download a {
            font-size: 14px; } }
  @media only screen and (max-width: 768px) {
    section.drug-team {
      background: #242424 url("../../assets/img/back_m.jpg") no-repeat bottom center; } }

section.drug-part {
  width: 100%;
  padding-bottom: 0px !important; }
  section.drug-part ul {
    width: 100%; }
    section.drug-part ul li.part-item {
      width: 50%;
      height: 500px;
      float: left; }
      section.drug-part ul li.part-item .part-box {
        width: 100%;
        float: right;
        text-align: center;
        padding: 50px;
        padding-top: 110px; }
        section.drug-part ul li.part-item .part-box h2 {
          color: #fff;
          margin-top: 20px; }
        section.drug-part ul li.part-item .part-box p {
          margin-top: 15px; }
          @media only screen and (max-width: 542px) {
            section.drug-part ul li.part-item .part-box p {
              font-size: 14px; } }
        section.drug-part ul li.part-item .part-box .btn-more {
          margin-top: 50px; }
          section.drug-part ul li.part-item .part-box .btn-more a {
            font-size: 14px;
            font-weight: 500;
            padding: 15px 30px;
            font-family: 'Montserrat', sans-serif;
            letter-spacing: 6px;
            border: 1px solid #fff;
            color: #fff;
            text-transform: uppercase;
            -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.drug-part ul li.part-item .part-box .btn-more a:hover {
              background: #fff;
              color: #000; }
            @media only screen and (max-width: 542px) {
              section.drug-part ul li.part-item .part-box .btn-more a {
                display: inline-block; } }
          @media only screen and (max-width: 542px) {
            section.drug-part ul li.part-item .part-box .btn-more {
              margin-top: 20px; } }
        @media only screen and (max-width: 542px) {
          section.drug-part ul li.part-item .part-box {
            padding: 50px 30px; } }
      section.drug-part ul li.part-item .part-box2 {
        width: 100%;
        float: left;
        text-align: center;
        padding: 50px;
        padding-top: 110px; }
        section.drug-part ul li.part-item .part-box2 h2 {
          color: #fff;
          margin-top: 20px; }
        section.drug-part ul li.part-item .part-box2 p {
          margin-top: 15px; }
          @media only screen and (max-width: 542px) {
            section.drug-part ul li.part-item .part-box2 p {
              font-size: 14px; } }
        section.drug-part ul li.part-item .part-box2 .btn-more {
          margin-top: 50px; }
          section.drug-part ul li.part-item .part-box2 .btn-more a {
            font-size: 14px;
            font-weight: 500;
            padding: 15px 30px;
            font-family: 'Montserrat', sans-serif;
            letter-spacing: 6px;
            border: 1px solid #fff;
            color: #fff;
            text-transform: uppercase;
            -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.drug-part ul li.part-item .part-box2 .btn-more a:hover {
              background: #fff;
              color: #000; }
            @media only screen and (max-width: 542px) {
              section.drug-part ul li.part-item .part-box2 .btn-more a {
                display: inline-block; } }
          @media only screen and (max-width: 542px) {
            section.drug-part ul li.part-item .part-box2 .btn-more {
              margin-top: 20px; } }
        @media only screen and (max-width: 542px) {
          section.drug-part ul li.part-item .part-box2 {
            padding: 50px 30px; } }
      @media only screen and (max-width: 542px) {
        section.drug-part ul li.part-item {
          height: auto; } }
    section.drug-part ul li:first-child {
      background: url("../../assets/img/part1.jpg") no-repeat top right; }
      @media only screen and (max-width: 768px) {
        section.drug-part ul li:first-child {
          width: 100%; } }
    section.drug-part ul li:last-child {
      background: url("../../assets/img/part2.jpg") no-repeat top left; }
      @media only screen and (max-width: 768px) {
        section.drug-part ul li:last-child {
          width: 100%; } }

section.gdsystem {
  width: 100%;
  padding-top: 100px;
  background: #fff; }
  section.gdsystem .container {
    width: 100%; }
    section.gdsystem .container ul li.sys-item {
      float: left;
      text-align: right; }
      section.gdsystem .container ul li.sys-item h6, section.gdsystem .container ul li.sys-item h2 {
        text-align: right; }
        @media only screen and (max-width: 768px) {
          section.gdsystem .container ul li.sys-item h6, section.gdsystem .container ul li.sys-item h2 {
            text-align: center; } }
      section.gdsystem .container ul li.sys-item h6 {
        margin-top: 70px; }
        @media only screen and (max-width: 1024px) {
          section.gdsystem .container ul li.sys-item h6 {
            margin-top: 40px; } }
        @media only screen and (max-width: 768px) {
          section.gdsystem .container ul li.sys-item h6 {
            text-align: center; } }
      section.gdsystem .container ul li.sys-item .line-bar-main {
        float: right;
        width: 30px;
        height: 3px;
        background: #a88f7e;
        margin-top: 20px; }
        @media only screen and (max-width: 1024px) {
          section.gdsystem .container ul li.sys-item .line-bar-main {
            float: none;
            margin: 0 auto;
            margin-top: 20px !important; } }
        @media only screen and (max-width: 542px) {
          section.gdsystem .container ul li.sys-item .line-bar-main {
            margin-top: 20px; } }
      section.gdsystem .container ul li.sys-item p.sub-title {
        text-align: right;
        margin-top: 20px;
        font-size: 30px;
        font-family: 'Nanum Myeongjo';
        color: #a88f7e;
        font-weight: 400;
        line-height: 40px; }
        section.gdsystem .container ul li.sys-item p.sub-title .bgc {
          font-weight: 700; }
        @media only screen and (max-width: 768px) {
          section.gdsystem .container ul li.sys-item p.sub-title {
            text-align: center; } }
        @media only screen and (max-width: 542px) {
          section.gdsystem .container ul li.sys-item p.sub-title {
            font-size: 24px;
            line-height: 30px; } }
      section.gdsystem .container ul li.sys-item p {
        margin-top: 20px;
        text-align: right;
        font-size: 16px;
        color: #a9a9a9;
        line-height: 20px; }
        @media only screen and (max-width: 768px) {
          section.gdsystem .container ul li.sys-item p {
            text-align: center; } }
        @media only screen and (max-width: 542px) {
          section.gdsystem .container ul li.sys-item p {
            font-size: 14px;
            line-height: 18px; } }
      section.gdsystem .container ul li.sys-item .btn-more {
        margin-top: 50px; }
        section.gdsystem .container ul li.sys-item .btn-more a {
          font-size: 14px;
          font-weight: 500;
          padding: 15px 30px;
          font-family: 'Montserrat', sans-serif;
          letter-spacing: 6px;
          border: 1px solid #161a23;
          color: #161a23;
          text-transform: uppercase;
          -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.gdsystem .container ul li.sys-item .btn-more a:hover {
            background: #161a23;
            color: #fff; }
          @media only screen and (max-width: 542px) {
            section.gdsystem .container ul li.sys-item .btn-more a {
              display: inline-block; } }
        @media only screen and (max-width: 768px) {
          section.gdsystem .container ul li.sys-item .btn-more {
            text-align: center; } }
        @media only screen and (max-width: 542px) {
          section.gdsystem .container ul li.sys-item .btn-more {
            margin-top: 30px; } }
      @media only screen and (max-width: 768px) {
        section.gdsystem .container ul li.sys-item {
          text-align: center; } }
    section.gdsystem .container ul li.sys-item:first-child {
      width: 55%; }
      @media only screen and (max-width: 768px) {
        section.gdsystem .container ul li.sys-item:first-child {
          width: 100%;
          margin: 0 auto; } }
    section.gdsystem .container ul li.sys-item:last-child {
      width: 45%; }
      @media only screen and (max-width: 768px) {
        section.gdsystem .container ul li.sys-item:last-child {
          width: 100%; } }

section.taeshin {
  width: 100%;
  background: #a89181; }
  section.taeshin ul {
    width: 100%; }
    section.taeshin ul li.taeshin-item {
      float: left;
      width: 50%;
      position: relative; }
      section.taeshin ul li.taeshin-item .service-box {
        float: left;
        position: absolute;
        padding: 10%; }
        section.taeshin ul li.taeshin-item .service-box h6 {
          width: 100%;
          padding-bottom: 10px;
          text-align: left;
          font-size: 16px;
          color: #fff;
          font-weight: 500;
          font-family: 'Montserrat', sans-serif;
          text-transform: uppercase; }
          @media only screen and (max-width: 768px) {
            section.taeshin ul li.taeshin-item .service-box h6 {
              text-align: center; } }
          @media only screen and (max-width: 542px) {
            section.taeshin ul li.taeshin-item .service-box h6 {
              font-size: 12px; } }
        section.taeshin ul li.taeshin-item .service-box h2 {
          width: 100%;
          color: #fff;
          text-align: left;
          font-size: 45px;
          font-family: 'Nanum Myeongjo', serif;
          font-weight: 600;
          z-index: 1; }
          @media only screen and (max-width: 1200px) {
            section.taeshin ul li.taeshin-item .service-box h2 {
              font-size: 30px;
              letter-spacing: -3px; } }
          @media only screen and (max-width: 1024px) {
            section.taeshin ul li.taeshin-item .service-box h2 br {
              display: none; } }
          @media only screen and (max-width: 768px) {
            section.taeshin ul li.taeshin-item .service-box h2 {
              text-align: center; } }
          @media only screen and (max-width: 542px) {
            section.taeshin ul li.taeshin-item .service-box h2 {
              font-size: 20px;
              line-height: 24px; } }
        section.taeshin ul li.taeshin-item .service-box p {
          width: 100%;
          font-size: 16px;
          color: #fff;
          text-align: left;
          font-family: 'NanumBarunGothic';
          line-height: 24px;
          margin-top: 30px; }
          @media only screen and (max-width: 1600px) {
            section.taeshin ul li.taeshin-item .service-box p {
              margin-top: 10px;
              font-size: 14px;
              line-height: 20px; } }
          @media only screen and (max-width: 768px) {
            section.taeshin ul li.taeshin-item .service-box p {
              line-height: 30px;
              text-align: center; } }
          @media only screen and (max-width: 542px) {
            section.taeshin ul li.taeshin-item .service-box p {
              font-size: 14px;
              line-height: 18px; } }
        section.taeshin ul li.taeshin-item .service-box .btn-more {
          text-align: left;
          margin-top: 50px; }
          section.taeshin ul li.taeshin-item .service-box .btn-more a {
            font-size: 14px;
            font-weight: 500;
            padding: 15px 30px;
            font-family: 'Montserrat', sans-serif;
            letter-spacing: 6px;
            color: #fff;
            border: 1px solid #fff;
            text-transform: uppercase;
            -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.taeshin ul li.taeshin-item .service-box .btn-more a:hover {
              background: #fff;
              color: #161a23; }
            @media only screen and (max-width: 1600px) {
              section.taeshin ul li.taeshin-item .service-box .btn-more a {
                margin-top: 20px;
                padding: 10px 20px; } }
            @media only screen and (max-width: 542px) {
              section.taeshin ul li.taeshin-item .service-box .btn-more a {
                display: inline-block; } }
          @media only screen and (max-width: 1600px) {
            section.taeshin ul li.taeshin-item .service-box .btn-more {
              margin-top: 30px; } }
          @media only screen and (max-width: 768px) {
            section.taeshin ul li.taeshin-item .service-box .btn-more {
              text-align: center; } }
          @media only screen and (max-width: 542px) {
            section.taeshin ul li.taeshin-item .service-box .btn-more {
              margin-top: 0px; } }
          @media only screen and (max-width: 414px) {
            section.taeshin ul li.taeshin-item .service-box .btn-more {
              display: none; } }
        @media only screen and (max-width: 1600px) {
          section.taeshin ul li.taeshin-item .service-box {
            padding: 8% 8%; } }
        @media only screen and (max-width: 768px) {
          section.taeshin ul li.taeshin-item .service-box {
            width: 100%; } }
        @media only screen and (max-width: 542px) {
          section.taeshin ul li.taeshin-item .service-box br {
            display: none; } }
    section.taeshin ul li.taeshin-item:first-child img {
      float: right; }
    @media only screen and (max-width: 768px) {
      section.taeshin ul li.taeshin-item:first-child {
        width: 100%; } }
    section.taeshin ul li.taeshin-item:last-child img {
      float: left; }
    @media only screen and (max-width: 768px) {
      section.taeshin ul li.taeshin-item:last-child {
        width: 100%; } }

section.taeshin2 {
  width: 100%;
  margin-top: 100px; }
  section.taeshin2 ul {
    width: 100%; }
    section.taeshin2 ul li.taeshin-item {
      float: left;
      width: 50%;
      position: relative; }
      section.taeshin2 ul li.taeshin-item .service-box {
        float: left;
        position: absolute;
        padding: 10%; }
        section.taeshin2 ul li.taeshin-item .service-box h6 {
          width: 100%;
          padding-bottom: 10px;
          text-align: left;
          font-size: 16px;
          color: #fff;
          font-weight: 500;
          font-family: 'Montserrat', sans-serif;
          text-transform: uppercase; }
          @media only screen and (max-width: 768px) {
            section.taeshin2 ul li.taeshin-item .service-box h6 {
              text-align: center; } }
          @media only screen and (max-width: 542px) {
            section.taeshin2 ul li.taeshin-item .service-box h6 {
              font-size: 12px; } }
        section.taeshin2 ul li.taeshin-item .service-box h2 {
          width: 100%;
          color: #fff;
          text-align: left;
          font-size: 45px;
          font-family: 'Nanum Myeongjo', serif;
          font-weight: 600;
          z-index: 1; }
          @media only screen and (max-width: 1200px) {
            section.taeshin2 ul li.taeshin-item .service-box h2 {
              font-size: 30px;
              letter-spacing: -3px; } }
          @media only screen and (max-width: 1024px) {
            section.taeshin2 ul li.taeshin-item .service-box h2 br {
              display: none; } }
          @media only screen and (max-width: 768px) {
            section.taeshin2 ul li.taeshin-item .service-box h2 {
              text-align: center; } }
          @media only screen and (max-width: 542px) {
            section.taeshin2 ul li.taeshin-item .service-box h2 {
              font-size: 20px;
              line-height: 24px; } }
        section.taeshin2 ul li.taeshin-item .service-box p {
          width: 100%;
          font-size: 16px;
          color: #fff;
          text-align: left;
          font-family: 'NanumBarunGothic';
          line-height: 24px;
          margin-top: 30px; }
          @media only screen and (max-width: 1600px) {
            section.taeshin2 ul li.taeshin-item .service-box p {
              margin-top: 10px;
              font-size: 14px;
              line-height: 20px; } }
          @media only screen and (max-width: 768px) {
            section.taeshin2 ul li.taeshin-item .service-box p {
              line-height: 30px;
              text-align: center; } }
          @media only screen and (max-width: 542px) {
            section.taeshin2 ul li.taeshin-item .service-box p {
              font-size: 14px;
              line-height: 18px; } }
        section.taeshin2 ul li.taeshin-item .service-box .btn-more {
          text-align: left;
          margin-top: 50px; }
          section.taeshin2 ul li.taeshin-item .service-box .btn-more a {
            font-size: 14px;
            font-weight: 500;
            padding: 15px 30px;
            font-family: 'Montserrat', sans-serif;
            letter-spacing: 6px;
            color: #fff;
            border: 1px solid #fff;
            text-transform: uppercase;
            -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.taeshin2 ul li.taeshin-item .service-box .btn-more a:hover {
              background: #fff;
              color: #161a23; }
            @media only screen and (max-width: 1600px) {
              section.taeshin2 ul li.taeshin-item .service-box .btn-more a {
                margin-top: 20px;
                padding: 10px 20px; } }
            @media only screen and (max-width: 542px) {
              section.taeshin2 ul li.taeshin-item .service-box .btn-more a {
                display: inline-block; } }
          @media only screen and (max-width: 1600px) {
            section.taeshin2 ul li.taeshin-item .service-box .btn-more {
              margin-top: 30px; } }
          @media only screen and (max-width: 768px) {
            section.taeshin2 ul li.taeshin-item .service-box .btn-more {
              text-align: center; } }
          @media only screen and (max-width: 542px) {
            section.taeshin2 ul li.taeshin-item .service-box .btn-more {
              margin-top: 0px; } }
          @media only screen and (max-width: 414px) {
            section.taeshin2 ul li.taeshin-item .service-box .btn-more {
              display: none; } }
        @media only screen and (max-width: 1600px) {
          section.taeshin2 ul li.taeshin-item .service-box {
            padding: 8% 8%; } }
        @media only screen and (max-width: 768px) {
          section.taeshin2 ul li.taeshin-item .service-box {
            width: 100%; } }
        @media only screen and (max-width: 542px) {
          section.taeshin2 ul li.taeshin-item .service-box br {
            display: none; } }
    section.taeshin2 ul li.taeshin-item:first-child img {
      float: right; }
    @media only screen and (max-width: 768px) {
      section.taeshin2 ul li.taeshin-item:first-child {
        width: 100%; } }
    section.taeshin2 ul li.taeshin-item:last-child img {
      float: left; }
    @media only screen and (max-width: 768px) {
      section.taeshin2 ul li.taeshin-item:last-child {
        width: 100%; } }

section.notice {
  width: 100%;
  border: 1px solid #fff; }
  section.notice h6 {
    text-indent: 0; }
  section.notice h2 {
    font-weight: 300;
    font-family: 'Prata', serif; }
  section.notice .container ul {
    width: 100%;
    margin-top: 100px; }
    section.notice .container ul li.notice-item {
      float: left;
      width: 33.3333%;
      padding: 0 20px; }
      section.notice .container ul li.notice-item a.notice-box {
        width: 100%;
        display: block;
        background: #fff;
        border: 1px solid #a88f7e;
        min-height: 380px;
        max-height: 517px;
        position: relative;
        overflow: hidden; }
        section.notice .container ul li.notice-item a.notice-box .date {
          position: absolute;
          top: 0;
          left: 0;
          display: inline-block;
          font-size: 12px;
          color: #fff;
          background: #a88f7e;
          padding: 5px 10px 7px 10px; }
        section.notice .container ul li.notice-item a.notice-box .title {
          margin-top: 50px;
          padding: 0 30px;
          font-size: 18px;
          color: #a88f7e;
          min-height: 48px;
          font-family: 'NanumBarunGothic';
          line-height: 24px;
          text-align: center; }
          @media only screen and (max-width: 768px) {
            section.notice .container ul li.notice-item a.notice-box .title {
              margin-top: 30px; } }
        section.notice .container ul li.notice-item a.notice-box .line {
          width: 30px;
          height: 1px;
          background: #a88f7e;
          margin: 0 auto;
          margin-top: 30px; }
        section.notice .container ul li.notice-item a.notice-box p {
          margin-top: 30px;
          padding: 0 30px;
          font-size: 16px;
          line-height: 20px;
          color: #4a4d51;
          margin-bottom: 50px;
          word-break: keep-all;
          margin-bottom: 50px;
          line-height: 1.2em;
          height: 6.0em;
          overflow: hidden;
          text-overflow: ellipsis; }
        section.notice .container ul li.notice-item a.notice-box .notice-img {
          max-height: 230px;
          overflow: hidden; }
          section.notice .container ul li.notice-item a.notice-box .notice-img img {
            width: 100%; }
          @media only screen and (max-width: 1024px) {
            section.notice .container ul li.notice-item a.notice-box .notice-img {
              max-height: 190px;
              overflow: hidden; } }
        @media only screen and (max-width: 768px) {
          section.notice .container ul li.notice-item a.notice-box {
            min-height: 0;
            margin-bottom: 20px; } }
  section.notice .container .btn-more {
    text-align: center;
    margin-top: 50px; }
    section.notice .container .btn-more a {
      font-size: 14px;
      font-weight: 500;
      padding: 15px 30px;
      font-family: 'Montserrat', sans-serif;
      letter-spacing: 6px;
      color: #fff;
      background: #161a23;
      text-transform: uppercase;
      -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.notice .container .btn-more a:hover {
        background: #fff;
        color: #161a23;
        border: 1px solid #161a23; }
  section.notice .notice-mb {
    position: relative;
    margin-top: 50px;
    padding: 0 50px; }
    section.notice .notice-mb .n-slide {
      padding: 0 30px; }
      section.notice .notice-mb .n-slide a.notice-box {
        width: 100%;
        display: block;
        border: 1px solid #a88f7e;
        min-height: 380px;
        position: relative; }
        section.notice .notice-mb .n-slide a.notice-box .date {
          position: absolute;
          top: 0;
          left: 0;
          display: inline-block;
          font-size: 16px;
          color: #fff;
          background: #a88f7e;
          padding: 5px 10px 7px 10px; }
        section.notice .notice-mb .n-slide a.notice-box .title {
          margin-top: 50px;
          padding: 0 30px;
          font-size: 18px;
          color: #a88f7e;
          font-family: 'NanumBarunGothic';
          line-height: 24px;
          text-align: center; }
          @media only screen and (max-width: 542px) {
            section.notice .notice-mb .n-slide a.notice-box .title {
              overflow: hidden;
              text-overflow: ellipsis;
              display: -webkit-box;
              -webkit-line-clamp: 2;
              -webkit-box-orient: vertical; } }
        section.notice .notice-mb .n-slide a.notice-box .line {
          width: 30px;
          height: 1px;
          background: #a88f7e;
          margin: 0 auto;
          margin-top: 30px; }
        section.notice .notice-mb .n-slide a.notice-box p {
          margin-top: 30px;
          padding: 0 30px;
          font-size: 16px;
          line-height: 20px;
          color: #4a4d51;
          word-break: keep-all;
          margin-bottom: 50px;
          line-height: 1.2em;
          height: 6.0em;
          overflow: hidden;
          text-overflow: ellipsis; }
        section.notice .notice-mb .n-slide a.notice-box .notice-img {
          max-height: 300px;
          overflow: hidden; }
          section.notice .notice-mb .n-slide a.notice-box .notice-img img {
            width: 100%; }
          @media only screen and (max-width: 542px) {
            section.notice .notice-mb .n-slide a.notice-box .notice-img {
              max-height: 130px;
              overflow: hidden; }
              section.notice .notice-mb .n-slide a.notice-box .notice-img img {
                width: 100%; } }
      @media only screen and (max-width: 542px) {
        section.notice .notice-mb .n-slide {
          padding: 0 10px; } }
  section.notice .btn-more {
    width: 100%;
    text-align: center;
    margin-top: 50px; }
    section.notice .btn-more a {
      font-size: 14px;
      font-weight: 500;
      padding: 15px 30px;
      font-family: 'Montserrat', sans-serif;
      letter-spacing: 6px;
      color: #fff;
      background: #161a23;
      text-transform: uppercase;
      -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.notice .btn-more a:hover {
        background: #fff;
        color: #161a23;
        border: 1px solid #161a23; }

section.notice2 {
  width: 100%;
  border: 1px solid #fff; }
  section.notice2 h6 {
    text-indent: 0; }
  section.notice2 h2 {
    font-weight: 300;
    font-family: 'Prata', serif; }
  section.notice2 .container ul {
    width: 100%;
    margin-top: 100px; }
    section.notice2 .container ul li.notice-item {
      float: left;
      width: 25%;
      padding: 0 2px; }
      section.notice2 .container ul li.notice-item a.notice-box {
        width: 100%;
        display: block;
        background: #fff;
        border: 1px solid #a88f7e;
        min-height: 365px;
        max-height: 517px;
        position: relative;
        overflow: hidden; }
        section.notice2 .container ul li.notice-item a.notice-box .date {
          position: absolute;
          top: 0;
          left: 0;
          display: inline-block;
          font-size: 12px;
          color: #fff;
          background: #a88f7e;
          padding: 5px 10px 7px 10px; }
        section.notice2 .container ul li.notice-item a.notice-box .title {
          margin-top: 15px;
          padding: 0 10px;
          font-size: 16px;
          color: #a88f7e;
          min-height: 40px;
          font-family: 'NanumBarunGothic';
          line-height: 20px;
          text-align: center; }
          @media only screen and (max-width: 768px) {
            section.notice2 .container ul li.notice-item a.notice-box .title {
              margin-top: 10px; } }
        section.notice2 .container ul li.notice-item a.notice-box .line {
          width: 30px;
          height: 1px;
          background: #a88f7e;
          margin: 0 auto;
          margin-top: 10px; }
        section.notice2 .container ul li.notice-item a.notice-box p {
          margin-top: 15px;
          padding: 0 10px;
          font-size: 12px;
          line-height: 18px;
          color: #4a4d51;
          word-break: keep-all;
          margin-bottom: 30px;
          height: 6.0em;
          overflow: hidden;
          text-overflow: ellipsis;
          letter-spacing: -1px; }
        section.notice2 .container ul li.notice-item a.notice-box .notice-img {
          max-height: 180px;
          overflow: hidden; }
          section.notice2 .container ul li.notice-item a.notice-box .notice-img img {
            width: 100%; }
          @media only screen and (max-width: 1024px) {
            section.notice2 .container ul li.notice-item a.notice-box .notice-img {
              max-height: 157px;
              overflow: hidden; } }
        @media only screen and (max-width: 1024px) {
          section.notice2 .container ul li.notice-item a.notice-box {
            min-height: 335px; } }
        @media only screen and (max-width: 768px) {
          section.notice2 .container ul li.notice-item a.notice-box {
            min-height: 0;
            margin-bottom: 20px; } }
  section.notice2 .container .btn-more {
    text-align: center;
    margin-top: 50px; }
    section.notice2 .container .btn-more a {
      font-size: 14px;
      font-weight: 500;
      padding: 15px 30px;
      font-family: 'Montserrat', sans-serif;
      letter-spacing: 6px;
      color: #fff;
      background: #161a23;
      text-transform: uppercase;
      -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.notice2 .container .btn-more a:hover {
        background: #fff;
        color: #161a23;
        border: 1px solid #161a23; }
  section.notice2 .notice-mb {
    position: relative;
    margin-top: 50px;
    padding: 0 50px; }
    section.notice2 .notice-mb .n-slide {
      padding: 0 30px; }
      section.notice2 .notice-mb .n-slide a.notice-box {
        width: 100%;
        display: block;
        border: 1px solid #a88f7e;
        min-height: 380px;
        position: relative; }
        section.notice2 .notice-mb .n-slide a.notice-box .date {
          position: absolute;
          top: 0;
          left: 0;
          display: inline-block;
          font-size: 16px;
          color: #fff;
          background: #a88f7e;
          padding: 5px 10px 7px 10px; }
        section.notice2 .notice-mb .n-slide a.notice-box .title {
          margin-top: 50px;
          padding: 0 30px;
          font-size: 18px;
          color: #a88f7e;
          font-family: 'NanumBarunGothic';
          line-height: 24px;
          text-align: center; }
          @media only screen and (max-width: 542px) {
            section.notice2 .notice-mb .n-slide a.notice-box .title {
              overflow: hidden;
              text-overflow: ellipsis;
              display: -webkit-box;
              -webkit-line-clamp: 2;
              -webkit-box-orient: vertical; } }
        section.notice2 .notice-mb .n-slide a.notice-box .line {
          width: 30px;
          height: 1px;
          background: #a88f7e;
          margin: 0 auto;
          margin-top: 30px; }
        section.notice2 .notice-mb .n-slide a.notice-box p {
          margin-top: 30px;
          padding: 0 30px;
          font-size: 16px;
          line-height: 20px;
          color: #4a4d51;
          word-break: keep-all;
          margin-bottom: 50px;
          line-height: 1.2em;
          height: 6.0em;
          overflow: hidden;
          text-overflow: ellipsis; }
        section.notice2 .notice-mb .n-slide a.notice-box .notice-img {
          max-height: 300px;
          overflow: hidden; }
          section.notice2 .notice-mb .n-slide a.notice-box .notice-img img {
            width: 100%; }
          @media only screen and (max-width: 542px) {
            section.notice2 .notice-mb .n-slide a.notice-box .notice-img {
              max-height: 130px;
              overflow: hidden; }
              section.notice2 .notice-mb .n-slide a.notice-box .notice-img img {
                width: 100%; } }
      @media only screen and (max-width: 542px) {
        section.notice2 .notice-mb .n-slide {
          padding: 0 10px; } }
  section.notice2 .notice-mb2 {
    position: relative;
    margin-top: 50px;
    padding: 0 20px; }
    section.notice2 .notice-mb2 .n-slide {
      padding: 0 30px; }
      section.notice2 .notice-mb2 .n-slide a.notice-box {
        width: 100%;
        display: block;
        border: 1px solid #a88f7e;
        min-height: 314px;
        position: relative; }
        section.notice2 .notice-mb2 .n-slide a.notice-box .date {
          position: absolute;
          top: 0;
          left: 0;
          display: inline-block;
          font-size: 12px;
          color: #fff;
          background: #a88f7e;
          padding: 5px 10px 7px 10px; }
        section.notice2 .notice-mb2 .n-slide a.notice-box .title {
          padding: 0 30px;
          font-size: 16px;
          color: #a88f7e;
          font-family: 'NanumBarunGothic';
          line-height: 22px;
          text-align: center;
          margin-top: 20px; }
          @media only screen and (max-width: 542px) {
            section.notice2 .notice-mb2 .n-slide a.notice-box .title {
              overflow: hidden;
              text-overflow: ellipsis;
              display: -webkit-box;
              -webkit-line-clamp: 1;
              -webkit-box-orient: vertical; } }
        section.notice2 .notice-mb2 .n-slide a.notice-box .line {
          width: 30px;
          height: 1px;
          background: #a88f7e;
          margin: 0 auto;
          margin-top: 15px; }
        section.notice2 .notice-mb2 .n-slide a.notice-box p {
          margin-top: 15px;
          padding: 0 30px;
          font-size: 12px;
          line-height: 16px;
          color: #4a4d51;
          word-break: keep-all;
          margin-bottom: 50px;
          line-height: 1.2em;
          height: 6.0em;
          overflow: hidden;
          text-overflow: ellipsis; }
          @media only screen and (max-width: 542px) {
            section.notice2 .notice-mb2 .n-slide a.notice-box p {
              margin-bottom: 20px; } }
        section.notice2 .notice-mb2 .n-slide a.notice-box .notice-img {
          max-height: 300px;
          overflow: hidden; }
          section.notice2 .notice-mb2 .n-slide a.notice-box .notice-img img {
            width: 100%; }
          @media only screen and (max-width: 542px) {
            section.notice2 .notice-mb2 .n-slide a.notice-box .notice-img {
              max-height: 180px;
              overflow: hidden; }
              section.notice2 .notice-mb2 .n-slide a.notice-box .notice-img img {
                width: 100%; } }
      @media only screen and (max-width: 542px) {
        section.notice2 .notice-mb2 .n-slide {
          padding: 0 10px; } }
  section.notice2 .btn-more {
    width: 100%;
    text-align: center;
    margin-top: 50px; }
    section.notice2 .btn-more a {
      font-size: 14px;
      font-weight: 500;
      padding: 15px 30px;
      font-family: 'Montserrat', sans-serif;
      letter-spacing: 6px;
      color: #fff;
      background: #161a23;
      text-transform: uppercase;
      -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.notice2 .btn-more a:hover {
        background: #fff;
        color: #161a23;
        border: 1px solid #161a23; }

section.online {
  width: 100%;
  background: url("../../assets/img/online-back.jpg") no-repeat bottom center;
  background-size: 120%; }
  section.online h6 {
    text-indent: 0; }
  section.online h2 {
    font-weight: 300;
    font-family: 'Prata', serif;
    color: #fff;
    letter-spacing: -2px; }
  section.online .container {
    width: 100%; }
    section.online .container ul {
      width: 100%;
      margin-top: 50px; }
      section.online .container ul li.online-item {
        float: left;
        width: 50%;
        height: 560px;
        padding-bottom: 0px;
        position: relative; }
        section.online .container ul li.online-item .online-box {
          width: 100%;
          padding: 40px 30px; }
          section.online .container ul li.online-item .online-box ul.online-ul {
            width: 100%;
            margin: 10px 0;
            padding: 5px 0;
            border-bottom: 1px solid #f2f2f2; }
            section.online .container ul li.online-item .online-box ul.online-ul li.online-row {
              float: left;
              font-size: 16px;
              padding: 0 10px;
              letter-spacing: -1px; }
              section.online .container ul li.online-item .online-box ul.online-ul li.online-row .btn-live {
                width: 100%; }
                section.online .container ul li.online-item .online-box ul.online-ul li.online-row .btn-live a {
                  width: 100%;
                  position: relative;
                  text-align: center;
                  top: -5px;
                  display: inline-block;
                  padding: 6px 10px;
                  font-size: 16px;
                  background: #a88f7e;
                  color: #fff; }
                  @media only screen and (max-width: 1200px) {
                    section.online .container ul li.online-item .online-box ul.online-ul li.online-row .btn-live a {
                      font-size: 12px; } }
                  @media only screen and (max-width: 414px) {
                    section.online .container ul li.online-item .online-box ul.online-ul li.online-row .btn-live a {
                      font-size: 12px; } }
              section.online .container ul li.online-item .online-box ul.online-ul li.online-row .btn-finish {
                width: 100%; }
                section.online .container ul li.online-item .online-box ul.online-ul li.online-row .btn-finish a {
                  width: 100%;
                  position: relative;
                  text-align: center;
                  top: -5px;
                  display: inline-block;
                  padding: 6px 10px;
                  font-size: 16px;
                  background: #1e222a;
                  color: #fff; }
                  @media only screen and (max-width: 1200px) {
                    section.online .container ul li.online-item .online-box ul.online-ul li.online-row .btn-finish a {
                      font-size: 12px;
                      padding: 6px 0px; } }
                  @media only screen and (max-width: 414px) {
                    section.online .container ul li.online-item .online-box ul.online-ul li.online-row .btn-finish a {
                      font-size: 12px;
                      padding: 6px 0px; } }
              @media only screen and (max-width: 1200px) {
                section.online .container ul li.online-item .online-box ul.online-ul li.online-row {
                  font-size: 12px;
                  padding: 0 3px; } }
              @media only screen and (max-width: 414px) {
                section.online .container ul li.online-item .online-box ul.online-ul li.online-row {
                  font-size: 12px;
                  padding: 0 3px; } }
            section.online .container ul li.online-item .online-box ul.online-ul li.online-row:first-child {
              width: 20%;
              text-align: center; }
            section.online .container ul li.online-item .online-box ul.online-ul li.online-row:nth-child(2) {
              width: 60%;
              overflow: hidden;
              text-overflow: ellipsis;
              word-wrap: normal;
              display: -ms-flexbox;
              display: -moz-box;
              display: -webkit-box;
              display: box;
              line-height: 1.2em;
              height: 1.2em;
              -webkit-line-clamp: 1;
              -webkit-box-orient: vertical; }
              @media only screen and (max-width: 542px) {
                section.online .container ul li.online-item .online-box ul.online-ul li.online-row:nth-child(2) img {
                  width: 38px; } }
            section.online .container ul li.online-item .online-box ul.online-ul li.online-row:last-child {
              width: 20%; }
            @media only screen and (max-width: 414px) {
              section.online .container ul li.online-item .online-box ul.online-ul {
                margin-top: 10px; } }
          @media only screen and (max-width: 414px) {
            section.online .container ul li.online-item .online-box {
              padding: 20px 15px;
              padding-top: 40px; } }
        section.online .container ul li.online-item .btn-more2 a {
          position: absolute;
          bottom: 0px;
          width: 100%;
          text-align: center;
          background: #000;
          color: #fff;
          padding: 20px 0;
          font-weight: 500;
          font-size: 18px;
          color: #fff; }
          @media only screen and (max-width: 414px) {
            section.online .container ul li.online-item .btn-more2 a {
              padding: 10px 0;
              font-size: 14px; } }
        section.online .container ul li.online-item .mt40 {
          margin-top: 40px !important; }
        section.online .container ul li.online-item .live-box {
          width: 100%;
          padding: 40px 20px; }
          section.online .container ul li.online-item .live-box ul.live-ul {
            width: 100%;
            margin-top: 30px; }
            section.online .container ul li.online-item .live-box ul.live-ul li.live-item {
              width: 100%;
              padding: 10px 30px;
              color: #fff; }
              section.online .container ul li.online-item .live-box ul.live-ul li.live-item input {
                height: 45px;
                width: 100%;
                border: 0px;
                color: #000; }
                @media only screen and (max-width: 1200px) {
                  section.online .container ul li.online-item .live-box ul.live-ul li.live-item input {
                    height: 40px; } }
                @media only screen and (max-width: 414px) {
                  section.online .container ul li.online-item .live-box ul.live-ul li.live-item input {
                    height: 30px; } }
              section.online .container ul li.online-item .live-box ul.live-ul li.live-item p {
                text-align: right; }
                section.online .container ul li.online-item .live-box ul.live-ul li.live-item p input[type="checkbox"] {
                  width: 15px;
                  height: 15px;
                  position: relative;
                  top: 3px; }
                section.online .container ul li.online-item .live-box ul.live-ul li.live-item p a {
                  width: 100%;
                  font-size: 14px;
                  color: #fff !important; }
              section.online .container ul li.online-item .live-box ul.live-ul li.live-item input {
                height: 45px;
                width: 100%;
                border: 0px;
                color: #000; }
                @media only screen and (max-width: 1200px) {
                  section.online .container ul li.online-item .live-box ul.live-ul li.live-item input {
                    height: 40px; } }
                @media only screen and (max-width: 414px) {
                  section.online .container ul li.online-item .live-box ul.live-ul li.live-item input {
                    height: 30px; } }
              section.online .container ul li.online-item .live-box ul.live-ul li.live-item textarea {
                width: 100%;
                border: 0px;
                color: #000; }
              @media only screen and (max-width: 1200px) {
                section.online .container ul li.online-item .live-box ul.live-ul li.live-item {
                  padding: 10px 10px;
                  font-size: 14px; } }
              @media only screen and (max-width: 414px) {
                section.online .container ul li.online-item .live-box ul.live-ul li.live-item {
                  padding: 5px 30px; } }
          section.online .container ul li.online-item .live-box h4 {
            color: #fff;
            margin-top: 20px; }
          @media only screen and (max-width: 414px) {
            section.online .container ul li.online-item .live-box {
              padding: 20px 15px; } }
        section.online .container ul li.online-item .btn-more3 {
          position: absolute;
          bottom: 0px;
          width: 100%;
          text-align: center;
          background: #a88f7e;
          color: #fff;
          font-size: 18px;
          font-weight: 500;
          padding: 20px 0;
          color: #fff;
          border: 0px; }
          @media only screen and (max-width: 414px) {
            section.online .container ul li.online-item .btn-more3 {
              padding: 10px 0;
              font-size: 14px; } }
        @media only screen and (max-width: 1200px) {
          section.online .container ul li.online-item {
            height: 530px; } }
        @media only screen and (max-width: 768px) {
          section.online .container ul li.online-item {
            width: 100%; } }
        @media only screen and (max-width: 414px) {
          section.online .container ul li.online-item {
            height: 490px; } }
      section.online .container ul li.online-item:first-child {
        background: #fff; }
      section.online .container ul li.online-item:last-child {
        background: #1e222a; }
  @media only screen and (max-width: 1200px) {
    section.online {
      background-size: 180%; } }
  @media only screen and (max-width: 768px) {
    section.online {
      background-size: 800%; } }

section.location {
  width: 100%;
  background: #fff; }
  section.location .container {
    width: 100%;
    margin-top: 70px; }
    section.location .container ul li.loc-item {
      float: left;
      width: 50%;
      font-size: 18px;
      font-weight: 600; }
      section.location .container ul li.loc-item .tab-title {
        font-size: 16px;
        padding: 5px 15px;
        border-radius: 30px;
        background: #161a23;
        color: #fff;
        font-weight: bold;
        line-height: 40px; }
        @media only screen and (max-width: 768px) {
          section.location .container ul li.loc-item .tab-title {
            text-align: center; } }
      section.location .container ul li.loc-item p {
        color: #000;
        font-size: 16px;
        text-align: left;
        font-weight: 500; }
        @media only screen and (max-width: 768px) {
          section.location .container ul li.loc-item p {
            text-align: center; } }
        @media only screen and (max-width: 542px) {
          section.location .container ul li.loc-item p {
            font-size: 14px;
            line-height: 18px; } }
      section.location .container ul li.loc-item .btn-tel {
        margin-top: 30px; }
        section.location .container ul li.loc-item .btn-tel a {
          font-size: 18px;
          border-radius: 10px;
          padding: 10px 20px;
          background: #a88f7e;
          color: #fff; }
        @media only screen and (max-width: 768px) {
          section.location .container ul li.loc-item .btn-tel {
            text-align: center; } }
      section.location .container ul li.loc-item iframe {
        border: 0;
        width: 100%;
        height: 340px; }
      @media only screen and (max-width: 768px) {
        section.location .container ul li.loc-item {
          text-align: center; } }
    section.location .container ul li.loc-item:first-child {
      width: 43%; }
      @media only screen and (max-width: 768px) {
        section.location .container ul li.loc-item:first-child {
          width: 100%;
          margin-bottom: 50px; } }
    section.location .container ul li.loc-item:last-child {
      width: 57%; }
      @media only screen and (max-width: 768px) {
        section.location .container ul li.loc-item:last-child {
          width: 100%; } }

section.location2 {
  width: 100%;
  background: #f2f2f2; }
  section.location2 .container {
    width: 100%;
    margin-top: 70px;
    padding: 0px !important; }
    section.location2 .container ul li.loc-item {
      float: left;
      width: 33.333%;
      min-height: 440px;
      font-size: 18px;
      font-weight: 600;
      text-align: center;
      position: relative; }
      section.location2 .container ul li.loc-item .lo-desc {
        width: 100%;
        padding: 40px 30px; }
        section.location2 .container ul li.loc-item .lo-desc .loc-title {
          width: 100%;
          border-bottom: 1px solid #fff;
          padding: 10px 20px;
          margin-bottom: 30px;
          text-align: center;
          font-weight: 400;
          color: #fff; }
        section.location2 .container ul li.loc-item .lo-desc .tab-title a {
          display: inline;
          color: #fff;
          font-size: 18px;
          padding: 7px 20px;
          border-radius: 30px;
          background: #a88f7e;
          text-align: center; }
        section.location2 .container ul li.loc-item .lo-desc p {
          color: #fff;
          font-size: 16px;
          text-align: center;
          font-weight: 500;
          padding-bottom: 10px; }
          @media only screen and (max-width: 768px) {
            section.location2 .container ul li.loc-item .lo-desc p {
              text-align: center; } }
          @media only screen and (max-width: 542px) {
            section.location2 .container ul li.loc-item .lo-desc p {
              font-size: 14px;
              line-height: 18px; } }
        section.location2 .container ul li.loc-item .lo-desc p.wh {
          display: inline;
          padding: 5px 5px;
          background: #fff;
          color: #1e222a; }
      section.location2 .container ul li.loc-item .btn-tel {
        position: absolute;
        bottom: 0px;
        width: 100%; }
        section.location2 .container ul li.loc-item .btn-tel a {
          display: inline-block;
          width: 100%;
          font-size: 18px;
          padding: 20px 20px;
          text-align: center;
          background: #a88f7e;
          color: #fff; }
        @media only screen and (max-width: 768px) {
          section.location2 .container ul li.loc-item .btn-tel {
            text-align: center; } }
      @media only screen and (max-width: 1024px) {
        section.location2 .container ul li.loc-item {
          width: 400px; } }
      @media only screen and (max-width: 768px) {
        section.location2 .container ul li.loc-item {
          width: 100%;
          margin: 0 auto; } }
    section.location2 .container ul li.loc-item:first-child {
      background: #1e222a; }
    @media only screen and (max-width: 1024px) {
      section.location2 .container ul li.loc-item:nth-child(2) {
        display: none; } }
    section.location2 .container ul li.loc-item:last-child .hide {
      display: none !important; }
    @media only screen and (max-width: 1024px) {
      section.location2 .container ul {
        display: inline-block; } }
    @media only screen and (max-width: 1024px) {
      section.location2 .container {
        text-align: center; } }
    @media only screen and (max-width: 768px) {
      section.location2 .container {
        width: 400px;
        margin: 0 auto;
        margin-top: 70px; } }

section.location3 {
  width: 100%;
  background: #f2f2f2; }
  section.location3 .container {
    width: 100%;
    margin-top: 70px;
    padding: 0px !important; }
    section.location3 .container .tab_group01 .tabs_01 {
      width: 100%;
      border-top: 1px solid #f2f2f2;
      border-right: 1px solid #f2f2f2;
      margin-bottom: 50px; }
      section.location3 .container .tab_group01 .tabs_01 ul {
        width: 50%;
        margin: 0 auto; }
        section.location3 .container .tab_group01 .tabs_01 ul li button {
          width: 50%;
          border-left: 1px solid #fff;
          border-bottom: 1px solid #fff;
          border-right: 0;
          border-top: 0;
          background: #fff;
          float: left;
          font-size: 18px;
          letter-spacing: -2px;
          padding: 20px 10px; }
          @media only screen and (max-width: 542px) {
            section.location3 .container .tab_group01 .tabs_01 ul li button {
              width: 50%;
              margin: 0;
              border: 0px; } }
        section.location3 .container .tab_group01 .tabs_01 ul li.seoul_wrap .seoul_m_tab {
          width: 100%;
          border-right: 0;
          border-top: 0;
          color: #fff;
          background: #1e222a;
          font-size: 18px;
          letter-spacing: -2px;
          padding: 20px 10px;
          text-align: center; }
          @media only screen and (max-width: 542px) {
            section.location3 .container .tab_group01 .tabs_01 ul li.seoul_wrap .seoul_m_tab {
              width: 100%;
              margin: 0;
              border: 0px; } }
        section.location3 .container .tab_group01 .tabs_01 ul li.active01 button {
          background: #1e222a;
          color: #fff !important; }
        @media only screen and (max-width: 768px) {
          section.location3 .container .tab_group01 .tabs_01 ul {
            width: 100%; } }
    section.location3 .container .tab_group01 .tab_contents01 .loc01 {
      display: none; }
      section.location3 .container .tab_group01 .tab_contents01 .loc01 ul li.loc-item {
        float: left;
        width: 33.333%;
        min-height: 440px;
        font-size: 18px;
        font-weight: 600;
        text-align: center;
        position: relative; }
        section.location3 .container .tab_group01 .tab_contents01 .loc01 ul li.loc-item .lo-desc {
          width: 100%;
          padding: 25px 30px; }
          section.location3 .container .tab_group01 .tab_contents01 .loc01 ul li.loc-item .lo-desc .loc-title {
            width: 100%;
            border-bottom: 1px solid #fff;
            padding: 10px 20px;
            margin-bottom: 30px;
            text-align: center;
            font-weight: 400;
            color: #fff; }
          section.location3 .container .tab_group01 .tab_contents01 .loc01 ul li.loc-item .lo-desc .tab-title a {
            display: inline;
            color: #fff;
            font-size: 18px;
            padding: 7px 20px;
            border-radius: 30px;
            background: #a88f7e;
            text-align: center; }
          section.location3 .container .tab_group01 .tab_contents01 .loc01 ul li.loc-item .lo-desc p {
            color: #fff;
            font-size: 16px;
            text-align: center;
            font-weight: 500;
            padding-bottom: 10px; }
            @media only screen and (max-width: 768px) {
              section.location3 .container .tab_group01 .tab_contents01 .loc01 ul li.loc-item .lo-desc p {
                text-align: center; } }
            @media only screen and (max-width: 542px) {
              section.location3 .container .tab_group01 .tab_contents01 .loc01 ul li.loc-item .lo-desc p {
                font-size: 14px;
                line-height: 18px; } }
          section.location3 .container .tab_group01 .tab_contents01 .loc01 ul li.loc-item .lo-desc p.wh {
            display: inline;
            padding: 5px 5px;
            background: #fff;
            color: #1e222a;
            font-size: 13px;
            line-height: 30px; }
        section.location3 .container .tab_group01 .tab_contents01 .loc01 ul li.loc-item .btn-tel {
          position: absolute;
          bottom: 0px;
          width: 100%; }
          section.location3 .container .tab_group01 .tab_contents01 .loc01 ul li.loc-item .btn-tel a {
            display: inline-block;
            width: 100%;
            font-size: 18px;
            padding: 20px 20px;
            text-align: center;
            background: #a88f7e;
            color: #fff; }
          @media only screen and (max-width: 768px) {
            section.location3 .container .tab_group01 .tab_contents01 .loc01 ul li.loc-item .btn-tel {
              text-align: center; } }
        @media only screen and (max-width: 1024px) {
          section.location3 .container .tab_group01 .tab_contents01 .loc01 ul li.loc-item {
            width: 400px; } }
        @media only screen and (max-width: 768px) {
          section.location3 .container .tab_group01 .tab_contents01 .loc01 ul li.loc-item {
            width: 100%;
            margin: 0 auto; } }
      section.location3 .container .tab_group01 .tab_contents01 .loc01 ul li.loc-item:first-child {
        background: #1e222a; }
      @media only screen and (max-width: 1024px) {
        section.location3 .container .tab_group01 .tab_contents01 .loc01 ul li.loc-item:nth-child(2) {
          display: none; } }
      section.location3 .container .tab_group01 .tab_contents01 .loc01 ul li.loc-item:last-child .hide {
        display: none !important; }
      @media only screen and (max-width: 1024px) {
        section.location3 .container .tab_group01 .tab_contents01 .loc01 ul {
          display: inline-block; } }
      @media only screen and (max-width: 542px) {
        section.location3 .container .tab_group01 .tab_contents01 .loc01 ul {
          display: block; } }
    section.location3 .container .tab_group01 .tab_contents01 .loc01.active {
      display: block; }
      @media only screen and (max-width: 1024px) {
        section.location3 .container .tab_group01 .tab_contents01 .loc01.active {
          display: inline-block; } }
      @media only screen and (max-width: 542px) {
        section.location3 .container .tab_group01 .tab_contents01 .loc01.active {
          display: block; } }
    @media only screen and (max-width: 542px) {
      section.location3 .container .tab_group01 {
        padding: 0 10px; } }
    @media only screen and (max-width: 1024px) {
      section.location3 .container {
        text-align: center; } }
    @media only screen and (max-width: 768px) {
      section.location3 .container {
        width: 400px;
        margin: 0 auto;
        margin-top: 70px; } }
    @media only screen and (max-width: 542px) {
      section.location3 .container {
        width: 100%; } }

.slick-track {
  display: inline-block; }

/*content*/
.sub-section {
  width: 100%;
  padding: 100px 0; }
  .sub-section h6 {
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #a88f7e;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    text-indent: 10px;
    margin-top: 170px; }
    @media only screen and (max-width: 768px) {
      .sub-section h6 {
        font-size: 14px; } }
    @media only screen and (max-width: 542px) {
      .sub-section h6 {
        margin-top: 100px; } }
  .sub-section .h6-lawyer {
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #a88f7e;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    text-indent: 10px;
    margin-top: 150px; }
    @media only screen and (max-width: 768px) {
      .sub-section .h6-lawyer {
        font-size: 14px; } }
    @media only screen and (max-width: 542px) {
      .sub-section .h6-lawyer {
        margin-top: 100px; } }
  .sub-section h2 {
    position: relative;
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 45px;
    font-family: 'Noto Sans KR';
    font-weight: 400;
    z-index: 1; }
    @media only screen and (max-width: 1024px) {
      .sub-section h2 {
        font-size: 40px; } }
    @media only screen and (max-width: 768px) {
      .sub-section h2 {
        font-size: 32px; } }
  .sub-section h2.h2-lawyer {
    position: relative;
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 45px;
    font-family: 'Noto Sans KR';
    font-weight: 400;
    z-index: 1; }
    @media only screen and (max-width: 1024px) {
      .sub-section h2.h2-lawyer {
        font-size: 40px; } }
    @media only screen and (max-width: 768px) {
      .sub-section h2.h2-lawyer {
        font-size: 22px; } }
  .sub-section h2.h2-service {
    position: relative;
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 45px;
    font-family: 'Noto Sans KR';
    font-weight: 400;
    z-index: 1; }
    @media only screen and (max-width: 1024px) {
      .sub-section h2.h2-service {
        font-size: 40px; } }
    @media only screen and (max-width: 768px) {
      .sub-section h2.h2-service {
        font-size: 25px; } }
  .sub-section .back-p {
    width: 100%;
    position: absolute;
    text-align: center;
    font-family: 'Nanum Myeongjo', serif;
    font-size: 100px;
    color: #fff;
    font-weight: 600;
    margin-top: -50px;
    z-index: 0; }
    @media only screen and (max-width: 768px) {
      .sub-section .back-p {
        font-size: 44px; } }
    @media only screen and (max-width: 542px) {
      .sub-section .back-p {
        font-size: 44px;
        margin-top: -30px; } }
  .sub-section p {
    width: 100%;
    font-size: 16px;
    color: #fff;
    text-align: center;
    font-family: 'NanumBarunGothic';
    line-height: 20px;
    margin-top: 10px; }
  @media only screen and (max-width: 768px) {
    .sub-section {
      padding: 80px 0; } }
  @media only screen and (max-width: 542px) {
    .sub-section {
      padding: 60px 0; } }

.page_box {
  width: 100%;
  margin-top: 30px; }
  .page_box .page {
    text-align: center; }
    .page_box .page ul.pul {
      display: inline-block; }
      .page_box .page ul.pul li.pli {
        float: left; }
        .page_box .page ul.pul li.pli .pn {
          width: 35px;
          height: 26px;
          text-align: center;
          font-size: 14px;
          color: #bbbbbb;
          padding-top: 10px; }
        .page_box .page ul.pul li.pli .pn_on {
          width: 35px;
          height: 26px;
          text-align: center;
          font-size: 14px;
          color: #000;
          font-weight: bold;
          padding-top: 10px; }

.btn-black {
  width: 100%;
  text-align: center;
  margin-top: 30px; }
  .btn-black a {
    font-family: 'NanumBarunGothic';
    display: inline-block;
    background: #292c30;
    color: #fff;
    font-size: 16px;
    padding: 15px 30px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.6s; }
    .btn-black a:hover {
      background: #a88f7e;
      color: #fff; }
    @media only screen and (max-width: 542px) {
      .btn-black a {
        font-size: 14px; } }

.btn-write {
  width: 100%;
  text-align: right; }
  .btn-write a {
    font-family: 'NanumBarunGothic';
    display: inline-block;
    background: #292c30;
    color: #fff;
    font-size: 16px;
    padding: 15px 30px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.6s; }
    .btn-write a:hover {
      background: #a88f7e;
      color: #fff; }
    @media only screen and (max-width: 542px) {
      .btn-write a {
        font-size: 14px; } }

.btn-list {
  width: 100%;
  text-align: right; }
  .btn-list a {
    font-family: 'NanumBarunGothic';
    display: inline-block;
    background: #292c30;
    color: #fff;
    font-size: 16px;
    padding: 15px 30px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.6s; }
    .btn-list a:hover {
      background: #a88f7e;
      color: #fff; }
    @media only screen and (max-width: 542px) {
      .btn-list a {
        font-size: 14px; } }

.search {
  text-align: right; }
  .search ul {
    display: inline-block; }
    .search ul li.se-item {
      float: left; }
      .search ul li.se-item select {
        height: 30px;
        padding: 3px 5px;
        font-size: 14px;
        border: 1px solid #e4e4e4; }
        @media only screen and (max-width: 542px) {
          .search ul li.se-item select {
            font-size: 14px; } }
      .search ul li.se-item input {
        width: 200px;
        height: 30px;
        padding: 3px 5px;
        font-size: 16px;
        border: 1px solid #e4e4e4;
        margin-left: 5px; }
        @media only screen and (max-width: 542px) {
          .search ul li.se-item input {
            width: 150px;
            font-size: 14px; } }
      .search ul li.se-item button.btn-search {
        width: 30px;
        height: 30px;
        border: 0px;
        background: #a88f7e url("../../assets/img/icon-search.png") no-repeat top center; }
        .search ul li.se-item button.btn-search i {
          font-size: 16px;
          color: #fff; }
  @media only screen and (max-width: 542px) {
    .search {
      text-align: center;
      margin-top: 50px; } }

.red {
  color: red;
  font-size: 12px;
  position: relative; }

.red2 {
  color: red;
  font-size: 12px;
  position: relative;
  margin-top: 5px; }

section.sub-top1 {
  width: 100%;
  height: 500px;
  background: url("../../assets/img/sub-top1.jpg") no-repeat top center; }
  @media only screen and (max-width: 542px) {
    section.sub-top1 {
      height: 300px; } }

section.sub-top2 {
  width: 100%;
  height: 500px;
  background: url("../../assets/img/sub-top2.jpg") no-repeat top center; }
  @media only screen and (max-width: 542px) {
    section.sub-top2 {
      height: 300px; } }

section.sub-top3 {
  width: 100%;
  height: 500px;
  background: url("../../assets/img/sub-top3.jpg") no-repeat top center; }
  @media only screen and (max-width: 542px) {
    section.sub-top3 {
      height: 300px; } }

section.sub-top4 {
  width: 100%;
  height: 500px;
  background: url("../../assets/img/sub-top4.jpg") no-repeat top center; }
  @media only screen and (max-width: 542px) {
    section.sub-top4 {
      height: 300px; } }

section.sub-top5 {
  width: 100%;
  height: 500px;
  background: url("../../assets/img/sub-top5.jpg") no-repeat top center; }
  @media only screen and (max-width: 542px) {
    section.sub-top5 {
      height: 300px; } }

section.sub-top6 {
  width: 100%;
  height: 500px;
  background: url("../../assets/img/sub-top6.jpg") no-repeat top center; }
  @media only screen and (max-width: 542px) {
    section.sub-top6 {
      height: 300px; } }

section.content {
  width: 100%;
  padding: 100px 0; }
  section.content h6 {
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #a88f7e;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    text-indent: 10px; }
    @media only screen and (max-width: 768px) {
      section.content h6 {
        font-size: 14px; } }
  section.content h2 {
    position: relative;
    width: 100%;
    color: #4a4d51;
    text-align: center;
    font-size: 45px;
    font-family: 'Noto Sans KR';
    font-weight: 400;
    z-index: 1; }
    @media only screen and (max-width: 1024px) {
      section.content h2 {
        font-size: 40px; } }
    @media only screen and (max-width: 768px) {
      section.content h2 {
        font-size: 34px; } }
  section.content .back-p {
    width: 100%;
    position: absolute;
    text-align: center;
    font-family: 'Nanum Myeongjo', serif;
    font-size: 100px;
    color: #fff;
    font-weight: 600;
    margin-top: -50px;
    z-index: 0; }
    @media only screen and (max-width: 768px) {
      section.content .back-p {
        font-size: 44px;
        margin-top: -30px; } }
    @media only screen and (max-width: 542px) {
      section.content .back-p {
        font-size: 44px;
        margin-top: -30px; } }
  section.content p {
    width: 100%;
    font-size: 16px;
    color: #000;
    text-align: left;
    font-family: 'NanumBarunGothic';
    line-height: 26px;
    margin-top: 10px; }
    @media only screen and (max-width: 542px) {
      section.content p {
        font-size: 14px;
        line-height: 18px; } }
  section.content .line {
    width: 1px;
    height: 50px;
    margin: 0 auto;
    background: #a88f7e;
    margin-top: 50px; }
  section.content .container .desc {
    font-family: 'Nanum Myeongjo', serif;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    padding-top: 50px; }
    @media only screen and (max-width: 542px) {
      section.content .container .desc {
        font-size: 14px;
        line-height: 20px; }
        section.content .container .desc br {
          display: none; } }
  section.content .container .big-desc {
    margin-top: 50px;
    font-family: 'Nanum Myeongjo', serif;
    font-size: 34px;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
    color: #4a4d51; }
    @media only screen and (max-width: 768px) {
      section.content .container .big-desc {
        font-size: 26px; } }
    @media only screen and (max-width: 542px) {
      section.content .container .big-desc {
        font-size: 20px;
        line-height: 26px; }
        section.content .container .big-desc br {
          display: none; } }
  section.content .container .img {
    width: 100%;
    text-align: center;
    margin-top: 50px; }
  section.content .container .board-desc {
    width: 100%;
    border-top: 2px solid #000;
    margin-top: 50px; }
    section.content .container .board-desc th {
      position: relative;
      border-bottom: 1px solid #e4e4e4;
      color: #000;
      font-size: 20px;
      padding: 15px 10px;
      vertical-align: middle;
      font-family: 'NanumBarunGothic'; }
      @media only screen and (max-width: 768px) {
        section.content .container .board-desc th {
          font-size: 14px;
          line-height: 20px; } }
    section.content .container .board-desc td {
      text-align: left;
      border-bottom: 1px solid #e4e4e4;
      color: #000;
      padding: 15px 10px;
      font-size: 16px;
      font-family: 'NanumBarunGothic'; }
      section.content .container .board-desc td img {
        max-width: 100% !important; }
      @media only screen and (max-width: 768px) {
        section.content .container .board-desc td {
          font-size: 14px;
          line-height: 20px; } }
    section.content .container .board-desc td.data {
      background: #f2f2f2; }
    section.content .container .board-desc .tal {
      text-align: left; }
    section.content .container .board-desc .tar {
      text-align: right; }
    section.content .container .board-desc .b-desc {
      padding: 20px;
      font-size: 18px;
      line-height: 26px;
      text-align: left; }
      @media only screen and (max-width: 542px) {
        section.content .container .board-desc .b-desc {
          font-size: 14px;
          line-height: 18px;
          padding: 5px; } }

section.tspartners {
  padding-bottom: 0px !important;
  background: #fff; }

section.successstory {
  width: 100%; }
  section.successstory .container {
    width: 100%;
    text-align: center;
    margin-top: 130px; }
    section.successstory .container ul {
      display: inline-block; }
      section.successstory .container ul li.suc-item {
        position: relative;
        float: left;
        width: 25%;
        padding: 0 15px; }
        section.successstory .container ul li.suc-item .big-circle {
          z-index: 0;
          width: 240px;
          height: 240px;
          border-radius: 50%;
          background: #292c30;
          padding: 20px; }
          section.successstory .container ul li.suc-item .big-circle .part {
            width: 100%;
            margin-top: 30px;
            font-size: 14px;
            color: #fff;
            text-align: center;
            font-family: 'NanumBarunGothic'; }
            @media only screen and (max-width: 542px) {
              section.successstory .container ul li.suc-item .big-circle .part {
                font-size: 12px;
                margin-top: 0px; } }
          section.successstory .container ul li.suc-item .big-circle .title {
            width: 100%;
            margin-top: 15px;
            font-size: 28px;
            line-height: 30px;
            color: #a88f7e;
            text-align: center;
            font-family: 'Nanum Myeongjo', serif;
            overflow: hidden;
            text-overflow: ellipsis;
            word-wrap: normal;
            display: -ms-flexbox;
            display: -moz-box;
            display: -webkit-box;
            display: box;
            line-height: 1.2em;
            height: 2.4em;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical; }
            @media only screen and (max-width: 542px) {
              section.successstory .container ul li.suc-item .big-circle .title {
                font-size: 20px;
                line-height: 24px;
                margin-top: 10px; } }
          section.successstory .container ul li.suc-item .big-circle .desc {
            width: 100%;
            font-size: 14px;
            color: #eff5ff;
            text-align: center;
            font-family: 'NanumBarunGothic';
            line-height: 20px;
            margin-top: 10px;
            padding: 0 10px;
            overflow: hidden;
            text-overflow: ellipsis;
            word-wrap: normal;
            display: -ms-flexbox;
            display: -moz-box;
            display: -webkit-box;
            display: box;
            line-height: 1.2em;
            height: 2.4em;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical; }
            @media only screen and (max-width: 542px) {
              section.successstory .container ul li.suc-item .big-circle .desc {
                font-size: 14px;
                line-height: 18px;
                padding: 0px;
                margin-top: 5px;
                overflow: hidden;
                text-overflow: ellipsis;
                display: box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical; } }
          @media only screen and (max-width: 1024px) {
            section.successstory .container ul li.suc-item .big-circle {
              margin: 0 auto; } }
          @media only screen and (max-width: 542px) {
            section.successstory .container ul li.suc-item .big-circle {
              width: 150px;
              height: 150px; } }
        section.successstory .container ul li.suc-item .small-circle {
          position: absolute;
          z-index: 1;
          top: 0;
          left: 0;
          width: 70px;
          height: 70px;
          border-radius: 50%;
          background: #a88f7e;
          font-size: 14px;
          font-family: 'NanumBarunGothic';
          color: #fff;
          padding-top: 20px;
          line-height: 16px; }
          @media only screen and (max-width: 768px) {
            section.successstory .container ul li.suc-item .small-circle {
              left: 60px; } }
          @media only screen and (max-width: 542px) {
            section.successstory .container ul li.suc-item .small-circle {
              font-size: 14px;
              width: 50px;
              height: 50px;
              padding-top: 10px;
              left: 7px; } }
        @media only screen and (max-width: 768px) {
          section.successstory .container ul li.suc-item {
            width: 50%;
            margin-bottom: 15px; } }
      @media only screen and (max-width: 542px) {
        section.successstory .container ul {
          padding-left: 20px !important; } }
    section.successstory .container .search {
      margin-top: 50px; }
    section.successstory .container table.board-info {
      width: 100%;
      margin: 0 auto;
      border-top: 3px solid #000;
      margin-top: 20px;
      font-family: 'NanumBarunGothic'; }
      section.successstory .container table.board-info th {
        border-bottom: 1px solid #e4e4e4;
        color: #000;
        background: #f2f2f2;
        font-size: 16px;
        padding: 15px 15px;
        vertical-align: middle;
        text-align: center;
        vertical-align: middle; }
        @media only screen and (max-width: 768px) {
          section.successstory .container table.board-info th {
            font-size: 14px;
            line-height: 18px;
            padding: 5px; } }
        @media only screen and (max-width: 542px) {
          section.successstory .container table.board-info th {
            font-size: 14px;
            line-height: 18px;
            padding: 5px; } }
      section.successstory .container table.board-info td {
        text-align: center;
        border-bottom: 1px solid #e4e4e4;
        color: #8a8a8a;
        font-size: 16px;
        padding: 10px 20px;
        line-height: 20px;
        vertical-align: middle; }
        section.successstory .container table.board-info td .info-lawyer {
          text-align: center;
          height: 76px; }
          section.successstory .container table.board-info td .info-lawyer ul {
            display: inline-block; }
            section.successstory .container table.board-info td .info-lawyer ul li.info-item {
              float: left;
              padding: 5px; }
        section.successstory .container table.board-info td p.info-title {
          color: #000; }
        section.successstory .container table.board-info td p {
          color: #7b7b7b;
          margin-top: 5px; }
        section.successstory .container table.board-info td textarea {
          width: 100%;
          height: 200px;
          padding: 10px;
          background: #f2f2f2;
          border: 1px solid #e4e4e4; }
        @media only screen and (max-width: 768px) {
          section.successstory .container table.board-info td {
            font-size: 14px;
            line-height: 18px;
            padding: 5px; } }
        @media only screen and (max-width: 542px) {
          section.successstory .container table.board-info td {
            font-size: 14px;
            line-height: 18px;
            padding: 5px; } }
      section.successstory .container table.board-info td.tal {
        text-align: left !important; }
      section.successstory .container table.board-info td.color {
        color: #a88f7e; }
      section.successstory .container table.board-info td.data {
        background: #f2f2f2; }
      @media only screen and (max-width: 542px) {
        section.successstory .container table.board-info td.mobile-none {
          display: none; } }
      @media only screen and (max-width: 542px) {
        section.successstory .container table.board-info th.mobile-none {
          display: none; } }
      @media only screen and (max-width: 542px) {
        section.successstory .container table.board-info col.mobile-none {
          display: none; } }
    @media only screen and (max-width: 768px) {
      section.successstory .container {
        margin-top: 50px; } }

section.success-detail {
  width: 100%; }
  section.success-detail .container {
    margin-top: 100px; }
    section.success-detail .container ul li.half-item:first-child {
      float: left;
      width: 70%; }
      section.success-detail .container ul li.half-item:first-child table.board-desc {
        width: 100%;
        border-top: 2px solid #000;
        margin-top: 0px; }
        section.success-detail .container ul li.half-item:first-child table.board-desc th {
          position: relative;
          border-bottom: 1px solid #e4e4e4;
          color: #000;
          font-size: 20px;
          padding: 15px 10px;
          vertical-align: middle;
          font-family: 'NanumBarunGothic'; }
          @media only screen and (max-width: 768px) {
            section.success-detail .container ul li.half-item:first-child table.board-desc th {
              font-size: 14px;
              line-height: 18px;
              padding: 5px; } }
          @media only screen and (max-width: 542px) {
            section.success-detail .container ul li.half-item:first-child table.board-desc th {
              font-size: 14px;
              line-height: 20px;
              padding: 5px; } }
        section.success-detail .container ul li.half-item:first-child table.board-desc td {
          text-align: left;
          border-bottom: 1px solid #e4e4e4;
          color: #000;
          padding: 15px 10px;
          font-size: 16px;
          font-family: 'NanumBarunGothic'; }
          section.success-detail .container ul li.half-item:first-child table.board-desc td p.sd-title {
            padding: 15px 15px;
            font-size: 34px;
            font-weight: bold;
            text-align: left;
            margin-top: 20px; }
            @media only screen and (max-width: 542px) {
              section.success-detail .container ul li.half-item:first-child table.board-desc td p.sd-title {
                font-size: 20px;
                line-height: 26px;
                padding: 10px; } }
          section.success-detail .container ul li.half-item:first-child table.board-desc td .summary {
            background: #fff;
            padding: 20px 40px; }
            section.success-detail .container ul li.half-item:first-child table.board-desc td .summary p.ss-title {
              font-size: 20px;
              font-weight: bold;
              text-align: left;
              margin-top: 20px; }
              @media only screen and (max-width: 542px) {
                section.success-detail .container ul li.half-item:first-child table.board-desc td .summary p.ss-title {
                  font-size: 14px;
                  line-height: 20px;
                  padding: 10px;
                  margin-top: 0px; } }
            section.success-detail .container ul li.half-item:first-child table.board-desc td .summary .s-desc {
              margin-top: 20px;
              font-size: 16px;
              color: #43454c;
              line-height: 24px; }
              @media only screen and (max-width: 542px) {
                section.success-detail .container ul li.half-item:first-child table.board-desc td .summary .s-desc {
                  font-size: 14px;
                  line-height: 18px;
                  padding: 5px;
                  margin-top: 10px; } }
            @media only screen and (max-width: 542px) {
              section.success-detail .container ul li.half-item:first-child table.board-desc td .summary {
                padding: 10px 10px; } }
          section.success-detail .container ul li.half-item:first-child table.board-desc td img {
            max-width: 100% !important; }
          @media only screen and (max-width: 768px) {
            section.success-detail .container ul li.half-item:first-child table.board-desc td {
              font-size: 14px;
              line-height: 18px;
              padding: 5px; } }
          @media only screen and (max-width: 542px) {
            section.success-detail .container ul li.half-item:first-child table.board-desc td {
              font-size: 14px;
              line-height: 18px;
              padding: 5px; } }
        section.success-detail .container ul li.half-item:first-child table.board-desc td.data {
          background: #f2f2f2; }
        section.success-detail .container ul li.half-item:first-child table.board-desc .tal {
          text-align: left; }
        section.success-detail .container ul li.half-item:first-child table.board-desc .tar {
          text-align: right; }
        section.success-detail .container ul li.half-item:first-child table.board-desc .b-desc {
          padding: 20px;
          font-size: 16px;
          line-height: 26px;
          text-align: left; }
          @media only screen and (max-width: 542px) {
            section.success-detail .container ul li.half-item:first-child table.board-desc .b-desc {
              font-size: 14px;
              line-height: 18px;
              padding: 5px; } }
      section.success-detail .container ul li.half-item:first-child .page-line {
        width: 100%; }
        section.success-detail .container ul li.half-item:first-child .page-line .prv {
          width: 100%;
          border-bottom: 1px solid #e4e4e4; }
          section.success-detail .container ul li.half-item:first-child .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.success-detail .container ul li.half-item:first-child .page-line .prv ul li.prv-item {
              float: left;
              font-size: 12px;
              font-family: 'NanumBarunGothic';
              padding: 15px 10px; }
              section.success-detail .container ul li.half-item:first-child .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: 542px) {
                section.success-detail .container ul li.half-item:first-child .page-line .prv ul li.prv-item {
                  font-size: 12px;
                  line-height: 18px;
                  padding: 5px; } }
            section.success-detail .container ul li.half-item:first-child .page-line .prv ul li:first-child {
              width: 10%;
              text-align: center; }
              @media only screen and (max-width: 542px) {
                section.success-detail .container ul li.half-item:first-child .page-line .prv ul li:first-child {
                  width: 15%; } }
            section.success-detail .container ul li.half-item:first-child .page-line .prv ul li:nth-child(2) {
              width: 75%;
              text-align: left; }
              @media only screen and (max-width: 542px) {
                section.success-detail .container ul li.half-item:first-child .page-line .prv ul li:nth-child(2) {
                  width: 65%; } }
            section.success-detail .container ul li.half-item:first-child .page-line .prv ul li:last-child {
              width: 15%;
              font-size: 12px;
              letter-spacing: -1px; }
              @media only screen and (max-width: 542px) {
                section.success-detail .container ul li.half-item:first-child .page-line .prv ul li:last-child {
                  font-size: 12px;
                  line-height: 18px; } }
              @media only screen and (max-width: 542px) {
                section.success-detail .container ul li.half-item:first-child .page-line .prv ul li:last-child {
                  width: 20%; } }
            section.success-detail .container ul li.half-item:first-child .page-line .prv ul:hover {
              background: #f2f2f2; }
        section.success-detail .container ul li.half-item:first-child .page-line .next {
          width: 100%; }
          section.success-detail .container ul li.half-item:first-child .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.success-detail .container ul li.half-item:first-child .page-line .next ul li.next-item {
              float: left;
              font-size: 12px;
              font-family: 'NanumBarunGothic';
              padding: 15px 10px; }
              section.success-detail .container ul li.half-item:first-child .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: 542px) {
                section.success-detail .container ul li.half-item:first-child .page-line .next ul li.next-item {
                  font-size: 12px;
                  line-height: 18px;
                  padding: 5px; } }
            section.success-detail .container ul li.half-item:first-child .page-line .next ul li:first-child {
              width: 10%;
              text-align: center; }
              @media only screen and (max-width: 542px) {
                section.success-detail .container ul li.half-item:first-child .page-line .next ul li:first-child {
                  width: 15%; } }
            section.success-detail .container ul li.half-item:first-child .page-line .next ul li:nth-child(2) {
              width: 75%;
              text-align: left; }
              @media only screen and (max-width: 542px) {
                section.success-detail .container ul li.half-item:first-child .page-line .next ul li:nth-child(2) {
                  width: 65%; } }
            section.success-detail .container ul li.half-item:first-child .page-line .next ul li:last-child {
              width: 15%;
              font-size: 12px; }
              @media only screen and (max-width: 542px) {
                section.success-detail .container ul li.half-item:first-child .page-line .next ul li:last-child {
                  font-size: 12px;
                  line-height: 18px; } }
  @media only screen and (max-width: 542px) and (max-width: 542px) {
    section.success-detail .container ul li.half-item:first-child .page-line .next ul li:last-child {
      width: 20%; } }

            section.success-detail .container ul li.half-item:first-child .page-line .next ul:hover {
              background: #f2f2f2; }
      @media only screen and (max-width: 768px) {
        section.success-detail .container ul li.half-item:first-child {
          width: 100%; } }
    section.success-detail .container ul li.half-item:last-child {
      float: right;
      width: 27%;
      background: #f2f2f2;
      padding: 10px; }
      section.success-detail .container ul li.half-item:last-child .kjm a img {
        width: 100%; }
      section.success-detail .container ul li.half-item:last-child .half-tab {
        background: #1e222a;
        padding: 10px 10px;
        font-size: 16px;
        font-weight: bold;
        text-align: left;
        color: #fff;
        margin-top: 10px; }
      section.success-detail .container ul li.half-item:last-child .info-lawyer {
        background: #fff;
        padding: 10px;
        text-align: left; }
        section.success-detail .container ul li.half-item:last-child .info-lawyer ul {
          display: inline-block; }
          section.success-detail .container ul li.half-item:last-child .info-lawyer ul li.info-item {
            float: left;
            padding: 5px; }
            section.success-detail .container ul li.half-item:last-child .info-lawyer ul li.info-item img {
              height: 66px; }
      section.success-detail .container ul li.half-item:last-child .ts-con {
        background: url("../../assets/img/con-back.jpg") no-repeat top center;
        padding: 20px 20px; }
        section.success-detail .container ul li.half-item:last-child .ts-con p.con {
          font-family: 'NanumBarunGothic';
          font-size: 18px;
          color: #fff;
          line-height: 24px; }
        section.success-detail .container ul li.half-item:last-child .ts-con div.btn-round {
          margin-top: 10px;
          margin-bottom: 10px;
          text-align: center !important; }
          section.success-detail .container ul li.half-item:last-child .ts-con div.btn-round a {
            width: 100%;
            display: inline-block;
            border: 1px solid #fff;
            border-radius: 50px;
            color: #fff;
            font-size: 16px;
            padding: 10px 20px;
            -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.success-detail .container ul li.half-item:last-child .ts-con div.btn-round a:hover {
              background: #fff;
              color: #1e222a; }
        @media only screen and (max-width: 768px) {
          section.success-detail .container ul li.half-item:last-child .ts-con {
            width: 100%; } }
      @media only screen and (max-width: 768px) {
        section.success-detail .container ul li.half-item:last-child {
          width: 100%; } }
    section.success-detail .container .btn-write {
      text-align: center;
      margin-top: 30px; }

section.press {
  width: 100%; }
  section.press .container .search {
    margin-top: 100px; }
    @media only screen and (max-width: 542px) {
      section.press .container .search {
        margin-top: 50px; } }
  section.press .container .press-box {
    width: 100%;
    margin-top: 20px;
    text-align: center; }
    section.press .container .press-box ul {
      display: inline-block;
      margin: 0 -10px; }
      section.press .container .press-box ul li.press-item {
        float: left;
        width: 33.333%;
        padding: 10px;
        -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.press .container .press-box ul li.press-item a {
          display: inline-block;
          padding: 15px;
          background: #fff;
          border: 1px solid #999;
          min-height: 522px; }
          section.press .container .press-box ul li.press-item a .press-img {
            width: 100%;
            -webkit-transition: all 0.4s;
            -moz-transition: all 0.4s;
            -ms-transition: all 0.4s;
            -o-transition: all 0.4s;
            transition: all 0.4s;
            max-height: 230px;
            overflow: hidden; }
            section.press .container .press-box ul li.press-item a .press-img img {
              width: 100%; }
            section.press .container .press-box ul li.press-item a .press-img:hover {
              opacity: 0.7; }
            @media only screen and (max-width: 1024px) {
              section.press .container .press-box ul li.press-item a .press-img {
                max-height: 196px; } }
          section.press .container .press-box ul li.press-item a .date-line {
            width: 100%;
            padding: 20px 0; }
            section.press .container .press-box ul li.press-item a .date-line ul {
              width: 100%; }
              section.press .container .press-box ul li.press-item a .date-line ul li.date-item {
                float: left;
                width: 50%;
                font-size: 16px;
                color: #a88f7e; }
              section.press .container .press-box ul li.press-item a .date-line ul li.date-item:first-child {
                text-align: left;
                font-family: 'NanumBarunGothic'; }
              section.press .container .press-box ul li.press-item a .date-line ul li.date-item:last-child {
                text-align: right;
                font-family: 'NanumBarunGothic'; }
          section.press .container .press-box ul li.press-item a .press-desc {
            width: 100%; }
            section.press .container .press-box ul li.press-item a .press-desc .press-title {
              font-size: 20px;
              font-family: 'NanumBarunGothic';
              text-align: left;
              line-height: 28px;
              min-height: 56px; }
              @media only screen and (max-width: 542px) {
                section.press .container .press-box ul li.press-item a .press-desc .press-title {
                  font-size: 18px;
                  line-height: 24px;
                  overflow: hidden;
                  text-overflow: ellipsis;
                  display: -webkit-box;
                  -webkit-line-clamp: 1;
                  -webkit-box-orient: vertical; } }
            section.press .container .press-box ul li.press-item a .press-desc p {
              color: #666;
              font-size: 16px;
              text-align: left;
              word-break: keep-all;
              margin-bottom: 50px;
              line-height: 1.5em;
              height: 4.5em;
              overflow: hidden;
              text-overflow: ellipsis;
              -webkit-line-clamp: 3;
              -webkit-box-orient: vertical; }
              @media only screen and (max-width: 542px) {
                section.press .container .press-box ul li.press-item a .press-desc p {
                  font-size: 14px;
                  height: auto;
                  line-height: 18px; } }
          @media only screen and (max-width: 542px) {
            section.press .container .press-box ul li.press-item a {
              min-height: auto; } }
        @media only screen and (max-width: 768px) {
          section.press .container .press-box ul li.press-item {
            width: 50%;
            min-height: 380px; } }
        @media only screen and (max-width: 542px) {
          section.press .container .press-box ul li.press-item {
            width: 100%;
            min-height: 330px; } }

section.press-detail {
  width: 100%; }
  section.press-detail .container {
    width: 100%;
    margin-top: 100px; }
    section.press-detail .container .btn-write {
      text-align: center;
      margin-top: 30px; }
    section.press-detail .container .page-line {
      width: 100%; }
      section.press-detail .container .page-line .prv {
        width: 100%;
        border-bottom: 1px solid #e4e4e4; }
        section.press-detail .container .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.press-detail .container .page-line .prv ul li.prv-item {
            float: left;
            font-size: 12px;
            font-family: 'NanumBarunGothic';
            padding: 15px 10px; }
            section.press-detail .container .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: 542px) {
              section.press-detail .container .page-line .prv ul li.prv-item {
                font-size: 12px;
                line-height: 18px;
                padding: 5px; } }
          section.press-detail .container .page-line .prv ul li:first-child {
            width: 10%;
            text-align: center; }
            @media only screen and (max-width: 542px) {
              section.press-detail .container .page-line .prv ul li:first-child {
                width: 15%; } }
          section.press-detail .container .page-line .prv ul li:nth-child(2) {
            width: 75%;
            text-align: left; }
            @media only screen and (max-width: 542px) {
              section.press-detail .container .page-line .prv ul li:nth-child(2) {
                width: 65%; } }
          section.press-detail .container .page-line .prv ul li:last-child {
            width: 15%;
            font-size: 12px;
            letter-spacing: -1px; }
            @media only screen and (max-width: 542px) {
              section.press-detail .container .page-line .prv ul li:last-child {
                font-size: 12px;
                line-height: 18px; } }
            @media only screen and (max-width: 542px) {
              section.press-detail .container .page-line .prv ul li:last-child {
                width: 20%; } }
          section.press-detail .container .page-line .prv ul:hover {
            background: #f2f2f2; }
      section.press-detail .container .page-line .next {
        width: 100%; }
        section.press-detail .container .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.press-detail .container .page-line .next ul li.next-item {
            float: left;
            font-size: 12px;
            font-family: 'NanumBarunGothic';
            padding: 15px 10px; }
            section.press-detail .container .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: 542px) {
              section.press-detail .container .page-line .next ul li.next-item {
                font-size: 12px;
                line-height: 18px;
                padding: 5px; } }
          section.press-detail .container .page-line .next ul li:first-child {
            width: 10%;
            text-align: center; }
            @media only screen and (max-width: 542px) {
              section.press-detail .container .page-line .next ul li:first-child {
                width: 15%; } }
          section.press-detail .container .page-line .next ul li:nth-child(2) {
            width: 75%;
            text-align: left; }
            @media only screen and (max-width: 542px) {
              section.press-detail .container .page-line .next ul li:nth-child(2) {
                width: 65%; } }
          section.press-detail .container .page-line .next ul li:last-child {
            width: 15%;
            font-size: 12px; }
            @media only screen and (max-width: 542px) {
              section.press-detail .container .page-line .next ul li:last-child {
                font-size: 12px;
                line-height: 18px; } }
  @media only screen and (max-width: 542px) and (max-width: 542px) {
    section.press-detail .container .page-line .next ul li:last-child {
      width: 20%; } }

          section.press-detail .container .page-line .next ul:hover {
            background: #f2f2f2; }

section.location {
  width: 100%; }
  section.location .container .map {
    width: 100%; }
    section.location .container .map ul li.map-item {
      float: left;
      width: 50%;
      height: 600px;
      background: #fff; }
      section.location .container .map ul li.map-item img {
        width: 60px; }
      section.location .container .map ul li.map-item iframe {
        width: 100%;
        height: 600px; }
        @media only screen and (max-width: 768px) {
          section.location .container .map ul li.map-item iframe {
            height: 400px; } }
      section.location .container .map ul li.map-item .map-info {
        width: 460px;
        margin: 0 auto;
        margin-bottom: 18px; }
        section.location .container .map ul li.map-item .map-info ul {
          width: 100%; }
          section.location .container .map ul li.map-item .map-info ul li.mi-item {
            float: left;
            height: 85px;
            background: #fff; }
            @media only screen and (max-width: 1024px) {
              section.location .container .map ul li.map-item .map-info ul li.mi-item .address-m {
                margin-top: 0; } }
            @media only screen and (max-width: 768px) {
              section.location .container .map ul li.map-item .map-info ul li.mi-item .address-m {
                margin-top: 10px; } }
            section.location .container .map ul li.map-item .map-info ul li.mi-item .btn-copy {
              display: none; }
              @media only screen and (max-width: 1024px) {
                section.location .container .map ul li.map-item .map-info ul li.mi-item .btn-copy {
                  display: inline-block;
                  margin-top: 2px;
                  padding-left: 20px;
                  font-size: 10px;
                  font-weight: 500;
                  padding: 5px 5px;
                  color: #fff;
                  background: #161a23;
                  margin-left: 20px; } }
              @media only screen and (max-width: 542px) {
                section.location .container .map ul li.map-item .map-info ul li.mi-item .btn-copy {
                  margin-top: 10px;
                  font-size: 12px;
                  margin-left: 0; } }
            @media only screen and (max-width: 542px) {
              section.location .container .map ul li.map-item .map-info ul li.mi-item {
                width: 100%;
                text-align: center;
                height: auto; } }
          section.location .container .map ul li.map-item .map-info ul li.mi-item:last-child p {
            width: 400px;
            text-align: left;
            padding: 0 20px;
            line-height: 20px;
            font-family: 'NanumBarunGothic';
            font-size: 14px;
            letter-spacing: -1px; }
            section.location .container .map ul li.map-item .map-info ul li.mi-item:last-child p span.brown {
              color: #a88f7e; }
            @media only screen and (max-width: 1024px) {
              section.location .container .map ul li.map-item .map-info ul li.mi-item:last-child p {
                width: 500px; } }
            @media only screen and (max-width: 542px) {
              section.location .container .map ul li.map-item .map-info ul li.mi-item:last-child p {
                width: 100%;
                text-align: center;
                font-size: 14px;
                line-height: 18px; } }
          @media only screen and (max-width: 542px) {
            section.location .container .map ul li.map-item .map-info ul li.mi-item:last-child {
              padding-bottom: 20px; } }
          @media only screen and (max-width: 768px) {
            section.location .container .map ul li.map-item .map-info ul {
              margin-bottom: 10px; } }
        @media only screen and (max-width: 1024px) {
          section.location .container .map ul li.map-item .map-info {
            width: 100%;
            margin: 0;
            padding-bottom: 20px; } }
        @media only screen and (max-width: 768px) {
          section.location .container .map ul li.map-item .map-info {
            width: 100%;
            padding-bottom: 0; } }
      section.location .container .map ul li.map-item .mt40 {
        margin-top: 40px; }
      @media only screen and (max-width: 1024px) {
        section.location .container .map ul li.map-item {
          width: 100%;
          height: auto; } }
      @media only screen and (max-width: 768px) {
        section.location .container .map ul li.map-item {
          height: auto; } }
    section.location .container .map ul li.map-item:last-child {
      padding: 10px;
      margin-top: 20px; }
      section.location .container .map ul li.map-item:last-child p.help {
        color: #fff;
        background-color: #292c30;
        font-size: 25px;
        font-weight: 500;
        text-align: left;
        display: inline;
        padding: 10px;
        margin-left: 45px; }
        @media only screen and (max-width: 1024px) {
          section.location .container .map ul li.map-item:last-child p.help {
            margin-left: 0; } }
        @media only screen and (max-width: 542px) {
          section.location .container .map ul li.map-item:last-child p.help {
            text-align: center;
            line-height: 24px; } }
      @media only screen and (max-width: 1024px) {
        section.location .container .map ul li.map-item:last-child {
          padding: 60px; } }
      @media only screen and (max-width: 542px) {
        section.location .container .map ul li.map-item:last-child {
          padding: 20px;
          display: inline-block;
          text-align: center; } }

section.counseling .h2-cs {
  position: relative;
  width: 100%;
  color: #4a4d51;
  text-align: center;
  font-size: 45px;
  z-index: 1;
  font-family: 'Nanum Myeongjo', serif;
  font-weight: 600; }
section.counseling .container {
  width: 1000px;
  margin: 0 auto;
  margin-top: 100px;
  text-align: center; }
  section.counseling .container table.board-info {
    width: 100%;
    margin: 0 auto;
    border-top: 3px solid #000;
    margin-top: 20px;
    font-family: 'NanumBarunGothic'; }
    section.counseling .container table.board-info th {
      border-bottom: 1px solid #e4e4e4;
      color: #000;
      background: #f2f2f2;
      font-size: 16px;
      letter-spacing: -1px;
      padding: 15px 10px;
      vertical-align: middle;
      text-align: center;
      vertical-align: middle; }
      @media only screen and (max-width: 768px) {
        section.counseling .container table.board-info th {
          font-size: 14px;
          line-height: 18px;
          padding: 5px; } }
      @media only screen and (max-width: 542px) {
        section.counseling .container table.board-info th {
          font-size: 14px;
          line-height: 18px;
          padding: 5px; } }
    section.counseling .container table.board-info td {
      text-align: center;
      border-bottom: 1px solid #e4e4e4;
      color: #8a8a8a;
      font-size: 16px;
      letter-spacing: -1px;
      padding: 10px 10px;
      line-height: 20px;
      vertical-align: middle; }
      section.counseling .container table.board-info td .lock {
        position: relative;
        display: inline-block;
        height: 14px;
        top: 2px;
        margin-left: 5px; }
      section.counseling .container table.board-info td .board-new {
        position: relative;
        display: inline-block;
        top: 2px; }
      section.counseling .container table.board-info td .new {
        position: relative;
        display: inline-block;
        height: 14px;
        top: 2px;
        margin-left: 5px; }
      section.counseling .container table.board-info td .info-lawyer {
        text-align: center;
        height: 76px; }
        section.counseling .container table.board-info td .info-lawyer ul {
          display: inline-block; }
          section.counseling .container table.board-info td .info-lawyer ul li.info-item {
            float: left;
            padding: 5px; }
      section.counseling .container table.board-info td p.info-title {
        color: #000; }
      section.counseling .container table.board-info td p {
        color: #7b7b7b;
        margin-top: 5px; }
      section.counseling .container table.board-info td p.desc {
        width: 100%;
        font-size: 14px;
        color: #999;
        font-family: 'NanumBarunGothic';
        line-height: 16px;
        text-align: left;
        height: 30px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical; }
      section.counseling .container table.board-info td textarea {
        width: 100%;
        height: 200px;
        padding: 10px;
        background: #f2f2f2;
        border: 1px solid #e4e4e4; }
      @media only screen and (max-width: 768px) {
        section.counseling .container table.board-info td {
          font-size: 14px;
          line-height: 18px;
          padding: 5px; } }
      @media only screen and (max-width: 542px) {
        section.counseling .container table.board-info td {
          font-size: 14px;
          line-height: 18px;
          padding: 5px; } }
    section.counseling .container table.board-info td.tal {
      text-align: left !important; }
    section.counseling .container table.board-info td.color {
      color: #a88f7e; }
    section.counseling .container table.board-info td.data {
      background: #f2f2f2; }
    section.counseling .container table.board-info td.ls0 {
      text-align: left; }
    @media only screen and (max-width: 542px) {
      section.counseling .container table.board-info td.mobile-none {
        display: none; } }
    @media only screen and (max-width: 542px) {
      section.counseling .container table.board-info th.mobile-none {
        display: none; } }
    @media only screen and (max-width: 542px) {
      section.counseling .container table.board-info col.mobile-none {
        display: none; } }
  section.counseling .container table.board-desc {
    width: 100%;
    border-top: 2px solid #000;
    margin-top: 50px; }
    section.counseling .container table.board-desc th {
      position: relative;
      border-bottom: 1px solid #e4e4e4;
      color: #000;
      font-size: 20px;
      padding: 15px 10px;
      vertical-align: middle;
      font-family: 'NanumBarunGothic'; }
      @media only screen and (max-width: 768px) {
        section.counseling .container table.board-desc th {
          font-size: 14px;
          line-height: 18px;
          padding: 5px; } }
      @media only screen and (max-width: 542px) {
        section.counseling .container table.board-desc th {
          font-size: 14px;
          line-height: 18px;
          padding: 5px; } }
    section.counseling .container table.board-desc td {
      text-align: left;
      border-bottom: 1px solid #e4e4e4;
      color: #000;
      padding: 15px 10px;
      font-size: 16px;
      font-family: 'NanumBarunGothic'; }
      section.counseling .container table.board-desc td img {
        max-width: 100% !important; }
      @media only screen and (max-width: 768px) {
        section.counseling .container table.board-desc td {
          font-size: 14px;
          line-height: 18px;
          padding: 5px; } }
      @media only screen and (max-width: 542px) {
        section.counseling .container table.board-desc td {
          font-size: 14px;
          line-height: 18px;
          padding: 5px; } }
    section.counseling .container table.board-desc td.data {
      background: #f2f2f2; }
    section.counseling .container table.board-desc .tal {
      text-align: left; }
    section.counseling .container table.board-desc .tar {
      text-align: right; }
    section.counseling .container table.board-desc .b-desc {
      padding: 20px;
      font-size: 18px;
      line-height: 26px;
      text-align: left !important; }
      section.counseling .container table.board-desc .b-desc p {
        text-align: left !important;
        font-size: 18px; }
        @media only screen and (max-width: 542px) {
          section.counseling .container table.board-desc .b-desc p {
            font-size: 14px;
            line-height: 18px;
            padding: 5px; } }
      section.counseling .container table.board-desc .b-desc div {
        text-align: left !important;
        font-size: 18px; }
        @media only screen and (max-width: 542px) {
          section.counseling .container table.board-desc .b-desc div {
            font-size: 14px;
            line-height: 18px;
            padding: 5px; } }
      @media only screen and (max-width: 542px) {
        section.counseling .container table.board-desc .b-desc {
          font-size: 14px;
          line-height: 18px;
          padding: 5px; } }
  section.counseling .container table.board-write {
    width: 100%;
    border-top: 3px solid #000;
    margin-top: 50px; }
    section.counseling .container table.board-write th {
      border-bottom: 1px solid #e4e4e4;
      color: #000;
      font-size: 16px;
      padding: 15px 20px;
      vertical-align: middle;
      text-align: right;
      font-family: 'NanumBarunGothic';
      background: #f2f2f2; }
      @media only screen and (max-width: 768px) {
        section.counseling .container table.board-write th {
          font-size: 14px;
          line-height: 18px;
          padding: 5px; } }
      @media only screen and (max-width: 542px) {
        section.counseling .container table.board-write th {
          font-size: 14px;
          line-height: 18px;
          padding: 5px; } }
    section.counseling .container table.board-write td {
      font-family: 'NanumBarunGothic';
      text-align: left;
      border-bottom: 1px solid #e4e4e4;
      color: #8a8a8a;
      font-size: 16px;
      padding: 15px 10px; }
      section.counseling .container table.board-write td input[type="checkbox"] {
        width: 12px;
        height: 12px;
        margin-right: 5px;
        position: relative;
        top: 1px; }
      section.counseling .container table.board-write td input {
        width: 100%;
        border: 1px solid #e4e4e4;
        padding: 5px; }
      section.counseling .container table.board-write td select {
        border: 1px solid #e4e4e4;
        padding: 5px; }
      section.counseling .container table.board-write td input.tel {
        width: 100px;
        height: 30px;
        border: 1px solid #e4e4e4; }
        @media only screen and (max-width: 542px) {
          section.counseling .container table.board-write td input.tel {
            width: 60px; } }
      section.counseling .container table.board-write td textarea {
        width: 100%;
        height: 200px;
        padding: 10px;
        background: #fff;
        border: 1px solid #e4e4e4;
        font-family: 'NanumBarunGothic'; }
      section.counseling .container table.board-write td .link a {
        font-size: 13px;
        text-decoration: underline;
        color: #000; }
      @media only screen and (max-width: 768px) {
        section.counseling .container table.board-write td {
          font-size: 14px;
          line-height: 18px;
          padding: 5px; } }
      section.counseling .container table.board-write td .check-input input {
        width: auto;
        padding: 0 10px; }
      section.counseling .container table.board-write td .check-input input[type="radio"] {
        position: relative;
        top: 2px; }
      @media only screen and (max-width: 542px) {
        section.counseling .container table.board-write td {
          font-size: 14px;
          line-height: 18px;
          padding: 5px; } }
    section.counseling .container table.board-write td.tac {
      text-align: center; }
  section.counseling .container .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.counseling .container .modify p.sub {
      font-size: 14px;
      color: #43454c; }
    section.counseling .container .modify p {
      text-align: center; }
    section.counseling .container .modify input {
      margin-top: 10px; }
    @media only screen and (max-width: 542px) {
      section.counseling .container .modify {
        width: 100%; } }
  section.counseling .container .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.counseling .container .delete p.sub {
      font-size: 14px;
      color: #43454c; }
    section.counseling .container .delete p {
      text-align: center; }
    section.counseling .container .delete input {
      margin-top: 10px; }
    @media only screen and (max-width: 542px) {
      section.counseling .container .delete {
        width: 100%; } }
  section.counseling .container .page-line {
    width: 100%; }
    section.counseling .container .page-line .prv {
      width: 100%;
      border-bottom: 1px solid #e4e4e4; }
      section.counseling .container .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.counseling .container .page-line .prv ul li.prv-item {
          float: left;
          font-size: 12px;
          font-family: 'NanumBarunGothic';
          padding: 15px 10px; }
          section.counseling .container .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: 542px) {
            section.counseling .container .page-line .prv ul li.prv-item {
              font-size: 12px;
              line-height: 18px;
              padding: 5px; } }
        section.counseling .container .page-line .prv ul li:first-child {
          width: 10%;
          text-align: center; }
          @media only screen and (max-width: 542px) {
            section.counseling .container .page-line .prv ul li:first-child {
              width: 15%; } }
        section.counseling .container .page-line .prv ul li:nth-child(2) {
          width: 75%;
          text-align: left; }
          @media only screen and (max-width: 542px) {
            section.counseling .container .page-line .prv ul li:nth-child(2) {
              width: 65%; } }
        section.counseling .container .page-line .prv ul li:last-child {
          width: 15%;
          font-size: 12px;
          letter-spacing: -1px; }
          @media only screen and (max-width: 542px) {
            section.counseling .container .page-line .prv ul li:last-child {
              font-size: 12px;
              line-height: 18px; } }
          @media only screen and (max-width: 542px) {
            section.counseling .container .page-line .prv ul li:last-child {
              width: 20%; } }
        section.counseling .container .page-line .prv ul:hover {
          background: #f2f2f2; }
    section.counseling .container .page-line .next {
      width: 100%; }
      section.counseling .container .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.counseling .container .page-line .next ul li.next-item {
          float: left;
          font-size: 12px;
          font-family: 'NanumBarunGothic';
          padding: 15px 10px; }
          section.counseling .container .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: 542px) {
            section.counseling .container .page-line .next ul li.next-item {
              font-size: 12px;
              line-height: 18px;
              padding: 5px; } }
        section.counseling .container .page-line .next ul li:first-child {
          width: 10%;
          text-align: center; }
          @media only screen and (max-width: 542px) {
            section.counseling .container .page-line .next ul li:first-child {
              width: 15%; } }
        section.counseling .container .page-line .next ul li:nth-child(2) {
          width: 75%;
          text-align: left; }
          @media only screen and (max-width: 542px) {
            section.counseling .container .page-line .next ul li:nth-child(2) {
              width: 65%; } }
        section.counseling .container .page-line .next ul li:last-child {
          width: 15%;
          font-size: 12px; }
          @media only screen and (max-width: 542px) {
            section.counseling .container .page-line .next ul li:last-child {
              font-size: 12px;
              line-height: 18px; } }
  @media only screen and (max-width: 542px) and (max-width: 542px) {
    section.counseling .container .page-line .next ul li:last-child {
      width: 20%; } }

        section.counseling .container .page-line .next ul:hover {
          background: #f2f2f2; }
  section.counseling .container button.btn-write {
    text-align: center;
    width: auto;
    margin: 0 auto;
    margin-top: 30px;
    display: inline;
    border: 0px;
    font-family: 'NanumBarunGothic';
    background: #292c30;
    color: #fff;
    font-size: 16px;
    padding: 15px 30px;
    -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.counseling .container button.btn-write:hover {
      background: #a88f7e;
      color: #fff; }
    @media only screen and (max-width: 542px) {
      section.counseling .container button.btn-write {
        font-size: 14px; } }
  section.counseling .container .btn-write {
    width: 100%;
    text-align: right; }
    section.counseling .container .btn-write a {
      font-family: 'NanumBarunGothic';
      display: inline-block;
      background: #292c30;
      color: #fff;
      font-size: 16px;
      padding: 15px 30px;
      -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.counseling .container .btn-write a:hover {
        background: #a88f7e;
        color: #fff; }
      @media only screen and (max-width: 542px) {
        section.counseling .container .btn-write a {
          font-size: 14px; } }
    @media only screen and (max-width: 542px) {
      section.counseling .container .btn-write {
        text-align: center;
        margin-top: 30px; } }
  section.counseling .container .btn-writec {
    width: 100%;
    text-align: center; }
    section.counseling .container .btn-writec a {
      font-family: 'NanumBarunGothic';
      display: inline-block;
      background: #292c30;
      color: #fff;
      font-size: 16px;
      padding: 15px 30px;
      -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.counseling .container .btn-writec a:hover {
        background: #a88f7e;
        color: #fff; }
      @media only screen and (max-width: 542px) {
        section.counseling .container .btn-writec a {
          font-size: 14px; } }
  @media only screen and (max-width: 542px) {
    section.counseling .container {
      width: 100%;
      margin-top: 0px; } }

section.condition {
  width: 100%;
  background: #fff; }
  section.condition .back-p {
    color: #f2f2f2; }
  section.condition .container {
    width: 1000px;
    margin: 0 auto;
    text-align: center;
    padding-top: 80px; }
    section.condition .container p.desc {
      text-align: left;
      font-family: 'NanumBarunGothic';
      font-size: 16px;
      line-height: 28px; }
      section.condition .container p.desc span.gray {
        font-size: 16px;
        color: #7b7b7b; }
        @media only screen and (max-width: 542px) {
          section.condition .container p.desc span.gray {
            font-size: 14px;
            line-height: 18px; } }
      @media only screen and (max-width: 542px) {
        section.condition .container p.desc {
          font-size: 14px;
          line-height: 18px; }
          section.condition .container p.desc br {
            display: block; } }
    section.condition .container p.title {
      font-size: 20px;
      text-align: left;
      padding-top: 30px;
      padding-bottom: 15px; }
      section.condition .container p.title i {
        font-size: 15px;
        color: #a88f7e;
        line-height: 15px; }
      @media only screen and (max-width: 542px) {
        section.condition .container p.title {
          font-size: 16px;
          line-height: 24px; } }
    section.condition .container table.board-desc {
      width: 100%;
      border-top: 2px solid #000;
      margin-top: 30px; }
      section.condition .container table.board-desc th {
        position: relative;
        border-bottom: 1px solid #e4e4e4;
        color: #000;
        background: #f2f2f2;
        font-size: 16px;
        padding: 15px 10px;
        text-align: left;
        line-height: 24px;
        vertical-align: middle;
        font-family: 'NanumBarunGothic'; }
        @media only screen and (max-width: 768px) {
          section.condition .container table.board-desc th {
            font-size: 14px;
            line-height: 18px;
            padding: 5px; } }
        @media only screen and (max-width: 542px) {
          section.condition .container table.board-desc th {
            font-size: 14px;
            line-height: 18px;
            padding: 5px; } }
      section.condition .container table.board-desc th.tac {
        text-align: center; }
      section.condition .container table.board-desc th.bg-navy {
        background: #1e222a !important;
        color: #fff; }
      section.condition .container table.board-desc td {
        text-align: left;
        border-bottom: 1px solid #e4e4e4;
        color: #000;
        background: #fff;
        padding: 15px 10px;
        font-size: 16px;
        font-family: 'NanumBarunGothic';
        line-height: 24px; }
        section.condition .container table.board-desc td p.sd-title {
          padding: 15px 15px;
          font-size: 34px;
          font-weight: bold;
          text-align: left;
          margin-top: 20px; }
        section.condition .container table.board-desc td .summary {
          background: #f2f2f2;
          padding: 20px 40px; }
          section.condition .container table.board-desc td .summary p.ss-title {
            font-size: 20px;
            font-weight: bold;
            text-align: left;
            margin-top: 20px; }
          section.condition .container table.board-desc td .summary .s-desc {
            margin-top: 20px;
            font-size: 16px;
            color: #43454c;
            line-height: 24px; }
        section.condition .container table.board-desc td img {
          max-width: 100% !important; }
        @media only screen and (max-width: 768px) {
          section.condition .container table.board-desc td {
            font-size: 14px;
            line-height: 18px;
            padding: 5px; } }
        @media only screen and (max-width: 542px) {
          section.condition .container table.board-desc td {
            font-size: 14px;
            line-height: 18px;
            padding: 5px; } }
      section.condition .container table.board-desc td.data {
        background: #f2f2f2; }
      section.condition .container table.board-desc .tal {
        text-align: left; }
      section.condition .container table.board-desc .tar {
        text-align: right; }
      section.condition .container table.board-desc .b-desc {
        padding: 20px;
        font-size: 16px;
        line-height: 26px;
        text-align: left; }
        @media only screen and (max-width: 542px) {
          section.condition .container table.board-desc .b-desc {
            font-size: 14px;
            line-height: 18px;
            padding: 5px; } }
    section.condition .container .chart {
      width: 100%;
      margin-top: 30px; }
      section.condition .container .chart ul li.chart-item {
        float: left;
        width: 50%; }
        section.condition .container .chart ul li.chart-item img {
          height: 270px; }
          @media only screen and (max-width: 542px) {
            section.condition .container .chart ul li.chart-item img {
              height: auto; } }
        @media only screen and (max-width: 542px) {
          section.condition .container .chart ul li.chart-item {
            width: 100%; } }
      section.condition .container .chart ul li.chart-item2 {
        width: 100%; }
        section.condition .container .chart ul li.chart-item2 img {
          height: 270px; }
          @media only screen and (max-width: 542px) {
            section.condition .container .chart ul li.chart-item2 img {
              height: auto; } }
        @media only screen and (max-width: 542px) {
          section.condition .container .chart ul li.chart-item2 {
            width: 100%; } }
      section.condition .container .chart ul li.chart-item3 {
        float: left;
        width: 30%;
        padding: 5px; }
        @media only screen and (max-width: 542px) {
          section.condition .container .chart ul li.chart-item3 {
            width: 100%; } }
      section.condition .container .chart ul li.chart-item3:first-child {
        width: 40%; }
        @media only screen and (max-width: 542px) {
          section.condition .container .chart ul li.chart-item3:first-child {
            width: 100%; } }
      section.condition .container .chart ul li.chart-item3:nth-last-child(3) {
        width: 40%; }
        @media only screen and (max-width: 542px) {
          section.condition .container .chart ul li.chart-item3:nth-last-child(3) {
            width: 100%; } }
    section.condition .container .chart-title {
      font-weight: bold;
      padding: 15px 0;
      font-size: 16px;
      text-align: center; }
    section.condition .container .gray-box {
      background: #f2f2f2;
      line-height: 30px;
      padding: 20px;
      font-size: 16px;
      text-align: left; }
      @media only screen and (max-width: 542px) {
        section.condition .container .gray-box {
          padding: 10px;
          font-size: 14px;
          line-height: 18px; } }
    section.condition .container h3 {
      position: relative;
      width: 100%;
      color: #4a4d51;
      text-align: center;
      font-size: 38px;
      font-family: 'Nanum Myeongjo', serif;
      font-weight: 600;
      z-index: 1;
      line-height: 48px; }
      @media only screen and (max-width: 542px) {
        section.condition .container h3 {
          margin-top: 0px;
          font-size: 24px;
          line-height: 32px; } }
    section.condition .container h4 {
      margin-top: 50px;
      position: relative;
      width: 100%;
      color: #4a4d51;
      text-align: center;
      font-size: 28px;
      font-family: 'Nanum Myeongjo', serif;
      font-weight: 600;
      z-index: 1;
      line-height: 36px; }
      @media only screen and (max-width: 542px) {
        section.condition .container h4 {
          margin-top: 0px;
          font-size: 20px;
          line-height: 28px; } }
    section.condition .container .line {
      width: 1px;
      height: 50px;
      background: #a88f7e;
      margin: 0 auto;
      margin-top: 50px; }
      @media only screen and (max-width: 542px) {
        section.condition .container .line {
          height: 30px;
          margin-top: 20px;
          margin-bottom: 20px; } }
    section.condition .container .back-text {
      display: inline-block;
      background: #a88f7e;
      color: #fff;
      padding: 5px 10px;
      margin-left: 10px; }
    @media only screen and (max-width: 768px) {
      section.condition .container {
        padding-top: 50px; } }
    @media only screen and (max-width: 542px) {
      section.condition .container {
        width: 100%;
        padding-top: 30px; } }
  section.condition .bg-gray {
    width: 100%;
    background: #f2f2f2;
    padding: 100px 0; }
    @media only screen and (max-width: 542px) {
      section.condition .bg-gray {
        padding: 50px 0; } }

section.standard {
  width: 100%;
  background: #fff; }
  section.standard .back-p {
    color: #f2f2f2; }
  section.standard .container {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-top: 80px; }
    section.standard .container p.desc {
      text-align: left;
      font-family: 'NanumBarunGothic';
      font-size: 16px;
      line-height: 28px; }
      section.standard .container p.desc span.gray {
        font-size: 16px;
        color: #7b7b7b; }
      section.standard .container p.desc span.sub-bold {
        font-weight: bold;
        color: #1e222a; }
      @media only screen and (max-width: 542px) {
        section.standard .container p.desc {
          font-size: 14px;
          line-height: 18px; } }
      section.standard .container p.desc br {
        display: block; }
    section.standard .container p.title {
      font-size: 20px;
      text-align: left;
      padding-top: 30px;
      padding-bottom: 15px; }
      section.standard .container p.title i {
        font-size: 15px;
        color: #a88f7e;
        line-height: 15px; }
      @media only screen and (max-width: 542px) {
        section.standard .container p.title {
          font-size: 16px;
          line-height: 24px; } }
    section.standard .container table.board-desc {
      width: 100%;
      border-top: 2px solid #000;
      margin-top: 30px; }
      section.standard .container table.board-desc th {
        position: relative;
        border-bottom: 1px solid #e4e4e4;
        color: #000;
        background: #f2f2f2;
        font-size: 16px;
        padding: 15px 10px;
        text-align: left;
        line-height: 24px;
        vertical-align: middle;
        font-weight: bold;
        font-family: 'NanumBarunGothic';
        text-align: center; }
        @media only screen and (max-width: 768px) {
          section.standard .container table.board-desc th {
            font-size: 14px;
            line-height: 18px;
            padding: 5px; } }
        @media only screen and (max-width: 542px) {
          section.standard .container table.board-desc th {
            font-size: 14px;
            line-height: 18px;
            padding: 5px; } }
      section.standard .container table.board-desc th.tac {
        text-align: center; }
      section.standard .container table.board-desc th.bg-navy {
        background: #1e222a !important;
        color: #fff; }
      section.standard .container table.board-desc td {
        text-align: left;
        vertical-align: middle;
        border-bottom: 1px solid #e4e4e4;
        color: #000;
        background: #fff;
        padding: 15px 10px;
        font-size: 16px;
        font-family: 'NanumBarunGothic';
        line-height: 24px; }
        section.standard .container table.board-desc td p.sd-title {
          padding: 15px 15px;
          font-size: 34px;
          font-weight: bold;
          text-align: left;
          margin-top: 20px; }
        section.standard .container table.board-desc td .summary {
          background: #f2f2f2;
          padding: 20px 40px; }
          section.standard .container table.board-desc td .summary p.ss-title {
            font-size: 20px;
            font-weight: bold;
            text-align: left;
            margin-top: 20px; }
          section.standard .container table.board-desc td .summary .s-desc {
            margin-top: 20px;
            font-size: 16px;
            color: #43454c;
            line-height: 24px; }
        section.standard .container table.board-desc td img {
          max-width: 100% !important; }
        @media only screen and (max-width: 768px) {
          section.standard .container table.board-desc td {
            font-size: 14px;
            line-height: 18px; } }
        @media only screen and (max-width: 542px) {
          section.standard .container table.board-desc td {
            font-size: 14px;
            line-height: 18px;
            padding: 5px; } }
      section.standard .container table.board-desc td.data {
        background: #f2f2f2; }
      section.standard .container table.board-desc .tal {
        text-align: left; }
      section.standard .container table.board-desc .tar {
        text-align: right; }
      section.standard .container table.board-desc .b-desc {
        padding: 20px;
        font-size: 16px;
        line-height: 26px;
        text-align: left; }
        @media only screen and (max-width: 542px) {
          section.standard .container table.board-desc .b-desc {
            font-size: 14px;
            line-height: 18px;
            padding: 5px; } }
    section.standard .container h2 {
      font-size: 40px; }
    @media only screen and (max-width: 768px) {
      section.standard .container {
        padding-top: 50px; } }
    @media only screen and (max-width: 542px) {
      section.standard .container {
        padding-top: 30px; } }
  section.standard .tab {
    width: 100%;
    border-top: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2; }
    section.standard .tab ul {
      width: 100%; }
      section.standard .tab ul li {
        width: 33.3333%;
        border-left: 1px solid #f2f2f2;
        border-bottom: 1px solid #f2f2f2;
        background: #f2f2f2;
        float: left; }
        section.standard .tab ul li a {
          display: inline-block;
          width: 100%;
          padding: 20px 10px;
          text-align: center;
          font-size: 18px;
          letter-spacing: -2px; }
          @media only screen and (max-width: 1024px) {
            section.standard .tab ul li a {
              font-size: 16px; } }
          @media only screen and (max-width: 768px) {
            section.standard .tab ul li a {
              font-size: 15px; } }
          @media only screen and (max-width: 542px) {
            section.standard .tab ul li a {
              font-size: 14px; } }
      section.standard .tab ul li.active a {
        background: #1e222a;
        color: #fff !important; }

section.characteristic {
  width: 100%;
  width: 100%;
  background: #fff; }
  section.characteristic .back-p {
    color: #f2f2f2; }
  section.characteristic .container {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-top: 80px; }
    section.characteristic .container p.desc {
      text-align: left;
      font-family: 'NanumBarunGothic';
      font-size: 16px;
      line-height: 28px; }
      section.characteristic .container p.desc span.gray {
        font-size: 14px;
        color: #7b7b7b; }
      section.characteristic .container p.desc span.sub-bold {
        font-weight: bold;
        color: #1e222a; }
      @media only screen and (max-width: 542px) {
        section.characteristic .container p.desc {
          font-size: 14px;
          line-height: 18px; }
          section.characteristic .container p.desc br {
            display: block; } }
    section.characteristic .container p.title {
      font-size: 20px;
      text-align: left;
      padding-top: 30px;
      padding-bottom: 15px; }
      section.characteristic .container p.title i {
        font-size: 15px;
        color: #a88f7e;
        line-height: 15px; }
      @media only screen and (max-width: 542px) {
        section.characteristic .container p.title {
          font-size: 16px;
          line-height: 24px; } }
    section.characteristic .container table.board-desc {
      width: 100%;
      border-top: 2px solid #000;
      margin-top: 30px; }
      section.characteristic .container table.board-desc th {
        position: relative;
        border-bottom: 1px solid #e4e4e4;
        color: #000;
        background: #f2f2f2;
        font-size: 16px;
        padding: 15px 10px;
        text-align: left;
        line-height: 24px;
        vertical-align: middle;
        font-weight: bold;
        font-family: 'NanumBarunGothic';
        text-align: center; }
        @media only screen and (max-width: 768px) {
          section.characteristic .container table.board-desc th {
            font-size: 14px;
            line-height: 18px;
            padding: 5px; } }
        @media only screen and (max-width: 542px) {
          section.characteristic .container table.board-desc th {
            font-size: 14px;
            line-height: 18px;
            padding: 5px; } }
      section.characteristic .container table.board-desc th.tac {
        text-align: center; }
      section.characteristic .container table.board-desc th.bg-navy {
        background: #1e222a !important;
        color: #fff; }
      section.characteristic .container table.board-desc td {
        text-align: left;
        vertical-align: middle;
        border-bottom: 1px solid #e4e4e4;
        color: #000;
        background: #fff;
        padding: 15px 10px;
        font-size: 16px;
        font-family: 'NanumBarunGothic';
        line-height: 24px; }
        section.characteristic .container table.board-desc td p.sd-title {
          padding: 15px 15px;
          font-size: 34px;
          font-weight: bold;
          text-align: left;
          margin-top: 20px; }
        section.characteristic .container table.board-desc td .summary {
          background: #f2f2f2;
          padding: 20px 40px; }
          section.characteristic .container table.board-desc td .summary p.ss-title {
            font-size: 20px;
            font-weight: bold;
            text-align: left;
            margin-top: 20px; }
          section.characteristic .container table.board-desc td .summary .s-desc {
            margin-top: 20px;
            font-size: 16px;
            color: #43454c;
            line-height: 24px; }
        section.characteristic .container table.board-desc td img {
          max-width: 100% !important; }
        @media only screen and (max-width: 768px) {
          section.characteristic .container table.board-desc td {
            font-size: 14px;
            line-height: 18px;
            padding: 5px; } }
        @media only screen and (max-width: 542px) {
          section.characteristic .container table.board-desc td {
            font-size: 14px;
            line-height: 18px;
            padding: 5px; } }
      section.characteristic .container table.board-desc td.data {
        background: #f2f2f2; }
      section.characteristic .container table.board-desc .tal {
        text-align: left; }
      section.characteristic .container table.board-desc .tar {
        text-align: right; }
      section.characteristic .container table.board-desc .b-desc {
        padding: 20px;
        font-size: 16px;
        line-height: 26px;
        text-align: left; }
        @media only screen and (max-width: 542px) {
          section.characteristic .container table.board-desc .b-desc {
            font-size: 14px;
            line-height: 18px;
            padding: 5px; } }
    section.characteristic .container h2 {
      font-size: 40px;
      padding-top: 80px; }
    section.characteristic .container h4 {
      margin-top: 50px;
      position: relative;
      width: 100%;
      color: #4a4d51;
      text-align: center;
      font-size: 28px;
      font-family: 'Nanum Myeongjo', serif;
      font-weight: 600;
      z-index: 1;
      line-height: 36px; }
    section.characteristic .container .back-text {
      display: inline-block;
      background: #a88f7e;
      color: #fff;
      padding: 5px 10px;
      margin-left: 10px; }
    @media only screen and (max-width: 768px) {
      section.characteristic .container {
        padding-top: 50px; } }
    @media only screen and (max-width: 542px) {
      section.characteristic .container {
        padding-top: 30px; } }
  section.characteristic .tab {
    width: 100%;
    border-top: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2; }
    section.characteristic .tab ul {
      width: 100%; }
      section.characteristic .tab ul li {
        width: 25%;
        border-left: 1px solid #f2f2f2;
        border-bottom: 1px solid #f2f2f2;
        background: #f2f2f2;
        float: left; }
        section.characteristic .tab ul li a {
          display: inline-block;
          width: 100%;
          padding: 20px 10px;
          text-align: center;
          font-size: 18px;
          letter-spacing: -2px; }
          @media only screen and (max-width: 1024px) {
            section.characteristic .tab ul li a {
              font-size: 16px; } }
          @media only screen and (max-width: 768px) {
            section.characteristic .tab ul li a {
              font-size: 15px; } }
          @media only screen and (max-width: 542px) {
            section.characteristic .tab ul li a {
              font-size: 14px; } }
      section.characteristic .tab ul li.active a {
        background: #1e222a;
        color: #fff !important; }
  section.characteristic .tab2 {
    width: 100%;
    border-top: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2; }
    section.characteristic .tab2 ul {
      width: 100%; }
      section.characteristic .tab2 ul li {
        width: 25%;
        border-left: 1px solid #f2f2f2;
        border-bottom: 1px solid #f2f2f2;
        background: #f2f2f2;
        float: left; }
        section.characteristic .tab2 ul li a {
          display: inline-block;
          width: 100%;
          padding: 20px 10px;
          text-align: center;
          font-size: 18px;
          letter-spacing: -2px; }
          @media only screen and (max-width: 1024px) {
            section.characteristic .tab2 ul li a {
              font-size: 16px; } }
          @media only screen and (max-width: 768px) {
            section.characteristic .tab2 ul li a {
              font-size: 15px; } }
          @media only screen and (max-width: 542px) {
            section.characteristic .tab2 ul li a {
              font-size: 14px; } }
        @media only screen and (max-width: 542px) {
          section.characteristic .tab2 ul li {
            width: 50%;
            margin: 0;
            border: 0px; } }
      section.characteristic .tab2 ul li.active a {
        background: #1e222a;
        color: #fff !important; }

section.kinds {
  width: 100%;
  background: #fff; }
  section.kinds .back-p {
    color: #f2f2f2; }
  section.kinds .container {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-top: 80px; }
    section.kinds .container h2 {
      font-size: 40px;
      padding-top: 80px; }
    section.kinds .container p.desc {
      text-align: left;
      font-family: 'NanumBarunGothic';
      font-size: 16px;
      line-height: 28px; }
      section.kinds .container p.desc span.gray {
        color: #7b7b7b; }
      section.kinds .container p.desc span.sub-bold {
        font-weight: bold;
        color: #1e222a; }
      @media only screen and (max-width: 542px) {
        section.kinds .container p.desc {
          font-size: 14px;
          line-height: 18px; } }
    section.kinds .container p.title {
      font-size: 20px;
      text-align: left;
      padding-top: 30px;
      padding-bottom: 15px; }
      section.kinds .container p.title i {
        font-size: 15px;
        color: #a88f7e;
        line-height: 15px; }
      @media only screen and (max-width: 542px) {
        section.kinds .container p.title {
          font-size: 16px;
          line-height: 24px; } }
    section.kinds .container table.board-desc {
      width: 100%;
      border-top: 2px solid #000;
      margin-top: 30px; }
      section.kinds .container table.board-desc th {
        position: relative;
        border-bottom: 1px solid #e4e4e4;
        color: #000;
        background: #f2f2f2;
        font-size: 16px;
        padding: 15px 10px;
        text-align: left;
        line-height: 24px;
        vertical-align: middle;
        font-weight: bold;
        font-family: 'NanumBarunGothic';
        text-align: center; }
        @media only screen and (max-width: 768px) {
          section.kinds .container table.board-desc th {
            font-size: 14px;
            line-height: 18px;
            padding: 5px; } }
        @media only screen and (max-width: 542px) {
          section.kinds .container table.board-desc th {
            font-size: 14px;
            line-height: 18px;
            padding: 5px; } }
      section.kinds .container table.board-desc th.tac {
        text-align: center; }
      section.kinds .container table.board-desc th.bg-navy {
        background: #1e222a !important;
        color: #fff; }
      section.kinds .container table.board-desc td {
        text-align: left;
        vertical-align: middle;
        border-bottom: 1px solid #e4e4e4;
        color: #000;
        background: #fff;
        padding: 15px 10px;
        font-size: 16px;
        font-family: 'NanumBarunGothic';
        line-height: 24px; }
        section.kinds .container table.board-desc td p.sd-title {
          padding: 15px 15px;
          font-size: 34px;
          font-weight: bold;
          text-align: left;
          margin-top: 20px; }
        section.kinds .container table.board-desc td .summary {
          background: #f2f2f2;
          padding: 20px 40px; }
          section.kinds .container table.board-desc td .summary p.ss-title {
            font-size: 20px;
            font-weight: bold;
            text-align: left;
            margin-top: 20px; }
          section.kinds .container table.board-desc td .summary .s-desc {
            margin-top: 20px;
            font-size: 16px;
            color: #43454c;
            line-height: 24px; }
        section.kinds .container table.board-desc td img {
          max-width: 100% !important; }
        @media only screen and (max-width: 768px) {
          section.kinds .container table.board-desc td {
            font-size: 14px;
            line-height: 18px;
            padding: 5px; } }
        @media only screen and (max-width: 542px) {
          section.kinds .container table.board-desc td {
            font-size: 14px;
            line-height: 18px;
            padding: 5px; } }
      section.kinds .container table.board-desc td.data {
        background: #f2f2f2; }
      section.kinds .container table.board-desc .tal {
        text-align: left; }
      section.kinds .container table.board-desc .tar {
        text-align: right; }
      section.kinds .container table.board-desc .b-desc {
        padding: 20px;
        font-size: 16px;
        line-height: 26px;
        text-align: left; }
        @media only screen and (max-width: 542px) {
          section.kinds .container table.board-desc .b-desc {
            font-size: 14px;
            line-height: 18px;
            padding: 5px; } }
    @media only screen and (max-width: 768px) {
      section.kinds .container {
        padding-top: 50px; } }
    @media only screen and (max-width: 542px) {
      section.kinds .container {
        padding-top: 30px; } }
  section.kinds .tab {
    width: 100%;
    border-top: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2; }
    section.kinds .tab ul {
      width: 100%; }
      section.kinds .tab ul li.tab-item {
        width: 33.3333%;
        border-left: 1px solid #f2f2f2;
        border-bottom: 1px solid #f2f2f2;
        background: #f2f2f2;
        letter-spacing: -2px;
        float: left; }
        section.kinds .tab ul li.tab-item br {
          display: none; }
          @media only screen and (max-width: 768px) {
            section.kinds .tab ul li.tab-item br {
              display: block; } }
        section.kinds .tab ul li.tab-item a {
          display: inline-block;
          width: 100%;
          padding: 20px 10px;
          text-align: center;
          font-size: 18px; }
          @media only screen and (max-width: 1024px) {
            section.kinds .tab ul li.tab-item a {
              font-size: 16px; } }
          @media only screen and (max-width: 768px) {
            section.kinds .tab ul li.tab-item a {
              font-size: 15px;
              line-height: 20px; } }
          @media only screen and (max-width: 542px) {
            section.kinds .tab ul li.tab-item a {
              font-size: 14px; } }
          @media only screen and (max-width: 414px) {
            section.kinds .tab ul li.tab-item a {
              font-size: 11px;
              line-height: 17px; } }
      section.kinds .tab ul li.active a {
        background: #1e222a;
        color: #fff !important; }
  section.kinds h4 {
    margin-top: 50px;
    position: relative;
    width: 100%;
    color: #4a4d51;
    text-align: center;
    font-size: 28px;
    font-family: 'Nanum Myeongjo', serif;
    font-weight: 600;
    z-index: 1;
    line-height: 36px; }
    @media only screen and (max-width: 542px) {
      section.kinds h4 {
        font-size: 16px;
        line-height: 24px; } }

section.review {
  width: 100%; }
  section.review .container {
    width: 1000px;
    margin: 0 auto; }
    section.review .container .review-new {
      margin-top: 100px;
      padding: 20px;
      border: 3px solid #a88f7e; }
      section.review .container .review-new ul li.rn-item {
        float: left;
        width: 50%; }
        @media only screen and (max-width: 542px) {
          section.review .container .review-new ul li.rn-item {
            width: 100%; } }
      @media only screen and (max-width: 542px) {
        section.review .container .review-new {
          padding: 10px;
          margin-top: 50px; } }
    section.review .container .review-input {
      background: #f2f2f2;
      margin-top: 30px;
      padding: 20px; }
      section.review .container .review-input ul li.ri-item input {
        display: inline-block;
        width: 100px;
        border: 1px solid #e4e4e4;
        padding: 5px;
        font-size: 14px; }
      section.review .container .review-input ul li.ri-item label {
        display: inline-block; }
      section.review .container .review-input ul li.ri-item input.file-select {
        position: relative;
        width: 200px;
        text-indent: 80px;
        top: -2px;
        border: 1px;
        font-size: 14px;
        margin-left: -80px; }
      section.review .container .review-input ul li.ri-item input::file-selector-button {
        display: none; }
      section.review .container .review-input ul li.ri-item p {
        display: inline-block; }
        section.review .container .review-input ul li.ri-item p .b-button3 {
          font-size: 14px;
          text-align: center;
          position: relative;
          font-family: 'NanumBarunGothic';
          top: -3px;
          background: #000;
          color: #fff;
          padding: 7px 20px; }
          @media screen and (min-width: 0\0 ) {
            section.review .container .review-input ul li.ri-item p .b-button3 {
              background: #f2f2f2; } }
      section.review .container .review-input ul li.ri-item textarea {
        margin-top: 10px;
        width: 100%;
        height: 60px;
        padding: 10px;
        background: #fff;
        border: 1px solid #e4e4e4;
        font-family: 'NanumBarunGothic'; }
      section.review .container .review-input ul li.ri-item p.check {
        text-align: right; }
        section.review .container .review-input ul li.ri-item p.check input[type="checkbox"] {
          width: 12px;
          height: 12px;
          margin-right: 5px;
          position: relative;
          top: 1px; }
        section.review .container .review-input ul li.ri-item p.check .link a {
          font-size: 13px;
          text-decoration: underline;
          color: #000; }
      section.review .container .review-input ul li.ri-item .rinput-box {
        width: 100%; }
        section.review .container .review-input ul li.ri-item .rinput-box ul li.rinput-item {
          float: left; }
        section.review .container .review-input ul li.ri-item .rinput-box ul li.rinput-item:first-child {
          width: calc( 100% - 70px ); }
        section.review .container .review-input ul li.ri-item .rinput-box ul li.rinput-item:last-child {
          width: 60px;
          padding-left: 10px; }
          section.review .container .review-input ul li.ri-item .rinput-box ul li.rinput-item:last-child button.btn-write {
            position: relative;
            border: 0px;
            top: 10px;
            width: 60px;
            height: 59px;
            background: #292c30;
            text-align: center;
            font-family: 'NanumBarunGothic';
            color: #fff;
            font-size: 16px;
            padding: 0px;
            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.review .container .review-input ul li.ri-item .rinput-box ul li.rinput-item:last-child button.btn-write:hover {
              background: #a88f7e;
              color: #fff; }
      @media only screen and (max-width: 542px) {
        section.review .container .review-input {
          padding: 10px; } }
    section.review .container .review-box {
      width: 100%; }
      section.review .container .review-box li.revbox-item {
        float: left;
        padding: 10px; }
      section.review .container .review-box li:first-child {
        width: calc( 100% - 90px );
        text-align: left; }
        section.review .container .review-box li:first-child p {
          font-family: 'NanumBarunGothic';
          text-align: left;
          border-bottom: 1px solid #f2f2f2;
          padding-bottom: 5px;
          line-height: 20px;
          margin-top: 5px; }
          section.review .container .review-box li:first-child p span.gray {
            font-size: 16px;
            color: #999; }
          @media only screen and (max-width: 542px) {
            section.review .container .review-box li:first-child p {
              font-size: 14px;
              line-height: 18px; } }
        section.review .container .review-box li:first-child p.desc {
          border-bottom: 0;
          margin-top: 5px; }
          section.review .container .review-box li:first-child p.desc a {
            font-family: 'NanumBarunGothic';
            font-size: 16px;
            color: #999;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical; }
            @media only screen and (max-width: 542px) {
              section.review .container .review-box li:first-child p.desc a {
                font-size: 14px;
                line-height: 18px; } }
      section.review .container .review-box li:last-child {
        width: 90px; }
        section.review .container .review-box li:last-child .photo {
          padding: 5px;
          width: 80px;
          height: 80px;
          overflow: hidden; }
    section.review .container .review-box-null {
      width: 100%; }
      section.review .container .review-box-null li.revbox-item {
        float: left;
        padding: 10px; }
      section.review .container .review-box-null li:first-child {
        width: 100%;
        text-align: left; }
        section.review .container .review-box-null li:first-child p {
          font-family: 'NanumBarunGothic';
          text-align: left;
          border-bottom: 1px solid #f2f2f2;
          padding-bottom: 5px;
          line-height: 20px;
          margin-top: 5px; }
          section.review .container .review-box-null li:first-child p span.gray {
            font-size: 16px;
            color: #999; }
          @media only screen and (max-width: 542px) {
            section.review .container .review-box-null li:first-child p {
              font-size: 14px;
              line-height: 18px; } }
        section.review .container .review-box-null li:first-child p.desc {
          border-bottom: 0;
          margin-top: 5px; }
          section.review .container .review-box-null li:first-child p.desc a {
            font-family: 'NanumBarunGothic';
            font-size: 16px;
            color: #999;
            height: 40px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical; }
            @media only screen and (max-width: 542px) {
              section.review .container .review-box-null li:first-child p.desc a {
                font-size: 14px;
                line-height: 18px; } }
    section.review .container .review-box-top {
      width: 100%;
      border-top: 1px solid #1e222a;
      margin-top: 20px;
      padding-top: 20px; }
      section.review .container .review-box-top li.revbox-item {
        float: left;
        padding: 10px; }
        @media only screen and (max-width: 542px) {
          section.review .container .review-box-top li.revbox-item {
            padding: 5px; } }
      section.review .container .review-box-top li:first-child {
        width: 100%;
        text-align: left; }
        section.review .container .review-box-top li:first-child p {
          font-family: 'NanumBarunGothic';
          text-align: left;
          border-bottom: 1px solid #f2f2f2;
          padding-bottom: 5px;
          line-height: 20px;
          margin-top: 5px; }
          section.review .container .review-box-top li:first-child p span.gray {
            font-size: 16px;
            color: #999; }
          @media only screen and (max-width: 542px) {
            section.review .container .review-box-top li:first-child p {
              font-size: 14px;
              line-height: 18px; } }
        section.review .container .review-box-top li:first-child p.more {
          border-bottom: 0px; }
          section.review .container .review-box-top li:first-child p.more a {
            display: inline-block;
            width: 100%;
            text-align: center;
            font-size: 14px; }
            section.review .container .review-box-top li:first-child p.more a i {
              font-size: 10px; }
        section.review .container .review-box-top li:first-child p.desc {
          border-bottom: 0;
          margin-top: 5px; }
          section.review .container .review-box-top li:first-child p.desc a {
            font-family: 'NanumBarunGothic';
            font-size: 16px;
            color: #999; }
            @media only screen and (max-width: 542px) {
              section.review .container .review-box-top li:first-child p.desc a {
                font-size: 14px;
                line-height: 18px; } }
      section.review .container .review-box-top li:last-child {
        width: 100%; }
        section.review .container .review-box-top li:last-child .photo {
          display: inline-block;
          margin-right: 5px;
          width: 40px;
          height: 40px; }
      @media only screen and (max-width: 542px) {
        section.review .container .review-box-top {
          padding-top: 0px; } }
    @media only screen and (max-width: 542px) {
      section.review .container {
        width: 100%; } }

section.service {
  width: 100%;
  padding: 100px 0; }
  section.service h3 {
    margin-top: 50px;
    position: relative;
    width: 100%;
    color: #4a4d51;
    text-align: center;
    font-size: 38px;
    font-family: 'Nanum Myeongjo', serif;
    font-weight: 600;
    z-index: 1;
    line-height: 48px; }
    @media only screen and (max-width: 768px) {
      section.service h3 {
        font-size: 30px; }
        section.service h3 br {
          display: none; } }
    @media only screen and (max-width: 542px) {
      section.service h3 {
        line-height: 40px;
        margin-top: 0px; } }
  section.service h4 {
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 30px;
    font-family: 'Nanum Myeongjo', serif;
    line-height: 36px;
    margin-top: 30px; }
    @media only screen and (max-width: 542px) {
      section.service h4 {
        font-size: 24px;
        line-height: 35px; } }
  section.service .bg-gray {
    width: 100%;
    background: #f2f2f2;
    padding-bottom: 100px;
    margin-top: 100px; }
    section.service .bg-gray .container .quotes {
      width: 100%;
      margin-top: 30px; }
      section.service .bg-gray .container .quotes ul {
        text-align: center; }
        section.service .bg-gray .container .quotes ul li.quotes-item {
          display: inline-block;
          width: 300px;
          height: 140px;
          padding-top: 25px;
          line-height: 30px;
          background: #fff;
          margin: 20px;
          border: 1px solid #e4e4e4;
          margin-top: 50px;
          color: #4a4d51;
          text-align: center;
          font-size: 18px;
          letter-spacing: -2px;
          font-family: 'Nanum Myeongjo', serif;
          font-weight: 600;
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
          position: relative; }
          section.service .bg-gray .container .quotes ul li.quotes-item .quotes-icon {
            position: absolute;
            top: -20px;
            right: 20px; }
            @media only screen and (max-width: 542px) {
              section.service .bg-gray .container .quotes ul li.quotes-item .quotes-icon {
                width: 20px;
                top: -5px; } }
          @media only screen and (max-width: 768px) {
            section.service .bg-gray .container .quotes ul li.quotes-item {
              width: 250px;
              height: 110px;
              padding-top: 20px;
              line-height: 24px;
              font-size: 17px; } }
          @media only screen and (max-width: 542px) {
            section.service .bg-gray .container .quotes ul li.quotes-item {
              width: 250px;
              height: 80px;
              padding-top: 12px;
              line-height: 18px;
              font-size: 14px;
              margin-top: 10px; } }
        @media only screen and (max-width: 542px) {
          section.service .bg-gray .container .quotes ul {
            margin-top: 30px; } }
      @media only screen and (max-width: 542px) {
        section.service .bg-gray .container .quotes {
          margin-top: 0px; } }
    @media only screen and (max-width: 542px) {
      section.service .bg-gray {
        padding-bottom: 50px;
        margin-top: 50px; } }
  section.service .bg-navy {
    width: 100%;
    padding: 50px 0;
    background: #1d212a; }
    section.service .bg-navy h2 {
      width: 100%;
      color: #a88f7e;
      text-align: center;
      font-size: 45px;
      font-family: 'Nanum Myeongjo', serif;
      font-weight: 600;
      z-index: 1;
      margin-top: 10px; }
      @media only screen and (max-width: 768px) {
        section.service .bg-navy h2 {
          font-size: 32px; } }
    section.service .bg-navy .logo {
      width: 161px;
      height: 47px;
      margin: 0 auto;
      background: url("../../assets/img/logo.png") no-repeat; }
  section.service .bg-write {
    padding: 100px 0;
    background: #fff; }
    section.service .bg-write .back-p {
      color: #f2f2f2; }
    section.service .bg-write .box2 {
      width: 100%;
      text-align: center;
      margin-top: 100px; }
      section.service .bg-write .box2 ul {
        width: 100%; }
        section.service .bg-write .box2 ul li.box2-item {
          float: left;
          width: 50%; }
          section.service .bg-write .box2 ul li.box2-item .box {
            padding: 20px; }
            section.service .bg-write .box2 ul li.box2-item .box h4 {
              width: 100%;
              color: #4a4d51;
              text-align: center;
              font-size: 30px;
              font-weight: 400;
              font-family: 'Nanum Myeongjo', serif;
              line-height: 36px;
              margin-top: 30px; }
              @media only screen and (max-width: 1024px) {
                section.service .bg-write .box2 ul li.box2-item .box h4 {
                  margin-top: 10px; } }
              @media only screen and (max-width: 542px) {
                section.service .bg-write .box2 ul li.box2-item .box h4 {
                  font-size: 20px;
                  line-height: 28px; } }
            section.service .bg-write .box2 ul li.box2-item .box p.desc {
              padding: 20px;
              font-size: 16px;
              font-family: 'NanumBarunGothic';
              min-height: 250px; }
              @media only screen and (max-width: 1024px) {
                section.service .bg-write .box2 ul li.box2-item .box p.desc {
                  min-height: inherit; } }
              @media only screen and (max-width: 542px) {
                section.service .bg-write .box2 ul li.box2-item .box p.desc {
                  font-size: 14px;
                  line-height: 18px; } }
            section.service .bg-write .box2 ul li.box2-item .box p.min160 {
              min-height: 160px; }
              @media only screen and (max-width: 1024px) {
                section.service .bg-write .box2 ul li.box2-item .box p.min160 {
                  min-height: inherit; } }
          @media only screen and (max-width: 1024px) {
            section.service .bg-write .box2 ul li.box2-item {
              width: 100%; } }
        section.service .bg-write .box2 ul li.box2-item:last-child {
          width: 100% !important; }
    @media only screen and (max-width: 542px) {
      section.service .bg-write {
        padding: 50px 0; } }
  section.service .bg-gray2 {
    width: 100%;
    background: #f2f2f2;
    padding: 100px 0; }
    section.service .bg-gray2 .container {
      padding-top: 100px; }
      section.service .bg-gray2 .container ul {
        margin-bottom: 30px;
        display: inline-block; }
        section.service .bg-gray2 .container ul li.process-item {
          float: left;
          width: 50%;
          text-align: left;
          padding: 0 20px; }
          section.service .bg-gray2 .container ul li.process-item .process-title {
            vertical-align: middle;
            padding: 20px;
            text-align: left !important; }
            section.service .bg-gray2 .container ul li.process-item .process-title span.bg-desc {
              display: inline-block;
              background: #000;
              color: #fff;
              padding: 5px 10px;
              margin-right: 5px;
              margin-top: 5px; }
          section.service .bg-gray2 .container ul li.process-item h1 {
            font-size: 80px;
            font-weight: bold;
            color: #e0e0e0;
            font-family: 'Nanum Myeongjo';
            text-align: left;
            margin-top: 10px; }
            @media only screen and (max-width: 1024px) {
              section.service .bg-gray2 .container ul li.process-item h1 {
                margin-top: 0px;
                font-size: 60px; } }
            @media only screen and (max-width: 542px) {
              section.service .bg-gray2 .container ul li.process-item h1 {
                font-size: 60px; } }
          section.service .bg-gray2 .container ul li.process-item h4 {
            margin-top: 0px;
            color: #a88f7e;
            text-align: left !important; }
          section.service .bg-gray2 .container ul li.process-item p {
            font-size: 16px;
            line-height: 26px;
            text-align: left !important; }
            @media only screen and (max-width: 542px) {
              section.service .bg-gray2 .container ul li.process-item p {
                font-size: 14px;
                line-height: 18px; } }
          @media only screen and (max-width: 768px) {
            section.service .bg-gray2 .container ul li.process-item {
              width: 100%; } }
          @media only screen and (max-width: 542px) {
            section.service .bg-gray2 .container ul li.process-item {
              width: 100%; } }
        section.service .bg-gray2 .container ul li.p20 {
          padding: 20px 0; }
        section.service .bg-gray2 .container ul li.tar {
          text-align: right; }
        section.service .bg-gray2 .container ul li.tal {
          text-align: left; }
          @media only screen and (max-width: 768px) {
            section.service .bg-gray2 .container ul li.tal {
              text-align: center; } }
      @media only screen and (max-width: 768px) {
        section.service .bg-gray2 .container {
          width: 514px;
          margin: 0 auto; } }
      @media only screen and (max-width: 542px) {
        section.service .bg-gray2 .container {
          width: 100%; } }
    @media only screen and (max-width: 542px) {
      section.service .bg-gray2 {
        padding: 50px 0; } }
  @media only screen and (max-width: 542px) {
    section.service {
      padding: 50px 0; } }

section.system {
  width: 100%;
  height: 100%;
  background: #f2f2f2; }
  section.system .line {
    width: 1px;
    height: 30px;
    background: #a88f7e;
    margin: 0 auto;
    margin-top: 30px; }
  section.system .container {
    width: 100%;
    padding-top: 50px; }
    section.system .container h4 {
      width: 100%;
      color: #a88f7e;
      text-align: center;
      font-size: 30px;
      font-family: 'Nanum Myeongjo', serif;
      line-height: 36px;
      margin-top: 30px;
      font-weight: 500;
      margin-bottom: 50px; }
    section.system .container ul {
      background: #fff; }
      section.system .container ul li.system-item {
        float: left;
        width: 50%; }
        section.system .container ul li.system-item p.comun {
          font-family: 'Nanum Myeongjo';
          font-size: 20px;
          line-height: 28px;
          font-weight: bold;
          letter-spacing: -2px;
          text-align: left; }
          @media only screen and (max-width: 542px) {
            section.system .container ul li.system-item p.comun {
              font-size: 16px; } }
        section.system .container ul li.system-item p.desc {
          width: 100%;
          font-size: 16px;
          color: #999;
          font-family: 'NanumBarunGothic';
          line-height: 24px;
          text-align: left; }
          @media only screen and (max-width: 542px) {
            section.system .container ul li.system-item p.desc {
              font-size: 14px;
              line-height: 18px; } }
        @media only screen and (max-width: 768px) {
          section.system .container ul li.system-item {
            width: 100%; } }
      section.system .container ul li.right-box {
        padding: 50px; }
        @media only screen and (max-width: 1024px) {
          section.system .container ul li.right-box {
            padding: 30px; } }
        @media only screen and (max-width: 542px) {
          section.system .container ul li.right-box {
            padding: 20px; } }
      section.system .container ul li.mpt0 {
        padding-top: 70px; }
        @media only screen and (max-width: 1024px) {
          section.system .container ul li.mpt0 {
            padding: 30px; } }
        @media only screen and (max-width: 542px) {
          section.system .container ul li.mpt0 {
            padding-top: 0px; } }
    @media only screen and (max-width: 768px) {
      section.system .container {
        width: 600px;
        margin: 0 auto; } }
    @media only screen and (max-width: 542px) {
      section.system .container {
        width: 100%; } }

section.lawyer {
  width: 100%; }
  section.lawyer .container {
    width: 100%;
    margin-top: 50px;
    text-align: center;
    padding: 0 10px; }
    section.lawyer .container h4 {
      width: 100%;
      color: #1e222a;
      text-align: center;
      font-size: 30px;
      font-family: 'Nanum Myeongjo', serif;
      line-height: 36px;
      margin-top: 30px;
      margin-bottom: 15px; }
      @media only screen and (max-width: 542px) {
        section.lawyer .container h4 {
          font-size: 20px;
          line-height: 26px; } }
    section.lawyer .container .btn-black {
      width: 100%;
      text-align: center;
      margin-top: 30px;
      padding: 5px;
      display: inline; }
      section.lawyer .container .btn-black a {
        font-family: 'NanumBarunGothic';
        display: inline-block;
        background: #292c30;
        color: #fff;
        font-size: 16px;
        padding: 15px 30px;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -ms-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.6s;
        margin-top: 15px; }
        section.lawyer .container .btn-black a:hover {
          background: #a88f7e;
          color: #fff; }
    section.lawyer .container ul.law-item li.lawyer-item {
      text-align: center;
      display: inline-block;
      padding-top: 50px; }
      @media only screen and (max-width: 768px) {
        section.lawyer .container ul.law-item li.lawyer-item {
          width: 40%;
          margin-bottom: 20px;
          text-align: center;
          padding-left: 20px; } }
      @media only screen and (max-width: 542px) {
        section.lawyer .container ul.law-item li.lawyer-item {
          width: 100%; } }
    section.lawyer .container ul li.ld-item {
      float: left; }
    section.lawyer .container ul li.ld-item:first-child {
      width: 50%;
      margin-top: 50px;
      text-align: center; }
      section.lawyer .container ul li.ld-item:first-child .lawyer-subpg {
        position: relative;
        display: inline-block; }
        section.lawyer .container ul li.ld-item:first-child .lawyer-subpg .lawyer-desc {
          width: 100%;
          position: absolute;
          bottom: 0;
          padding: 10px;
          background: rgba(0, 0, 0, 0.7);
          text-align: center; }
          section.lawyer .container ul li.ld-item:first-child .lawyer-subpg .lawyer-desc p.lawyer-name {
            font-size: 24px;
            font-family: Noto sans kr;
            font-weight: 400;
            color: #fff;
            z-index: 3;
            text-align: center;
            line-height: 35px;
            padding-top: 0;
            margin-top: 0; }
      @media only screen and (max-width: 768px) {
        section.lawyer .container ul li.ld-item:first-child {
          width: 100%; } }
    section.lawyer .container ul li.ld-item:last-child {
      width: 50%;
      margin-top: 50px; }
      section.lawyer .container ul li.ld-item:last-child h4 {
        text-align: left;
        color: #a88f7e; }
      section.lawyer .container ul li.ld-item:last-child p {
        text-align: left;
        font-size: 16px;
        line-height: 24px; }
        @media only screen and (max-width: 542px) {
          section.lawyer .container ul li.ld-item:last-child p {
            font-size: 14px;
            line-height: 18px; } }
      section.lawyer .container ul li.ld-item:last-child .lawyer-tab {
        background: #a88f7e;
        padding: 5px 10px;
        color: #fff;
        font-size: 16px;
        margin-top: 20px; }
      @media only screen and (max-width: 1200px) {
        section.lawyer .container ul li.ld-item:last-child {
          padding-right: 50px; } }
      @media only screen and (max-width: 768px) {
        section.lawyer .container ul li.ld-item:last-child {
          width: 100%;
          padding: 0 30px; } }

section.new-lawyer {
  width: 100%; }
  section.new-lawyer .container {
    width: 100%;
    margin-top: 50px;
    text-align: center;
    padding-top: 50px; }
    section.new-lawyer .container h4 {
      width: 100%;
      color: #1e222a;
      text-align: center;
      font-size: 30px;
      font-family: 'Nanum Myeongjo', serif;
      line-height: 36px;
      margin-top: 30px;
      margin-bottom: 15px; }
      @media only screen and (max-width: 542px) {
        section.new-lawyer .container h4 {
          font-size: 20px;
          line-height: 26px; } }
    section.new-lawyer .container h2 {
      padding: 70px 0; }
    section.new-lawyer .container .btn-black {
      width: 100%;
      text-align: center;
      margin-top: 30px;
      padding: 5px;
      display: inline; }
      section.new-lawyer .container .btn-black a {
        font-family: 'NanumBarunGothic';
        display: inline-block;
        background: #292c30;
        color: #fff;
        font-size: 16px;
        padding: 15px 30px;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -ms-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.6s;
        margin-top: 15px; }
        section.new-lawyer .container .btn-black a:hover {
          background: #a88f7e;
          color: #fff; }
    section.new-lawyer .container ul.law-item li.lawyer-item {
      float: left;
      width: 33.33333%;
      padding: 1px;
      margin-bottom: 30px; }
      section.new-lawyer .container ul.law-item li.lawyer-item a {
        width: 100%;
        display: inline-block;
        position: relative; }
        section.new-lawyer .container ul.law-item li.lawyer-item a .lawyer-desc {
          width: 100%;
          position: absolute;
          bottom: 0px;
          padding: 10px 10px;
          background: rgba(0, 0, 0, 0.7);
          text-align: right; }
          section.new-lawyer .container ul.law-item li.lawyer-item a .lawyer-desc .pick-box {
            display: inline;
            font-size: 16px;
            white-space: pre;
            padding: 2px 5px !important;
            color: #fff;
            background: #a88f7e;
            text-align: center;
            margin-bottom: 1px !important; }
            @media only screen and (max-width: 768px) {
              section.new-lawyer .container ul.law-item li.lawyer-item a .lawyer-desc .pick-box {
                font-size: 14px; } }
            @media only screen and (max-width: 768px) {
              section.new-lawyer .container ul.law-item li.lawyer-item a .lawyer-desc .pick-box {
                font-size: 12px; } }
          section.new-lawyer .container ul.law-item li.lawyer-item a .lawyer-desc p {
            color: #fff;
            font-size: 16px;
            text-align: right;
            margin: 0 !important; }
            @media only screen and (max-width: 768px) {
              section.new-lawyer .container ul.law-item li.lawyer-item a .lawyer-desc p {
                font-size: 14px; } }
            @media only screen and (max-width: 768px) {
              section.new-lawyer .container ul.law-item li.lawyer-item a .lawyer-desc p {
                font-size: 12px; } }
          section.new-lawyer .container ul.law-item li.lawyer-item a .lawyer-desc p.lawyer-name {
            position: relative;
            bottom: 0px;
            font-family: 'Noto Sans KR';
            font-size: 22px;
            font-weight: 400;
            letter-spacing: -1px;
            text-align: right;
            padding: 5px;
            z-index: 100; }
            section.new-lawyer .container ul.law-item li.lawyer-item a .lawyer-desc p.lawyer-name span.title-css {
              font-size: 16px; }
              @media only screen and (max-width: 768px) {
                section.new-lawyer .container ul.law-item li.lawyer-item a .lawyer-desc p.lawyer-name span.title-css {
                  font-size: 12px; } }
            @media only screen and (max-width: 768px) {
              section.new-lawyer .container ul.law-item li.lawyer-item a .lawyer-desc p.lawyer-name {
                font-size: 14px;
                letter-spacing: -2px; } }
      @media only screen and (max-width: 542px) {
        section.new-lawyer .container ul.law-item li.lawyer-item {
          width: 50%; } }
    section.new-lawyer .container ul.id-item li.lawyer-item {
      float: left;
      width: 25%;
      padding: 1px;
      margin-bottom: 30px; }
      section.new-lawyer .container ul.id-item li.lawyer-item a {
        width: 100%;
        display: inline-block;
        position: relative; }
        section.new-lawyer .container ul.id-item li.lawyer-item a .lawyer-desc {
          width: 100%;
          position: absolute;
          bottom: 0px;
          padding: 10px 10px;
          background: rgba(0, 0, 0, 0.7);
          text-align: right; }
          section.new-lawyer .container ul.id-item li.lawyer-item a .lawyer-desc .pick-box {
            display: inline;
            font-size: 16px;
            white-space: pre;
            padding: 2px 5px !important;
            color: #fff;
            background: #a88f7e;
            text-align: center;
            margin-bottom: 1px !important; }
            @media only screen and (max-width: 768px) {
              section.new-lawyer .container ul.id-item li.lawyer-item a .lawyer-desc .pick-box {
                font-size: 14px; } }
            @media only screen and (max-width: 768px) {
              section.new-lawyer .container ul.id-item li.lawyer-item a .lawyer-desc .pick-box {
                font-size: 12px; } }
          section.new-lawyer .container ul.id-item li.lawyer-item a .lawyer-desc p {
            color: #fff;
            font-size: 16px;
            text-align: right;
            margin: 0 !important; }
            @media only screen and (max-width: 768px) {
              section.new-lawyer .container ul.id-item li.lawyer-item a .lawyer-desc p {
                font-size: 14px; } }
            @media only screen and (max-width: 768px) {
              section.new-lawyer .container ul.id-item li.lawyer-item a .lawyer-desc p {
                font-size: 12px; } }
          section.new-lawyer .container ul.id-item li.lawyer-item a .lawyer-desc p.lawyer-name {
            position: relative;
            bottom: 0px;
            font-family: 'Noto Sans KR';
            font-size: 22px;
            font-weight: 400;
            letter-spacing: -1px;
            text-align: right;
            padding: 5px;
            z-index: 100; }
            section.new-lawyer .container ul.id-item li.lawyer-item a .lawyer-desc p.lawyer-name span.title-css {
              font-size: 16px; }
              @media only screen and (max-width: 768px) {
                section.new-lawyer .container ul.id-item li.lawyer-item a .lawyer-desc p.lawyer-name span.title-css {
                  font-size: 12px; } }
            @media only screen and (max-width: 768px) {
              section.new-lawyer .container ul.id-item li.lawyer-item a .lawyer-desc p.lawyer-name {
                font-size: 14px;
                letter-spacing: -2px; } }
      @media only screen and (max-width: 542px) {
        section.new-lawyer .container ul.id-item li.lawyer-item {
          width: 50%; } }

.ts-banner {
  text-align: center;
  padding-bottom: 100px; }
  .ts-banner h4 {
    width: 100%;
    color: #1e222a;
    text-align: center;
    font-size: 30px;
    font-family: 'Nanum Myeongjo', serif;
    line-height: 36px;
    margin-top: 30px;
    margin-bottom: 15px; }
    @media only screen and (max-width: 542px) {
      .ts-banner h4 {
        font-size: 20px;
        line-height: 26px; } }
  .ts-banner .btn-black {
    width: 100%;
    text-align: center;
    margin-top: 30px;
    padding: 5px;
    display: inline; }
    .ts-banner .btn-black a {
      font-family: 'NanumBarunGothic';
      display: inline-block;
      background: #292c30;
      color: #fff;
      font-size: 16px;
      padding: 15px 30px;
      -webkit-transition: all 0.4s;
      -moz-transition: all 0.4s;
      -ms-transition: all 0.4s;
      -o-transition: all 0.4s;
      transition: all 0.6s;
      margin-top: 15px; }
      .ts-banner .btn-black a:hover {
        background: #a88f7e;
        color: #fff; }

section.ts-sitemap .container {
  margin-top: 100px; }
  section.ts-sitemap .container table {
    width: 100%; }
    section.ts-sitemap .container table caption {
      display: none; }
    section.ts-sitemap .container table tr.bordert-bk {
      border-top: 1px solid #d2d2d2; }
    section.ts-sitemap .container table tr.borderb-bk {
      border-bottom: 1px solid #d2d2d2; }
    section.ts-sitemap .container table tr th {
      font-weight: 600;
      text-align: left;
      padding: 35px; }
      @media only screen and (max-width: 768px) {
        section.ts-sitemap .container table tr th {
          padding: 20px;
          line-height: 20px; } }
      @media only screen and (max-width: 542px) {
        section.ts-sitemap .container table tr th {
          padding: 5px; } }
    section.ts-sitemap .container table tr td {
      text-align: left;
      padding: 25px; }
      @media only screen and (max-width: 768px) {
        section.ts-sitemap .container table tr td {
          line-height: 20px; } }
      @media only screen and (max-width: 542px) {
        section.ts-sitemap .container table tr td {
          padding: 15px; } }

/* Board Componenet */
/* footer */
footer {
  width: 100%;
  background: #1e222a; }
  footer .container {
    width: 100%;
    padding: 50px;
    text-align: center; }
    footer .container p {
      font-size: 14px;
      color: #fff; }
      footer .container p .blue {
        display: inline-block;
        font-size: 12px;
        padding: 20px 0;
        color: #b8b8b8; }
        footer .container p .blue a:link {
          color: #b8b8b8; }
        footer .container p .blue a:visited {
          color: #b8b8b8; }
      @media only screen and (max-width: 542px) {
        footer .container p {
          font-size: 12px;
          line-height: 18px; } }

.bottom-tab {
  display: none;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 11111111111111111111; }
  .bottom-tab ul {
    width: 100%; }
    .bottom-tab ul li.bt-item {
      float: left;
      text-align: center; }
      .bottom-tab ul li.bt-item a {
        display: inline-block;
        width: 100%;
        height: 70px;
        padding: 10px; }
        .bottom-tab ul li.bt-item a img {
          height: 28px; }
    .bottom-tab ul li.bt-item:first-child {
      width: 29%;
      background: #000000; }
      .bottom-tab ul li.bt-item:first-child p {
        color: #fff;
        padding: 5px 0;
        font-size: 12px;
        letter-spacing: -1px; }
    .bottom-tab ul li.bt-item:nth-child(2) {
      width: 29%;
      background: #a88f7e; }
      .bottom-tab ul li.bt-item:nth-child(2) p {
        color: #fff;
        padding: 5px 0;
        font-size: 12px;
        letter-spacing: -1px; }
    .bottom-tab ul li.bt-item:nth-child(3) {
      width: 29%;
      background: #fff;
      color: #000;
      font-size: 12px; }
      .bottom-tab ul li.bt-item:nth-child(3) p {
        font-size: 12px;
        padding: 5px 0;
        letter-spacing: -1px; }
    .bottom-tab ul li.bt-item:last-child {
      width: 13%;
      background: #000;
      color: #fff; }
      .bottom-tab ul li.bt-item:last-child p {
        font-size: 12px;
        padding: 5px 0;
        color: #fff;
        letter-spacing: -1px; }
      .bottom-tab ul li.bt-item:last-child i {
        padding-top: 15px;
        font-size: 12px;
        color: #fff; }
  @media only screen and (max-width: 768px) {
    .bottom-tab {
      display: block; } }

.pop-layer {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 410px;
  height: auto;
  background-color: #fff;
  border: 5px solid #a88f7e;
  z-index: 10; }
  .pop-layer .pop-container {
    padding: 20px 25px; }
    .pop-layer .pop-container .pop-conts p {
      text-align: center;
      color: #a88f7e;
      padding: 0; }
    .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; }
      .pop-layer .pop-container .pop-conts textarea .bold {
        font-weight: bold; }
      @media only screen and (max-width: 768px) {
        .pop-layer .pop-container .pop-conts textarea {
          font-size: 12px;
          line-height: 18px; } }
    .pop-layer .pop-container .btn-r {
      width: 100%;
      margin: 10px 0 20px;
      padding-top: 10px;
      border-top: 1px solid #DDD;
      text-align: right; }

.dim-layer {
  display: none;
  position: fixed;
  _position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000000000000000000000000; }
  .dim-layer .dimBg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .5;
    filter: alpha(opacity=50); }
  .dim-layer .pop-layer {
    display: block; }
  .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; }
  .dim-layer a.btn-layerClose:hover {
    border: 1px solid #a88f7e;
    background-color: #a88f7e;
    color: #fff; }

.footer-menu {
  background: #fff;
  font-weight: 400;
  line-height: 45px;
  text-align: right;
  font-size: 14px; }
  .footer-menu .container a {
    padding: 0 15px;
    display: inline-block;
    position: relative; }
    @media only screen and (max-width: 542px) {
      .footer-menu .container a {
        padding: 0 5px; } }
    @media only screen and (max-width: 414px) {
      .footer-menu .container a {
        padding: 0 2px; } }
  @media only screen and (max-width: 768px) {
    .footer-menu {
      text-align: center;
      font-size: 12px; } }

.dim-layer2 {
  display: none;
  position: fixed;
  _position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000000000000000000000000; }
  .dim-layer2 .dimBg2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .5;
    filter: alpha(opacity=50); }
  .dim-layer2 .pop-layer {
    display: block; }
  .dim-layer2 a.btn-layerClose2 {
    display: inline-block;
    height: 25px;
    padding: 0 14px 0;
    border: 1px solid #000;
    background-color: #000;
    font-size: 13px;
    color: #fff;
    line-height: 25px; }
  .dim-layer2 a.btn-layerClose2:hover {
    border: 1px solid #a88f7e;
    background-color: #a88f7e;
    color: #fff; }

.dim-layer3 {
  display: none;
  position: fixed;
  _position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000000000000000000000000; }
  .dim-layer3 .dimBg3 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .5;
    filter: alpha(opacity=50); }
  .dim-layer3 .pop-layer {
    display: block; }
  .dim-layer3 a.btn-layerClose3 {
    display: inline-block;
    height: 25px;
    padding: 0 14px 0;
    border: 1px solid #000;
    background-color: #000;
    font-size: 13px;
    color: #fff;
    line-height: 25px; }
  .dim-layer3 a.btn-layerClose3:hover {
    border: 1px solid #a88f7e;
    background-color: #a88f7e;
    color: #fff; }

.dim-layer4 {
  display: none;
  position: fixed;
  _position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000000000000000000000000; }
  .dim-layer4 .dimBg4 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .5;
    filter: alpha(opacity=50); }
  .dim-layer4 .pop-layer {
    display: block; }
  .dim-layer4 a.btn-layerClose4 {
    display: inline-block;
    height: 25px;
    padding: 0 14px 0;
    border: 1px solid #000;
    background-color: #000;
    font-size: 13px;
    color: #fff;
    line-height: 25px; }
  .dim-layer4 a.btn-layerClose4:hover {
    border: 1px solid #a88f7e;
    background-color: #a88f7e;
    color: #fff; }

.dim-layer5 {
  display: none;
  position: fixed;
  _position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000000000000000000000000; }
  .dim-layer5 .dimBg5 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .5;
    filter: alpha(opacity=50); }
  .dim-layer5 .pop-layer {
    display: block; }
  .dim-layer5 a.btn-layerClose5 {
    display: inline-block;
    height: 25px;
    padding: 0 14px 0;
    border: 1px solid #000;
    background-color: #000;
    font-size: 13px;
    color: #fff;
    line-height: 25px; }
  .dim-layer5 a.btn-layerClose5:hover {
    border: 1px solid #a88f7e;
    background-color: #a88f7e;
    color: #fff; }

.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 {
  color: #fff; }

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

.btn-tool {
  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;
  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); }

/*! 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.
 */
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; }

/* 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; }
@font-face {
  font-family: 'NanumBarunGothic';
  font-style: normal;
  font-weight: 400;
  src: url("//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWeb.eot");
  src: url("//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWeb.eot?#iefix") format("embedded-opentype"), url("//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWeb.woff") format("woff"), url("//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWeb.ttf") format("truetype"); }
body {
  font-family: 'Malgun Gothic','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;
  background: #f2f2f2; }

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

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

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

p {
  font-family: 'NanumBarunGothic';
  font-size: 14px;
  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; }

a[href^="tel"] {
  color: inherit;
  text-decoration: none; }

/* 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; }

.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; }
.slick-arrow-angle .slick-prev {
  display: none !important;
  background: url("../../assets/img/angle-left.png") 50% no-repeat;
  left: 50px; }
.slick-arrow-angle .slick-next {
  position: relative;
  width: 93px;
  height: 14px;
  left: 50%;
  margin-left: 450px;
  bottom: 100px;
  background: url("../../assets/img/next.png") no-repeat top right;
  border: 0; }
  @media only screen and (max-width: 1200px) {
    .slick-arrow-angle .slick-next {
      width: 100%;
      left: 0px;
      margin-left: -20px;
      right: 0px; } }
  @media only screen and (max-width: 542px) {
    .slick-arrow-angle .slick-next {
      bottom: 40px;
      padding-right: 10px;
      text-align: center; } }

.slick-arrow-angle2 .slick-arrow {
  font-size: 0;
  position: absolute;
  top: 50%;
  z-index: 100;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  border: 0;
  background: transparent; }
  @media only screen and (max-width: 768px) {
    .slick-arrow-angle2 .slick-arrow {
      width: 30px;
      height: 30px;
      margin-top: -15px; } }
.slick-arrow-angle2 .slick-prev {
  background: url("../../assets/img/nslide-left.jpg") 50% no-repeat;
  left: 20px; }
  @media only screen and (max-width: 768px) {
    .slick-arrow-angle2 .slick-prev {
      -webkit-background-size: 100%;
      background-size: 100%; } }
.slick-arrow-angle2 .slick-next {
  background: url("../../assets/img/nslide-right.jpg") 50% no-repeat;
  right: 20px; }
  @media only screen and (max-width: 768px) {
    .slick-arrow-angle2 .slick-next {
      -webkit-background-size: 100%;
      background-size: 100%; } }

.slick-arrow-angle3 .slick-arrow {
  font-size: 0;
  position: absolute;
  top: 50%;
  z-index: 100;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  border: 0;
  background: transparent; }
  @media only screen and (max-width: 1024px) {
    .slick-arrow-angle3 .slick-arrow {
      width: 30px;
      height: 30px;
      margin-top: -15px; } }
  @media only screen and (max-width: 542px) {
    .slick-arrow-angle3 .slick-arrow {
      width: 20px;
      height: 20px;
      margin-top: -10px; } }
.slick-arrow-angle3 .slick-prev {
  background: url("../../assets/img/lawyer-left.png") 50% no-repeat;
  left: -60px; }
  @media only screen and (max-width: 1200px) {
    .slick-arrow-angle3 .slick-prev {
      background: url("../../assets/img/lawyer-left_white.png") 50% no-repeat;
      left: 15px;
      -webkit-background-size: 100%;
      background-size: 100%; } }
.slick-arrow-angle3 .slick-next {
  background: url("../../assets/img/lawyer-right.png") 50% no-repeat;
  right: -60px; }
  @media only screen and (max-width: 1200px) {
    .slick-arrow-angle3 .slick-next {
      background: url("../../assets/img/lawyer-right_white.png") 50% no-repeat;
      right: 15px;
      -webkit-background-size: 100%;
      background-size: 100%; } }

.slick-arrow-angle4 .slick-arrow {
  font-size: 0;
  position: absolute;
  top: 50%;
  z-index: 100;
  width: 10px;
  height: 20px;
  margin-top: -10px;
  border: 0;
  background: transparent; }
  @media only screen and (max-width: 768px) {
    .slick-arrow-angle4 .slick-arrow {
      width: 10px;
      height: 20px;
      margin-top: -10px; } }
.slick-arrow-angle4 .slick-prev {
  background: url("../../assets/img/sa-left.png") 50% no-repeat;
  left: 15px; }
  @media only screen and (max-width: 768px) {
    .slick-arrow-angle4 .slick-prev {
      -webkit-background-size: 100%;
      background-size: 100%; } }
.slick-arrow-angle4 .slick-next {
  background: url("../../assets/img/sa-right.png") 50% no-repeat;
  right: 15px; }
  @media only screen and (max-width: 768px) {
    .slick-arrow-angle4 .slick-next {
      -webkit-background-size: 100%;
      background-size: 100%; } }

/* 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%;
  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 {
  width: 100%;
  position: fixed;
  z-index: 1000;
  top: 0px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s; }
  header .sidenav {
    width: 250px;
    height: 100vh;
    position: fixed;
    z-index: 100000;
    top: 0;
    right: -250px;
    background-color: #1e222a;
    overflow-x: hidden;
    transition: 0.4s; }
    header .sidenav .leftmenu {
      width: 100%;
      margin-top: 50px; }
      header .sidenav .leftmenu a.menu-title {
        display: inline-block;
        width: 100%;
        padding: 15px;
        font-size: 14px;
        color: #fff;
        font-family: 'NanumBarunGothic';
        border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
      header .sidenav .leftmenu a.top {
        border-top: 1px solid rgba(255, 255, 255, 0.2); }
      header .sidenav .leftmenu .sub-menu {
        display: none;
        background: #f2f2f2; }
        header .sidenav .leftmenu .sub-menu a {
          display: inline-block;
          width: 100%;
          font-size: 14px;
          letter-spacing: -1px;
          font-family: 'NanumBarunGothic';
          padding: 10px 15px;
          border-bottom: 1px solid #e4e4e4; }
    header .sidenav .closebtn {
      position: absolute;
      top: 0px;
      right: 0px;
      padding: 10px;
      width: 40px;
      height: 40px; }
  header .container {
    width: 100%;
    height: 80px;
    position: relative; }
    header .container .logo {
      position: absolute;
      margin-top: 18px; }
      header .container .logo a {
        display: inline-block;
        width: 161px;
        height: 47px;
        background: url("../../assets/img/logo.png") no-repeat; }
    header .container .tel {
      position: absolute;
      right: 0px;
      top: 0px;
      line-height: 79px; }
      header .container .tel ul li {
        float: left; }
        header .container .tel ul li a {
          font-family: 'GmarketSansBold';
          color: #fff;
          margin-left: 10px;
          padding: 12px 20px 10px 20px;
          background: #a88f7e;
          -webkit-border-radius: 50px;
          -moz-border-radius: 50px;
          border-radius: 50px;
          letter-spacing: 0px; }
      header .container .tel ul li:last-child a {
        background: #fff;
        color: #a88f7e; }
      @media only screen and (max-width: 1024px) {
        header .container .tel {
          padding-right: 20px; } }
    @media only screen and (max-width: 768px) {
      header .container {
        padding: 0px;
        height: 130px; } }
  header .container1 {
    width: 1200px;
    height: 80px;
    position: relative;
    margin: 0 auto; }
    header .container1 nav {
      position: absolute;
      width: 100%;
      z-index: 200;
      margin-top: 30px;
      text-align: right; }
      header .container1 nav ul {
        display: inline-block; }
        header .container1 nav ul li.nav-item {
          float: left;
          padding: 0 25px;
          text-align: left; }
          header .container1 nav ul li.nav-item a {
            color: #fff;
            font-family: 'Noto Sans KR';
            font-size: 16px;
            font-weight: 600;
            letter-spacing: -1px; }
          header .container1 nav ul li.nav-item .dropdown-content {
            position: absolute;
            z-index: 1000000000000000000000;
            margin-left: -10px;
            top: 40px;
            opacity: 0;
            width: 100%;
            max-width: 180px;
            background: rgba(0, 0, 0, 0.7);
            margin-top: 0px;
            -webkit-transition: all 0.4s;
            -moz-transition: all 0.4s;
            -ms-transition: all 0.4s;
            -o-transition: all 0.4s;
            transition: all 0.4s; }
            header .container1 nav ul li.nav-item .dropdown-content a {
              display: inline-block;
              width: 100%;
              color: #fff;
              font-family: 'NanumBarunGothic';
              font-size: 14px;
              padding: 12px 10px;
              font-weight: 300;
              -webkit-transition: all 0.4s;
              -moz-transition: all 0.4s;
              -ms-transition: all 0.4s;
              -o-transition: all 0.4s;
              transition: all 0.4s; }
              header .container1 nav ul li.nav-item .dropdown-content a:hover {
                background: #fff;
                color: #000; }
            @media only screen and (max-width: 1600px) {
              header .container1 nav ul li.nav-item .dropdown-content {
                top: 47px; } }
          header .container1 nav ul li.nav-item:hover a.dropbtn {
            opacity: 1; }
          header .container1 nav ul li.nav-item:hover .dropdown-content {
            opacity: 1;
            margin-top: 0px; }
          header .container1 nav ul li.nav-item a.dropbtn {
            opacity: 1;
            display: inline-block;
            font-size: 16px;
            line-height: 125px;
            padding: 0 20px;
            text-align: center; }
            @media only screen and (max-width: 1600px) {
              header .container1 nav ul li.nav-item a.dropbtn {
                line-height: 40px;
                padding: 5px 20px 0px 20px; } }
            @media only screen and (max-width: 768px) {
              header .container1 nav ul li.nav-item a.dropbtn {
                font-size: 14px; } }
            @media only screen and (max-width: 542px) {
              header .container1 nav ul li.nav-item a.dropbtn {
                font-size: 14px;
                padding: 0 8px;
                line-height: 30px;
                position: relative;
                top: 2px; } }
          @media only screen and (max-width: 768px) {
            header .container1 nav ul li.nav-item {
              padding: 0 15px; } }
      @media only screen and (max-width: 1600px) {
        header .container1 nav {
          text-align: center; } }
      @media only screen and (max-width: 768px) {
        header .container1 nav {
          margin-left: -20px !important; } }
      @media only screen and (max-width: 768px) {
        header .container1 nav {
          display: none; } }
    @media only screen and (max-width: 768px) {
      header .container1 {
        padding: 0px;
        height: 130px; } }
  header .header-mb {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
    header .header-mb .tel-mb {
      top: 0px; }
      header .header-mb .tel-mb ul li {
        float: left;
        width: 50%; }
        header .header-mb .tel-mb ul li a {
          display: inline-block;
          text-align: center;
          width: 100%;
          padding: 15px 0;
          font-family: 'GmarketSansBold';
          color: #fff;
          background: #a88f7e;
          letter-spacing: 0px; }
          @media only screen and (max-width: 542px) {
            header .header-mb .tel-mb ul li a {
              font-size: 14px; } }
      header .header-mb .tel-mb ul li:first-child {
        border-right: 1px solid #fff; }
      header .header-mb .tel-mb ul li:last-child a {
        background: #fff;
        color: #a88f7e; }
    header .header-mb .logo-mb {
      text-align: left;
      width: 100%;
      padding-top: 15px;
      padding-bottom: 10px;
      margin-left: 15px; }
      header .header-mb .logo-mb a {
        display: inline-block;
        width: 140px;
        height: 41px;
        background: url("../../assets/img/logo.png") no-repeat top center;
        -webkit-background-size: 100%;
        background-size: 100%; }
        @media only screen and (max-width: 542px) {
          header .header-mb .logo-mb a {
            width: 120px;
            height: 35px; } }
    header .header-mb .menu {
      position: absolute;
      right: 10px;
      margin-top: -45px; }
      header .header-mb .menu a {
        display: inline-block;
        width: 25px;
        height: 20px;
        background: url("../../assets/img/menu.png") no-repeat top center;
        -webkit-background-size: 100%;
        background-size: 100%; }
      @media only screen and (max-width: 542px) {
        header .header-mb .menu {
          margin-top: -40px; } }
  header .header-line {
    position: absolute;
    width: 100%;
    height: 1px;
    z-index: 200;
    background-color: rgba(255, 255, 255, 0.2); }
    @media only screen and (max-width: 768px) {
      header .header-line {
        display: none; } }

.active {
  background: #fff;
  border: 1px solid #f2f2f2; }
  .active .container {
    height: 80px; }
    .active .container .logo a {
      background: url("../../assets/img/logo_on.png") no-repeat !important; }
    .active .container .tel ul li:last-child a {
      background: #f2f2f2; }
    @media only screen and (max-width: 768px) {
      .active .container {
        height: auto; } }
  .active .container1 {
    height: 55px; }
    .active .container1 nav {
      margin-top: 20px; }
      .active .container1 nav ul li.nav-item a {
        color: #000; }
      .active .container1 nav ul li.nav-item .dropdown-content a {
        color: #fff; }
    @media only screen and (max-width: 768px) {
      .active .container1 {
        height: auto; } }
  .active .header-mb {
    position: relative; }
    .active .header-mb .logo-mb {
      padding-top: 10px;
      padding-bottom: 4px; }
      .active .header-mb .logo-mb a {
        width: 120px;
        height: 35px;
        background: url("../../assets/img/logo_on.png") no-repeat top center;
        -webkit-background-size: 100%;
        background-size: 100%; }
    .active .header-mb .tel-mb ul li:last-child a {
      background: #f2f2f2; }
    .active .header-mb .menu {
      margin-top: -34px; }
      .active .header-mb .menu a {
        display: inline-block;
        width: 25px;
        height: 20px;
        background: url("../../assets/img/menu_navy.png") no-repeat top center;
        -webkit-background-size: 100%;
        background-size: 100%; }
  .active .header-line {
    position: absolute;
    width: 100%;
    height: 1px;
    z-index: 200;
    background-color: #f2f2f2; }

/*main*/
#new_popup {
  position: absolute;
  top: 116px;
  left: 50%;
  margin-left: -600px;
  z-index: 99999; }
  #new_popup div {
    float: left; }
  #new_popup .container #popup1 {
    width: 400px; }
    #new_popup .container #popup1 .popup_bar a {
      display: block;
      width: 400px;
      height: 30px;
      color: #fff;
      line-height: 30px;
      font-size: 12px;
      text-align: center;
      background: #000; }
      @media only screen and (max-width: 1200px) {
        #new_popup .container #popup1 .popup_bar a img {
          width: 100%; } }
      @media only screen and (max-width: 542px) {
        #new_popup .container #popup1 .popup_bar a {
          width: 300px; } }
    #new_popup .container #popup1 .popup_bar i {
      position: relative;
      top: 1px; }
    @media only screen and (max-width: 1200px) {
      #new_popup .container #popup1 {
        width: 400px;
        position: absolute;
        left: 50%;
        margin-left: -200px;
        z-index: 3; } }
    @media only screen and (max-width: 768px) {
      #new_popup .container #popup1 {
        width: 400px;
        position: absolute;
        left: 50%;
        top: 50px;
        margin-left: -200px;
        z-index: 3; }
        #new_popup .container #popup1 img {
          width: 100%; } }
    @media only screen and (max-width: 542px) {
      #new_popup .container #popup1 {
        width: 300px;
        position: absolute;
        left: 50%;
        margin-left: -150px;
        z-index: 3; }
        #new_popup .container #popup1 .pc_popup {
          width: 100%; }
          #new_popup .container #popup1 .pc_popup a img {
            width: 100%; } }
  #new_popup .container #popup2 {
    width: 400px; }
    #new_popup .container #popup2 .popup_bar a {
      display: block;
      width: 400px;
      height: 30px;
      color: #fff;
      line-height: 30px;
      font-size: 12px;
      text-align: center;
      background: #000; }
      @media only screen and (max-width: 1200px) {
        #new_popup .container #popup2 .popup_bar a img {
          width: 100%; } }
      @media only screen and (max-width: 542px) {
        #new_popup .container #popup2 .popup_bar a {
          width: 300px; } }
    #new_popup .container #popup2 .popup_bar i {
      position: relative;
      top: 1px; }
    @media only screen and (max-width: 1200px) {
      #new_popup .container #popup2 {
        width: 400px;
        position: absolute;
        left: 50%;
        margin-left: -200px;
        z-index: 3; } }
    @media only screen and (max-width: 768px) {
      #new_popup .container #popup2 {
        width: 400px;
        position: absolute;
        left: 50%;
        top: 50px;
        margin-left: -200px;
        z-index: 3; }
        #new_popup .container #popup2 img {
          width: 100%; } }
    @media only screen and (max-width: 542px) {
      #new_popup .container #popup2 {
        width: 300px;
        position: absolute;
        left: 50%;
        margin-left: -150px;
        z-index: 3; }
        #new_popup .container #popup2 .pc_popup {
          width: 100%; }
          #new_popup .container #popup2 .pc_popup a img {
            width: 100%; } }
  #new_popup .container #popup3 {
    width: 400px; }
    #new_popup .container #popup3 .popup_bar a {
      display: block;
      width: 400px;
      height: 30px;
      color: #fff;
      line-height: 30px;
      font-size: 12px;
      text-align: center;
      background: #000; }
      @media only screen and (max-width: 1200px) {
        #new_popup .container #popup3 .popup_bar a img {
          width: 100%; } }
      @media only screen and (max-width: 542px) {
        #new_popup .container #popup3 .popup_bar a {
          width: 300px; } }
    #new_popup .container #popup3 .popup_bar i {
      position: relative;
      top: 1px; }
    @media only screen and (max-width: 1200px) {
      #new_popup .container #popup3 {
        width: 400px;
        position: absolute;
        left: 50%;
        margin-left: -200px;
        z-index: 3; } }
    @media only screen and (max-width: 768px) {
      #new_popup .container #popup3 {
        width: 400px;
        position: absolute;
        left: 50%;
        top: 50px;
        margin-left: -200px;
        z-index: 3; }
        #new_popup .container #popup3 img {
          width: 100%; } }
    @media only screen and (max-width: 542px) {
      #new_popup .container #popup3 {
        width: 300px;
        position: absolute;
        left: 50%;
        margin-left: -150px;
        z-index: 3; }
        #new_popup .container #popup3 .pc_popup {
          width: 100%; }
          #new_popup .container #popup3 .pc_popup a img {
            width: 100%; } }
  @media only screen and (max-width: 1200px) {
    #new_popup .container {
      width: 100%;
      margin: 0 auto;
      position: relative; } }
  @media only screen and (max-width: 1200px) {
    #new_popup {
      position: relative;
      left: 0%;
      margin-left: 0px; } }

.main-section {
  width: 100%;
  padding: 100px 0; }
  .main-section h6 {
    width: 100%;
    padding-bottom: 10px;
    text-align: center;
    font-size: 16px;
    color: #a88f7e;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    text-indent: 10px; }
    @media only screen and (max-width: 768px) {
      .main-section h6 {
        font-size: 14px; } }
  .main-section h4 {
    width: 100%;
    text-align: center;
    font-size: 35px;
    color: #1e222a;
    font-family: 'Nanum Myeongjo', serif;
    font-weight: 500;
    letter-spacing: -2px; }
    @media only screen and (max-width: 768px) {
      .main-section h4 {
        font-size: 20px; } }
  .main-section h2 {
    position: relative;
    width: 100%;
    color: #4a4d51;
    text-align: center;
    font-size: 45px;
    font-family: 'Nanum Myeongjo', serif;
    font-weight: 600;
    z-index: 1; }
    @media only screen and (max-width: 1024px) {
      .main-section h2 {
        font-size: 40px; } }
    @media only screen and (max-width: 768px) {
      .main-section h2 {
        font-size: 34px; } }
    @media only screen and (max-width: 414px) {
      .main-section h2 {
        font-size: 28px; } }
  .main-section .back-p {
    width: 100%;
    position: absolute;
    text-align: center;
    font-family: 'Nanum Myeongjo', serif;
    font-size: 100px;
    color: #f4f8fb;
    font-weight: 600;
    margin-top: -50px;
    z-index: 0; }
    @media only screen and (max-width: 542px) {
      .main-section .back-p {
        font-size: 60px;
        margin-top: -30px; } }
  .main-section p {
    width: 100%;
    font-size: 16px;
    color: #fff;
    text-align: center;
    font-family: 'NanumBarunGothic';
    line-height: 20px;
    margin-top: 10px; }
  @media only screen and (max-width: 768px) {
    .main-section {
      padding: 80px 0; } }
  @media only screen and (max-width: 542px) {
    .main-section {
      padding: 60px 0; } }

.pick-color {
  color: #a88f7e; }

.pick-color-wh {
  color: #292c30; }

.pc {
  display: block; }
  @media only screen and (max-width: 768px) {
    .pc {
      display: none !important; } }

.mb {
  display: none; }
  @media only screen and (max-width: 768px) {
    .mb {
      display: block; } }

.dpi {
  display: inline; }

section.quick-menu {
  width: 115px;
  position: fixed;
  z-index: 10000000;
  top: 200px;
  right: 0; }
  section.quick-menu ul li.quick-menu {
    width: 100%; }
    section.quick-menu ul li.quick-menu a.kakaoBtn {
      background: #fae100; }
  @media only screen and (max-width: 1200px) {
    section.quick-menu {
      top: inherit;
      bottom: 0px !important; } }
  @media only screen and (max-width: 768px) {
    section.quick-menu {
      display: none; } }

section.coun-box .container {
  position: relative;
  width: 100%;
  z-index: 100;
  top: 200px; }
  section.coun-box .container .input-box {
    position: absolute;
    width: 370px;
    right: 0px; }
    section.coun-box .container .input-box .coun-input {
      width: 100%;
      background: #fafaf9;
      border-radius: 15px; }
      section.coun-box .container .input-box .coun-input ul li.coun-item {
        width: 100%;
        padding: 5px 30px;
        font-family: 'Nanum Myeongjo', serif;
        text-align: center;
        color: #000; }
        section.coun-box .container .input-box .coun-input ul li.coun-item input {
          width: 100%;
          height: 30px;
          border: 1px solid #e4e4e4;
          margin: 0;
          padding: 0;
          font-family: 'NanumBarunGothic';
          font-size: 16px; }
        section.coun-box .container .input-box .coun-input ul li.coun-item textarea {
          width: 100% !important;
          height: 50px;
          border: 1px solid #e4e4e4;
          margin: 0;
          padding: 10px;
          font-family: 'NanumBarunGothic';
          font-size: 16px; }
        section.coun-box .container .input-box .coun-input ul li.coun-item button.btn-black {
          width: auto;
          display: inline;
          border: 0px;
          margin-top: 20px;
          font-family: 'NanumBarunGothic';
          background: #292c30;
          color: #fff;
          font-size: 16px;
          padding: 15px 30px;
          -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.coun-box .container .input-box .coun-input ul li.coun-item button.btn-black:hover {
            background: #a88f7e;
            color: #fff; }
          @media only screen and (max-width: 542px) {
            section.coun-box .container .input-box .coun-input ul li.coun-item button.btn-black {
              margin-top: 0px; } }
      section.coun-box .container .input-box .coun-input ul li.coun-top {
        width: 100%;
        background: #a88f7e;
        color: #fff;
        text-align: center;
        border-radius: 14px 14px 0 0;
        font-size: 25px; }
        @media only screen and (max-width: 542px) {
          section.coun-box .container .input-box .coun-input ul li.coun-top {
            font-size: 18px; } }
      section.coun-box .container .input-box .coun-input ul li.coun-st {
        font-family: 'NanumBarunGothic';
        font-size: 16px;
        text-align: left; }
        section.coun-box .container .input-box .coun-input ul li.coun-st .agree-box {
          font-size: 14px;
          float: right; }
          section.coun-box .container .input-box .coun-input ul li.coun-st .agree-box input {
            width: 15px;
            height: 15px;
            position: relative;
            top: 4px; }
          @media only screen and (max-width: 542px) {
            section.coun-box .container .input-box .coun-input ul li.coun-st .agree-box {
              margin-top: -5px; } }
        @media only screen and (max-width: 542px) {
          section.coun-box .container .input-box .coun-input ul li.coun-st {
            font-size: 14px; } }
      section.coun-box .container .input-box .coun-input ul li:first-child {
        padding: 15px 0; }
      section.coun-box .container .input-box .coun-input ul li:nth-child(2) {
        margin-top: 20px; }
        @media only screen and (max-width: 542px) {
          section.coun-box .container .input-box .coun-input ul li:nth-child(2) {
            margin-top: 10px; } }
      section.coun-box .container .input-box .coun-input ul li:nth-child(4) {
        margin-top: 10px; }
        @media only screen and (max-width: 542px) {
          section.coun-box .container .input-box .coun-input ul li:nth-child(4) {
            margin-top: 5px; } }
      section.coun-box .container .input-box .coun-input ul li:nth-child(6) {
        margin-top: 10px; }
        @media only screen and (max-width: 542px) {
          section.coun-box .container .input-box .coun-input ul li:nth-child(6) {
            margin-top: 5px; } }
      section.coun-box .container .input-box .coun-input ul li:last-child {
        margin-bottom: 20px; }
        @media only screen and (max-width: 542px) {
          section.coun-box .container .input-box .coun-input ul li:last-child {
            margin-top: 10px; } }
      @media only screen and (max-width: 768px) {
        section.coun-box .container .input-box .coun-input {
          background: #fff; } }
    @media only screen and (max-width: 1024px) {
      section.coun-box .container .input-box {
        width: 400px;
        padding-right: 20px; } }
    @media only screen and (max-width: 768px) {
      section.coun-box .container .input-box {
        width: 100%;
        padding-right: 0px; } }
  @media only screen and (max-width: 768px) {
    section.coun-box .container {
      width: 400px;
      margin: 0 auto;
      top: 500px; } }
  @media only screen and (max-width: 542px) {
    section.coun-box .container {
      width: 300px; } }
  @media only screen and (max-width: 542px) {
    section.coun-box .container {
      top: 400px; } }

section.slider {
  width: 100%;
  position: absolute;
  top: 0px; }
  section.slider .back1 {
    min-height: 750px;
    background: url("../../assets/img/slide1.jpg") no-repeat top center; }
  section.slider .back2 {
    min-height: 750px;
    background: url("../../assets/img/slide1.jpg") no-repeat top center; }
  section.slider .back3 {
    min-height: 750px;
    background: url("../../assets/img/slide1.jpg") no-repeat top center; }
  section.slider .slide {
    width: 100%;
    position: relative;
    min-height: 750px; }
    section.slider .slide .container {
      width: 100%; }
      section.slider .slide .container .slide-title {
        position: absolute;
        top: 0;
        margin-top: 260px;
        border-left: 1px solid rgba(255, 255, 255, 0.1);
        padding: 30px 50px; }
        section.slider .slide .container .slide-title h2 {
          font-size: 50px;
          color: #fff;
          font-family: 'Nanum Myeongjo', serif; }
          @media only screen and (max-width: 768px) {
            section.slider .slide .container .slide-title h2 {
              font-size: 40px;
              text-align: center; } }
          @media only screen and (max-width: 542px) {
            section.slider .slide .container .slide-title h2 {
              font-size: 30px; } }
        section.slider .slide .container .slide-title p {
          font-size: 16px;
          color: #a88f7e;
          font-family: 'NanumBarunGothic';
          line-height: 24px;
          margin-top: 10px; }
          @media only screen and (max-width: 768px) {
            section.slider .slide .container .slide-title p {
              text-align: center; } }
          @media only screen and (max-width: 542px) {
            section.slider .slide .container .slide-title p {
              font-size: 14px;
              line-height: 18px; } }
        section.slider .slide .container .slide-title .btn-brown {
          margin-top: 20px; }
          section.slider .slide .container .slide-title .btn-brown a {
            display: inline-block;
            border: 1px solid #a88f7e;
            color: #fff;
            font-size: 16px;
            padding: 10px 20px;
            -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.slider .slide .container .slide-title .btn-brown a:hover {
              background: #a88f7e;
              color: #fff; }
        @media only screen and (max-width: 768px) {
          section.slider .slide .container .slide-title {
            width: 100%;
            text-align: center;
            border-left: 0px;
            padding: 0px;
            margin-top: 200px; } }
        @media only screen and (max-width: 542px) {
          section.slider .slide .container .slide-title {
            margin-top: 150px; } }
      section.slider .slide .container .slide-title2 {
        position: absolute;
        width: 1200px;
        margin: 0 auto;
        margin-top: 150px;
        padding: 30px 50px; }
        section.slider .slide .container .slide-title2 h2 {
          font-size: 50px;
          color: #fff;
          font-family: 'Nanum Myeongjo', serif;
          overflow: hidden;
          text-overflow: ellipsis;
          word-wrap: normal;
          display: -ms-flexbox;
          display: -moz-box;
          display: -webkit-box;
          display: box;
          line-height: 1.2em;
          height: 2.4em;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical; }
          @media only screen and (max-width: 768px) {
            section.slider .slide .container .slide-title2 h2 {
              font-size: 40px; } }
          @media only screen and (max-width: 542px) {
            section.slider .slide .container .slide-title2 h2 {
              font-size: 30px; } }
        section.slider .slide .container .slide-title2 p {
          font-size: 16px;
          color: #a88f7e;
          font-family: 'NanumBarunGothic';
          line-height: 24px;
          margin-top: 10px;
          overflow: hidden;
          text-overflow: ellipsis;
          word-wrap: normal;
          display: -ms-flexbox;
          display: -moz-box;
          display: -webkit-box;
          display: box;
          line-height: 1.2em;
          height: 2.4em;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical; }
          @media only screen and (max-width: 542px) {
            section.slider .slide .container .slide-title2 p {
              font-size: 14px;
              line-height: 18px; } }
        section.slider .slide .container .slide-title2 .btn-brown {
          margin-top: 20px; }
          section.slider .slide .container .slide-title2 .btn-brown a {
            display: inline-block;
            border: 1px solid #a88f7e;
            color: #fff;
            font-size: 16px;
            padding: 10px 20px;
            -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.slider .slide .container .slide-title2 .btn-brown a:hover {
              background: #a88f7e;
              color: #fff; }
        section.slider .slide .container .slide-title2 .wh-text {
          color: #292c30; }
        section.slider .slide .container .slide-title2 .wh-btn a {
          border: 1px solid #292c30;
          color: #000;
          -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.slider .slide .container .slide-title2 .wh-btn a .pick-color {
            color: #000;
            -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.slider .slide .container .slide-title2 .wh-btn a:hover {
            background: #292c30;
            color: #fff; }
            section.slider .slide .container .slide-title2 .wh-btn a:hover .pick-color {
              color: #fff; }
        @media only screen and (max-width: 1024px) {
          section.slider .slide .container .slide-title2 {
            width: 100%; } }
        @media only screen and (max-width: 768px) {
          section.slider .slide .container .slide-title2 {
            padding: 20px; } }
        @media only screen and (max-width: 542px) {
          section.slider .slide .container .slide-title2 {
            margin-top: 100px; } }
      section.slider .slide .container .left {
        text-align: left; }
      section.slider .slide .container .center {
        text-align: center; }
      section.slider .slide .container .right {
        text-align: right; }
      section.slider .slide .container .top {
        top: 0px; }
      section.slider .slide .container .middle {
        top: 50%;
        margin-top: -120px; }
        @media only screen and (max-width: 542px) {
          section.slider .slide .container .middle {
            margin-top: -60px; } }
      section.slider .slide .container .bottom {
        bottom: 100px; }
        @media only screen and (max-width: 542px) {
          section.slider .slide .container .bottom {
            bottom: 30px; } }
      @media only screen and (max-width: 768px) {
        section.slider .slide .container {
          padding: 0 !important; } }
    @media only screen and (max-width: 542px) {
      section.slider .slide {
        min-height: 600px; } }
  section.slider .slide-bk {
    width: 100%;
    position: relative;
    min-height: 750px; }
    section.slider .slide-bk .container {
      width: 100%; }
      section.slider .slide-bk .container .slide-title {
        position: absolute;
        top: 0;
        margin-top: 260px;
        border-left: 1px solid #292c30;
        padding: 30px 50px; }
        section.slider .slide-bk .container .slide-title h2 {
          font-size: 50px;
          color: #000;
          font-family: 'Nanum Myeongjo', serif; }
          @media only screen and (max-width: 768px) {
            section.slider .slide-bk .container .slide-title h2 {
              font-size: 40px;
              text-align: center; } }
          @media only screen and (max-width: 542px) {
            section.slider .slide-bk .container .slide-title h2 {
              font-size: 30px; } }
        section.slider .slide-bk .container .slide-title p {
          font-size: 16px;
          color: #292c30;
          font-family: 'NanumBarunGothic';
          line-height: 24px;
          margin-top: 10px; }
          @media only screen and (max-width: 768px) {
            section.slider .slide-bk .container .slide-title p {
              text-align: center; } }
          @media only screen and (max-width: 542px) {
            section.slider .slide-bk .container .slide-title p {
              font-size: 14px;
              line-height: 18px; } }
        section.slider .slide-bk .container .slide-title .btn-brown {
          margin-top: 20px; }
          section.slider .slide-bk .container .slide-title .btn-brown a {
            display: inline-block;
            border: 1px solid #292c30;
            color: #000;
            font-size: 16px;
            padding: 10px 20px;
            -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.slider .slide-bk .container .slide-title .btn-brown a:hover {
              background: #292c30;
              color: #fff; }
        @media only screen and (max-width: 768px) {
          section.slider .slide-bk .container .slide-title {
            width: 100%;
            text-align: center;
            border-left: 0px;
            padding: 0px;
            margin-top: 200px; } }
        @media only screen and (max-width: 542px) {
          section.slider .slide-bk .container .slide-title {
            margin-top: 150px; } }
      @media only screen and (max-width: 768px) {
        section.slider .slide-bk .container {
          padding: 0 !important; } }
    @media only screen and (max-width: 542px) {
      section.slider .slide-bk {
        min-height: 600px; } }

section.success-story {
  margin-top: 750px;
  width: 100%; }
  section.success-story .container {
    width: 100%;
    text-align: center;
    margin-top: 100px; }
    section.success-story .container ul {
      display: inline-block; }
      section.success-story .container ul li.suc-item {
        position: relative;
        float: left;
        width: 25%;
        padding: 0 15px; }
        section.success-story .container ul li.suc-item .big-circle {
          z-index: 0;
          width: 240px;
          height: 240px;
          border-radius: 50%;
          background: #292c30;
          padding: 20px; }
          section.success-story .container ul li.suc-item .big-circle .part {
            width: 100%;
            margin-top: 30px;
            font-size: 14px;
            color: #fff;
            text-align: center;
            font-family: 'NanumBarunGothic'; }
            @media only screen and (max-width: 542px) {
              section.success-story .container ul li.suc-item .big-circle .part {
                font-size: 12px;
                margin-top: 0px; } }
          section.success-story .container ul li.suc-item .big-circle .title {
            width: 100%;
            margin-top: 15px;
            font-size: 28px;
            line-height: 30px;
            color: #a88f7e;
            text-align: center;
            font-family: 'Nanum Myeongjo', serif;
            overflow: hidden;
            text-overflow: ellipsis;
            word-wrap: normal;
            display: -ms-flexbox;
            display: -moz-box;
            display: -webkit-box;
            display: box;
            line-height: 1.2em;
            height: 2.4em;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical; }
            @media only screen and (max-width: 542px) {
              section.success-story .container ul li.suc-item .big-circle .title {
                font-size: 20px;
                line-height: 24px;
                margin-top: 10px; } }
          section.success-story .container ul li.suc-item .big-circle .desc {
            width: 100%;
            font-size: 14px;
            color: #eff5ff;
            text-align: center;
            font-family: 'NanumBarunGothic';
            line-height: 20px;
            margin-top: 10px;
            padding: 0 10px;
            overflow: hidden;
            text-overflow: ellipsis;
            word-wrap: normal;
            display: -ms-flexbox;
            display: -moz-box;
            display: -webkit-box;
            display: box;
            line-height: 1.2em;
            height: 2.4em;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical; }
            @media only screen and (max-width: 542px) {
              section.success-story .container ul li.suc-item .big-circle .desc {
                font-size: 14px;
                line-height: 18px;
                padding: 0px;
                margin-top: 5px;
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical; } }
          @media only screen and (max-width: 1024px) {
            section.success-story .container ul li.suc-item .big-circle {
              margin: 0 auto; } }
          @media only screen and (max-width: 542px) {
            section.success-story .container ul li.suc-item .big-circle {
              width: 150px;
              height: 150px; } }
        section.success-story .container ul li.suc-item .small-circle {
          position: absolute;
          z-index: 1;
          top: 0;
          left: 0;
          width: 70px;
          height: 70px;
          border-radius: 50%;
          background: #a88f7e;
          font-size: 14px;
          font-family: 'NanumBarunGothic';
          color: #fff;
          padding-top: 20px;
          line-height: 16px; }
          @media only screen and (max-width: 768px) {
            section.success-story .container ul li.suc-item .small-circle {
              left: 60px; } }
          @media only screen and (max-width: 542px) {
            section.success-story .container ul li.suc-item .small-circle {
              font-size: 14px;
              width: 50px;
              height: 50px;
              padding-top: 10px;
              left: 7px; } }
        @media only screen and (max-width: 768px) {
          section.success-story .container ul li.suc-item {
            width: 50%;
            margin-bottom: 15px; } }
    @media only screen and (max-width: 542px) {
      section.success-story .container {
        margin-top: 50px;
        padding-left: 20px !important; } }
  @media only screen and (max-width: 542px) {
    section.success-story {
      margin-top: 600px; } }

section.lawyer-list {
  width: 100%;
  background: #fff;
  text-align: center; }
  section.lawyer-list .ll-bar {
    position: relative;
    width: 30px;
    height: 2px;
    background: #a88f7e;
    margin: 0 auto;
    margin-top: 50px;
    z-index: 1; }
  section.lawyer-list p.bar-text {
    position: relative;
    width: 100%;
    text-align: center;
    z-index: 2;
    color: #4a4d51 !important;
    margin-top: 20px; }
  section.lawyer-list .container {
    width: 100%; }
    section.lawyer-list .container .t-lawyer {
      width: 100%;
      margin-top: 50px; }
      section.lawyer-list .container .t-lawyer .tl-item {
        float: left;
        width: 300px;
        padding: 0 2px; }
        section.lawyer-list .container .t-lawyer .tl-item a {
          position: relative;
          display: inline-block; }
          section.lawyer-list .container .t-lawyer .tl-item a p.tl-line {
            position: absolute;
            top: 15px;
            width: 100%;
            font-size: 17px;
            line-height: 22px;
            text-align: center;
            padding: 0 15px; }
            @media only screen and (max-width: 768px) {
              section.lawyer-list .container .t-lawyer .tl-item a p.tl-line {
                top: 0px;
                font-size: 12px;
                line-height: 16px; } }
          section.lawyer-list .container .t-lawyer .tl-item a p.bottom-name {
            position: absolute;
            bottom: 0px;
            background: rgba(0, 0, 0, 0.7);
            font-family: 'Noto Sans KR';
            font-size: 18px;
            font-weight: 400;
            letter-spacing: -1px;
            text-align: center;
            padding: 10px;
            z-index: 100; }
            @media only screen and (max-width: 768px) {
              section.lawyer-list .container .t-lawyer .tl-item a p.bottom-name {
                font-size: 14px;
                letter-spacing: -2px; } }
          section.lawyer-list .container .t-lawyer .tl-item a img {
            width: 100%; }
    section.lawyer-list .container .b-lawyer {
      width: 100%;
      margin-top: 4px;
      padding: 0 2px; }
      section.lawyer-list .container .b-lawyer .bl-item {
        float: left;
        width: 100%; }
        section.lawyer-list .container .b-lawyer .bl-item a {
          position: relative;
          display: inline-block;
          margin: 0 2px; }
          section.lawyer-list .container .b-lawyer .bl-item a p.bottom-name {
            position: absolute;
            bottom: 0px;
            font-size: 12px;
            letter-spacing: -1px;
            text-align: right;
            background: rgba(0, 0, 0, 0.3);
            padding: 5px;
            padding-right: 15px;
            z-index: 100; }
            @media only screen and (max-width: 542px) {
              section.lawyer-list .container .b-lawyer .bl-item a p.bottom-name {
                padding: 2px;
                padding-right: 5px; } }
            @media only screen and (max-width: 414px) {
              section.lawyer-list .container .b-lawyer .bl-item a p.bottom-name {
                font-size: 11px; } }
          section.lawyer-list .container .b-lawyer .bl-item a img {
            width: 100% !important; }

section.drug-team {
  background: #242424 url("../../assets/img/back.jpg") no-repeat bottom center;
  padding-bottom: 0px !important; }
  section.drug-team h2 {
    color: #fff;
    letter-spacing: -2px; }
  section.drug-team .back-p {
    color: #000;
    opacity: 0.3; }
  section.drug-team .team-wide {
    width: 100%;
    text-align: center;
    margin-top: 50px; }
    section.drug-team .team-wide .btn-download {
      margin-top: -50px; }
      section.drug-team .team-wide .btn-download a {
        width: 200px;
        height: 50px;
        display: inline-block;
        text-align: center;
        padding: 10px;
        background: #a88f7e;
        font-size: 16px;
        line-height: 18px;
        font-family: 'NanumBarunGothic';
        color: #fff; }
        section.drug-team .team-wide .btn-download a i {
          font-size: 14px; }
          @media only screen and (max-width: 542px) {
            section.drug-team .team-wide .btn-download a i {
              font-size: 14px; } }
        @media only screen and (max-width: 542px) {
          section.drug-team .team-wide .btn-download a {
            font-size: 14px; } }
    @media only screen and (max-width: 768px) {
      section.drug-team .team-wide .pc {
        display: none; } }
    section.drug-team .team-wide .mb {
      display: none; }
      @media only screen and (max-width: 768px) {
        section.drug-team .team-wide .mb {
          display: block; } }
  section.drug-team .container {
    width: 100%;
    text-align: center;
    margin-top: 50px; }
    section.drug-team .container .btn-download {
      margin-top: -50px; }
      section.drug-team .container .btn-download a {
        width: 200px;
        height: 50px;
        display: inline-block;
        text-align: center;
        padding: 10px;
        background: #a88f7e;
        font-size: 16px;
        line-height: 18px;
        font-family: 'NanumBarunGothic';
        color: #fff; }
        section.drug-team .container .btn-download a i {
          font-size: 14px; }
          @media only screen and (max-width: 542px) {
            section.drug-team .container .btn-download a i {
              font-size: 14px; } }
        @media only screen and (max-width: 542px) {
          section.drug-team .container .btn-download a {
            font-size: 14px; } }
  @media only screen and (max-width: 768px) {
    section.drug-team {
      background: #242424 url("../../assets/img/back_m.jpg") no-repeat bottom center; } }

section.drug-part {
  width: 100%;
  padding-bottom: 0px !important; }
  section.drug-part ul {
    width: 100%; }
    section.drug-part ul li.part-item {
      width: 50%;
      height: 500px;
      float: left; }
      section.drug-part ul li.part-item .part-box {
        width: 100%;
        float: right;
        text-align: center;
        padding: 50px;
        padding-top: 110px; }
        section.drug-part ul li.part-item .part-box h2 {
          color: #fff;
          margin-top: 20px; }
        section.drug-part ul li.part-item .part-box p {
          margin-top: 15px; }
          @media only screen and (max-width: 542px) {
            section.drug-part ul li.part-item .part-box p {
              font-size: 14px; } }
        section.drug-part ul li.part-item .part-box .btn-more {
          margin-top: 50px; }
          section.drug-part ul li.part-item .part-box .btn-more a {
            font-size: 14px;
            font-weight: 500;
            padding: 15px 30px;
            font-family: 'Montserrat', sans-serif;
            letter-spacing: 6px;
            border: 1px solid #fff;
            color: #fff;
            text-transform: uppercase;
            -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.drug-part ul li.part-item .part-box .btn-more a:hover {
              background: #fff;
              color: #000; }
            @media only screen and (max-width: 542px) {
              section.drug-part ul li.part-item .part-box .btn-more a {
                display: inline-block; } }
          @media only screen and (max-width: 542px) {
            section.drug-part ul li.part-item .part-box .btn-more {
              margin-top: 20px; } }
        @media only screen and (max-width: 542px) {
          section.drug-part ul li.part-item .part-box {
            padding: 50px 30px; } }
      section.drug-part ul li.part-item .part-box2 {
        width: 100%;
        float: left;
        text-align: center;
        padding: 50px;
        padding-top: 110px; }
        section.drug-part ul li.part-item .part-box2 h2 {
          color: #fff;
          margin-top: 20px; }
        section.drug-part ul li.part-item .part-box2 p {
          margin-top: 15px; }
          @media only screen and (max-width: 542px) {
            section.drug-part ul li.part-item .part-box2 p {
              font-size: 14px; } }
        section.drug-part ul li.part-item .part-box2 .btn-more {
          margin-top: 50px; }
          section.drug-part ul li.part-item .part-box2 .btn-more a {
            font-size: 14px;
            font-weight: 500;
            padding: 15px 30px;
            font-family: 'Montserrat', sans-serif;
            letter-spacing: 6px;
            border: 1px solid #fff;
            color: #fff;
            text-transform: uppercase;
            -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.drug-part ul li.part-item .part-box2 .btn-more a:hover {
              background: #fff;
              color: #000; }
            @media only screen and (max-width: 542px) {
              section.drug-part ul li.part-item .part-box2 .btn-more a {
                display: inline-block; } }
          @media only screen and (max-width: 542px) {
            section.drug-part ul li.part-item .part-box2 .btn-more {
              margin-top: 20px; } }
        @media only screen and (max-width: 542px) {
          section.drug-part ul li.part-item .part-box2 {
            padding: 50px 30px; } }
      @media only screen and (max-width: 542px) {
        section.drug-part ul li.part-item {
          height: auto; } }
    section.drug-part ul li:first-child {
      background: url("../../assets/img/part1.jpg") no-repeat top right; }
      @media only screen and (max-width: 768px) {
        section.drug-part ul li:first-child {
          width: 100%; } }
    section.drug-part ul li:last-child {
      background: url("../../assets/img/part2.jpg") no-repeat top left; }
      @media only screen and (max-width: 768px) {
        section.drug-part ul li:last-child {
          width: 100%; } }

section.gdsystem {
  width: 100%;
  padding-top: 100px;
  background: #fff; }
  section.gdsystem .container {
    width: 100%; }
    section.gdsystem .container ul li.sys-item {
      float: left;
      text-align: right; }
      section.gdsystem .container ul li.sys-item h6, section.gdsystem .container ul li.sys-item h2 {
        text-align: right; }
        @media only screen and (max-width: 768px) {
          section.gdsystem .container ul li.sys-item h6, section.gdsystem .container ul li.sys-item h2 {
            text-align: center; } }
      section.gdsystem .container ul li.sys-item h6 {
        margin-top: 70px; }
        @media only screen and (max-width: 1024px) {
          section.gdsystem .container ul li.sys-item h6 {
            margin-top: 40px; } }
        @media only screen and (max-width: 768px) {
          section.gdsystem .container ul li.sys-item h6 {
            text-align: center; } }
      section.gdsystem .container ul li.sys-item .line-bar-main {
        float: right;
        width: 30px;
        height: 3px;
        background: #a88f7e;
        margin-top: 20px; }
        @media only screen and (max-width: 1024px) {
          section.gdsystem .container ul li.sys-item .line-bar-main {
            float: none;
            margin: 0 auto;
            margin-top: 20px !important; } }
        @media only screen and (max-width: 542px) {
          section.gdsystem .container ul li.sys-item .line-bar-main {
            margin-top: 20px; } }
      section.gdsystem .container ul li.sys-item p.sub-title {
        text-align: right;
        margin-top: 20px;
        font-size: 30px;
        font-family: 'Nanum Myeongjo';
        color: #a88f7e;
        font-weight: 400;
        line-height: 40px; }
        section.gdsystem .container ul li.sys-item p.sub-title .bgc {
          font-weight: 700; }
        @media only screen and (max-width: 768px) {
          section.gdsystem .container ul li.sys-item p.sub-title {
            text-align: center; } }
        @media only screen and (max-width: 542px) {
          section.gdsystem .container ul li.sys-item p.sub-title {
            font-size: 24px;
            line-height: 30px; } }
      section.gdsystem .container ul li.sys-item p {
        margin-top: 20px;
        text-align: right;
        font-size: 16px;
        color: #a9a9a9;
        line-height: 20px; }
        @media only screen and (max-width: 768px) {
          section.gdsystem .container ul li.sys-item p {
            text-align: center; } }
        @media only screen and (max-width: 542px) {
          section.gdsystem .container ul li.sys-item p {
            font-size: 14px;
            line-height: 18px; } }
      section.gdsystem .container ul li.sys-item .btn-more {
        margin-top: 50px; }
        section.gdsystem .container ul li.sys-item .btn-more a {
          font-size: 14px;
          font-weight: 500;
          padding: 15px 30px;
          font-family: 'Montserrat', sans-serif;
          letter-spacing: 6px;
          border: 1px solid #161a23;
          color: #161a23;
          text-transform: uppercase;
          -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.gdsystem .container ul li.sys-item .btn-more a:hover {
            background: #161a23;
            color: #fff; }
          @media only screen and (max-width: 542px) {
            section.gdsystem .container ul li.sys-item .btn-more a {
              display: inline-block; } }
        @media only screen and (max-width: 768px) {
          section.gdsystem .container ul li.sys-item .btn-more {
            text-align: center; } }
        @media only screen and (max-width: 542px) {
          section.gdsystem .container ul li.sys-item .btn-more {
            margin-top: 30px; } }
      @media only screen and (max-width: 768px) {
        section.gdsystem .container ul li.sys-item {
          text-align: center; } }
    section.gdsystem .container ul li.sys-item:first-child {
      width: 55%; }
      @media only screen and (max-width: 768px) {
        section.gdsystem .container ul li.sys-item:first-child {
          width: 100%;
          margin: 0 auto; } }
    section.gdsystem .container ul li.sys-item:last-child {
      width: 45%; }
      @media only screen and (max-width: 768px) {
        section.gdsystem .container ul li.sys-item:last-child {
          width: 100%; } }

section.taeshin {
  width: 100%;
  background: #a89181; }
  section.taeshin ul {
    width: 100%; }
    section.taeshin ul li.taeshin-item {
      float: left;
      width: 50%;
      position: relative; }
      section.taeshin ul li.taeshin-item .service-box {
        float: left;
        position: absolute;
        padding: 10%; }
        section.taeshin ul li.taeshin-item .service-box h6 {
          width: 100%;
          padding-bottom: 10px;
          text-align: left;
          font-size: 16px;
          color: #fff;
          font-weight: 500;
          font-family: 'Montserrat', sans-serif;
          text-transform: uppercase; }
          @media only screen and (max-width: 768px) {
            section.taeshin ul li.taeshin-item .service-box h6 {
              text-align: center; } }
          @media only screen and (max-width: 542px) {
            section.taeshin ul li.taeshin-item .service-box h6 {
              font-size: 12px; } }
        section.taeshin ul li.taeshin-item .service-box h2 {
          width: 100%;
          color: #fff;
          text-align: left;
          font-size: 45px;
          font-family: 'Nanum Myeongjo', serif;
          font-weight: 600;
          z-index: 1; }
          @media only screen and (max-width: 1200px) {
            section.taeshin ul li.taeshin-item .service-box h2 {
              font-size: 30px;
              letter-spacing: -3px; } }
          @media only screen and (max-width: 1024px) {
            section.taeshin ul li.taeshin-item .service-box h2 br {
              display: none; } }
          @media only screen and (max-width: 768px) {
            section.taeshin ul li.taeshin-item .service-box h2 {
              text-align: center; } }
          @media only screen and (max-width: 542px) {
            section.taeshin ul li.taeshin-item .service-box h2 {
              font-size: 20px;
              line-height: 24px; } }
        section.taeshin ul li.taeshin-item .service-box p {
          width: 100%;
          font-size: 16px;
          color: #fff;
          text-align: left;
          font-family: 'NanumBarunGothic';
          line-height: 24px;
          margin-top: 30px; }
          @media only screen and (max-width: 1600px) {
            section.taeshin ul li.taeshin-item .service-box p {
              margin-top: 10px;
              font-size: 14px;
              line-height: 20px; } }
          @media only screen and (max-width: 768px) {
            section.taeshin ul li.taeshin-item .service-box p {
              line-height: 30px;
              text-align: center; } }
          @media only screen and (max-width: 542px) {
            section.taeshin ul li.taeshin-item .service-box p {
              font-size: 14px;
              line-height: 18px; } }
        section.taeshin ul li.taeshin-item .service-box .btn-more {
          text-align: left;
          margin-top: 50px; }
          section.taeshin ul li.taeshin-item .service-box .btn-more a {
            font-size: 14px;
            font-weight: 500;
            padding: 15px 30px;
            font-family: 'Montserrat', sans-serif;
            letter-spacing: 6px;
            color: #fff;
            border: 1px solid #fff;
            text-transform: uppercase;
            -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.taeshin ul li.taeshin-item .service-box .btn-more a:hover {
              background: #fff;
              color: #161a23; }
            @media only screen and (max-width: 1600px) {
              section.taeshin ul li.taeshin-item .service-box .btn-more a {
                margin-top: 20px;
                padding: 10px 20px; } }
            @media only screen and (max-width: 542px) {
              section.taeshin ul li.taeshin-item .service-box .btn-more a {
                display: inline-block; } }
          @media only screen and (max-width: 1600px) {
            section.taeshin ul li.taeshin-item .service-box .btn-more {
              margin-top: 30px; } }
          @media only screen and (max-width: 768px) {
            section.taeshin ul li.taeshin-item .service-box .btn-more {
              text-align: center; } }
          @media only screen and (max-width: 542px) {
            section.taeshin ul li.taeshin-item .service-box .btn-more {
              margin-top: 0px; } }
          @media only screen and (max-width: 414px) {
            section.taeshin ul li.taeshin-item .service-box .btn-more {
              display: none; } }
        @media only screen and (max-width: 1600px) {
          section.taeshin ul li.taeshin-item .service-box {
            padding: 8% 8%; } }
        @media only screen and (max-width: 768px) {
          section.taeshin ul li.taeshin-item .service-box {
            width: 100%; } }
        @media only screen and (max-width: 542px) {
          section.taeshin ul li.taeshin-item .service-box br {
            display: none; } }
    section.taeshin ul li.taeshin-item:first-child img {
      float: right; }
    @media only screen and (max-width: 768px) {
      section.taeshin ul li.taeshin-item:first-child {
        width: 100%; } }
    section.taeshin ul li.taeshin-item:last-child img {
      float: left; }
    @media only screen and (max-width: 768px) {
      section.taeshin ul li.taeshin-item:last-child {
        width: 100%; } }

section.taeshin2 {
  width: 100%;
  margin-top: 100px; }
  section.taeshin2 ul {
    width: 100%; }
    section.taeshin2 ul li.taeshin-item {
      float: left;
      width: 50%;
      position: relative; }
      section.taeshin2 ul li.taeshin-item .service-box {
        float: left;
        position: absolute;
        padding: 10%; }
        section.taeshin2 ul li.taeshin-item .service-box h6 {
          width: 100%;
          padding-bottom: 10px;
          text-align: left;
          font-size: 16px;
          color: #fff;
          font-weight: 500;
          font-family: 'Montserrat', sans-serif;
          text-transform: uppercase; }
          @media only screen and (max-width: 768px) {
            section.taeshin2 ul li.taeshin-item .service-box h6 {
              text-align: center; } }
          @media only screen and (max-width: 542px) {
            section.taeshin2 ul li.taeshin-item .service-box h6 {
              font-size: 12px; } }
        section.taeshin2 ul li.taeshin-item .service-box h2 {
          width: 100%;
          color: #fff;
          text-align: left;
          font-size: 45px;
          font-family: 'Nanum Myeongjo', serif;
          font-weight: 600;
          z-index: 1; }
          @media only screen and (max-width: 1200px) {
            section.taeshin2 ul li.taeshin-item .service-box h2 {
              font-size: 30px;
              letter-spacing: -3px; } }
          @media only screen and (max-width: 1024px) {
            section.taeshin2 ul li.taeshin-item .service-box h2 br {
              display: none; } }
          @media only screen and (max-width: 768px) {
            section.taeshin2 ul li.taeshin-item .service-box h2 {
              text-align: center; } }
          @media only screen and (max-width: 542px) {
            section.taeshin2 ul li.taeshin-item .service-box h2 {
              font-size: 20px;
              line-height: 24px; } }
        section.taeshin2 ul li.taeshin-item .service-box p {
          width: 100%;
          font-size: 16px;
          color: #fff;
          text-align: left;
          font-family: 'NanumBarunGothic';
          line-height: 24px;
          margin-top: 30px; }
          @media only screen and (max-width: 1600px) {
            section.taeshin2 ul li.taeshin-item .service-box p {
              margin-top: 10px;
              font-size: 14px;
              line-height: 20px; } }
          @media only screen and (max-width: 768px) {
            section.taeshin2 ul li.taeshin-item .service-box p {
              line-height: 30px;
              text-align: center; } }
          @media only screen and (max-width: 542px) {
            section.taeshin2 ul li.taeshin-item .service-box p {
              font-size: 14px;
              line-height: 18px; } }
        section.taeshin2 ul li.taeshin-item .service-box .btn-more {
          text-align: left;
          margin-top: 50px; }
          section.taeshin2 ul li.taeshin-item .service-box .btn-more a {
            font-size: 14px;
            font-weight: 500;
            padding: 15px 30px;
            font-family: 'Montserrat', sans-serif;
            letter-spacing: 6px;
            color: #fff;
            border: 1px solid #fff;
            text-transform: uppercase;
            -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.taeshin2 ul li.taeshin-item .service-box .btn-more a:hover {
              background: #fff;
              color: #161a23; }
            @media only screen and (max-width: 1600px) {
              section.taeshin2 ul li.taeshin-item .service-box .btn-more a {
                margin-top: 20px;
                padding: 10px 20px; } }
            @media only screen and (max-width: 542px) {
              section.taeshin2 ul li.taeshin-item .service-box .btn-more a {
                display: inline-block; } }
          @media only screen and (max-width: 1600px) {
            section.taeshin2 ul li.taeshin-item .service-box .btn-more {
              margin-top: 30px; } }
          @media only screen and (max-width: 768px) {
            section.taeshin2 ul li.taeshin-item .service-box .btn-more {
              text-align: center; } }
          @media only screen and (max-width: 542px) {
            section.taeshin2 ul li.taeshin-item .service-box .btn-more {
              margin-top: 0px; } }
          @media only screen and (max-width: 414px) {
            section.taeshin2 ul li.taeshin-item .service-box .btn-more {
              display: none; } }
        @media only screen and (max-width: 1600px) {
          section.taeshin2 ul li.taeshin-item .service-box {
            padding: 8% 8%; } }
        @media only screen and (max-width: 768px) {
          section.taeshin2 ul li.taeshin-item .service-box {
            width: 100%; } }
        @media only screen and (max-width: 542px) {
          section.taeshin2 ul li.taeshin-item .service-box br {
            display: none; } }
    section.taeshin2 ul li.taeshin-item:first-child img {
      float: right; }
    @media only screen and (max-width: 768px) {
      section.taeshin2 ul li.taeshin-item:first-child {
        width: 100%; } }
    section.taeshin2 ul li.taeshin-item:last-child img {
      float: left; }
    @media only screen and (max-width: 768px) {
      section.taeshin2 ul li.taeshin-item:last-child {
        width: 100%; } }

section.notice {
  width: 100%;
  border: 1px solid #fff; }
  section.notice h6 {
    text-indent: 0; }
  section.notice h2 {
    font-weight: 300;
    font-family: 'Prata', serif; }
  section.notice .container ul {
    width: 100%;
    margin-top: 100px; }
    section.notice .container ul li.notice-item {
      float: left;
      width: 33.3333%;
      padding: 0 20px; }
      section.notice .container ul li.notice-item a.notice-box {
        width: 100%;
        display: block;
        background: #fff;
        border: 1px solid #a88f7e;
        min-height: 380px;
        max-height: 517px;
        position: relative;
        overflow: hidden; }
        section.notice .container ul li.notice-item a.notice-box .date {
          position: absolute;
          top: 0;
          left: 0;
          display: inline-block;
          font-size: 12px;
          color: #fff;
          background: #a88f7e;
          padding: 5px 10px 7px 10px; }
        section.notice .container ul li.notice-item a.notice-box .title {
          margin-top: 50px;
          padding: 0 30px;
          font-size: 18px;
          color: #a88f7e;
          min-height: 48px;
          font-family: 'NanumBarunGothic';
          line-height: 24px;
          text-align: center; }
          @media only screen and (max-width: 768px) {
            section.notice .container ul li.notice-item a.notice-box .title {
              margin-top: 30px; } }
        section.notice .container ul li.notice-item a.notice-box .line {
          width: 30px;
          height: 1px;
          background: #a88f7e;
          margin: 0 auto;
          margin-top: 30px; }
        section.notice .container ul li.notice-item a.notice-box p {
          margin-top: 30px;
          padding: 0 30px;
          font-size: 16px;
          line-height: 20px;
          color: #4a4d51;
          margin-bottom: 50px;
          word-break: keep-all;
          margin-bottom: 50px;
          line-height: 1.2em;
          height: 6.0em;
          overflow: hidden;
          text-overflow: ellipsis; }
        section.notice .container ul li.notice-item a.notice-box .notice-img {
          max-height: 230px;
          overflow: hidden; }
          section.notice .container ul li.notice-item a.notice-box .notice-img img {
            width: 100%; }
          @media only screen and (max-width: 1024px) {
            section.notice .container ul li.notice-item a.notice-box .notice-img {
              max-height: 190px;
              overflow: hidden; } }
        @media only screen and (max-width: 768px) {
          section.notice .container ul li.notice-item a.notice-box {
            min-height: 0;
            margin-bottom: 20px; } }
  section.notice .container .btn-more {
    text-align: center;
    margin-top: 50px; }
    section.notice .container .btn-more a {
      font-size: 14px;
      font-weight: 500;
      padding: 15px 30px;
      font-family: 'Montserrat', sans-serif;
      letter-spacing: 6px;
      color: #fff;
      background: #161a23;
      text-transform: uppercase;
      -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.notice .container .btn-more a:hover {
        background: #fff;
        color: #161a23;
        border: 1px solid #161a23; }
  section.notice .notice-mb {
    position: relative;
    margin-top: 50px;
    padding: 0 50px; }
    section.notice .notice-mb .n-slide {
      padding: 0 30px; }
      section.notice .notice-mb .n-slide a.notice-box {
        width: 100%;
        display: block;
        border: 1px solid #a88f7e;
        min-height: 380px;
        position: relative; }
        section.notice .notice-mb .n-slide a.notice-box .date {
          position: absolute;
          top: 0;
          left: 0;
          display: inline-block;
          font-size: 16px;
          color: #fff;
          background: #a88f7e;
          padding: 5px 10px 7px 10px; }
        section.notice .notice-mb .n-slide a.notice-box .title {
          margin-top: 50px;
          padding: 0 30px;
          font-size: 18px;
          color: #a88f7e;
          font-family: 'NanumBarunGothic';
          line-height: 24px;
          text-align: center; }
          @media only screen and (max-width: 542px) {
            section.notice .notice-mb .n-slide a.notice-box .title {
              overflow: hidden;
              text-overflow: ellipsis;
              display: -webkit-box;
              -webkit-line-clamp: 2;
              -webkit-box-orient: vertical; } }
        section.notice .notice-mb .n-slide a.notice-box .line {
          width: 30px;
          height: 1px;
          background: #a88f7e;
          margin: 0 auto;
          margin-top: 30px; }
        section.notice .notice-mb .n-slide a.notice-box p {
          margin-top: 30px;
          padding: 0 30px;
          font-size: 16px;
          line-height: 20px;
          color: #4a4d51;
          word-break: keep-all;
          margin-bottom: 50px;
          line-height: 1.2em;
          height: 6.0em;
          overflow: hidden;
          text-overflow: ellipsis; }
        section.notice .notice-mb .n-slide a.notice-box .notice-img {
          max-height: 300px;
          overflow: hidden; }
          section.notice .notice-mb .n-slide a.notice-box .notice-img img {
            width: 100%; }
          @media only screen and (max-width: 542px) {
            section.notice .notice-mb .n-slide a.notice-box .notice-img {
              max-height: 130px;
              overflow: hidden; }
              section.notice .notice-mb .n-slide a.notice-box .notice-img img {
                width: 100%; } }
      @media only screen and (max-width: 542px) {
        section.notice .notice-mb .n-slide {
          padding: 0 10px; } }
  section.notice .btn-more {
    width: 100%;
    text-align: center;
    margin-top: 50px; }
    section.notice .btn-more a {
      font-size: 14px;
      font-weight: 500;
      padding: 15px 30px;
      font-family: 'Montserrat', sans-serif;
      letter-spacing: 6px;
      color: #fff;
      background: #161a23;
      text-transform: uppercase;
      -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.notice .btn-more a:hover {
        background: #fff;
        color: #161a23;
        border: 1px solid #161a23; }

section.notice2 {
  width: 100%;
  border: 1px solid #fff; }
  section.notice2 h6 {
    text-indent: 0; }
  section.notice2 h2 {
    font-weight: 300;
    font-family: 'Prata', serif; }
  section.notice2 .container ul {
    width: 100%;
    margin-top: 100px; }
    section.notice2 .container ul li.notice-item {
      float: left;
      width: 25%;
      padding: 0 2px; }
      section.notice2 .container ul li.notice-item a.notice-box {
        width: 100%;
        display: block;
        background: #fff;
        border: 1px solid #a88f7e;
        min-height: 365px;
        max-height: 517px;
        position: relative;
        overflow: hidden; }
        section.notice2 .container ul li.notice-item a.notice-box .date {
          position: absolute;
          top: 0;
          left: 0;
          display: inline-block;
          font-size: 12px;
          color: #fff;
          background: #a88f7e;
          padding: 5px 10px 7px 10px; }
        section.notice2 .container ul li.notice-item a.notice-box .title {
          margin-top: 15px;
          padding: 0 10px;
          font-size: 16px;
          color: #a88f7e;
          min-height: 40px;
          font-family: 'NanumBarunGothic';
          line-height: 20px;
          text-align: center; }
          @media only screen and (max-width: 768px) {
            section.notice2 .container ul li.notice-item a.notice-box .title {
              margin-top: 10px; } }
        section.notice2 .container ul li.notice-item a.notice-box .line {
          width: 30px;
          height: 1px;
          background: #a88f7e;
          margin: 0 auto;
          margin-top: 10px; }
        section.notice2 .container ul li.notice-item a.notice-box p {
          margin-top: 15px;
          padding: 0 10px;
          font-size: 12px;
          line-height: 18px;
          color: #4a4d51;
          word-break: keep-all;
          margin-bottom: 30px;
          height: 6.0em;
          overflow: hidden;
          text-overflow: ellipsis;
          letter-spacing: -1px; }
        section.notice2 .container ul li.notice-item a.notice-box .notice-img {
          max-height: 180px;
          overflow: hidden; }
          section.notice2 .container ul li.notice-item a.notice-box .notice-img img {
            width: 100%; }
          @media only screen and (max-width: 1024px) {
            section.notice2 .container ul li.notice-item a.notice-box .notice-img {
              max-height: 157px;
              overflow: hidden; } }
        @media only screen and (max-width: 1024px) {
          section.notice2 .container ul li.notice-item a.notice-box {
            min-height: 335px; } }
        @media only screen and (max-width: 768px) {
          section.notice2 .container ul li.notice-item a.notice-box {
            min-height: 0;
            margin-bottom: 20px; } }
  section.notice2 .container .btn-more {
    text-align: center;
    margin-top: 50px; }
    section.notice2 .container .btn-more a {
      font-size: 14px;
      font-weight: 500;
      padding: 15px 30px;
      font-family: 'Montserrat', sans-serif;
      letter-spacing: 6px;
      color: #fff;
      background: #161a23;
      text-transform: uppercase;
      -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.notice2 .container .btn-more a:hover {
        background: #fff;
        color: #161a23;
        border: 1px solid #161a23; }
  section.notice2 .notice-mb {
    position: relative;
    margin-top: 50px;
    padding: 0 50px; }
    section.notice2 .notice-mb .n-slide {
      padding: 0 30px; }
      section.notice2 .notice-mb .n-slide a.notice-box {
        width: 100%;
        display: block;
        border: 1px solid #a88f7e;
        min-height: 380px;
        position: relative; }
        section.notice2 .notice-mb .n-slide a.notice-box .date {
          position: absolute;
          top: 0;
          left: 0;
          display: inline-block;
          font-size: 16px;
          color: #fff;
          background: #a88f7e;
          padding: 5px 10px 7px 10px; }
        section.notice2 .notice-mb .n-slide a.notice-box .title {
          margin-top: 50px;
          padding: 0 30px;
          font-size: 18px;
          color: #a88f7e;
          font-family: 'NanumBarunGothic';
          line-height: 24px;
          text-align: center; }
          @media only screen and (max-width: 542px) {
            section.notice2 .notice-mb .n-slide a.notice-box .title {
              overflow: hidden;
              text-overflow: ellipsis;
              display: -webkit-box;
              -webkit-line-clamp: 2;
              -webkit-box-orient: vertical; } }
        section.notice2 .notice-mb .n-slide a.notice-box .line {
          width: 30px;
          height: 1px;
          background: #a88f7e;
          margin: 0 auto;
          margin-top: 30px; }
        section.notice2 .notice-mb .n-slide a.notice-box p {
          margin-top: 30px;
          padding: 0 30px;
          font-size: 16px;
          line-height: 20px;
          color: #4a4d51;
          word-break: keep-all;
          margin-bottom: 50px;
          line-height: 1.2em;
          height: 6.0em;
          overflow: hidden;
          text-overflow: ellipsis; }
        section.notice2 .notice-mb .n-slide a.notice-box .notice-img {
          max-height: 300px;
          overflow: hidden; }
          section.notice2 .notice-mb .n-slide a.notice-box .notice-img img {
            width: 100%; }
          @media only screen and (max-width: 542px) {
            section.notice2 .notice-mb .n-slide a.notice-box .notice-img {
              max-height: 130px;
              overflow: hidden; }
              section.notice2 .notice-mb .n-slide a.notice-box .notice-img img {
                width: 100%; } }
      @media only screen and (max-width: 542px) {
        section.notice2 .notice-mb .n-slide {
          padding: 0 10px; } }
  section.notice2 .notice-mb2 {
    position: relative;
    margin-top: 50px;
    padding: 0 20px; }
    section.notice2 .notice-mb2 .n-slide {
      padding: 0 30px; }
      section.notice2 .notice-mb2 .n-slide a.notice-box {
        width: 100%;
        display: block;
        border: 1px solid #a88f7e;
        min-height: 314px;
        position: relative; }
        section.notice2 .notice-mb2 .n-slide a.notice-box .date {
          position: absolute;
          top: 0;
          left: 0;
          display: inline-block;
          font-size: 12px;
          color: #fff;
          background: #a88f7e;
          padding: 5px 10px 7px 10px; }
        section.notice2 .notice-mb2 .n-slide a.notice-box .title {
          padding: 0 30px;
          font-size: 16px;
          color: #a88f7e;
          font-family: 'NanumBarunGothic';
          line-height: 22px;
          text-align: center;
          margin-top: 20px; }
          @media only screen and (max-width: 542px) {
            section.notice2 .notice-mb2 .n-slide a.notice-box .title {
              overflow: hidden;
              text-overflow: ellipsis;
              display: -webkit-box;
              -webkit-line-clamp: 1;
              -webkit-box-orient: vertical; } }
        section.notice2 .notice-mb2 .n-slide a.notice-box .line {
          width: 30px;
          height: 1px;
          background: #a88f7e;
          margin: 0 auto;
          margin-top: 15px; }
        section.notice2 .notice-mb2 .n-slide a.notice-box p {
          margin-top: 15px;
          padding: 0 30px;
          font-size: 12px;
          line-height: 16px;
          color: #4a4d51;
          word-break: keep-all;
          margin-bottom: 50px;
          line-height: 1.2em;
          height: 6.0em;
          overflow: hidden;
          text-overflow: ellipsis; }
          @media only screen and (max-width: 542px) {
            section.notice2 .notice-mb2 .n-slide a.notice-box p {
              margin-bottom: 20px; } }
        section.notice2 .notice-mb2 .n-slide a.notice-box .notice-img {
          max-height: 300px;
          overflow: hidden; }
          section.notice2 .notice-mb2 .n-slide a.notice-box .notice-img img {
            width: 100%; }
          @media only screen and (max-width: 542px) {
            section.notice2 .notice-mb2 .n-slide a.notice-box .notice-img {
              max-height: 180px;
              overflow: hidden; }
              section.notice2 .notice-mb2 .n-slide a.notice-box .notice-img img {
                width: 100%; } }
      @media only screen and (max-width: 542px) {
        section.notice2 .notice-mb2 .n-slide {
          padding: 0 10px; } }
  section.notice2 .btn-more {
    width: 100%;
    text-align: center;
    margin-top: 50px; }
    section.notice2 .btn-more a {
      font-size: 14px;
      font-weight: 500;
      padding: 15px 30px;
      font-family: 'Montserrat', sans-serif;
      letter-spacing: 6px;
      color: #fff;
      background: #161a23;
      text-transform: uppercase;
      -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.notice2 .btn-more a:hover {
        background: #fff;
        color: #161a23;
        border: 1px solid #161a23; }

section.online {
  width: 100%;
  background: url("../../assets/img/online-back.jpg") no-repeat bottom center;
  background-size: 120%; }
  section.online h6 {
    text-indent: 0; }
  section.online h2 {
    font-weight: 300;
    font-family: 'Prata', serif;
    color: #fff;
    letter-spacing: -2px; }
  section.online .container {
    width: 100%; }
    section.online .container ul {
      width: 100%;
      margin-top: 50px; }
      section.online .container ul li.online-item {
        float: left;
        width: 50%;
        height: 560px;
        padding-bottom: 0px;
        position: relative; }
        section.online .container ul li.online-item .online-box {
          width: 100%;
          padding: 40px 30px; }
          section.online .container ul li.online-item .online-box ul.online-ul {
            width: 100%;
            margin: 10px 0;
            padding: 5px 0;
            border-bottom: 1px solid #f2f2f2; }
            section.online .container ul li.online-item .online-box ul.online-ul li.online-row {
              float: left;
              font-size: 16px;
              padding: 0 10px;
              letter-spacing: -1px; }
              section.online .container ul li.online-item .online-box ul.online-ul li.online-row .btn-live {
                width: 100%; }
                section.online .container ul li.online-item .online-box ul.online-ul li.online-row .btn-live a {
                  width: 100%;
                  position: relative;
                  text-align: center;
                  top: -5px;
                  display: inline-block;
                  padding: 6px 10px;
                  font-size: 16px;
                  background: #a88f7e;
                  color: #fff; }
                  @media only screen and (max-width: 1200px) {
                    section.online .container ul li.online-item .online-box ul.online-ul li.online-row .btn-live a {
                      font-size: 12px; } }
                  @media only screen and (max-width: 414px) {
                    section.online .container ul li.online-item .online-box ul.online-ul li.online-row .btn-live a {
                      font-size: 12px; } }
              section.online .container ul li.online-item .online-box ul.online-ul li.online-row .btn-finish {
                width: 100%; }
                section.online .container ul li.online-item .online-box ul.online-ul li.online-row .btn-finish a {
                  width: 100%;
                  position: relative;
                  text-align: center;
                  top: -5px;
                  display: inline-block;
                  padding: 6px 10px;
                  font-size: 16px;
                  background: #1e222a;
                  color: #fff; }
                  @media only screen and (max-width: 1200px) {
                    section.online .container ul li.online-item .online-box ul.online-ul li.online-row .btn-finish a {
                      font-size: 12px;
                      padding: 6px 0px; } }
                  @media only screen and (max-width: 414px) {
                    section.online .container ul li.online-item .online-box ul.online-ul li.online-row .btn-finish a {
                      font-size: 12px;
                      padding: 6px 0px; } }
              @media only screen and (max-width: 1200px) {
                section.online .container ul li.online-item .online-box ul.online-ul li.online-row {
                  font-size: 12px;
                  padding: 0 3px; } }
              @media only screen and (max-width: 414px) {
                section.online .container ul li.online-item .online-box ul.online-ul li.online-row {
                  font-size: 12px;
                  padding: 0 3px; } }
            section.online .container ul li.online-item .online-box ul.online-ul li.online-row:first-child {
              width: 20%;
              text-align: center; }
            section.online .container ul li.online-item .online-box ul.online-ul li.online-row:nth-child(2) {
              width: 60%;
              overflow: hidden;
              text-overflow: ellipsis;
              word-wrap: normal;
              display: -ms-flexbox;
              display: -moz-box;
              display: -webkit-box;
              display: box;
              line-height: 1.2em;
              height: 1.2em;
              -webkit-line-clamp: 1;
              -webkit-box-orient: vertical; }
              @media only screen and (max-width: 542px) {
                section.online .container ul li.online-item .online-box ul.online-ul li.online-row:nth-child(2) img {
                  width: 38px; } }
            section.online .container ul li.online-item .online-box ul.online-ul li.online-row:last-child {
              width: 20%; }
            @media only screen and (max-width: 414px) {
              section.online .container ul li.online-item .online-box ul.online-ul {
                margin-top: 10px; } }
          @media only screen and (max-width: 414px) {
            section.online .container ul li.online-item .online-box {
              padding: 20px 15px;
              padding-top: 40px; } }
        section.online .container ul li.online-item .btn-more2 a {
          position: absolute;
          bottom: 0px;
          width: 100%;
          text-align: center;
          background: #000;
          color: #fff;
          padding: 20px 0;
          font-weight: 500;
          font-size: 18px;
          color: #fff; }
          @media only screen and (max-width: 414px) {
            section.online .container ul li.online-item .btn-more2 a {
              padding: 10px 0;
              font-size: 14px; } }
        section.online .container ul li.online-item .mt40 {
          margin-top: 40px !important; }
        section.online .container ul li.online-item .live-box {
          width: 100%;
          padding: 40px 20px; }
          section.online .container ul li.online-item .live-box ul.live-ul {
            width: 100%;
            margin-top: 30px; }
            section.online .container ul li.online-item .live-box ul.live-ul li.live-item {
              width: 100%;
              padding: 10px 30px;
              color: #fff; }
              section.online .container ul li.online-item .live-box ul.live-ul li.live-item input {
                height: 45px;
                width: 100%;
                border: 0px;
                color: #000; }
                @media only screen and (max-width: 1200px) {
                  section.online .container ul li.online-item .live-box ul.live-ul li.live-item input {
                    height: 40px; } }
                @media only screen and (max-width: 414px) {
                  section.online .container ul li.online-item .live-box ul.live-ul li.live-item input {
                    height: 30px; } }
              section.online .container ul li.online-item .live-box ul.live-ul li.live-item p {
                text-align: right; }
                section.online .container ul li.online-item .live-box ul.live-ul li.live-item p input[type="checkbox"] {
                  width: 15px;
                  height: 15px;
                  position: relative;
                  top: 3px; }
                section.online .container ul li.online-item .live-box ul.live-ul li.live-item p a {
                  width: 100%;
                  font-size: 14px;
                  color: #fff !important; }
              section.online .container ul li.online-item .live-box ul.live-ul li.live-item input {
                height: 45px;
                width: 100%;
                border: 0px;
                color: #000; }
                @media only screen and (max-width: 1200px) {
                  section.online .container ul li.online-item .live-box ul.live-ul li.live-item input {
                    height: 40px; } }
                @media only screen and (max-width: 414px) {
                  section.online .container ul li.online-item .live-box ul.live-ul li.live-item input {
                    height: 30px; } }
              section.online .container ul li.online-item .live-box ul.live-ul li.live-item textarea {
                width: 100%;
                border: 0px;
                color: #000; }
              @media only screen and (max-width: 1200px) {
                section.online .container ul li.online-item .live-box ul.live-ul li.live-item {
                  padding: 10px 10px;
                  font-size: 14px; } }
              @media only screen and (max-width: 414px) {
                section.online .container ul li.online-item .live-box ul.live-ul li.live-item {
                  padding: 5px 30px; } }
          section.online .container ul li.online-item .live-box h4 {
            color: #fff;
            margin-top: 20px; }
          @media only screen and (max-width: 414px) {
            section.online .container ul li.online-item .live-box {
              padding: 20px 15px; } }
        section.online .container ul li.online-item .btn-more3 {
          position: absolute;
          bottom: 0px;
          width: 100%;
          text-align: center;
          background: #a88f7e;
          color: #fff;
          font-size: 18px;
          font-weight: 500;
          padding: 20px 0;
          color: #fff;
          border: 0px; }
          @media only screen and (max-width: 414px) {
            section.online .container ul li.online-item .btn-more3 {
              padding: 10px 0;
              font-size: 14px; } }
        @media only screen and (max-width: 1200px) {
          section.online .container ul li.online-item {
            height: 530px; } }
        @media only screen and (max-width: 768px) {
          section.online .container ul li.online-item {
            width: 100%; } }
        @media only screen and (max-width: 414px) {
          section.online .container ul li.online-item {
            height: 490px; } }
      section.online .container ul li.online-item:first-child {
        background: #fff; }
      section.online .container ul li.online-item:last-child {
        background: #1e222a; }
  @media only screen and (max-width: 1200px) {
    section.online {
      background-size: 180%; } }
  @media only screen and (max-width: 768px) {
    section.online {
      background-size: 800%; } }

section.location {
  width: 100%;
  background: #fff; }
  section.location .container {
    width: 100%;
    margin-top: 70px; }
    section.location .container ul li.loc-item {
      float: left;
      width: 50%;
      font-size: 18px;
      font-weight: 600; }
      section.location .container ul li.loc-item .tab-title {
        font-size: 16px;
        padding: 5px 15px;
        border-radius: 30px;
        background: #161a23;
        color: #fff;
        font-weight: bold;
        line-height: 40px; }
        @media only screen and (max-width: 768px) {
          section.location .container ul li.loc-item .tab-title {
            text-align: center; } }
      section.location .container ul li.loc-item p {
        color: #000;
        font-size: 16px;
        text-align: left;
        font-weight: 500; }
        @media only screen and (max-width: 768px) {
          section.location .container ul li.loc-item p {
            text-align: center; } }
        @media only screen and (max-width: 542px) {
          section.location .container ul li.loc-item p {
            font-size: 14px;
            line-height: 18px; } }
      section.location .container ul li.loc-item .btn-tel {
        margin-top: 30px; }
        section.location .container ul li.loc-item .btn-tel a {
          font-size: 18px;
          border-radius: 10px;
          padding: 10px 20px;
          background: #a88f7e;
          color: #fff; }
        @media only screen and (max-width: 768px) {
          section.location .container ul li.loc-item .btn-tel {
            text-align: center; } }
      section.location .container ul li.loc-item iframe {
        border: 0;
        width: 100%;
        height: 340px; }
      @media only screen and (max-width: 768px) {
        section.location .container ul li.loc-item {
          text-align: center; } }
    section.location .container ul li.loc-item:first-child {
      width: 43%; }
      @media only screen and (max-width: 768px) {
        section.location .container ul li.loc-item:first-child {
          width: 100%;
          margin-bottom: 50px; } }
    section.location .container ul li.loc-item:last-child {
      width: 57%; }
      @media only screen and (max-width: 768px) {
        section.location .container ul li.loc-item:last-child {
          width: 100%; } }

section.location2 {
  width: 100%;
  background: #f2f2f2; }
  section.location2 .container {
    width: 100%;
    margin-top: 70px;
    padding: 0px !important; }
    section.location2 .container ul li.loc-item {
      float: left;
      width: 33.333%;
      min-height: 440px;
      font-size: 18px;
      font-weight: 600;
      text-align: center;
      position: relative; }
      section.location2 .container ul li.loc-item .lo-desc {
        width: 100%;
        padding: 40px 30px; }
        section.location2 .container ul li.loc-item .lo-desc .loc-title {
          width: 100%;
          border-bottom: 1px solid #fff;
          padding: 10px 20px;
          margin-bottom: 30px;
          text-align: center;
          font-weight: 400;
          color: #fff; }
        section.location2 .container ul li.loc-item .lo-desc .tab-title a {
          display: inline;
          color: #fff;
          font-size: 18px;
          padding: 7px 20px;
          border-radius: 30px;
          background: #a88f7e;
          text-align: center; }
        section.location2 .container ul li.loc-item .lo-desc p {
          color: #fff;
          font-size: 16px;
          text-align: center;
          font-weight: 500;
          padding-bottom: 10px; }
          @media only screen and (max-width: 768px) {
            section.location2 .container ul li.loc-item .lo-desc p {
              text-align: center; } }
          @media only screen and (max-width: 542px) {
            section.location2 .container ul li.loc-item .lo-desc p {
              font-size: 14px;
              line-height: 18px; } }
        section.location2 .container ul li.loc-item .lo-desc p.wh {
          display: inline;
          padding: 5px 5px;
          background: #fff;
          color: #1e222a; }
      section.location2 .container ul li.loc-item .btn-tel {
        position: absolute;
        bottom: 0px;
        width: 100%; }
        section.location2 .container ul li.loc-item .btn-tel a {
          display: inline-block;
          width: 100%;
          font-size: 18px;
          padding: 20px 20px;
          text-align: center;
          background: #a88f7e;
          color: #fff; }
        @media only screen and (max-width: 768px) {
          section.location2 .container ul li.loc-item .btn-tel {
            text-align: center; } }
      @media only screen and (max-width: 1024px) {
        section.location2 .container ul li.loc-item {
          width: 400px; } }
      @media only screen and (max-width: 768px) {
        section.location2 .container ul li.loc-item {
          width: 100%;
          margin: 0 auto; } }
    section.location2 .container ul li.loc-item:first-child {
      background: #1e222a; }
    @media only screen and (max-width: 1024px) {
      section.location2 .container ul li.loc-item:nth-child(2) {
        display: none; } }
    section.location2 .container ul li.loc-item:last-child .hide {
      display: none !important; }
    @media only screen and (max-width: 1024px) {
      section.location2 .container ul {
        display: inline-block; } }
    @media only screen and (max-width: 1024px) {
      section.location2 .container {
        text-align: center; } }
    @media only screen and (max-width: 768px) {
      section.location2 .container {
        width: 400px;
        margin: 0 auto;
        margin-top: 70px; } }

section.location3 {
  width: 100%;
  background: #f2f2f2; }
  section.location3 .container {
    width: 100%;
    margin-top: 70px;
    padding: 0px !important; }
    section.location3 .container .tab_group01 .tabs_01 {
      width: 100%;
      border-top: 1px solid #f2f2f2;
      border-right: 1px solid #f2f2f2;
      margin-bottom: 50px; }
      section.location3 .container .tab_group01 .tabs_01 ul {
        width: 50%;
        margin: 0 auto; }
        section.location3 .container .tab_group01 .tabs_01 ul li button {
          width: 50%;
          border-left: 1px solid #fff;
          border-bottom: 1px solid #fff;
          border-right: 0;
          border-top: 0;
          background: #fff;
          float: left;
          font-size: 18px;
          letter-spacing: -2px;
          padding: 20px 10px; }
          @media only screen and (max-width: 542px) {
            section.location3 .container .tab_group01 .tabs_01 ul li button {
              width: 50%;
              margin: 0;
              border: 0px; } }
        section.location3 .container .tab_group01 .tabs_01 ul li.seoul_wrap .seoul_m_tab {
          width: 100%;
          border-right: 0;
          border-top: 0;
          color: #fff;
          background: #1e222a;
          font-size: 18px;
          letter-spacing: -2px;
          padding: 20px 10px;
          text-align: center; }
          @media only screen and (max-width: 542px) {
            section.location3 .container .tab_group01 .tabs_01 ul li.seoul_wrap .seoul_m_tab {
              width: 100%;
              margin: 0;
              border: 0px; } }
        section.location3 .container .tab_group01 .tabs_01 ul li.active01 button {
          background: #1e222a;
          color: #fff !important; }
        @media only screen and (max-width: 768px) {
          section.location3 .container .tab_group01 .tabs_01 ul {
            width: 100%; } }
    section.location3 .container .tab_group01 .tab_contents01 .loc01 {
      display: none; }
      section.location3 .container .tab_group01 .tab_contents01 .loc01 ul li.loc-item {
        float: left;
        width: 33.333%;
        min-height: 440px;
        font-size: 18px;
        font-weight: 600;
        text-align: center;
        position: relative; }
        section.location3 .container .tab_group01 .tab_contents01 .loc01 ul li.loc-item .lo-desc {
          width: 100%;
          padding: 25px 30px; }
          section.location3 .container .tab_group01 .tab_contents01 .loc01 ul li.loc-item .lo-desc .loc-title {
            width: 100%;
            border-bottom: 1px solid #fff;
            padding: 10px 20px;
            margin-bottom: 30px;
            text-align: center;
            font-weight: 400;
            color: #fff; }
          section.location3 .container .tab_group01 .tab_contents01 .loc01 ul li.loc-item .lo-desc .tab-title a {
            display: inline;
            color: #fff;
            font-size: 18px;
            padding: 7px 20px;
            border-radius: 30px;
            background: #a88f7e;
            text-align: center; }
          section.location3 .container .tab_group01 .tab_contents01 .loc01 ul li.loc-item .lo-desc p {
            color: #fff;
            font-size: 16px;
            text-align: center;
            font-weight: 500;
            padding-bottom: 10px; }
            @media only screen and (max-width: 768px) {
              section.location3 .container .tab_group01 .tab_contents01 .loc01 ul li.loc-item .lo-desc p {
                text-align: center; } }
            @media only screen and (max-width: 542px) {
              section.location3 .container .tab_group01 .tab_contents01 .loc01 ul li.loc-item .lo-desc p {
                font-size: 14px;
                line-height: 18px; } }
          section.location3 .container .tab_group01 .tab_contents01 .loc01 ul li.loc-item .lo-desc p.wh {
            display: inline;
            padding: 5px 5px;
            background: #fff;
            color: #1e222a;
            font-size: 13px;
            line-height: 30px; }
        section.location3 .container .tab_group01 .tab_contents01 .loc01 ul li.loc-item .btn-tel {
          position: absolute;
          bottom: 0px;
          width: 100%; }
          section.location3 .container .tab_group01 .tab_contents01 .loc01 ul li.loc-item .btn-tel a {
            display: inline-block;
            width: 100%;
            font-size: 18px;
            padding: 20px 20px;
            text-align: center;
            background: #a88f7e;
            color: #fff; }
          @media only screen and (max-width: 768px) {
            section.location3 .container .tab_group01 .tab_contents01 .loc01 ul li.loc-item .btn-tel {
              text-align: center; } }
        @media only screen and (max-width: 1024px) {
          section.location3 .container .tab_group01 .tab_contents01 .loc01 ul li.loc-item {
            width: 400px; } }
        @media only screen and (max-width: 768px) {
          section.location3 .container .tab_group01 .tab_contents01 .loc01 ul li.loc-item {
            width: 100%;
            margin: 0 auto; } }
      section.location3 .container .tab_group01 .tab_contents01 .loc01 ul li.loc-item:first-child {
        background: #1e222a; }
      @media only screen and (max-width: 1024px) {
        section.location3 .container .tab_group01 .tab_contents01 .loc01 ul li.loc-item:nth-child(2) {
          display: none; } }
      section.location3 .container .tab_group01 .tab_contents01 .loc01 ul li.loc-item:last-child .hide {
        display: none !important; }
      @media only screen and (max-width: 1024px) {
        section.location3 .container .tab_group01 .tab_contents01 .loc01 ul {
          display: inline-block; } }
      @media only screen and (max-width: 542px) {
        section.location3 .container .tab_group01 .tab_contents01 .loc01 ul {
          display: block; } }
    section.location3 .container .tab_group01 .tab_contents01 .loc01.active {
      display: block; }
      @media only screen and (max-width: 1024px) {
        section.location3 .container .tab_group01 .tab_contents01 .loc01.active {
          display: inline-block; } }
      @media only screen and (max-width: 542px) {
        section.location3 .container .tab_group01 .tab_contents01 .loc01.active {
          display: block; } }
    @media only screen and (max-width: 542px) {
      section.location3 .container .tab_group01 {
        padding: 0 10px; } }
    @media only screen and (max-width: 1024px) {
      section.location3 .container {
        text-align: center; } }
    @media only screen and (max-width: 768px) {
      section.location3 .container {
        width: 400px;
        margin: 0 auto;
        margin-top: 70px; } }
    @media only screen and (max-width: 542px) {
      section.location3 .container {
        width: 100%; } }

.slick-track {
  display: inline-block; }

/*content*/
.sub-section {
  width: 100%;
  padding: 100px 0; }
  .sub-section h6 {
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #a88f7e;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    text-indent: 10px;
    margin-top: 170px; }
    @media only screen and (max-width: 768px) {
      .sub-section h6 {
        font-size: 14px; } }
    @media only screen and (max-width: 542px) {
      .sub-section h6 {
        margin-top: 100px; } }
  .sub-section .h6-lawyer {
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #a88f7e;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    text-indent: 10px;
    margin-top: 150px; }
    @media only screen and (max-width: 768px) {
      .sub-section .h6-lawyer {
        font-size: 14px; } }
    @media only screen and (max-width: 542px) {
      .sub-section .h6-lawyer {
        margin-top: 100px; } }
  .sub-section h2 {
    position: relative;
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 45px;
    font-family: 'Noto Sans KR';
    font-weight: 400;
    z-index: 1; }
    @media only screen and (max-width: 1024px) {
      .sub-section h2 {
        font-size: 40px; } }
    @media only screen and (max-width: 768px) {
      .sub-section h2 {
        font-size: 32px; } }
  .sub-section h2.h2-lawyer {
    position: relative;
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 45px;
    font-family: 'Noto Sans KR';
    font-weight: 400;
    z-index: 1; }
    @media only screen and (max-width: 1024px) {
      .sub-section h2.h2-lawyer {
        font-size: 40px; } }
    @media only screen and (max-width: 768px) {
      .sub-section h2.h2-lawyer {
        font-size: 22px; } }
  .sub-section h2.h2-service {
    position: relative;
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 45px;
    font-family: 'Noto Sans KR';
    font-weight: 400;
    z-index: 1; }
    @media only screen and (max-width: 1024px) {
      .sub-section h2.h2-service {
        font-size: 40px; } }
    @media only screen and (max-width: 768px) {
      .sub-section h2.h2-service {
        font-size: 25px; } }
  .sub-section .back-p {
    width: 100%;
    position: absolute;
    text-align: center;
    font-family: 'Nanum Myeongjo', serif;
    font-size: 100px;
    color: #fff;
    font-weight: 600;
    margin-top: -50px;
    z-index: 0; }
    @media only screen and (max-width: 768px) {
      .sub-section .back-p {
        font-size: 44px; } }
    @media only screen and (max-width: 542px) {
      .sub-section .back-p {
        font-size: 44px;
        margin-top: -30px; } }
  .sub-section p {
    width: 100%;
    font-size: 16px;
    color: #fff;
    text-align: center;
    font-family: 'NanumBarunGothic';
    line-height: 20px;
    margin-top: 10px; }
  @media only screen and (max-width: 768px) {
    .sub-section {
      padding: 80px 0; } }
  @media only screen and (max-width: 542px) {
    .sub-section {
      padding: 60px 0; } }

.page_box {
  width: 100%;
  margin-top: 30px; }
  .page_box .page {
    text-align: center; }
    .page_box .page ul.pul {
      display: inline-block; }
      .page_box .page ul.pul li.pli {
        float: left; }
        .page_box .page ul.pul li.pli .pn {
          width: 35px;
          height: 26px;
          text-align: center;
          font-size: 14px;
          color: #bbbbbb;
          padding-top: 10px; }
        .page_box .page ul.pul li.pli .pn_on {
          width: 35px;
          height: 26px;
          text-align: center;
          font-size: 14px;
          color: #000;
          font-weight: bold;
          padding-top: 10px; }

.btn-black {
  width: 100%;
  text-align: center;
  margin-top: 30px; }
  .btn-black a {
    font-family: 'NanumBarunGothic';
    display: inline-block;
    background: #292c30;
    color: #fff;
    font-size: 16px;
    padding: 15px 30px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.6s; }
    .btn-black a:hover {
      background: #a88f7e;
      color: #fff; }
    @media only screen and (max-width: 542px) {
      .btn-black a {
        font-size: 14px; } }

.btn-write {
  width: 100%;
  text-align: right; }
  .btn-write a {
    font-family: 'NanumBarunGothic';
    display: inline-block;
    background: #292c30;
    color: #fff;
    font-size: 16px;
    padding: 15px 30px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.6s; }
    .btn-write a:hover {
      background: #a88f7e;
      color: #fff; }
    @media only screen and (max-width: 542px) {
      .btn-write a {
        font-size: 14px; } }

.btn-list {
  width: 100%;
  text-align: right; }
  .btn-list a {
    font-family: 'NanumBarunGothic';
    display: inline-block;
    background: #292c30;
    color: #fff;
    font-size: 16px;
    padding: 15px 30px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.6s; }
    .btn-list a:hover {
      background: #a88f7e;
      color: #fff; }
    @media only screen and (max-width: 542px) {
      .btn-list a {
        font-size: 14px; } }

.search {
  text-align: right; }
  .search ul {
    display: inline-block; }
    .search ul li.se-item {
      float: left; }
      .search ul li.se-item select {
        height: 30px;
        padding: 3px 5px;
        font-size: 14px;
        border: 1px solid #e4e4e4; }
        @media only screen and (max-width: 542px) {
          .search ul li.se-item select {
            font-size: 14px; } }
      .search ul li.se-item input {
        width: 200px;
        height: 30px;
        padding: 3px 5px;
        font-size: 16px;
        border: 1px solid #e4e4e4;
        margin-left: 5px; }
        @media only screen and (max-width: 542px) {
          .search ul li.se-item input {
            width: 150px;
            font-size: 14px; } }
      .search ul li.se-item button.btn-search {
        width: 30px;
        height: 30px;
        border: 0px;
        background: #a88f7e url("../../assets/img/icon-search.png") no-repeat top center; }
        .search ul li.se-item button.btn-search i {
          font-size: 16px;
          color: #fff; }
  @media only screen and (max-width: 542px) {
    .search {
      text-align: center;
      margin-top: 50px; } }

.red {
  color: red;
  font-size: 12px;
  position: relative; }

.red2 {
  color: red;
  font-size: 12px;
  position: relative;
  margin-top: 5px; }

section.sub-top1 {
  width: 100%;
  height: 500px;
  background: url("../../assets/img/sub-top1.jpg") no-repeat top center; }
  @media only screen and (max-width: 542px) {
    section.sub-top1 {
      height: 300px; } }

section.sub-top2 {
  width: 100%;
  height: 500px;
  background: url("../../assets/img/sub-top2.jpg") no-repeat top center; }
  @media only screen and (max-width: 542px) {
    section.sub-top2 {
      height: 300px; } }

section.sub-top3 {
  width: 100%;
  height: 500px;
  background: url("../../assets/img/sub-top3.jpg") no-repeat top center; }
  @media only screen and (max-width: 542px) {
    section.sub-top3 {
      height: 300px; } }

section.sub-top4 {
  width: 100%;
  height: 500px;
  background: url("../../assets/img/sub-top4.jpg") no-repeat top center; }
  @media only screen and (max-width: 542px) {
    section.sub-top4 {
      height: 300px; } }

section.sub-top5 {
  width: 100%;
  height: 500px;
  background: url("../../assets/img/sub-top5.jpg") no-repeat top center; }
  @media only screen and (max-width: 542px) {
    section.sub-top5 {
      height: 300px; } }

section.sub-top6 {
  width: 100%;
  height: 500px;
  background: url("../../assets/img/sub-top6.jpg") no-repeat top center; }
  @media only screen and (max-width: 542px) {
    section.sub-top6 {
      height: 300px; } }

section.content {
  width: 100%;
  padding: 100px 0; }
  section.content h6 {
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #a88f7e;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    text-indent: 10px; }
    @media only screen and (max-width: 768px) {
      section.content h6 {
        font-size: 14px; } }
  section.content h2 {
    position: relative;
    width: 100%;
    color: #4a4d51;
    text-align: center;
    font-size: 45px;
    font-family: 'Noto Sans KR';
    font-weight: 400;
    z-index: 1; }
    @media only screen and (max-width: 1024px) {
      section.content h2 {
        font-size: 40px; } }
    @media only screen and (max-width: 768px) {
      section.content h2 {
        font-size: 34px; } }
  section.content .back-p {
    width: 100%;
    position: absolute;
    text-align: center;
    font-family: 'Nanum Myeongjo', serif;
    font-size: 100px;
    color: #fff;
    font-weight: 600;
    margin-top: -50px;
    z-index: 0; }
    @media only screen and (max-width: 768px) {
      section.content .back-p {
        font-size: 44px;
        margin-top: -30px; } }
    @media only screen and (max-width: 542px) {
      section.content .back-p {
        font-size: 44px;
        margin-top: -30px; } }
  section.content p {
    width: 100%;
    font-size: 16px;
    color: #000;
    text-align: left;
    font-family: 'NanumBarunGothic';
    line-height: 26px;
    margin-top: 10px; }
    @media only screen and (max-width: 542px) {
      section.content p {
        font-size: 14px;
        line-height: 18px; } }
  section.content .line {
    width: 1px;
    height: 50px;
    margin: 0 auto;
    background: #a88f7e;
    margin-top: 50px; }
  section.content .container .desc {
    font-family: 'Nanum Myeongjo', serif;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    padding-top: 50px; }
    @media only screen and (max-width: 542px) {
      section.content .container .desc {
        font-size: 14px;
        line-height: 20px; }
        section.content .container .desc br {
          display: none; } }
  section.content .container .big-desc {
    margin-top: 50px;
    font-family: 'Nanum Myeongjo', serif;
    font-size: 34px;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
    color: #4a4d51; }
    @media only screen and (max-width: 768px) {
      section.content .container .big-desc {
        font-size: 26px; } }
    @media only screen and (max-width: 542px) {
      section.content .container .big-desc {
        font-size: 20px;
        line-height: 26px; }
        section.content .container .big-desc br {
          display: none; } }
  section.content .container .img {
    width: 100%;
    text-align: center;
    margin-top: 50px; }
  section.content .container .board-desc {
    width: 100%;
    border-top: 2px solid #000;
    margin-top: 50px; }
    section.content .container .board-desc th {
      position: relative;
      border-bottom: 1px solid #e4e4e4;
      color: #000;
      font-size: 20px;
      padding: 15px 10px;
      vertical-align: middle;
      font-family: 'NanumBarunGothic'; }
      @media only screen and (max-width: 768px) {
        section.content .container .board-desc th {
          font-size: 14px;
          line-height: 20px; } }
    section.content .container .board-desc td {
      text-align: left;
      border-bottom: 1px solid #e4e4e4;
      color: #000;
      padding: 15px 10px;
      font-size: 16px;
      font-family: 'NanumBarunGothic'; }
      section.content .container .board-desc td img {
        max-width: 100% !important; }
      @media only screen and (max-width: 768px) {
        section.content .container .board-desc td {
          font-size: 14px;
          line-height: 20px; } }
    section.content .container .board-desc td.data {
      background: #f2f2f2; }
    section.content .container .board-desc .tal {
      text-align: left; }
    section.content .container .board-desc .tar {
      text-align: right; }
    section.content .container .board-desc .b-desc {
      padding: 20px;
      font-size: 18px;
      line-height: 26px;
      text-align: left; }
      @media only screen and (max-width: 542px) {
        section.content .container .board-desc .b-desc {
          font-size: 14px;
          line-height: 18px;
          padding: 5px; } }

section.tspartners {
  padding-bottom: 0px !important;
  background: #fff; }

section.successstory {
  width: 100%; }
  section.successstory .container {
    width: 100%;
    text-align: center;
    margin-top: 130px; }
    section.successstory .container ul {
      display: inline-block; }
      section.successstory .container ul li.suc-item {
        position: relative;
        float: left;
        width: 25%;
        padding: 0 15px; }
        section.successstory .container ul li.suc-item .big-circle {
          z-index: 0;
          width: 240px;
          height: 240px;
          border-radius: 50%;
          background: #292c30;
          padding: 20px; }
          section.successstory .container ul li.suc-item .big-circle .part {
            width: 100%;
            margin-top: 30px;
            font-size: 14px;
            color: #fff;
            text-align: center;
            font-family: 'NanumBarunGothic'; }
            @media only screen and (max-width: 542px) {
              section.successstory .container ul li.suc-item .big-circle .part {
                font-size: 12px;
                margin-top: 0px; } }
          section.successstory .container ul li.suc-item .big-circle .title {
            width: 100%;
            margin-top: 15px;
            font-size: 28px;
            line-height: 30px;
            color: #a88f7e;
            text-align: center;
            font-family: 'Nanum Myeongjo', serif;
            overflow: hidden;
            text-overflow: ellipsis;
            word-wrap: normal;
            display: -ms-flexbox;
            display: -moz-box;
            display: -webkit-box;
            display: box;
            line-height: 1.2em;
            height: 2.4em;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical; }
            @media only screen and (max-width: 542px) {
              section.successstory .container ul li.suc-item .big-circle .title {
                font-size: 20px;
                line-height: 24px;
                margin-top: 10px; } }
          section.successstory .container ul li.suc-item .big-circle .desc {
            width: 100%;
            font-size: 14px;
            color: #eff5ff;
            text-align: center;
            font-family: 'NanumBarunGothic';
            line-height: 20px;
            margin-top: 10px;
            padding: 0 10px;
            overflow: hidden;
            text-overflow: ellipsis;
            word-wrap: normal;
            display: -ms-flexbox;
            display: -moz-box;
            display: -webkit-box;
            display: box;
            line-height: 1.2em;
            height: 2.4em;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical; }
            @media only screen and (max-width: 542px) {
              section.successstory .container ul li.suc-item .big-circle .desc {
                font-size: 14px;
                line-height: 18px;
                padding: 0px;
                margin-top: 5px;
                overflow: hidden;
                text-overflow: ellipsis;
                display: box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical; } }
          @media only screen and (max-width: 1024px) {
            section.successstory .container ul li.suc-item .big-circle {
              margin: 0 auto; } }
          @media only screen and (max-width: 542px) {
            section.successstory .container ul li.suc-item .big-circle {
              width: 150px;
              height: 150px; } }
        section.successstory .container ul li.suc-item .small-circle {
          position: absolute;
          z-index: 1;
          top: 0;
          left: 0;
          width: 70px;
          height: 70px;
          border-radius: 50%;
          background: #a88f7e;
          font-size: 14px;
          font-family: 'NanumBarunGothic';
          color: #fff;
          padding-top: 20px;
          line-height: 16px; }
          @media only screen and (max-width: 768px) {
            section.successstory .container ul li.suc-item .small-circle {
              left: 60px; } }
          @media only screen and (max-width: 542px) {
            section.successstory .container ul li.suc-item .small-circle {
              font-size: 14px;
              width: 50px;
              height: 50px;
              padding-top: 10px;
              left: 7px; } }
        @media only screen and (max-width: 768px) {
          section.successstory .container ul li.suc-item {
            width: 50%;
            margin-bottom: 15px; } }
      @media only screen and (max-width: 542px) {
        section.successstory .container ul {
          padding-left: 20px !important; } }
    section.successstory .container .search {
      margin-top: 50px; }
    section.successstory .container table.board-info {
      width: 100%;
      margin: 0 auto;
      border-top: 3px solid #000;
      margin-top: 20px;
      font-family: 'NanumBarunGothic'; }
      section.successstory .container table.board-info th {
        border-bottom: 1px solid #e4e4e4;
        color: #000;
        background: #f2f2f2;
        font-size: 16px;
        padding: 15px 15px;
        vertical-align: middle;
        text-align: center;
        vertical-align: middle; }
        @media only screen and (max-width: 768px) {
          section.successstory .container table.board-info th {
            font-size: 14px;
            line-height: 18px;
            padding: 5px; } }
        @media only screen and (max-width: 542px) {
          section.successstory .container table.board-info th {
            font-size: 14px;
            line-height: 18px;
            padding: 5px; } }
      section.successstory .container table.board-info td {
        text-align: center;
        border-bottom: 1px solid #e4e4e4;
        color: #8a8a8a;
        font-size: 16px;
        padding: 10px 20px;
        line-height: 20px;
        vertical-align: middle; }
        section.successstory .container table.board-info td .info-lawyer {
          text-align: center;
          height: 76px; }
          section.successstory .container table.board-info td .info-lawyer ul {
            display: inline-block; }
            section.successstory .container table.board-info td .info-lawyer ul li.info-item {
              float: left;
              padding: 5px; }
        section.successstory .container table.board-info td p.info-title {
          color: #000; }
        section.successstory .container table.board-info td p {
          color: #7b7b7b;
          margin-top: 5px; }
        section.successstory .container table.board-info td textarea {
          width: 100%;
          height: 200px;
          padding: 10px;
          background: #f2f2f2;
          border: 1px solid #e4e4e4; }
        @media only screen and (max-width: 768px) {
          section.successstory .container table.board-info td {
            font-size: 14px;
            line-height: 18px;
            padding: 5px; } }
        @media only screen and (max-width: 542px) {
          section.successstory .container table.board-info td {
            font-size: 14px;
            line-height: 18px;
            padding: 5px; } }
      section.successstory .container table.board-info td.tal {
        text-align: left !important; }
      section.successstory .container table.board-info td.color {
        color: #a88f7e; }
      section.successstory .container table.board-info td.data {
        background: #f2f2f2; }
      @media only screen and (max-width: 542px) {
        section.successstory .container table.board-info td.mobile-none {
          display: none; } }
      @media only screen and (max-width: 542px) {
        section.successstory .container table.board-info th.mobile-none {
          display: none; } }
      @media only screen and (max-width: 542px) {
        section.successstory .container table.board-info col.mobile-none {
          display: none; } }
    @media only screen and (max-width: 768px) {
      section.successstory .container {
        margin-top: 50px; } }

section.success-detail {
  width: 100%; }
  section.success-detail .container {
    margin-top: 100px; }
    section.success-detail .container ul li.half-item:first-child {
      float: left;
      width: 70%; }
      section.success-detail .container ul li.half-item:first-child table.board-desc {
        width: 100%;
        border-top: 2px solid #000;
        margin-top: 0px; }
        section.success-detail .container ul li.half-item:first-child table.board-desc th {
          position: relative;
          border-bottom: 1px solid #e4e4e4;
          color: #000;
          font-size: 20px;
          padding: 15px 10px;
          vertical-align: middle;
          font-family: 'NanumBarunGothic'; }
          @media only screen and (max-width: 768px) {
            section.success-detail .container ul li.half-item:first-child table.board-desc th {
              font-size: 14px;
              line-height: 18px;
              padding: 5px; } }
          @media only screen and (max-width: 542px) {
            section.success-detail .container ul li.half-item:first-child table.board-desc th {
              font-size: 14px;
              line-height: 20px;
              padding: 5px; } }
        section.success-detail .container ul li.half-item:first-child table.board-desc td {
          text-align: left;
          border-bottom: 1px solid #e4e4e4;
          color: #000;
          padding: 15px 10px;
          font-size: 16px;
          font-family: 'NanumBarunGothic'; }
          section.success-detail .container ul li.half-item:first-child table.board-desc td p.sd-title {
            padding: 15px 15px;
            font-size: 34px;
            font-weight: bold;
            text-align: left;
            margin-top: 20px; }
            @media only screen and (max-width: 542px) {
              section.success-detail .container ul li.half-item:first-child table.board-desc td p.sd-title {
                font-size: 20px;
                line-height: 26px;
                padding: 10px; } }
          section.success-detail .container ul li.half-item:first-child table.board-desc td .summary {
            background: #fff;
            padding: 20px 40px; }
            section.success-detail .container ul li.half-item:first-child table.board-desc td .summary p.ss-title {
              font-size: 20px;
              font-weight: bold;
              text-align: left;
              margin-top: 20px; }
              @media only screen and (max-width: 542px) {
                section.success-detail .container ul li.half-item:first-child table.board-desc td .summary p.ss-title {
                  font-size: 14px;
                  line-height: 20px;
                  padding: 10px;
                  margin-top: 0px; } }
            section.success-detail .container ul li.half-item:first-child table.board-desc td .summary .s-desc {
              margin-top: 20px;
              font-size: 16px;
              color: #43454c;
              line-height: 24px; }
              @media only screen and (max-width: 542px) {
                section.success-detail .container ul li.half-item:first-child table.board-desc td .summary .s-desc {
                  font-size: 14px;
                  line-height: 18px;
                  padding: 5px;
                  margin-top: 10px; } }
            @media only screen and (max-width: 542px) {
              section.success-detail .container ul li.half-item:first-child table.board-desc td .summary {
                padding: 10px 10px; } }
          section.success-detail .container ul li.half-item:first-child table.board-desc td img {
            max-width: 100% !important; }
          @media only screen and (max-width: 768px) {
            section.success-detail .container ul li.half-item:first-child table.board-desc td {
              font-size: 14px;
              line-height: 18px;
              padding: 5px; } }
          @media only screen and (max-width: 542px) {
            section.success-detail .container ul li.half-item:first-child table.board-desc td {
              font-size: 14px;
              line-height: 18px;
              padding: 5px; } }
        section.success-detail .container ul li.half-item:first-child table.board-desc td.data {
          background: #f2f2f2; }
        section.success-detail .container ul li.half-item:first-child table.board-desc .tal {
          text-align: left; }
        section.success-detail .container ul li.half-item:first-child table.board-desc .tar {
          text-align: right; }
        section.success-detail .container ul li.half-item:first-child table.board-desc .b-desc {
          padding: 20px;
          font-size: 16px;
          line-height: 26px;
          text-align: left; }
          @media only screen and (max-width: 542px) {
            section.success-detail .container ul li.half-item:first-child table.board-desc .b-desc {
              font-size: 14px;
              line-height: 18px;
              padding: 5px; } }
      section.success-detail .container ul li.half-item:first-child .page-line {
        width: 100%; }
        section.success-detail .container ul li.half-item:first-child .page-line .prv {
          width: 100%;
          border-bottom: 1px solid #e4e4e4; }
          section.success-detail .container ul li.half-item:first-child .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.success-detail .container ul li.half-item:first-child .page-line .prv ul li.prv-item {
              float: left;
              font-size: 12px;
              font-family: 'NanumBarunGothic';
              padding: 15px 10px; }
              section.success-detail .container ul li.half-item:first-child .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: 542px) {
                section.success-detail .container ul li.half-item:first-child .page-line .prv ul li.prv-item {
                  font-size: 12px;
                  line-height: 18px;
                  padding: 5px; } }
            section.success-detail .container ul li.half-item:first-child .page-line .prv ul li:first-child {
              width: 10%;
              text-align: center; }
              @media only screen and (max-width: 542px) {
                section.success-detail .container ul li.half-item:first-child .page-line .prv ul li:first-child {
                  width: 15%; } }
            section.success-detail .container ul li.half-item:first-child .page-line .prv ul li:nth-child(2) {
              width: 75%;
              text-align: left; }
              @media only screen and (max-width: 542px) {
                section.success-detail .container ul li.half-item:first-child .page-line .prv ul li:nth-child(2) {
                  width: 65%; } }
            section.success-detail .container ul li.half-item:first-child .page-line .prv ul li:last-child {
              width: 15%;
              font-size: 12px;
              letter-spacing: -1px; }
              @media only screen and (max-width: 542px) {
                section.success-detail .container ul li.half-item:first-child .page-line .prv ul li:last-child {
                  font-size: 12px;
                  line-height: 18px; } }
              @media only screen and (max-width: 542px) {
                section.success-detail .container ul li.half-item:first-child .page-line .prv ul li:last-child {
                  width: 20%; } }
            section.success-detail .container ul li.half-item:first-child .page-line .prv ul:hover {
              background: #f2f2f2; }
        section.success-detail .container ul li.half-item:first-child .page-line .next {
          width: 100%; }
          section.success-detail .container ul li.half-item:first-child .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.success-detail .container ul li.half-item:first-child .page-line .next ul li.next-item {
              float: left;
              font-size: 12px;
              font-family: 'NanumBarunGothic';
              padding: 15px 10px; }
              section.success-detail .container ul li.half-item:first-child .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: 542px) {
                section.success-detail .container ul li.half-item:first-child .page-line .next ul li.next-item {
                  font-size: 12px;
                  line-height: 18px;
                  padding: 5px; } }
            section.success-detail .container ul li.half-item:first-child .page-line .next ul li:first-child {
              width: 10%;
              text-align: center; }
              @media only screen and (max-width: 542px) {
                section.success-detail .container ul li.half-item:first-child .page-line .next ul li:first-child {
                  width: 15%; } }
            section.success-detail .container ul li.half-item:first-child .page-line .next ul li:nth-child(2) {
              width: 75%;
              text-align: left; }
              @media only screen and (max-width: 542px) {
                section.success-detail .container ul li.half-item:first-child .page-line .next ul li:nth-child(2) {
                  width: 65%; } }
            section.success-detail .container ul li.half-item:first-child .page-line .next ul li:last-child {
              width: 15%;
              font-size: 12px; }
              @media only screen and (max-width: 542px) {
                section.success-detail .container ul li.half-item:first-child .page-line .next ul li:last-child {
                  font-size: 12px;
                  line-height: 18px; } }
  @media only screen and (max-width: 542px) and (max-width: 542px) {
    section.success-detail .container ul li.half-item:first-child .page-line .next ul li:last-child {
      width: 20%; } }

            section.success-detail .container ul li.half-item:first-child .page-line .next ul:hover {
              background: #f2f2f2; }
      @media only screen and (max-width: 768px) {
        section.success-detail .container ul li.half-item:first-child {
          width: 100%; } }
    section.success-detail .container ul li.half-item:last-child {
      float: right;
      width: 27%;
      background: #f2f2f2;
      padding: 10px; }
      section.success-detail .container ul li.half-item:last-child .kjm a img {
        width: 100%; }
      section.success-detail .container ul li.half-item:last-child .half-tab {
        background: #1e222a;
        padding: 10px 10px;
        font-size: 16px;
        font-weight: bold;
        text-align: left;
        color: #fff;
        margin-top: 10px; }
      section.success-detail .container ul li.half-item:last-child .info-lawyer {
        background: #fff;
        padding: 10px;
        text-align: left; }
        section.success-detail .container ul li.half-item:last-child .info-lawyer ul {
          display: inline-block; }
          section.success-detail .container ul li.half-item:last-child .info-lawyer ul li.info-item {
            float: left;
            padding: 5px; }
            section.success-detail .container ul li.half-item:last-child .info-lawyer ul li.info-item img {
              height: 66px; }
      section.success-detail .container ul li.half-item:last-child .ts-con {
        background: url("../../assets/img/con-back.jpg") no-repeat top center;
        padding: 20px 20px; }
        section.success-detail .container ul li.half-item:last-child .ts-con p.con {
          font-family: 'NanumBarunGothic';
          font-size: 18px;
          color: #fff;
          line-height: 24px; }
        section.success-detail .container ul li.half-item:last-child .ts-con div.btn-round {
          margin-top: 10px;
          margin-bottom: 10px;
          text-align: center !important; }
          section.success-detail .container ul li.half-item:last-child .ts-con div.btn-round a {
            width: 100%;
            display: inline-block;
            border: 1px solid #fff;
            border-radius: 50px;
            color: #fff;
            font-size: 16px;
            padding: 10px 20px;
            -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.success-detail .container ul li.half-item:last-child .ts-con div.btn-round a:hover {
              background: #fff;
              color: #1e222a; }
        @media only screen and (max-width: 768px) {
          section.success-detail .container ul li.half-item:last-child .ts-con {
            width: 100%; } }
      @media only screen and (max-width: 768px) {
        section.success-detail .container ul li.half-item:last-child {
          width: 100%; } }
    section.success-detail .container .btn-write {
      text-align: center;
      margin-top: 30px; }

section.press {
  width: 100%; }
  section.press .container .search {
    margin-top: 100px; }
    @media only screen and (max-width: 542px) {
      section.press .container .search {
        margin-top: 50px; } }
  section.press .container .press-box {
    width: 100%;
    margin-top: 20px;
    text-align: center; }
    section.press .container .press-box ul {
      display: inline-block;
      margin: 0 -10px; }
      section.press .container .press-box ul li.press-item {
        float: left;
        width: 33.333%;
        padding: 10px;
        -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.press .container .press-box ul li.press-item a {
          display: inline-block;
          padding: 15px;
          background: #fff;
          border: 1px solid #999;
          min-height: 522px; }
          section.press .container .press-box ul li.press-item a .press-img {
            width: 100%;
            -webkit-transition: all 0.4s;
            -moz-transition: all 0.4s;
            -ms-transition: all 0.4s;
            -o-transition: all 0.4s;
            transition: all 0.4s;
            max-height: 230px;
            overflow: hidden; }
            section.press .container .press-box ul li.press-item a .press-img img {
              width: 100%; }
            section.press .container .press-box ul li.press-item a .press-img:hover {
              opacity: 0.7; }
            @media only screen and (max-width: 1024px) {
              section.press .container .press-box ul li.press-item a .press-img {
                max-height: 196px; } }
          section.press .container .press-box ul li.press-item a .date-line {
            width: 100%;
            padding: 20px 0; }
            section.press .container .press-box ul li.press-item a .date-line ul {
              width: 100%; }
              section.press .container .press-box ul li.press-item a .date-line ul li.date-item {
                float: left;
                width: 50%;
                font-size: 16px;
                color: #a88f7e; }
              section.press .container .press-box ul li.press-item a .date-line ul li.date-item:first-child {
                text-align: left;
                font-family: 'NanumBarunGothic'; }
              section.press .container .press-box ul li.press-item a .date-line ul li.date-item:last-child {
                text-align: right;
                font-family: 'NanumBarunGothic'; }
          section.press .container .press-box ul li.press-item a .press-desc {
            width: 100%; }
            section.press .container .press-box ul li.press-item a .press-desc .press-title {
              font-size: 20px;
              font-family: 'NanumBarunGothic';
              text-align: left;
              line-height: 28px;
              min-height: 56px; }
              @media only screen and (max-width: 542px) {
                section.press .container .press-box ul li.press-item a .press-desc .press-title {
                  font-size: 18px;
                  line-height: 24px;
                  overflow: hidden;
                  text-overflow: ellipsis;
                  display: -webkit-box;
                  -webkit-line-clamp: 1;
                  -webkit-box-orient: vertical; } }
            section.press .container .press-box ul li.press-item a .press-desc p {
              color: #666;
              font-size: 16px;
              text-align: left;
              word-break: keep-all;
              margin-bottom: 50px;
              line-height: 1.5em;
              height: 4.5em;
              overflow: hidden;
              text-overflow: ellipsis;
              -webkit-line-clamp: 3;
              -webkit-box-orient: vertical; }
              @media only screen and (max-width: 542px) {
                section.press .container .press-box ul li.press-item a .press-desc p {
                  font-size: 14px;
                  height: auto;
                  line-height: 18px; } }
          @media only screen and (max-width: 542px) {
            section.press .container .press-box ul li.press-item a {
              min-height: auto; } }
        @media only screen and (max-width: 768px) {
          section.press .container .press-box ul li.press-item {
            width: 50%;
            min-height: 380px; } }
        @media only screen and (max-width: 542px) {
          section.press .container .press-box ul li.press-item {
            width: 100%;
            min-height: 330px; } }

section.press-detail {
  width: 100%; }
  section.press-detail .container {
    width: 100%;
    margin-top: 100px; }
    section.press-detail .container .btn-write {
      text-align: center;
      margin-top: 30px; }
    section.press-detail .container .page-line {
      width: 100%; }
      section.press-detail .container .page-line .prv {
        width: 100%;
        border-bottom: 1px solid #e4e4e4; }
        section.press-detail .container .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.press-detail .container .page-line .prv ul li.prv-item {
            float: left;
            font-size: 12px;
            font-family: 'NanumBarunGothic';
            padding: 15px 10px; }
            section.press-detail .container .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: 542px) {
              section.press-detail .container .page-line .prv ul li.prv-item {
                font-size: 12px;
                line-height: 18px;
                padding: 5px; } }
          section.press-detail .container .page-line .prv ul li:first-child {
            width: 10%;
            text-align: center; }
            @media only screen and (max-width: 542px) {
              section.press-detail .container .page-line .prv ul li:first-child {
                width: 15%; } }
          section.press-detail .container .page-line .prv ul li:nth-child(2) {
            width: 75%;
            text-align: left; }
            @media only screen and (max-width: 542px) {
              section.press-detail .container .page-line .prv ul li:nth-child(2) {
                width: 65%; } }
          section.press-detail .container .page-line .prv ul li:last-child {
            width: 15%;
            font-size: 12px;
            letter-spacing: -1px; }
            @media only screen and (max-width: 542px) {
              section.press-detail .container .page-line .prv ul li:last-child {
                font-size: 12px;
                line-height: 18px; } }
            @media only screen and (max-width: 542px) {
              section.press-detail .container .page-line .prv ul li:last-child {
                width: 20%; } }
          section.press-detail .container .page-line .prv ul:hover {
            background: #f2f2f2; }
      section.press-detail .container .page-line .next {
        width: 100%; }
        section.press-detail .container .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.press-detail .container .page-line .next ul li.next-item {
            float: left;
            font-size: 12px;
            font-family: 'NanumBarunGothic';
            padding: 15px 10px; }
            section.press-detail .container .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: 542px) {
              section.press-detail .container .page-line .next ul li.next-item {
                font-size: 12px;
                line-height: 18px;
                padding: 5px; } }
          section.press-detail .container .page-line .next ul li:first-child {
            width: 10%;
            text-align: center; }
            @media only screen and (max-width: 542px) {
              section.press-detail .container .page-line .next ul li:first-child {
                width: 15%; } }
          section.press-detail .container .page-line .next ul li:nth-child(2) {
            width: 75%;
            text-align: left; }
            @media only screen and (max-width: 542px) {
              section.press-detail .container .page-line .next ul li:nth-child(2) {
                width: 65%; } }
          section.press-detail .container .page-line .next ul li:last-child {
            width: 15%;
            font-size: 12px; }
            @media only screen and (max-width: 542px) {
              section.press-detail .container .page-line .next ul li:last-child {
                font-size: 12px;
                line-height: 18px; } }
  @media only screen and (max-width: 542px) and (max-width: 542px) {
    section.press-detail .container .page-line .next ul li:last-child {
      width: 20%; } }

          section.press-detail .container .page-line .next ul:hover {
            background: #f2f2f2; }

section.location {
  width: 100%; }
  section.location .container .map {
    width: 100%; }
    section.location .container .map ul li.map-item {
      float: left;
      width: 50%;
      height: 600px;
      background: #fff; }
      section.location .container .map ul li.map-item img {
        width: 60px; }
      section.location .container .map ul li.map-item iframe {
        width: 100%;
        height: 600px; }
        @media only screen and (max-width: 768px) {
          section.location .container .map ul li.map-item iframe {
            height: 400px; } }
      section.location .container .map ul li.map-item .map-info {
        width: 460px;
        margin: 0 auto;
        margin-bottom: 18px; }
        section.location .container .map ul li.map-item .map-info ul {
          width: 100%; }
          section.location .container .map ul li.map-item .map-info ul li.mi-item {
            float: left;
            height: 85px;
            background: #fff; }
            @media only screen and (max-width: 1024px) {
              section.location .container .map ul li.map-item .map-info ul li.mi-item .address-m {
                margin-top: 0; } }
            @media only screen and (max-width: 768px) {
              section.location .container .map ul li.map-item .map-info ul li.mi-item .address-m {
                margin-top: 10px; } }
            section.location .container .map ul li.map-item .map-info ul li.mi-item .btn-copy {
              display: none; }
              @media only screen and (max-width: 1024px) {
                section.location .container .map ul li.map-item .map-info ul li.mi-item .btn-copy {
                  display: inline-block;
                  margin-top: 2px;
                  padding-left: 20px;
                  font-size: 10px;
                  font-weight: 500;
                  padding: 5px 5px;
                  color: #fff;
                  background: #161a23;
                  margin-left: 20px; } }
              @media only screen and (max-width: 542px) {
                section.location .container .map ul li.map-item .map-info ul li.mi-item .btn-copy {
                  margin-top: 10px;
                  font-size: 12px;
                  margin-left: 0; } }
            @media only screen and (max-width: 542px) {
              section.location .container .map ul li.map-item .map-info ul li.mi-item {
                width: 100%;
                text-align: center;
                height: auto; } }
          section.location .container .map ul li.map-item .map-info ul li.mi-item:last-child p {
            width: 400px;
            text-align: left;
            padding: 0 20px;
            line-height: 20px;
            font-family: 'NanumBarunGothic';
            font-size: 14px;
            letter-spacing: -1px; }
            section.location .container .map ul li.map-item .map-info ul li.mi-item:last-child p span.brown {
              color: #a88f7e; }
            @media only screen and (max-width: 1024px) {
              section.location .container .map ul li.map-item .map-info ul li.mi-item:last-child p {
                width: 500px; } }
            @media only screen and (max-width: 542px) {
              section.location .container .map ul li.map-item .map-info ul li.mi-item:last-child p {
                width: 100%;
                text-align: center;
                font-size: 14px;
                line-height: 18px; } }
          @media only screen and (max-width: 542px) {
            section.location .container .map ul li.map-item .map-info ul li.mi-item:last-child {
              padding-bottom: 20px; } }
          @media only screen and (max-width: 768px) {
            section.location .container .map ul li.map-item .map-info ul {
              margin-bottom: 10px; } }
        @media only screen and (max-width: 1024px) {
          section.location .container .map ul li.map-item .map-info {
            width: 100%;
            margin: 0;
            padding-bottom: 20px; } }
        @media only screen and (max-width: 768px) {
          section.location .container .map ul li.map-item .map-info {
            width: 100%;
            padding-bottom: 0; } }
      section.location .container .map ul li.map-item .mt40 {
        margin-top: 40px; }
      @media only screen and (max-width: 1024px) {
        section.location .container .map ul li.map-item {
          width: 100%;
          height: auto; } }
      @media only screen and (max-width: 768px) {
        section.location .container .map ul li.map-item {
          height: auto; } }
    section.location .container .map ul li.map-item:last-child {
      padding: 10px;
      margin-top: 20px; }
      section.location .container .map ul li.map-item:last-child p.help {
        color: #fff;
        background-color: #292c30;
        font-size: 25px;
        font-weight: 500;
        text-align: left;
        display: inline;
        padding: 10px;
        margin-left: 45px; }
        @media only screen and (max-width: 1024px) {
          section.location .container .map ul li.map-item:last-child p.help {
            margin-left: 0; } }
        @media only screen and (max-width: 542px) {
          section.location .container .map ul li.map-item:last-child p.help {
            text-align: center;
            line-height: 24px; } }
      @media only screen and (max-width: 1024px) {
        section.location .container .map ul li.map-item:last-child {
          padding: 60px; } }
      @media only screen and (max-width: 542px) {
        section.location .container .map ul li.map-item:last-child {
          padding: 20px;
          display: inline-block;
          text-align: center; } }

section.counseling .h2-cs {
  position: relative;
  width: 100%;
  color: #4a4d51;
  text-align: center;
  font-size: 45px;
  z-index: 1;
  font-family: 'Nanum Myeongjo', serif;
  font-weight: 600; }
section.counseling .container {
  width: 1000px;
  margin: 0 auto;
  margin-top: 100px;
  text-align: center; }
  section.counseling .container table.board-info {
    width: 100%;
    margin: 0 auto;
    border-top: 3px solid #000;
    margin-top: 20px;
    font-family: 'NanumBarunGothic'; }
    section.counseling .container table.board-info th {
      border-bottom: 1px solid #e4e4e4;
      color: #000;
      background: #f2f2f2;
      font-size: 16px;
      letter-spacing: -1px;
      padding: 15px 10px;
      vertical-align: middle;
      text-align: center;
      vertical-align: middle; }
      @media only screen and (max-width: 768px) {
        section.counseling .container table.board-info th {
          font-size: 14px;
          line-height: 18px;
          padding: 5px; } }
      @media only screen and (max-width: 542px) {
        section.counseling .container table.board-info th {
          font-size: 14px;
          line-height: 18px;
          padding: 5px; } }
    section.counseling .container table.board-info td {
      text-align: center;
      border-bottom: 1px solid #e4e4e4;
      color: #8a8a8a;
      font-size: 16px;
      letter-spacing: -1px;
      padding: 10px 10px;
      line-height: 20px;
      vertical-align: middle; }
      section.counseling .container table.board-info td .lock {
        position: relative;
        display: inline-block;
        height: 14px;
        top: 2px;
        margin-left: 5px; }
      section.counseling .container table.board-info td .board-new {
        position: relative;
        display: inline-block;
        top: 2px; }
      section.counseling .container table.board-info td .new {
        position: relative;
        display: inline-block;
        height: 14px;
        top: 2px;
        margin-left: 5px; }
      section.counseling .container table.board-info td .info-lawyer {
        text-align: center;
        height: 76px; }
        section.counseling .container table.board-info td .info-lawyer ul {
          display: inline-block; }
          section.counseling .container table.board-info td .info-lawyer ul li.info-item {
            float: left;
            padding: 5px; }
      section.counseling .container table.board-info td p.info-title {
        color: #000; }
      section.counseling .container table.board-info td p {
        color: #7b7b7b;
        margin-top: 5px; }
      section.counseling .container table.board-info td p.desc {
        width: 100%;
        font-size: 14px;
        color: #999;
        font-family: 'NanumBarunGothic';
        line-height: 16px;
        text-align: left;
        height: 30px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical; }
      section.counseling .container table.board-info td textarea {
        width: 100%;
        height: 200px;
        padding: 10px;
        background: #f2f2f2;
        border: 1px solid #e4e4e4; }
      @media only screen and (max-width: 768px) {
        section.counseling .container table.board-info td {
          font-size: 14px;
          line-height: 18px;
          padding: 5px; } }
      @media only screen and (max-width: 542px) {
        section.counseling .container table.board-info td {
          font-size: 14px;
          line-height: 18px;
          padding: 5px; } }
    section.counseling .container table.board-info td.tal {
      text-align: left !important; }
    section.counseling .container table.board-info td.color {
      color: #a88f7e; }
    section.counseling .container table.board-info td.data {
      background: #f2f2f2; }
    section.counseling .container table.board-info td.ls0 {
      text-align: left; }
    @media only screen and (max-width: 542px) {
      section.counseling .container table.board-info td.mobile-none {
        display: none; } }
    @media only screen and (max-width: 542px) {
      section.counseling .container table.board-info th.mobile-none {
        display: none; } }
    @media only screen and (max-width: 542px) {
      section.counseling .container table.board-info col.mobile-none {
        display: none; } }
  section.counseling .container table.board-desc {
    width: 100%;
    border-top: 2px solid #000;
    margin-top: 50px; }
    section.counseling .container table.board-desc th {
      position: relative;
      border-bottom: 1px solid #e4e4e4;
      color: #000;
      font-size: 20px;
      padding: 15px 10px;
      vertical-align: middle;
      font-family: 'NanumBarunGothic'; }
      @media only screen and (max-width: 768px) {
        section.counseling .container table.board-desc th {
          font-size: 14px;
          line-height: 18px;
          padding: 5px; } }
      @media only screen and (max-width: 542px) {
        section.counseling .container table.board-desc th {
          font-size: 14px;
          line-height: 18px;
          padding: 5px; } }
    section.counseling .container table.board-desc td {
      text-align: left;
      border-bottom: 1px solid #e4e4e4;
      color: #000;
      padding: 15px 10px;
      font-size: 16px;
      font-family: 'NanumBarunGothic'; }
      section.counseling .container table.board-desc td img {
        max-width: 100% !important; }
      @media only screen and (max-width: 768px) {
        section.counseling .container table.board-desc td {
          font-size: 14px;
          line-height: 18px;
          padding: 5px; } }
      @media only screen and (max-width: 542px) {
        section.counseling .container table.board-desc td {
          font-size: 14px;
          line-height: 18px;
          padding: 5px; } }
    section.counseling .container table.board-desc td.data {
      background: #f2f2f2; }
    section.counseling .container table.board-desc .tal {
      text-align: left; }
    section.counseling .container table.board-desc .tar {
      text-align: right; }
    section.counseling .container table.board-desc .b-desc {
      padding: 20px;
      font-size: 18px;
      line-height: 26px;
      text-align: left !important; }
      section.counseling .container table.board-desc .b-desc p {
        text-align: left !important;
        font-size: 18px; }
        @media only screen and (max-width: 542px) {
          section.counseling .container table.board-desc .b-desc p {
            font-size: 14px;
            line-height: 18px;
            padding: 5px; } }
      section.counseling .container table.board-desc .b-desc div {
        text-align: left !important;
        font-size: 18px; }
        @media only screen and (max-width: 542px) {
          section.counseling .container table.board-desc .b-desc div {
            font-size: 14px;
            line-height: 18px;
            padding: 5px; } }
      @media only screen and (max-width: 542px) {
        section.counseling .container table.board-desc .b-desc {
          font-size: 14px;
          line-height: 18px;
          padding: 5px; } }
  section.counseling .container table.board-write {
    width: 100%;
    border-top: 3px solid #000;
    margin-top: 50px; }
    section.counseling .container table.board-write th {
      border-bottom: 1px solid #e4e4e4;
      color: #000;
      font-size: 16px;
      padding: 15px 20px;
      vertical-align: middle;
      text-align: right;
      font-family: 'NanumBarunGothic';
      background: #f2f2f2; }
      @media only screen and (max-width: 768px) {
        section.counseling .container table.board-write th {
          font-size: 14px;
          line-height: 18px;
          padding: 5px; } }
      @media only screen and (max-width: 542px) {
        section.counseling .container table.board-write th {
          font-size: 14px;
          line-height: 18px;
          padding: 5px; } }
    section.counseling .container table.board-write td {
      font-family: 'NanumBarunGothic';
      text-align: left;
      border-bottom: 1px solid #e4e4e4;
      color: #8a8a8a;
      font-size: 16px;
      padding: 15px 10px; }
      section.counseling .container table.board-write td input[type="checkbox"] {
        width: 12px;
        height: 12px;
        margin-right: 5px;
        position: relative;
        top: 1px; }
      section.counseling .container table.board-write td input {
        width: 100%;
        border: 1px solid #e4e4e4;
        padding: 5px; }
      section.counseling .container table.board-write td select {
        border: 1px solid #e4e4e4;
        padding: 5px; }
      section.counseling .container table.board-write td input.tel {
        width: 100px;
        height: 30px;
        border: 1px solid #e4e4e4; }
        @media only screen and (max-width: 542px) {
          section.counseling .container table.board-write td input.tel {
            width: 60px; } }
      section.counseling .container table.board-write td textarea {
        width: 100%;
        height: 200px;
        padding: 10px;
        background: #fff;
        border: 1px solid #e4e4e4;
        font-family: 'NanumBarunGothic'; }
      section.counseling .container table.board-write td .link a {
        font-size: 13px;
        text-decoration: underline;
        color: #000; }
      @media only screen and (max-width: 768px) {
        section.counseling .container table.board-write td {
          font-size: 14px;
          line-height: 18px;
          padding: 5px; } }
      section.counseling .container table.board-write td .check-input input {
        width: auto;
        padding: 0 10px; }
      section.counseling .container table.board-write td .check-input input[type="radio"] {
        position: relative;
        top: 2px; }
      @media only screen and (max-width: 542px) {
        section.counseling .container table.board-write td {
          font-size: 14px;
          line-height: 18px;
          padding: 5px; } }
    section.counseling .container table.board-write td.tac {
      text-align: center; }
  section.counseling .container .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.counseling .container .modify p.sub {
      font-size: 14px;
      color: #43454c; }
    section.counseling .container .modify p {
      text-align: center; }
    section.counseling .container .modify input {
      margin-top: 10px; }
    @media only screen and (max-width: 542px) {
      section.counseling .container .modify {
        width: 100%; } }
  section.counseling .container .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.counseling .container .delete p.sub {
      font-size: 14px;
      color: #43454c; }
    section.counseling .container .delete p {
      text-align: center; }
    section.counseling .container .delete input {
      margin-top: 10px; }
    @media only screen and (max-width: 542px) {
      section.counseling .container .delete {
        width: 100%; } }
  section.counseling .container .page-line {
    width: 100%; }
    section.counseling .container .page-line .prv {
      width: 100%;
      border-bottom: 1px solid #e4e4e4; }
      section.counseling .container .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.counseling .container .page-line .prv ul li.prv-item {
          float: left;
          font-size: 12px;
          font-family: 'NanumBarunGothic';
          padding: 15px 10px; }
          section.counseling .container .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: 542px) {
            section.counseling .container .page-line .prv ul li.prv-item {
              font-size: 12px;
              line-height: 18px;
              padding: 5px; } }
        section.counseling .container .page-line .prv ul li:first-child {
          width: 10%;
          text-align: center; }
          @media only screen and (max-width: 542px) {
            section.counseling .container .page-line .prv ul li:first-child {
              width: 15%; } }
        section.counseling .container .page-line .prv ul li:nth-child(2) {
          width: 75%;
          text-align: left; }
          @media only screen and (max-width: 542px) {
            section.counseling .container .page-line .prv ul li:nth-child(2) {
              width: 65%; } }
        section.counseling .container .page-line .prv ul li:last-child {
          width: 15%;
          font-size: 12px;
          letter-spacing: -1px; }
          @media only screen and (max-width: 542px) {
            section.counseling .container .page-line .prv ul li:last-child {
              font-size: 12px;
              line-height: 18px; } }
          @media only screen and (max-width: 542px) {
            section.counseling .container .page-line .prv ul li:last-child {
              width: 20%; } }
        section.counseling .container .page-line .prv ul:hover {
          background: #f2f2f2; }
    section.counseling .container .page-line .next {
      width: 100%; }
      section.counseling .container .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.counseling .container .page-line .next ul li.next-item {
          float: left;
          font-size: 12px;
          font-family: 'NanumBarunGothic';
          padding: 15px 10px; }
          section.counseling .container .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: 542px) {
            section.counseling .container .page-line .next ul li.next-item {
              font-size: 12px;
              line-height: 18px;
              padding: 5px; } }
        section.counseling .container .page-line .next ul li:first-child {
          width: 10%;
          text-align: center; }
          @media only screen and (max-width: 542px) {
            section.counseling .container .page-line .next ul li:first-child {
              width: 15%; } }
        section.counseling .container .page-line .next ul li:nth-child(2) {
          width: 75%;
          text-align: left; }
          @media only screen and (max-width: 542px) {
            section.counseling .container .page-line .next ul li:nth-child(2) {
              width: 65%; } }
        section.counseling .container .page-line .next ul li:last-child {
          width: 15%;
          font-size: 12px; }
          @media only screen and (max-width: 542px) {
            section.counseling .container .page-line .next ul li:last-child {
              font-size: 12px;
              line-height: 18px; } }
  @media only screen and (max-width: 542px) and (max-width: 542px) {
    section.counseling .container .page-line .next ul li:last-child {
      width: 20%; } }

        section.counseling .container .page-line .next ul:hover {
          background: #f2f2f2; }
  section.counseling .container button.btn-write {
    text-align: center;
    width: auto;
    margin: 0 auto;
    margin-top: 30px;
    display: inline;
    border: 0px;
    font-family: 'NanumBarunGothic';
    background: #292c30;
    color: #fff;
    font-size: 16px;
    padding: 15px 30px;
    -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.counseling .container button.btn-write:hover {
      background: #a88f7e;
      color: #fff; }
    @media only screen and (max-width: 542px) {
      section.counseling .container button.btn-write {
        font-size: 14px; } }
  section.counseling .container .btn-write {
    width: 100%;
    text-align: right; }
    section.counseling .container .btn-write a {
      font-family: 'NanumBarunGothic';
      display: inline-block;
      background: #292c30;
      color: #fff;
      font-size: 16px;
      padding: 15px 30px;
      -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.counseling .container .btn-write a:hover {
        background: #a88f7e;
        color: #fff; }
      @media only screen and (max-width: 542px) {
        section.counseling .container .btn-write a {
          font-size: 14px; } }
    @media only screen and (max-width: 542px) {
      section.counseling .container .btn-write {
        text-align: center;
        margin-top: 30px; } }
  section.counseling .container .btn-writec {
    width: 100%;
    text-align: center; }
    section.counseling .container .btn-writec a {
      font-family: 'NanumBarunGothic';
      display: inline-block;
      background: #292c30;
      color: #fff;
      font-size: 16px;
      padding: 15px 30px;
      -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.counseling .container .btn-writec a:hover {
        background: #a88f7e;
        color: #fff; }
      @media only screen and (max-width: 542px) {
        section.counseling .container .btn-writec a {
          font-size: 14px; } }
  @media only screen and (max-width: 542px) {
    section.counseling .container {
      width: 100%;
      margin-top: 0px; } }

section.condition {
  width: 100%;
  background: #fff; }
  section.condition .back-p {
    color: #f2f2f2; }
  section.condition .container {
    width: 1000px;
    margin: 0 auto;
    text-align: center;
    padding-top: 80px; }
    section.condition .container p.desc {
      text-align: left;
      font-family: 'NanumBarunGothic';
      font-size: 16px;
      line-height: 28px; }
      section.condition .container p.desc span.gray {
        font-size: 16px;
        color: #7b7b7b; }
        @media only screen and (max-width: 542px) {
          section.condition .container p.desc span.gray {
            font-size: 14px;
            line-height: 18px; } }
      @media only screen and (max-width: 542px) {
        section.condition .container p.desc {
          font-size: 14px;
          line-height: 18px; }
          section.condition .container p.desc br {
            display: block; } }
    section.condition .container p.title {
      font-size: 20px;
      text-align: left;
      padding-top: 30px;
      padding-bottom: 15px; }
      section.condition .container p.title i {
        font-size: 15px;
        color: #a88f7e;
        line-height: 15px; }
      @media only screen and (max-width: 542px) {
        section.condition .container p.title {
          font-size: 16px;
          line-height: 24px; } }
    section.condition .container table.board-desc {
      width: 100%;
      border-top: 2px solid #000;
      margin-top: 30px; }
      section.condition .container table.board-desc th {
        position: relative;
        border-bottom: 1px solid #e4e4e4;
        color: #000;
        background: #f2f2f2;
        font-size: 16px;
        padding: 15px 10px;
        text-align: left;
        line-height: 24px;
        vertical-align: middle;
        font-family: 'NanumBarunGothic'; }
        @media only screen and (max-width: 768px) {
          section.condition .container table.board-desc th {
            font-size: 14px;
            line-height: 18px;
            padding: 5px; } }
        @media only screen and (max-width: 542px) {
          section.condition .container table.board-desc th {
            font-size: 14px;
            line-height: 18px;
            padding: 5px; } }
      section.condition .container table.board-desc th.tac {
        text-align: center; }
      section.condition .container table.board-desc th.bg-navy {
        background: #1e222a !important;
        color: #fff; }
      section.condition .container table.board-desc td {
        text-align: left;
        border-bottom: 1px solid #e4e4e4;
        color: #000;
        background: #fff;
        padding: 15px 10px;
        font-size: 16px;
        font-family: 'NanumBarunGothic';
        line-height: 24px; }
        section.condition .container table.board-desc td p.sd-title {
          padding: 15px 15px;
          font-size: 34px;
          font-weight: bold;
          text-align: left;
          margin-top: 20px; }
        section.condition .container table.board-desc td .summary {
          background: #f2f2f2;
          padding: 20px 40px; }
          section.condition .container table.board-desc td .summary p.ss-title {
            font-size: 20px;
            font-weight: bold;
            text-align: left;
            margin-top: 20px; }
          section.condition .container table.board-desc td .summary .s-desc {
            margin-top: 20px;
            font-size: 16px;
            color: #43454c;
            line-height: 24px; }
        section.condition .container table.board-desc td img {
          max-width: 100% !important; }
        @media only screen and (max-width: 768px) {
          section.condition .container table.board-desc td {
            font-size: 14px;
            line-height: 18px;
            padding: 5px; } }
        @media only screen and (max-width: 542px) {
          section.condition .container table.board-desc td {
            font-size: 14px;
            line-height: 18px;
            padding: 5px; } }
      section.condition .container table.board-desc td.data {
        background: #f2f2f2; }
      section.condition .container table.board-desc .tal {
        text-align: left; }
      section.condition .container table.board-desc .tar {
        text-align: right; }
      section.condition .container table.board-desc .b-desc {
        padding: 20px;
        font-size: 16px;
        line-height: 26px;
        text-align: left; }
        @media only screen and (max-width: 542px) {
          section.condition .container table.board-desc .b-desc {
            font-size: 14px;
            line-height: 18px;
            padding: 5px; } }
    section.condition .container .chart {
      width: 100%;
      margin-top: 30px; }
      section.condition .container .chart ul li.chart-item {
        float: left;
        width: 50%; }
        section.condition .container .chart ul li.chart-item img {
          height: 270px; }
          @media only screen and (max-width: 542px) {
            section.condition .container .chart ul li.chart-item img {
              height: auto; } }
        @media only screen and (max-width: 542px) {
          section.condition .container .chart ul li.chart-item {
            width: 100%; } }
      section.condition .container .chart ul li.chart-item2 {
        width: 100%; }
        section.condition .container .chart ul li.chart-item2 img {
          height: 270px; }
          @media only screen and (max-width: 542px) {
            section.condition .container .chart ul li.chart-item2 img {
              height: auto; } }
        @media only screen and (max-width: 542px) {
          section.condition .container .chart ul li.chart-item2 {
            width: 100%; } }
      section.condition .container .chart ul li.chart-item3 {
        float: left;
        width: 30%;
        padding: 5px; }
        @media only screen and (max-width: 542px) {
          section.condition .container .chart ul li.chart-item3 {
            width: 100%; } }
      section.condition .container .chart ul li.chart-item3:first-child {
        width: 40%; }
        @media only screen and (max-width: 542px) {
          section.condition .container .chart ul li.chart-item3:first-child {
            width: 100%; } }
      section.condition .container .chart ul li.chart-item3:nth-last-child(3) {
        width: 40%; }
        @media only screen and (max-width: 542px) {
          section.condition .container .chart ul li.chart-item3:nth-last-child(3) {
            width: 100%; } }
    section.condition .container .chart-title {
      font-weight: bold;
      padding: 15px 0;
      font-size: 16px;
      text-align: center; }
    section.condition .container .gray-box {
      background: #f2f2f2;
      line-height: 30px;
      padding: 20px;
      font-size: 16px;
      text-align: left; }
      @media only screen and (max-width: 542px) {
        section.condition .container .gray-box {
          padding: 10px;
          font-size: 14px;
          line-height: 18px; } }
    section.condition .container h3 {
      position: relative;
      width: 100%;
      color: #4a4d51;
      text-align: center;
      font-size: 38px;
      font-family: 'Nanum Myeongjo', serif;
      font-weight: 600;
      z-index: 1;
      line-height: 48px; }
      @media only screen and (max-width: 542px) {
        section.condition .container h3 {
          margin-top: 0px;
          font-size: 24px;
          line-height: 32px; } }
    section.condition .container h4 {
      margin-top: 50px;
      position: relative;
      width: 100%;
      color: #4a4d51;
      text-align: center;
      font-size: 28px;
      font-family: 'Nanum Myeongjo', serif;
      font-weight: 600;
      z-index: 1;
      line-height: 36px; }
      @media only screen and (max-width: 542px) {
        section.condition .container h4 {
          margin-top: 0px;
          font-size: 20px;
          line-height: 28px; } }
    section.condition .container .line {
      width: 1px;
      height: 50px;
      background: #a88f7e;
      margin: 0 auto;
      margin-top: 50px; }
      @media only screen and (max-width: 542px) {
        section.condition .container .line {
          height: 30px;
          margin-top: 20px;
          margin-bottom: 20px; } }
    section.condition .container .back-text {
      display: inline-block;
      background: #a88f7e;
      color: #fff;
      padding: 5px 10px;
      margin-left: 10px; }
    @media only screen and (max-width: 768px) {
      section.condition .container {
        padding-top: 50px; } }
    @media only screen and (max-width: 542px) {
      section.condition .container {
        width: 100%;
        padding-top: 30px; } }
  section.condition .bg-gray {
    width: 100%;
    background: #f2f2f2;
    padding: 100px 0; }
    @media only screen and (max-width: 542px) {
      section.condition .bg-gray {
        padding: 50px 0; } }

section.standard {
  width: 100%;
  background: #fff; }
  section.standard .back-p {
    color: #f2f2f2; }
  section.standard .container {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-top: 80px; }
    section.standard .container p.desc {
      text-align: left;
      font-family: 'NanumBarunGothic';
      font-size: 16px;
      line-height: 28px; }
      section.standard .container p.desc span.gray {
        font-size: 16px;
        color: #7b7b7b; }
      section.standard .container p.desc span.sub-bold {
        font-weight: bold;
        color: #1e222a; }
      @media only screen and (max-width: 542px) {
        section.standard .container p.desc {
          font-size: 14px;
          line-height: 18px; } }
      section.standard .container p.desc br {
        display: block; }
    section.standard .container p.title {
      font-size: 20px;
      text-align: left;
      padding-top: 30px;
      padding-bottom: 15px; }
      section.standard .container p.title i {
        font-size: 15px;
        color: #a88f7e;
        line-height: 15px; }
      @media only screen and (max-width: 542px) {
        section.standard .container p.title {
          font-size: 16px;
          line-height: 24px; } }
    section.standard .container table.board-desc {
      width: 100%;
      border-top: 2px solid #000;
      margin-top: 30px; }
      section.standard .container table.board-desc th {
        position: relative;
        border-bottom: 1px solid #e4e4e4;
        color: #000;
        background: #f2f2f2;
        font-size: 16px;
        padding: 15px 10px;
        text-align: left;
        line-height: 24px;
        vertical-align: middle;
        font-weight: bold;
        font-family: 'NanumBarunGothic';
        text-align: center; }
        @media only screen and (max-width: 768px) {
          section.standard .container table.board-desc th {
            font-size: 14px;
            line-height: 18px;
            padding: 5px; } }
        @media only screen and (max-width: 542px) {
          section.standard .container table.board-desc th {
            font-size: 14px;
            line-height: 18px;
            padding: 5px; } }
      section.standard .container table.board-desc th.tac {
        text-align: center; }
      section.standard .container table.board-desc th.bg-navy {
        background: #1e222a !important;
        color: #fff; }
      section.standard .container table.board-desc td {
        text-align: left;
        vertical-align: middle;
        border-bottom: 1px solid #e4e4e4;
        color: #000;
        background: #fff;
        padding: 15px 10px;
        font-size: 16px;
        font-family: 'NanumBarunGothic';
        line-height: 24px; }
        section.standard .container table.board-desc td p.sd-title {
          padding: 15px 15px;
          font-size: 34px;
          font-weight: bold;
          text-align: left;
          margin-top: 20px; }
        section.standard .container table.board-desc td .summary {
          background: #f2f2f2;
          padding: 20px 40px; }
          section.standard .container table.board-desc td .summary p.ss-title {
            font-size: 20px;
            font-weight: bold;
            text-align: left;
            margin-top: 20px; }
          section.standard .container table.board-desc td .summary .s-desc {
            margin-top: 20px;
            font-size: 16px;
            color: #43454c;
            line-height: 24px; }
        section.standard .container table.board-desc td img {
          max-width: 100% !important; }
        @media only screen and (max-width: 768px) {
          section.standard .container table.board-desc td {
            font-size: 14px;
            line-height: 18px; } }
        @media only screen and (max-width: 542px) {
          section.standard .container table.board-desc td {
            font-size: 14px;
            line-height: 18px;
            padding: 5px; } }
      section.standard .container table.board-desc td.data {
        background: #f2f2f2; }
      section.standard .container table.board-desc .tal {
        text-align: left; }
      section.standard .container table.board-desc .tar {
        text-align: right; }
      section.standard .container table.board-desc .b-desc {
        padding: 20px;
        font-size: 16px;
        line-height: 26px;
        text-align: left; }
        @media only screen and (max-width: 542px) {
          section.standard .container table.board-desc .b-desc {
            font-size: 14px;
            line-height: 18px;
            padding: 5px; } }
    section.standard .container h2 {
      font-size: 40px; }
    @media only screen and (max-width: 768px) {
      section.standard .container {
        padding-top: 50px; } }
    @media only screen and (max-width: 542px) {
      section.standard .container {
        padding-top: 30px; } }
  section.standard .tab {
    width: 100%;
    border-top: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2; }
    section.standard .tab ul {
      width: 100%; }
      section.standard .tab ul li {
        width: 33.3333%;
        border-left: 1px solid #f2f2f2;
        border-bottom: 1px solid #f2f2f2;
        background: #f2f2f2;
        float: left; }
        section.standard .tab ul li a {
          display: inline-block;
          width: 100%;
          padding: 20px 10px;
          text-align: center;
          font-size: 18px;
          letter-spacing: -2px; }
          @media only screen and (max-width: 1024px) {
            section.standard .tab ul li a {
              font-size: 16px; } }
          @media only screen and (max-width: 768px) {
            section.standard .tab ul li a {
              font-size: 15px; } }
          @media only screen and (max-width: 542px) {
            section.standard .tab ul li a {
              font-size: 14px; } }
      section.standard .tab ul li.active a {
        background: #1e222a;
        color: #fff !important; }

section.characteristic {
  width: 100%;
  width: 100%;
  background: #fff; }
  section.characteristic .back-p {
    color: #f2f2f2; }
  section.characteristic .container {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-top: 80px; }
    section.characteristic .container p.desc {
      text-align: left;
      font-family: 'NanumBarunGothic';
      font-size: 16px;
      line-height: 28px; }
      section.characteristic .container p.desc span.gray {
        font-size: 14px;
        color: #7b7b7b; }
      section.characteristic .container p.desc span.sub-bold {
        font-weight: bold;
        color: #1e222a; }
      @media only screen and (max-width: 542px) {
        section.characteristic .container p.desc {
          font-size: 14px;
          line-height: 18px; }
          section.characteristic .container p.desc br {
            display: block; } }
    section.characteristic .container p.title {
      font-size: 20px;
      text-align: left;
      padding-top: 30px;
      padding-bottom: 15px; }
      section.characteristic .container p.title i {
        font-size: 15px;
        color: #a88f7e;
        line-height: 15px; }
      @media only screen and (max-width: 542px) {
        section.characteristic .container p.title {
          font-size: 16px;
          line-height: 24px; } }
    section.characteristic .container table.board-desc {
      width: 100%;
      border-top: 2px solid #000;
      margin-top: 30px; }
      section.characteristic .container table.board-desc th {
        position: relative;
        border-bottom: 1px solid #e4e4e4;
        color: #000;
        background: #f2f2f2;
        font-size: 16px;
        padding: 15px 10px;
        text-align: left;
        line-height: 24px;
        vertical-align: middle;
        font-weight: bold;
        font-family: 'NanumBarunGothic';
        text-align: center; }
        @media only screen and (max-width: 768px) {
          section.characteristic .container table.board-desc th {
            font-size: 14px;
            line-height: 18px;
            padding: 5px; } }
        @media only screen and (max-width: 542px) {
          section.characteristic .container table.board-desc th {
            font-size: 14px;
            line-height: 18px;
            padding: 5px; } }
      section.characteristic .container table.board-desc th.tac {
        text-align: center; }
      section.characteristic .container table.board-desc th.bg-navy {
        background: #1e222a !important;
        color: #fff; }
      section.characteristic .container table.board-desc td {
        text-align: left;
        vertical-align: middle;
        border-bottom: 1px solid #e4e4e4;
        color: #000;
        background: #fff;
        padding: 15px 10px;
        font-size: 16px;
        font-family: 'NanumBarunGothic';
        line-height: 24px; }
        section.characteristic .container table.board-desc td p.sd-title {
          padding: 15px 15px;
          font-size: 34px;
          font-weight: bold;
          text-align: left;
          margin-top: 20px; }
        section.characteristic .container table.board-desc td .summary {
          background: #f2f2f2;
          padding: 20px 40px; }
          section.characteristic .container table.board-desc td .summary p.ss-title {
            font-size: 20px;
            font-weight: bold;
            text-align: left;
            margin-top: 20px; }
          section.characteristic .container table.board-desc td .summary .s-desc {
            margin-top: 20px;
            font-size: 16px;
            color: #43454c;
            line-height: 24px; }
        section.characteristic .container table.board-desc td img {
          max-width: 100% !important; }
        @media only screen and (max-width: 768px) {
          section.characteristic .container table.board-desc td {
            font-size: 14px;
            line-height: 18px;
            padding: 5px; } }
        @media only screen and (max-width: 542px) {
          section.characteristic .container table.board-desc td {
            font-size: 14px;
            line-height: 18px;
            padding: 5px; } }
      section.characteristic .container table.board-desc td.data {
        background: #f2f2f2; }
      section.characteristic .container table.board-desc .tal {
        text-align: left; }
      section.characteristic .container table.board-desc .tar {
        text-align: right; }
      section.characteristic .container table.board-desc .b-desc {
        padding: 20px;
        font-size: 16px;
        line-height: 26px;
        text-align: left; }
        @media only screen and (max-width: 542px) {
          section.characteristic .container table.board-desc .b-desc {
            font-size: 14px;
            line-height: 18px;
            padding: 5px; } }
    section.characteristic .container h2 {
      font-size: 40px;
      padding-top: 80px; }
    section.characteristic .container h4 {
      margin-top: 50px;
      position: relative;
      width: 100%;
      color: #4a4d51;
      text-align: center;
      font-size: 28px;
      font-family: 'Nanum Myeongjo', serif;
      font-weight: 600;
      z-index: 1;
      line-height: 36px; }
    section.characteristic .container .back-text {
      display: inline-block;
      background: #a88f7e;
      color: #fff;
      padding: 5px 10px;
      margin-left: 10px; }
    @media only screen and (max-width: 768px) {
      section.characteristic .container {
        padding-top: 50px; } }
    @media only screen and (max-width: 542px) {
      section.characteristic .container {
        padding-top: 30px; } }
  section.characteristic .tab {
    width: 100%;
    border-top: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2; }
    section.characteristic .tab ul {
      width: 100%; }
      section.characteristic .tab ul li {
        width: 25%;
        border-left: 1px solid #f2f2f2;
        border-bottom: 1px solid #f2f2f2;
        background: #f2f2f2;
        float: left; }
        section.characteristic .tab ul li a {
          display: inline-block;
          width: 100%;
          padding: 20px 10px;
          text-align: center;
          font-size: 18px;
          letter-spacing: -2px; }
          @media only screen and (max-width: 1024px) {
            section.characteristic .tab ul li a {
              font-size: 16px; } }
          @media only screen and (max-width: 768px) {
            section.characteristic .tab ul li a {
              font-size: 15px; } }
          @media only screen and (max-width: 542px) {
            section.characteristic .tab ul li a {
              font-size: 14px; } }
      section.characteristic .tab ul li.active a {
        background: #1e222a;
        color: #fff !important; }
  section.characteristic .tab2 {
    width: 100%;
    border-top: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2; }
    section.characteristic .tab2 ul {
      width: 100%; }
      section.characteristic .tab2 ul li {
        width: 25%;
        border-left: 1px solid #f2f2f2;
        border-bottom: 1px solid #f2f2f2;
        background: #f2f2f2;
        float: left; }
        section.characteristic .tab2 ul li a {
          display: inline-block;
          width: 100%;
          padding: 20px 10px;
          text-align: center;
          font-size: 18px;
          letter-spacing: -2px; }
          @media only screen and (max-width: 1024px) {
            section.characteristic .tab2 ul li a {
              font-size: 16px; } }
          @media only screen and (max-width: 768px) {
            section.characteristic .tab2 ul li a {
              font-size: 15px; } }
          @media only screen and (max-width: 542px) {
            section.characteristic .tab2 ul li a {
              font-size: 14px; } }
        @media only screen and (max-width: 542px) {
          section.characteristic .tab2 ul li {
            width: 50%;
            margin: 0;
            border: 0px; } }
      section.characteristic .tab2 ul li.active a {
        background: #1e222a;
        color: #fff !important; }

section.kinds {
  width: 100%;
  background: #fff; }
  section.kinds .back-p {
    color: #f2f2f2; }
  section.kinds .container {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-top: 80px; }
    section.kinds .container h2 {
      font-size: 40px;
      padding-top: 80px; }
    section.kinds .container p.desc {
      text-align: left;
      font-family: 'NanumBarunGothic';
      font-size: 16px;
      line-height: 28px; }
      section.kinds .container p.desc span.gray {
        color: #7b7b7b; }
      section.kinds .container p.desc span.sub-bold {
        font-weight: bold;
        color: #1e222a; }
      @media only screen and (max-width: 542px) {
        section.kinds .container p.desc {
          font-size: 14px;
          line-height: 18px; } }
    section.kinds .container p.title {
      font-size: 20px;
      text-align: left;
      padding-top: 30px;
      padding-bottom: 15px; }
      section.kinds .container p.title i {
        font-size: 15px;
        color: #a88f7e;
        line-height: 15px; }
      @media only screen and (max-width: 542px) {
        section.kinds .container p.title {
          font-size: 16px;
          line-height: 24px; } }
    section.kinds .container table.board-desc {
      width: 100%;
      border-top: 2px solid #000;
      margin-top: 30px; }
      section.kinds .container table.board-desc th {
        position: relative;
        border-bottom: 1px solid #e4e4e4;
        color: #000;
        background: #f2f2f2;
        font-size: 16px;
        padding: 15px 10px;
        text-align: left;
        line-height: 24px;
        vertical-align: middle;
        font-weight: bold;
        font-family: 'NanumBarunGothic';
        text-align: center; }
        @media only screen and (max-width: 768px) {
          section.kinds .container table.board-desc th {
            font-size: 14px;
            line-height: 18px;
            padding: 5px; } }
        @media only screen and (max-width: 542px) {
          section.kinds .container table.board-desc th {
            font-size: 14px;
            line-height: 18px;
            padding: 5px; } }
      section.kinds .container table.board-desc th.tac {
        text-align: center; }
      section.kinds .container table.board-desc th.bg-navy {
        background: #1e222a !important;
        color: #fff; }
      section.kinds .container table.board-desc td {
        text-align: left;
        vertical-align: middle;
        border-bottom: 1px solid #e4e4e4;
        color: #000;
        background: #fff;
        padding: 15px 10px;
        font-size: 16px;
        font-family: 'NanumBarunGothic';
        line-height: 24px; }
        section.kinds .container table.board-desc td p.sd-title {
          padding: 15px 15px;
          font-size: 34px;
          font-weight: bold;
          text-align: left;
          margin-top: 20px; }
        section.kinds .container table.board-desc td .summary {
          background: #f2f2f2;
          padding: 20px 40px; }
          section.kinds .container table.board-desc td .summary p.ss-title {
            font-size: 20px;
            font-weight: bold;
            text-align: left;
            margin-top: 20px; }
          section.kinds .container table.board-desc td .summary .s-desc {
            margin-top: 20px;
            font-size: 16px;
            color: #43454c;
            line-height: 24px; }
        section.kinds .container table.board-desc td img {
          max-width: 100% !important; }
        @media only screen and (max-width: 768px) {
          section.kinds .container table.board-desc td {
            font-size: 14px;
            line-height: 18px;
            padding: 5px; } }
        @media only screen and (max-width: 542px) {
          section.kinds .container table.board-desc td {
            font-size: 14px;
            line-height: 18px;
            padding: 5px; } }
      section.kinds .container table.board-desc td.data {
        background: #f2f2f2; }
      section.kinds .container table.board-desc .tal {
        text-align: left; }
      section.kinds .container table.board-desc .tar {
        text-align: right; }
      section.kinds .container table.board-desc .b-desc {
        padding: 20px;
        font-size: 16px;
        line-height: 26px;
        text-align: left; }
        @media only screen and (max-width: 542px) {
          section.kinds .container table.board-desc .b-desc {
            font-size: 14px;
            line-height: 18px;
            padding: 5px; } }
    @media only screen and (max-width: 768px) {
      section.kinds .container {
        padding-top: 50px; } }
    @media only screen and (max-width: 542px) {
      section.kinds .container {
        padding-top: 30px; } }
  section.kinds .tab {
    width: 100%;
    border-top: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2; }
    section.kinds .tab ul {
      width: 100%; }
      section.kinds .tab ul li.tab-item {
        width: 33.3333%;
        border-left: 1px solid #f2f2f2;
        border-bottom: 1px solid #f2f2f2;
        background: #f2f2f2;
        letter-spacing: -2px;
        float: left; }
        section.kinds .tab ul li.tab-item br {
          display: none; }
          @media only screen and (max-width: 768px) {
            section.kinds .tab ul li.tab-item br {
              display: block; } }
        section.kinds .tab ul li.tab-item a {
          display: inline-block;
          width: 100%;
          padding: 20px 10px;
          text-align: center;
          font-size: 18px; }
          @media only screen and (max-width: 1024px) {
            section.kinds .tab ul li.tab-item a {
              font-size: 16px; } }
          @media only screen and (max-width: 768px) {
            section.kinds .tab ul li.tab-item a {
              font-size: 15px;
              line-height: 20px; } }
          @media only screen and (max-width: 542px) {
            section.kinds .tab ul li.tab-item a {
              font-size: 14px; } }
          @media only screen and (max-width: 414px) {
            section.kinds .tab ul li.tab-item a {
              font-size: 11px;
              line-height: 17px; } }
      section.kinds .tab ul li.active a {
        background: #1e222a;
        color: #fff !important; }
  section.kinds h4 {
    margin-top: 50px;
    position: relative;
    width: 100%;
    color: #4a4d51;
    text-align: center;
    font-size: 28px;
    font-family: 'Nanum Myeongjo', serif;
    font-weight: 600;
    z-index: 1;
    line-height: 36px; }
    @media only screen and (max-width: 542px) {
      section.kinds h4 {
        font-size: 16px;
        line-height: 24px; } }

section.review {
  width: 100%; }
  section.review .container {
    width: 1000px;
    margin: 0 auto; }
    section.review .container .review-new {
      margin-top: 100px;
      padding: 20px;
      border: 3px solid #a88f7e; }
      section.review .container .review-new ul li.rn-item {
        float: left;
        width: 50%; }
        @media only screen and (max-width: 542px) {
          section.review .container .review-new ul li.rn-item {
            width: 100%; } }
      @media only screen and (max-width: 542px) {
        section.review .container .review-new {
          padding: 10px;
          margin-top: 50px; } }
    section.review .container .review-input {
      background: #f2f2f2;
      margin-top: 30px;
      padding: 20px; }
      section.review .container .review-input ul li.ri-item input {
        display: inline-block;
        width: 100px;
        border: 1px solid #e4e4e4;
        padding: 5px;
        font-size: 14px; }
      section.review .container .review-input ul li.ri-item label {
        display: inline-block; }
      section.review .container .review-input ul li.ri-item input.file-select {
        position: relative;
        width: 200px;
        text-indent: 80px;
        top: -2px;
        border: 1px;
        font-size: 14px;
        margin-left: -80px; }
      section.review .container .review-input ul li.ri-item input::file-selector-button {
        display: none; }
      section.review .container .review-input ul li.ri-item p {
        display: inline-block; }
        section.review .container .review-input ul li.ri-item p .b-button3 {
          font-size: 14px;
          text-align: center;
          position: relative;
          font-family: 'NanumBarunGothic';
          top: -3px;
          background: #000;
          color: #fff;
          padding: 7px 20px; }
          @media screen and (min-width: 0\0 ) {
            section.review .container .review-input ul li.ri-item p .b-button3 {
              background: #f2f2f2; } }
      section.review .container .review-input ul li.ri-item textarea {
        margin-top: 10px;
        width: 100%;
        height: 60px;
        padding: 10px;
        background: #fff;
        border: 1px solid #e4e4e4;
        font-family: 'NanumBarunGothic'; }
      section.review .container .review-input ul li.ri-item p.check {
        text-align: right; }
        section.review .container .review-input ul li.ri-item p.check input[type="checkbox"] {
          width: 12px;
          height: 12px;
          margin-right: 5px;
          position: relative;
          top: 1px; }
        section.review .container .review-input ul li.ri-item p.check .link a {
          font-size: 13px;
          text-decoration: underline;
          color: #000; }
      section.review .container .review-input ul li.ri-item .rinput-box {
        width: 100%; }
        section.review .container .review-input ul li.ri-item .rinput-box ul li.rinput-item {
          float: left; }
        section.review .container .review-input ul li.ri-item .rinput-box ul li.rinput-item:first-child {
          width: calc( 100% - 70px ); }
        section.review .container .review-input ul li.ri-item .rinput-box ul li.rinput-item:last-child {
          width: 60px;
          padding-left: 10px; }
          section.review .container .review-input ul li.ri-item .rinput-box ul li.rinput-item:last-child button.btn-write {
            position: relative;
            border: 0px;
            top: 10px;
            width: 60px;
            height: 59px;
            background: #292c30;
            text-align: center;
            font-family: 'NanumBarunGothic';
            color: #fff;
            font-size: 16px;
            padding: 0px;
            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.review .container .review-input ul li.ri-item .rinput-box ul li.rinput-item:last-child button.btn-write:hover {
              background: #a88f7e;
              color: #fff; }
      @media only screen and (max-width: 542px) {
        section.review .container .review-input {
          padding: 10px; } }
    section.review .container .review-box {
      width: 100%; }
      section.review .container .review-box li.revbox-item {
        float: left;
        padding: 10px; }
      section.review .container .review-box li:first-child {
        width: calc( 100% - 90px );
        text-align: left; }
        section.review .container .review-box li:first-child p {
          font-family: 'NanumBarunGothic';
          text-align: left;
          border-bottom: 1px solid #f2f2f2;
          padding-bottom: 5px;
          line-height: 20px;
          margin-top: 5px; }
          section.review .container .review-box li:first-child p span.gray {
            font-size: 16px;
            color: #999; }
          @media only screen and (max-width: 542px) {
            section.review .container .review-box li:first-child p {
              font-size: 14px;
              line-height: 18px; } }
        section.review .container .review-box li:first-child p.desc {
          border-bottom: 0;
          margin-top: 5px; }
          section.review .container .review-box li:first-child p.desc a {
            font-family: 'NanumBarunGothic';
            font-size: 16px;
            color: #999;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical; }
            @media only screen and (max-width: 542px) {
              section.review .container .review-box li:first-child p.desc a {
                font-size: 14px;
                line-height: 18px; } }
      section.review .container .review-box li:last-child {
        width: 90px; }
        section.review .container .review-box li:last-child .photo {
          padding: 5px;
          width: 80px;
          height: 80px;
          overflow: hidden; }
    section.review .container .review-box-null {
      width: 100%; }
      section.review .container .review-box-null li.revbox-item {
        float: left;
        padding: 10px; }
      section.review .container .review-box-null li:first-child {
        width: 100%;
        text-align: left; }
        section.review .container .review-box-null li:first-child p {
          font-family: 'NanumBarunGothic';
          text-align: left;
          border-bottom: 1px solid #f2f2f2;
          padding-bottom: 5px;
          line-height: 20px;
          margin-top: 5px; }
          section.review .container .review-box-null li:first-child p span.gray {
            font-size: 16px;
            color: #999; }
          @media only screen and (max-width: 542px) {
            section.review .container .review-box-null li:first-child p {
              font-size: 14px;
              line-height: 18px; } }
        section.review .container .review-box-null li:first-child p.desc {
          border-bottom: 0;
          margin-top: 5px; }
          section.review .container .review-box-null li:first-child p.desc a {
            font-family: 'NanumBarunGothic';
            font-size: 16px;
            color: #999;
            height: 40px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical; }
            @media only screen and (max-width: 542px) {
              section.review .container .review-box-null li:first-child p.desc a {
                font-size: 14px;
                line-height: 18px; } }
    section.review .container .review-box-top {
      width: 100%;
      border-top: 1px solid #1e222a;
      margin-top: 20px;
      padding-top: 20px; }
      section.review .container .review-box-top li.revbox-item {
        float: left;
        padding: 10px; }
        @media only screen and (max-width: 542px) {
          section.review .container .review-box-top li.revbox-item {
            padding: 5px; } }
      section.review .container .review-box-top li:first-child {
        width: 100%;
        text-align: left; }
        section.review .container .review-box-top li:first-child p {
          font-family: 'NanumBarunGothic';
          text-align: left;
          border-bottom: 1px solid #f2f2f2;
          padding-bottom: 5px;
          line-height: 20px;
          margin-top: 5px; }
          section.review .container .review-box-top li:first-child p span.gray {
            font-size: 16px;
            color: #999; }
          @media only screen and (max-width: 542px) {
            section.review .container .review-box-top li:first-child p {
              font-size: 14px;
              line-height: 18px; } }
        section.review .container .review-box-top li:first-child p.more {
          border-bottom: 0px; }
          section.review .container .review-box-top li:first-child p.more a {
            display: inline-block;
            width: 100%;
            text-align: center;
            font-size: 14px; }
            section.review .container .review-box-top li:first-child p.more a i {
              font-size: 10px; }
        section.review .container .review-box-top li:first-child p.desc {
          border-bottom: 0;
          margin-top: 5px; }
          section.review .container .review-box-top li:first-child p.desc a {
            font-family: 'NanumBarunGothic';
            font-size: 16px;
            color: #999; }
            @media only screen and (max-width: 542px) {
              section.review .container .review-box-top li:first-child p.desc a {
                font-size: 14px;
                line-height: 18px; } }
      section.review .container .review-box-top li:last-child {
        width: 100%; }
        section.review .container .review-box-top li:last-child .photo {
          display: inline-block;
          margin-right: 5px;
          width: 40px;
          height: 40px; }
      @media only screen and (max-width: 542px) {
        section.review .container .review-box-top {
          padding-top: 0px; } }
    @media only screen and (max-width: 542px) {
      section.review .container {
        width: 100%; } }

section.service {
  width: 100%;
  padding: 100px 0; }
  section.service h3 {
    margin-top: 50px;
    position: relative;
    width: 100%;
    color: #4a4d51;
    text-align: center;
    font-size: 38px;
    font-family: 'Nanum Myeongjo', serif;
    font-weight: 600;
    z-index: 1;
    line-height: 48px; }
    @media only screen and (max-width: 768px) {
      section.service h3 {
        font-size: 30px; }
        section.service h3 br {
          display: none; } }
    @media only screen and (max-width: 542px) {
      section.service h3 {
        line-height: 40px;
        margin-top: 0px; } }
  section.service h4 {
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 30px;
    font-family: 'Nanum Myeongjo', serif;
    line-height: 36px;
    margin-top: 30px; }
    @media only screen and (max-width: 542px) {
      section.service h4 {
        font-size: 24px;
        line-height: 35px; } }
  section.service .bg-gray {
    width: 100%;
    background: #f2f2f2;
    padding-bottom: 100px;
    margin-top: 100px; }
    section.service .bg-gray .container .quotes {
      width: 100%;
      margin-top: 30px; }
      section.service .bg-gray .container .quotes ul {
        text-align: center; }
        section.service .bg-gray .container .quotes ul li.quotes-item {
          display: inline-block;
          width: 300px;
          height: 140px;
          padding-top: 25px;
          line-height: 30px;
          background: #fff;
          margin: 20px;
          border: 1px solid #e4e4e4;
          margin-top: 50px;
          color: #4a4d51;
          text-align: center;
          font-size: 18px;
          letter-spacing: -2px;
          font-family: 'Nanum Myeongjo', serif;
          font-weight: 600;
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
          position: relative; }
          section.service .bg-gray .container .quotes ul li.quotes-item .quotes-icon {
            position: absolute;
            top: -20px;
            right: 20px; }
            @media only screen and (max-width: 542px) {
              section.service .bg-gray .container .quotes ul li.quotes-item .quotes-icon {
                width: 20px;
                top: -5px; } }
          @media only screen and (max-width: 768px) {
            section.service .bg-gray .container .quotes ul li.quotes-item {
              width: 250px;
              height: 110px;
              padding-top: 20px;
              line-height: 24px;
              font-size: 17px; } }
          @media only screen and (max-width: 542px) {
            section.service .bg-gray .container .quotes ul li.quotes-item {
              width: 250px;
              height: 80px;
              padding-top: 12px;
              line-height: 18px;
              font-size: 14px;
              margin-top: 10px; } }
        @media only screen and (max-width: 542px) {
          section.service .bg-gray .container .quotes ul {
            margin-top: 30px; } }
      @media only screen and (max-width: 542px) {
        section.service .bg-gray .container .quotes {
          margin-top: 0px; } }
    @media only screen and (max-width: 542px) {
      section.service .bg-gray {
        padding-bottom: 50px;
        margin-top: 50px; } }
  section.service .bg-navy {
    width: 100%;
    padding: 50px 0;
    background: #1d212a; }
    section.service .bg-navy h2 {
      width: 100%;
      color: #a88f7e;
      text-align: center;
      font-size: 45px;
      font-family: 'Nanum Myeongjo', serif;
      font-weight: 600;
      z-index: 1;
      margin-top: 10px; }
      @media only screen and (max-width: 768px) {
        section.service .bg-navy h2 {
          font-size: 32px; } }
    section.service .bg-navy .logo {
      width: 161px;
      height: 47px;
      margin: 0 auto;
      background: url("../../assets/img/logo.png") no-repeat; }
  section.service .bg-write {
    padding: 100px 0;
    background: #fff; }
    section.service .bg-write .back-p {
      color: #f2f2f2; }
    section.service .bg-write .box2 {
      width: 100%;
      text-align: center;
      margin-top: 100px; }
      section.service .bg-write .box2 ul {
        width: 100%; }
        section.service .bg-write .box2 ul li.box2-item {
          float: left;
          width: 50%; }
          section.service .bg-write .box2 ul li.box2-item .box {
            padding: 20px; }
            section.service .bg-write .box2 ul li.box2-item .box h4 {
              width: 100%;
              color: #4a4d51;
              text-align: center;
              font-size: 30px;
              font-weight: 400;
              font-family: 'Nanum Myeongjo', serif;
              line-height: 36px;
              margin-top: 30px; }
              @media only screen and (max-width: 1024px) {
                section.service .bg-write .box2 ul li.box2-item .box h4 {
                  margin-top: 10px; } }
              @media only screen and (max-width: 542px) {
                section.service .bg-write .box2 ul li.box2-item .box h4 {
                  font-size: 20px;
                  line-height: 28px; } }
            section.service .bg-write .box2 ul li.box2-item .box p.desc {
              padding: 20px;
              font-size: 16px;
              font-family: 'NanumBarunGothic';
              min-height: 250px; }
              @media only screen and (max-width: 1024px) {
                section.service .bg-write .box2 ul li.box2-item .box p.desc {
                  min-height: inherit; } }
              @media only screen and (max-width: 542px) {
                section.service .bg-write .box2 ul li.box2-item .box p.desc {
                  font-size: 14px;
                  line-height: 18px; } }
            section.service .bg-write .box2 ul li.box2-item .box p.min160 {
              min-height: 160px; }
              @media only screen and (max-width: 1024px) {
                section.service .bg-write .box2 ul li.box2-item .box p.min160 {
                  min-height: inherit; } }
          @media only screen and (max-width: 1024px) {
            section.service .bg-write .box2 ul li.box2-item {
              width: 100%; } }
        section.service .bg-write .box2 ul li.box2-item:last-child {
          width: 100% !important; }
    @media only screen and (max-width: 542px) {
      section.service .bg-write {
        padding: 50px 0; } }
  section.service .bg-gray2 {
    width: 100%;
    background: #f2f2f2;
    padding: 100px 0; }
    section.service .bg-gray2 .container {
      padding-top: 100px; }
      section.service .bg-gray2 .container ul {
        margin-bottom: 30px;
        display: inline-block; }
        section.service .bg-gray2 .container ul li.process-item {
          float: left;
          width: 50%;
          text-align: left;
          padding: 0 20px; }
          section.service .bg-gray2 .container ul li.process-item .process-title {
            vertical-align: middle;
            padding: 20px;
            text-align: left !important; }
            section.service .bg-gray2 .container ul li.process-item .process-title span.bg-desc {
              display: inline-block;
              background: #000;
              color: #fff;
              padding: 5px 10px;
              margin-right: 5px;
              margin-top: 5px; }
          section.service .bg-gray2 .container ul li.process-item h1 {
            font-size: 80px;
            font-weight: bold;
            color: #e0e0e0;
            font-family: 'Nanum Myeongjo';
            text-align: left;
            margin-top: 10px; }
            @media only screen and (max-width: 1024px) {
              section.service .bg-gray2 .container ul li.process-item h1 {
                margin-top: 0px;
                font-size: 60px; } }
            @media only screen and (max-width: 542px) {
              section.service .bg-gray2 .container ul li.process-item h1 {
                font-size: 60px; } }
          section.service .bg-gray2 .container ul li.process-item h4 {
            margin-top: 0px;
            color: #a88f7e;
            text-align: left !important; }
          section.service .bg-gray2 .container ul li.process-item p {
            font-size: 16px;
            line-height: 26px;
            text-align: left !important; }
            @media only screen and (max-width: 542px) {
              section.service .bg-gray2 .container ul li.process-item p {
                font-size: 14px;
                line-height: 18px; } }
          @media only screen and (max-width: 768px) {
            section.service .bg-gray2 .container ul li.process-item {
              width: 100%; } }
          @media only screen and (max-width: 542px) {
            section.service .bg-gray2 .container ul li.process-item {
              width: 100%; } }
        section.service .bg-gray2 .container ul li.p20 {
          padding: 20px 0; }
        section.service .bg-gray2 .container ul li.tar {
          text-align: right; }
        section.service .bg-gray2 .container ul li.tal {
          text-align: left; }
          @media only screen and (max-width: 768px) {
            section.service .bg-gray2 .container ul li.tal {
              text-align: center; } }
      @media only screen and (max-width: 768px) {
        section.service .bg-gray2 .container {
          width: 514px;
          margin: 0 auto; } }
      @media only screen and (max-width: 542px) {
        section.service .bg-gray2 .container {
          width: 100%; } }
    @media only screen and (max-width: 542px) {
      section.service .bg-gray2 {
        padding: 50px 0; } }
  @media only screen and (max-width: 542px) {
    section.service {
      padding: 50px 0; } }

section.system {
  width: 100%;
  height: 100%;
  background: #f2f2f2; }
  section.system .line {
    width: 1px;
    height: 30px;
    background: #a88f7e;
    margin: 0 auto;
    margin-top: 30px; }
  section.system .container {
    width: 100%;
    padding-top: 50px; }
    section.system .container h4 {
      width: 100%;
      color: #a88f7e;
      text-align: center;
      font-size: 30px;
      font-family: 'Nanum Myeongjo', serif;
      line-height: 36px;
      margin-top: 30px;
      font-weight: 500;
      margin-bottom: 50px; }
    section.system .container ul {
      background: #fff; }
      section.system .container ul li.system-item {
        float: left;
        width: 50%; }
        section.system .container ul li.system-item p.comun {
          font-family: 'Nanum Myeongjo';
          font-size: 20px;
          line-height: 28px;
          font-weight: bold;
          letter-spacing: -2px;
          text-align: left; }
          @media only screen and (max-width: 542px) {
            section.system .container ul li.system-item p.comun {
              font-size: 16px; } }
        section.system .container ul li.system-item p.desc {
          width: 100%;
          font-size: 16px;
          color: #999;
          font-family: 'NanumBarunGothic';
          line-height: 24px;
          text-align: left; }
          @media only screen and (max-width: 542px) {
            section.system .container ul li.system-item p.desc {
              font-size: 14px;
              line-height: 18px; } }
        @media only screen and (max-width: 768px) {
          section.system .container ul li.system-item {
            width: 100%; } }
      section.system .container ul li.right-box {
        padding: 50px; }
        @media only screen and (max-width: 1024px) {
          section.system .container ul li.right-box {
            padding: 30px; } }
        @media only screen and (max-width: 542px) {
          section.system .container ul li.right-box {
            padding: 20px; } }
      section.system .container ul li.mpt0 {
        padding-top: 70px; }
        @media only screen and (max-width: 1024px) {
          section.system .container ul li.mpt0 {
            padding: 30px; } }
        @media only screen and (max-width: 542px) {
          section.system .container ul li.mpt0 {
            padding-top: 0px; } }
    @media only screen and (max-width: 768px) {
      section.system .container {
        width: 600px;
        margin: 0 auto; } }
    @media only screen and (max-width: 542px) {
      section.system .container {
        width: 100%; } }

section.lawyer {
  width: 100%; }
  section.lawyer .container {
    width: 100%;
    margin-top: 50px;
    text-align: center;
    padding: 0 10px; }
    section.lawyer .container h4 {
      width: 100%;
      color: #1e222a;
      text-align: center;
      font-size: 30px;
      font-family: 'Nanum Myeongjo', serif;
      line-height: 36px;
      margin-top: 30px;
      margin-bottom: 15px; }
      @media only screen and (max-width: 542px) {
        section.lawyer .container h4 {
          font-size: 20px;
          line-height: 26px; } }
    section.lawyer .container .btn-black {
      width: 100%;
      text-align: center;
      margin-top: 30px;
      padding: 5px;
      display: inline; }
      section.lawyer .container .btn-black a {
        font-family: 'NanumBarunGothic';
        display: inline-block;
        background: #292c30;
        color: #fff;
        font-size: 16px;
        padding: 15px 30px;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -ms-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.6s;
        margin-top: 15px; }
        section.lawyer .container .btn-black a:hover {
          background: #a88f7e;
          color: #fff; }
    section.lawyer .container ul.law-item li.lawyer-item {
      text-align: center;
      display: inline-block;
      padding-top: 50px; }
      @media only screen and (max-width: 768px) {
        section.lawyer .container ul.law-item li.lawyer-item {
          width: 40%;
          margin-bottom: 20px;
          text-align: center;
          padding-left: 20px; } }
      @media only screen and (max-width: 542px) {
        section.lawyer .container ul.law-item li.lawyer-item {
          width: 100%; } }
    section.lawyer .container ul li.ld-item {
      float: left; }
    section.lawyer .container ul li.ld-item:first-child {
      width: 50%;
      margin-top: 50px;
      text-align: center; }
      section.lawyer .container ul li.ld-item:first-child .lawyer-subpg {
        position: relative;
        display: inline-block; }
        section.lawyer .container ul li.ld-item:first-child .lawyer-subpg .lawyer-desc {
          width: 100%;
          position: absolute;
          bottom: 0;
          padding: 10px;
          background: rgba(0, 0, 0, 0.7);
          text-align: center; }
          section.lawyer .container ul li.ld-item:first-child .lawyer-subpg .lawyer-desc p.lawyer-name {
            font-size: 24px;
            font-family: Noto sans kr;
            font-weight: 400;
            color: #fff;
            z-index: 3;
            text-align: center;
            line-height: 35px;
            padding-top: 0;
            margin-top: 0; }
      @media only screen and (max-width: 768px) {
        section.lawyer .container ul li.ld-item:first-child {
          width: 100%; } }
    section.lawyer .container ul li.ld-item:last-child {
      width: 50%;
      margin-top: 50px; }
      section.lawyer .container ul li.ld-item:last-child h4 {
        text-align: left;
        color: #a88f7e; }
      section.lawyer .container ul li.ld-item:last-child p {
        text-align: left;
        font-size: 16px;
        line-height: 24px; }
        @media only screen and (max-width: 542px) {
          section.lawyer .container ul li.ld-item:last-child p {
            font-size: 14px;
            line-height: 18px; } }
      section.lawyer .container ul li.ld-item:last-child .lawyer-tab {
        background: #a88f7e;
        padding: 5px 10px;
        color: #fff;
        font-size: 16px;
        margin-top: 20px; }
      @media only screen and (max-width: 1200px) {
        section.lawyer .container ul li.ld-item:last-child {
          padding-right: 50px; } }
      @media only screen and (max-width: 768px) {
        section.lawyer .container ul li.ld-item:last-child {
          width: 100%;
          padding: 0 30px; } }

section.new-lawyer {
  width: 100%; }
  section.new-lawyer .container {
    width: 100%;
    margin-top: 50px;
    text-align: center;
    padding-top: 50px; }
    section.new-lawyer .container h4 {
      width: 100%;
      color: #1e222a;
      text-align: center;
      font-size: 30px;
      font-family: 'Nanum Myeongjo', serif;
      line-height: 36px;
      margin-top: 30px;
      margin-bottom: 15px; }
      @media only screen and (max-width: 542px) {
        section.new-lawyer .container h4 {
          font-size: 20px;
          line-height: 26px; } }
    section.new-lawyer .container h2 {
      padding: 70px 0; }
    section.new-lawyer .container .btn-black {
      width: 100%;
      text-align: center;
      margin-top: 30px;
      padding: 5px;
      display: inline; }
      section.new-lawyer .container .btn-black a {
        font-family: 'NanumBarunGothic';
        display: inline-block;
        background: #292c30;
        color: #fff;
        font-size: 16px;
        padding: 15px 30px;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -ms-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.6s;
        margin-top: 15px; }
        section.new-lawyer .container .btn-black a:hover {
          background: #a88f7e;
          color: #fff; }
    section.new-lawyer .container ul.law-item li.lawyer-item {
      float: left;
      width: 33.33333%;
      padding: 1px;
      margin-bottom: 30px; }
      section.new-lawyer .container ul.law-item li.lawyer-item a {
        width: 100%;
        display: inline-block;
        position: relative; }
        section.new-lawyer .container ul.law-item li.lawyer-item a .lawyer-desc {
          width: 100%;
          position: absolute;
          bottom: 0px;
          padding: 10px 10px;
          background: rgba(0, 0, 0, 0.7);
          text-align: right; }
          section.new-lawyer .container ul.law-item li.lawyer-item a .lawyer-desc .pick-box {
            display: inline;
            font-size: 16px;
            white-space: pre;
            padding: 2px 5px !important;
            color: #fff;
            background: #a88f7e;
            text-align: center;
            margin-bottom: 1px !important; }
            @media only screen and (max-width: 768px) {
              section.new-lawyer .container ul.law-item li.lawyer-item a .lawyer-desc .pick-box {
                font-size: 14px; } }
            @media only screen and (max-width: 768px) {
              section.new-lawyer .container ul.law-item li.lawyer-item a .lawyer-desc .pick-box {
                font-size: 12px; } }
          section.new-lawyer .container ul.law-item li.lawyer-item a .lawyer-desc p {
            color: #fff;
            font-size: 16px;
            text-align: right;
            margin: 0 !important; }
            @media only screen and (max-width: 768px) {
              section.new-lawyer .container ul.law-item li.lawyer-item a .lawyer-desc p {
                font-size: 14px; } }
            @media only screen and (max-width: 768px) {
              section.new-lawyer .container ul.law-item li.lawyer-item a .lawyer-desc p {
                font-size: 12px; } }
          section.new-lawyer .container ul.law-item li.lawyer-item a .lawyer-desc p.lawyer-name {
            position: relative;
            bottom: 0px;
            font-family: 'Noto Sans KR';
            font-size: 22px;
            font-weight: 400;
            letter-spacing: -1px;
            text-align: right;
            padding: 5px;
            z-index: 100; }
            section.new-lawyer .container ul.law-item li.lawyer-item a .lawyer-desc p.lawyer-name span.title-css {
              font-size: 16px; }
              @media only screen and (max-width: 768px) {
                section.new-lawyer .container ul.law-item li.lawyer-item a .lawyer-desc p.lawyer-name span.title-css {
                  font-size: 12px; } }
            @media only screen and (max-width: 768px) {
              section.new-lawyer .container ul.law-item li.lawyer-item a .lawyer-desc p.lawyer-name {
                font-size: 14px;
                letter-spacing: -2px; } }
      @media only screen and (max-width: 542px) {
        section.new-lawyer .container ul.law-item li.lawyer-item {
          width: 50%; } }
    section.new-lawyer .container ul.id-item li.lawyer-item {
      float: left;
      width: 25%;
      padding: 1px;
      margin-bottom: 30px; }
      section.new-lawyer .container ul.id-item li.lawyer-item a {
        width: 100%;
        display: inline-block;
        position: relative; }
        section.new-lawyer .container ul.id-item li.lawyer-item a .lawyer-desc {
          width: 100%;
          position: absolute;
          bottom: 0px;
          padding: 10px 10px;
          background: rgba(0, 0, 0, 0.7);
          text-align: right; }
          section.new-lawyer .container ul.id-item li.lawyer-item a .lawyer-desc .pick-box {
            display: inline;
            font-size: 16px;
            white-space: pre;
            padding: 2px 5px !important;
            color: #fff;
            background: #a88f7e;
            text-align: center;
            margin-bottom: 1px !important; }
            @media only screen and (max-width: 768px) {
              section.new-lawyer .container ul.id-item li.lawyer-item a .lawyer-desc .pick-box {
                font-size: 14px; } }
            @media only screen and (max-width: 768px) {
              section.new-lawyer .container ul.id-item li.lawyer-item a .lawyer-desc .pick-box {
                font-size: 12px; } }
          section.new-lawyer .container ul.id-item li.lawyer-item a .lawyer-desc p {
            color: #fff;
            font-size: 16px;
            text-align: right;
            margin: 0 !important; }
            @media only screen and (max-width: 768px) {
              section.new-lawyer .container ul.id-item li.lawyer-item a .lawyer-desc p {
                font-size: 14px; } }
            @media only screen and (max-width: 768px) {
              section.new-lawyer .container ul.id-item li.lawyer-item a .lawyer-desc p {
                font-size: 12px; } }
          section.new-lawyer .container ul.id-item li.lawyer-item a .lawyer-desc p.lawyer-name {
            position: relative;
            bottom: 0px;
            font-family: 'Noto Sans KR';
            font-size: 22px;
            font-weight: 400;
            letter-spacing: -1px;
            text-align: right;
            padding: 5px;
            z-index: 100; }
            section.new-lawyer .container ul.id-item li.lawyer-item a .lawyer-desc p.lawyer-name span.title-css {
              font-size: 16px; }
              @media only screen and (max-width: 768px) {
                section.new-lawyer .container ul.id-item li.lawyer-item a .lawyer-desc p.lawyer-name span.title-css {
                  font-size: 12px; } }
            @media only screen and (max-width: 768px) {
              section.new-lawyer .container ul.id-item li.lawyer-item a .lawyer-desc p.lawyer-name {
                font-size: 14px;
                letter-spacing: -2px; } }
      @media only screen and (max-width: 542px) {
        section.new-lawyer .container ul.id-item li.lawyer-item {
          width: 50%; } }

.ts-banner {
  text-align: center;
  padding-bottom: 100px; }
  .ts-banner h4 {
    width: 100%;
    color: #1e222a;
    text-align: center;
    font-size: 30px;
    font-family: 'Nanum Myeongjo', serif;
    line-height: 36px;
    margin-top: 30px;
    margin-bottom: 15px; }
    @media only screen and (max-width: 542px) {
      .ts-banner h4 {
        font-size: 20px;
        line-height: 26px; } }
  .ts-banner .btn-black {
    width: 100%;
    text-align: center;
    margin-top: 30px;
    padding: 5px;
    display: inline; }
    .ts-banner .btn-black a {
      font-family: 'NanumBarunGothic';
      display: inline-block;
      background: #292c30;
      color: #fff;
      font-size: 16px;
      padding: 15px 30px;
      -webkit-transition: all 0.4s;
      -moz-transition: all 0.4s;
      -ms-transition: all 0.4s;
      -o-transition: all 0.4s;
      transition: all 0.6s;
      margin-top: 15px; }
      .ts-banner .btn-black a:hover {
        background: #a88f7e;
        color: #fff; }

section.ts-sitemap .container {
  margin-top: 100px; }
  section.ts-sitemap .container table {
    width: 100%; }
    section.ts-sitemap .container table caption {
      display: none; }
    section.ts-sitemap .container table tr.bordert-bk {
      border-top: 1px solid #d2d2d2; }
    section.ts-sitemap .container table tr.borderb-bk {
      border-bottom: 1px solid #d2d2d2; }
    section.ts-sitemap .container table tr th {
      font-weight: 600;
      text-align: left;
      padding: 35px; }
      @media only screen and (max-width: 768px) {
        section.ts-sitemap .container table tr th {
          padding: 20px;
          line-height: 20px; } }
      @media only screen and (max-width: 542px) {
        section.ts-sitemap .container table tr th {
          padding: 5px; } }
    section.ts-sitemap .container table tr td {
      text-align: left;
      padding: 25px; }
      @media only screen and (max-width: 768px) {
        section.ts-sitemap .container table tr td {
          line-height: 20px; } }
      @media only screen and (max-width: 542px) {
        section.ts-sitemap .container table tr td {
          padding: 15px; } }

/* Board Componenet */
/* footer */
footer {
  width: 100%;
  background: #1e222a; }
  footer .container {
    width: 100%;
    padding: 50px;
    text-align: center; }
    footer .container p {
      font-size: 14px;
      color: #fff; }
      footer .container p .blue {
        display: inline-block;
        font-size: 12px;
        padding: 20px 0;
        color: #b8b8b8; }
        footer .container p .blue a:link {
          color: #b8b8b8; }
        footer .container p .blue a:visited {
          color: #b8b8b8; }
      @media only screen and (max-width: 542px) {
        footer .container p {
          font-size: 12px;
          line-height: 18px; } }

.bottom-tab {
  display: none;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 11111111111111111111; }
  .bottom-tab ul {
    width: 100%; }
    .bottom-tab ul li.bt-item {
      float: left;
      text-align: center; }
      .bottom-tab ul li.bt-item a {
        display: inline-block;
        width: 100%;
        height: 70px;
        padding: 10px; }
        .bottom-tab ul li.bt-item a img {
          height: 28px; }
    .bottom-tab ul li.bt-item:first-child {
      width: 29%;
      background: #000000; }
      .bottom-tab ul li.bt-item:first-child p {
        color: #fff;
        padding: 5px 0;
        font-size: 12px;
        letter-spacing: -1px; }
    .bottom-tab ul li.bt-item:nth-child(2) {
      width: 29%;
      background: #a88f7e; }
      .bottom-tab ul li.bt-item:nth-child(2) p {
        color: #fff;
        padding: 5px 0;
        font-size: 12px;
        letter-spacing: -1px; }
    .bottom-tab ul li.bt-item:nth-child(3) {
      width: 29%;
      background: #fff;
      color: #000;
      font-size: 12px; }
      .bottom-tab ul li.bt-item:nth-child(3) p {
        font-size: 12px;
        padding: 5px 0;
        letter-spacing: -1px; }
    .bottom-tab ul li.bt-item:last-child {
      width: 13%;
      background: #000;
      color: #fff; }
      .bottom-tab ul li.bt-item:last-child p {
        font-size: 12px;
        padding: 5px 0;
        color: #fff;
        letter-spacing: -1px; }
      .bottom-tab ul li.bt-item:last-child i {
        padding-top: 15px;
        font-size: 12px;
        color: #fff; }
  @media only screen and (max-width: 768px) {
    .bottom-tab {
      display: block; } }

.pop-layer {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 410px;
  height: auto;
  background-color: #fff;
  border: 5px solid #a88f7e;
  z-index: 10; }
  .pop-layer .pop-container {
    padding: 20px 25px; }
    .pop-layer .pop-container .pop-conts p {
      text-align: center;
      color: #a88f7e;
      padding: 0; }
    .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; }
      .pop-layer .pop-container .pop-conts textarea .bold {
        font-weight: bold; }
      @media only screen and (max-width: 768px) {
        .pop-layer .pop-container .pop-conts textarea {
          font-size: 12px;
          line-height: 18px; } }
    .pop-layer .pop-container .btn-r {
      width: 100%;
      margin: 10px 0 20px;
      padding-top: 10px;
      border-top: 1px solid #DDD;
      text-align: right; }

.dim-layer {
  display: none;
  position: fixed;
  _position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000000000000000000000000; }
  .dim-layer .dimBg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .5;
    filter: alpha(opacity=50); }
  .dim-layer .pop-layer {
    display: block; }
  .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; }
  .dim-layer a.btn-layerClose:hover {
    border: 1px solid #a88f7e;
    background-color: #a88f7e;
    color: #fff; }

.footer-menu {
  background: #fff;
  font-weight: 400;
  line-height: 45px;
  text-align: right;
  font-size: 14px; }
  .footer-menu .container a {
    padding: 0 15px;
    display: inline-block;
    position: relative; }
    @media only screen and (max-width: 542px) {
      .footer-menu .container a {
        padding: 0 5px; } }
    @media only screen and (max-width: 414px) {
      .footer-menu .container a {
        padding: 0 2px; } }
  @media only screen and (max-width: 768px) {
    .footer-menu {
      text-align: center;
      font-size: 12px; } }

.dim-layer2 {
  display: none;
  position: fixed;
  _position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000000000000000000000000; }
  .dim-layer2 .dimBg2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .5;
    filter: alpha(opacity=50); }
  .dim-layer2 .pop-layer {
    display: block; }
  .dim-layer2 a.btn-layerClose2 {
    display: inline-block;
    height: 25px;
    padding: 0 14px 0;
    border: 1px solid #000;
    background-color: #000;
    font-size: 13px;
    color: #fff;
    line-height: 25px; }
  .dim-layer2 a.btn-layerClose2:hover {
    border: 1px solid #a88f7e;
    background-color: #a88f7e;
    color: #fff; }

.dim-layer3 {
  display: none;
  position: fixed;
  _position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000000000000000000000000; }
  .dim-layer3 .dimBg3 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .5;
    filter: alpha(opacity=50); }
  .dim-layer3 .pop-layer {
    display: block; }
  .dim-layer3 a.btn-layerClose3 {
    display: inline-block;
    height: 25px;
    padding: 0 14px 0;
    border: 1px solid #000;
    background-color: #000;
    font-size: 13px;
    color: #fff;
    line-height: 25px; }
  .dim-layer3 a.btn-layerClose3:hover {
    border: 1px solid #a88f7e;
    background-color: #a88f7e;
    color: #fff; }

.dim-layer4 {
  display: none;
  position: fixed;
  _position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000000000000000000000000; }
  .dim-layer4 .dimBg4 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .5;
    filter: alpha(opacity=50); }
  .dim-layer4 .pop-layer {
    display: block; }
  .dim-layer4 a.btn-layerClose4 {
    display: inline-block;
    height: 25px;
    padding: 0 14px 0;
    border: 1px solid #000;
    background-color: #000;
    font-size: 13px;
    color: #fff;
    line-height: 25px; }
  .dim-layer4 a.btn-layerClose4:hover {
    border: 1px solid #a88f7e;
    background-color: #a88f7e;
    color: #fff; }

.dim-layer5 {
  display: none;
  position: fixed;
  _position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000000000000000000000000; }
  .dim-layer5 .dimBg5 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .5;
    filter: alpha(opacity=50); }
  .dim-layer5 .pop-layer {
    display: block; }
  .dim-layer5 a.btn-layerClose5 {
    display: inline-block;
    height: 25px;
    padding: 0 14px 0;
    border: 1px solid #000;
    background-color: #000;
    font-size: 13px;
    color: #fff;
    line-height: 25px; }
  .dim-layer5 a.btn-layerClose5:hover {
    border: 1px solid #a88f7e;
    background-color: #a88f7e;
    color: #fff; }

.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 {
  color: #fff; }

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

.btn-tool {
  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;
  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 */
