@charset "UTF-8";
/*! normalize.scss v0.1.0 | MIT License | based on 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 {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  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"] {
  -webkit-box-sizing: border-box;
          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 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

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

/*
Copyright (c) 2021 Kil Hyung-jin, with Reserved Font Name Pretendard.
https://github.com/orioncactus/pretendard

This Font Software is licensed under the SIL Open Font License, Version 1.1.
This license is copied below, and is also available with a FAQ at:
http://scripts.sil.org/OFL
*/
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 100;
  src: url("../font/NotoSansKR-Thin.woff2") format("woff2"), url("../font/NotoSansKR-Thin.woff") format("woff"), url("../font/NotoSansKR-Thin.otf") format("opentype");
}

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 300;
  src: url("../font/NotoSansKR-Light.woff2") format("woff2"), url("../font/NotoSansKR-Light.woff") format("woff"), url("../font/NotoSansKR-Light.otf") format("opentype");
}

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 400;
  src: url("../font/NotoSansKR-Regular.woff2") format("woff2"), url("../font/NotoSansKR-Regular.woff2") format("woff"), url("../font/NotoSansKR-Regular.otf") format("opentype");
}

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 500;
  src: url("../font/NotoSansKR-Medium.woff2") format("woff2"), url("../font/NotoSansKR-Medium.woff") format("woff"), url("../font/NotoSansKR-Medium.otf") format("opentype");
}

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 700;
  src: url("../font/NotoSansKR-Bold.woff2") format("woff2"), url("../font/NotoSansKR-Bold.woff") format("woff"), url("../font/NotoSansKR-Bold.otf") format("opentype");
}

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 900;
  src: url("../font/NotoSansKR-Black.woff2") format("woff2"), url("../font/NotoSansKR-Black.woff") format("woff"), url("../font/NotoSansKR-Black.otf") format("opentype");
}

div#content.sub01 div.sub-head {
  background: #74C8FF;
}

div#content.sub01 div.sub-head.fix {
  background: rgba(116, 200, 255, 0.8);
}

div#content.sub02 div.sub-head {
  background: #91DCD2;
}

div#content.sub02 div.sub-head.fix {
  background: rgba(145, 220, 210, 0.8);
}

div#content.sub03 div.sub-head {
  background: #88C46F;
}

div#content.sub03 div.sub-head.fix {
  background: rgba(136, 196, 111, 0.8);
}

div#content.sub04 div.sub-head {
  background: #FFCE48;
}

div#content.sub04 div.sub-head.fix {
  background: rgba(255, 206, 72, 0.8);
}

div#content.sub05 div.sub-head {
  background: #8FABE3;
}

div#content.sub05 div.sub-head.fix {
  background: rgba(143, 171, 227, 0.8);
}

/* basic */
.pg_wrap {
  display: inline-block;
  text-align: center;
  font-size: 0;
  margin: 50px 0;
  padding: 0 !important;
  width: 100%;
  min-width: 330px;
}

.pg_wrap .sound_only {
  display: none;
}

.pg_wrap a {
  background: #fff;
}

.pg_wrap a,
.pg_wrap strong {
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  color: #555555;
  width: 30px;
  height: 36px;
  line-height: 32px;
  margin: 0 2px;
  border: 1px solid #bbb;
}

@media (min-width: 1200px) {
  .pg_wrap a,
  .pg_wrap strong {
    width: 32px;
    line-height: 34px;
    font-size: 15px;
  }
}

.pg_wrap a.pg_start,
.pg_wrap strong.pg_start {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.773' height='9.444' viewBox='0 0 13.773 9.444'%3E%3Cpath id='패스_1257' data-name='패스 1257' d='M0,9.444,6.69,4.722,0,0ZM7.083,0V9.444l6.69-4.722Z' transform='translate(13.773 9.444) rotate(180)' fill='%23555'/%3E%3C/svg%3E%0A") no-repeat center/13.77px auto;
  font-size: 0;
  border: none;
}

@media (min-width: 1200px) {
  .pg_wrap a.pg_start,
  .pg_wrap strong.pg_start {
    background-size: 14.58px;
  }
}

.pg_wrap a.pg_prev,
.pg_wrap strong.pg_prev {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6.69' height='9.444' viewBox='0 0 6.69 9.444'%3E%3Cpath id='패스_1257' data-name='패스 1257' d='M0,0V9.444L6.69,4.722Z' transform='translate(6.69 9.444) rotate(180)' fill='%23555'/%3E%3C/svg%3E%0A") no-repeat center/6.7px auto;
  font-size: 0;
  border: none;
}

@media (min-width: 1200px) {
  .pg_wrap a.pg_prev,
  .pg_wrap strong.pg_prev {
    background-size: 7.08px;
  }
}

.pg_wrap a.pg_next,
.pg_wrap strong.pg_next {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6.69' height='9.444' viewBox='0 0 6.69 9.444'%3E%3Cpath id='패스_1257' data-name='패스 1257' d='M0,0V9.444L6.69,4.722Z' fill='%23555'/%3E%3C/svg%3E%0A") no-repeat center/6.7px auto;
  font-size: 0;
  border: none;
}

@media (min-width: 1200px) {
  .pg_wrap a.pg_next,
  .pg_wrap strong.pg_next {
    background-size: 7.08px;
  }
}

.pg_wrap a.pg_end,
.pg_wrap strong.pg_end {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.773' height='9.444' viewBox='0 0 13.773 9.444'%3E%3Cpath id='패스_1257' data-name='패스 1257' d='M0,9.444,6.69,4.722,0,0ZM7.083,0V9.444l6.69-4.722Z' fill='%23555'/%3E%3C/svg%3E%0A") no-repeat center/13.77px auto;
  font-size: 0;
  border: none;
}

@media (min-width: 1200px) {
  .pg_wrap a.pg_end,
  .pg_wrap strong.pg_end {
    background-size: 14.58px;
  }
}

.pg_wrap .active,
.pg_wrap strong {
  font-weight: 600;
  color: #DD488E;
  background: #fff;
  border: 1px solid #DD488E;
  text-decoration: underline;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="password"] {
  font-family: sans-serif;
}

input[type="password"]::-webkit-input-placeholder {
  font-family: "Noto Sans KR", "Malgun Gothic", "apple sd gothic neo", sans-serif;
}

input[type="password"]:-ms-input-placeholder {
  font-family: "Noto Sans KR", "Malgun Gothic", "apple sd gothic neo", sans-serif;
}

input[type="password"]::-ms-input-placeholder {
  font-family: "Noto Sans KR", "Malgun Gothic", "apple sd gothic neo", sans-serif;
}

input[type="password"]::placeholder {
  font-family: "Noto Sans KR", "Malgun Gothic", "apple sd gothic neo", sans-serif;
}

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

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* default input */
input,
select,
textarea {
  border-radius: 0;
  background-clip: padding-box;
  background: #fff;
  /*
        @media all and (max-width: 1199px) {
            appearance: none;
            -moz-appearance: none;
            -ms-appearance: none;
            -webkit-appearance: none;

            &::-ms-expand {
                display: none;
            }
        }
    */
}

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

button {
  border-radius: 0;
}

/* default btn */
div.btn-set {
  text-align: center;
  padding: 30px 0;
  font-size: 0;
}

div.btn-set button,
div.btn-set a {
  display: inline-block;
  vertical-align: top;
  width: 90px;
  height: 52px;
  line-height: 40px;
  border: 1px solid #111111;
  background: #fff;
  font-size: 17px;
  color: #555555;
  margin: 0 7px;
  border-radius: 2px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  div.btn-set button,
  div.btn-set a {
    width: 100px;
    height: 52px;
    font-size: 17px;
    margin: 0 10px;
  }
}

div.btn-set button.main,
div.btn-set a.main {
  background: #2F2D3B;
  border-color: #2D2B39;
  color: #fff;
  font-weight: 600;
}

div.btn-set button.next,
div.btn-set a.next {
  background: #333333;
  border-color: #2C2C2C;
  width: 195px;
  color: #fff;
  font-weight: 600;
}

@media (min-width: 1200px) {
  div.btn-set button.next,
  div.btn-set a.next {
    width: 200px;
  }
}

div.btn-set button.big,
div.btn-set a.big {
  line-height: 50px;
  font-size: 17px;
}

@media (min-width: 1200px) {
  div.btn-set button.big,
  div.btn-set a.big {
    line-height: 50px;
    font-size: 18px;
  }
}

div.btn-set button.heavy,
div.btn-set a.heavy {
  line-height: 48px;
  font-size: 17px;
  padding: 0 40px;
}

@media (min-width: 1200px) {
  div.btn-set button.heavy,
  div.btn-set a.heavy {
    line-height: 46px;
    font-size: 18px;
  }
}

div.btn-set button.home,
div.btn-set a.home {
  width: 96px;
  height: 48px;
  background: #F6F6F6;
  border: 1px solid #AAAAAA;
  color: #555555;
  font-size: 17px;
  line-height: 48px;
}

@media (min-width: 1200px) {
  div.btn-set button.home,
  div.btn-set a.home {
    width: 100px;
    height: 50px;
    line-height: 50px;
  }
}

div.btn-set.vertical button,
div.btn-set.vertical a {
  display: block;
  width: 200px;
  margin: 0 auto 20px;
}

@media (min-width: 1200px) {
  div.btn-set.vertical button,
  div.btn-set.vertical a {
    width: 260px;
  }
}

/* Modal */
.modal {
  pointer-events: none;
  position: absolute;
  z-index: 1000000000;
  left: 10;
  top: 100px;
  left: 10px;
  right: 10px;
  text-align: center;
  font-size: 0;
}

.modal div.outline {
  display: inline-block;
  vertical-align: top;
  background: #fff;
  -webkit-box-shadow: 0px 0px 20px #00000026;
          box-shadow: 0px 0px 20px #00000026;
  pointer-events: all;
}

@media (min-width: 1200px) {
  .modal div.outline {
    margin: 0 10px 10px;
  }
}

.modal div.outline p {
  margin: 0;
  font-size: 14px;
}

.modal div.outline img {
  max-width: 100%;
  height: auto;
}

.modal div.outline div.buttons {
  font-size: 0;
}

.modal div.outline div.buttons button {
  display: inline-block;
  width: 78px;
  height: 49px;
  outline: none;
  border: none;
  padding: 0;
  background: #fff;
  font-size: 16px;
  color: #555555;
  border-top: 1px solid #AAA;
}

.modal div.outline div.buttons button.hd_pops_reject {
  width: calc(100% - 78px);
  border-right: 1px solid #AAA;
}

article.layer-popup {
  display: none;
}

@media all and (min-width: 1200px) {
  article.layer-popup {
    display: block;
    position: absolute;
    left: 0;
    top: 12vh;
    z-index: 1000;
    right: 0;
    text-align: center;
  }
  article.layer-popup .container {
    text-align: center;
  }
  article.layer-popup .container div.outline {
    font-size: 0;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.25);
    display: inline-block;
    margin: 10px;
  }
  article.layer-popup .container div.outline a {
    display: block;
    font-size: 0;
  }
  article.layer-popup .container div.outline a img {
    max-width: 1000px;
  }
  article.layer-popup .container div.outline div.check {
    background: #222;
    color: #fff;
    font-size: 14px;
    padding: 10px;
    text-align: left;
    position: relative;
  }
  article.layer-popup .container div.outline div.check input {
    width: 16px;
    height: 16px;
    vertical-align: bottom;
  }
  article.layer-popup .container div.outline div.check button {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    border: none;
    background: #555;
    color: #fff;
    padding: 0 10px;
  }
}

div.alert-pop {
  display: none;
  position: fixed;
  z-index: 10000000000;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.6);
}

div.alert-pop.on {
  display: block;
}

div.alert-pop div.outline {
  position: absolute;
  left: 15px;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #fff;
  text-align: center;
  padding: 58px 0 38px;
  color: #111111;
  font-size: 15px;
  font-weight: 500;
  word-break: keep-all;
  border: 1px solid #555555;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.16);
}

@media (min-width: 1200px) {
  div.alert-pop div.outline {
    width: 340px;
    right: auto;
    padding: 62px 10px 44px;
    left: 50%;
    margin-left: -170px;
    font-size: 16px;
  }
}

div.alert-pop div.outline strong {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #111111;
  margin: 0 0 10px;
}

@media (min-width: 1200px) {
  div.alert-pop div.outline strong {
    font-size: 17px;
    margin: 0 0 20px;
  }
}

div.alert-pop div.outline p {
  margin: 0 0 6px;
}

div.alert-pop div.outline div.buttons {
  margin-top: 20px;
  font-size: 0;
}

@media (min-width: 1200px) {
  div.alert-pop div.outline div.buttons {
    margin-top: 30px;
  }
}

div.alert-pop div.outline div.buttons button {
  vertical-align: top;
  height: 34px;
  padding: 0 26px;
  border-radius: 4px;
  margin: 5px;
  border: 1px solid #222222;
  font-size: 17px;
  font-weight: 600;
  color: #555555;
  background: #fff;
}

@media (min-width: 1200px) {
  div.alert-pop div.outline div.buttons button {
    font-size: 16px;
    height: 34px;
  }
}

div.alert-pop div.outline div.buttons button.main {
  color: #fff;
  border-color: #222222;
  background: #4D4D4D;
}

div.alert-pop div.outline button.close {
  position: absolute;
  right: 15px;
  top: 15px;
  height: 14px;
  border: none;
  font-size: 13px;
  color: #555555;
  padding: 0 16px 0 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cg id='그룹_717' data-name='그룹 717' transform='translate(8077.432 1617.145)'%3E%3Crect id='사각형_17' data-name='사각형 17' width='15.131' height='1.84' transform='translate(-8076.131 -1617.145) rotate(45)' fill='%23555'/%3E%3Crect id='사각형_18' data-name='사각형 18' width='15.131' height='1.84' transform='translate(-8077.432 -1606.445) rotate(-45)' fill='%23555'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat right center/12px auto;
}

@media (min-width: 1200px) {
  div.alert-pop div.outline button.close {
    font-size: 14px;
    padding: 0 20px 0 0;
  }
}

div.write-pop {
  display: none;
  position: fixed;
  z-index: 10000000000;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.6);
}

div.write-pop.on {
  display: block;
}

div.write-pop div.outline {
  position: absolute;
  left: 15px;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #fff;
  color: #111111;
  font-size: 15px;
  font-weight: 500;
  word-break: keep-all;
  border: 1px solid #555555;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.16);
}

@media (min-width: 1200px) {
  div.write-pop div.outline {
    width: 320px;
    right: auto;
    left: 50%;
    margin-left: -160px;
    font-size: 16px;
  }
}

div.write-pop div.outline strong {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #111111;
  margin: 0;
  padding: 42px 30px 14px;
  border-bottom: 1px solid #555555;
}

@media (min-width: 1200px) {
  div.write-pop div.outline strong {
    font-size: 17px;
    padding: 44px 30px 14px;
  }
}

div.write-pop div.outline div.form {
  padding: 20px 30px 0;
}

div.write-pop div.outline div.form p {
  margin: 0 0 18px;
  font-size: 0;
}

div.write-pop div.outline div.form p label {
  display: inline-block;
  vertical-align: top;
  line-height: 36px;
  width: 80px;
  font-size: 15px;
}

@media (min-width: 1200px) {
  div.write-pop div.outline div.form p label {
    font-size: 16px;
  }
}

div.write-pop div.outline div.form p select,
div.write-pop div.outline div.form p input {
  vertical-align: top;
  width: calc(100% - 80px);
  font-size: 15px;
  height: 34px;
  border: 1px solid #AAAAAA;
  padding: 0 10px;
  color: #111111;
}

@media (min-width: 1200px) {
  div.write-pop div.outline div.form p select,
  div.write-pop div.outline div.form p input {
    font-size: 16px;
  }
}

div.write-pop div.outline div.form p select::-webkit-input-placeholder,
div.write-pop div.outline div.form p input::-webkit-input-placeholder {
  color: #999999;
}

div.write-pop div.outline div.form p select:-ms-input-placeholder,
div.write-pop div.outline div.form p input:-ms-input-placeholder {
  color: #999999;
}

div.write-pop div.outline div.form p select::-ms-input-placeholder,
div.write-pop div.outline div.form p input::-ms-input-placeholder {
  color: #999999;
}

div.write-pop div.outline div.form p select::placeholder,
div.write-pop div.outline div.form p input::placeholder {
  color: #999999;
}

div.write-pop div.outline div.buttons {
  text-align: center;
  padding: 0 0 44px;
  font-size: 0;
}

div.write-pop div.outline div.buttons button {
  vertical-align: top;
  height: 34px;
  padding: 0 26px;
  border-radius: 4px;
  margin: 5px;
  border: 1px solid #222222;
  font-size: 17px;
  font-weight: 600;
  color: #555555;
  background: #fff;
}

@media (min-width: 1200px) {
  div.write-pop div.outline div.buttons button {
    font-size: 16px;
    height: 34px;
  }
}

div.write-pop div.outline div.buttons button.main {
  color: #fff;
  border-color: #222222;
  background: #4D4D4D;
}

div.write-pop div.outline button.close {
  position: absolute;
  right: 15px;
  top: 15px;
  height: 14px;
  border: none;
  font-size: 13px;
  color: #555555;
  padding: 0 16px 0 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cg id='그룹_717' data-name='그룹 717' transform='translate(8077.432 1617.145)'%3E%3Crect id='사각형_17' data-name='사각형 17' width='15.131' height='1.84' transform='translate(-8076.131 -1617.145) rotate(45)' fill='%23555'/%3E%3Crect id='사각형_18' data-name='사각형 18' width='15.131' height='1.84' transform='translate(-8077.432 -1606.445) rotate(-45)' fill='%23555'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat right center/12px auto;
}

@media (min-width: 1200px) {
  div.write-pop div.outline button.close {
    font-size: 14px;
    padding: 0 20px 0 0;
  }
}

div.write-pop2 {
  display: none;
  position: fixed;
  z-index: 10000000000;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.6);
}

div.write-pop2.on {
  display: block;
}

div.write-pop2 div.outline {
  position: absolute;
  left: 15px;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #fff;
  color: #111111;
  font-size: 15px;
  font-weight: 500;
  word-break: keep-all;
  border: 1px solid #555555;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.16);
}

@media (min-width: 1200px) {
  div.write-pop2 div.outline {
    width: 320px;
    right: auto;
    left: 50%;
    margin-left: -160px;
    font-size: 16px;
  }
}

div.write-pop2 div.outline strong {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #111111;
  margin: 0;
  padding: 42px 30px 14px;
  border-bottom: 1px solid #555555;
}

@media (min-width: 1200px) {
  div.write-pop2 div.outline strong {
    font-size: 17px;
    padding: 44px 30px 14px;
  }
}

div.write-pop2 div.outline div.form {
  padding: 20px 30px 0;
}

div.write-pop2 div.outline div.form p {
  margin: 0 0 18px;
  font-size: 0;
}

div.write-pop2 div.outline div.form p label {
  display: block;
  position: relative;
  line-height: 36px;
  font-size: 15px;
}

@media (min-width: 1200px) {
  div.write-pop2 div.outline div.form p label {
    font-size: 16px;
  }
}

div.write-pop2 div.outline div.form p label > i {
  position: absolute;
  right: 10px;
  bottom: -35px;
  font-size: 13px;
  color: #EC653B;
  font-style: normal;
}

@media (min-width: 800px) {
  div.write-pop2 div.outline div.form p label > i {
    font-size: 14px;
  }
}

div.write-pop2 div.outline div.form p label > i.ok {
  color: #4E3DC4;
}

div.write-pop2 div.outline div.form p label > i.ok::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 9px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='10.091' height='8.666' viewBox='0 0 10.091 8.666'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='사각형_2034' data-name='사각형 2034' width='10.091' height='8.666' fill='%234e3dc4'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='그룹_1710' data-name='그룹 1710' transform='translate(0 0)'%3E%3Cg id='그룹_1709' data-name='그룹 1709' transform='translate(0 0)'%3E%3Cg id='그룹_1708' data-name='그룹 1708' transform='translate(0 0)' clip-path='url(%23clip-path)'%3E%3Cpath id='패스_1657' data-name='패스 1657' d='M4.013,8.666H4a1.017,1.017,0,0,1-.811-.414L.2,4.189A1.019,1.019,0,1,1,1.839,2.98L4.027,5.95,8.263.4A1.019,1.019,0,1,1,9.883,1.637L4.823,8.266a1.019,1.019,0,0,1-.81.4' transform='translate(0 0)' fill='%234e3dc4'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A") no-repeat center/100% auto;
  margin: 0 4px 0 0;
}

div.write-pop2 div.outline div.form p select,
div.write-pop2 div.outline div.form p input {
  vertical-align: top;
  width: 100%;
  font-size: 15px;
  height: 34px;
  border: 1px solid #AAAAAA;
  padding: 0 10px;
  margin: 0 0 20px;
  color: #111111;
}

@media (min-width: 1200px) {
  div.write-pop2 div.outline div.form p select,
  div.write-pop2 div.outline div.form p input {
    font-size: 16px;
  }
}

div.write-pop2 div.outline div.form p select::-webkit-input-placeholder,
div.write-pop2 div.outline div.form p input::-webkit-input-placeholder {
  color: #999999;
}

div.write-pop2 div.outline div.form p select:-ms-input-placeholder,
div.write-pop2 div.outline div.form p input:-ms-input-placeholder {
  color: #999999;
}

div.write-pop2 div.outline div.form p select::-ms-input-placeholder,
div.write-pop2 div.outline div.form p input::-ms-input-placeholder {
  color: #999999;
}

div.write-pop2 div.outline div.form p select::placeholder,
div.write-pop2 div.outline div.form p input::placeholder {
  color: #999999;
}

div.write-pop2 div.outline div.form p select.check,
div.write-pop2 div.outline div.form p input.check {
  padding-right: 60px;
}

div.write-pop2 div.outline div.buttons {
  text-align: center;
  padding: 0 0 44px;
  font-size: 0;
}

div.write-pop2 div.outline div.buttons button {
  vertical-align: top;
  height: 34px;
  padding: 0 26px;
  border-radius: 4px;
  margin: 5px;
  border: 1px solid #222222;
  font-size: 17px;
  font-weight: 600;
  color: #555555;
  background: #fff;
}

@media (min-width: 1200px) {
  div.write-pop2 div.outline div.buttons button {
    font-size: 16px;
    height: 34px;
  }
}

div.write-pop2 div.outline div.buttons button.main {
  color: #fff;
  border-color: #222222;
  background: #4D4D4D;
}

div.write-pop2 div.outline button.close {
  position: absolute;
  right: 15px;
  top: 15px;
  height: 14px;
  border: none;
  font-size: 13px;
  color: #555555;
  padding: 0 16px 0 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cg id='그룹_717' data-name='그룹 717' transform='translate(8077.432 1617.145)'%3E%3Crect id='사각형_17' data-name='사각형 17' width='15.131' height='1.84' transform='translate(-8076.131 -1617.145) rotate(45)' fill='%23555'/%3E%3Crect id='사각형_18' data-name='사각형 18' width='15.131' height='1.84' transform='translate(-8077.432 -1606.445) rotate(-45)' fill='%23555'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat right center/12px auto;
}

@media (min-width: 1200px) {
  div.write-pop2 div.outline button.close {
    font-size: 14px;
    padding: 0 20px 0 0;
  }
}

div.form-pop {
  display: none;
  position: fixed;
  z-index: 10000000000;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.6);
}

div.form-pop.on {
  display: block;
}

div.form-pop div.outline {
  position: absolute;
  left: 15px;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #fff;
  color: #111111;
  font-size: 15px;
  font-weight: 500;
  word-break: keep-all;
  border: 1px solid #555555;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.16);
  padding: 50px 15px 15px;
  max-height: 80vh;
  overflow-y: auto;
}

@media (min-width: 800px) {
  div.form-pop div.outline {
    width: 800px;
    right: auto;
    left: 50%;
    margin-left: -400px;
    font-size: 16px;
  }
}

div.form-pop div.outline h3 {
  position: relative;
  font-size: 17px;
  font-weight: 600;
  color: #222;
  border-bottom: 1px solid #555555;
  padding: 0 0 15px;
  margin: 0 0 15px;
}

@media (min-width: 800px) {
  div.form-pop div.outline h3 {
    font-size: 18px;
    padding: 0 0 20px;
    margin: 0 0 20px;
  }
}

div.form-pop div.outline div.table {
  border-top: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  font-size: 0;
  margin: 0 0 50px;
}

div.form-pop div.outline div.table p {
  position: relative;
  border-bottom: 1px solid #CCCCCC;
  padding: 10px 10px 10px 122px;
  margin: 0;
  color: #555;
  word-break: keep-all;
  font-size: 0;
}

@media (min-width: 800px) {
  div.form-pop div.outline div.table p {
    padding: 7px 10px 7px 168px;
  }
}

div.form-pop div.outline div.table p.long-title {
  padding-top: 20px;
  padding-bottom: 20px;
}

div.form-pop div.outline div.table p strong {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 110px;
  padding: 15px 10px;
  line-height: 1.6;
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  background: #F1F5F6;
  color: #111111;
  font-weight: 400;
  font-size: 15px;
}

@media (min-width: 800px) {
  div.form-pop div.outline div.table p strong {
    width: 148px;
    font-size: 16px;
  }
}

div.form-pop div.outline div.table p strong i {
  position: absolute;
  left: 10px;
  top: 18px;
  font-size: 17px;
  color: #4E3DC4;
  padding-right: 4px;
}

div.form-pop div.outline div.table p > i {
  display: block;
  text-align: right;
  margin: 10px 0 0;
  font-size: 13px;
  color: #EC653B;
  font-style: normal;
}

@media (min-width: 800px) {
  div.form-pop div.outline div.table p > i {
    font-size: 14px;
    display: inline-block;
    margin: 0 0 0 10px;
  }
}

div.form-pop div.outline div.table p > i.ok {
  color: #4E3DC4;
}

div.form-pop div.outline div.table p > i.ok::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 9px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='10.091' height='8.666' viewBox='0 0 10.091 8.666'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='사각형_2034' data-name='사각형 2034' width='10.091' height='8.666' fill='%234e3dc4'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='그룹_1710' data-name='그룹 1710' transform='translate(0 0)'%3E%3Cg id='그룹_1709' data-name='그룹 1709' transform='translate(0 0)'%3E%3Cg id='그룹_1708' data-name='그룹 1708' transform='translate(0 0)' clip-path='url(%23clip-path)'%3E%3Cpath id='패스_1657' data-name='패스 1657' d='M4.013,8.666H4a1.017,1.017,0,0,1-.811-.414L.2,4.189A1.019,1.019,0,1,1,1.839,2.98L4.027,5.95,8.263.4A1.019,1.019,0,1,1,9.883,1.637L4.823,8.266a1.019,1.019,0,0,1-.81.4' transform='translate(0 0)' fill='%234e3dc4'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A") no-repeat center/100% auto;
  margin: 0 4px 0 0;
}

div.form-pop div.outline div.table p span {
  display: block;
  min-height: 36px;
  padding: 10px 0;
  font-size: 15px;
}

@media (min-width: 800px) {
  div.form-pop div.outline div.table p span {
    min-height: 38px;
    font-size: 16px;
  }
}

div.form-pop div.outline div.table p span.inline {
  display: inline;
  padding: 0 10px;
}

div.form-pop div.outline div.table p button.sub {
  font-size: 14px;
  color: #fff;
  width: 110px;
  height: 36px;
  background: #4D4D4D;
  border: 1px solid #222222;
  border-radius: 4px;
}

@media (min-width: 800px) {
  div.form-pop div.outline div.table p button.sub {
    height: 38px;
    font-size: 15px;
  }
}

div.form-pop div.outline div.table p button.search {
  font-size: 14px;
  color: #555555;
  width: 130px;
  height: 36px;
  padding-right: 30px;
  background: url("data:image/svg+xml,%3Csvg id='search_black_24dp' xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath id='패스_1322' data-name='패스 1322' d='M0,0H24V24H0Z' fill='none'/%3E%3Cpath id='패스_1323' data-name='패스 1323' d='M15.5,14h-.79l-.28-.27a6.51,6.51,0,1,0-.7.7l.27.28v.79l5,4.99L20.49,19Zm-6,0A4.5,4.5,0,1,1,14,9.5,4.494,4.494,0,0,1,9.5,14Z' fill='%234d4d4d'/%3E%3C/svg%3E%0A") no-repeat right 10px center/24px auto;
  border: 1px solid #BBBBBB;
  border-radius: 4px;
}

@media (min-width: 800px) {
  div.form-pop div.outline div.table p button.search {
    height: 38px;
    font-size: 15px;
    width: 160px;
    margin: 0 26px 0 0;
  }
  div.form-pop div.outline div.table p button.search.post {
    display: block;
    margin: 0 0 10px;
  }
}

div.form-pop div.outline div.table p input + button,
div.form-pop div.outline div.table p button + input {
  margin-top: 5px;
}

div.form-pop div.outline div.table p select + select {
  margin-top: 10px;
}

div.form-pop div.outline div.table p > u {
  display: inline-block;
  vertical-align: top;
  line-height: 36px;
  font-size: 16px;
  text-decoration: none;
  width: 20px;
  text-align: center;
}

@media (min-width: 800px) {
  div.form-pop div.outline div.table p > u {
    line-height: 38px;
  }
}

div.form-pop div.outline div.table p input[type=text],
div.form-pop div.outline div.table p input[type=date],
div.form-pop div.outline div.table p input[type=tel],
div.form-pop div.outline div.table p input[type=password],
div.form-pop div.outline div.table p select {
  width: 100%;
  height: 36px;
  border-radius: 6px;
  border: 1px solid #BBBBBB;
  background: #fff;
  -webkit-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.1) inset;
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.1) inset;
  padding: 0 10px;
  font-size: 15px;
}

@media (min-width: 800px) {
  div.form-pop div.outline div.table p input[type=text],
  div.form-pop div.outline div.table p input[type=date],
  div.form-pop div.outline div.table p input[type=tel],
  div.form-pop div.outline div.table p input[type=password],
  div.form-pop div.outline div.table p select {
    height: 38px;
    font-size: 16px;
    margin: 0 10px 0 0;
  }
  div.form-pop div.outline div.table p input[type=text].business,
  div.form-pop div.outline div.table p input[type=date].business,
  div.form-pop div.outline div.table p input[type=tel].business,
  div.form-pop div.outline div.table p input[type=password].business,
  div.form-pop div.outline div.table p select.business {
    width: 278px;
  }
  div.form-pop div.outline div.table p input[type=text].ceo,
  div.form-pop div.outline div.table p input[type=date].ceo,
  div.form-pop div.outline div.table p input[type=tel].ceo,
  div.form-pop div.outline div.table p input[type=password].ceo,
  div.form-pop div.outline div.table p select.ceo {
    width: 140px;
  }
  div.form-pop div.outline div.table p input[type=text].type,
  div.form-pop div.outline div.table p input[type=date].type,
  div.form-pop div.outline div.table p input[type=tel].type,
  div.form-pop div.outline div.table p input[type=password].type,
  div.form-pop div.outline div.table p select.type {
    width: 180px;
  }
}

div.form-pop div.outline div.table p input[type=text].time,
div.form-pop div.outline div.table p input[type=date].time,
div.form-pop div.outline div.table p input[type=tel].time,
div.form-pop div.outline div.table p input[type=password].time,
div.form-pop div.outline div.table p select.time {
  width: 100px;
  margin-right: 10px;
}

div.form-pop div.outline div.table p input[type=text].min,
div.form-pop div.outline div.table p input[type=date].min,
div.form-pop div.outline div.table p input[type=tel].min,
div.form-pop div.outline div.table p input[type=password].min,
div.form-pop div.outline div.table p select.min {
  width: 70px;
}

div.form-pop div.outline div.table p input[type=text].period,
div.form-pop div.outline div.table p input[type=date].period,
div.form-pop div.outline div.table p input[type=tel].period,
div.form-pop div.outline div.table p input[type=password].period,
div.form-pop div.outline div.table p select.period {
  width: 190px;
}

div.form-pop div.outline div.table p input[type=text].tel,
div.form-pop div.outline div.table p input[type=date].tel,
div.form-pop div.outline div.table p input[type=tel].tel,
div.form-pop div.outline div.table p input[type=password].tel,
div.form-pop div.outline div.table p select.tel {
  width: calc(50% - 5px);
}

div.form-pop div.outline div.table p input[type=text].tel#tel2,
div.form-pop div.outline div.table p input[type=date].tel#tel2,
div.form-pop div.outline div.table p input[type=tel].tel#tel2,
div.form-pop div.outline div.table p input[type=password].tel#tel2,
div.form-pop div.outline div.table p select.tel#tel2 {
  margin-right: 10px;
}

@media (min-width: 800px) {
  div.form-pop div.outline div.table p input[type=text].tel,
  div.form-pop div.outline div.table p input[type=date].tel,
  div.form-pop div.outline div.table p input[type=tel].tel,
  div.form-pop div.outline div.table p input[type=password].tel,
  div.form-pop div.outline div.table p select.tel {
    display: inline-block;
    width: 140px;
  }
}

@media (min-width: 800px) {
  div.form-pop div.outline div.table p input[type=text]#farm,
  div.form-pop div.outline div.table p input[type=date]#farm,
  div.form-pop div.outline div.table p input[type=tel]#farm,
  div.form-pop div.outline div.table p input[type=password]#farm,
  div.form-pop div.outline div.table p select#farm {
    width: calc(100% - 196px);
  }
}

div.form-pop div.outline div.table p input[type=text].address1,
div.form-pop div.outline div.table p input[type=date].address1,
div.form-pop div.outline div.table p input[type=tel].address1,
div.form-pop div.outline div.table p input[type=password].address1,
div.form-pop div.outline div.table p select.address1 {
  margin-bottom: 10px;
}

@media (min-width: 800px) {
  div.form-pop div.outline div.table p input[type=text].address1,
  div.form-pop div.outline div.table p input[type=date].address1,
  div.form-pop div.outline div.table p input[type=tel].address1,
  div.form-pop div.outline div.table p input[type=password].address1,
  div.form-pop div.outline div.table p select.address1 {
    margin-bottom: 0;
    width: 460px;
  }
}

@media (min-width: 800px) {
  div.form-pop div.outline div.table p input[type=text].address2,
  div.form-pop div.outline div.table p input[type=date].address2,
  div.form-pop div.outline div.table p input[type=tel].address2,
  div.form-pop div.outline div.table p input[type=password].address2,
  div.form-pop div.outline div.table p select.address2 {
    width: 340px;
  }
}

div.form-pop div.outline div.table p input[type=text]#check,
div.form-pop div.outline div.table p input[type=date]#check,
div.form-pop div.outline div.table p input[type=tel]#check,
div.form-pop div.outline div.table p input[type=password]#check,
div.form-pop div.outline div.table p select#check {
  padding-right: 60px;
}

div.form-pop div.outline div.table p input[type=text].half,
div.form-pop div.outline div.table p input[type=date].half,
div.form-pop div.outline div.table p input[type=tel].half,
div.form-pop div.outline div.table p input[type=password].half,
div.form-pop div.outline div.table p select.half {
  width: calc(50% - 5px);
  margin-top: 10px;
}

@media (min-width: 800px) {
  div.form-pop div.outline div.table p input[type=text].half,
  div.form-pop div.outline div.table p input[type=date].half,
  div.form-pop div.outline div.table p input[type=tel].half,
  div.form-pop div.outline div.table p input[type=password].half,
  div.form-pop div.outline div.table p select.half {
    width: 120px;
  }
}

div.form-pop div.outline div.table p input[type=text].half#weight,
div.form-pop div.outline div.table p input[type=date].half#weight,
div.form-pop div.outline div.table p input[type=tel].half#weight,
div.form-pop div.outline div.table p input[type=password].half#weight,
div.form-pop div.outline div.table p select.half#weight {
  margin-left: 10px;
}

@media (min-width: 800px) {
  div.form-pop div.outline div.table p input[type=text].half#weight,
  div.form-pop div.outline div.table p input[type=date].half#weight,
  div.form-pop div.outline div.table p input[type=tel].half#weight,
  div.form-pop div.outline div.table p input[type=password].half#weight,
  div.form-pop div.outline div.table p select.half#weight {
    margin-left: 0;
  }
}

div.form-pop div.outline div.table p button.add {
  display: block;
  font-size: 15px;
  font-weight: 600;
  border: 1px solid #4E3DC4;
  background: none;
  width: 80px;
  height: 38px;
  margin: 12px auto 20px;
}

@media (min-width: 800px) {
  div.form-pop div.outline div.table p button.add {
    display: inline-block;
  }
}

div.form-pop div.outline div.table p > label {
  display: block;
  margin: 15px 0 5px;
  font-size: 15px;
}

div.form-pop div.outline div.table p span.item {
  display: block;
  position: relative;
  font-size: 15px;
  color: #555;
  background: #F3F3F3;
  border: 1px solid #555;
  padding: 12px 50px 12px 12px;
}

div.form-pop div.outline div.table p span.item button.del {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border: none;
  font-size: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cg id='그룹_1657' data-name='그룹 1657' transform='translate(-2 -2)'%3E%3Cg id='그룹_1656' data-name='그룹 1656'%3E%3Cpath id='패스_1590' data-name='패스 1590' d='M12,2A10,10,0,1,0,22,12,10,10,0,0,0,12,2Zm5,11H7V11H17Z' fill='%234e3dc4'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A") no-repeat center/100% auto;
}

div.form-pop div.outline div.table p span.file {
  display: block;
  position: relative;
  font-size: 15px;
  color: #555;
  background: #F3F3F3;
  border: 1px solid #555;
  padding: 12px 50px 12px 12px;
  margin-top: 10px;
}

@media (min-width: 800px) {
  div.form-pop div.outline div.table p span.file {
    font-size: 16px;
  }
}

div.form-pop div.outline div.table p span.file u {
  text-decoration: none;
  display: block;
  font-size: 14px;
  color: #4E3DC4;
  margin: 0 0 10px;
}

@media (min-width: 800px) {
  div.form-pop div.outline div.table p span.file u {
    display: inline-block;
    margin: 0 20px 0 0;
    font-size: 15px;
  }
}

div.form-pop div.outline div.table p span.file a {
  text-decoration: underline;
  color: #555555;
}

div.form-pop div.outline div.table p span.file button.del {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border: none;
  font-size: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cg id='그룹_1657' data-name='그룹 1657' transform='translate(-2 -2)'%3E%3Cg id='그룹_1656' data-name='그룹 1656'%3E%3Cpath id='패스_1590' data-name='패스 1590' d='M12,2A10,10,0,1,0,22,12,10,10,0,0,0,12,2Zm5,11H7V11H17Z' fill='%234e3dc4'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A") no-repeat center/auto 100%;
}

@media (min-width: 800px) {
  div.form-pop div.outline div.table p span.file button.del {
    background-position: right center;
    font-size: 14px;
    width: auto;
    padding-right: 26px;
    color: #4E3DC4;
  }
}

div.form-pop div.outline div.table p span.item +
span.item {
  margin-top: 10px;
}

div.form-pop div.outline div.table p select.tel {
  display: block;
  margin: 0 0 8px;
}

@media (min-width: 800px) {
  div.form-pop div.outline div.table p select.tel {
    display: inline-block;
    margin: 0 10px 0 0;
  }
}

div.form-pop div.outline div.table p input:-moz-read-only {
  background: #F2F1F1;
}

div.form-pop div.outline div.table p input:read-only {
  background: #F2F1F1;
}

div.form-pop div.outline div.table p input + button,
div.form-pop div.outline div.table p button + input,
div.form-pop div.outline div.table p input + input {
  margin-top: 10px;
}

div.form-pop div.outline div.table p u.counter {
  font-size: 12px;
  color: #4E3DC4;
  text-decoration: none;
  position: absolute;
  right: 22px;
  top: 22px;
}

@media (min-width: 800px) {
  div.form-pop div.outline div.table p u.counter {
    right: auto;
    left: 550px;
    top: 20px;
    font-size: 13px;
  }
}

div.form-pop div.outline div.table p textarea {
  width: 100%;
  height: 72px;
  border-radius: 6px;
  border: 1px solid #BBBBBB;
  -webkit-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.1) inset;
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.1) inset;
  padding: 0 10px;
}

div.form-pop div.outline div.buttons {
  text-align: center;
  padding: 0 0 44px;
  font-size: 0;
}

div.form-pop div.outline div.buttons button {
  vertical-align: top;
  height: 34px;
  padding: 0 26px;
  border-radius: 4px;
  margin: 5px;
  border: 1px solid #222222;
  font-size: 17px;
  font-weight: 600;
  color: #555555;
  background: #fff;
}

@media (min-width: 1200px) {
  div.form-pop div.outline div.buttons button {
    font-size: 16px;
    height: 34px;
  }
}

div.form-pop div.outline div.buttons button.main {
  color: #fff;
  border-color: #222222;
  background: #4D4D4D;
}

div.form-pop div.outline button.close {
  position: absolute;
  right: 15px;
  top: 15px;
  height: 14px;
  border: none;
  font-size: 13px;
  color: #555555;
  padding: 0 16px 0 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cg id='그룹_717' data-name='그룹 717' transform='translate(8077.432 1617.145)'%3E%3Crect id='사각형_17' data-name='사각형 17' width='15.131' height='1.84' transform='translate(-8076.131 -1617.145) rotate(45)' fill='%23555'/%3E%3Crect id='사각형_18' data-name='사각형 18' width='15.131' height='1.84' transform='translate(-8077.432 -1606.445) rotate(-45)' fill='%23555'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat right center/12px auto;
}

@media (min-width: 1200px) {
  div.form-pop div.outline button.close {
    font-size: 14px;
    padding: 0 20px 0 0;
  }
}

/* 입력테이블 */
div.input h4 {
  font-size: 22px;
  margin: 0 0 10px;
  position: relative;
}

@media (min-width: 1200px) {
  div.input h4 {
    font-size: 24px;
  }
}

div.input h4 small {
  position: absolute;
  right: 0;
  bottom: 0;
  font-weight: 400;
  font-size: 14px;
  color: #eb2828;
}

@media (min-width: 1200px) {
  div.input h4 small {
    font-size: 16px;
  }
}

div.input h4 p.check {
  position: absolute;
  right: 0;
  bottom: 0;
  font-weight: 400;
  font-size: 14px;
  margin: 0;
}

@media (min-width: 1200px) {
  div.input h4 p.check {
    font-size: 16px;
  }
}

div.input h4 p.check input {
  margin: 0 6px 0 0;
}

div.input dl {
  border-top: 2px solid #333;
  border-bottom: 2px solid #333;
  margin: 0 0 30px;
  padding: 20px 0;
}

@media (min-width: 1200px) {
  div.input dl {
    padding: 0;
  }
}

div.input dl dt {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 6px;
}

@media (min-width: 1200px) {
  div.input dl dt {
    font-size: 18px;
    width: 240px;
    float: left;
    padding: 24px 20px;
    position: relative;
    z-index: 10;
    font-size: 18px;
  }
}

div.input dl dt i {
  position: relative;
  top: 2px;
  font-size: 18px;
  color: #eb2828;
  font-style: normal;
}

div.input dl dd {
  padding: 0;
  margin: 0 0 12px;
  font-size: 0;
  min-height: 40px;
}

@media (min-width: 1200px) {
  div.input dl dd {
    position: relative;
    padding: 20px 20px 10px 260px;
    margin: 0;
    border-bottom: 1px solid #ccc;
    min-height: 90px;
  }
  div.input dl dd:before {
    content: "";
    display: block;
    position: absolute;
    background: #f5f5f5;
    left: 0;
    top: 0;
    bottom: 0;
    width: 240px;
  }
  div.input dl dd:last-child {
    border: none;
  }
}

div.input dl dd p.rows {
  display: block;
  margin: 0;
}

div.input dl dd p.rows.strong {
  font-size: 14px;
  font-weight: 600;
}

@media (min-width: 1200px) {
  div.input dl dd p.rows.strong {
    font-size: 16px;
  }
}

div.input dl dd p.rows.result {
  position: relative;
  font-size: 18px;
  padding-right: 90px;
  word-break: keep-all;
}

@media (min-width: 1200px) {
  div.input dl dd p.rows.result {
    font-size: 20px;
  }
}

div.input dl dd p.rows.result i {
  font-style: normal;
  font-weight: 600;
}

div.input dl dd p.rows.result button {
  position: absolute;
  right: 0;
  top: 0;
  width: 85px;
}

@media (min-width: 1200px) {
  div.input dl dd p.rows.result button {
    width: 142px;
  }
}

div.input dl dd p.rows.result button i {
  margin-left: 4px;
}

div.input dl dd p.rows.result span {
  display: block;
}

@media (min-width: 1200px) {
  div.input dl dd p.rows.result span {
    display: inline;
  }
}

@media (min-width: 1200px) {
  div.input dl dd p.rows.inline {
    display: inline-block;
  }
}

div.input dl dd strong {
  display: inline-block;
  font-size: 16px;
  line-height: 40px;
  padding: 0 20px;
  margin: 0 6px 0 0;
  background: #efefef;
}

@media (min-width: 1200px) {
  div.input dl dd strong {
    line-height: 48px;
  }
}

div.input dl dd input[type="text"],
div.input dl dd input[type="password"],
div.input dl dd input[type="date"] {
  width: 100%;
  font-size: 14px;
  width: 100%;
  height: 40px;
  padding: 0 10px;
  margin: 0 0 10px;
  border: 1px solid #cccccc;
}

@media (min-width: 1200px) {
  div.input dl dd input[type="text"],
  div.input dl dd input[type="password"],
  div.input dl dd input[type="date"] {
    width: 570px;
    height: 48px;
    font-size: 16px;
  }
}

div.input dl dd input[type="text"].gray, div.input dl dd input[type="text"]:-moz-read-only,
div.input dl dd input[type="password"].gray,
div.input dl dd input[type="password"]:-moz-read-only,
div.input dl dd input[type="date"].gray,
div.input dl dd input[type="date"]:-moz-read-only {
  background: #f5f5f5;
}

div.input dl dd input[type="text"].gray, div.input dl dd input[type="text"]:read-only,
div.input dl dd input[type="password"].gray,
div.input dl dd input[type="password"]:read-only,
div.input dl dd input[type="date"].gray,
div.input dl dd input[type="date"]:read-only {
  background: #f5f5f5;
}

div.input dl dd input[type="text"].danger,
div.input dl dd input[type="password"].danger,
div.input dl dd input[type="date"].danger {
  color: #eb2828;
}

div.input dl dd input[type="text"].ok,
div.input dl dd input[type="password"].ok,
div.input dl dd input[type="date"].ok {
  color: #0075bc;
  font-weight: 600;
  background: #d1e4f2;
  border-color: rgba(0, 0, 0, 0.1);
}

div.input dl dd input[type="text"].with-button,
div.input dl dd input[type="password"].with-button,
div.input dl dd input[type="date"].with-button {
  width: calc(100% - 124px);
  border-right: none;
}

@media (min-width: 1200px) {
  div.input dl dd input[type="text"].with-button,
  div.input dl dd input[type="password"].with-button,
  div.input dl dd input[type="date"].with-button {
    width: calc(570px - 142px);
  }
}

div.input dl dd input[type="text"].with-mail,
div.input dl dd input[type="password"].with-mail,
div.input dl dd input[type="date"].with-mail {
  width: calc(100% - 190px);
  margin-right: 10px;
}

@media (min-width: 1200px) {
  div.input dl dd input[type="text"].with-mail,
  div.input dl dd input[type="password"].with-mail,
  div.input dl dd input[type="date"].with-mail {
    width: 266px;
  }
}

div.input dl dd input[type="text"].tel,
div.input dl dd input[type="password"].tel,
div.input dl dd input[type="date"].tel {
  width: calc((100% - 40px) / 3);
}

@media (min-width: 1200px) {
  div.input dl dd input[type="text"].tel,
  div.input dl dd input[type="password"].tel,
  div.input dl dd input[type="date"].tel {
    width: 176px;
  }
}

div.input dl dd input[type="text"].date,
div.input dl dd input[type="password"].date,
div.input dl dd input[type="date"].date {
  width: calc((100% - 20px) / 2);
}

@media (min-width: 1200px) {
  div.input dl dd input[type="text"].date,
  div.input dl dd input[type="password"].date,
  div.input dl dd input[type="date"].date {
    width: 176px;
  }
}

div.input dl dd button {
  width: 124px;
  height: 40px;
  border: 1px solid transparent;
  margin: 0;
  background: #1f222d;
  color: #fff;
  font-size: 14px;
}

@media (min-width: 1200px) {
  div.input dl dd button {
    width: 142px;
    height: 48px;
    font-size: 16px;
  }
}

div.input dl dd button.check-reserv {
  display: block;
  margin: 20px auto;
}

@media (min-width: 1200px) {
  div.input dl dd button.check-reserv {
    display: inline-block;
    margin: 0 20px;
  }
}

div.input dl dd button.calc {
  background: #699b00;
  border-color: #456500;
}

div.input dl dd input[type=radio],
div.input dl dd input[type=checkbox] {
  display: none;
}

div.input dl dd label {
  display: inline-block;
  position: relative;
  margin: 8px 6px 0 0;
  padding: 0 0 0 24px;
  font-size: 14px;
}

@media (min-width: 1200px) {
  div.input dl dd label {
    margin: 0 30px 0 0;
    font-size: 16px;
    padding: 0 0 0 30px;
  }
}

div.input dl dd label::before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 2px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #d7d7d7;
}

div.input dl dd input[type=radio]:checked + label::before {
  border-color: #1c7cc2;
}

div.input dl dd input[type=radio]:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  left: 5px;
  top: 7px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #1c7cc2;
}

div.input dl dd input[type=checkbox]:checked + label::before {
  border-color: #1c7cc2;
}

div.input dl dd input[type=checkbox]:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  left: 5px;
  top: 7px;
  width: 10px;
  height: 10px;
  background: #1c7cc2;
}

div.input dl dd label + button {
  float: right;
}

@media (min-width: 1200px) {
  div.input dl dd label + button {
    float: none;
  }
}

div.input dl dd input[type="radio"] + label {
  line-height: 40px;
}

@media (min-width: 1200px) {
  div.input dl dd input[type="radio"] + label {
    line-height: 48px;
  }
}

div.input dl dd input[type="radio"] + label::before {
  top: 0;
}

@media (min-width: 1200px) {
  div.input dl dd input[type="radio"] + label::before {
    top: 14px;
  }
}

div.input dl dd input[type="radio"] + label::after {
  top: 5px;
}

@media (min-width: 1200px) {
  div.input dl dd input[type="radio"] + label::after {
    top: 19px;
  }
}

div.input dl dd input[type=checkbox] + label::before {
  border-radius: 0;
}

div.input dl dd u {
  display: inline-block;
  vertical-align: top;
  line-height: 40px;
  text-align: center;
  width: 20px;
  font-size: 16px;
  color: #7c7c7c;
  border-right: none;
  text-decoration: none;
}

@media (min-width: 1200px) {
  div.input dl dd u {
    height: 48px;
    font-size: 16px;
  }
}

div.input dl dd span.select-outline + u + span.select-outline {
  margin-left: 10px;
}

div.input dl dd span.select-outline {
  display: inline-block;
  position: relative;
  vertical-align: top;
  margin: 0 10px 10px 0;
}

div.input dl dd span.select-outline select {
  appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  height: 40px;
  width: 130px;
  font-size: 14px;
  display: inline-block;
  padding: 0 30px 0 10px;
  border: 1px solid #cccccc;
}

div.input dl dd span.select-outline select::-ms-expand {
  display: none;
}

@media (min-width: 1200px) {
  div.input dl dd span.select-outline select {
    height: 48px;
    font-size: 16px;
  }
}

div.input dl dd span.select-outline.mail {
  margin-right: 0;
}

div.input dl dd span.select-outline.mail span {
  display: inline-block;
  vertical-align: top;
  line-height: 38px;
  text-align: center;
  width: 30px;
  font-size: 16px;
  font-weight: 600;
  color: #7c7c7c;
  border: 1px solid #cccccc;
  border-right: none;
}

@media (min-width: 1200px) {
  div.input dl dd span.select-outline.mail span {
    height: 48px;
    font-size: 16px;
  }
}

div.input dl dd span.select-outline.mail select {
  width: 150px;
  border-left: none;
}

@media (min-width: 1200px) {
  div.input dl dd span.select-outline.mail select {
    width: 260px;
  }
}

div.input dl dd span.select-outline.tel select {
  width: 80px;
}

@media (min-width: 1200px) {
  div.input dl dd span.select-outline.tel select {
    width: 146px;
  }
}

div.input dl dd span.select-outline.time {
  margin-right: 0;
  width: calc((100% - 120px) / 4);
}

@media (min-width: 1200px) {
  div.input dl dd span.select-outline.time {
    width: 117px;
  }
}

div.input dl dd span.select-outline.time select {
  width: 100%;
}

div.input dl dd span.select-outline.full {
  width: 100%;
}

@media (min-width: 1200px) {
  div.input dl dd span.select-outline.full {
    width: 570px;
  }
}

div.input dl dd span.select-outline.full select {
  width: 100%;
}

div.input dl dd span.select-outline.half {
  display: inline-block;
  margin: 0 0 10px 0;
  width: calc(50% - 5px);
}

@media (min-width: 1200px) {
  div.input dl dd span.select-outline.half {
    width: 280px;
  }
}

div.input dl dd span.select-outline.half select {
  width: 100%;
}

div.input dl dd span.select-outline.half.mg10 {
  margin: 0 10px 10px 0;
}

div.input dl dd span.select-outline::before, div.input dl dd span.select-outline::after {
  content: "";
  position: absolute;
  top: 19px;
  display: block;
  width: 8px;
  height: 1px;
  background: #999999;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

div.input dl dd span.select-outline::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  right: 12px;
}

div.input dl dd span.select-outline::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  right: 6px;
}

div.input dl dd span.select-outline:focus-within::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

div.input dl dd span.select-outline:focus-within::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

div.input dl dd span.info {
  display: block;
  font-size: 12px;
  color: #1c7cc2;
  font-weight: 400;
}

@media (min-width: 1200px) {
  div.input dl dd span.info {
    font-size: 14px;
  }
}

div.input dl dd span.info.red {
  color: #eb2828;
}

div.input dl dd span.info.with-btn {
  display: inline-block;
  padding-left: 20px;
}

div.input dl dd span.info a {
  display: inline-block;
  color: #0075bc;
  text-decoration: underline;
}

div.input dl dd textarea {
  border: 1px solid #ccc;
  width: 100%;
  min-height: 80px;
  padding: 10px;
  margin: 0 0 10px;
  font-size: 14px;
}

div.input dl dd div.total-result {
  background: #f5f5f5;
  border: 1px solid #ccc;
  padding: 10px;
  margin: 20px 0;
  font-size: 14px;
}

@media (min-width: 1200px) {
  div.input dl dd div.total-result {
    font-size: 16px;
  }
}

@media (min-width: 1200px) {
  div.input dl dd div.total-result {
    margin: 30px 0 20px;
    padding: 20px;
  }
}

/* basic */
html {
  min-width: 320px;
  max-width: 100%;
  font-size: 14px;
  height: -webkit-fill-available;
}

html,
body {
  font-family: "Noto Sans KR", "Malgun Gothic", "apple sd gothic neo", sans-serif;
}

html.lock,
body.lock {
  height: 100vh;
  overflow: hidden;
}

body {
  position: relative;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  /* header */
  /* footer */
}

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

body .sr-only-focusable:active,
body .sr-only-focusable:focus {
  position: absolute !important;
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  height: 80px !important;
  background: #333 !important;
  margin: 0 !important;
  overflow: visible !important;
  clip: auto !important;
  color: #fff;
  text-align: center;
  line-height: 60px;
  font-size: 18px;
  z-index: 999999999;
}

body table caption {
  position: absolute;
  width: 0px;
  height: 0px;
  overflow: hidden;
}

body thead.thead-hidden {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

body thead.thead-hidden ~ tbody th {
  background-color: #ccc;
}

body thead.thead-hidden ~ tbody th:not(:last-child) {
  border-bottom: 1px solid #fff;
}

body thead.thead-hidden ~ tbody tr:last-child td,
body thead.thead-hidden ~ tbody tr:last-child th {
  border-bottom: 0px;
}

body .container {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  text-align: left;
  vertical-align: top;
  padding: 0 15px;
}

@media (min-width: 1195px) {
  body .container {
    position: relative;
    display: inline-block;
    margin: 0 auto;
    width: 1195px;
    height: 100%;
    padding: 0;
  }
}

body div.shadow {
  position: fixed;
  display: none;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  padding: 0 50px;
}

@media (min-width: 1195px) {
  body div.shadow {
    display: none;
  }
}

body div.shadow.on {
  display: block;
  z-index: 400000;
  opacity: 1;
}

@media (min-width: 1195px) {
  body div.shadow.on {
    display: none;
  }
}

body div.shadow.active {
  display: block;
  z-index: 400;
  opacity: 1;
}

@media (min-width: 1195px) {
  body div.shadow.active {
    display: none;
  }
}

body div.youtube {
  position: fixed;
  display: none;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  padding: 0 50px;
}

body div.youtube.on {
  z-index: 1000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 1;
}

body div.youtube button.close {
  position: absolute;
  right: 20px;
  top: 5px;
  width: 25px;
  height: 25px;
  border: none;
  color: #333;
  background: transparent;
  font-size: 30px;
}

@media (min-width: 1195px) {
  body div.youtube button.close {
    right: 20px;
    top: 0;
    width: 50px;
    height: 50px;
    font-size: 50px;
  }
}

body div.youtube button.close.youtube {
  top: -40px;
  right: 10px;
  color: #fff;
}

@media (min-width: 1195px) {
  body div.youtube button.close.youtube {
    top: -65px;
    right: 0px;
  }
}

body div.youtube div.youtubebox {
  position: relative;
  width: 100%;
  height: 365px;
  background: #eee;
}

@media (min-width: 1195px) {
  body div.youtube div.youtubebox {
    width: 700px;
    height: 490px;
  }
}

body div.youtube div.youtubebox iframe {
  width: 100%;
  height: 365px;
}

@media (min-width: 1195px) {
  body div.youtube div.youtubebox iframe {
    width: 100%;
    height: 100%;
  }
}

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

body u {
  text-decoration: none;
}

body div.bo_btn_top {
  display: block;
  width: 100%;
  height: 50px;
}

body div.bo_btn_top a {
  font-size: 17px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 90px;
  height: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}

body div.bo_btn_top a.btn_admin {
  background: #c92d76;
}

body div.bo_btn_top a.btn_b01 {
  background: #222;
}

body header {
  position: relative;
  z-index: 998;
  height: 73px;
  text-align: center;
  background: #fff;
  display: block;
}

@media (min-width: 1195px) {
  body header {
    height: 100px;
  }
  body header.on {
    border-bottom: 1px solid #ccc;
  }
}

body header .container h1 {
  margin: 8px 0 0 0;
}

@media (min-width: 1195px) {
  body header .container h1 {
    margin: 18px 0 0;
  }
}

body header .container h1 a {
  display: block;
  position: relative;
  font-size: 0;
  width: 121px;
  height: 38px;
  background: url(../images/logo.svg) no-repeat center/100% auto;
}

@media (min-width: 1195px) {
  body header .container h1 a {
    font-size: 0px;
    width: 197px;
    height: 62px;
  }
}

@media (max-width: 1194px) {
  body nav#main-menu {
    font-family: "Noto Sans KR", "Malgun Gothic", "apple sd gothic neo", sans-serif;
    position: fixed;
    z-index: 100000;
    right: -100%;
    top: 0;
    bottom: 0;
    background: #fff;
    width: 95%;
    -webkit-transition: 0.2s all linear;
    transition: 0.2s all linear;
  }
  body nav#main-menu.on {
    right: 0;
    z-index: 10000000;
  }
  body nav#main-menu h2 {
    margin: 27px 0 0 25px;
  }
  body nav#main-menu h2 a {
    display: block;
    position: relative;
    font-size: 0;
    width: 164px;
    height: 52px;
    background: url(../images/logo.svg) no-repeat center/100% auto;
    padding-left: 57px;
  }
  body nav#main-menu div.tools {
    text-align: center;
  }
  body nav#main-menu div.tools button.close {
    font-size: 0;
    position: absolute;
    right: 15px;
    top: 15px;
    font-weight: 700;
    border: none;
    background: transparent;
    margin: 0;
    width: 40px;
    height: 40px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='46' height='46' viewBox='0 0 46 46'%3E%3Cg id='그룹_12752' data-name='그룹 12752' transform='translate(-889 157)'%3E%3Cpath id='패스_4662' data-name='패스 4662' d='M0,0H46V46H0Z' transform='translate(889 -157)' fill='%23fff'/%3E%3Cpath id='패스_4663' data-name='패스 4663' d='M31.833,7.7,29.131,5,18.417,15.714,7.7,5,5,7.7,15.714,18.417,5,29.131l2.7,2.7L18.417,21.119,29.131,31.833l2.7-2.7L21.119,18.417Z' transform='translate(893.583 -152.417)'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat center/35px auto;
  }
  body nav#main-menu div.menus {
    margin: 30px 0 55px;
  }
  body nav#main-menu div.menus > ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0;
  }
  body nav#main-menu div.menus > ul > li h3 {
    margin: 0;
  }
  body nav#main-menu div.menus > ul > li h3 > a {
    display: block;
    position: relative;
    font-size: 17px;
    font-weight: 700;
    line-height: 48px;
    color: #111;
    padding: 0 20px;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
  }
  body nav#main-menu div.menus > ul > li h3 > a::after {
    content: "";
    display: block;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 11px;
    height: 12px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7' viewBox='0 0 12 7'%3E%3Cg id='그룹_370' data-name='그룹 370' transform='translate(238.893 -434.161) rotate(90)'%3E%3Cpath id='패스_437' data-name='패스 437' d='M435.135,238.893a.97.97,0,0,1-.688-1.656l4.363-4.344-4.363-4.345a.966.966,0,0,1,0-1.371.977.977,0,0,1,1.378,0l5.052,5.031a.966.966,0,0,1,0,1.371l-5.052,5.029A.974.974,0,0,1,435.135,238.893Z' transform='translate(0)' fill='%232b2b2b'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat center/100% auto;
  }
  body nav#main-menu div.menus > ul > li h3.on a::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7' viewBox='0 0 12 7'%3E%3Cg id='그룹_371' data-name='그룹 371' transform='translate(-226.893 441.161) rotate(-90)'%3E%3Cpath id='패스_437' data-name='패스 437' d='M435.135,238.893a.97.97,0,0,1-.688-1.656l4.363-4.344-4.363-4.345a.966.966,0,0,1,0-1.371.977.977,0,0,1,1.378,0l5.052,5.031a.966.966,0,0,1,0,1.371l-5.052,5.029A.974.974,0,0,1,435.135,238.893Z' transform='translate(0)' fill='%232b2b2b'/%3E%3C/g%3E%3C/svg%3E%0A");
  }
  body nav#main-menu div.menus > ul > li:first-child h3 a {
    border-top-color: #555;
  }
  body nav#main-menu div.menus > ul > li ul {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  body nav#main-menu div.menus > ul > li ul li a {
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 48px;
    padding: 0 20px;
    color: #555555;
    background: #f8f8f8;
  }
  body nav#main-menu div.menus > ul > li ul li a::before {
    content: "·";
    margin-right: 5px;
  }
  body nav#main-menu div.menus > ul > li ul li:last-child {
    border-bottom: none;
  }
  body nav#main-menu div.menus > ul > li h3.on + ul {
    max-height: 1000px;
  }
}

@media (min-width: 1195px) {
  body nav#main-menu {
    position: absolute;
    z-index: 100001;
    left: 0;
    right: 0;
    top: 100px;
    height: 0;
    max-height: 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  body nav#main-menu h2 {
    display: none;
  }
  body nav#main-menu div.tools {
    position: absolute;
    top: -66px;
    left: 50%;
    margin-left: 560px;
    text-align: center;
  }
  body nav#main-menu div.tools button.close {
    z-index: 999999;
    display: none;
    font-size: 0;
    font-weight: 700;
    border: none;
    background: transparent;
    margin: 0;
    width: 40px;
    height: 40px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='46' height='46' viewBox='0 0 46 46'%3E%3Cg id='그룹_12752' data-name='그룹 12752' transform='translate(-889 157)'%3E%3Cpath id='패스_4662' data-name='패스 4662' d='M0,0H46V46H0Z' transform='translate(889 -157)' fill='%23fff'/%3E%3Cpath id='패스_4663' data-name='패스 4663' d='M31.833,7.7,29.131,5,18.417,15.714,7.7,5,5,7.7,15.714,18.417,5,29.131l2.7,2.7L18.417,21.119,29.131,31.833l2.7-2.7L21.119,18.417Z' transform='translate(893.583 -152.417)'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat center/40px auto;
  }
  body nav#main-menu div.tools button.close.on {
    display: block;
  }
  body nav#main-menu div.menus {
    position: absolute;
    right: 50%;
    top: -75px;
    margin-right: -510px;
    width: 850px;
  }
  body nav#main-menu div.menus > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  body nav#main-menu div.menus > ul > li {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 170px;
  }
  body nav#main-menu div.menus > ul > li h3 {
    margin: 0;
    position: relative;
  }
  body nav#main-menu div.menus > ul > li h3 a {
    display: block;
    text-align: start;
    color: #111111;
    font-size: 18px;
    font-weight: 500;
    line-height: 60px;
  }
  body nav#main-menu div.menus > ul > li ul {
    position: absolute;
    list-style: none;
    margin: 0;
    padding: 0;
    top: 75px;
    left: 50%;
    width: 185px;
    height: 350px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    max-height: 0;
    overflow: hidden;
    text-align: left;
    border-left: 1px solid #dedede;
  }
  body nav#main-menu div.menus > ul > li ul.last-border {
    border-right: 1px solid #dedede;
  }
  body nav#main-menu div.menus > ul > li ul li {
    width: 100%;
  }
  body nav#main-menu div.menus > ul > li ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    word-break: keep-all;
    margin: 0 0 20px;
    color: #555;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
    opacity: 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  body nav#main-menu div.menus > ul > li ul li a.active, body nav#main-menu div.menus > ul > li ul li a:hover {
    color: #dd488e;
    -webkit-text-decoration: underline #dd488e;
            text-decoration: underline #dd488e;
  }
  body nav#main-menu.on {
    max-height: 1000px;
    height: 350px;
    background: #fff;
    -webkit-box-shadow: 0 12px 12px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 12px 12px 0 rgba(0, 0, 0, 0.25);
  }
  body nav#main-menu.on div.tools button {
    color: #555;
  }
  body nav#main-menu.on div.menus > ul > li h3 a {
    color: #111111;
  }
  body nav#main-menu.on div.menus > ul > li ul {
    max-height: 1000px;
    padding: 20px 0 0 10px;
  }
  body nav#main-menu.on div.menus > ul > li ul a {
    opacity: 1;
  }
}

body div.tools-open {
  position: absolute;
  right: 20px;
  top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  z-index: 99999;
}

@media (min-width: 1195px) {
  body div.tools-open {
    position: absolute;
    top: 35px;
    left: 50%;
    margin-left: 565px;
  }
}

body div.tools-open button {
  width: 30px;
  height: 40px;
  font-size: 0;
  border: none;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='24.744' viewBox='0 0 30 24.744'%3E%3Cpath id='패스_281' data-name='패스 281' d='M3,30.744H33V26.62H3Zm0-10.31H26.077V16.31H3ZM3,6v4.124H33V6Z' transform='translate(-3 -6)' fill='%23333'/%3E%3C/svg%3E%0A") no-repeat center/25px auto;
  opacity: 1;
}

body div.tools-open button.on {
  opacity: 0;
}

body div#content {
  /* MAIN */
  /* SUB */
}

body div#content.main {
  text-align: center;
}

body div#content.main section.main-banner {
  position: relative;
}

@media (min-width: 1195px) {
  body div#content.main section.main-banner {
    width: 100%;
  }
}

body div#content.main section.main-banner .banner-swiper {
  width: 360px;
  margin: 0 auto;
  overflow: hidden;
  z-index: 99;
  padding-left: 15px;
}

@media (min-width: 1195px) {
  body div#content.main section.main-banner .banner-swiper {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin: 0 0 0 180px;
    width: 1560px;
    height: 480px;
    padding: 0;
  }
}

body div#content.main section.main-banner .banner-swiper .swiper-wrapper a {
  width: 100%;
}

@media (min-width: 1195px) {
  body div#content.main section.main-banner .banner-swiper .swiper-wrapper a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

body div#content.main section.main-banner .banner-swiper .swiper-wrapper a.swiper-slide-active:focus {
  border: 2px solid #111;
}

@media (min-width: 1195px) {
  body div#content.main section.main-banner .banner-swiper .swiper-wrapper a .banner-title {
    width: 356px;
    margin: 85px 83px 0 0;
  }
}

body div#content.main section.main-banner .banner-swiper .swiper-wrapper a .banner-title p {
  text-align: start;
  font-size: 15px;
  margin: 12px 0;
}

@media (min-width: 1195px) {
  body div#content.main section.main-banner .banner-swiper .swiper-wrapper a .banner-title p {
    font-size: 25px;
    display: block;
  }
}

body div#content.main section.main-banner .banner-swiper .swiper-wrapper a .banner-title h2 {
  margin: 0 0 23px 0;
  display: block;
  font-size: 20px;
  font-weight: 700;
  color: #111;
  text-align: start;
}

@media (min-width: 1195px) {
  body div#content.main section.main-banner .banner-swiper .swiper-wrapper a .banner-title h2 span {
    display: block;
  }
}

@media (min-width: 1195px) {
  body div#content.main section.main-banner .banner-swiper .swiper-wrapper a .banner-title h2 {
    font-size: 50px;
    display: block;
    margin: 0;
  }
}

body div#content.main section.main-banner .banner-swiper .swiper-wrapper a div.banner-img {
  width: 360px;
  height: auto;
  overflow: hidden;
  border-radius: 100px 0 0 0;
}

@media (min-width: 1195px) {
  body div#content.main section.main-banner .banner-swiper .swiper-wrapper a div.banner-img {
    width: 1120px;
    height: 480px;
    border-radius: 240px 0 0 0;
  }
}

body div#content.main section.main-banner .banner-swiper .swiper-wrapper a img {
  width: 100%;
  height: 100%;
}

body div#content.main section.main-banner .btn-box {
  position: relative;
}

@media (min-width: 1195px) {
  body div#content.main section.main-banner .btn-box {
    position: absolute;
    bottom: 50px;
    left: 0;
    z-index: 9999;
  }
}

body div#content.main section.main-banner .btn-box button {
  padding: 0;
  font-size: 30px;
  border: none;
  background: transparent;
}

@media (min-width: 1195px) {
  body div#content.main section.main-banner .btn-box button {
    font-size: 40px;
  }
}

body div#content.main section.main-banner .btn-box button.on {
  display: none;
}

body div#content.main section.main-banner .btn-box button.swiper-button-disabled {
  opacity: 0.4;
}

body div#content.main section.main-banner .btn-box .banner-pagination {
  display: block;
  width: 50px;
  height: 20px;
  position: absolute;
  bottom: 12px;
  left: 230px;
  font-size: 12px;
  color: #111;
}

@media (min-width: 1195px) {
  body div#content.main section.main-banner .btn-box .banner-pagination {
    bottom: 25px;
    left: 140px;
    font-size: 17px;
  }
}

body div#content.main div.container {
  position: relative;
  padding: 0 10px;
}

@media (min-width: 1195px) {
  body div#content.main div.container {
    padding: 0;
  }
}

body div#content.main div.container section.main-menu {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 1195px) {
  body div#content.main div.container section.main-menu {
    margin-top: 580px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

body div#content.main div.container section.main-menu div.main-calender {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body div#content.main div.container section.main-menu div.main-calender div.calenderbox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 340px;
  min-height: 628px;
  -webkit-box-shadow: 2px 4px 30px #00000026;
          box-shadow: 2px 4px 30px #00000026;
  border-radius: 0px 20px 20px 20px;
  background: #fff;
  padding: 24px;
}

@media (min-width: 1195px) {
  body div#content.main div.container section.main-menu div.main-calender div.calenderbox {
    width: 290px;
    min-height: 628px;
  }
}

body div#content.main div.container section.main-menu div.main-calender div.calenderbox > h3,
body div#content.main div.container section.main-menu div.main-calender div.calenderbox > a {
  display: block;
  position: absolute;
  top: -15px;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 170px;
  height: 56px;
  background-color: #dd488e;
  border-radius: 0px 100px 100px 0px;
  -webkit-box-shadow: 2px 4px 30px #00000027;
          box-shadow: 2px 4px 30px #00000027;
  color: #fff;
  font-size: 22px;
  font-weight: normal;
  margin: 0;
}

body div#content.main div.container section.main-menu div.main-calender div.calenderbox div.calender-day {
  margin-top: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body div#content.main div.container section.main-menu div.main-calender div.calenderbox div.calender-day > a {
  font-size: 28px;
  color: #555555;
  margin: 0 5px 0 5px;
}

body div#content.main div.container section.main-menu div.main-calender div.calenderbox div.calender-day span {
  font-size: 24px;
  font-weight: bold;
  color: #111;
}

body div#content.main div.container section.main-menu div.main-calender div.calenderbox div.calender {
  margin-top: 24px;
  width: 260px;
}

body div#content.main div.container section.main-menu div.main-calender div.calenderbox div.calender div.cal-table {
  width: 100%;
  text-align: center;
  vertical-align: center;
  font-size: 16px;
  color: #333333;
  font-weight: normal;
  border-collapse: separate;
  border-spacing: 5px 5px;
}

body div#content.main div.container section.main-menu div.main-calender div.calenderbox div.calender div.cal-table .red {
  color: #df4c4c;
}

body div#content.main div.container section.main-menu div.main-calender div.calenderbox div.calender div.cal-table .list-head {
  display: table;
  width: 100%;
  table-layout: fixed;
}

body div#content.main div.container section.main-menu div.main-calender div.calenderbox div.calender div.cal-table .list-head span {
  display: table-cell;
  vertical-align: middle;
  width: 31.42px;
}

body div#content.main div.container section.main-menu div.main-calender div.calenderbox div.calender div.cal-table ul.list-body li.list-item {
  display: table;
  width: 100%;
}

body div#content.main div.container section.main-menu div.main-calender div.calenderbox div.calender div.cal-table ul.list-body li.list-item > div {
  display: table-cell;
  vertical-align: middle;
  width: 32px;
  height: 32px;
  background: #efefef;
  border-radius: 50%;
}

body div#content.main div.container section.main-menu div.main-calender div.calenderbox div.calender div.cal-table ul.list-body li.list-item > div.schedule {
  background: #fbcfe3;
  cursor: pointer;
}

body div#content.main div.container section.main-menu div.main-calender div.calenderbox div.calender div.cal-table ul.list-body li.list-item > div.today {
  border: 1px solid #dd488e;
  background: #fff;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body div#content.main div.container section.main-menu div.main-calender div.calenderbox div.calender div.cal-table ul.list-body li.list-item > div.today::before {
  content: "";
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='12.296' viewBox='0 0 16 12.296'%3E%3Cpath id='패스_4706' data-name='패스 4706' d='M54.957,50.892,48.8,44.736l2.452-2.452,3.687,3.687L62.313,38.6,64.8,41.049Z' transform='translate(-48.8 -38.597)' fill='%23dd488e'/%3E%3C/svg%3E%0A") no-repeat center/100%;
  width: 20px;
  height: 20px;
  position: absolute;
  opacity: 0.9;
}

body div#content.main div.container section.main-menu div.main-calender div.calenderbox div.calender div.cal-table ul.list-body li.list-item > div div.do-list {
  display: none;
}

body div#content.main div.container section.main-menu div.main-calender div.calenderbox .calender-text {
  margin-top: 10px;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

body div#content.main div.container section.main-menu div.main-calender div.calenderbox .calender-text h4 {
  margin: 0 0 9px 0;
  display: block;
  font-size: 18px;
  color: #dd488e;
  font-weight: bold;
}

body div#content.main div.container section.main-menu div.main-calender div.calenderbox .calender-text ul li {
  margin: 0 0 19px 0;
  color: #333333;
}

body div#content.main div.container section.main-menu div.main-calender div.calenderbox .calender-text ul li h5 {
  font-size: 15px;
  font-weight: normal;
  margin: 0;
  width: 240px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

body div#content.main div.container section.main-menu div.main-calender div.calenderbox .calender-text ul li h5::before {
  content: "-";
  font-size: 15px;
  margin-right: 5px;
}

body div#content.main div.container section.main-menu div.main-calender div.calenderbox .calender-text ul li p {
  font-size: 15px;
  font-weight: normal;
  margin: 0;
}

body div#content.main div.container section.main-menu div.main-calender div.calenderbox .calender-text ul li p::before {
  content: "·";
  font-size: 15px;
  margin: 0 5px 0 10px;
}

body div#content.main div.container section.main-menu div.main-info {
  margin-top: 50px;
}

@media (min-width: 1195px) {
  body div#content.main div.container section.main-menu div.main-info {
    margin-top: 0;
    margin-left: 61px;
  }
}

body div#content.main div.container section.main-menu div.main-info h3 {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  color: #111111;
  margin: 0 0 25px 0;
}

@media (min-width: 1195px) {
  body div#content.main div.container section.main-menu div.main-info h3 {
    margin: 0 0 50px 0;
    font-size: 30px;
    text-align: start;
  }
}

body div#content.main div.container section.main-menu div.main-info ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 20px 10px;
  width: 350px;
  margin: 0 auto;
}

@media (min-width: 1195px) {
  body div#content.main div.container section.main-menu div.main-info ul {
    gap: 26px 32px;
    margin: 0 auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
}

body div#content.main div.container section.main-menu div.main-info ul li {
  position: relative;
  width: 164px;
  height: 164px;
  border-radius: 50px;
  -webkit-box-shadow: 4px 0px 20px #2b354a26;
          box-shadow: 4px 0px 20px #2b354a26;
  overflow: hidden;
  opacity: 0;
}

@media (min-width: 1195px) {
  body div#content.main div.container section.main-menu div.main-info ul li {
    width: 260px;
    height: 254px;
    border-radius: 90px;
  }
}

body div#content.main div.container section.main-menu div.main-info ul li.focus {
  border: 3px solid #000;
}

body div#content.main div.container section.main-menu div.main-info ul li.ani01 {
  -webkit-animation: text-in 0.5s ease-in forwards;
          animation: text-in 0.5s ease-in forwards;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

body div#content.main div.container section.main-menu div.main-info ul li.ani02 {
  -webkit-animation: text-in 0.5s ease-in forwards;
          animation: text-in 0.5s ease-in forwards;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

body div#content.main div.container section.main-menu div.main-info ul li.ani03 {
  -webkit-animation: text-in 0.5s ease-in forwards;
          animation: text-in 0.5s ease-in forwards;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

body div#content.main div.container section.main-menu div.main-info ul li.ani04 {
  -webkit-animation: text-in 0.5s ease-in forwards;
          animation: text-in 0.5s ease-in forwards;
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

body div#content.main div.container section.main-menu div.main-info ul li.ani05 {
  -webkit-animation: text-in 0.5s ease-in forwards;
          animation: text-in 0.5s ease-in forwards;
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

body div#content.main div.container section.main-menu div.main-info ul li.ani06 {
  -webkit-animation: text-in 0.5s ease-in forwards;
          animation: text-in 0.5s ease-in forwards;
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}

@-webkit-keyframes text-in {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes text-in {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

body div#content.main div.container section.main-menu div.main-info ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}

body div#content.main div.container section.main-menu div.main-info ul li a:hover div.hover {
  bottom: 0;
  opacity: 1;
}

body div#content.main div.container section.main-menu div.main-info ul li a small {
  margin-top: 34px;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  line-height: 0.8;
}

@media (min-width: 1195px) {
  body div#content.main div.container section.main-menu div.main-info ul li a small {
    margin-top: 50px;
    font-size: 19px;
  }
}

body div#content.main div.container section.main-menu div.main-info ul li a h5 {
  margin: 0;
  font-size: 19px;
  font-weight: 700;
  color: #111111;
}

@media (min-width: 1195px) {
  body div#content.main div.container section.main-menu div.main-info ul li a h5 {
    font-size: 24px;
  }
}

body div#content.main div.container section.main-menu div.main-info ul li a img {
  position: absolute;
}

body div#content.main div.container section.main-menu div.main-info ul li a img.icon01 {
  width: 91px;
  height: 92px;
  top: 70px;
}

@media (min-width: 1195px) {
  body div#content.main div.container section.main-menu div.main-info ul li a img.icon01 {
    width: 154px;
    height: 154px;
    top: 90px;
  }
}

body div#content.main div.container section.main-menu div.main-info ul li a img.icon02 {
  width: 110px;
  height: 64px;
  top: 84px;
}

@media (min-width: 1195px) {
  body div#content.main div.container section.main-menu div.main-info ul li a img.icon02 {
    width: 184px;
    height: 110px;
    top: 120px;
  }
}

body div#content.main div.container section.main-menu div.main-info ul li a img.icon03 {
  width: 147px;
  height: 126px;
  top: 38px;
}

@media (min-width: 1195px) {
  body div#content.main div.container section.main-menu div.main-info ul li a img.icon03 {
    width: 260px;
    height: 254px;
    top: 0px;
  }
}

body div#content.main div.container section.main-menu div.main-info ul li a img.icon04 {
  width: 164px;
  height: 164px;
  top: 85px;
}

@media (min-width: 1195px) {
  body div#content.main div.container section.main-menu div.main-info ul li a img.icon04 {
    width: 291px;
    height: 290px;
    top: 120px;
  }
}

body div#content.main div.container section.main-menu div.main-info ul li a img.icon05 {
  width: 232px;
  height: 133px;
  top: 45px;
}

@media (min-width: 1195px) {
  body div#content.main div.container section.main-menu div.main-info ul li a img.icon05 {
    width: 350px;
    height: 200px;
    top: 70px;
  }
}

body div#content.main div.container section.main-menu div.main-info ul li a img.icon06 {
  width: 96px;
  height: 96px;
  top: 70px;
}

@media (min-width: 1195px) {
  body div#content.main div.container section.main-menu div.main-info ul li a img.icon06 {
    width: 146px;
    height: 146px;
    top: 100px;
  }
}

body div#content.main div.container section.main-menu div.main-info ul li a div.hover {
  display: none;
}

@media (min-width: 1195px) {
  body div#content.main div.container section.main-menu div.main-info ul li a div.hover {
    position: absolute;
    bottom: -280px;
    right: 0;
    background-color: #fff;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  body div#content.main div.container section.main-menu div.main-info ul li a div.hover p {
    font-size: 17px;
    color: #555;
    margin: 0;
  }
  body div#content.main div.container section.main-menu div.main-info ul li a div.hover p.view {
    margin-top: 15px;
    font-size: 16px;
    color: #dd488e;
  }
}

body div#content.main section.main-notice {
  margin-top: 65px;
  position: relative;
}

@media (min-width: 1195px) {
  body div#content.main section.main-notice {
    margin-top: 150px;
  }
}

body div#content.main section.main-notice div.container {
  padding: 0 5px;
}

body div#content.main section.main-notice div.container div.notice-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
  width: 345px;
  z-index: 99;
}

@media (min-width: 1195px) {
  body div#content.main section.main-notice div.container div.notice-box {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

body div#content.main section.main-notice div.container div.notice-box ul.notice {
  width: 345px;
  height: 126px;
  border-radius: 20px;
  -webkit-box-shadow: 2px 4px 20px #00000026;
          box-shadow: 2px 4px 20px #00000026;
  margin-bottom: 20px;
  padding: 20px;
  background: #fff;
}

@media (min-width: 1195px) {
  body div#content.main section.main-notice div.container div.notice-box ul.notice {
    width: 420px;
    height: 200px;
    margin: 0 30px 0 0;
    padding: 30px;
  }
}

body div#content.main section.main-notice div.container div.notice-box ul.notice li a {
  width: 100%;
}

body div#content.main section.main-notice div.container div.notice-box ul.notice li a h4 {
  display: inline-block;
  font-size: 18px;
  font-family: 700;
  color: #111111;
  margin: 0 0 15px 0;
}

@media (min-width: 1195px) {
  body div#content.main section.main-notice div.container div.notice-box ul.notice li a h4 {
    font-size: 22px;
    margin: 0 0 19px 0;
  }
}

body div#content.main section.main-notice div.container div.notice-box ul.notice li a h4::after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 15px;
  margin-left: 10px;
  background: url("data:image/svg+xml,%3Csvg id='arrow_forward_ios_black_24dp_2_' data-name='arrow_forward_ios_black_24dp (2)' xmlns='http://www.w3.org/2000/svg' width='18.921' height='18.921' viewBox='0 0 18.921 18.921'%3E%3Cg id='그룹_8235' data-name='그룹 8235'%3E%3Cpath id='패스_2729' data-name='패스 2729' d='M0,0H18.921V18.921H0Z' fill='none'/%3E%3C/g%3E%3Cg id='그룹_8236' data-name='그룹 8236' transform='translate(4.833 1.603)'%3E%3Cpath id='패스_2730' data-name='패스 2730' d='M6.23,16.324l1.419,1.391,8.015-7.857L7.649,2,6.23,3.391l6.6,6.467Z' transform='translate(-6.23 -2)' fill='%23ffb831'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat center/cover;
}

body div#content.main section.main-notice div.container div.notice-box ul.notice li ul li a {
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

body div#content.main section.main-notice div.container div.notice-box ul.notice li ul li a p {
  display: inline-block;
  font-size: 16px;
  color: #333;
  margin: 0 0 5px 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}

body div#content.main section.main-notice div.container div.notice-box ul.notice li ul li a p.nt01 {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media (min-width: 1195px) {
  body div#content.main section.main-notice div.container div.notice-box ul.notice li ul li a p.nt01 {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}

body div#content.main section.main-notice div.container div.notice-box ul.notice li ul li a p.nt02 {
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

@media (min-width: 1195px) {
  body div#content.main section.main-notice div.container div.notice-box ul.notice li ul li a p.nt02 {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}

@media (min-width: 1195px) {
  body div#content.main section.main-notice div.container div.notice-box ul.notice li ul li a p {
    font-size: 18px;
  }
}

body div#content.main section.main-notice div.container div.notice-box ul.notice li ul li a p:hover {
  color: #dd488e;
  text-decoration: underline;
}

body div#content.main section.main-notice div.container div.notice-box ul.notice li ul li a span {
  display: block;
  margin-top: 5px;
  font-size: 14px;
}

@media (min-width: 1195px) {
  body div#content.main section.main-notice div.container div.notice-box ul.notice li ul li a span {
    font-size: 16px;
    margin-top: 10px;
  }
}

body div#content.main section.main-notice div.container div.notice-box div.cm {
  position: relative;
  width: 345px;
  height: 126px;
  background: #dd488e;
  border: 1px solid #dd488e;
  border-radius: 20px;
  padding: 28px;
}

@media (min-width: 1195px) {
  body div#content.main section.main-notice div.container div.notice-box div.cm {
    width: 300px;
    height: 200px;
  }
}

body div#content.main section.main-notice div.container div.notice-box div.cm h4 {
  margin: 0;
  font-size: 18px;
  color: #fff;
  font-weight: 700;
}

@media (min-width: 1195px) {
  body div#content.main section.main-notice div.container div.notice-box div.cm h4 {
    font-size: 22px;
  }
}

body div#content.main section.main-notice div.container div.notice-box div.cm div {
  margin-top: 15px;
}

@media (min-width: 1195px) {
  body div#content.main section.main-notice div.container div.notice-box div.cm div {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

body div#content.main section.main-notice div.container div.notice-box div.cm div a {
  width: 100%;
  font-size: 16px;
  color: #fff;
  margin-right: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

body div#content.main section.main-notice div.container div.notice-box div.cm div a:hover {
  color: #ffd688;
  text-decoration: underline;
}

body div#content.main section.main-notice div.container div.notice-box div.cm div a::before {
  content: "";
  margin-right: 10px;
  margin-bottom: 5px;
  display: inline-block;
  width: 3px;
  height: 3px;
  background: #fff;
  border-radius: 50%;
}

@media (min-width: 1195px) {
  body div#content.main section.main-notice div.container div.notice-box div.cm div a {
    font-size: 18px;
    margin: 0 0 10px 0;
  }
}

body div#content.main section.main-notice div.container div.notice-box div.cm img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 56px;
  height: 63px;
}

@media (min-width: 1195px) {
  body div#content.main section.main-notice div.container div.notice-box div.cm img {
    width: 81px;
    height: 91px;
  }
}

body div#content.main section.main-notice div.notice-bg {
  position: absolute;
  top: 35px;
  left: 0;
  background: #ffc131;
  width: 100%;
  height: 508px;
  z-index: -1;
}

@media (min-width: 1195px) {
  body div#content.main section.main-notice div.notice-bg {
    height: 220px;
    width: 1920px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

body div#content.main section.main-vlog div.container {
  position: relative;
  margin-top: 25px;
  padding: 45px 0;
}

@media (min-width: 1195px) {
  body div#content.main section.main-vlog div.container {
    padding: 65px 0 30px;
  }
}

body div#content.main section.main-vlog div.container h3 {
  text-align: center;
  font-size: 18px;
  color: #111111;
  margin: 0;
}

body div#content.main section.main-vlog div.container h3::after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 15px;
  margin-left: 10px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9.681' height='16.127' viewBox='0 0 9.681 16.127'%3E%3Cpath id='패스_2730' data-name='패스 2730' d='M6.23,16.7l1.456,1.427,8.225-8.064L7.686,2,6.23,3.427,13,10.064Z' transform='translate(-6.23 -2)' fill='%232b2b2b'/%3E%3C/svg%3E%0A") no-repeat center/cover;
}

@media (min-width: 1195px) {
  body div#content.main section.main-vlog div.container h3 {
    margin: 0 0 0 5px;
    text-align: start;
    font-size: 22px;
  }
}

body div#content.main section.main-vlog div.container ul.vlog-box {
  margin-top: 25px;
}

body div#content.main section.main-vlog div.container ul.vlog-box li {
  position: relative;
  width: 270px;
  height: 245px;
  margin: 0 auto 30px;
}

@media (min-width: 1195px) {
  body div#content.main section.main-vlog div.container ul.vlog-box li {
    display: inline-block;
    width: 220px;
    height: 225px;
    margin: 0 19px 0 0;
    vertical-align: top;
  }
  body div#content.main section.main-vlog div.container ul.vlog-box li:last-of-type {
    margin: 0;
  }
}

body div#content.main section.main-vlog div.container ul.vlog-box li a {
  display: block;
  width: 100%;
  height: 100%;
}

body div#content.main section.main-vlog div.container ul.vlog-box li a::before {
  content: "";
  position: absolute;
  width: 55px;
  height: 45px;
  background: url("../images/playlogo.svg") no-repeat center/cover;
  top: 75px;
  left: 110px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@media (min-width: 1195px) {
  body div#content.main section.main-vlog div.container ul.vlog-box li a::before {
    top: 55px;
    left: 80px;
  }
}

body div#content.main section.main-vlog div.container ul.vlog-box li a img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 270px;
  height: 184px;
  border-radius: 20px;
}

@media (min-width: 1195px) {
  body div#content.main section.main-vlog div.container ul.vlog-box li a img {
    width: 220px;
    height: 150px;
  }
}

body div#content.main section.main-vlog div.container ul.vlog-box li a p {
  margin: 10px 0 0 0;
  font-size: 16px;
  color: #333;
  padding: 0 15px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

@media (min-width: 1195px) {
  body div#content.main section.main-vlog div.container ul.vlog-box li a p {
    font-size: 17px;
  }
}

body div#content.main section.main-vlog div.container ul.vlog-box li a:hover::before {
  scale: 1.2;
}

body div#content.main section.main-vlog div.vlog-bg {
  position: absolute;
  top: 0;
  left: 0;
  background: #f5f5f6;
  width: 100%;
  height: 100%;
  z-index: -1;
}

@media (min-width: 1195px) {
  body div#content.main section.main-vlog div.vlog-bg {
    top: 30px;
    width: 1920px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

body div#content.sub {
  padding: 0 0 60px;
  height: auto;
}

@media (min-width: 1195px) {
  body div#content.sub {
    padding: 0 0 80px;
  }
}

@media (min-width: 1195px) {
  body div#content.sub div.container {
    width: 1200px;
  }
}

body div#content.sub section.sub-head {
  position: relative;
  z-index: 60000;
  margin: -20px 0 35px 0;
  padding: 30px 0 0 0;
  background-color: #fff;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-head {
    margin: 0 0 35px 0;
  }
}

body div#content.sub section.sub-head div.container {
  z-index: 1000000;
  display: block;
}

body div#content.sub section.sub-head div.container div.nodepth {
  text-align: center;
  height: 100px;
  overflow: hidden;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-size: 0;
}

body div#content.sub section.sub-head div.container div.nodepth > a {
  display: none;
  position: absolute;
  left: 15px;
  top: 0;
  vertical-align: top;
  width: 38px;
  height: 60px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19.296' height='19.83' viewBox='0 0 19.296 19.83'%3E%3Cpath id='패스_1260' data-name='패스 1260' d='M328.951,180.594,320.3,186.4v12.195h6.315V192.2h4.666v6.392H337.6V186.4Z' transform='translate(-319.303 -179.763)' fill='none' stroke='%23000' stroke-linejoin='bevel' stroke-width='2'/%3E%3C/svg%3E%0A") no-repeat left center/auto 18px;
}

body div#content.sub section.sub-head div.container div.nodepth strong {
  position: relative;
  display: block;
  line-height: 60px;
  width: 100%;
  border: none;
  background: none;
  font-size: 20px;
  font-weight: 900;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

body div#content.sub section.sub-head div.container div.nodepth ul {
  display: inline-block;
  opacity: 0;
  list-style: none;
  text-align: left;
  margin: 0;
  padding: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

body div#content.sub section.sub-head div.container div.nodepth ul li a {
  font-size: 17px;
  font-weight: 700;
  color: #555555;
  line-height: 40px;
}

body div#content.sub section.sub-head div.container div.nodepth ul li a.on {
  font-weight: 700;
  color: #111111;
}

body div#content.sub section.sub-head div.container div.nodepth ul li a.on span {
  text-decoration: underline;
}

body div#content.sub section.sub-head div.container div.nodepth ul li a::before {
  content: "· ";
}

body div#content.sub section.sub-head div.container div.nodepth.on {
  max-height: 10000px;
}

body div#content.sub section.sub-head div.container div.nodepth.on button::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

body div#content.sub section.sub-head div.container div.nodepth.on ul {
  opacity: 1;
  margin: 0 0 30px;
}

body div#content.sub section.sub-head div.container div.depth1 {
  text-align: center;
}

body div#content.sub section.sub-head div.container div.depth1 > h2 {
  margin-top: 30px;
  font-size: 30px;
  font-weight: 900;
  color: #111111;
  margin: 0;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-head div.container div.depth1 > h2 {
    font-size: 42px;
  }
}

body div#content.sub section.sub-head div.container div.depth1 ul.depth1-link {
  margin: 25px 0 0px 0;
  font-size: 15px;
  color: #333333;
  font-family: 500;
}

@media (max-width: 1195px) {
  body div#content.sub section.sub-head div.container div.depth1 ul.depth1-link {
    display: none;
  }
}

body div#content.sub section.sub-head div.container div.depth1 ul.depth1-link li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body div#content.sub section.sub-head div.container div.depth1 ul.depth1-link li a,
body div#content.sub section.sub-head div.container div.depth1 ul.depth1-link li span {
  margin: 0 10px;
}

body div#content.sub section.sub-head div.container div.depth1 ul.depth1-link li a.depth1-home,
body div#content.sub section.sub-head div.container div.depth1 ul.depth1-link li span.depth1-home {
  display: inline-block;
  font-size: 0;
  width: 25px;
  height: 20px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='18' height='16.764' viewBox='0 0 18 16.764'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='사각형_4790' data-name='사각형 4790' width='18' height='16.764' fill='none'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='그룹_12759' data-name='그룹 12759' transform='translate(0 0)'%3E%3Cpath id='패스_4664' data-name='패스 4664' d='M3.41,6.7v9.8h5V11.363h3.7V16.5h5V6.7L10.262.562Z' transform='translate(-1.263 -0.208)' fill='%23fff'/%3E%3Cg id='그룹_12756' data-name='그룹 12756' transform='translate(0 0)'%3E%3Cg id='그룹_12755' data-name='그룹 12755' clip-path='url(%23clip-path)'%3E%3Cpath id='패스_4665' data-name='패스 4665' d='M10.378.562,3.41,6.718v9.826H8.5V11.393h3.759v5.151h5.089V6.718Z' transform='translate(-1.378 -0.227)' fill='none' stroke='%23000' stroke-linejoin='bevel' stroke-width='1'/%3E%3C/g%3E%3C/g%3E%3Crect id='사각형_4791' data-name='사각형 4791' width='3.974' height='5.444' transform='translate(7.013 10.848)' fill='%23fff'/%3E%3Cg id='그룹_12758' data-name='그룹 12758' transform='translate(0 0)'%3E%3Cg id='그룹_12757' data-name='그룹 12757' clip-path='url(%23clip-path)'%3E%3Crect id='사각형_4792' data-name='사각형 4792' width='3.76' height='5.151' transform='translate(7.12 11.166)' fill='none' stroke='%23000' stroke-linejoin='bevel' stroke-width='1'/%3E%3Cpath id='패스_4666' data-name='패스 4666' d='M17.9,8.251,9.2.562.5,8.251' transform='translate(-0.201 -0.227)' fill='none' stroke='%23000' stroke-linejoin='bevel' stroke-width='1'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A") no-repeat center/auto;
}

body div#content.sub section.sub-head div.container div.depth2 {
  position: relative;
  margin: 35px auto;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-head div.container div.depth2 {
    margin: 0 auto;
    height: 120px;
  }
}

body div#content.sub section.sub-head div.container div.depth2 a.depth2-link {
  position: relative;
  width: 100%;
  height: 46px;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  color: #c92d76;
  font-weight: 600;
  font-size: 18px;
  display: block;
  text-align: center;
  line-height: 2.3;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-head div.container div.depth2 a.depth2-link {
    display: none;
  }
}

body div#content.sub section.sub-head div.container div.depth2 a.depth2-link::after {
  content: "";
  display: block;
  position: absolute;
  right: 16px;
  top: 16px;
  margin-left: 12px;
  width: 10px;
  height: 10px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath id='패스_4671' data-name='패스 4671' d='M7,10l6,8,6-8Z' transform='translate(-7 -10)' fill='%23dd488e'/%3E%3C/svg%3E%0A") no-repeat center/100% auto;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

body div#content.sub section.sub-head div.container div.depth2 div {
  display: inline-block;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 45px;
  max-height: 0;
  opacity: 0;
  font-size: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  overflow: hidden;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-head div.container div.depth2 div {
    max-height: 1000px;
    position: relative;
    opacity: 1;
  }
}

body div#content.sub section.sub-head div.container div.depth2 div ul {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  list-style: none;
  text-align: left;
  margin: 0;
  padding: 10px 20px;
  background: #fff;
  border: 1px solid #d9d9d9;
  text-align: center;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16) inset;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16) inset;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-head div.container div.depth2 div ul {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-left: none;
    border-right: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

body div#content.sub section.sub-head div.container div.depth2 div ul li {
  margin: 0 15px;
}

body div#content.sub section.sub-head div.container div.depth2 div ul li a {
  font-size: 16px;
  font-weight: 400;
  color: #555;
  line-height: 40px;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-head div.container div.depth2 div ul li a {
    font-size: 17px;
    color: #555;
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
  }
  body div#content.sub section.sub-head div.container div.depth2 div ul li a:hover {
    color: #dd488e;
    padding-bottom: 12px;
    border-bottom: 4px solid #dd488e;
    font-weight: 700;
  }
}

body div#content.sub section.sub-head div.container div.depth2 div ul li a.on {
  font-weight: 700;
  color: #c92d76;
  text-decoration: underline;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-head div.container div.depth2 div ul li a.on {
    text-decoration: none;
    padding-bottom: 13px;
    border-bottom: 4px solid #dd488e;
  }
}

body div#content.sub section.sub-head div.container div.depth2.on a.depth2-link::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

body div#content.sub section.sub-head div.container div.depth2.on div {
  -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
  z-index: 1000000;
  max-height: 1000px;
  opacity: 1;
}

body div#content.sub section.sub-content {
  text-align: center;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-content {
    margin-top: 40px;
  }
}

body div#content.sub section.sub-content div.container div.b-title h3 {
  font-size: 21px;
  font-weight: 700;
  color: #111111;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 3px 0 23px 0;
}

body div#content.sub section.sub-content div.container div.b-title h3.space {
  margin: 3px 0 0 0;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-content div.container div.b-title h3.space {
    margin: 3px 0 23px 0;
  }
}

body div#content.sub section.sub-content div.container div.b-title h3.space span {
  display: none;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-content div.container div.b-title h3.space span {
    display: inline-block;
    margin-left: 10px;
  }
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-content div.container div.b-title h3 {
    font-size: 28px;
    margin: 3px 0 36px 0;
  }
}

body div#content.sub section.sub-content div.container div.b-title h3::before {
  content: "";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 26px;
  height: 26px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26'%3E%3Cpath id='패스_4669' data-name='패스 4669' d='M13,0A13,13,0,1,0,26,13,13,13,0,0,0,13,0Zm0,17.55L7.15,11.7,9,9.867l4,4,4-4L18.85,11.7Z' transform='translate(0 26) rotate(-90)' fill='%23dd488e'/%3E%3C/svg%3E%0A") no-repeat center/100%;
  border-radius: 50%;
  color: #fff;
  font-size: 20px;
  margin-right: 8px;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-content div.container div.b-title h3::before {
    width: 31px;
    height: 31px;
  }
}

body div#content.sub section.sub-content div.container div.b-title > h4 {
  font-size: 21px;
  font-weight: 700;
  color: #111111;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 23px 34px;
}

body div#content.sub section.sub-content div.container div.b-title > h4.margin {
  margin: 0 0 0 34px;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-content div.container div.b-title > h4 {
    display: none;
  }
}

body div#content.sub section.sub-content div.container div.b-title div.b-info {
  width: 100%;
  height: 124px;
  border: 1px solid #ebebeb;
  border-radius: 10px;
  background: #f6f6f6;
  text-align: center;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-content div.container div.b-title div.b-info {
    height: 120px;
  }
}

body div#content.sub section.sub-content div.container div.b-title div.b-info h4 {
  font-size: 18px;
  font-weight: 700;
  color: #333333;
  margin: 20px 0 6px 0;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-content div.container div.b-title div.b-info h4 {
    font-size: 20px;
    margin: 30px 0 7px 0;
  }
}

body div#content.sub section.sub-content div.container div.b-title div.b-info p {
  font-size: 15px;
  color: #333333;
  margin: 0;
  line-height: 1.5;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-content div.container div.b-title div.b-info p {
    display: inline-block;
    font-size: 17px;
  }
}

body div#content.sub section.sub-content div.container div.b-title div.b-info p span {
  color: #d62727;
}

body div#content.sub section.sub-content div.container div.b-title > div.c-msg {
  text-align: center;
}

body div#content.sub section.sub-content div.container div.b-title > div.c-msg h4 {
  font-size: 32px;
  font-weight: 700;
  color: #111111;
  margin: 30px 0 29px;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-content div.container div.b-title > div.c-msg h4 {
    font-size: 50px;
    margin: 46px 0 39px;
  }
}

body div#content.sub section.sub-content div.container div.b-title > div.c-msg h4 span {
  display: block;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-content div.container div.b-title > div.c-msg h4 span {
    display: inline-block;
  }
}

body div#content.sub section.sub-content div.container div.b-title > div.c-msg p {
  font-size: 18px;
  color: #333333;
  margin: 0;
  text-align: start;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-content div.container div.b-title > div.c-msg p {
    font-size: 20px;
    text-align: center;
  }
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-content div.container div.b-title > div.c-msg p span {
    display: block;
    font-size: 19px;
  }
}

body div#content.sub section.sub-content div.container div.b-title > div.c-name {
  margin-top: 50px;
  border: 1px solid #ebebeb;
  border-radius: 10px;
  background: #f8f8f8;
  padding: 20px 0;
  line-height: 1.6;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-content div.container div.b-title > div.c-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 27px 0;
  }
}

body div#content.sub section.sub-content div.container div.b-title > div.c-name p {
  margin: 0 auto;
  font-size: 15px;
  color: #555555;
  text-align: center;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-content div.container div.b-title > div.c-name p {
    font-size: 17px;
    margin: 0 15px;
  }
}

body div#content.sub section.sub-content div.container div.b-content {
  margin-top: 25px;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-content div.container div.b-content {
    margin-top: 40px;
  }
}

body div#content.sub section.sub-content div.container div.b-content h4 {
  margin: 0 0 9px 0;
  font-size: 18px;
  color: #111111;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-content div.container div.b-content h4 {
    font-size: 20px;
  }
}

body div#content.sub section.sub-content div.container div.b-content h4::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 1px solid #111;
  border-radius: 50%;
  margin-right: 8px;
}

body div#content.sub section.sub-content div.container div.b-content > p {
  font-size: 17px;
  color: #333;
  margin: 0;
  line-height: 27px;
}

body div#content.sub section.sub-content div.container div.b-content > p.talk::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='14' height='11' viewBox='0 0 14 11'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='사각형_5586' data-name='사각형 5586' width='14' height='11' transform='translate(0 -0.234)' fill='%23d26d8e'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='그룹_13222' data-name='그룹 13222' transform='translate(0 0.234)'%3E%3Cg id='그룹_13221' data-name='그룹 13221' transform='translate(0 0)' clip-path='url(%23clip-path)'%3E%3Cpath id='패스_9405' data-name='패스 9405' d='M5.008,10.852a1.486,1.486,0,0,1-1.049-.431L.435,6.926a1.462,1.462,0,0,1,0-2.081,1.492,1.492,0,0,1,2.1,0L5.008,7.3,11.935.432a1.492,1.492,0,0,1,2.1,0,1.462,1.462,0,0,1,0,2.081L6.057,10.421a1.486,1.486,0,0,1-1.049.431' transform='translate(0 0)' fill='%23d26d8e'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A") no-repeat center/100%;
  margin-right: 5px;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-content div.container div.b-content > p.talk::before {
    width: 18px;
    height: 18px;
  }
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-content div.container div.b-content > p {
    font-size: 19px;
    margin: 5px 0 0 0;
  }
}

body div#content.sub section.sub-content div.container div.b-content .sub14-img {
  position: relative;
  display: block;
  margin: 10px auto 0;
  text-align: center;
  width: 311px;
  height: 162px;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-content div.container div.b-content .sub14-img {
    position: absolute;
    top: 150px;
    right: 0;
    width: 349px;
    height: 181px;
  }
}

body div#content.sub section.sub-content div.container div.b-content > div.talk-guide > ul {
  width: 345px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 20px;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-content div.container div.b-content > div.talk-guide > ul {
    width: 100%;
    gap: 0 53px;
  }
}

body div#content.sub section.sub-content div.container div.b-content > div.talk-guide > ul > li {
  position: relative;
  width: 154px;
  height: 240px;
  border: 1px solid #d26d8e;
  border-radius: 15px;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-content div.container div.b-content > div.talk-guide > ul > li {
    width: 260px;
    height: 210px;
  }
}

body div#content.sub section.sub-content div.container div.b-content > div.talk-guide > ul > li::after {
  position: absolute;
  top: 115px;
  right: -15px;
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='20' viewBox='0 0 12 20'%3E%3Cg id='그룹_13236' data-name='그룹 13236' transform='translate(-6.23 -2)'%3E%3Cpath id='패스_9502' data-name='패스 9502' d='M6.23,20.23,8.035,22l10.2-10L8.035,2,6.23,3.77,14.621,12Z' transform='translate(0)' fill='%23d26d8e'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat center/100%;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-content div.container div.b-content > div.talk-guide > ul > li::after {
    width: 20px;
    height: 20px;
    top: 110px;
    right: -40px;
  }
}

body div#content.sub section.sub-content div.container div.b-content > div.talk-guide > ul > li:last-of-type::after {
  display: none;
}

body div#content.sub section.sub-content div.container div.b-content > div.talk-guide > ul > li h5 {
  width: 154px;
  height: 68px;
  background: #d26d8e;
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  text-align: center;
  margin: 0;
  border-radius: 15px 15px 0 0;
  line-height: 68px;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-content div.container div.b-content > div.talk-guide > ul > li h5 {
    width: 260px;
    font-size: 19px;
  }
}

body div#content.sub section.sub-content div.container div.b-content > div.talk-guide > ul > li ul {
  padding: 9px 13px;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-content div.container div.b-content > div.talk-guide > ul > li ul {
    padding: 15px 20px;
  }
}

body div#content.sub section.sub-content div.container div.b-content > div.talk-guide > ul > li ul li {
  font-size: 16px;
  color: #333333;
  text-indent: -10px;
  margin-left: 5px;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-content div.container div.b-content > div.talk-guide > ul > li ul li {
    font-size: 18px;
    margin-top: 5px;
  }
}

body div#content.sub section.sub-content div.container div.b-content div.talk-write {
  margin-top: 24px;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-content div.container div.b-content div.talk-write {
    margin-top: 40px;
  }
}

body div#content.sub section.sub-content div.container div.b-content div.talk-write > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px 0;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-content div.container div.b-content div.talk-write > ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0 20px;
  }
}

body div#content.sub section.sub-content div.container div.b-content div.talk-write > ul > li {
  border: 1px solid #dddddd;
  background: #fef8fa;
  padding: 15px;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-content div.container div.b-content div.talk-write > ul > li {
    width: 590px;
    height: 266px;
    padding: 25px;
  }
}

body div#content.sub section.sub-content div.container div.b-content div.talk-write > ul > li h5 {
  font-size: 16px;
  color: #bc5a7a;
  margin: 0 0 10px 0;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-content div.container div.b-content div.talk-write > ul > li h5 {
    font-size: 18px;
  }
}

body div#content.sub section.sub-content div.container div.b-content div.talk-write > ul > li > ul > li {
  font-size: 15px;
  color: #333333;
  text-indent: -10px;
  margin-left: 5px;
  line-height: 25px;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-content div.container div.b-content div.talk-write > ul > li > ul > li {
    font-size: 17px;
    line-height: 30px;
  }
}

body div#content.sub section.sub-content div.container div.b-content div.care-title {
  border: 1px solid #dddddd;
  border-bottom: none;
  background: #fef8fa;
  padding: 20px;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-content div.container div.b-content div.care-title {
    padding: 24px 31px;
  }
}

body div#content.sub section.sub-content div.container div.b-content div.care-title h6 {
  font-size: 17px;
  font-weight: 700;
  color: #bb1563;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 12px 0;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-content div.container div.b-content div.care-title h6 {
    font-size: 19px;
  }
}

body div#content.sub section.sub-content div.container div.b-content div.care-title h6::before {
  content: "";
  display: inline-block;
  width: 34px;
  height: 38px;
  margin-right: 10px;
  background: url("../images/carelogo.svg") no-repeat center/cover;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-content div.container div.b-content div.care-title h6::before {
    width: 36px;
    height: 41px;
  }
}

body div#content.sub section.sub-content div.container div.b-content div.care-title p {
  font-size: 16px;
  color: #333333;
  margin: 0;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-content div.container div.b-content div.care-title p {
    font-size: 18px;
  }
}

body div#content.sub section.sub-content div.container div.b-content div.care-title p span {
  color: #b9236a;
}

body div#content.sub section.sub-content div.container div.b-content div.care-title ul.procedure {
  text-align: center;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-content div.container div.b-content div.care-title ul.procedure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
}

body div#content.sub section.sub-content div.container div.b-content div.care-title ul.procedure li {
  position: relative;
  border: 1px solid #dd488e;
  border-radius: 100px;
  width: 100%;
  margin: 15px 0 30px;
  padding: 15px 0;
  font-size: 16px;
  color: #333333;
  background: #ffffff;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-content div.container div.b-content div.care-title ul.procedure li {
    width: 200px;
    height: 104px;
    border-radius: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 29px 0 35px;
    font-size: 18px;
  }
}

body div#content.sub section.sub-content div.container div.b-content div.care-title ul.procedure li::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -20px;
  right: 50%;
  -webkit-transform: translate(50%, 0);
          transform: translate(50%, 0);
  width: 17px;
  height: 10px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='10' viewBox='0 0 17 10'%3E%3Cpath id='패스_4673' data-name='패스 4673' d='M10,3.62,8.483,2.1,0,10.6l8.483,8.5L10,17.58,3.033,10.6Z' transform='translate(-2.1 10) rotate(-90)' fill='%23dd488e'/%3E%3C/svg%3E%0A") no-repeat center/100%;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-content div.container div.b-content div.care-title ul.procedure li::after {
    bottom: 50%;
    -webkit-transform: translate(50%, 50%);
            transform: translate(50%, 50%);
    right: -35px;
    width: 15px;
    height: 26px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15.324' height='26' viewBox='0 0 15.324 26'%3E%3Cpath id='패스_4673' data-name='패스 4673' d='M15.324,4.424,13,2.1,0,15.1l13,13,2.324-2.324L4.648,15.1Z' transform='translate(15.324 28.1) rotate(180)' fill='%23dd488e'/%3E%3C/svg%3E%0A") no-repeat center/100%;
  }
}

body div#content.sub section.sub-content div.container div.b-content div.care-title ul.procedure li:last-of-type {
  margin: 0;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-content div.container div.b-content div.care-title ul.procedure li:last-of-type {
    margin: 29px 0 35px;
  }
}

body div#content.sub section.sub-content div.container div.b-content div.care-title ul.procedure li:last-of-type::after {
  display: none;
}

body div#content.sub section.sub-content div.container div.b-content > table.main {
  text-align: center;
  margin-top: 10px;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-content div.container div.b-content > table.main {
    margin-top: 15px;
  }
}

body div#content.sub section.sub-content div.container div.b-content > table.main thead {
  border: 1px solid #bf3e7b;
  background: #dd488e;
}

body div#content.sub section.sub-content div.container div.b-content > table.main thead tr {
  width: 100%;
  height: 36px;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-content div.container div.b-content > table.main thead tr {
    height: 44px;
  }
}

body div#content.sub section.sub-content div.container div.b-content > table.main thead tr th {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-content div.container div.b-content > table.main thead tr th {
    font-size: 18px;
  }
}

body div#content.sub section.sub-content div.container div.b-content > table.main thead tr th.th01 {
  min-width: 120px;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-content div.container div.b-content > table.main thead tr th.th01 {
    min-width: 200px;
  }
}

body div#content.sub section.sub-content div.container div.b-content > table.main thead tr th.th02 {
  width: 100%;
  border-left: 1px solid #cccccc;
}

body div#content.sub section.sub-content div.container div.b-content > table.main tbody tr {
  width: 100%;
  border-bottom: 1px solid #ccc;
}

body div#content.sub section.sub-content div.container div.b-content > table.main tbody tr ul {
  text-align: start;
}

body div#content.sub section.sub-content div.container div.b-content > table.main tbody tr ul li {
  font-size: 15px;
  color: #555;
  margin-bottom: 5px;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-content div.container div.b-content > table.main tbody tr ul li {
    font-size: 17px;
  }
}

body div#content.sub section.sub-content div.container div.b-content > table.main tbody tr ul li:last-of-type {
  margin: 0;
}

body div#content.sub section.sub-content div.container div.b-content > table.main tbody tr ul li > ul {
  padding: 0 20px;
}

body div#content.sub section.sub-content div.container div.b-content > table.main tbody tr td {
  border: 1px solid #ccc;
  padding: 20px 16px;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-content div.container div.b-content > table.main tbody tr td {
    padding: 25px 30px;
  }
}

body div#content.sub section.sub-content div.container div.b-content > table.main tbody tr td > p {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  margin: 0 0 5px 0;
  text-align: start;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-content div.container div.b-content > table.main tbody tr td > p {
    font-size: 18px;
  }
}

body div#content.sub section.sub-content div.container div.b-content > table.main tbody tr td > p::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 1px solid #111;
  border-radius: 50%;
  margin-right: 5px;
}

body div#content.sub section.sub-content div.container div.b-content > table.main tbody tr td > p.space {
  margin-top: 20px;
}

body div#content.sub section.sub-content div.container div.b-content > table.main tbody tr td.td01 {
  font-size: 16px;
  font-weight: 700;
  color: #333333;
  padding: 0 15px;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-content div.container div.b-content > table.main tbody tr td.td01 {
    font-size: 18px;
  }
}

body div#content.sub section.sub-content div.container div.b-content > table.main tbody tr td.td01 span {
  display: block;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-content div.container div.b-content > table.main tbody tr td.td01 span {
    display: inline-block;
  }
}

body div#content.sub section.sub-content div.container div.b-content > table.house {
  text-align: center;
  margin-top: 10px;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-content div.container div.b-content > table.house {
    margin-top: 15px;
  }
}

body div#content.sub section.sub-content div.container div.b-content > table.house thead {
  border: 1px solid #5f5f5f;
  background: #6e6e6e;
}

body div#content.sub section.sub-content div.container div.b-content > table.house thead tr {
  width: 100%;
  height: 66px;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-content div.container div.b-content > table.house thead tr {
    height: 44px;
  }
}

body div#content.sub section.sub-content div.container div.b-content > table.house thead tr th {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  padding: 17px 11px;
  border-right: 1px solid #ccc;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-content div.container div.b-content > table.house thead tr th {
    font-size: 18px;
  }
}

body div#content.sub section.sub-content div.container div.b-content > table.house thead tr th > span {
  display: block;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-content div.container div.b-content > table.house thead tr th > span {
    display: inline-block;
  }
}

body div#content.sub section.sub-content div.container div.b-content > table.house thead tr th.th01 {
  min-width: 60px;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-content div.container div.b-content > table.house thead tr th.th01 {
    min-width: 100px;
  }
}

body div#content.sub section.sub-content div.container div.b-content > table.house thead tr th.th02 {
  width: 24%;
}

body div#content.sub section.sub-content div.container div.b-content > table.house tbody tr {
  width: 100%;
  border-bottom: 1px solid #ccc;
}

body div#content.sub section.sub-content div.container div.b-content > table.house tbody tr td {
  border: 1px solid #ccc;
  padding: 20px 16px;
  font-size: 16px;
  color: #555555;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-content div.container div.b-content > table.house tbody tr td {
    padding: 25px 30px;
    font-size: 18px;
  }
}

body div#content.sub section.sub-content div.container div.b-content p.refer {
  font-size: 15px;
  color: #d62727;
  margin: 20px 0 0 0;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-content div.container div.b-content p.refer {
    font-size: 17px;
  }
}

body div#content.sub section.sub-content div.container div.b-content p.refer2 {
  font-size: 15px;
  color: #dd488e;
  margin: 9px 0 0 0;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-content div.container div.b-content p.refer2 {
    font-size: 17px;
  }
}

body div#content.sub section.sub-content div.container div.b-content > ul {
  width: 100%;
  border: 1px solid #dddddd;
  padding: 0 20px 20px 20px;
}

body div#content.sub section.sub-content div.container div.b-content > ul.con-2 {
  border-radius: 10px;
  border: 1px solid #ebebeb;
  background: #f6f6f6;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-content div.container div.b-content > ul {
    padding: 15px 30px 30px 30px;
  }
  body div#content.sub section.sub-content div.container div.b-content > ul.con-1 {
    padding: 10px 20px 20px 20px;
  }
  body div#content.sub section.sub-content div.container div.b-content > ul.con-2 {
    padding: 10px 10px 20px 20px;
  }
}

body div#content.sub section.sub-content div.container div.b-content > ul.b-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-content div.container div.b-content > ul.b-flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 36px 57px;
  }
}

body div#content.sub section.sub-content div.container div.b-content > ul li {
  position: relative;
}

body div#content.sub section.sub-content div.container div.b-content > ul li.title {
  margin-top: 20px;
  font-size: 16px;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body div#content.sub section.sub-content div.container div.b-content > ul li.title::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  min-width: 15px;
  margin-top: 5px;
  margin-right: 5px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' style='fill: rgba(0, 0, 0, 1);transform: ;msFilter:;'%3E%3Cpath d='M5.536 21.886a1.004 1.004 0 0 0 1.033-.064l13-9a1 1 0 0 0 0-1.644l-13-9A1 1 0 0 0 5 3v18a1 1 0 0 0 .536.886z'%3E%3C/path%3E%3C/svg%3E") no-repeat center/cover;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-content div.container div.b-content > ul li.title::before {
    width: 20px;
    height: 20px;
    margin-top: 4px;
  }
}

body div#content.sub section.sub-content div.container div.b-content > ul li.title > p {
  font-size: 16px;
  color: #333;
  margin: 0;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-content div.container div.b-content > ul li.title > p {
    font-size: 18px;
  }
}

body div#content.sub section.sub-content div.container div.b-content > ul li.title.bold {
  font-weight: 700;
  margin-top: 29px;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-content div.container div.b-content > ul li.title.bold {
    font-size: 18px;
  }
}

body div#content.sub section.sub-content div.container div.b-content > ul li.b-table {
  text-align: center;
  margin-top: 10px;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-content div.container div.b-content > ul li.b-table {
    margin-top: 15px;
  }
}

body div#content.sub section.sub-content div.container div.b-content > ul li.b-table thead {
  border: 1px solid #5f5f5f;
  background: #6e6e6e;
}

body div#content.sub section.sub-content div.container div.b-content > ul li.b-table thead tr {
  width: 100%;
  height: 36px;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-content div.container div.b-content > ul li.b-table thead tr {
    height: 44px;
  }
}

body div#content.sub section.sub-content div.container div.b-content > ul li.b-table thead tr th {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  width: 10%;
  border-right: 1px solid #ccc;
  padding: 10px 0;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-content div.container div.b-content > ul li.b-table thead tr th {
    font-size: 18px;
  }
}

body div#content.sub section.sub-content div.container div.b-content > ul li.b-table thead tr th span {
  display: block;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-content div.container div.b-content > ul li.b-table thead tr th span {
    display: inline-block;
  }
}

body div#content.sub section.sub-content div.container div.b-content > ul li.b-table thead tr th.td03 {
  min-width: 140px;
}

body div#content.sub section.sub-content div.container div.b-content > ul li.b-table tbody tr {
  width: 100%;
  border-bottom: 1px solid #ccc;
}

body div#content.sub section.sub-content div.container div.b-content > ul li.b-table tbody tr ul {
  padding: 16px;
  text-align: start;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-content div.container div.b-content > ul li.b-table tbody tr ul {
    padding: 25px;
  }
}

body div#content.sub section.sub-content div.container div.b-content > ul li.b-table tbody tr ul li {
  font-size: 16px;
  color: #555;
  margin-bottom: 8px;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-content div.container div.b-content > ul li.b-table tbody tr ul li {
    font-size: 18px;
  }
}

body div#content.sub section.sub-content div.container div.b-content > ul li.b-table tbody tr ul li:last-of-type {
  margin: 0;
}

body div#content.sub section.sub-content div.container div.b-content > ul li.b-table tbody tr td {
  font-size: 16px;
  font-weight: 400;
  color: #555555;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 22px 10px;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-content div.container div.b-content > ul li.b-table tbody tr td {
    font-size: 18px;
    padding: 10px 20px;
  }
}

body div#content.sub section.sub-content div.container div.b-content > ul li.b-table tbody tr td.refer {
  font-size: 15px;
  color: #dd488e;
  text-align: end;
  background: #f9f9f9;
  padding: 15px 10px;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-content div.container div.b-content > ul li.b-table tbody tr td.refer {
    font-size: 17px;
  }
}

body div#content.sub section.sub-content div.container div.b-content > ul li.b-table tbody tr td.start {
  text-align: start;
}

body div#content.sub section.sub-content div.container div.b-content > ul li.b-table tbody tr td span {
  display: block;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-content div.container div.b-content > ul li.b-table tbody tr td span {
    display: inline-block;
  }
}

body div#content.sub section.sub-content div.container div.b-content > ul li.b-table tbody tr td:last-of-type {
  border-right: none;
}

body div#content.sub section.sub-content div.container div.b-content > ul li.b-table tbody tr td.border {
  border-right: 1px solid #ccc;
}

body div#content.sub section.sub-content div.container div.b-content > ul li.b-table2 {
  text-align: center;
  margin-top: 10px;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-content div.container div.b-content > ul li.b-table2 {
    margin-top: 15px;
  }
}

body div#content.sub section.sub-content div.container div.b-content > ul li.b-table2 thead {
  border: 1px solid #5f5f5f;
  background: #6e6e6e;
}

body div#content.sub section.sub-content div.container div.b-content > ul li.b-table2 thead tr {
  width: 100%;
  height: 36px;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-content div.container div.b-content > ul li.b-table2 thead tr {
    height: 44px;
  }
}

body div#content.sub section.sub-content div.container div.b-content > ul li.b-table2 thead tr th {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-content div.container div.b-content > ul li.b-table2 thead tr th {
    font-size: 18px;
  }
}

body div#content.sub section.sub-content div.container div.b-content > ul li.b-table2 thead tr th.th01 {
  min-width: 120px;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-content div.container div.b-content > ul li.b-table2 thead tr th.th01 {
    min-width: 250px;
  }
}

body div#content.sub section.sub-content div.container div.b-content > ul li.b-table2 thead tr th.th02 {
  width: 100%;
  border-left: 1px solid #cccccc;
}

body div#content.sub section.sub-content div.container div.b-content > ul li.b-table2 tbody tr {
  width: 100%;
  border-bottom: 1px solid #ccc;
}

body div#content.sub section.sub-content div.container div.b-content > ul li.b-table2 tbody tr ul li {
  font-size: 16px;
  color: #555;
  margin-bottom: 8px;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-content div.container div.b-content > ul li.b-table2 tbody tr ul li {
    font-size: 18px;
  }
}

body div#content.sub section.sub-content div.container div.b-content > ul li.b-table2 tbody tr ul li:last-of-type {
  margin: 0;
}

body div#content.sub section.sub-content div.container div.b-content > ul li.b-table2 tbody tr td {
  padding: 20px 16px;
  text-align: start;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-content div.container div.b-content > ul li.b-table2 tbody tr td {
    padding: 25px;
  }
}

body div#content.sub section.sub-content div.container div.b-content > ul li.b-table2 tbody tr td > p {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  margin: 0 0 5px 0;
  text-align: start;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-content div.container div.b-content > ul li.b-table2 tbody tr td > p {
    font-size: 18px;
  }
}

body div#content.sub section.sub-content div.container div.b-content > ul li.b-table2 tbody tr td > p::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 1px solid #111;
  border-radius: 50%;
  margin-right: 5px;
}

body div#content.sub section.sub-content div.container div.b-content > ul li.b-table2 tbody tr td > p.space {
  margin-top: 20px;
}

body div#content.sub section.sub-content div.container div.b-content > ul li.b-table2 tbody tr td.td01 {
  font-size: 16px;
  font-weight: 700;
  color: #333333;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  text-align: center;
}

body div#content.sub section.sub-content div.container div.b-content > ul li.b-table2 tbody tr td.td01 span {
  display: block;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-content div.container div.b-content > ul li.b-table2 tbody tr td.td01 span {
    display: inline-block;
  }
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-content div.container div.b-content > ul li.b-table2 tbody tr td.td01 {
    font-size: 18px;
  }
}

body div#content.sub section.sub-content div.container div.b-content > ul li.img {
  margin-left: -20px;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-content div.container div.b-content > ul li.img {
    margin-left: 0;
  }
}

body div#content.sub section.sub-content div.container div.b-content > ul li p {
  font-size: 15px;
  color: #555;
  margin: 14px 0 0 0;
}

body div#content.sub section.sub-content div.container div.b-content > ul li p.thick {
  font-size: 16px;
  color: #333;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-content div.container div.b-content > ul li p.thick {
    font-size: 18px;
  }
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-content div.container div.b-content > ul li p {
    font-size: 17px;
  }
  body div#content.sub section.sub-content div.container div.b-content > ul li p.space {
    margin-left: 20px;
  }
}

body div#content.sub section.sub-content div.container div.b-content > ul li p.con-1 {
  font-size: 16px;
  font-weight: 700;
  color: #333333;
  margin: 20px 0 0 0;
  line-height: 1.5;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-content div.container div.b-content > ul li p.con-1 {
    font-size: 18px;
    margin: 10px 0 0 0;
  }
}

body div#content.sub section.sub-content div.container div.b-content > ul li h6.care-title {
  margin: 0;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-content div.container div.b-content > ul li.b-flex {
    margin-right: 167px;
  }
}

body div#content.sub section.sub-content div.container div.b-content > ul li p.b-name {
  font-size: 17px;
  font-weight: 700;
  color: #333333;
  margin-bottom: 79px;
}

body div#content.sub section.sub-content div.container div.b-content > ul li p.b-name::before {
  content: "";
  display: block;
  margin: 20px 0 0 0;
  font-size: 0;
  width: 290px;
  height: 208px;
  background: url("../images/ccimage01.svg") no-repeat center/100%;
  margin-bottom: 20px;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-content div.container div.b-content > ul li p.b-name::before {
    width: 410px;
    height: 280px;
  }
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-content div.container div.b-content > ul li p.b-name {
    margin: 22px 0 0 0;
    text-align: center;
  }
}

body div#content.sub section.sub-content div.container div.b-content > ul li p.b-name::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 15px;
  right: 127px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  width: 36px;
  height: 36px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36.667' height='36.667' viewBox='0 0 36.667 36.667'%3E%3Cpath id='패스_4833' data-name='패스 4833' d='M22.333,4,19.1,7.231,31.89,20.042H4v4.583H31.89L19.1,37.435l3.231,3.231L40.667,22.333Z' transform='translate(-4 -4)' fill='%23949494'/%3E%3C/svg%3E%0A") no-repeat center/100%;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-content div.container div.b-content > ul li p.b-name::after {
    bottom: 135px;
    right: -127px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    width: 56px;
    height: 56px;
  }
}

body div#content.sub section.sub-content div.container div.b-content > ul li p.b-img2 {
  margin: 20px 0 0 0;
  font-size: 0;
  width: 290px;
  height: 333px;
  -o-object-fit: cover;
     object-fit: cover;
  background: url("../images/mb-house.svg") no-repeat center center/cover;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-content div.container div.b-content > ul li p.b-img2 {
    width: 510px;
    height: 350px;
    background: url("../images/pc-house.svg") no-repeat center center/cover;
  }
}

body div#content.sub section.sub-content div.container div.b-content > ul li p.b-name2 {
  position: absolute;
  bottom: 110px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  font-size: 17px;
  font-weight: 700;
  color: #333333;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-content div.container div.b-content > ul li p.b-name2 {
    bottom: 80px;
    font-size: 19px;
  }
}

body div#content.sub section.sub-content div.container div.b-content > ul li h5.b-img3 {
  margin: 20px auto 0;
  font-size: 0;
  width: 305px;
  height: 200px;
  background: url("../images/ccimage02.svg") no-repeat center center/cover;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-content div.container div.b-content > ul li h5.b-img3 {
    width: 982px;
    height: 160px;
    background: url("../images/ccimage02-pc.svg") no-repeat center center/cover;
  }
}

body div#content.sub section.sub-content div.container div.b-content > ul li h5.b-img4 {
  margin: 20px auto 0;
  font-size: 0;
  width: 305px;
  height: 1274px;
  background: url("../images/ccimage03-m.png") no-repeat center center/cover;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-content div.container div.b-content > ul li h5.b-img4 {
    width: 1139px;
    height: 719px;
    background: url("../images/ccimage03-pc.png") no-repeat center center/cover;
  }
}

body div#content.sub section.sub-content div.container div.b-content > ul li h5.b-img5 {
  margin: 20px auto 0;
  font-size: 0;
  width: 320px;
  height: 472px;
  background: url("../images/ccimage04-m.png") no-repeat center center/cover;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-content div.container div.b-content > ul li h5.b-img5 {
    width: 873px;
    height: 703px;
    background: url("../images/ccimage04-pc.png") no-repeat center center/cover;
  }
}

body div#content.sub section.sub-content div.container div.b-content > ul li a.talk-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 202px;
  height: 50px;
  border: 1px solid #ac2665;
  background: #d24387;
  color: #ffffff;
  font-size: 17px;
  margin: 25px auto 10px;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-content div.container div.b-content > ul li a.talk-btn {
    width: 240px;
    height: 54px;
    font-size: 19px;
    margin: 30px auto 20px;
  }
}

body div#content.sub section.sub-content div.container div.b-content > ul li a.talk-btn::before {
  content: "";
  display: inline-block;
  width: 23px;
  height: 23px;
  background: url("data:image/svg+xml,%3Csvg id='그룹_13245' data-name='그룹 13245' xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cg id='그룹_13240' data-name='그룹 13240'%3E%3Crect id='사각형_5592' data-name='사각형 5592' width='24' height='24' fill='none'/%3E%3C/g%3E%3Cg id='그룹_13244' data-name='그룹 13244'%3E%3Cg id='그룹_13243' data-name='그룹 13243'%3E%3Cg id='그룹_13241' data-name='그룹 13241'%3E%3Cpath id='패스_9503' data-name='패스 9503' d='M3,17.25V21H6.75L17.81,9.94,14.06,6.19Z' fill='%23fbddeb'/%3E%3C/g%3E%3Cg id='그룹_13242' data-name='그룹 13242'%3E%3Cpath id='패스_9504' data-name='패스 9504' d='M20.71,5.63,18.37,3.29a1,1,0,0,0-1.41,0L15.13,5.12l3.75,3.75,1.83-1.83A1,1,0,0,0,20.71,5.63Z' fill='%23fbddeb'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A") no-repeat center/100%;
  margin: 4px 4px 0 0;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-content div.container div.b-content > ul li a.talk-btn::before {
    width: 26px;
    height: 26px;
  }
}

body div#content.sub section.sub-content div.container div.b-content ul.procedure2 {
  text-align: center;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-content div.container div.b-content ul.procedure2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

body div#content.sub section.sub-content div.container div.b-content ul.procedure2 li {
  position: relative;
  border: 1px solid #dd488e;
  background: #fbf1f5;
  border-radius: 50%;
  width: 230px;
  height: 230px;
  margin: 15px auto 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-content div.container div.b-content ul.procedure2 li {
    width: 260px;
    height: 260px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 29px 0 35px;
  }
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-content div.container div.b-content ul.procedure2 li.arrow-space::after {
    right: -17px;
  }
}

body div#content.sub section.sub-content div.container div.b-content ul.procedure2 li::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -20px;
  right: 50%;
  -webkit-transform: translate(50%, 0);
          transform: translate(50%, 0);
  width: 24px;
  height: 13px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='10' viewBox='0 0 17 10'%3E%3Cpath id='패스_4673' data-name='패스 4673' d='M10,3.62,8.483,2.1,0,10.6l8.483,8.5L10,17.58,3.033,10.6Z' transform='translate(-2.1 10) rotate(-90)' fill='%23dd488e'/%3E%3C/svg%3E%0A") no-repeat center/100%;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-content div.container div.b-content ul.procedure2 li::after {
    bottom: 50%;
    -webkit-transform: translate(50%, 50%);
            transform: translate(50%, 50%);
    right: -27px;
    width: 15px;
    height: 26px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15.324' height='26' viewBox='0 0 15.324 26'%3E%3Cpath id='패스_4673' data-name='패스 4673' d='M15.324,4.424,13,2.1,0,15.1l13,13,2.324-2.324L4.648,15.1Z' transform='translate(15.324 28.1) rotate(180)' fill='%23dd488e'/%3E%3C/svg%3E%0A") no-repeat center/100%;
  }
}

body div#content.sub section.sub-content div.container div.b-content ul.procedure2 li:last-of-type {
  margin: 0 auto;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-content div.container div.b-content ul.procedure2 li:last-of-type {
    margin: 29px 0 35px;
  }
}

body div#content.sub section.sub-content div.container div.b-content ul.procedure2 li:last-of-type::after {
  display: none;
}

body div#content.sub section.sub-content div.container div.b-content ul.procedure2 li div {
  width: 214px;
  height: 214px;
  border: 1px solid #dd488e;
  background: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-content div.container div.b-content ul.procedure2 li div {
    width: 240px;
    height: 240px;
  }
}

body div#content.sub section.sub-content div.container div.b-content ul.procedure2 li div p {
  font-size: 16px;
  color: #333;
  margin: 0;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-content div.container div.b-content ul.procedure2 li div p {
    font-size: 18px;
  }
}

body div#content.sub section.sub-content div.container div.b-content ul.procedure2 li div p.p-img::before {
  content: "";
  display: block;
  width: 43px;
  height: 52px;
  background: url("../images/sub3-img.svg") no-repeat center/cover;
  margin: 0 auto 20px;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-content div.container div.b-content ul.procedure2 li div p.p-img::before {
    width: 49px;
    height: 59px;
  }
}

body div#content.sub section.sub-content div.container div.b-content ul.procedure2 li div p.p-img2::before {
  content: "";
  display: block;
  width: 37px;
  height: 47px;
  background: url("../images/sub3-img02.svg") no-repeat center/cover;
  margin: 0 auto 20px;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-content div.container div.b-content ul.procedure2 li div p.p-img2::before {
    width: 45px;
    height: 56px;
  }
}

body div#content.sub section.sub-content div.container div.b-content ul.procedure2 li div p.p-img3::before {
  content: "";
  display: block;
  width: 49px;
  height: 43px;
  background: url("../images/sub3-img03.svg") no-repeat center/cover;
  margin: 0 auto 20px;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-content div.container div.b-content ul.procedure2 li div p.p-img3::before {
    width: 63px;
    height: 55px;
  }
}

body div#content.sub section.sub-content div.container div.b-content ul.procedure2 li div p.p-img4::before {
  content: "";
  display: block;
  width: 34px;
  height: 46px;
  background: url("../images/sub3-img04.svg") no-repeat center/cover;
  margin: 0 auto 20px;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-content div.container div.b-content ul.procedure2 li div p.p-img4::before {
    width: 43px;
    height: 58px;
  }
}

body div#content.sub section.sub-content div.container div.b-content > ul.step {
  border: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-content div.container div.b-content > ul.step {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 590px;
    margin-top: 15px;
  }
}

body div#content.sub section.sub-content div.container div.b-content > ul.step > li {
  width: 50%;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-content div.container div.b-content > ul.step > li {
    width: 300px;
  }
}

body div#content.sub section.sub-content div.container div.b-content > ul.step > li h5 {
  display: block;
  width: 100%;
  height: 30px;
  border: 1px solid #c0c0c0;
  border-radius: 0px 20px 0px 20px;
  background: #f5dae3;
  font-size: 14px;
  font-weight: 700;
  color: #333333;
  text-align: center;
  line-height: 2.2;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-content div.container div.b-content > ul.step > li h5 {
    width: 295px;
    height: 40px;
    font-size: 16px;
  }
}

body div#content.sub section.sub-content div.container div.b-content > ul.step > li div {
  border: 1px solid #dddddd;
  text-align: center;
  height: 298px;
  margin-top: 5px;
  padding: 15px 0;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-content div.container div.b-content > ul.step > li div {
    height: 350px;
  }
}

body div#content.sub section.sub-content div.container div.b-content > ul.step > li div:first-of-type {
  border-right: none;
}

body div#content.sub section.sub-content div.container div.b-content > ul.step > li div:last-of-type {
  border-left: 1px dashed #ddd;
}

body div#content.sub section.sub-content div.container div.b-content > ul.step > li div.step-first {
  border-left: 1px solid #ddd;
}

body div#content.sub section.sub-content div.container div.b-content > ul.step > li div.step-first2 {
  border-right: 1px solid #ddd;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-content div.container div.b-content > ul.step > li div.step-first2 {
    border-right: none;
  }
}

body div#content.sub section.sub-content div.container div.b-content > ul.step > li div.step-first3 {
  border-left: 1px solid #ddd;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-content div.container div.b-content > ul.step > li div.step-first3 {
    border-left: 1px dashed #ddd;
  }
}

body div#content.sub section.sub-content div.container div.b-content > ul.step > li div.step-last {
  border-right: 1px solid #ddd;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-content div.container div.b-content > ul.step > li div.step-last {
    border-right: 1px solid #ddd;
  }
}

body div#content.sub section.sub-content div.container div.b-content > ul.step > li div.sub7 {
  height: 250px;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-content div.container div.b-content > ul.step > li div.sub7 {
    height: 270px;
  }
}

body div#content.sub section.sub-content div.container div.b-content > ul.step > li div strong {
  font-size: 18px;
  font-weight: 700;
  color: #b9236a;
  margin: 12px 0 4px 0;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-content div.container div.b-content > ul.step > li div strong {
    font-size: 21px;
  }
}

body div#content.sub section.sub-content div.container div.b-content > ul.step > li div p {
  font-size: 16px;
  color: #333333;
  margin: 0;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-content div.container div.b-content > ul.step > li div p {
    font-size: 18px;
  }
}

body div#content.sub section.sub-content div.container div.b-content > ul.step > li div ul {
  margin-top: 16px;
}

body div#content.sub section.sub-content div.container div.b-content > ul.step > li div ul::before {
  content: "";
  display: block;
  width: 90%;
  height: 1px;
  background: #dddddd;
  margin: 0 auto 10px;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-content div.container div.b-content > ul.step > li div ul::before {
    width: 70%;
  }
}

body div#content.sub section.sub-content div.container div.b-content > ul.step > li div ul li {
  font-size: 15px;
  color: #555555;
  line-height: 1.8;
  text-align: center;
}

body div#content.sub section.sub-content div.container div.b-content > ul.step > li div ul li::before {
  content: "·";
  margin-right: 5px;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-content div.container div.b-content > ul.step > li div ul li {
    font-size: 17px;
    text-align: start;
    padding-left: 70px;
  }
}

body div#content.sub section.sub-content div.container div.b-content ul.border {
  margin-top: 13px;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-content div.container div.b-content ul.border {
    margin-top: 24px;
  }
}

body div#content.sub section.sub-content div.container div.b-content ul.border li {
  margin-bottom: 19px;
  padding-left: 12px;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-content div.container div.b-content ul.border li {
    margin-bottom: 30px;
  }
}

body div#content.sub section.sub-content div.container div.b-content ul.border li:nth-child(1) {
  border-left: 3px solid #938196;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-content div.container div.b-content ul.border li:nth-child(1) {
    border-left: 5px solid #938196;
  }
}

body div#content.sub section.sub-content div.container div.b-content ul.border li:nth-child(2) {
  border-left: 3px solid #f27078;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-content div.container div.b-content ul.border li:nth-child(2) {
    border-left: 5px solid #f27078;
  }
}

body div#content.sub section.sub-content div.container div.b-content ul.border li:nth-child(3) {
  border-left: 3px solid #a1b972;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-content div.container div.b-content ul.border li:nth-child(3) {
    border-left: 5px solid #a1b972;
  }
}

body div#content.sub section.sub-content div.container div.b-content ul.border li:nth-child(4) {
  border-left: 3px solid #47adb8;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-content div.container div.b-content ul.border li:nth-child(4) {
    border-left: 5px solid #47adb8;
  }
}

body div#content.sub section.sub-content div.container div.b-content ul.border li strong {
  font-size: 15px;
  font-weight: 700;
  color: #333333;
  margin-bottom: 4px;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-content div.container div.b-content ul.border li strong {
    font-size: 18px;
  }
}

body div#content.sub section.sub-content div.container div.b-content ul.border li p {
  font-size: 15px;
  color: #555555;
  margin: 0;
  line-height: 1.4;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-content div.container div.b-content ul.border li p {
    font-size: 17px;
  }
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-content div.container div.b-content div.sub2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

body div#content.sub section.sub-content div.container div.b-content div.sub2 > ul {
  width: 100%;
  border: 1px solid #dddddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 37px 0;
}

body div#content.sub section.sub-content div.container div.b-content div.sub2 > ul > li.title {
  display: block;
  font-size: 16px;
  color: #111111;
  margin: 0 0 10px 0;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-content div.container div.b-content div.sub2 > ul > li.title {
    font-size: 18px;
  }
}

body div#content.sub section.sub-content div.container div.b-content div.sub2 > ul > li.title.img01::before {
  content: "";
  display: block;
  width: 113px;
  height: 80px;
  background: url("../images/sub2-img.svg") no-repeat center/cover;
  margin: 0 auto 20px;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-content div.container div.b-content div.sub2 > ul > li.title.img01::before {
    width: 172px;
    height: 122px;
  }
}

body div#content.sub section.sub-content div.container div.b-content div.sub2 > ul > li.title.img02::before {
  content: "";
  display: block;
  width: 98px;
  height: 85px;
  background: url("../images/sub2-img02.svg") no-repeat center/cover;
  margin: 0 auto 20px;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-content div.container div.b-content div.sub2 > ul > li.title.img02::before {
    width: 152px;
    height: 131px;
  }
}

body div#content.sub section.sub-content div.container div.b-content div.sub2 > ul > li.title.img03::before {
  content: "";
  display: block;
  width: 120px;
  height: 87px;
  background: url("../images/sub2-img03.svg") no-repeat center/cover;
  margin: 0 auto 20px;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-content div.container div.b-content div.sub2 > ul > li.title.img03::before {
    width: 178px;
    height: 129px;
  }
}

body div#content.sub section.sub-content div.container div.b-content div.sub2 > ul > li p {
  margin: 0;
  text-align: center;
  font-size: 15px;
  color: #555555;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-content div.container div.b-content div.sub2 > ul > li p {
    font-size: 17px;
  }
}

body div#content.sub section.sub-content div.container div.b-red {
  margin-top: 9px;
  color: #d62727;
  font-size: 16px;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-content div.container div.b-red {
    font-size: 18px;
  }
}

body div#content.sub section.sub-content div.container div.c-content div.greeting .greeting-title {
  position: relative;
  width: 100%;
  height: 320px;
  background-color: #fef8fa;
  padding-top: 46px;
  margin-bottom: 30px;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-content div.container div.c-content div.greeting .greeting-title {
    height: 280px;
    padding: 70px 51px 91px;
    margin-bottom: 60px;
  }
}

body div#content.sub section.sub-content div.container div.c-content div.greeting .greeting-title > h4 {
  margin: 0;
  text-align: center;
  font-size: 27px;
  color: #000;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-content div.container div.c-content div.greeting .greeting-title > h4 {
    font-size: 45px;
    text-align: start;
  }
}

body div#content.sub section.sub-content div.container div.c-content div.greeting .greeting-title > h4 span {
  display: block;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-content div.container div.c-content div.greeting .greeting-title > h4 span.pc {
    display: inline-block;
  }
}

body div#content.sub section.sub-content div.container div.c-content div.greeting .greeting-title::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -50px;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  background: url(../images/greeting-img.svg) no-repeat center/100%;
  width: 246px;
  height: 240px;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-content div.container div.c-content div.greeting .greeting-title::after {
    right: 50px;
    bottom: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    width: 425px;
    height: 241px;
  }
}

body div#content.sub section.sub-content div.container div.c-content div.greeting > p {
  font-size: 16px;
  color: #555555;
  line-height: 1.6;
  margin: 30px 0;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-content div.container div.c-content div.greeting > p {
    font-size: 18px;
  }
}

body div#content.sub section.sub-content div.container div.c-content div.greeting div.greeting-footer {
  margin-top: 34px;
  text-align: end;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-content div.container div.c-content div.greeting div.greeting-footer {
    margin-top: 84px;
  }
}

body div#content.sub section.sub-content div.container div.c-content div.greeting div.greeting-footer h5 {
  font-size: 17px;
  color: #555555;
  font-weight: 700;
  margin: 0;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-content div.container div.c-content div.greeting div.greeting-footer h5 {
    font-size: 19px;
  }
}

body div#content.sub section.sub-content div.container div.c-content div.greeting div.greeting-footer p {
  font-size: 17px;
  color: #555555;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-content div.container div.c-content div.greeting div.greeting-footer p {
    font-size: 19px;
  }
}

body div#content.sub section.sub-content div.container div.c-content > h4 {
  font-size: 18px;
  color: #111111;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 24px 0 9px;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-content div.container div.c-content > h4 {
    font-size: 20px;
    margin: 50px 0 15px;
  }
}

body div#content.sub section.sub-content div.container div.c-content > h4::before {
  content: "";
  width: 15px;
  height: 15px;
  border: 1px solid #111;
  border-radius: 50%;
  display: inline-block;
  margin-right: 5px;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-content div.container div.c-content > h4::before {
    width: 17px;
    height: 17px;
  }
}

body div#content.sub section.sub-content div.container div.c-content ul.sub8 {
  margin: 9px 0 0 0;
}

body div#content.sub section.sub-content div.container div.c-content ul.sub8 li {
  position: relative;
  width: 100%;
  border: 1px solid #dddddd;
  border-radius: 10px;
  margin: 0 auto 10px;
  padding: 25px 25px 160px 25px;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-content div.container div.c-content ul.sub8 li {
    width: 100%;
    padding: 60px 300px 60px 60px;
  }
}

body div#content.sub section.sub-content div.container div.c-content ul.sub8 li:nth-child(1)::after {
  content: "";
  width: 160px;
  height: 170px;
  background: url("../images/sub8-img.png") no-repeat center/cover;
  position: absolute;
  right: 10px;
  bottom: 0;
  display: block;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-content div.container div.c-content ul.sub8 li:nth-child(1)::after {
    width: 275px;
    height: 250px;
  }
}

body div#content.sub section.sub-content div.container div.c-content ul.sub8 li:nth-child(2)::after {
  content: "";
  width: 160px;
  height: 170px;
  background: url("../images/sub8-img2.png") no-repeat center/cover;
  position: absolute;
  right: 10px;
  bottom: 0;
  display: block;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-content div.container div.c-content ul.sub8 li:nth-child(2)::after {
    width: 275px;
    height: 250px;
  }
}

body div#content.sub section.sub-content div.container div.c-content ul.sub8 li:nth-child(3)::after {
  content: "";
  width: 160px;
  height: 170px;
  background: url("../images/sub8-img3.png") no-repeat center/cover;
  position: absolute;
  right: 10px;
  bottom: 0;
  display: block;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-content div.container div.c-content ul.sub8 li:nth-child(3)::after {
    width: 275px;
    height: 250px;
  }
}

body div#content.sub section.sub-content div.container div.c-content ul.sub8 li:nth-child(4)::after {
  content: "";
  width: 160px;
  height: 170px;
  background: url("../images/sub8-img4.png") no-repeat center/cover;
  position: absolute;
  right: 10px;
  bottom: 0;
  display: block;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-content div.container div.c-content ul.sub8 li:nth-child(4)::after {
    width: 275px;
    height: 250px;
  }
}

body div#content.sub section.sub-content div.container div.c-content ul.sub8 li:nth-child(5)::after {
  content: "";
  width: 160px;
  height: 170px;
  background: url("../images/sub8-img5.png") no-repeat center/cover;
  position: absolute;
  right: 10px;
  bottom: 0;
  display: block;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-content div.container div.c-content ul.sub8 li:nth-child(5)::after {
    width: 275px;
    height: 250px;
  }
}

body div#content.sub section.sub-content div.container div.c-content ul.sub8 li:nth-child(6)::after {
  content: "";
  width: 170px;
  height: 170px;
  background: url("../images/sub8-img6.png") no-repeat center/cover;
  position: absolute;
  right: 10px;
  bottom: 0;
  display: block;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-content div.container div.c-content ul.sub8 li:nth-child(6)::after {
    width: 275px;
    height: 250px;
  }
}

body div#content.sub section.sub-content div.container div.c-content ul.sub8 li:nth-child(7)::after {
  content: "";
  width: 160px;
  height: 170px;
  background: url("../images/sub8-img7.png") no-repeat center/cover;
  position: absolute;
  right: 10px;
  bottom: 0;
  display: block;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-content div.container div.c-content ul.sub8 li:nth-child(7)::after {
    width: 275px;
    height: 250px;
  }
}

body div#content.sub section.sub-content div.container div.c-content ul.sub8 li:nth-child(8)::after {
  content: "";
  width: 210px;
  height: 170px;
  background: url("../images/sub8-img8.svg") no-repeat center/cover;
  position: absolute;
  right: 10px;
  bottom: 0;
  display: block;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-content div.container div.c-content ul.sub8 li:nth-child(8)::after {
    width: 275px;
    height: 250px;
  }
}

body div#content.sub section.sub-content div.container div.c-content ul.sub8 li h5 {
  font-size: 19px;
  font-weight: 700;
  color: #111111;
  margin: 0 0 10px 0;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-content div.container div.c-content ul.sub8 li h5 {
    font-size: 24px;
  }
}

body div#content.sub section.sub-content div.container div.c-content ul.sub8 li p {
  font-size: 16px;
  color: #555555;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-content div.container div.c-content ul.sub8 li p {
    font-size: 18px;
  }
}

body div#content.sub section.sub-content div.container div.c-content ul.sub8 li p span {
  display: block;
  font-size: 17px;
  margin-bottom: 5px;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-content div.container div.c-content ul.sub8 li p span {
    font-size: 19px;
  }
}

body div#content.sub section.sub-content div.container div.c-content ul.sub9 {
  margin: 20px 0 0 0;
}

body div#content.sub section.sub-content div.container div.c-content ul.sub9::before {
  content: "";
  display: block;
  font-size: 0;
  margin: 40px auto 20px;
  width: 290px;
  height: 790px;
  background: url("../images/sub9-img.svg") no-repeat center/cover;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-content div.container div.c-content ul.sub9::before {
    width: 747px;
    height: 697px;
    background: url("../images/sub9-img2.svg") no-repeat center/cover;
    margin: 70px auto 30px;
  }
}

body div#content.sub section.sub-content div.container div.c-content ul.sub9 li {
  width: 100%;
  height: 100px;
  background: #efefef;
  border-radius: 40px;
  font-size: 17px;
  color: #333333;
  padding: 24px 0;
  margin: 0 auto 10px;
  text-align: center;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-content div.container div.c-content ul.sub9 li {
    display: inline-block;
    width: 280px;
    height: 200px;
    font-size: 19px;
    padding: 52px 0;
    border-radius: 80px;
    margin-right: 23px;
  }
  body div#content.sub section.sub-content div.container div.c-content ul.sub9 li:last-of-type {
    margin-right: 0;
  }
}

body div#content.sub section.sub-content div.container div.c-content ul.sub9 li span {
  display: block;
}

body div#content.sub section.sub-content div.container div.c-content ul.sub9 li span.pc {
  display: inline-block;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-content div.container div.c-content ul.sub9 li span.pc {
    display: block;
  }
}

body div#content.sub section.sub-content div.container div.c-content table.sub10-table tr {
  width: 100%;
}

body div#content.sub section.sub-content div.container div.c-content table.sub10-table tr td {
  border: 1px solid #ccc;
  font-size: 15px;
  color: #333333;
  padding: 15px;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-content div.container div.c-content table.sub10-table tr td {
    font-size: 17px;
  }
}

body div#content.sub section.sub-content div.container div.c-content table.sub10-table tr .td1 {
  min-width: 91px;
  background: #f6f6f6;
  text-align: center;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-content div.container div.c-content table.sub10-table tr .td1 {
    min-width: 160px;
  }
}

body div#content.sub section.sub-content div.container div.c-content table.sub10-table tr .td2 {
  width: 100%;
}

body div#content.sub section.sub-content div.container div.c-content table.sub10-table tr .td2 span {
  display: block;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-content div.container div.c-content table.sub10-table tr .td2 span {
    display: inline-block;
  }
}

body div#content.sub section.sub-content div.container div.c-content ul.sub10-day {
  width: 100%;
}

body div#content.sub section.sub-content div.container div.c-content ul.sub10-day li {
  padding: 20px 21px;
  border: 1px solid #dbe9f4;
  border-radius: 10px;
  -webkit-box-shadow: 0px 4px 1px #1e75b829;
          box-shadow: 0px 4px 1px #1e75b829;
  margin-bottom: 10px;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-content div.container div.c-content ul.sub10-day li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 23px 28px;
  }
}

body div#content.sub section.sub-content div.container div.c-content ul.sub10-day li strong {
  font-size: 14px;
  font-weight: 700;
  color: #111111;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-content div.container div.c-content ul.sub10-day li strong {
    width: 90px;
    margin-right: 31px;
    font-size: 16px;
  }
}

body div#content.sub section.sub-content div.container div.c-content ul.sub10-day li p {
  font-size: 16px;
  color: #555555;
  margin: 10px 0 0 0;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-content div.container div.c-content ul.sub10-day li p {
    margin: 0;
    font-size: 18px;
  }
}

body div#content.sub section.sub-content div.container div.c-content div.org {
  font-size: 0;
  margin: 0 auto;
  width: 345px;
  height: 840px;
  background: url("../images/sub10-img.svg") no-repeat center/cover;
  display: block;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-content div.container div.c-content div.org {
    width: 1200px;
    height: 720px;
    background: url("../images/sub10-img2.svg") no-repeat center/cover;
  }
}

body div#content.sub section.sub-content div.container div.c-content div.map {
  width: 100%;
  height: 440px;
  background: #e7e7e7;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-content div.container div.c-content div.map {
    height: 700px;
  }
}

body div#content.sub section.sub-content div.container div.c-content div.map-address {
  margin-top: 20px;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-content div.container div.c-content div.map-address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 46px;
  }
}

body div#content.sub section.sub-content div.container div.c-content div.map-address::before {
  content: "";
  display: block;
  width: 43px;
  height: 48px;
  background: url("../images/carelogo.svg") no-repeat center/cover;
  margin-bottom: 6px;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-content div.container div.c-content div.map-address::before {
    width: 56px;
    height: 63px;
    margin: 0 14px 0 0;
  }
}

body div#content.sub section.sub-content div.container div.c-content div.map-address h5 {
  font-size: 19px;
  font-weight: 700;
  color: #111111;
  margin: 0 0 4px 0;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-content div.container div.c-content div.map-address h5 {
    font-size: 22px;
  }
}

body div#content.sub section.sub-content div.container div.c-content div.map-address p {
  font-size: 16px;
  color: #111111;
  margin: 0;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-content div.container div.c-content div.map-address p {
    font-size: 18px;
  }
}

body div#content.sub section.sub-content div.container div.c-content div.map-address p span {
  display: block;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-content div.container div.c-content div.map-address p span {
    display: inline-block;
  }
}

body div#content.sub section.sub-content div.container div.c-content div.map-move {
  margin-top: 15px;
  border-top: 1px dashed #aaaaaa;
  border-bottom: 1px dashed #aaaaaa;
  padding: 15px 0;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-content div.container div.c-content div.map-move {
    padding: 26px 0;
    margin-top: 25px;
  }
}

body div#content.sub section.sub-content div.container div.c-content div.map-move p {
  font-size: 15px;
  color: #555555;
  margin: 0;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-content div.container div.c-content div.map-move p {
    font-size: 17px;
  }
}

body div#content.sub section.sub-board {
  padding: 0 0 30px;
  text-align: center;
  margin-top: 30px;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-board {
    margin-top: 50px;
    padding: 0;
  }
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-board div.boardMain {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

body div#content.sub section.sub-board div.boardMain div.boadrdSearch {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 17px 0 26px;
  width: 100%;
  height: 42px;
  background: #f1f3f4;
  border: 1px solid #e8eaeb;
  border-radius: 200px;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-board div.boardMain div.boadrdSearch {
    width: auto;
    height: 46px;
  }
}

body div#content.sub section.sub-board div.boardMain div.boadrdSearch select {
  max-width: 110px;
  width: 100%;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7.41' viewBox='0 0 12 7.41'%3E%3Cpath id='패스_4975' data-name='패스 4975' d='M16.59,8.59,12,13.17,7.41,8.59,6,10l6,6,6-6Z' transform='translate(-6 -8.59)' fill='%23333'/%3E%3C/svg%3E%0A") no-repeat right center/10px auto;
  border: none;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #555555;
  font-size: 15px;
  margin-right: 20px;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-board div.boardMain div.boadrdSearch select {
    max-width: 140px;
    width: 100%;
    font-size: 17px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7.41' viewBox='0 0 12 7.41'%3E%3Cpath id='패스_4975' data-name='패스 4975' d='M16.59,8.59,12,13.17,7.41,8.59,6,10l6,6,6-6Z' transform='translate(-6 -8.59)' fill='%23333'/%3E%3C/svg%3E%0A") no-repeat right center/13px auto;
  }
}

body div#content.sub section.sub-board div.boardMain div.boadrdSearch select option {
  color: #555555;
}

body div#content.sub section.sub-board div.boardMain div.boadrdSearch input {
  width: 90%;
  height: 42px;
  border: none;
  background: #f1f3f4;
  padding: 0 5px 0 10px;
  font-size: 15px;
}

body div#content.sub section.sub-board div.boardMain div.boadrdSearch input:focus {
  outline: none;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-board div.boardMain div.boadrdSearch input {
    width: 300px;
    height: 48px;
  }
}

body div#content.sub section.sub-board div.boardMain div.boadrdSearch button {
  width: 27px;
  height: 23px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17.251' height='17.251' viewBox='0 0 17.251 17.251'%3E%3Cpath id='패스_4977' data-name='패스 4977' d='M59.963,23.251l-5.082-5.082a6.636,6.636,0,1,1,2.972-5.533,6.606,6.606,0,0,1-1.1,3.649l5.082,5.1ZM55.2,12.635a3.981,3.981,0,1,0-3.981,3.981A3.993,3.993,0,0,0,55.2,12.635Z' transform='translate(-44.583 -6)' fill='%23333'/%3E%3C/svg%3E%0A") no-repeat center/100% auto;
  border: none;
  font-size: 0;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-board div.boardMain div.boadrdSearch button {
    width: 20px;
    height: 19px;
  }
}

body div#content.sub section.sub-board div.list {
  margin-top: 30px;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-board div.list {
    margin-top: 40px;
  }
}

body div#content.sub section.sub-board div.list ul.list {
  list-style: none;
  border-top: 1px solid #111111;
  margin: 0;
  padding: 0;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-board div.list ul.list {
    position: relative;
    padding-top: 50px;
    border-top: none;
  }
  body div#content.sub section.sub-board div.list ul.list::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 50px;
    border-top: 1px solid #111111;
    border-bottom: 1px solid #bbbbbb;
  }
}

body div#content.sub section.sub-board div.list ul.list li {
  position: relative;
}

body div#content.sub section.sub-board div.list ul.list li:hover {
  background: #fcf5f7;
}

body div#content.sub section.sub-board div.list ul.list li.null {
  text-align: center;
  margin: 100px 0;
  font-size: 18px;
}

body div#content.sub section.sub-board div.list ul.list li button {
  position: absolute;
  z-index: 20;
  right: 0;
  bottom: 0;
  background: #222;
  color: #fff;
  font-size: 12px;
  border: none;
}

body div#content.sub section.sub-board div.list ul.list li a {
  position: relative;
  display: block;
  border-bottom: 1px solid #cccccc;
  padding: 37px 10px 10px 10px;
  height: 100px;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-board div.list ul.list li a {
    padding: 21px 0;
    height: 70px;
  }
}

body div#content.sub section.sub-board div.list ul.list li a.img {
  height: 300px;
  padding: 15px;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-board div.list ul.list li a.img {
    height: 200px;
    padding: 21px 0;
  }
}

body div#content.sub section.sub-board div.list ul.list li a div.box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-board div.list ul.list li a div.box {
    display: block;
    font-size: 0;
  }
}

body div#content.sub section.sub-board div.list ul.list li a div.box div {
  margin: auto 0;
  word-break: keep-all;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-board div.list ul.list li a div.box div {
    display: inline-block;
    vertical-align: top;
  }
}

body div#content.sub section.sub-board div.list ul.list li a div.box div.num {
  display: none;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-board div.list ul.list li a div.box div.num {
    display: inline-block;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    text-align: center;
    font-size: 17px;
    width: 100px;
  }
}

body div#content.sub section.sub-board div.list ul.list li a div.box div.text {
  width: 100%;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-board div.list ul.list li a div.box div.text {
    width: calc(100% - 490px);
  }
}

body div#content.sub section.sub-board div.list ul.list li a div.box div.text h5 {
  position: relative;
  margin: 0;
  font-size: 17px;
  color: #333333;
  font-weight: 400;
  line-height: 1.6;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-board div.list ul.list li a div.box div.text h5 {
    font-size: 19px;
    white-space: wrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
}

body div#content.sub section.sub-board div.list ul.list li a div.box div.text h5:has(u) {
  padding-left: 34px;
}

body div#content.sub section.sub-board div.list ul.list li a div.box div.text h5:has(u) u {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
  height: 24px;
  font-size: 0;
  background: url("data:image/svg+xml,%3Csvg id='그룹_13254' data-name='그룹 13254' xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath id='패스_9505' data-name='패스 9505' d='M0,0H24V24H0Z' fill='none'/%3E%3Cpath id='패스_9506' data-name='패스 9506' d='M18,8H17V6A5,5,0,0,0,7,6V8H6a2.006,2.006,0,0,0-2,2V20a2.006,2.006,0,0,0,2,2H18a2.006,2.006,0,0,0,2-2V10A2.006,2.006,0,0,0,18,8Zm-6,9a2,2,0,1,1,2-2A2.006,2.006,0,0,1,12,17Zm3.1-9H8.9V6a3.1,3.1,0,0,1,6.2,0Z' fill='%23dd488e'/%3E%3C/svg%3E%0A") no-repeat center/100% auto;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-board div.list ul.list li a div.box div.text2 {
    width: calc(100% - 380px);
  }
}

body div#content.sub section.sub-board div.list ul.list li a div.box div.text2 h5 {
  margin: 0;
  font-size: 17px;
  color: #333333;
  font-weight: 400;
  line-height: 1.6;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-board div.list ul.list li a div.box div.text2 h5 {
    font-size: 19px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

body div#content.sub section.sub-board div.list ul.list li a div.box div.text3 {
  position: absolute;
  top: 230px;
  left: 15px;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-board div.list ul.list li a div.box div.text3 {
    position: relative;
    width: calc(100% - 610px);
    margin-left: 40px;
    left: 0;
    top: 0;
  }
}

body div#content.sub section.sub-board div.list ul.list li a div.box div.text3 h5 {
  margin: 15px 0 0 0;
  font-size: 17px;
  color: #333333;
  font-weight: 400;
  line-height: 1.6;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-board div.list ul.list li a div.box div.text3 h5 {
    font-size: 19px;
    white-space: wrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
}

body div#content.sub section.sub-board div.list ul.list li a div.box div.text3 p {
  display: none;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-board div.list ul.list li a div.box div.text3 p {
    display: block;
    font-size: 16px;
    margin: 20px 0 0 0;
    text-align: start;
    color: #555555;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.8;
  }
}

body div#content.sub section.sub-board div.list ul.list li a div.box div.name {
  display: none;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-board div.list ul.list li a div.box div.name {
    display: inline-block;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 140px;
    font-size: 17px;
    margin-left: auto;
    text-align: center;
    color: #555555;
    padding: 0 10px;
  }
}

body div#content.sub section.sub-board div.list ul.list li a div.box div.name2 {
  display: none;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-board div.list ul.list li a div.box div.name2 {
    display: inline-block;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 140px;
    font-size: 17px;
    margin-left: 49px;
    margin-top: 64px;
    text-align: center;
    color: #555555;
    padding: 0 10px;
  }
}

body div#content.sub section.sub-board div.list ul.list li a div.box div.news {
  margin-left: auto;
  text-align: center;
  font-size: 14px;
  color: #555555;
  padding: 0 10px;
  position: absolute;
  top: 10px;
  left: 0;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-board div.list ul.list li a div.box div.news {
    display: inline-block;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 140px;
    font-size: 17px;
    margin-left: auto;
    text-align: center;
    color: #555555;
    padding: 0 10px;
    position: relative;
    top: 0;
  }
}

body div#content.sub section.sub-board div.list ul.list li a div.box div.date {
  margin-left: auto;
  text-align: center;
  font-size: 14px;
  color: #555555;
  padding: 0 10px;
  position: absolute;
  top: 10px;
  left: 0;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-board div.list ul.list li a div.box div.date {
    font-size: 17px;
    width: 140px;
    color: #555555;
    position: relative;
    top: 0;
  }
}

body div#content.sub section.sub-board div.list ul.list li a div.box div.date2 {
  margin-left: auto;
  text-align: center;
  font-size: 14px;
  color: #555555;
  padding: 0 10px;
  position: absolute;
  top: 10px;
  left: 150px;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-board div.list ul.list li a div.box div.date2 {
    font-size: 17px;
    width: 140px;
    color: #555555;
    position: relative;
    top: 0;
    left: 0;
  }
}

body div#content.sub section.sub-board div.list ul.list li a div.box div.date3 {
  margin-left: auto;
  text-align: center;
  font-size: 14px;
  color: #555555;
  padding: 0 10px;
  position: absolute;
  bottom: 75px;
  left: 5px;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-board div.list ul.list li a div.box div.date3 {
    font-size: 17px;
    width: 140px;
    color: #555555;
    position: relative;
    top: 65px;
    left: 0;
  }
}

body div#content.sub section.sub-board div.list ul.list li a div.box div.file {
  position: relative;
  margin-left: auto;
  text-align: center;
  font-size: 14px;
  color: #555555;
  padding: 0 10px;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-board div.list ul.list li a div.box div.file {
    font-size: 15px;
    width: 140px;
    color: #555555;
  }
}

body div#content.sub section.sub-board div.list ul.list li a div.box div.file strong {
  display: none;
}

body div#content.sub section.sub-board div.list ul.list li a div.box div.file span {
  position: absolute;
  display: block;
  background: #dcdcdc;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  top: -17px;
  right: 0;
  font-size: 0;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-board div.list ul.list li a div.box div.file span {
    top: 0;
    right: 50px;
  }
}

body div#content.sub section.sub-board div.list ul.list li a div.box div.file span::before {
  content: "";
  background: url("data:image/svg+xml,%3Csvg id='file_download_black_24dp' xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath id='패스_789' data-name='패스 789' d='M0,0H24V24H0Z' fill='none'/%3E%3Cpath id='패스_790' data-name='패스 790' d='M17.295,9.4H13.782V3H8.513V9.4H5l6.147,7.47ZM5,19.008v2.134H17.295V19.008Z' transform='translate(0.853 0.512)' fill='%233a9a8f'/%3E%3C/svg%3E%0A") no-repeat center/cover;
  display: block;
  margin-left: 3px;
  width: 28px;
  height: 30px;
}

body div#content.sub section.sub-board div.list ul.list li a div.box div.view {
  display: none;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-board div.list ul.list li a div.box div.view {
    display: inline-block;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100px;
    font-size: 17px;
    margin-left: auto;
    text-align: center;
    color: #555555;
    padding: 0 10px;
  }
}

body div#content.sub section.sub-board div.list ul.list li a div.box div.view u {
  color: #5176b7;
}

body div#content.sub section.sub-board div.list ul.list li a div.box div.view u.ok {
  color: #b2305a;
}

body div#content.sub section.sub-board div.list ul.list li a div.box div.img img {
  width: 295px;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-board div.list ul.list li a div.box div.img img {
    width: 240px;
    height: 160px;
  }
}

body div#content.sub section.sub-board div.list ul.list li a div.box div strong {
  display: none;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-board div.list ul.list li:first-of-type a div.box div {
    position: relative;
  }
  body div#content.sub section.sub-board div.list ul.list li:first-of-type a div.box div strong {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: -58px;
    text-align: center;
    font-weight: 400;
    color: #111;
    font-size: 17px;
  }
  body div#content.sub section.sub-board div.list ul.list li:first-of-type a div.box div strong.date3 {
    top: -123px;
  }
}

body div#content.sub section.sub-board div.list ul.faqList {
  border-top: 2px solid #555555;
  list-style: none;
  margin: 0;
  padding: 0;
}

body div#content.sub section.sub-board div.list ul.faqList li h5 {
  position: relative;
  width: 100%;
  margin: 0;
  font-size: 17px;
  color: #111;
  font-weight: 500;
  line-height: 78px;
  padding: 0 20px 0 55px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: keep-all;
  white-space: nowrap;
  cursor: pointer;
  border-bottom: 1px solid #ccc;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-board div.list ul.faqList li h5 {
    line-height: 86px;
    font-size: 19px;
    padding: 0 20px 0 80px;
  }
}

body div#content.sub section.sub-board div.list ul.faqList li h5::before {
  content: "";
  display: block;
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 34px;
  height: 34px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='9.582' height='17.637' viewBox='0 0 9.582 17.637'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect width='9.582' height='17.637' fill='%23fff'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg  transform='translate(0 0)'%3E%3Cg transform='translate(0 0)' clip-path='url(%23clip-path)'%3E%3Cpath id='패스_1260' data-name='패스 1260' d='M12.522,42.755H10.251a.388.388,0,0,0-.387.388v2.229a.388.388,0,0,0,.387.388h2.271a.388.388,0,0,0,.388-.388V43.143a.388.388,0,0,0-.388-.388' transform='translate(-6.488 -28.124)' fill='%23fff'/%3E%3Cpath d='M5.015,0C1.827,0,0,1.959,0,5.376a.388.388,0,0,0,.389.387h1.7a.388.388,0,0,0,.388-.387C2.474,3.308,3.3,2.3,4.992,2.3A1.9,1.9,0,0,1,7.107,4.4,3.611,3.611,0,0,1,5.943,6.85a7.79,7.79,0,0,0-2.229,6.039.389.389,0,0,0,.388.388H5.694a.388.388,0,0,0,.388-.388,5.274,5.274,0,0,1,1.55-4.321A5.882,5.882,0,0,0,9.582,4.4,4.246,4.246,0,0,0,5.015,0' transform='translate(0 0)' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A") no-repeat center/26% auto;
  background-color: #555555;
  border-radius: 50%;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-board div.list ul.faqList li h5::before {
    left: 25px;
    width: 38px;
    height: 38px;
  }
}

body div#content.sub section.sub-board div.list ul.faqList li h5::after {
  content: "";
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -4px;
  width: 14px;
  height: 8px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15.41' height='9.418' viewBox='0 0 15.41 9.418'%3E%3Cg transform='translate(0.705 8.709) rotate(-90)'%3E%3Cpath d='M7.039,14,0,7,7.039,0,8,.956,1.923,7,8,13.044Z' transform='translate(0 0)' fill='%23555' stroke='%23555' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat center/100% auto;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-board div.list ul.faqList li h5::after {
    width: 15px;
    height: 17px;
    margin-top: -8.5px;
  }
}

body div#content.sub section.sub-board div.list ul.faqList li h5.on::before {
  background-color: #818cf2;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.25);
}

body div#content.sub section.sub-board div.list ul.faqList li h5.on::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15.41' height='9.418' viewBox='0 0 15.41 9.418'%3E%3Cg transform='translate(0.705 8.709) rotate(-90)'%3E%3Cpath d='M7.039,14,0,7,7.039,0,8,.956,1.923,7,8,13.044Z' transform='translate(0 0)' fill='%23555' stroke='%23818CF2' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat center/100% auto;
}

body div#content.sub section.sub-board div.list ul.faqList li div.answer {
  position: relative;
  max-height: 0;
  overflow: hidden;
  font-size: 16px;
  font-weight: 400;
  background: #f5f5f5;
  padding: 0 25px 0 25px;
  color: #555;
  line-height: 1.6;
  word-break: keep-all;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1) inset;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-board div.list ul.faqList li div.answer {
    padding: 0 80px 0 80px;
    font-size: 18px;
  }
}

body div#content.sub section.sub-board div.list ul.faqList li div.answer p {
  margin: 0;
}

body div#content.sub section.sub-board div.list ul.faqList li h5.on + div {
  max-height: 3000px;
  padding-top: 34px;
  padding-bottom: 34px;
  border-bottom: 1px solid #ccc;
}

body div#content.sub section.sub-board div.write div.bo_w_tit {
  margin: 0 0 20px;
}

body div#content.sub section.sub-board div.write div.bo_w_tit input[type="text"],
body div#content.sub section.sub-board div.write div.bo_w_tit input[type="password"] {
  width: 100%;
  border: 1px solid #ccc;
  padding: 10px;
  font-size: 16px;
  font-weight: 600;
  color: #222;
}

body div#content.sub section.sub-board div.write div.bo_w_tit input[type="text"]#wr_1,
body div#content.sub section.sub-board div.write div.bo_w_tit input[type="password"]#wr_1 {
  margin-top: 10px;
}

body div#content.sub section.sub-board div.write div.chk_box {
  margin: 0 0 20px;
}

body div#content.sub section.sub-board div.write div.cke_sc {
  display: none;
}

body div#content.sub section.sub-board div.write div.bo_w_link > label,
body div#content.sub section.sub-board div.write div.bo_w_flie > label {
  display: block;
  font-size: 14px;
  width: 90px;
  font-weight: 600;
  line-height: 42px;
}

body div#content.sub section.sub-board div.write div.bo_w_link input,
body div#content.sub section.sub-board div.write div.bo_w_flie input {
  font-size: 14px;
}

body div#content.sub section.sub-board div.write div.bo_w_link input[type="text"],
body div#content.sub section.sub-board div.write div.bo_w_link input[type="file"],
body div#content.sub section.sub-board div.write div.bo_w_flie input[type="text"],
body div#content.sub section.sub-board div.write div.bo_w_flie input[type="file"] {
  border: 1px solid #ccc;
  vertical-align: top;
  width: calc(100%);
  height: 42px;
}

body div#content.sub section.sub-board div.write div.bo_w_link input[type="text"][type="file"],
body div#content.sub section.sub-board div.write div.bo_w_link input[type="file"][type="file"],
body div#content.sub section.sub-board div.write div.bo_w_flie input[type="text"][type="file"],
body div#content.sub section.sub-board div.write div.bo_w_flie input[type="file"][type="file"] {
  border: none;
}

body div#content.sub section.sub-board div.write span.file_del {
  display: inline-block;
}

body div#content.sub section.sub-board div.write span.file_del input {
  display: none;
}

body div#content.sub section.sub-board div.write span.file_del label {
  display: block;
  border: 1px solid #222;
  background: #fff;
  padding: 10px;
  color: #222;
  font-weight: 600;
}

body div#content.sub section.sub-board div.write span.file_del label u {
  display: none;
  text-decoration: none;
}

body div#content.sub section.sub-board div.write span.file_del input:checked + label {
  border-color: #ccc;
  background: #efefef;
  color: #999;
}

body div#content.sub section.sub-board div.write span.file_del input:checked + label u {
  display: inline-block;
  background: #ccc;
  padding: 0 10px;
}

body div#content.sub section.sub-board div.write div.button-set {
  position: relative;
  text-align: center;
  padding: 30px 0 50px;
}

body div#content.sub section.sub-board div.write div.button-set a,
body div#content.sub section.sub-board div.write div.button-set button {
  display: inline-block;
  border: none;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  background: #ccc;
  line-height: 46px;
  padding: 0 30px;
  margin: 0 2px;
}

body div#content.sub section.sub-board div.write div.button-set a.btn_submit,
body div#content.sub section.sub-board div.write div.button-set button.btn_submit {
  background: #333333;
  color: #fff;
}

body div#content.sub section.sub-board div.view div.board-title {
  text-align: start;
  border-top: 1px solid #000;
  padding: 0 10px;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-board div.view div.board-title {
    padding: 0 0 0 20px;
  }
}

body div#content.sub section.sub-board div.view div.board-title h4 {
  font-size: 19px;
  font-weight: 800;
  color: #111111;
  margin: 20px 0 9px;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-board div.view div.board-title h4 {
    font-size: 21px;
    margin: 27px 0 9px;
  }
}

body div#content.sub section.sub-board div.view div.board-info {
  text-align: start;
  border-bottom: 1px solid #bbbbbb;
  padding: 0 0 0 10px;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-board div.view div.board-info {
    padding: 0 0 0 20px;
  }
}

body div#content.sub section.sub-board div.view div.board-info ul {
  position: relative;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 5px;
  padding: 0;
  margin: 0 0 19px 0;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-board div.view div.board-info ul {
    gap: 40px;
  }
}

body div#content.sub section.sub-board div.view div.board-info ul li {
  font-size: 12px;
  color: #555555;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-board div.view div.board-info ul li {
    font-size: 16px;
  }
}

body div#content.sub section.sub-board div.view div.board-info ul li.day::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 15px;
  background: #aaa;
  margin-right: 15px;
}

body div#content.sub section.sub-board div.view div.board-info ul li u {
  text-decoration: none;
}

body div#content.sub section.sub-board div.view div.board-file {
  text-align: start;
  padding: 10px 0 0;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-board div.view div.board-file {
    padding: 15px 0 0;
  }
}

body div#content.sub section.sub-board div.view div.board-file a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  color: #54699d;
  width: 100%;
  text-decoration: underline;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

body div#content.sub section.sub-board div.view div.board-file a:last-of-type {
  border-bottom: 1px solid #bbbbbb;
  padding-bottom: 15px;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-board div.view div.board-file a:last-of-type {
    padding-bottom: 10px;
  }
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-board div.view div.board-file a {
    font-size: 17px;
  }
}

body div#content.sub section.sub-board div.view div.board-file a::before {
  content: "";
  display: inline-block;
  background: url("data:image/svg+xml,%3Csvg id='file_download_black_24dp' xmlns='http://www.w3.org/2000/svg' width='21.333' height='21.333' viewBox='0 0 21.333 21.333'%3E%3Cpath id='패스_789' data-name='패스 789' d='M0,0H21.333V21.333H0Z' fill='none'/%3E%3Cpath id='패스_790' data-name='패스 790' d='M16.851,8.187H13.465V3H8.386V8.187H5l5.926,6.051ZM5,15.967V17.7H16.851V15.967Z' transform='translate(-0.259 -0.156)' fill='%235a83b4'/%3E%3C/svg%3E%0A") no-repeat center/cover;
  width: 20px;
  height: 15px;
  margin-right: 8px;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-board div.view div.board-file a::before {
    width: 28px;
    height: 25px;
  }
}

body div#content.sub section.sub-board div.view div.board-link {
  text-align: start;
  padding: 10px 0 0;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-board div.view div.board-link {
    padding: 15px 0 0;
  }
}

body div#content.sub section.sub-board div.view div.board-link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  color: #54699d;
  width: 100%;
  text-decoration: underline;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

body div#content.sub section.sub-board div.view div.board-link a:last-of-type {
  border-bottom: 1px solid #bbbbbb;
  padding-bottom: 15px;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-board div.view div.board-link a:last-of-type {
    padding-bottom: 10px;
  }
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-board div.view div.board-link a {
    font-size: 17px;
  }
}

body div#content.sub section.sub-board div.view div.board-link a::before {
  content: "";
  display: inline-block;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25.198' height='21.142' viewBox='0 0 25.198 21.142'%3E%3Cpath id='link_FILL0_wght500_GRAD0_opsz48' d='M84.366,381.2H79.729a5.71,5.71,0,1,1,0-11.42h4.637v1.894H79.732a3.819,3.819,0,1,0,0,7.639h4.634Zm-3.5-4.836v-1.742H89.68v1.742Zm5.311,4.836v-1.888h4.634a3.82,3.82,0,0,0,0-7.639H86.174v-1.894h4.637a5.71,5.71,0,0,1,0,11.42Z' transform='translate(-248.992 -271.979) rotate(-30)' fill='%2354699d'/%3E%3C/svg%3E%0A") no-repeat center/cover;
  width: 20px;
  height: 15px;
  margin-right: 8px;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-board div.view div.board-link a::before {
    width: 23px;
    height: 20px;
  }
}

body div#content.sub section.sub-board div.view div.board-text {
  padding: 20px 10px;
  font-size: 15px;
  color: #555555;
  border-bottom: 1px solid #bbbbbb;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-board div.view div.board-text {
    font-size: 17px;
    padding: 60px 20px;
  }
}

body div#content.sub section.sub-board div.view div.board-text p {
  margin: 0 0 6px;
}

body div#content.sub section.sub-board div.view div.board-text p.image {
  text-align: center;
  margin: 20px 0;
}

body div#content.sub section.sub-board div.view div.board-text img {
  max-width: 100%;
}

body div#content.sub section.sub-board div.view div.button-set {
  position: relative;
  text-align: center;
  padding: 30px 0 50px;
}

body div#content.sub section.sub-board div.view div.button-set a {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  background: #ccc;
  line-height: 46px;
  padding: 0 30px;
  margin: 0 2px;
}

body div#content.sub section.sub-board div.view div.button-set a.list {
  background: #333333;
  color: #fff;
}

body div#content.sub section.sub-board div.view div.board-navi {
  border-top: 1px solid #111111;
  border-bottom: 1px solid #111111;
  padding: 0px 5px;
}

body div#content.sub section.sub-board div.view div.board-navi div.navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #bbbbbb;
  font-size: 15px;
}

body div#content.sub section.sub-board div.view div.board-navi div.navi:last-of-type {
  border-bottom: none;
}

body div#content.sub section.sub-board div.view div.board-navi div.navi p {
  display: block;
  color: #111111;
  font-weight: 700;
  width: 70px;
  white-space: nowrap;
}

body div#content.sub section.sub-board div.view div.board-navi div.navi p.left::before {
  content: "";
  display: inline-block;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='10' height='5' viewBox='0 0 10 5'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='사각형_16' data-name='사각형 16' width='5' height='10' fill='%23111'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='그룹_1735' data-name='그룹 1735' transform='translate(0 5) rotate(-90)'%3E%3Cg id='그룹_1' data-name='그룹 1' transform='translate(0 0)' clip-path='url(%23clip-path)'%3E%3Cpath id='패스_1' data-name='패스 1' d='M.536,10a.528.528,0,0,1-.358-.14.553.553,0,0,1-.041-.771L3.743,5,.137.911A.553.553,0,0,1,.178.14.53.53,0,0,1,.936.181L4.863,4.634a.554.554,0,0,1,0,.729L.936,9.819a.53.53,0,0,1-.4.181' transform='translate(0 0)' fill='%23111'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A") no-repeat center/cover;
  width: 10px;
  height: 7px;
  margin-right: 10px;
}

body div#content.sub section.sub-board div.view div.board-navi div.navi p.right::before {
  content: "";
  display: inline-block;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='10' height='5' viewBox='0 0 10 5'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='사각형_16' data-name='사각형 16' width='5' height='10' fill='%23111'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='그룹_1736' data-name='그룹 1736' transform='translate(10) rotate(90)'%3E%3Cg id='그룹_1' data-name='그룹 1' transform='translate(0 0)' clip-path='url(%23clip-path)'%3E%3Cpath id='패스_1' data-name='패스 1' d='M.536,10a.528.528,0,0,1-.358-.14.553.553,0,0,1-.041-.771L3.743,5,.137.911A.553.553,0,0,1,.178.14.53.53,0,0,1,.936.181L4.863,4.634a.554.554,0,0,1,0,.729L.936,9.819a.53.53,0,0,1-.4.181' transform='translate(0 0)' fill='%23111'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A") no-repeat center/cover;
  width: 10px;
  height: 7px;
  margin-right: 10px;
}

body div#content.sub section.sub-board div.view div.board-navi div.navi span {
  display: block;
  margin-left: 10px;
  width: 90%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

body div#content.sub section.sub-board div.view div.board-navi div.navi.nope {
  opacity: 0.4;
}

body div#content.sub section.sub-board div.view div.board-navi div.navi.nope a {
  pointer-events: none;
}

body div#content.sub section.sub-board div.photo div.vlog-title {
  position: relative;
  width: 100%;
  height: 140px;
  background: #efeff8;
  border: 1px solid #f5f5f6;
  padding: 25px 0 24px 24px;
  margin-bottom: 40px;
}

body div#content.sub section.sub-board div.photo div.vlog-title::after {
  content: "";
  display: block;
  width: 173px;
  height: 155px;
  background: url("../images/vlogLogo.svg") no-repeat center/cover;
  position: absolute;
  top: -15px;
  right: 0;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-board div.photo div.vlog-title::after {
    width: 210px;
    height: 195px;
    top: -52px;
    right: 25px;
  }
}

body div#content.sub section.sub-board div.photo div.vlog-title h3 {
  font-size: 22px;
  font-weight: 700;
  color: #111111;
  margin: 0;
}

body div#content.sub section.sub-board div.photo div.vlog-title p {
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  margin: 11px 0 0 0;
}

body div#content.sub section.sub-board div.photo div.vlog-title p span {
  display: block;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-board div.photo div.vlog-title p span {
    display: inline-block;
  }
}

body div#content.sub section.sub-board div.photo ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px 20px;
  min-width: 330px;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-board div.photo ul {
    gap: 60px 27px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-board div.photo ul.vlog {
    gap: 60px 45px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

body div#content.sub section.sub-board div.photo ul.vlog > li {
  width: 345px;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-board div.photo ul.vlog > li {
    width: 370px;
  }
}

body div#content.sub section.sub-board div.photo ul.vlog > li a::before {
  content: "";
  position: absolute;
  width: 70px;
  height: 70px;
  background: url("../images/playlogo.svg") no-repeat center/cover;
  top: 80px;
  left: 135px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-board div.photo ul.vlog > li a::before {
    top: 95px;
    left: 150px;
  }
}

body div#content.sub section.sub-board div.photo ul.vlog > li a img {
  width: 345px;
  height: 230px;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-board div.photo ul.vlog > li a img {
    width: 370px;
    height: 250px;
  }
}

body div#content.sub section.sub-board div.photo ul.vlog > li a h4 {
  font-size: 17px;
  padding: 0 10px;
}

body div#content.sub section.sub-board div.photo ul li {
  position: relative;
  width: 330px;
  height: 320px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

body div#content.sub section.sub-board div.photo ul li:hover {
  scale: 1.03;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-board div.photo ul li {
    width: 382px;
    height: 350px;
  }
}

body div#content.sub section.sub-board div.photo ul li a {
  width: 100%;
  height: 100%;
  display: block;
}

body div#content.sub section.sub-board div.photo ul li a img {
  width: 330px;
  height: 224px;
  margin: 0;
  margin-bottom: 12px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  border-radius: 50px;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-board div.photo ul li a img {
    width: 387px;
    height: 261px;
  }
}

body div#content.sub section.sub-board div.photo ul li a i {
  font-style: normal;
  font-size: 14px;
  color: #555555;
  padding: 0 15px;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-board div.photo ul li a i {
    font-size: 16px;
  }
}

body div#content.sub section.sub-board div.photo ul li a h4 {
  margin: 0 0 15px 0;
  font-size: 18px;
  font-weight: 400;
  color: #111111;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 15px;
}

@media (min-width: 1195px) {
  body div#content.sub section.sub-board div.photo ul li a h4 {
    font-size: 21px;
  }
}

body div#content.sub section.sub-board #bo_vc {
  margin: 40px 0 20px;
}

body div#content.sub section.sub-board #bo_vc article {
  display: block;
  background: #f4f4f4;
  padding: 20px;
  margin: 0 0 20px;
}

body div#content.sub section.sub-board #bo_vc article header {
  background: transparent;
  text-align: left;
  height: auto;
  border-bottom: 1px solid #ccc;
  padding: 0 0 10px;
  margin: 0 0 10px;
}

body div#content.sub section.sub-board #bo_vc article header h2 {
  font-size: 16px;
  color: #222;
  margin: 0;
}

body div#content.sub section.sub-board #bo_vc article .bo_vl_opt {
  margin: 20px 0 0;
}

body div#content.sub section.sub-board #bo_vc article .bo_vl_opt a {
  display: inline-block;
  margin-right: 10px;
  text-decoration: underline;
}

body div#content.sub section.sub-board #bo_vc_w textarea {
  width: 100%;
  background: #fefefe;
  border: 1px solid #ccc;
  padding: 20px;
  height: 140px;
}

body div#content.sub section.sub-board .reply_submit {
  display: block;
  width: 100%;
  background: #333333;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 46px;
  padding: 0 30px;
  margin: 0 2px;
}

body div#content section.ready {
  text-align: center;
  padding: 50px 0;
}

@media (min-width: 1195px) {
  body div#content section.ready {
    padding: 100px 0;
  }
}

body div#content section.ready div.container {
  text-align: center;
}

body div#content section.ready div.container span {
  display: block;
  font-size: 20px;
  font-weight: 900;
  color: #999999;
  padding: 100px 0 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='70.556' height='70.556' viewBox='0 0 70.556 70.556'%3E%3Cpath id='패스_1593' data-name='패스 1593' d='M65.5,2H9.056a7.046,7.046,0,0,0-7.02,7.056L2,72.556,16.111,58.444H65.5a7.076,7.076,0,0,0,7.056-7.056V9.056A7.076,7.076,0,0,0,65.5,2ZM26.694,33.75H19.639V26.694h7.056Zm14.111,0H33.75V26.694h7.056Zm14.111,0H47.861V26.694h7.056Z' transform='translate(-2 -2)' fill='%23bebebe'/%3E%3C/svg%3E%0A") no-repeat center top/70px auto;
}

body footer#footer {
  text-align: center;
  word-break: keep-all;
  position: relative;
}

@media (min-width: 1195px) {
  body footer#footer {
    padding: 34px 0;
    text-align: start;
  }
}

body footer#footer div.container {
  display: block;
  padding: 0 15px 20px;
}

@media (min-width: 1195px) {
  body footer#footer div.container {
    text-align: left;
  }
}

body footer#footer div.container ul.footer-link {
  list-style: none;
  padding: 0;
  margin: 22px 0 20px;
  font-size: 0;
}

body footer#footer div.container ul.footer-link li {
  display: inline-block;
  margin-left: 15px;
}

body footer#footer div.container ul.footer-link li:first-child {
  margin-left: 0px;
}

body footer#footer div.container ul.footer-link li a {
  display: inline-block;
  color: #333333;
  font-weight: 400;
  font-size: 14px;
}

@media (min-width: 1195px) {
  body footer#footer div.container ul.footer-link li a {
    font-size: 16px;
  }
}

body footer#footer div.container address {
  font-style: normal;
  font-size: 13px;
  color: #555555;
  text-align: left;
}

@media (min-width: 1195px) {
  body footer#footer div.container address {
    font-size: 15px;
  }
}

body footer#footer div.container address strong {
  color: #333333;
  font-weight: 700;
  line-height: 1.5;
}

body footer#footer div.container address p {
  line-height: 1.5;
  margin: 0 0 12px 0;
}

body footer#footer div.container address p span {
  display: inline-block;
}

@media (min-width: 1195px) {
  body footer#footer div.container address p span {
    display: inline;
  }
}

body footer#footer div.container address p span.copyright {
  font-size: 12px;
  margin-top: 20px;
}

@media (min-width: 1195px) {
  body footer#footer div.container address p span.copyright {
    font-size: 14px;
  }
}

body footer#footer div.container div.pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 5px 0 0 0;
}

body footer#footer div.container div.pc a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100px;
  height: 38px;
  border: 1px solid #bbbbbb;
  border-radius: 6px;
  font-size: 13px;
  color: #333;
}

@media (min-width: 1195px) {
  body footer#footer div.container div.pc {
    display: none;
  }
}

body footer#footer div.container div.qr {
  position: absolute;
  top: 0;
  right: 215px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 10px;
}

@media (max-width: 1195px) {
  body footer#footer div.container div.qr {
    display: none;
  }
}

body footer#footer div.container div.qr a {
  text-align: center;
  width: 106px;
  height: 138px;
}

body footer#footer div.container div.qr a p {
  margin: 12px 0 8px;
  font-size: 15px;
  font-weight: bold;
  color: #333333;
}

body footer#footer div.container div.qr a img {
  width: 80.52px;
  height: 79.54px;
}

body footer#footer div.container div.agency {
  display: none;
  position: absolute;
  z-index: 401;
  top: 0;
  right: 0;
  width: auto;
  height: 38px;
  font-size: 14px;
  color: #555;
  min-width: 200px;
}

@media (min-width: 1195px) {
  body footer#footer div.container div.agency {
    display: block;
  }
}

body footer#footer div.container div.agency .agency-open {
  display: block;
  border: none;
  background: #fff;
  border: 1px solid #bbbbbb;
  width: 100%;
  height: 38px;
  text-align: left;
  padding-left: 10px;
}

body footer#footer div.container div.agency .agency-open i {
  position: absolute;
  font-size: 18px;
  right: 10px;
  top: 10px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  color: #222;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

body footer#footer div.container div.agency .agency-open.on i {
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

body footer#footer div.container div.agency .agency-open.on + .agency-link {
  display: block;
}

body footer#footer div.container div.agency .agency-link {
  display: none;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 37px;
  border: 1px solid #999;
  background: #fff;
}

body footer#footer div.container div.agency .agency-link a {
  display: block;
  border-bottom: 1px solid #dedede;
  line-height: 32px;
  padding: 0 5px;
}

body footer#footer div.container div.agency .agency-link a:hover {
  background-color: #eee;
}

body div.ctt_admin {
  display: block;
  width: 200px;
  line-height: 40px;
  margin: 20px auto;
  background: #eee;
  text-align: center;
  border-radius: 10px;
}
