@import url('https://webfontworld.github.io/sunn/SUIT.css');
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 100;
  src: url('//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff2') format('woff2'), url('//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff') format('woff'), url('//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.otf') format('opentype');
}
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 300;
  src: url('//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff2') format('woff2'), url('//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff') format('woff'), url('//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.otf') format('opentype');
}
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 400;
  src: url('//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2') format('woff2'), url('//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff') format('woff'), url('//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf') format('opentype');
}
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 500;
  src: url('//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2') format('woff2'), url('//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff') format('woff'), url('//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.otf') format('opentype');
}
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 700;
  src: url('//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff2') format('woff2'), url('//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff') format('woff'), url('//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.otf') format('opentype');
}
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 900;
  src: url('//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff2') format('woff2'), url('//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff') format('woff'), url('//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.otf') format('opentype');
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figure,
figcaption,
footer,
header,
hgroup,
nav,
output,
section,
time,
mark,
audio,
video,
select,
input,
textarea {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: 'SUIT', Sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #444;
  vertical-align: baseline;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "liga" 0;
}
html,
body {
  width: 100%;
  height: 100%;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
tr,
th,
td {
  vertical-align: middle;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  font: 100%;
  color: #444;
}
ol,
ul,
li {
  list-style: none;
}
ul::after,
ol::after,
.clb::after {
  content: "";
  display: block;
  clear: both;
}
li,
dl {
  float: left;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  text-decoration: none;
  color: #222;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}
a:hover {
  text-decoration: none;
}
caption,
legend {
  display: none;
}
input,
select {
  font: 100%;
  outline: none;
  -webkit-border-radius: 0;
}
input {
  border-radius: 0;
  -webkit-border-radius: 0;
}
input[type="checkbox"],
input[type="radio"] {
  background: none;
  border: none;
  cursor: pointer;
}
input[type="submit"] {
  cursor: pointer;
}
strong {
  font-weight: bold;
}
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  color: transparent;
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: transparent;
}
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: transparent;
}
input:-ms-input-placeholder {
  color: #999;
}
input::-webkit-input-placeholder {
  color: #999;
}
input::-moz-placeholder {
  color: #999;
}
input::-moz-placeholder {
  color: #999;
}
button {
  border: none;
}
button:focus {
  outline: none;
}
/*-------------------------------------------------------------------
    Color
-------------------------------------------------------------------*/
/*-------------------------------------------------------------------
    Variable
-------------------------------------------------------------------*/
.bld {
  display: none ;
}
.after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
}
.afters:after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
}
.bgo {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.bg_cover {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.bg_contain {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.strong {
  font-weight: bold;
}
/*-------------------------------------------------------------------
    Mixins
-------------------------------------------------------------------*/
.line-clamp-one {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#ui-datepicker-div {
  z-index: 100 !important;
}
.ui-timepicker-container {
  z-index: 100 !important;
  padding: 0;
}
.ui-timepicker-container .ui-widget.ui-widget-content {
  border: none;
}
/*-------------------------------------------------------------------
    Text
-------------------------------------------------------------------*/
h1 {
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  background-color: #111;
  text-transform: uppercase;
  margin: 0;
  padding: 22px 0;
  max-height: 64px;
}
h1 > span {
  display: block;
  font-family: 'Noto Sans KR';
  font-size: 16px;
  letter-spacing: -0.02em;
  color: #fff;
}
h2 {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 52px;
  display: inline-block;
}
h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
.text_12 {
  font-size: 12px;
}
.text_12_red {
  font-size: 12px;
  color: red;
}
.text_14 {
  font-size: 14px;
}
.text_14_red {
  font-size: 14px;
  color: red;
}
.text_16 {
  font-size: 16px;
}
.text_18 {
  font-size: 18px;
}
.text_20 {
  font-size: 20px;
}
.text_22 {
  font-size: 22px;
}
.text_24 {
  font-size: 24px;
}
.mb24 {
  margin-bottom: 24px !important;
}
.mb8 {
  margin-bottom: 8px !important;
}
.center {
  margin: 0 auto;
}
/*-------------------------------------------------------------------
    Inputs
-------------------------------------------------------------------*/
.input_text_default {
  border: 1px solid #eee;
  border-radius: 2px;
  height: 30px;
  line-height: 30px;
  padding: 8px 12px;
  font-size: 13px;
  font-weight: 500;
}
.input_text_default_w100 {
  border: 1px solid #eee;
  height: 30px;
  line-height: 30px;
  padding: 0 5px;
  width: 100%;
}
.textarea_default {
  border: 1px solid #eee;
  padding: 5px;
  height: 200px;
  resize: none;
}
.textarea_default_w100 {
  border: 1px solid #eee;
  padding: 5px;
  width: 100%;
  height: 200px;
  resize: none;
}
.label_default {
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 6px;
}
.sub_tit {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.38;
  margin-bottom: 6px;
}
.message {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 4px;
}
.message.success {
  color: #24b466;
}
.message.error {
  color: #f55b46;
}
.select_default {
  font-size: 14px;
  height: 30px;
  border: 1px solid #eee;
  padding: 0 8px;
  outline: none;
}
.radio_box {
  padding: 4px 0;
  font-size: 0;
  text-align: center;
}
.radio_box > img {
  display: block;
  margin: 0 auto 12px;
}
.radio_box > img.line05 {
  margin: 0 auto 7px;
}
.radio_box input[type="radio"]:checked,
.radio_box input[type="radio"]:not(:checked) {
  display: none;
}
.radio_box input[type="radio"]:checked + label,
.radio_box input[type="radio"]:not(:checked) + label {
  font-size: 14px;
  font-weight: bold;
  display: block;
  cursor: pointer;
}
.radio_box input[type="radio"]:checked + label span,
.radio_box input[type="radio"]:not(:checked) + label span {
  display: inline-block;
  width: 16px;
  height: 16px;
  position: relative;
  vertical-align: -3px;
  cursor: pointer;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #ddd;
  margin-right: 8px;
}
.radio_box input[type="radio"]:checked + label span::after,
.radio_box input[type="radio"]:not(:checked) + label span::after {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #ddd;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.radio_box input[type="radio"]:checked + label span {
  border: 1px solid #111;
}
.radio_box input[type="radio"]:checked + label span::after {
  background-color: #111;
}
.radio_box p.message {
  margin-left: 24px;
}
.radio_box_boxtype {
  display: flex;
}
.radio_box_boxtype > div {
  position: relative;
  padding: 10px;
  max-width: 300px;
  vertical-align: top;
  margin-right: 10px;
}
.radio_box_boxtype > div > p {
  margin-left: 18px;
}
.radio_box_boxtype input[type="radio"] + label::before {
  content: '';
  border: 1px solid #111;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.radio_box_boxtype input[type="radio"]:checked + label::before {
  border: 1px solid blue;
}
.radio_box.inline {
  display: inline-block;
  margin-right: 10px;
}
.check_box {
  padding: 4px 0;
  font-size: 0;
}
.check_box input[type="checkbox"]:checked,
.check_box input[type="checkbox"]:not(:checked) {
  display: none;
}
.check_box input[type="checkbox"]:checked + label,
.check_box input[type="checkbox"]:not(:checked) + label {
  font-size: 14px;
  font-weight: bold;
  display: block;
  cursor: pointer;
}
.check_box input[type="checkbox"]:checked + label span,
.check_box input[type="checkbox"]:not(:checked) + label span {
  display: inline-block;
  width: 16px;
  height: 16px;
  position: relative;
  vertical-align: -3px;
  cursor: pointer;
  background: #fff;
  border-radius: 2px;
  border: 1px solid #ddd;
  margin-right: 8px;
}
.check_box input[type="checkbox"]:checked + label span::after,
.check_box input[type="checkbox"]:not(:checked) + label span::after {
  content: '';
  width: 12px;
  height: 9px;
  background: url('/asset/images/icn-icn-w-unchecked.svg') no-repeat 50% 50% / 12px 9px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.check_box input[type="checkbox"]:checked + label span {
  border: 1px solid #111;
  background: #111;
}
.check_box input[type="checkbox"]:checked + label span::after {
  background: url('/asset/images/icn-icn-w-checked.svg') no-repeat 50% 50% / 12px 9px;
}
.check_box p.message {
  margin-left: 24px;
}
.check_box.inline {
  display: inline-block;
  margin-right: 10px;
}
.input_default {
  width: 100%;
  margin-bottom: 24px;
}
.input_default:last-of-type {
  margin-bottom: 0;
}
.input_default .toolTip {
  display: inline-block;
  position: relative;
  z-index: 10;
}
.input_default .toolTip .icon {
  display: inline-block;
  width: 14px;
  height: 14px;
  vertical-align: -1px;
  background: url('/public/images/icn-icn-tooltip.svg') no-repeat 50% / 14px 14px;
}
.input_default .toolTip .conts {
  visibility: hidden;
  position: absolute;
  top: 20px;
  left: 0;
  min-width: 200px;
  max-width: 500px;
  border: 1px solid #eee;
  border-radius: 3px;
  padding: 8px;
  background-color: #fff;
  font-size: 12px;
}
.input_default .toolTip:hover .conts {
  visibility: visible;
}
.input_default p.tit {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 6px;
}
.input_default p.sub_tit {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.38;
  margin-bottom: 6px;
}
.input_default p.sub_tit .red {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.38;
  color: red;
}
.input_default p.message {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 4px;
}
.input_default > label {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 6px;
}
.input_default input[type="text"] {
  width: 100%;
  border: 1px solid #eee;
  border-radius: 2px;
  height: 30px;
  line-height: 30px;
  padding: 8px 12px;
  font-size: 13px;
  font-weight: 500;
}
.input_default input[type="text"]:disabled {
  background-color: #fafafa;
  pointer-events: none;
}
.input_default input[type="text"]:read-only {
  background-color: #fafafa;
  pointer-events: none;
}
.input_default input[type="text"]:-webkit-autofill,
.input_default input[type="text"]:-webkit-autofill:hover,
.input_default input[type="text"]:-webkit-autofill:focus,
.input_default input[type="text"]:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
  -webkit-transition: background-color 9999s ease-out;
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
.input_default input[type="text"].datepicker {
  width: 128px!important;
  min-width: 128px !important;
  text-align: center;
  background: #fff url('/public/images/date.svg') no-repeat 5px 50% / 16px 16px;
  padding: 8px 12px 8px 28px;
  pointer-events: all;
}
.input_default input[type="text"].time {
  width: 128px!important;
  min-width: 128px !important;
  text-align: center;
  margin-right: 6px;
  background: #fff url('/public/images/clock.svg') no-repeat 5px 50% / 16px 16px;
  padding: 8px 12px 8px 28px;
  pointer-events: all;
}
.input_default input[type="number"] {
  width: 100%;
  border: 1px solid #eee;
  border-radius: 2px;
  height: 30px;
  line-height: 30px;
  padding: 8px 12px;
  font-size: 13px;
  font-weight: 500;
}
.input_default input[type="number"]:disabled {
  background-color: #fafafa;
  pointer-events: none;
}
.input_default input[type="number"]:read-only {
  background-color: #fafafa;
  pointer-events: none;
}
.input_default input[type="password"] {
  width: 100%;
  border: 1px solid #eee;
  border-radius: 2px;
  height: 30px;
  line-height: 30px;
  padding: 8px 12px;
  font-size: 13px;
  font-weight: 500;
}
.input_default input[type="password"]:disabled {
  background-color: #fafafa;
  pointer-events: none;
}
.input_default input[type="password"]:read-only {
  background-color: #fafafa;
  pointer-events: none;
}
.input_default textarea {
  display: block;
  width: 100%;
  height: 120px;
  border: 1px solid #eee;
  border-radius: 2px;
  line-height: 18px;
  padding: 8px 12px;
  font-size: 13px;
  font-weight: 500;
  resize: none;
  outline: none;
}
.input_default textarea:disabled {
  background-color: #fafafa;
  pointer-events: none;
}
.input_default textarea:read-only {
  background-color: #fafafa;
  pointer-events: none;
}
.input_default select {
  border: 1px solid #eee;
  border-radius: 2px;
  min-width: 120px;
  max-width: 320px;
  height: 30px;
  padding: 0 40px 0 12px;
  font-size: 13px;
  font-weight: 500;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url('/public/images/icn-icn-gnb-dropdown-down.svg') no-repeat 95% 50% / 12px 6px;
}
.input_default select:disabled {
  background-color: #fafafa;
  pointer-events: none;
}
.input_default .user_info {
  display: inline-block;
  max-height: 30px;
  border: 1px solid #eee;
  padding: 3px 16px;
  vertical-align: top;
}
.input_default .user_info .tit {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 6px;
}
.input_default .user_info dl {
  margin-right: 16px;
}
.input_default .user_info dl dt {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.38;
  margin-right: 4px;
}
.input_default .user_info dl dd {
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.38;
}
.input_default.inline {
  width: auto;
  margin-right: 16px;
}
.input_default.inline input[type="text"] {
  min-width: 340px;
  width: auto;
  display: inline-block;
}
.input_default.inline input[type="text"].w100 {
  min-width: 100px;
  width: 100px;
}
.input_default.error p.message {
  color: #f55b46;
}
.input_default.success p.message {
  color: #24b466;
}
.dropdown_btn {
  position: relative;
  display: inline-block;
  font-size: 0;
}
.dropdown_btn .select {
  border: 1px solid #eee;
  border-radius: 2px;
  min-width: 120px;
  height: 30px;
  padding: 5px 40px 0 12px;
  font-size: 13px;
  font-weight: 500;
  display: inline-block;
  cursor: pointer;
  background: url('/public/images/icn-icn-gnb-dropdown-down.svg') no-repeat 84% 50% / 12px 6px #fff;
}
.dropdown_btn .select.disabled {
  background-color: #fafafa;
  pointer-events: none;
}
.dropdown_btn .option_box {
  position: absolute;
  width: 100%;
  background-color: #fff;
  border: 1px solid #eee;
  border-top: 0;
  height: 130px;
  overflow-y: auto;
  display: none;
}
.dropdown_btn .option_box::-webkit-scrollbar {
  width: 8px;
}
.dropdown_btn .option_box::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  border-radius: 4px;
  background-clip: padding-box;
  border: 2px solid transparent;
}
.dropdown_btn .option_box::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 4px;
}
.dropdown_btn .option_box .inner .option {
  font-size: 13px;
  font-weight: 500;
  padding: 7px 12px;
  cursor: pointer;
}
.dropdown_btn .option_box .inner .option:hover {
  text-decoration: underline;
}
.dropdown_btn.on .option_box {
  display: block;
}
.component_btn {
  display: inline-block;
  background-color: #D9D9D9;
  border-radius: 4px;
  padding: 6px 18px;
  margin-bottom: 24px;
}
.component_btn:after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
}
.component_btn li {
  float: left;
  width: 50px;
  height: 50px;
  border-radius: 8px;
  background-color: #fff;
  background-repeat: no-repeat;
  margin: 6px;
  font-weight: 600;
  font-size: 8px;
  text-align: center;
  padding-top: 32px;
  cursor: pointer;
}
.component_btn li.text {
  background-image: url(/public/images/component_icon_text.svg);
  background-position: 18px 11px;
  background-size: 14px auto;
}
.component_btn li.quote {
  background-image: url(/public/images/component_icon_quote.svg);
  background-position: 18px 13px;
  background-size: 14px auto;
}
.component_btn li.number {
  background-image: url(/public/images/component_icon_number.svg);
  background-position: 7px 14px;
  background-size: 36px auto;
}
.component_btn li.card {
  background-image: url(/public/images/component_icon_card.svg);
  background-position: 16px 11px;
  background-size: 17.5px auto;
}
.component_btn li.point {
  background-image: url(/public/images/component_icon_point.svg);
  background-position: 17px 14px;
  background-size: 16px auto;
}
.component_btn li.image {
  background-image: url(/public/images/component_icon_image.svg);
  background-position: 15px 9px;
  background-size: 19px auto;
}
.component_btn li.imageTile {
  background-image: url(/public/images/component_icon_imageTile.svg);
  background-position: 5px 9px;
  background-size: 41px auto;
}
.component_btn li.imageSlide {
  background-image: url(/public/images/component_icon_slide.svg);
  background-position: 15px 6px;
  background-size: 19px auto;
}
.component_btn li.video {
  background-image: url(/public/images/component_icon_video.svg);
  background-position: 15px 9px;
  background-size: 17.5px auto;
}
.component_btn li.profile {
  background-image: url(/public/images/component_icon_profile.svg);
  background-position: 16px 11px;
  background-size: 17.5px auto;
}
.component_btn li.linkBox {
  background-image: url(/public/images/component_icon_linkbox.svg);
  background-position: 16px 12px;
  background-size: 17px auto;
}
.component_btn li.line {
  background-image: url(/public/images/component_icon_line.svg);
  background-position: 16px 20px;
  background-size: 17.5px auto;
}
.component_btn.sample li {
  font-size: 0;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  background-position: 50% !important;
}
.file_img {
  width: 100%;
  margin-bottom: 24px;
}
.file_img:last-of-type {
  margin-bottom: 0;
}
.file_img p.tit {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 6px;
}
.file_img p.sub_tit {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.38;
  margin-bottom: 6px;
}
.file_img p.message {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 4px;
}
.file_img.error p.message {
  color: #f55b46;
}
.file_img.success p.message {
  color: #24b466;
}
.file_img .img_file_box {
  font-size: 0;
}
.file_img .img_file_box > div {
  display: inline-block;
  padding-left: 10px;
  vertical-align: top;
}
.file_img .img_file_box > div p.uploadfilename {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.38;
  margin-bottom: 5px;
}
.file_img .img_file_box > div p.euploadfilename {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.38;
  margin-bottom: 5px;
}
.file_img .img_slide_box {
  display: flex;
  margin-top: 10px;
}
.file_img .img_slide_box .upload_box {
  width: 160px;
  height: 90px;
  border: 1px dashed #D1D1D1;
  position: relative;
  overflow: hidden;
}
.file_img .img_slide_box .upload_box img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: auto;
  height: auto;
  max-width: 100%;
  height: 100%;
}
.file_img .img_slide_box .filelist:after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
}
.file_img .img_slide_box .filelist li {
  float: left;
  width: 160px;
  height: 90px;
  margin-right: 12px;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.file_img .img_slide_box .filelist li .btn_type5 {
  position: absolute;
  top: 4px;
}
.file_img .img_slide_box .filelist li .btn_type5.edit {
  right: 28px;
}
.file_img .img_slide_box .filelist li .btn_type5.delete {
  right: 4px;
}
.file_img .img_slide_box .upload_box {
  width: 160px;
  height: 90px;
  position: relative;
  border: 1px dashed #D1D1D1;
}
.file_img .img_slide_box .upload_box .upload_btn {
  position: absolute;
  width: 100%;
  height: 100%;
  font-weight: 500;
  font-size: 11px;
  line-height: 140%;
  text-align: center;
  color: #8D959D;
  padding-top: 51px;
}
.file_img .img_slide_box .upload_box .upload_btn:after {
  position: absolute;
  top: 26px;
  left: 50%;
  content: '';
  width: 16px;
  height: 16px;
  background: url(/public/images/upload.svg) no-repeat 50% / 16px 16px;
  margin-left: -8px;
}
.file_img .img_slide_box .upload_box.hide {
  display: none;
}
.file {
  width: 100%;
  margin-bottom: 24px;
}
.file:last-of-type {
  margin-bottom: 0;
}
.file p.tit {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 6px;
}
.file p.sub_tit {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.38;
  margin-bottom: 6px;
}
.file p.message {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 4px;
}
.file.error p.message {
  color: #f55b46;
}
.file.success p.message {
  color: #24b466;
}
.file .file_box .uploadfilename {
  display: inline-block;
  min-width: 240px;
  border: 1px solid #eee;
  border-radius: 2px;
  height: 30px;
  line-height: 28px;
  padding: 0 12px;
  font-size: 13px;
  font-weight: 500;
  margin-right: 12px;
}
.file .file_box > a {
  vertical-align: top;
  height: 30px;
  line-height: 28px;
}
.file .filelist {
  border: 1px solid #eee;
  padding: 10px;
  margin-top: 8px;
}
.file .filelist > li {
  width: 100%;
}
.file .filelist > li .uploadfile_link {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.38;
}
.file .filelist > li .uploadfile_link:hover {
  color: #333;
}
.dataTable_box {
  width: 100%;
  border: 1px solid #eee;
  border-radius: 2px;
  padding: 16px 0px;
}
.dataTable_box .dataTables_wrapper .dataTables_length {
  margin-left: 12px;
}
.dataTable_box .dataTables_wrapper .dataTables_filter {
  margin-right: 12px;
}
.dataTable_box .dataTables_wrapper .dataTables_info {
  margin-left: 12px;
}
.dataTable_box .dataTables_wrapper .dataTables_paginate {
  margin-right: 12px;
}
/*-------------------------------------------------------------------
    Button
-------------------------------------------------------------------*/
.btn_type1_fill {
  display: inline-block;
  height: 28px;
  padding: 0 16px;
  line-height: 26px;
  border: 1px solid #111;
  border-radius: 2px;
  color: #fff !important;
  font-size: 11px !important;
  font-weight: 500;
  text-align: center;
  background-color: #111;
}
.btn_type1_fill.red {
  border: 1px solid #f55b46;
  background-color: #f55b46;
}
.btn_type1_fill.yellow {
  border: 1px solid #FFD700;
  background-color: #FFD700;
}
.btn_type1_fill.blue {
  border: 1px solid #00008B;
  background-color: #00008B;
}
.btn_type1_fill.disabled {
  pointer-events: none;
  border: 1px solid #8D959D;
  background-color: #8D959D;
  color: #8D959D;
}
.btn_type1_fill:hover {
  color: #fff;
  text-decoration: none !important;
}
.btn_type1_line {
  display: inline-block;
  height: 28px;
  padding: 0 16px;
  line-height: 26px;
  border: 1px solid #111;
  border-radius: 2px;
  color: #111;
  font-size: 11px;
  font-weight: 500;
  text-align: center;
  background-color: #fff;
}
.btn_type1_line.red {
  border: 1px solid #f55b46;
  color: #f55b46;
}
.btn_type1_line.red:hover {
  color: #f55b46;
}
.btn_type1_line.disabled {
  pointer-events: none;
  border: 1px solid #8D959D;
  color: #8D959D;
}
.btn_type1_line:hover {
  color: #111;
}
.btn_type2_fill {
  display: block;
  width: 200px;
  height: 40px;
  padding: 0 16px;
  line-height: 38px;
  border: 1px solid #111;
  border-radius: 2px;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  background-color: #111;
}
.btn_type2_fill.red {
  border: 1px solid #f55b46;
  background-color: #f55b46;
}
.btn_type2_fill.yellow {
  border: 1px solid #FFD700;
  background-color: #FFD700;
}
.btn_type2_fill.blue {
  border: 1px solid #00008B;
  background-color: #00008B;
}
.btn_type2_fill:hover {
  color: #fff;
}
.btn_type2_line {
  display: block;
  width: 200px;
  height: 40px;
  padding: 0 16px;
  line-height: 38px;
  border: 1px solid #111;
  border-radius: 2px;
  color: #111;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  background-color: #fff;
}
.btn_type2_line:hover {
  color: #111;
}
.btn_type3 {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #e2e2e2 url('/public/images/icn-icn-menu-close-wt.svg') no-repeat 50% / 6px 6px;
  display: inline-block;
  font-size: 0;
  vertical-align: middle;
  margin-left: 5px;
}
.btn_type4_add {
  display: inline-block;
  height: 24px;
  padding: 0 5px 0 17px;
  line-height: 24px;
  border: 1px solid #111;
  border-radius: 2px;
  color: #111;
  font-size: 11px;
  font-weight: 500;
  background: #fff url('/public/images/icn-icn-btn-plus-9-px.svg') no-repeat 5px 7.4px / 10px 9px;
}
.btn_type4_del {
  display: inline-block;
  height: 24px;
  padding: 0 5px 0 17px;
  line-height: 24px;
  border: 1px solid #f55b46;
  border-radius: 2px;
  color: #f55b46;
  font-size: 11px;
  font-weight: 500;
  background: #fff url('/public/images/icn-icn-btn-delete-9-px.svg') no-repeat 4px 5.5px / 13px 13px;
}
.btn_type4_comment {
  display: inline-block;
  height: 22px;
  padding: 0 5px;
  line-height: 20px;
  border: 1px solid #111;
  border-radius: 2px;
  color: #111;
  font-size: 11px;
  font-weight: 500;
  background: #fff;
}
.btn_type5 {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #999999;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: inline-block;
  font-size: 0;
}
.btn_type5.edit {
  background-image: url('/public/images/icon_edit.svg');
  background-size: 10px 10px;
}
.btn_type5.delete {
  background-image: url('/public/images/icon_delete.svg');
  background-size: 8px 10px;
}
.btn_block_h44_w200 {
  display: block;
  width: 200px;
  height: 44px;
  line-height: 44px;
  background: #111;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  margin: 0 auto;
}
.btn_block_h44_w200:hover {
  color: #fff;
}
.btn_inline_line_h35 {
  display: inline-block;
  padding: 0 10px;
  line-height: 35px;
  border: 1px solid #111;
  border-radius: 5px;
  color: #111;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
}
.btn_inline_line_h35:hover {
  color: #111;
}
.btn_inline_h35 {
  display: inline-block;
  padding: 0 10px;
  line-height: 35px;
  background: #111;
  border-radius: 5px;
  color: #fff !important;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
}
.btn_inline_h35:hover {
  color: #fff;
}
/*-------------------------------------------------------------------
	Table
-------------------------------------------------------------------*/
.table_type01 {
  width: 100%;
}
.table_type01 tr th {
  border: 1px solid #e1e1e1;
  padding: 10px 0;
  background: #fafbfb;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
}
.table_type01 tr th:first-child {
  border-left: 0;
}
.table_type01 tr th:last-child {
  border-right: 0;
}
.table_type01 thead tr {
  border-top: 2px solid #111;
  border-bottom: 2px solid #e1e1e1;
}
.table_type01 tbody tr {
  border-bottom: 1px solid #e1e1e1;
}
.table_type01 tbody tr td {
  border: 1px solid #e1e1e1;
  padding: 10px;
  text-align: center;
  font-size: 14px;
  color: #555;
}
.table_type01 tbody tr td.titlefild {
  border: 1px solid #e1e1e1;
  padding: 10px;
  text-align: left;
  font-size: 14px;
  color: #555;
}
.table_type01 tbody tr td > a {
  font-size: 14px;
  color: #555;
  text-align: left;
}
.table_type01 tbody tr td > a:hover {
  text-decoration: underline;
}
.table_type01 tbody tr td > .check_box {
  display: inline-block;
  margin-right: 10px;
}
.table_type01 tbody tr td > select {
  border: 1px solid #eee;
  border-radius: 2px;
  height: 30px;
  padding: 0 40px 0 12px;
  font-size: 13px;
  font-weight: 500;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url('/public/images/icn-icn-gnb-dropdown-down.svg') no-repeat 94% 50% / 12px 6px;
}
.table_type01 tbody tr td:first-child {
  border-left: 0;
}
.table_type01 tbody tr td:last-child {
  border-right: 0;
}
.table_type01 tbody tr td:nth-child(2) {
  padding: 10px 25px;
  text-align: left;
}
.table_type01 tbody tr td:nth-child(4) {
  padding: 10px 25px;
  text-align: left;
}
.table_type01 tbody tr:last-child {
  border-bottom: 2px solid #e1e1e1;
}
.table_type02 {
  width: 100%;
  table-layout: fixed;
}
.table_type02 tr th {
  border: 1px solid #e1e1e1;
  padding: 6px 0;
  background: #fafbfb;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}
.table_type02 tr th:first-child {
  border-left: 0;
}
.table_type02 tr th:last-child {
  border-right: 0;
}
.table_type02 thead tr {
  border-top: 2px solid #111;
  border-bottom: 2px solid #e1e1e1;
}
.table_type02 tbody tr {
  border-bottom: 1px solid #e1e1e1;
}
.table_type02 tbody tr td {
  border: 1px solid #e1e1e1;
  padding: 6px;
  text-align: center;
  font-size: 14px;
  color: #555;
}
.table_type02 tbody tr td.titlefild {
  border: 1px solid #e1e1e1;
  padding: 10px;
  text-align: left;
  font-size: 14px;
  color: #555;
}
.table_type02 tbody tr td > a {
  font-size: 14px;
  color: #555;
  text-align: left;
}
.table_type02 tbody tr td > a:hover {
  text-decoration: underline;
}
.table_type02 tbody tr td > .check_box {
  display: inline-block;
  margin-right: 10px;
}
.table_type02 tbody tr td > select {
  border: 1px solid #eee;
  border-radius: 2px;
  height: 30px;
  padding: 0 40px 0 12px;
  font-size: 13px;
  font-weight: 500;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url('/public/images/icn-icn-gnb-dropdown-down.svg') no-repeat 94% 50% / 12px 6px;
}
.table_type02 tbody tr td > img {
  display: inline-block;
}
.table_type02 tbody tr td > textarea {
  display: block;
  width: 100%;
  height: 54px;
  border: 1px solid #eee;
  border-radius: 2px;
  line-height: 18px;
  padding: 8px 12px;
  font-size: 13px;
  font-weight: 500;
  resize: none;
}
.table_type02 tbody tr td:first-child {
  border-left: 0;
}
.table_type02 tbody tr td:last-child {
  border-right: 0;
}
.table_type02 tbody tr:last-child {
  border-bottom: 2px solid #e1e1e1;
}
/*-------------------------------------------------------------------
	Panels
-------------------------------------------------------------------*/
.panel_default {
  border-radius: 4px;
  background-color: #fff;
  margin-bottom: 24px;
}
.panel_default .p_header {
  border-bottom: 1px solid #ddd;
  padding: 12px 24px;
  position: relative;
}
.panel_default .p_header > button.right {
  position: absolute;
  right: 24px;
}
.panel_default .p_conts {
  padding: 24px 24px 32px;
}
.panel_default .p_conts ul li.br {
  content: "";
  display: block;
  clear: both;
}
.panel_default .p_conts ul li.user_info {
  border: 1px solid #eee;
  padding: 8px 16px;
}
.panel_default .p_conts ul li.user_info .tit {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 6px;
}
.panel_default .p_conts ul li.user_info dl {
  margin-right: 16px;
}
.panel_default .p_conts ul li.user_info dl dt {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.38;
  margin-right: 4px;
}
.panel_default .p_conts ul li.user_info dl dd {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.38;
}
.panel_default .p_conts .work_table .check_box.inline {
  display: inline-block;
  vertical-align: middle;
}
.panel_default .p_conts .chk_list {
  margin-top: 10px;
}
.panel_default .p_conts .chk_list span {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.38;
  word-break: keep-all;
}
.panel_notice {
  border: 1px solid #eee;
  padding: 16px;
  font-size: 14px;
}
.search_box {
  background: #fafbfb;
  margin: 20px 0 30px;
  padding: 30px 26px;
}
.search_box ul > li {
  margin-bottom: 20px;
  width: 100%;
}
.search_box ul > li select {
  width: 97px;
  height: 33px;
}
.search_box ul > li > span {
  display: inline-block;
  width: 110px;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: -0.02em;
  vertical-align: middle;
}
.search_box ul > li > span.wall {
  width: auto;
  margin: 0 4px;
  font-weight: 500;
}
.search_box ul > li #popupDatepicker1 {
  margin-right: 20px;
}
.search_box ul > li .bar {
  display: inline-block;
  width: 10px;
  height: 2px;
  background: #111;
  vertical-align: 3px;
  margin: 0 4px;
}
.search_box ul > li:last-child {
  margin-bottom: 0;
}
.search_list > div {
  width: 100%;
  margin-bottom: 15px;
}
.search_list > div > span {
  font-size: 17px;
  color: #666670;
  font-weight: 500;
  letter-spacing: -0.02em;
  margin-right: 10px;
  line-height: 33px;
}
.search_list > div > span > span {
  font-size: 17px;
  color: #111;
  font-weight: 500;
}
.search_list > div > span.tit {
  color: #333;
}
.search_list > div select {
  float: right;
  width: 137px;
  height: 33px;
}
.search_list > div:after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
}
.info_box {
  width: 100%;
  border-radius: 4px;
  border: solid 2px #5aa7ff;
  background-color: #f5faff;
  padding: 15px 18px 17px 42px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.54;
  margin-bottom: 24px;
  position: relative;
}
.info_box::before {
  content: '';
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #5aa7ff url('/asset/images/icn-icn-info.svg') no-repeat 50% 50% / 2px 8px;
  position: absolute;
  top: 18px;
  left: 20px;
}
.info_box.error {
  width: 100%;
  border-radius: 4px;
  border: solid 2px #f55b46;
  background-color: #FBEFEF;
  padding: 15px 18px 17px 42px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.54;
  margin-bottom: 24px;
  position: relative;
}
.info_box.error::before {
  content: '';
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #f55b46 url('/public/images/icn-icn-info.svg') no-repeat 50% 50% / 2px 8px;
  position: absolute;
  top: 18px;
  left: 20px;
}
.comment_write textarea {
  display: block;
  width: 100%;
  height: 100px;
  border: 1px solid #eee;
  border-radius: 2px;
  padding: 8px 12px;
  font-size: 13px;
  font-weight: 500;
  resize: none;
  margin-bottom: 10px;
}
.comment_write input[type="text"] {
  width: 100%;
  border: 1px solid #eee;
  border-radius: 2px;
  height: 30px;
  line-height: 30px;
  padding: 8px 12px;
  font-size: 13px;
  font-weight: 500;
}
.comment_write input[type="text"].datepicker {
  width: 128px;
  text-align: center;
  background: url('/public/images/date.svg') no-repeat 5px 50% / 16px 16px;
  padding: 8px 12px 8px 28px;
}
.comment_write input[type="text"].time {
  width: 120px;
  text-align: center;
  margin-right: 6px;
  background: url('/public/images/clock.svg') no-repeat 5px 50% / 16px 16px;
  padding: 8px 12px 8px 28px;
}
.comment_write .bot {
  text-align: right;
}
.comment_write .bot input {
  vertical-align: middle;
}
.comment_write .bot select {
  border: 1px solid #eee;
  border-radius: 2px;
  height: 30px;
  padding: 0 40px 0 12px;
  font-size: 13px;
  font-weight: 500;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url('/asset/images/icn-icn-gnb-dropdown-down.svg') no-repeat 84% 50% / 12px 6px;
  vertical-align: middle;
}
.comment_write .bot select:disabled {
  background-color: #fafafa;
  pointer-events: none;
}
.comment_write .bot .sel_user {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.38;
  margin-right: 4px;
}
.comment_write .bot .sel_user span {
  font-size: inherit;
  font-weight: 400;
  line-height: inherit;
}
.comment_list_wrap {
  width: 100%;
  border-top: 1px solid #ddd;
  margin-top: 24px;
  padding-top: 16px;
}
.comment_list_wrap .comment_list {
  margin-bottom: 16px;
}
.comment_list_wrap .comment_list .comment_box {
  padding: 12px 0 16px;
  position: relative;
}
.comment_list_wrap .comment_list .comment_box .id {
  font-size: 12px;
  font-weight: 500;
  color: #777;
  margin-bottom: 6px;
}
.comment_list_wrap .comment_list .comment_box .id > span {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  margin-left: 8px;
}
.comment_list_wrap .comment_list .comment_box .comment {
  font-size: 13px;
  font-weight: 500;
  color: #333;
  background-color: transparent;
  white-space: pre-wrap;
}
.comment_list_wrap .comment_list .comment_box > button {
  margin-top: 10px;
}
.comment_list_wrap .comment_list .comment_box .btn_box {
  position: absolute;
  top: 12px;
  right: 0;
  margin: 0 ;
}
.comment_list_wrap .comment_list .comment_box .btn_box > button {
  margin-left: 2px;
}
.comment_list_wrap .comment_list .comment_box_2dep .wrap {
  padding: 0 0 16px 24px;
}
.comment_list_wrap .comment_list .comment_box.depth1 {
  padding: 0 0 16px 24px;
}
.comment_list_wrap .comment_list .comment_box.depth2 {
  padding: 0 0 16px 48px;
}
.comment_list_wrap .comment_list .comment_box.depth3 {
  padding: 0 0 16px 72px;
}
.comment_list_wrap .comment_list .comment_box.depth4 {
  padding: 0 0 16px 96px;
}
.comment_list_wrap .comment_list .comment_box.depth5 {
  padding: 0 0 16px 120px;
}
.comment_list_wrap .comment_list .comment_show_btn {
  font-size: 12px;
  font-weight: 500;
  padding: 0 0 0 16px;
  background: url('/public/images/icn-icn-gnb-dropdown-down.svg') no-repeat 0% 50% / 10px 5px;
}
.comment_list_wrap .comment_list .wrap .comment_box {
  padding: 12px 0 0px;
}
.ui-datepicker-title > span {
  color: #fff;
}
.admin_group {
  width: 100%;
  border: 1px solid #eee;
  border-radius: 2px;
  display: flex;
}
.admin_group .left {
  width: 360px;
  border-right: 1px solid #eee;
  padding: 20px 24px;
}
.admin_group .left .tit {
  font-size: 16px;
  font-weight: bold;
}
.admin_group .left .tit button {
  margin-left: 12px;
  vertical-align: 2px;
}
.admin_group .left > button {
  width: 100%;
}
.admin_group .left ul {
  width: 100%;
  min-height: 136px;
  margin: 12px 0 16px;
  background-color: #faf8f6;
  padding: 15px 20px;
}
.admin_group .left ul li {
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.86;
}
.admin_group ul li .del_btn {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url('/public/images/icn-icn-delete.svg') no-repeat 50% / 14px 14px;
  margin-left: 4px;
  vertical-align: -1px;
}
.admin_group .right {
  width: calc(100% - 360px);
}
.admin_group .right .team_wrap {
  padding: 20px 24px;
  border-bottom: 1px solid #eee;
}
.admin_group .right .team_wrap:last-child {
  border-bottom: none;
}
.admin_group .right .team_wrap .tit {
  font-size: 16px;
  font-weight: bold;
}
.admin_group .right .team_wrap .tit button {
  margin-left: 12px;
  vertical-align: 2px;
}
.admin_group .right .team_wrap ul {
  width: 100%;
  max-width: 311px;
  min-height: 136px;
  margin: 12px 0 16px;
  background-color: #faf8f6;
  padding: 15px 20px;
}
.admin_group .right .team_wrap ul li {
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.86;
}
.admin_group .right .team_wrap > button {
  width: 100%;
  max-width: 311px;
}
.solt_area .panel_default .p_header {
  border-bottom: 0;
}
.solt_area .panel_default .p_header:after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
}
.solt_area .panel_default .p_header.accodian_btn {
  cursor: pointer;
}
.solt_area .panel_default .p_header.accodian_btn.active .accodian_icon {
  transform: rotate(180deg);
}
.solt_area .panel_default .p_header h3 {
  float: left;
}
.solt_area .panel_default .p_header .sort_btn_area {
  float: left;
  padding-right: 10px;
}
.solt_area .panel_default .p_header .btn_area {
  float: right;
  max-height: 24px;
}
.solt_area .panel_default .p_header .btn_area span {
  vertical-align: middle;
}
.solt_area .panel_default .p_header .btn_area button {
  vertical-align: middle;
}
.solt_area .panel_default .p_header .accodian_icon {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px 20px;
  cursor: pointer;
  width: 24px;
  height: 24px;
  display: inline-block;
  background-image: url(/public/images/btn_caretup_default_20px.svg);
  margin-left: 6px;
}
.solt_area .panel_default .p_header .accodian_icon.active {
  transform: rotate(180deg);
}
.solt_area .panel_default .p_header .remove_icon {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px 20px;
  cursor: pointer;
  width: 24px;
  height: 24px;
  display: inline-block;
  background-image: url(/public/images/btn_delete_20px.svg);
  margin-left: 16px;
}
.solt_area .panel_default .p_header .sort_up,
.solt_area .panel_default .p_header .sort_down {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 8px;
  background-color: #fff;
  cursor: pointer;
  width: 20px;
  height: 12px;
  display: block;
}
.solt_area .panel_default .p_header .sort_up {
  background-image: url(/public/images/btn_listup2_default.svg);
}
.solt_area .panel_default .p_header .sort_up:disabled {
  background-image: url(/public/images/btn_listup2_disable.svg);
  cursor: default;
}
.solt_area .panel_default .p_header .sort_down {
  background-image: url(/public/images/btn_listdown2_default.svg);
}
.solt_area .panel_default .p_header .sort_down:disabled {
  background-image: url(/public/images/btn_listdown2_disable.svg);
  cursor: default;
}
.solt_area .panel_default .p_conts {
  max-height: 5000px;
  overflow: hidden;
  transition: max-height 0.5s ease;
  padding: 0;
  position: relative;
}
.solt_area .panel_default .p_conts::before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #ddd;
  top: 0;
  left: 0;
  position: absolute;
}
.solt_area .panel_default .p_conts .padding {
  padding: 24px 24px 32px;
}
.solt_area .panel_default .p_conts .padding .btn_right {
  display: none;
  text-align: right;
  margin-top: 6px;
}
.solt_area .viewer {
  padding: 26px 0;
}
.solt_area .viewer.image > img {
  display: block;
  width: 100%;
}
.solt_area .viewer.image.margin > img {
  width: auto;
  margin: 0 auto;
}
/*-------------------------------------------------------------------
	Popup
-------------------------------------------------------------------*/
.contents_popup {
  position: fixed ;
  z-index: 1000;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  padding: 24px;
}
.contents_popup .tit_box p {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.13;
}
.contents_popup .imgcrop_container {
  margin-top: 16px;
}
.contents_popup .imgcrop_container > img {
  display: block;
  width: 100%;
}
.contents_popup .form_box {
  width: 100%;
  margin: 15px 0;
  padding: 16px;
  border-radius: 4px;
  background-color: #faf8f6;
}
.contents_popup .form_box input[type=text] {
  width: 270px;
  border: 1px solid #eee;
  border-radius: 2px;
  height: 30px;
  line-height: 30px;
  padding: 8px 12px;
  font-size: 13px;
  font-weight: 500;
}
.contents_popup .form_box input[type=file] {
  font-size: 13px;
  font-weight: 500;
}
.contents_popup .form_box input[type=file]::file-selector-button {
  display: inline-block;
  height: 28px;
  padding: 0 16px;
  line-height: 26px;
  border: 1px solid #111;
  border-radius: 2px;
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  text-align: center;
  background-color: #111;
  cursor: pointer;
}
.contents_popup .form_box label {
  font-size: 0;
}
.contents_popup .form_box .input_tit {
  font-size: 13px;
  font-weight: 500;
}
.contents_popup .btn_type2_fill {
  width: 100% !important;
}
.contents_popup .closeBtn {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 10;
  width: 14px;
  height: 14px;
}
.contents_popup .closeBtn img {
  width: 14px;
  vertical-align: top;
}
.contents_popup.titleImgupload {
  width: 500px;
  left: 50%;
  top: 50%;
  margin-left: -280px;
  transform: translateY(-50%);
}
.contents_popup.imguploadpopup {
  width: 420px;
  height: 210px;
  left: 50%;
  top: 50%;
  margin-top: -210px;
  margin-left: -105px;
}
.contents_popup.mimguploadpopup {
  width: 420px;
  height: 210px;
  left: 50%;
  top: 50%;
  margin-top: -210px;
  margin-left: -105px;
}
.contents_popup.fileuploadpopup {
  width: 420px;
  height: 210px;
  left: 50%;
  top: 50%;
  margin-top: -210px;
  margin-left: -105px;
}
.contents_popup.slideuploadpopup {
  width: 420px;
  height: 210px;
  left: 50%;
  top: 50%;
  margin-top: -210px;
  margin-left: -105px;
}
.contents_popup.listuploadpopup {
  width: 420px;
  height: 210px;
  left: 50%;
  top: 50%;
  margin-top: -210px;
  margin-left: -105px;
}
.contents_popup.listVideopopup {
  width: 420px;
  height: 210px;
  left: 50%;
  top: 50%;
  margin-top: -210px;
  margin-left: -105px;
}
.contents_popup.singleuploadpopup {
  width: 420px;
  height: 210px;
  left: 50%;
  top: 50%;
  margin-top: -210px;
  margin-left: -105px;
}
.contents_popup.eThumuploadpopup {
  width: 420px;
  height: 210px;
  left: 50%;
  top: 50%;
  margin-top: -210px;
  margin-left: -105px;
}
.contents_popup.usereditePopup {
  width: 460px;
  left: 50%;
  top: 50%;
  margin-top: -210px;
  margin-left: -105px;
}
.side_popup {
  position: fixed;
  top: 64px;
  right: 0;
  bottom: 0;
  width: calc(50% - 210px);
  z-index: 10;
  background-color: #fff;
}
.side_popup .closeBtn {
  position: absolute;
  top: 12px;
  right: 23px;
  z-index: 10;
  width: 24px;
  height: 24px;
  z-index: 1;
}
.side_popup .closeBtn img {
  width: 24px;
  height: auto;
  vertical-align: top;
}
.side_popup .title {
  width: 100%;
  height: 48px;
  border-bottom: 1px solid #eee;
  font-family: SUIT;
  font-size: 20px;
  font-weight: bold;
  color: #333;
  line-height: 48px;
  padding: 0 24px;
}
.side_popup .conts {
  width: 100%;
  height: calc(100vh - 114px);
  overflow: auto;
}
.side_popup .conts .btn_box {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}
.side_popup .conts .btn_box button {
  width: calc(50% - 4px);
}
.side_popup .conts .table_default {
  width: 100%;
  margin-bottom: 24px;
}
.side_popup .conts .table_default input[type="text"] {
  width: 100%;
  border: 1px solid #eee;
  border-radius: 2px;
  height: 30px;
  line-height: 30px;
  padding: 8px 12px;
  font-size: 13px;
  font-weight: 500;
}
.side_popup .conts .table_default select {
  border: 1px solid #eee;
  border-radius: 2px;
  height: 30px;
  padding: 0 40px 0 12px;
  font-size: 13px;
  font-weight: 500;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url('/public/images/icn-icn-gnb-dropdown-down.svg') no-repeat 94% 50% / 12px 6px;
}
.side_popup .conts .table_default .table_type01 tbody tr td {
  padding: 10px ;
}
.side_popup .conts .table_default .table_type01 tr th {
  padding: 10px ;
}
.side_popup .conts iframe {
  display: block;
}
/*-------------------------------------------------------------------
	Paging
-------------------------------------------------------------------*/
.paging {
  margin: 28px 0;
  text-align: center;
}
.paging > a {
  display: inline-block;
  width: 28px;
  height: 28px;
  border: 2px solid #111;
  background: #fff;
  font-size: 14px;
  font-weight: 500;
  color: #111;
  text-align: center;
  line-height: 24px;
}
.paging > a.on_page {
  background: #111;
  color: #fff;
}
.paging .prev_btn {
  width: 9px;
  height: 14px;
  border: 0;
  background: none;
  line-height: 14px;
  margin: 0 13px;
}
.paging .next_btn {
  width: 9px;
  height: 14px;
  border: 0;
  background: none;
  line-height: 14px;
  margin: 0 13px;
}
/*-------------------------------------------------------------------
	List
-------------------------------------------------------------------*/
.list_type4 {
  font-size: 0;
}
.list_type4 .wrap_5 {
  font-size: 0;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 40px;
}
.list_type4 .wrap_5:after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
}
.list_type4 .wrap_6 {
  max-width: 1320px;
  padding: 0 40px;
  margin: 0 auto;
}
.list_type4 .wrap_6:after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
}
.list_type4 .left,
.list_type4 .right {
  font-size: 0;
}
.list_type4 .list {
  border-radius: 12px;
  overflow: hidden;
  float: right;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.list_type4 .list.animate {
  opacity: 1;
  transform: translateY(0px);
}
.list_type4 .list a {
  display: block;
  position: relative;
}
.list_type4 .list a .img_area {
  position: relative;
  overflow: hidden;
}
.list_type4 .list a .img {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  transform-origin: center;
  transition-duration: 1s;
}
.list_type4 .list a .img::after {
  content: '';
  transition: opacity 0.3s ease;
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50.15%, rgba(0, 0, 0, 0.7) 100%);
}
.list_type4 .list a .txt_box {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 20px;
  padding: 0 24px;
}
.list_type4 .list a .txt_box .txt1 {
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  line-height: 160%;
}
.list_type4 .list a .txt_box .txt2 {
  padding-top: 2px;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: 150%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  word-break: keep-all;
}
.list_type4 .list a .txt_box .txt3 {
  transition: max-height 0.4s ease;
  overflow: hidden;
  max-height: 0;
}
.list_type4 .list a .txt_box .txt3 p {
  padding-top: 2px;
  color: #bbb;
  line-height: 160%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.list_type4 .list a:hover .img {
  transform: scale(1.2);
}
.list_type4 .list a:hover .img::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 50.15%, #000000 95.01%);
}
.list_type4 .list a:hover .txt_box .txt3 {
  max-height: 57px;
}
.list_type4.layout1 .left {
  width: calc(49.91% - 6px);
  float: left;
}
.list_type4.layout1 .left .list {
  width: 100%;
}
.list_type4.layout1 .left .list a .img {
  padding-top: 100%;
}
.list_type4.layout1 .right {
  float: right;
  width: calc(50.09% - 6px);
}
.list_type4.layout1 .right .list {
  width: 100%;
}
.list_type4.layout1 .right .list a .img {
  padding-top: calc(49.82% - 6px);
}
.list_type4.layout1 .right .list:last-child {
  margin-top: 12px;
}
.list_type4.layout2 .left,
.list_type4.layout2 .right {
  width: calc(50% - 6px);
}
.list_type4.layout2 .left {
  float: left;
}
.list_type4.layout2 .left .list {
  width: 100%;
}
.list_type4.layout2 .left .list:first-child .img {
  padding-top: 75.08%;
}
.list_type4.layout2 .left .list:last-child {
  margin-top: 12px;
}
.list_type4.layout2 .left .list:last-child .img {
  padding-top: 56.18%;
}
.list_type4.layout2 .right {
  float: right;
}
.list_type4.layout2 .right .list {
  width: 100%;
}
.list_type4.layout2 .right .list:first-child .img {
  padding-top: 56.18%;
}
.list_type4.layout2 .right .list:last-child {
  margin-top: 12px;
}
.list_type4.layout2 .right .list:last-child .img {
  padding-top: 75.08%;
}
.list_type4.layout3 .wrap_5 .list {
  width: calc(50% - 6px);
  float: left;
}
.list_type4.layout3 .wrap_5 .list .img {
  padding-top: 75.08%;
}
.list_type4.layout3 .wrap_5 .list:last-child {
  margin-left: 12px;
}
.list_type4.layout3 .wrap_6 {
  margin-top: 12px;
}
.list_type4.layout3 .wrap_6 .list {
  width: calc(26.45% - 6px);
  float: left;
  margin-right: 12px;
}
.list_type4.layout3 .wrap_6 .list .img {
  padding-top: 100%;
}
.list_type4.layout3 .wrap_6 .list:nth-child(2) {
  width: calc(47.1% - 12px);
}
.list_type4.layout3 .wrap_6 .list:nth-child(2) .img {
  padding-top: 56.29%;
}
.list_type4.layout3 .wrap_6 .list:last-child {
  margin-right: 0;
}
.list_type4.layout3 .slide_3 {
  margin-top: 12px;
}
/*-------------------------------------------------------------------
	Header
-------------------------------------------------------------------*/
.side_menu {
  width: 240px;
  height: 100%;
  position: fixed;
  background-color: #fff;
  border-right: 1px solid #eee;
}
.side_menu nav {
  width: 100%;
  height: calc(100% - 60px);
  overflow-y: auto;
}
.side_menu nav::-webkit-scrollbar {
  width: 8px;
}
.side_menu nav::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  border-radius: 4px;
  background-clip: padding-box;
  border: 2px solid transparent;
}
.side_menu nav::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 4px;
}
.side_menu nav > ul {
  width: 100%;
}
.side_menu nav > ul > li {
  width: 100%;
  border-bottom: 1px solid #eee;
}
.side_menu nav > ul > li.on_menu > a {
  color: #111;
}
.side_menu nav > ul > li > a {
  display: block;
  height: 42px;
  line-height: 42px;
  font-size: 13px;
  font-weight: bold;
  padding: 0 42px 0 24px;
  position: relative;
}
.side_menu nav > ul > li > a:after {
  content: '';
  position: absolute;
  top: 18px;
  right: 21px;
  width: 12px;
  height: 6px;
  background: url('/asset/images/icn-icn-gnb-dropdown-down.svg') no-repeat 50% 50% / 12px 6px;
}
.side_menu nav > ul > li > a:only-child:after {
  display: none;
}
.side_menu nav > ul > li > ul {
  width: 100%;
  padding: 6px 0 0;
  background-color: #f2f2f2;
}
.side_menu nav > ul > li > ul > li {
  width: 100%;
}
.side_menu nav > ul > li > ul > li:last-child > a:only-child {
  margin-bottom: 10px;
}
.side_menu nav > ul > li > ul > li > a,
.side_menu nav > ul > li > ul > li p {
  display: block;
  font-size: 13px;
  font-weight: 500;
  line-height: 2.15;
  padding: 0 42px 0 26px;
  position: relative;
}
.side_menu nav > ul > li > ul > li > a:after,
.side_menu nav > ul > li > ul > li p:after {
  content: '';
  position: absolute;
  top: 10px;
  right: 21px;
  width: 12px;
  height: 6px;
  background: url('/asset/images/icn-icn-gnb-dropdown-down.svg') no-repeat 50% 50% / 12px 6px;
}
.side_menu nav > ul > li > ul > li > a:only-child:after,
.side_menu nav > ul > li > ul > li p:only-child:after {
  display: none;
}
.side_menu nav > ul > li > ul > li > ul {
  width: 100%;
  padding: 5px 0 7px;
  background-color: #ededed;
}
.side_menu nav > ul > li > ul > li > ul > li {
  width: 100%;
}
.side_menu nav > ul > li > ul > li > ul > li > a {
  display: block;
  font-size: 11px;
  font-weight: 500;
  line-height: 2.18;
  padding: 0 42px 0 28px;
  position: relative;
}
.side_menu nav > ul > li > ul > li > ul > li > a:after {
  content: '';
  position: absolute;
  top: 10px;
  right: 21px;
  width: 12px;
  height: 6px;
  background: url('/asset/images/icn-icn-gnb-dropdown-down.svg') no-repeat 50% 50% / 12px 6px;
}
.side_menu nav > ul > li > ul > li > ul > li > a:only-child:after {
  display: none;
}
.gnb {
  position: fixed;
  top: 0;
  left: 240px;
  right: 0;
  z-index: 50;
  height: 64px;
  border-bottom: 1px solid #eee;
  text-align: right;
  padding: 21px 40px;
  background-color: #fff;
}
.gnb .member_box {
  display: inline-block;
}
.gnb .member_box p {
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
}
.gnb .member_box p > span {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
.gnb .member_box > a {
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #999;
  vertical-align: middle;
  margin-left: 12px;
}
.gnb .member_box > a::after {
  content: 'l';
  font-size: 12px;
  line-height: 1;
  color: #eee;
  margin-left: 7px;
}
.gnb .member_box > a:last-child {
  margin-left: 4px;
}
.gnb .member_box > a:last-child::after {
  display: none;
}
#contents_wrap {
  width: 100%;
}
#contents_wrap.signup .contents {
  margin: 0;
}
#contents_wrap.login {
  height: 100%;
  position: relative;
}
#contents_wrap.login > section {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: -231px auto 0;
  width: 376px;
}
#contents_wrap.login > section > ul {
  width: 100%;
}
#contents_wrap.login > section > ul > li {
  width: 100%;
  background: #fff;
  padding: 40px 0;
}
#contents_wrap.login > section > ul > li.tit_box {
  background: #111;
  padding: 26px 0;
}
#contents_wrap.login > section > ul > li.tit_box p {
  font-size: 36px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
}
#contents_wrap.login > section > ul > li.tit_box p span {
  display: block;
  font-size: 22px;
  letter-spacing: -0.02em;
  color: #fff;
}
#contents_wrap.login > section > ul > li p {
  font-size: 15px;
  color: #111;
  text-align: center;
  letter-spacing: -0.05em;
  margin-bottom: 20px;
  font-weight: 500;
}
#contents_wrap.login > section > ul > li p.copy {
  font-size: 10px;
  color: #6a757e;
  letter-spacing: 0;
  margin: 0;
}
#contents_wrap.login > section > ul > li input {
  display: block;
  width: 250px;
  height: 42px;
  padding: 0 10px 0 48px;
  font-family: 'Noto Sans KR';
  font-size: 14px;
  color: #111;
  border: 2px solid #111;
  margin: 0 auto 12px;
}
#contents_wrap.login > section > ul > li input.id {
  background: url("/public/images/id_icon.png") no-repeat 20px center #fff;
}
#contents_wrap.login > section > ul > li input.pw {
  background: url("/public/images/pw_icon.png") no-repeat 22px center #fff;
}
#contents_wrap.login > section > ul > li input.login_btn {
  background: #111;
  border: 0;
  padding: 0;
  text-align: center;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  margin: 24px auto 12px;
}
#contents_wrap.work_page .contents {
  width: 970px;
  padding: 0 40px 140px;
}
#contents_wrap.work_page .contents .add_btn_area {
  position: relative;
}
#contents_wrap.work_page .contents .add_btn_area.fixed {
  position: fixed !important;
  bottom: 16px;
  left: 280px;
  z-index: 30;
}
#contents_wrap.work_page .contents .post_editor .p_conts {
  padding: 24px;
}
#contents_wrap.work_page .contents .post_editor .p_conts .panel {
  margin: 0;
}
#contents_wrap.work_page .preview {
  height: 100vh;
  background: #faf8f6;
  padding: 64px 0 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  width: 768px;
}
#contents_wrap.work_page .preview .top_btn {
  padding: 10px;
}
#contents_wrap.work_page .preview .top_btn button {
  margin-right: 4px;
}
#contents_wrap.work_page .preview .view {
  width: 100%;
  height: calc(100% - 48px);
  position: relative;
}
#contents_wrap.work_page .preview .view iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#contents_wrap.jstree_wrap .flex_box {
  display: flex;
  justify-content: space-between;
}
#contents_wrap.jstree_wrap .tree_box {
  width: 480px;
  min-height: calc(100vh - 196px);
  background-color: #fff;
  border-radius: 10px;
  padding: 24px;
}
#contents_wrap.jstree_wrap .input_box {
  width: calc(100% - 500px);
}
#contents_wrap.jstree_wrap .input_box .btn_box {
  margin-top: 20px;
}
#contents_wrap.jstree_wrap .input_box .btn_box > a {
  margin-left: 4px;
}
#contents_wrap.jstree_wrap .input_box .btn_box.right {
  text-align: right;
}
#contents_wrap.jstree_wrap #category_json li {
  float: none;
}
#contents_wrap.jstree_wrap #category_json.jstree-default .jstree-container-ul > li > a {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
#contents_wrap.jstree_wrap #category_json.jstree-default .jstree-node {
  background: none;
}
#contents_wrap.jstree_wrap #category_json.jstree-default .jstree-node i {
  background-image: url('/public/images/arrow_down.svg');
  background-position: 7px 6px;
  background-repeat: no-repeat;
  transform: rotate(-90deg);
  transition: all 0.2s ease-in;
}
#contents_wrap.jstree_wrap #category_json.jstree-default .jstree-node a {
  font-size: 14px;
  margin-bottom: 6px;
}
#contents_wrap.jstree_wrap #category_json.jstree-default .jstree-node a i {
  display: none;
}
#contents_wrap.jstree_wrap #category_json.jstree-default .jstree-closed > .jstree-ocl {
  background-image: url('/public/images/arrow_down.svg');
  background-position: 7px 6px;
  background-repeat: no-repeat;
  transform: rotate(-90deg);
  transition: all 0.2s ease-in;
}
#contents_wrap.jstree_wrap #category_json.jstree-default .jstree-open > .jstree-ocl {
  background-image: url('/public/images/arrow_down.svg');
  background-position: 7px 6px;
  background-repeat: no-repeat;
  transform: rotate(0);
  transition: all 0.2s ease-in;
}
#contents_wrap.jstree_wrap #category_json.jstree-default .jstree-clicked {
  background: #F4F7FB;
  box-shadow: none;
}
#contents_wrap.jstree_wrap #category_json.jstree-default .jstree-hovered {
  background: #F4F7FB;
  box-shadow: none;
}
#contents_wrap .contents {
  min-height: 100vh;
  background: #faf8f6;
  padding: 0 40px 60px;
  overflow: hidden;
  margin-left: 240px;
  position: relative;
  padding-top: 64px;
}
#contents_wrap .contents .tit_box {
  border-bottom: 3px solid #111;
  padding-top: 24px;
  margin-bottom: 24px;
  position: relative;
}
#contents_wrap .contents .tit_box > button {
  margin-left: 4px;
  vertical-align: 4px;
}
#contents_wrap .contents .tit_box > span {
  position: absolute;
  right: 0;
  bottom: 11px;
  font-size: 12px;
  color: #666;
  letter-spacing: -0.02em;
}
#contents_wrap .contents .tit_box > span > span {
  font-size: 12px;
  color: #666;
  letter-spacing: -0.02em;
  margin: 0 8px;
}
/*-------------------------------------------------------------------
	editor
-------------------------------------------------------------------*/
.toastui-editor-mode-switch .tab-item {
  font-size: 12px;
}
.toastui-editor-tooltip .text {
  font-size: 12px;
  color: #fff;
  font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica', 'Arial', '나눔바른고딕', 'Nanum Barun Gothic', '맑은고딕', 'Malgun Gothic', sans-serif;
}
.fixed_toolbar {
  position: fixed !important;
  top: 0;
  left: 240px;
  width: 100%;
  z-index: 30;
}
.editer-wrap {
  background-color: #fff;
}
.editer-wrap .obj {
  width: 100%;
}
/*-------------------------------------------------------------------
	dataTable
-------------------------------------------------------------------*/
table.dataTable thead .sorting_asc {
  background-image: none !important;
}
table.dataTable thead .sorting_desc {
  background-image: none !important;
}
table.dataTable thead .sorting {
  background-image: none !important;
}
.dataTables_wrapper .dataTables_filter {
  margin-bottom: 12px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  border: 2px solid #333 !important;
  background: #fff !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  min-width: 28px !important;
  padding: 2px 5px !important;
  border: 2px solid #e1e1e1 !important;
  color: #333 !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background: #333 !important;
  border: 2px solid #333 !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.previous {
  font-size: 0;
  border: none !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.previous:hover {
  background: transparent !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.previous::after {
  content: '<';
  display: inline-block;
  font-size: 14px;
  color: #333;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.next {
  font-size: 0;
  border: none !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.next:hover {
  background: transparent !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.next::after {
  content: '>';
  display: inline-block;
  font-size: 14px;
  color: #333;
  border: none !important;
}
.dataTables_wrapper .dataTables_length select {
  float: none !important;
  width: auto !important;
  height: auto !important;
  border-radius: 2px;
  font-size: 14px;
}
.dataTables_wrapper .dataTables_filter input {
  border-radius: 2px;
  font-size: 14px;
  padding: 5px 10px;
}
.dataTables_wrapper .dataTables_info {
  font-size: 14px;
  padding: 10px 0 4px;
}
.dataTables_wrapper .dataTables_info span {
  font-size: 14px;
  font-weight: 700;
}
table.dataTable > thead > tr > th,
table.dataTable > thead > tr > td {
  border-top: 2px solid #333;
  border-bottom: 1px solid #e1e1e1;
  background-color: #eee;
}
table.dataTable.row-border > tbody > tr > th,
table.dataTable.row-border > tbody > tr > td,
table.dataTable.display > tbody > tr > th,
table.dataTable.display > tbody > tr > td {
  border-top: 1px solid #e1e1e1;
}
table.dataTable tbody th,
table.dataTable tbody td {
  padding: 10px !important;
}
table.dataTable tbody tr {
  background-color: transparent !important;
}
table.dataTable.stripe tbody tr.odd,
table.dataTable.display tbody tr.odd {
  background-color: transparent !important;
}
table.dataTable.stripe > tbody > tr.odd > *,
table.dataTable.display > tbody > tr.odd > * {
  box-shadow: none !important;
}
table.dataTable.stripe tbody tr.odd,
table.dataTable.display tbody tr.even {
  background-color: transparent !important;
}
table.dataTable.stripe > tbody > tr.odd > *,
table.dataTable.display > tbody > tr.even > * {
  box-shadow: none !important;
}
table.dataTable.display tbody tr.odd > .sorting_1,
table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  background-color: transparent !important;
}
table.dataTable.display tbody tr.even > .sorting_1,
table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background-color: transparent !important;
}
table.dataTable.smText thead tr th,
table.dataTable.smText thead tr td {
  font-size: 14px;
}
table.dataTable.smText tbody tr td {
  font-size: 14px;
}
table.dataTable.smText tbody tr td img {
  display: block;
}
table.dataTable.smText tbody tr td pre {
  font-size: 14px;
  background-color: transparent;
  border-radius: 0;
}
table.dataTable.smText tbody tr .font0 {
  font-size: 0;
}
table.dataTable.smText tbody tr td a:hover {
  font-size: 10px;
  color: #222;
}
table.dataTable.smText tfoot th,
table.dataTable.smText tfoot td {
  font-size: 10px;
}
table.dataTable tbody tr.clickable-row:hover td {
  background-color: rgba(0, 0, 0, 0.1) !important;
  cursor: pointer;
}
table.dataTable.display tbody tr.odd.clickable-row:hover > .sorting_1,
table.dataTable.order-column.stripe tbody tr.odd.clickable-row:hover > .sorting_1 {
  background-color: rgba(0, 0, 0, 0.1) !important;
}
table.dataTable.display tbody tr.even.clickable-row:hover > .sorting_1,
table.dataTable.order-column.stripe tbody tr.even.clickable-row:hover > .sorting_1 {
  background-color: rgba(0, 0, 0, 0.1) !important;
}
table.dataTable tbody tr td select {
  border: 1px solid #eee;
  border-radius: 2px;
  width: auto!important;
  height: 30px!important;
  padding: 0 40px 0 12px;
  font-size: 13px;
  font-weight: 500;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(/public/images/icn-icn-gnb-dropdown-down.svg) no-repeat 94% 50% / 12px 6px;
  float: none !important;
}
