*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
  vertical-align: middle;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
  outline: none;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
  -webkit-appearance: none;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
input::-webkit-input-placeholder {
  color: #c6c6c6;
}
input::-webkit-moz-placeholder {
  color: #c6c6c6;
}
input:-moz-placeholder {
  color: #c6c6c6;
}
input::-moz-placeholder {
  color: #c6c6c6;
}
input:-ms-input-placeholder {
  color: #c6c6c6;
}
textarea::-webkit-input-placeholder {
  color: #c6c6c6;
}
textarea::-webkit-moz-placeholder {
  color: #c6c6c6;
}
textarea:-moz-placeholder {
  color: #c6c6c6;
}
textarea::-moz-placeholder {
  color: #c6c6c6;
}
textarea:-ms-input-placeholder {
  color: #c6c6c6;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  -webkit-appearance: none;
}
input:focus,
button:focus,
textarea:focus {
  outline: none;
}
optgroup {
  font-weight: 700;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}

body {
  padding: 0;
  margin: 0;
  overflow-y: auto;
}
body,
input,
textarea,
button {
  font-family: "Noto Sans KR";
  letter-spacing: -0.5px;
  font-size: 14px;
  font-weight: 400;
  color: #a6a6a6;
  line-height: 1.5;
}
hr {
  display: block;
  margin: 15px 0;
  height: 1px;
  border: none;
  background: #d6d6d6;
  clear: both;
}
a {
  background-color: transparent;
  color: #000;
  text-decoration: none;
  transition: all 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
a:active,
a:hover {
  outline: 0;
  text-decoration: none;
}
p {
  margin: 0;
}

dl,
dt,
dd,
ul,
ol,
li {
  margin: 0;
  padding: 0;
}
ul,
ol,
li {
  list-style: none;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="search"],
input[type="image"],
input[type="tel"],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

/* Text */
.uix-text-lead {
  font-size: 18px;
}
.uix-text-lead strong {
  color: #333;
  font-weight: 800;
}
.uix-text-left {
  text-align: left;
}
.uix-text-center {
  text-align: center;
}
.uix-text-right {
  text-align: right;
}
.uix-text-primary {
  color: #fd6357;
}
.uix-text-help {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: -0.6px;
  text-align: left;
  color: #fd6357;
}

/* Grid */
.uix-grid {
  margin-right: -3px;
  margin-left: -3px;
}
.uix-grid:after {
  content: "";
  display: table;
  clear: both;
}
.uix-grid.not-margin {
  margin-left: 0;
  margin-right: 0;
}
.uix-grid.not-margin > * {
  padding: 0;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  position: relative;
  min-height: 1px;
  padding: 4px 3px 3px 3px;
}
.uix-grid > .col-1,
.uix-grid > .col-2,
.uix-grid > .col-3,
.uix-grid > .col-4,
.uix-grid > .col-5,
.uix-grid > .col-6,
.uix-grid > .col-7,
.uix-grid > .col-8,
.uix-grid > .col-9,
.uix-grid > .col-10,
.uix-grid > .col-11,
.uix-grid > .col-12 {
  float: left;
}
.col-1 {
  width: 8.33333%;
}
.col-2 {
  width: 16.66667%;
}
.col-3 {
  width: 25%;
}
.col-4 {
  width: 33.33333%;
}
.col-5 {
  width: 41.66667%;
}
.col-6 {
  width: 50%;
}
.col-7 {
  width: 58.33333%;
}
.col-8 {
  width: 66.66667%;
}
.col-9 {
  width: 75%;
}
.col-10 {
  width: 83.33333%;
}
.col-11 {
  width: 91.66667%;
}
.col-12 {
  width: 100%;
}

/* Button */
.uix-button {
  position: relative;
  display: inline-block;
  padding: 0 14px;
  border-radius: 0;
  white-space: nowrap;
  cursor: pointer;
  vertical-align: middle;
  margin-bottom: 0;
  text-align: center;
  outline: 0;
  color: #666666;
  border: 1px solid #e6e6e6;
  background: #fff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
.uix-button:hover {
  background-color: #f9f9f9;
}

.uix-button:active,
.uix-button.active {
  outline: 0;
}
.uix-button.disabled,
.uix-button[disabled] {
  box-shadow: none;
  filter: alpha(opacity=65);
  opacity: 0.65;
  cursor: not-allowed;
}
.uix-button.block {
  display: block;
  width: 100%;
}
a.uix-button {
  text-decoration: none;
  margin-top: 1px;
}
button.uix-button.block {
  width: 100%;
}

.uix-button.size-small {
  min-width: 52px;
  height: 24px;
  line-height: 22px;
  font-size: 12px;
}
.uix-button {
  min-width: 76px;
  height: 30px;
  line-height: 28px;
  font-size: 12px;
}
.uix-button.size-large {
  min-width: 140px;
  height: 44px;
  line-height: 42px;
  font-size: 13px;
}
.uix-button.size-xlarge {
  min-width: 180px;
  height: 50px;
  line-height: 48px;
  font-size: 14px;
}

.uix-button.edge-radius {
  border-radius: 5px;
}

.uix-button.size-small.half-radius {
  border-radius: 12px;
}
.uix-button.half-radius {
  border-radius: 15px;
}
.uix-button.size-large.half-radius {
  border-radius: 18px;
}
.uix-button.size-xlarge.half-radius {
  border-radius: 21px;
}

.uix-button.color-orange {
  background-color: #ff6d6a;
  border-color: #ff6d6a;
  color: #fff;
}
.uix-button.color-orange:hover {
  background-color: #fff;
  border-color: #ff6d6a;
  color: #ff6d6a;
}
.uix-button.color-primary {
  background-color: #4da6ff;
  border-color: #4da6ff;
  color: #fff;
}
.uix-button.color-primary:hover {
  background-color: #fff;
  border-color: #4da6ff;
  color: #4da6ff;
}
.uix-button.color-cancle,
.uix-button.color-gray {
  background-color: #c6c6c6;
  border-color: #c6c6c6;
  color: #fff;
}
.uix-button.color-border-primary {
  background-color: #fff;
  border-color: #4da6ff;
  color: #4da6ff;
}
.uix-button.color-border-primary:hover {
  background-color: #4da6ff;
  border-color: #4da6ff;
  color: #fff;
}
.uix-button.color-list {
  background-color: #fff;
  border-color: #d6d6d6;
  color: #999;
}
.uix-button.color-list:hover {
  background-color: #b6b6b6;
  border-color: #b6b6b6;
  color: #fff;
}

/* Table */
.uix-search + .uix-table {
  margin: 0;
}
.uix-table {
  width: 100%;
  border-top: 1px solid #e6e6e6;
  margin: -16px 0 0;
}
.uix-table > caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #333;
}
.uix-table tr > th {
  height: 36px;
  background: #f9f9f9;
  color: #a6a6a6;
  font-weight: 400;
  text-align: center;
  font-size: 12px;
  color: #b6b6b6;
}
.uix-table tr > td {
  height: 60px;
  background: #fff;
  font-size: 14px;
  line-height: 1.46;
  letter-spacing: -0.7px;
  color: #3d3d3d;
  text-align: center;
  padding: 5px 15px;
  word-break: break-all;
  border-bottom: 1px solid #f4f4f4;
}
.uix-table tr > td.board a,
.uix-table tr > td.date {
  color: #a6a6a6;
}
.uix-table tr > td a:hover {
  color: #fd6357;
}

.uix-table tr > td .color-blue {
  color: #5392ff;
}
.uix-table tr > td .color-red {
  color: #fd6357;
}
.uix-table tr > td input[type="checkbox"] {
  margin-right: 0;
}
.uix-table tr > td input[type="checkbox"] + .uix-button.size-small {
  margin-top: 8px;
  color: #666666;
}
.uix-table tr > td.price span {
  font-family: "Lato";
  font-size: 16px;
  line-height: 1.19;
  letter-spacing: -0.3px;
  text-align: left;
  font-weight: 800;
  color: #3d3d3d;
}
.uix-table tr > td.price span:before {
  content: "￦";
  display: inline-block;
  font-weight: 400;
  margin-right: 5px;
}
.uix-table tr > td .uix-button.size-small.color-border-primary {
  width: 60px;
  padding: 0;
  margin-top: 10px;
}
.uix-table tr > td .raty-score {
  width: 100px;
  text-align: left;
}
.uix-table tr > td .subject {
  display: block;
  width: 95%;
  height: 20px;
  max-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
}

.uix-table.view tr > th {
  height: 44px;
  background: #f9f9f9;
  color: #a6a6a6;
  font-weight: 400;
  text-align: left;
  border-bottom: 1px solid #e6e6e6;
  padding: 5px 20px;
}
.uix-table.view tr > td {
  height: 44px;
  font-size: 15px;
  line-height: 1.47;
  letter-spacing: -0.8px;
  color: #3d3d3d;
  text-align: left;
  padding: 5px 20px;
  border-bottom: 1px solid #e6e6e6;
}
.uix-table.view tr > td .uix-text-primary {
  display: inline-block;
  margin-left: 5px;
}

.uix-table tr > td.uix-text-left {
  text-align: left;
}
.uix-table tr > td.uix-text-right {
  text-align: right;
}
.uix-table tr > td.uix-text-center {
  text-align: center;
}
.uix-table thead > tr > th {
  text-align: center;
}

.uix-table.striped > tbody > tr:nth-child(even) > td {
  background: #f9f9f9;
}
.uix-table.not-side-border > tbody > tr > td {
  border-left: none;
}
.uix-table td.uix-text-left {
  text-align: left;
}
.uix-table.bordered > thead > tr > th,
.uix-table.bordered > thead > tr td,
.uix-table.bordered > tbody > tr > th,
.uix-table.bordered > tbody > tr td,
.uix-table.bordered > tfoot > tr > th,
.uix-table.bordered > tfoot > tr td {
  border: 1px solid #d6d6d6;
  vertical-align: middle;
}
.uix-table.bordered > caption + thead,
.uix-table.bordered > colgroup + thead,
.uix-table.bordered > tbody + tbody {
  border-top: none;
}

.uix-table p.date {
  margin: 4px 0 0;
  color: #2a3244;
  font-size: 12px;
}
.uix-table td .level {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.47;
  letter-spacing: -0.3px;
  color: #ff6d6a;
}
.uix-table td .level + p {
  font-size: 12px;
  font-weight: 400;
}
.uix-table td .price {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.47;
  letter-spacing: -0.8px;
  text-align: center;
  color: #2a3244;
}
.uix-table td .pr-day {
  font-size: 15px;
  color: #2a3244;
}
.uix-table.wide-padding tr td {
  padding: 23px 5px;
}
.uix-table td p + p {
  margin-top: 5px;
}

/* space */
.uix-space {
  height: 1px;
  background: none;
  margin: 10px 0;
}
.uix-space.small {
  margin: 5px 0;
}

/* Form text 고정-padding:0 14px; font-weight:400; */
.uix-form-text {
  display: inline-block;
  margin: 0 5px 0 0;
  padding: 0 14px;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  background-color: #fff;
  color: #777;
  outline: 0;
  vertical-align: middle;
  font-weight: 400;
}
.uix-form-text::-ms-expand {
  border: 0;
  background-color: transparent;
}

.uix-form-text.size-small {
  height: 24px;
  font-size: 12px;
}
.uix-form-text {
  height: 30px;
  font-size: 13px;
}
.uix-form-text.size-large {
  height: 36px;
  font-size: 14px;
}
.uix-form-text.size-xlarge {
  height: 42px;
  font-size: 16px;
}

.uix-form-text.block {
  display: block;
  width: 100%;
}
.uix-form-text.active,
.uix-form-text:focus {
  border-color: #46535f;
}
.uix-form-text[readonly] {
  background: #f4f4f4;
  color: #000;
}
.uix-form-text.won[readonly] {
  background: #f4f4f4 url(../../image/web/icon-won.png) no-repeat 15px center;
  background-size: 16px auto;
  padding-left: 35px;
}
.uix-form-text[disabled] {
  background: #f4f4f4;
  cursor: not-allowed;
}
select.uix-form-text {
  padding: 5px 12px;
}
textarea.uix-form-text {
  height: auto;
  padding: 7px 14px;
  word-break: break-all;
}
input[type="file"].uix-form-text {
  padding: auto;
}
.uix-form-description {
  margin: 5px 0 0;
  padding: 15px 0;
  border-bottom: 1px solid #e6e6e6;
}
ul.uix-form-description {
  padding-left: 20px;
}
ul.uix-form-description li {
  list-style-type: disc;
}
.uix-form-help {
  margin: 3px 0 0;
  font-size: 12px;
}

.uix-form-check {
  position: relative;
  margin: 0;
  display: block;
  word-break: break-all;
}
.uix-form-check > p {
  display: inline-block;
  vertical-align: middle;
  min-height: 21px;
  padding-left: 32px;
  margin: 0;
}
.uix-form-check > p > label {
  font-size: 12px;
  line-height: 1.43;
  letter-spacing: -0.7px;
  text-align: left;
  color: #686868;
  cursor: pointer;
}
.uix-form-check > p > label > input[type="checkbox"],
.uix-form-check > p > label > input[type="radio"] {
  position: absolute;
  margin: -2px 3px 0 -32px;
  line-height: normal;
  cursor: pointer;
}
.uix-form-check > p + p {
  margin-left: 25px;
}
.uix-form-check > .disabled > label {
  cursor: not-allowed;
  color: #888;
}
.uix-form-check > .disabled > label > input[type="checkbox"],
.uix-form-check > .disabled > label > input[type="radio"] {
  cursor: not-allowed;
}
.uix-form-check.block > p {
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
  vertical-align: inherit;
}
.uix-form-check.block > p + p {
  margin-left: 0;
}
.uix-form-check.not-margin {
  margin: 0;
}
.uix-form-static {
  margin: 0;
  padding: 6px 0;
  color: #333;
  line-height: 1.428571429;
}
.uix-form-check.top-margin {
  margin: 8px 0 0;
}

/* 파일등록 */
.uix-form-check.file p {
  margin-left: 20px;
}
.uix-form-check.file .uix-form-text.col-12 {
  height: 28px;
  line-height: 28px;
  padding: 0 2px;
  margin: 0;
  font-size: 12px;
}

/* Form group */
.uix-form-group > label {
  font-weight: 700;
}
.uix-form-group.block > label {
  display: block;
  margin: 0 0 5px;
}
.uix-form-group.inline > label {
  display: inline-block;
  margin: 0 5px 0 0;
}
.uix-form-group.inline > * {
  display: inline-block;
  vertical-align: middle;
}
.uix-form-group.inline > .uix-form-help {
  margin: 0 0 0 5px;
}

/* Paginate */
.uix-paginate {
  margin: 40px auto;
  text-align: center;
  font-size: 0;
  overflow: hidden;
}
.uix-paginate a,
.uix-paginate strong {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  margin: 0 1px;
  padding: 0;
  vertical-align: middle;
  border: 1px solid #e1e1e1;
  text-decoration: none;
  font-size: 13px;
  color: #999;
  font-weight: 400;
}
.uix-paginate .dir.prev {
  background: url(../../image/web/paginate-prev.png) no-repeat center center;
  background-size: 7px 12px;
  border-left: 1px solid #e1e1e1;
}
.uix-paginate .dir.next {
  background: url(../../image/web/paginate-next.png) no-repeat center center;
  background-size: 7px 12px;
}
.uix-paginate strong {
  font-weight: 400;
  background: #ff6d6a;
  color: #fff;
  border: 1px solid #ff6d6a;
}
.uix-paginate a:nth-of-type(1) {
  border-left: 1px solid #e1e1e1;
}

/* Buttons group */
.uix-btn-group {
  margin: 40px 0;
  text-align: center;
}
.uix-btn-group.small {
  margin: 16px 0;
}
.uix-btn-group.uix-text-left {
  text-align: left;
}
.uix-btn-group.uix-text-right {
  text-align: right;
}
.uix-btn-group.button2 .uix-button {
  margin: 0 4px;
}
.uix-btn-group .uix-grid .uix-button {
  margin-right: 6px;
}
.uix-btn-group .uix-grid .uix-button:last-child {
  margin-right: 0;
}
.uix-btn-group .uix-button + .uix-button {
  margin-left: 6px;
}

.uix-paginate + .uix-btn-group {
  text-align: right;
  margin: -40px 0 0;
}

/* Register form */
.uix-register > dl {
  width: 100%;
  margin: 20px 0 0;
}
.uix-register > dl > dt {
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.43;
  letter-spacing: -0.7px;
  text-align: left;
  color: #666666;
  overflow: hidden;
}
.uix-register > dl > dt label span {
  color: #5392ff;
}
.uix-register > dl > dt .uix-text-help {
  float: right;
}
.uix-register > dl > dd {
  word-break: break-all;
}
.uix-register > dl > dd .uix-button {
  min-width: 80px;
  margin-left: 5px;
}
.uix-register input.uix-form-text,
.uix-register select.uix-form-text,
.uix-register textarea.uix-form-text {
  width: 100%;
  height: 40px;
  border-radius: 3px;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: -0.8px;
  text-align: left;
  padding: 0 18px;
  border: 0;
}
.uix-register select.uix-form-text {
  border: 0;
}
.uix-register input.uix-form-text.datepicker_noBtn1 {
  padding-left: 40px;
}
.uix-register .uix-form-text[readonly] {
  color: #000;
  font-weight: 400;
  border: 1px solid #e6e6e6;
}

.uix-register dd .right-chk {
  margin: 0 0 8px;
  color: #686868;
}

.uix-register .uix-form-text.add-btn {
  width: 275px;
}
.uix-register .uix-form-text.add-btn + .uix-button {
  min-width: 70px;
  height: 40px;
  line-height: 40px;
  border-radius: 4px;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  background-color: #ff6d6a;
  color: #fff;
  border: 0;
  font-size: 12px;
  margin-left: 6px;
}
.uix-register .uix-button + .uix-form-text.top-margin {
  width: 100%;
}

.uix-register input.uix-form-text.col-6,
.uix-register select.uix-form-text.col-6 {
  width: 50%;
}

.uix-register textarea.uix-form-text {
  height: auto;
  padding: 15px 18px;
}
.uix-register input.uix-form-text.size-small {
  width: calc(66.6666% - 88px);
}
.uix-register .uix-form-text.col-12 {
  width: 100%;
}
.uix-register .top-margin {
  margin: 8px 0 0;
}
.uix-register .uix-form-text.top-margin {
  margin: 8px 0 0;
}
.uix-register .uix-button.top-margin {
  margin: 8px 0 0;
}
.uix-register .jumin input.uix-form-text {
  width: calc(30.2% - 14px);
}
.uix-register .jumin span {
  display: inline-block;
  margin: 0 6px;
  font-size: 20px;
}
.uix-register a.uix-button {
  margin-top: 0;
}

.uix-register.type2 {
  margin: 0;
  padding: 0;
  overflow: hidden;
  width: calc((296px * 2) + 24px);
}
.uix-register.type2 > dl {
  float: left;
  width: 50%;
  padding: 0;
}
.uix-register.type2 > dl > dt {
  padding: 0;
  height: auto;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.46;
  letter-spacing: -0.65px;
  text-align: left;
  margin-bottom: 4px;
}
.uix-register.type2 > dl > dd {
  padding: 8px 8px 12px 0;
  margin: 0;
  font-size: 13px;
}
.uix-register.type2 + .uix-btn-group {
  border-top: 1px solid #d6d6d6;
  padding-top: 24px;
  margin-bottom: 50px;
}

.uix-register dd.select2 select {
  width: 40%;
  margin: 0;
}
.uix-register dd.select2 select:nth-of-type(2) {
  width: calc(60% - 9px);
  margin-left: 6px;
}
.uix-register dd.select2 select.col-6 {
  width: calc(50% - 5px);
  margin: 8px 0 0;
}
.uix-register dd.select2 select.uix-form-text.col-6:last-child {
  margin-left: 6px;
}
.uix-register dd.select2.disable select {
  background: none;
  border: 1px solid #e6e6e6;
}

.uix-register dd.time select {
  width: 112px;
}
.uix-register dd.time select:nth-of-type(1) {
  width: 88px;
  margin-right: 4px;
}
.uix-register dd.time select + select {
  margin-right: 4px;
}

.uix-register dd.working-area .uix-form-text:nth-of-type(1) {
  width: calc(40% - 5px);
}
.uix-register dd.working-area .uix-form-text:nth-of-type(2) {
  width: calc(60% - 4px);
  margin-left: 6px;
  margin-right: 0;
}
.uix-register dd.working-area .uix-form-text.top-margin + .uix-form-text.col-6 {
  margin: 8px 6px 0 0;
}
.uix-register
  dd.working-area
  .uix-form-text.top-margin
  + .uix-form-text.col-6
  + .uix-form-text.col-6 {
  margin: 8px 0 0;
}

.join-form dl > dd.hope-salary select {
  width: calc(100% - 54px);
  margin-left: 20px;
}

/* Box style */
.uix-box {
  padding: 0;
  display: block;
  margin: 0 auto;
  background: #fff;
}
.uix-box > .uix-btn-group {
  margin-bottom: 15px;
}
.uix-box.bg-lightgray {
  background: #f5f5f5;
}
.uix-box.round {
  position: relative;
  border-radius: 5px;
}

/* Not style element */
fieldset.uix-not-style {
  margin: 0;
  padding: 0;
  border: none;
}
ul.uix-not-style {
  margin: 0;
  padding: 0;
  list-style: none;
}
figure.uix-not-style {
  margin: 0;
}

/* Tab contents controller */
.comp-tab-contents {
  margin: 0;
}
.comp-tab-contents > nav.uix-grid {
  padding: 0;
  overflow: hidden;
}
.comp-tab-contents > nav.uix-grid > span {
  float: left;
  display: inline-block;
  width: 20%;
}
.comp-tab-contents > nav.uix-grid button {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 0;
  background: #fff;
  padding: 0;
  height: 40px;
  line-height: 38px;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  color: #b6b6b6;
  border: 0;
  border-bottom: 1px solid #ff6d6a;
  border-left: 1px solid #f4f4f4;
}
.comp-tab-contents > nav.uix-grid > span:first-child button {
  border-left: 0;
}
.comp-tab-contents > nav.uix-grid button.active {
  background: #ff6d6a;
  color: #fff;
  cursor: default;
  border-bottom: 1px solid #ff6d6a;
}
.comp-tab-contents .bodies {
  margin: 16px 0 0;
}
.comp-tab-contents .bodies > * {
  display: none;
}
.comp-tab-contents .bodies > *.active {
  display: block;
}
.comp-tab-contents .bodies > div {
  padding: 0;
}

.comp-tab-contents > nav.uix-grid > span.col-3 {
  width: 25%;
}
.comp-tab-contents > nav.uix-grid button {
  display: block;
  width: 100%;
  border-radius: 0;
  background: #fff;
  padding: 0;
  height: 30px;
  line-height: 28px;
  padding: 0;
  font-size: 12px;
  font-weight: 400;
  color: #2a3244;
  border: solid 1px #e6e6e6;
  background-color: #ffffff;
  border-left: 0;
}
.comp-tab-contents > nav.uix-grid button.active {
  background: #2a3244;
  color: #fff;
  cursor: default;
  border-bottom: 1px solid #2a3244;
}
.comp-tab-contents > nav.uix-grid > span:first-child button {
  border-left: solid 1px #e6e6e6;
}

/* Page */
.uix-page {
  padding: 20px 0;
}
.uix-page.not-padding {
  padding: 0;
}
.uix-page-headding {
  margin: 0 0 16px;
  padding: 0 0 8px;
  border-bottom: 1px solid #707070;
  overflow: hidden;
}
.uix-page-headding.not-margin {
  margin: 0;
}
.uix-page-headding > h1 {
  float: left;
  height: 36px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -1.2px;
  text-align: left;
  color: #000;
  margin: 0;
}
.uix-page-headding > h1 span {
  color: #4b8e76;
}
.uix-page-headding > p {
  float: left;
  margin: 10px 0 0 15px;
  font-size: 12px;
  color: #666;
}

/* Board view */
.board-view {
  margin: -16px 0 0;
}
.board-view header {
  position: relative;
  background: #fff;
  margin: 0 0 1px;
  padding: 10px 20px;
}
.board-view header h1 {
  margin: 0 0 3px;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  padding: 8px 0;
  color: #333;
}
.board-view header .sns {
  margin: 0;
}
.board-view header .file {
  margin: 0;
}
.board-view header .date {
  margin: 0;
}
.board-view header .uix-state {
  position: absolute;
  bottom: 15px;
  right: 20px;
}
.board-view .body {
  background: #fff;
  padding: 20px;
  font-size: 14px;
  min-height: 200px;
  line-height: 26px;
}
.board-view .body img {
  display: block;
  max-width: 100%;
  margin: 20px 0;
}
.board-view + .uix-btn-group {
  text-align: right;
  margin: 16px 0;
}
.board-view + .uix-btn-group .uix-button {
  border: 1px solid #f4f4f4;
}

/* board-re */
.board-re {
  margin: 15px 0 0;
  font-size: 15px;
  background: #fff;
  padding: 0 0 20px;
}
.board-re dt {
  text-align: center;
  color: #777;
  font-weight: 500;
  height: 45px;
  line-height: 43px;
  font-size: 15px;
  border-bottom: 1px solid #f4f4f4;
  background: #f9f9f9;
}
.board-re dd {
  padding: 25px;
  line-height: 26px;
}

/* faq */
.faq {
  margin: 15px 0 0;
  padding: 0;
  border-top: 1px solid #e7e7e7;
  background: #fff;
}
.faq > li {
  margin: 0;
  margin: 0;
  list-style-type: none;
  border-bottom: 1px solid #e7e7e7;
}
.faq > li .question {
  cursor: pointer;
  background: #fff;
  padding: 20px 20px 20px 50px;
  font-size: 15px;
  margin: 0;
  background: url(../../image/web/faq-q.png) no-repeat 15px 20px,
    url(../../image/web/arrow-down.png) no-repeat 97% center;
  background-size: 22px auto, 24px auto;
}
.faq > li .question strong {
  color: #000;
  display: inline-block;
  margin: 0 10px;
}
.faq > li .answer {
  display: none;
  background: #fff url(../../image/web/faq-a.png) no-repeat 15px 18px;
  background-size: 19px auto;
  min-height: 90px;
  margin: 0;
  padding: 15px 25px 15px 50px;
  font-size: 14px;
  border-top: 1px solid #e7e7e7;
}
.faq > li .answer li {
  margin: 0 0 0 10px;
  list-style-type: none;
}
.faq > li .answer li a {
  display: block;
  height: 23px;
  line-height: 23px;
  color: #393939;
  padding: 0;
  font-size: 12px;
}
.faq > li .answer li a:before {
  content: " - ";
}
.faq > li.on .question {
  background: url(../../image/web/faq-q.png) no-repeat 15px 20px,
    url(../../image/web/arrow-up.png) no-repeat 97% center;
  background-size: 22px auto, 24px auto;
}
.faq > li.on .answer {
  display: block;
}
.faq > li img {
  display: block;
  max-width: 100%;
  margin: 20px 0;
}

/* Terms 이용약관, 개인정보취급방침 */
.terms-markup {
  font-size: 13px;
}
.terms-markup p {
  margin: 15px 0;
}
.terms-markup ul,
.terms-markup ol {
  margin: 15px 0;
  padding-left: 24px;
  line-height: 1.6;
}
.terms-markup ul li,
.terms-markup ol li {
  margin: 8px 0;
}
.terms-text {
  font-family: "Noto Sans KR";
  margin: 15px 0;
  padding: 20px;
  word-break: break-all;
  white-space: pre-line;
  border: 1px solid #d6d6d6;
  background: #fff;
  line-height: 1.6;
  height: 605px;
}

/* Member box */
.member-box {
  background: #fff;
  width: 100%;
  font-size: 15px;
  font-weight: 700;
  padding: 60px 279px 50px;
  border-radius: 5px;
  text-align: center;
  color: #777;
}
.member-box p {
  font-size: 17px;
  line-height: 24px;
  font-weight: 700;
}
.member-box.not-border {
  border: 0;
}
.member-box .message {
  font-size: 14px;
}
.member-box .uix-btn-group {
  margin: 50px 0 0;
}
.member-box .uix-text-primary {
  text-decoration: underline;
}
.member-box .size-large {
  width: 100%;
  height: 56px;
  line-height: 56px;
  padding: 0;
  font-size: 16px;
  margin: 30px 0 0;
}
.member-box .btn-etc {
  width: 100%;
  margin: 20px auto 0;
  text-align: left;
  overflow: hidden;
}
.member-box .btn-etc a {
  position: relative;
  display: inline-block;
  float: left;
  min-width: calc(33.3333% - 4px);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  margin-right: 6px;
  height: 35px;
  line-height: 33px;
  padding: 0;
  border-radius: 0;
}
.member-box .btn-etc a:last-child {
  margin-right: 0;
}
.member-box .btn-etc.button2 a {
  width: calc(50% - 5px);
  margin-right: 10px;
}
.member-box .btn-etc.button2 a:last-child {
  margin-right: 0;
}
.member-box .uix-button {
  height: 35px;
  line-height: 33px;
  padding: 0;
}
.member-box .uix-button.color-primary {
  display: block;
  height: 48px;
  line-height: 46px;
  padding: 0;
  font-size: 15px;
  background: #fd6357;
  border: 1px solid #fd6357;
}

/* Login */
.login-box {
  position: relative;
  width: 100%;
  background: #fff;
  padding: 0;
  font-size: 15px;
}
.login-box fieldset {
  border: 0;
  padding: 60px 279px 50px;
  margin: 0;
  border-radius: 0;
}
.login-box fieldset h1 {
  text-align: center;
  padding: 0;
}
.login-box dl {
  margin: 0 0 10px;
  overflow: hidden;
}
.login-box dt {
  display: none;
}
.login-box dd {
  width: 100%;
}
.login-box dd .uix-form-text {
  padding: 0 51px;
  height: 48px;
  line-height: 46px;
  font-size: 15px;
  color: #c6c6c6;
}
.login-box dd .uix-form-text.id {
  background: url(../../image/web/icon_id.png) no-repeat 14px center;
  background-size: 32px 32px;
}
.login-box dd .uix-form-text.pw {
  background: url(../../image/web/icon_pw.png) no-repeat 14px center;
  background-size: 32px 32px;
}
.login-box dl dd.email .uix-form-text {
  background: none;
}
.login-box dl dd.name .uix-form-text {
  background: none;
}
.login-box .btn-login {
  margin: 15px 0 0;
}
.login-box .btn-etc {
  width: 100%;
  margin: 20px auto 0;
  text-align: left;
  overflow: hidden;
}
.login-box .btn-etc a {
  position: relative;
  display: inline-block;
  float: left;
  min-width: calc(33.3333% - 4px);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  margin-right: 6px;
  height: 35px;
  line-height: 33px;
  padding: 0;
  border-radius: 0;
}
.login-box .btn-etc a:last-child {
  margin-right: 0;
}
.login-box button[type="submit"] {
  width: 100%;
  height: 48px;
  line-height: 46px;
  font-size: 15px;
  padding: 0;
  margin: 10px 0 0;
  font-weight: 400;
  border-radius: 0;
  background: #fd6357;
  border: 1px solid #fd6357;
  color: #fff;
  line-height: 1.5;
  letter-spacing: -0.9px;
  border-radius: 3px;
}
.login-box button[type="submit"]:hover {
  background: #fd6357;
  border: 1px solid #fd6357;
  color: #fff;
}
.login-box .uix-form-check {
  margin: 15px 0 40px;
  text-align: left;
}
.login-box .uix-button {
  padding: 5px 12px;
  height: 38px;
  font-size: 12px;
}
.login-box .join {
  display: block;
  text-align: center;
  height: 20px;
  font-size: 13px;
  line-height: 1.43;
  letter-spacing: -0.7px;
  color: #666666;
}
.login-box .join span {
  display: inline-block;
  margin-left: 5px;
  line-height: 1.2;
  border-bottom: 1px solid #5392ff;
  color: #4da6ff;
}
.login-box .find_id {
  position: absolute;
  bottom: 410px;
  left: 50%;
  height: 16px;
  font-size: 12px;
  line-height: 1.1;
  letter-spacing: -0.7px;
  color: #95989f;
  border-bottom: 1px solid #a6a6a6;
  margin-left: 25px;
}
.login-box .find_pw {
  position: absolute;
  bottom: 410px;
  left: 50%;
  height: 16px;
  font-size: 12px;
  line-height: 1.1;
  letter-spacing: -0.7px;
  color: #95989f;
  border-bottom: 1px solid #a6a6a6;
  margin-left: 90px;
}

/*
fieldset.login-sns { background:#fff; width:100%; text-align:center; padding:0 30px 60px; border:0; overflow:hidden; }
fieldset.login-sns legend { display:none; padding:0 20px; font-size:17px; font-weight:700; }
fieldset.login-sns a { display:inline-block; margin:0 30px; font-size:12px; line-height:1.17; letter-spacing:-0.6px; text-align:center; color:#686868; width:76px; height:64px; }
fieldset.login-sns a:before { content:''; display:block; margin:0 auto 8px; width:64px; height:64px; }
fieldset.login-sns a.naver:before { background:url(../../image/web/icon-naver.png) no-repeat center top; background-size:cover; }
fieldset.login-sns a.kakao:before { background:url(../../image/web/icon-kakao.png) no-repeat center top; background-size:cover; }
fieldset.login-sns a:hover { text-decoration:underline; }
*/

/* Join - confirm */
.join-confirm fieldset {
  border: none;
  margin: 0 0 20px;
  padding: 0;
}
.join-confirm fieldset legend {
  display: block;
  margin: 0 0 8px;
  font-size: 16px;
  float: left;
}
.join-confirm fieldset textarea {
  clear: both;
  width: 100%;
  height: 150px;
  margin: 8px 0 0;
  padding: 15px;
  background: #fff;
  border: 0;
  outline: 0;
}
.join-confirm .uix-form-check {
  margin: 0 0 6px;
  height: 20px;
  font-size: 14px;
  line-height: 1.43;
  letter-spacing: -0.7px;
  text-align: left;
  color: #666666;
}
.join-confirm .uix-form-check span span {
  color: #ff6d6a;
}

/* Join - form */
.join-form fieldset {
  margin: -16px 0 50px;
  border: none;
  padding: 0;
}
.join-form fieldset legend {
  padding: 0 0 10px 0;
  font-size: 16px;
  font-weight: 700;
}

.join-form dl {
  display: table;
  width: 100%;
  margin: 0;
  border-bottom: 1px solid #e6e6e6;
}
.join-form dl > * {
  display: table-cell;
  vertical-align: middle;
  padding: 16px 0;
  text-align: left;
  font-size: 12px;
  color: #b6b6b6;
}
.join-form dl > dt {
  text-align: left;
  width: 140px;
  padding-left: 16px;
}
.join-form dl > dt label span {
  color: #ff6d6a;
}
.join-form dl > dd {
  text-align: left;
  padding-right: 376px;
}
.join-form dl > dd.not-padding {
  padding-right: 16px;
}

.join-form dl > dd .uix-text-help {
  display: block;
  text-align: right;
  margin: 0 0 5px;
}
.join-form dl > dd .uix-form-text {
  margin: 0;
}

.uix-table + .join-form {
  margin-top: 50px;
}

/* State */
.uix-state {
  display: inline-block;
  padding: 0 7px;
  width: 60px;
  height: 29px;
  line-height: 27px;
  font-size: 12px;
  text-align: center;
  border-radius: 3px;
  background: #dbdbdb;
  border: 1px solid #dbdbdb;
  color: #555;
}
.uix-state.primary {
  background: #555;
  border: 1px solid #555;
  color: #fff;
}

/* 댓글 쓰기 */
.uix-comment {
  background: #fff;
  padding: 0;
  margin: 50px 0 0;
}
.uix-comment .write h1 {
  font-size: 20px;
  margin: 0;
  padding: 0 23px 10px;
  border-bottom: 1px solid #d6d6d6;
}
.uix-comment .write fieldset {
  background: #f9f9f9;
  text-align: left;
  border: 0;
  border-bottom: 1px solid #d6d6d6;
  padding: 15px;
  margin: 0;
  overflow: hidden;
}
.uix-comment .write fieldset textarea {
  float: left;
  width: calc(100% - 130px);
  height: 120px;
  line-height: 20px;
  padding: 15px;
  border: 1px solid #dcdcdc;
  margin: 0;
  font-size: 15px;
  border-radius: 3px;
}
.uix-comment .write fieldset button {
  float: right;
  vertical-align: middle;
  width: 120px;
  padding: 0;
  height: 120px;
  border-radius: 3px;
  margin: 0;
}

/* 댓글 리스트 */
.uix-comment {
  position: relative;
  overflow: hidden;
}
.uix-comment .list dl {
  padding: 15px 12px;
}
.uix-comment .list dt {
  overflow: hidden;
  padding-bottom: 0;
}
.uix-comment .list dt .name-date {
  float: left;
  margin: 0;
  height: 12px;
  line-height: 12px;
  overflow: hidden;
}
.uix-comment .list dt .name-date .name {
  font-size: 14px;
  font-weight: 700;
  margin-right: 3px;
}
.uix-comment .list dt .name-date .date {
  margin-left: 5px;
  color: #a7a7a7;
}
.uix-comment .list hr {
  margin: 0 0 5px;
}
.uix-comment .list dt .delete {
  float: right;
}
.uix-comment .list dt .delete .uix-button {
  padding: 0;
  width: 45px;
  height: 24px;
  line-height: 22px;
  font-size: 12px;
  color: #fff;
}
.uix-comment .list dd {
  font-size: 15px;
  line-height: 20px;
  padding: 15px 0;
}

.uix-comment .list div.re {
  padding: 10px 0 10px 24px;
  background: url(../../image/web/comment-re.png) no-repeat 10px 15px;
}
.uix-comment .list div.re dl {
  padding: 0;
}

/* 수정 */
.uix-comment .comment-modify {
  display: none;
}
.uix-comment .comment-modify .write fieldset {
  background: #f9f9f9 url(../../image/web/icon-board-re.png) no-repeat 20px 15px;
  padding: 15px 15px 15px 70px;
  border-bottom: 0;
  border-top: 1px solid #d6d6d6;
}
.uix-comment .comment-modify .uix-button {
  float: right;
  width: 120px;
  height: 52px;
  line-height: 50px;
  padding: 0;
}
.uix-comment .comment-modify button[type="submit"].uix-button {
  margin: 0 0 14px;
}

.black_overlay {
  display: none;
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 1001;
  background-color: rgba(0, 0, 0, 0.6);
}
.white_content {
  position: fixed;
  top: 0;
  left: 0;
  padding: 0;
  border: 0;
  background-color: white;
  z-index: 1002;
  overflow: auto;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
}
.white_content > .close-box {
  text-align: center;
  overflow: hidden;
  padding: 0;
}
.white_content > .close-box .check {
  float: left;
  width: 50%;
  height: 36px;
  line-height: 30px;
  border-right: 1px solid #eee;
}
.white_content > .close-box .check .uix-form-check {
  margin: 0;
}
.white_content > .close-box .close {
  float: right;
  width: 50%;
  line-height: 36px;
  text-align: center;
}
.white_content > .close-box .check label a,
.white_content > .close-box .close a {
  font-size: 13px;
  color: #999;
}
.white_content.hidden,
.white_content_none {
  display: none;
}
.white_content.center.on {
  position: fixed;
  left: 50%;
  top: 50%;
  margin-top: -200px;
  margin-left: -150px;
}

#popup_1 {
  width: 360px;
  padding: 0;
}

/* 팝업 기본 transform 사용금지 */
.popup_basic {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -300px;
  margin-left: -300px;
  background: #fff;
  width: 600px;
  padding: 16px;
  overflow: hidden;
  border-radius: 6px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.16);
  border: solid 1px #e6e6e6;
  background-color: #ffffff;
}
.popup_basic.on {
  display: block;
  left: 50%;
}
.popup_basic > h1 {
  position: relative;
  background: #fff;
  height: 50px;
  text-align: center;
  margin: 0;
  border: 0;
  padding: 0;
  font-weight: 700;
  height: 27px;
  font-size: 18px;
  line-height: 1.45;
  letter-spacing: -1px;
  color: #2a3244;
}
.popup_basic .close {
  display: inline-block;
  position: absolute;
  top: -15px;
  right: -15px;
  width: 32px;
  height: 32px;
  background: url(../../image/web/btn-close.png) no-repeat center center;
  z-index: 10;
}
.popup_basic article {
  padding: 0;
  word-break: break-all;
}
.popup_basic.center.on {
  position: fixed;
  left: 50%;
  top: 50%;
  margin-top: -200px;
  margin-left: -150px;
}

.popup_basic .uix-register > dl {
  margin: 20px 0 0;
}
.popup_basic .uix-register input.uix-form-text,
.popup_basic .uix-register select.uix-form-text {
  height: 44px;
  line-height: 40px;
}
.popup_basic .uix-btn-group {
  margin-top: 40px;
}

/* 비밀번호입력 */
.popup_secret {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  width: 450px;
  height: 240px;
  border: 1px solid #d6d6d6;
  padding: 33px 33px 0;
  text-align: center;
}
.popup_secret h1 {
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 30px;
}
.popup_secret nav.uix-btn-group {
  margin: 20px 0;
}

/* uix-sub-banner */
.uix-sub-banner {
  overflow: hidden;
  width: 1200px;
  margin: 74px auto 0;
}
.uix-sub-banner li {
  float: left;
  width: calc(50% - 10px);
}
.uix-sub-banner li:last-child {
  float: right;
}
.uix-sub-banner li img {
  width: 100%;
}

/* uix-search */
.uix-search {
  margin: 16px auto;
  text-align: right;
}
.uix-search select {
  font-size: 13px;
  min-width: 110px;
  height: 32px;
  border-radius: 2px;
  border: solid 1px #e6e6e6;
  color: #686868;
  margin-right: 6px;
}
.uix-search input[type="text"] {
  width: 200px;
  height: 32px;
  border-radius: 2px;
  border: solid 1px #e6e6e6;
  margin-right: 6px;
}
.uix-search .uix-button {
  width: 50px;
  height: 32px;
  border-radius: 2px;
  background-color: #fd6357;
  font-size: 13px;
  font-weight: 250;
  line-height: 1.46;
  letter-spacing: -0.7px;
  color: #fff;
  border: 1px solid #fd6357;
  padding: 0;
}

.uix-search.reservation button[type="button"].uix-button {
  background-color: #fff;
  width: 60px;
  border: solid 1px #e6e6e6;
  color: #686868;
  margin-right: 3px;
  font-size: 13px;
  font-weight: 400;
}
.uix-search.reservation input[type="text"] {
  width: 140px;
  height: 32px;
  margin: 0 5px;
}

/* icon */
.icon {
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
}
.icon.file {
  width: 10px;
  height: 10px;
  margin: 6px 0 0 3px;
  background: url(../../image/web/icon-file.png) no-repeat left top;
  background-size: 10px 10px;
}
.icon.vip {
  width: 43px;
  height: 24px;
  line-height: 24px;
  padding: 0;
  margin: -3px 8px 0 0;
  background: url(../../image/web/icon-vip.png) no-repeat left top;
  background-size: 24px 24px;
  padding-left: 26px;
  font-size: 15px;
  color: #ff6d6a;
}

h2 {
  position: relative;
  text-align: left;
  margin: 40px 0 20px;
  height: 38px;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.46;
  letter-spacing: -1.3px;
  color: #3d3d3d;
}
h2 .more {
  position: absolute;
  top: 15px;
  right: 0;
  height: 19px;
  font-size: 13px;
  line-height: 1.46;
  letter-spacing: -0.7px;
  font-weight: 400;
  text-align: right;
  color: #686868;
}
h2 .more:after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../../image/web/btn-more.png) no-repeat left top;
  vertical-align: middle;
  margin-top: -3px;
}
h2 .more:hover {
  text-decoration: underline;
}

h3 {
  position: relative;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.9px;
  text-align: left;
  color: #000;
  margin: 40px 0 10px;
}
h3 span {
  display: inline-block;
  margin-left: 5px;
  height: 19px;
  font-size: 13px;
  line-height: 1.46;
  letter-spacing: -0.7px;
  text-align: left;
  color: #686868;
}
h3.line {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 10px;
}
h3 .right {
  position: absolute;
  top: 0;
  right: 0;
}
h3 .right a.uix-button {
  min-width: 34px;
  height: 17px;
  line-height: 15px;
  border: 0;
  padding: 0;
  font-size: 9px;
  font-weight: 300;
}
h3 .right a.uix-button.not-bg {
  background: none;
  font-size: 12px;
  color: #a6a6a6;
}
h3 .right a.uix-button.size-small {
  width: 66px;
  height: 27px;
  line-height: 27px;
  border: 0;
  padding: 0;
  text-align: center;
  border-radius: 3px;
  background-color: #ffffff;
  font-size: 11px;
  letter-spacing: -0.6px;
  color: #686868;
  margin: -3px 0 0;
}

h2 + .join-form .uix-register.table {
  padding: 12px 16px;
}
h3 + .join-form .uix-register.table {
  padding: 12px 16px;
}
.uix-register.table {
  background: #fff;
  margin: 0;
  padding: 0;
}
.uix-register.table > dl {
  display: table;
  width: 100%;
  padding: 0;
}
.uix-register.table > dl > dt {
  display: table-cell;
  vertical-align: middle;
  padding: 12px 8px;
  width: 120px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.6px;
  text-align: left;
  color: #a6a6a6;
}
.uix-register.table > dl > dd {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  padding: 12px 0;
  font-size: 13px;
  color: #2a3244;
}
.uix-register.table > dl > dd strong {
  font-size: 13px;
  font-weight: 700;
  color: #2a3244;
}
.uix-register.table > dl > dd strong.uix-text-orange {
  color: #ff6d6a;
}
.uix-register.table > dl > dd strong.uix-text-primary {
  color: #4da6ff;
}
.uix-register.table > dl > dd .uix-form-check p {
  min-width: 71px;
}
.uix-register.table > dl > dd .uix-button.right {
  position: absolute;
  top: 5px;
  right: 0;
  width: 88px;
  height: 30px;
  line-height: 28px;
  border: solid 1px #686868;
  font-size: 12px;
  color: #686868;
  padding: 0;
}
.uix-register.table > dl > dd .uix-button.right.end {
  color: #2a3244;
}
.uix-register.table + .uix-register.table {
  margin: 8px 0 0;
}
.join-form .uix-register.table dl {
  border-bottom: 0;
}

.uix-button.toggle-peristalsis:after {
  content: "연동하기";
}
.uix-button.toggle-peristalsis.color-primary:after {
  content: "해제하기";
}

/* 파일업로드 */
.file-upload {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
}
.file-upload .previewimg img {
  width: 90px;
  height: auto;
  margin: 0 0 8px;
}
.file-upload input[type="file"] {
  display: none;
}
.file-upload .upload-hidden {
  position: relative;
  display: inline-block;
  width: 144px;
  height: 40px;
  line-height: 38px;
  color: #a6a6a6;
  text-align: center;
  font-size: 13px;
  border: 1px solid #c6c6c6;
  cursor: pointer;
  border-radius: 3px;
  padding-left: 14px;
}
.file-upload .upload-hidden:before {
  position: absolute;
  top: 8px;
  left: 8px;
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../../image/web/icon-file-upload.png) no-repeat left top;
  background-size: 24px 24px;
  vertical-align: middle;
}
.file-upload .camera {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background: #ff6d6a url(../../image/web/icon-camera.png) no-repeat center
    center;
  background-size: 24px 24px;
  vertical-align: middle;
  border-radius: 3px;
  cursor: pointer;
}
.file-upload input[type="checkbox"] {
  margin: -1px 0 0 8px;
}
.file-upload span {
  color: #999;
}
.file-upload .upload-hidden.btn-right {
  width: calc(100% - 77px);
}
.file-upload .uix-button.add,
.file-upload .uix-button.del {
  vertical-align: middle;
  margin-top: 0;
}
.file-upload p {
  clear: both;
}
.file-upload .uix-button {
  margin-bottom: 3px;
}

/* CHECK BOX, RADIO BUTTON */
input[type="checkbox"] {
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  -webkit-appearance: none;
  margin: -3px 7px 0 0;
  padding: 0;
  cursor: pointer;
  border-radius: 2px;
  border: 1px solid #d6d6d6;
  background: #fff;
}
input[type="checkbox"]:disabled {
	background: #eee;
}
input[type="checkbox"]:checked {
  background: #ff6d6a url(../../image/web/icon_chk_s.png) no-repeat center
    center;
  background-size: cover;
  border: 0;
}
input[type="radio"] {
  display: inline-block;
  width: 26px;
  height: 26px;
  margin: -2px 6px 0 0;
  vertical-align: middle;
  text-align: center;
  -webkit-appearance: none;
  cursor: pointer;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #e6e6e6;
}
input[type="radio"]:checked {
  background: #fff;
  border: 1px solid #ff6d6a;
}
input[type="radio"]:checked:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #ff6d6a;
  border-radius: 50%;
  margin-top: 6px;
}

/*input type calendar */
.uix-form-text.size-small.datepicker_noBtn1,
.uix-form-text.size-small.date {
  background: #fff url(../../image/web/icon-date-size-small.png) no-repeat 98%
    center;
  background-size: 12px 12px;
}
.uix-form-text.datepicker_noBtn1,
.uix-form-text.date {
  background: #fff url(../../image/web/icon-date.png) no-repeat 4px center;
  background-size: 24px 24px;
}
.uix-form-text.size-large.datepicker_noBtn1,
.uix-form-text.size-large.date {
  background: #fff url(../../image/web/icon-date-size-large.png) no-repeat 98%
    center;
  background-size: 16px 16px;
}
.uix-form-text.size-xlarge.datepicker_noBtn1,
.uix-form-text.size-xlarge.date {
  background: #fff url(../../image/web/icon-date-size-xlarge.png) no-repeat 98%
    center;
  background-size: 18px 18px;
}

/***********************/

.search-filter {
  padding: 0;
  margin: 40px 0 16px;
  overflow: hidden;
}
.search-filter .uix-button {
  float: left;
  width: auto;
  height: 30px;
  line-height: 28px;
  margin-right: 8px;
  border: solid 1px #686868;
  padding: 0 14px;
  font-size: 12px;
  color: #2a3244;
}
.search-filter .uix-button:last-child {
  margin-right: 0;
}
.search-filter .uix-button:hover {
  background-color: #2a3244;
  color: #fff;
  border: solid 1px #2a3244;
}
.search-filter .uix-button.on {
  background-color: #2a3244;
  color: #fff;
  border: solid 1px #2a3244;
}

.board-list-header {
  border-top: 1px solid #707070;
}
.board-list-header ul {
  display: table;
  width: 100%;
}
.board-list-header ul li {
  display: table-cell;
  vertical-align: middle;
  background-color: #f9f9f9;
  padding: 8px 0;
  text-align: center;
  font-size: 12px;
  color: #b6b6b6;
}
.board-list-header ul li.num {
  width: 7%;
}
.board-list-header ul li.date {
  width: 14%;
}
.board-list-header ul li.regi-date {
  width: 16%;
}
.board-list-header ul li.scrap {
  width: 6%;
}

.jobs-list {
  margin: 0 16px;
  overflow: hidden;
}
.jobs-list li {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  margin: 0 0 0;
}
.jobs-list .img p {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.jobs-list .img span {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  background-color: rgba(42, 50, 68, 0.6);
  color: #fff;
  font-size: 12px;
}
.jobs-list .info {
  position: relative;
  background: #fff;
  padding: 16px;
}
.jobs-list .info .name {
  font-size: 12px;
  font-weight: 700;
  color: #2a3244;
  margin: 0 0 4px;
}
.jobs-list .info .name .level {
  display: inline-block;
  margin: 0 0 0 8px;
  color: #ff6d6a;
}
.jobs-list .info .subject {
  font-size: 15px;
  line-height: 1.47;
  letter-spacing: -0.8px;
  color: #2a3244;
  margin: 0 0 8px;
  display: inline-block;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.jobs-list .info .career {
  font-size: 11px;
  line-height: 1.55;
  letter-spacing: -0.6px;
  color: #4da6ff;
  margin: 0 0 4px;
  display: inline-block;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.jobs-list .info .address-price-date {
  position: relative;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 11px;
  padding-right: 80px;
}
.jobs-list .info .address-price-date > * {
  display: inline-block;
  color: #686868;
}
.jobs-list .info .address-price-date .address:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: -2px 0 0;
  width: 16px;
  height: 16px;
  background: url(../../image/web/icon-address.png) no-repeat left top;
  background-size: cover;
}
.jobs-list .info .address-price-date .price {
  margin: 0 0 0 8px;
  color: #686868;
}
.jobs-list .info .address-price-date .price span {
  color: #ff6d6a;
  margin: 0 4px 0 0;
}

.jobs-list .date {
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: center;
  display: inline-block;
  color: #ff6d6a;
  font-size: 11px;
}
.jobs-list .regi-date {
  position: absolute;
  top: 56px;
  right: 6%;
  width: 16%;
  text-align: center;
  display: inline-block;
  color: #8c8c8c;
  font-size: 11px;
}
.jobs-list .scrap {
  position: absolute;
  top: 16px;
  right: 16px;
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url(../../image/web/icon-scrap.png);
  background-size: cover;
}
.jobs-list .scrap.on {
  background: url(../../image/web/icon-scrap-on.png);
  background-size: cover;
}
.jobs-list .info .address-price-date .date {
  color: #ff6d6a;
}

/* 기본 */
.jobs-list .img {
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.26%;
}

/* type2 */
.jobs-list.type2 li {
  margin: 0 0 16px;
}
.jobs-list.type2 .img {
  width: 100%;
  padding-bottom: 100%;
}
.jobs-list.type2 .img p {
}
.jobs-list.type2 .info {
  padding: 8px 8px 0;
}
.jobs-list.type2 .name {
  font-size: 11px;
}
.jobs-list.type2 .info .subject {
  font-size: 14px;
  margin: 0 0 10px;
}
.jobs-list.type2 .info .career {
  font-size: 10px;
  margin: 0;
}
.jobs-list.type2 .info .address-price-date {
  padding-right: 0;
  padding-top: 0;
}
.jobs-list.type2 .date {
  display: none;
}
body.index .jobs-list.type2 .scrap {
  position: absolute;
  top: 4px;
  right: 4px;
}

/* type3 */
.jobs-list.type3 {
  margin: 0;
}
.jobs-list.type3 li {
  background: #fff;
  padding: 16px 0 16px 16px;
  margin: 0 0 1px;
  overflow: hidden;
  border-radius: 0;
}
.jobs-list.type3 .img {
  float: left;
  width: 96px;
  padding-bottom: 96px;
  overflow: hidden;
  border-radius: 5px;
}
.jobs-list.type3 .img span {
  height: 16px;
  line-height: 16px;
  font-size: 9px;
}
.jobs-list.type3 .info {
  float: left;
  width: 70%;
  padding: 0 16px 0 12px;
}
.jobs-list.type3 .name {
  font-size: 11px;
}
.jobs-list.type3 .info .address-price-date {
  padding-right: 0;
}
.jobs-list.type3 .info .subject {
  font-size: 13px;
}
.jobs-list.type3 .info .career {
  font-size: 11px;
}
.jobs-list.type3 .date {
  top: 56px;
  bottom: auto;
  right: 22%;
  width: 14%;
}
body.index .jobs-list.type3 .date {
  display: none;
}
body.index .jobs-list.type3 .scrap {
  top: 0;
  right: 0;
}

/* type4 */
.jobs-list.type4 {
  margin: 0;
}
.jobs-list.type4 li {
  background: #fff;
  padding: 16px 0 16px 16px;
  margin: 0 0 1px;
  overflow: hidden;
  border-radius: 0;
}
.jobs-list.type4 .img {
  float: left;
  width: 96px;
  padding-bottom: 96px;
  overflow: hidden;
  border-radius: 5px;
}
.jobs-list.type4 .img p {
  background-size: cover !important;
  background-position: center !important;
}
.jobs-list.type4 .img span {
  height: 16px;
  line-height: 16px;
  font-size: 9px;
}
.jobs-list.type4 .info {
  float: left;
  width: calc(100% - 96px);
  padding: 0 90px 0 12px;
}
.jobs-list.type4 .name {
  font-size: 11px;
}
.jobs-list.type4 .info .address-price-date {
  padding-right: 0;
}
.jobs-list.type4 .info .address-price-date .date {
  color: #ff6d6a;
  font-size: 10px;
}
.jobs-list.type4 .info .scrap {
  position: static;
}
.jobs-list.type4 .info .subject {
  font-size: 13px;
}
.jobs-list.type4 .info .career {
  font-size: 10px;
}

.jobs-list.type4 .info .right-table {
  position: absolute;
  top: 30px;
  right: 24px;
  width: 250px;
  text-align: right;
}
.jobs-list.type4 .info .right-table .date {
  position: static;
  display: inline-block;
  width: 120px;
  height: 30px;
  line-height: 28px;
  font-size: 11px;
  color: #8c8c8c;
  text-align: center;
  margin: 0 40px 0 0;
}
.jobs-list.type4 .info .right-table .uix-button {
  min-width: 46px;
  height: 30px;
  line-height: 28px;
  border: solid 1px #686868;
  font-size: 12px;
  color: #2a3244;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
}
.jobs-list.type4 .info .right-table .reading {
  width: 120px;
  text-align: center;
  display: block;
  font-size: 11px;
  color: #686868;
  margin: -2px 0 0 90px;
}

.list-empty {
  background-color: #fff;
  padding: 80px 0;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: -0.6px;
  text-align: center;
  color: #d6d6d6;
  overflow: hidden;
  border-top: 1px solid #707070;
}
.list-empty:before {
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  vertical-align: middle;
  margin: 0 auto;
  background: url(../../image/web/icon_default-post.png);
  background-size: cover;
}
.list-empty div {
  margin: 16px 0 0;
}
.list-empty div .uix-button {
  min-width: 94px;
}
h3 + .list-empty {
  border-top: 0;
}

/* 검색 */
.field-search h1 {
  font-size: 13px;
  font-weight: 500;
  color: #686868;
  margin: 24px 0 8px;
}
.field-search h2 {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.46;
  letter-spacing: -0.7px;
  color: #ff6d6a;
  margin: 24px 0 5px;
  padding: 0;
  height: auto;
}
.field-search h1 + h2 {
  margin-top: 0;
}

.radioNcheck-web {
  overflow: hidden;
}
.radioNcheck-web p {
  float: left;
  width: auto;
  margin: 10px 0 5px;
}
.radioNcheck-web p + p {
  margin: 10px 0 5px 30px;
}
.radioNcheck-web.split8 p {
  width: 12.5%;
  margin: 10px 0 5px;
}
.radioNcheck-web.split6 p {
  width: 16.5%;
  margin: 10px 0 5px;
}
.radioNcheck-web + .uix-form-text {
  margin: 6px 0 0;
}
.radioNcheck-web + .uix-btn-group,
.comp-tab-contents + .uix-btn-group {
  border-top: 1px solid #d6d6d6;
  padding-top: 24px;
  margin-bottom: 50px;
}
.radioNcheck-web + .uix-btn-group .uix-button + .uix-button,
.comp-tab-contents + .uix-btn-group .uix-button + .uix-button {
  margin-left: 5px;
}
.radioNcheck-web .uix-form-check + .uix-form-check {
  clear: both;
  display: block;
}
.radioNcheck-web + .uix-form-text.datepicker_noBtn1 {
  margin: 8px 0 0;
}

.search-requirement > div {
  padding: 16px;
  border-radius: 6px;
  background-color: #e9e9e9;
}
.search-requirement > div input {
  border: 0;
  background: none;
  font-size: 12px;
  color: #a6a6a6;
  display: inline-block;
  width: 100%;
  height: 18px;
  margin: 2px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-all;
}
.search-requirement .reset {
  display: block;
  width: 40px;
  text-align: center;
  margin: 8px auto 0;
  color: #ff6d6a;
  text-decoration: underline;
  font-size: 11px;
}

.max-width {
  max-width: 100%;
}

.result-box {
  width: 100%;
  height: 100%;
  background-color: #fff;
  margin: -16px 0 0;
}
.result-box article {
  padding: 32px 0 98px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.9px;
  text-align: center;
  color: #212121;
}
.result-box article:before {
  content: "";
  display: block;
  vertical-align: middle;
  margin: 0 auto 8px;
  width: 100px;
  height: 100px;
  background: url(../../image/web/icon-result.png) no-repeat left top;
  background-size: cover;
}
.result-box article small {
  display: block;
  margin: 16px 0 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.46;
  letter-spacing: -0.7px;
  color: #919191;
}
.result-box article small + small {
  margin-top: 4px;
}

.jobs-list-th {
  overflow: hidden;
  margin: -16px 0 0;
}
.jobs-list-th li {
  float: left;
  height: 34px;
  line-height: 34px;
  text-align: center;
  background-color: #f9f9f9;
  color: #b6b6b6;
  font-size: 12px;
}
.jobs-list-th li:nth-of-type(1) {
  width: calc(100% - 250px);
}
.jobs-list-th li:nth-of-type(2) {
  width: 250px;
}

/* member-out */
.member-out fieldset {
  margin: -16px 0 50px;
  border: none;
  padding: 0;
}
.member-out fieldset legend {
  padding: 0 0 10px 0;
  font-size: 16px;
  font-weight: 700;
}
.member-out .uix-btn-group {
  margin: 10px 235px;
}

.member-out dl {
  display: table;
  width: 100%;
  margin: 0;
  border-bottom: 1px solid #e6e6e6;
}
.member-out dl > * {
  display: table-cell;
  vertical-align: middle;
  padding: 16px 0;
  text-align: left;
  font-size: 12px;
  color: #b6b6b6;
}
.member-out dl > dt {
  text-align: left;
  width: 140px;
  padding-left: 16px;
}
.member-out dl > dt label span {
  color: #ff6d6a;
}
.member-out dl > dd {
  text-align: left;
  padding-right: 376px;
}
.member-out dl > dd .uix-text-help {
  display: block;
  text-align: right;
  margin: 0 0 5px;
}
.member-out dl > dd .uix-form-text {
  margin: 0 0 0;
}

#popup-job_view {
  width: 328px;
  margin-left: -164px;
}
#popup-job_view .job_view {
}
#popup-job_view .job_view .text-scroll {
  height: 160px;
  border-radius: 6px;
  background-color: #f9f9f9;
  font-size: 14px;
  line-height: 1.43;
  letter-spacing: -0.7px;
  text-align: left;
  color: #2a3244;
  overflow-x: hidden;
  overflow-y: scroll;
  padding: 16px;
}
#popup-job_view .job_view strong {
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.43;
  letter-spacing: -0.7px;
  text-align: left;
  color: #2a3244;
}
#popup-job_view .job_view h2 {
  height: auto;
  font-size: 13px;
  font-weight: 500;
  color: #686868;
  margin: 16px 0 4px;
}
#popup-job_view .job_view h2:nth-of-type(3) {
  padding-top: 16px;
  border-top: 1px solid #e6e6e6;
  border: ;
}
#popup-job_view .uix-btn-group {
  margin-bottom: 0;
}

.modal_article.job_apply .job_view {
}
.modal_article.job_apply .job_view .text-scroll {
  height: 160px;
  border-radius: 6px;
  background-color: #f9f9f9;
  font-size: 14px;
  line-height: 1.43;
  letter-spacing: -0.7px;
  text-align: left;
  color: #2a3244;
  overflow-x: hidden;
  overflow-y: scroll;
  padding: 16px;
}
.modal_article.job_apply .job_view strong {
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.43;
  letter-spacing: -0.7px;
  text-align: left;
  color: #2a3244;
}
.modal_article.job_apply .job_view h2 {
  height: auto;
  font-size: 13px;
  font-weight: 500;
  color: #686868;
  margin: 16px 0 4px;
}
.modal_article.job_apply .job_view h2:nth-of-type(3) {
  padding-top: 16px;
  border-top: 1px solid #e6e6e6;
  border: ;
}
.modal_article.job_apply .uix-btn-group {
  margin-bottom: 0;
}

.uix-button.not-border {
  border: 0;
  text-decoration: underline;
  background-color: transparent;
  color: #a6a6a6;
}
.uix-button + .uix-button.not-border {
  margin-left: 0;
}

.paid-service-web h2 {
  font-size: 15px;
  font-weight: 500;
  margin: 40px 0 13px;
}
.paid-service-web .uix-table {
  border-top: 1px solid #707070;
}
.paid-service-web .uix-table td {
  padding: 10px 0;
  border-bottom: 1px solid #f4f4f4;
}
.paid-service-web .uix-table tr:last-child td {
  border-bottom: 0;
}

.talent-info {
  margin: -16px 0 0;
}
.talent-info header {
  height: 176px;
  background-color: #f9f9f9;
  text-align: center;
  padding: 24px 0;
}
.talent-info header .img {
  width: 128px;
  height: 128px;
  border-radius: 50%;
  margin: 0 auto;
}
.talent-info > div {
  background-color: #ffffff;
  padding: 16px 24px;
  margin: 16px 0 0;
}
.talent-info .tosay {
  position: relative;
  font-size: 16px;
  color: #2a3244;
  font-weight: 500;
  padding: 16px 48px 16px 24px;
  margin: -16px 0 -8px;
}
.talent-info .tosay .scrap {
  position: absolute;
  top: 12px;
  right: 15px;
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url(../../image/web/icon-scrap.png);
  background-size: cover;
}
.talent-info .tosay .scrap.on {
  background: url(../../image/web/icon-scrap-on.png);
  background-size: cover;
}
.talent-info > div h2 {
  font-size: 16px;
  margin: 5px 0;
  padding-bottom: 8px;
  border-bottom: 1px solid #f4f4f4;
  height: auto;
}
.talent-info .uix-text-help {
  font-size: 12px;
  color: #ff6d6a;
  padding: 16px;
  margin: 0;
}
.talent-info .uix-register > dl > dt {
  color: #a6a6a6;
  font-size: 12px;
}
.talent-info dd {
  color: #2a3244;
}
.talent-info .uix-register.table > dl {
  margin: 0;
}
.talent-info + .uix-btn-group {
  text-align: right;
  margin: 16px 0;
}
.talent-info + .uix-btn-group .uix-button {
  border: 1px solid #f4f4f4;
}

body.index h2 {
  position: relative;
  font-size: 18px;
  font-weight: 700;
  margin: 40px 0 4px;
}
body.index h2 .right {
  position: absolute;
  top: 0;
  right: 0;
}
body.index h2 .right a.uix-button {
  min-width: 34px;
  height: 17px;
  line-height: 15px;
  border-radius: 3px;
  padding: 0;
  font-size: 9px;
  font-weight: 300;
}
body.index h2 .right a.uix-button.not-bg {
  background: none;
  font-size: 12px;
  color: #a6a6a6;
}
body.index h2 .right a.uix-button.size-small {
  width: 66px;
  height: 27px;
  line-height: 27px;
  border: 0;
  padding: 0;
  text-align: center;
  border-radius: 3px;
  background-color: #ffffff;
  font-size: 11px;
  letter-spacing: -0.6px;
  color: #686868;
  margin: -3px 0 0;
}
body.index h2:nth-of-type(1) {
  margin-top: 35px;
}
body.index h2 small {
  display: inline-block;
  margin-left: 5px;
  font-size: 13px;
  line-height: 1.46;
  letter-spacing: -0.7px;
  color: #2a3244;
}
body.index h2 p {
  margin-bottom: 20px;
}
body.index h2 p small {
  font-weight: 400;
  margin-left: 0;
}
body.index .jobs-list {
  margin: 0;
  text-align: left;
}
body.index .jobs-list .scrap {
  top: 8px;
  right: 8px;
}
body.index .list-empty {
  padding: 30px 0;
  border-top: 0;
}

/* slide */
.swiper-container {
  width: 100%;
}
.swiper-slide {
  text-align: center;
  background: #fff;
}
.swiper-button-next,
.swiper-button-prev {
  width: 32px;
  height: 32px;
}
.swiper-button-prev {
  background: rgba(0, 0, 0, 0.2) url(../../image/web/r-prev.png) no-repeat left
    top;
  background-size: contain;
  left: 0;
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=1);
}
.swiper-button-next {
  background: rgba(0, 0, 0, 0.2) url(../../image/web/r-next.png) no-repeat left
    top;
  background-size: contain;
  right: 0;
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=1);
}

.uix-main-bbs {
  margin: 40px 0 0;
}
.uix-main-bbs:after {
  content: "";
  display: block;
  clear: both;
}
.uix-main-bbs > div {
  display: inline-block;
  width: 349px;
  float: left;
}
.uix-main-bbs > div + div {
  margin-left: 16px;
}
body.index .uix-main-bbs > div h2 {
  margin-top: 0;
}
.uix-main-bbs ul {
  background: #fff;
  border-radius: 6px;
  padding: 16px;
  height: 102px;
  overflow: hidden;
}
.uix-main-bbs li {
  padding: 3px 0;
}
.uix-main-bbs li a {
  font-size: 12px;
  color: #2a3244;
  display: block;
  width: 90%;
  height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.uix-main-bbs li a:hover {
  text-decoration: underline;
}
.uix-main-bbs li a span {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  margin-right: 8px;
}
.uix-main-bbs .hot span {
  color: #ff6d6a;
}
.uix-main-bbs .new span {
  color: #bca4ff;
}
.uix-main-bbs .special span {
  color: #4da6ff;
}
body.index .uix-main-bbs .list-empty {
  padding: 42px 0;
  border-top: 0;
}
body.index .uix-main-bbs .list-empty:before {
  display: none;
}

.spare-view header {
  height: 176px;
  background-color: #ff6d6a;
  text-align: center;
  padding: 24px 0;
}
.spare-view header .img {
  width: 128px;
  height: 128px;
  border-radius: 50%;
  margin: 0 auto;
}
.spare-view > div.box {
  background-color: #ffffff;
  padding: 16px 24px;
  margin: 8px 0 0;
}
.spare-view > div.box.tosay {
  position: relative;
  font-size: 16px;
  color: #2a3244;
  font-weight: 700;
  padding: 16px 58px 16px 24px;
  margin: 0;
}
.spare-view > div.box.tosay .scrap {
  position: absolute;
  top: 12px;
  right: 16px;
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url(../../image/web/icon-scrap.png);
  background-size: cover;
}
.spare-view > div.box.tosay .scrap.on {
  background: url(../../image/web/icon-scrap-on.png);
  background-size: cover;
}
.spare-view > div h2 {
  font-size: 16px;
  margin: 5px 0 8px;
  padding-bottom: 8.5px;
  border-bottom: 1px solid #f4f4f4;
}
.spare-view .uix-text-help {
  font-size: 12px;
  color: #ff6d6a;
  padding: 16px;
  margin: 0;
}

.spare-view .uix-register.type2 {
  width: 100%;
}
.spare-view .uix-register.type2 > dl {
  float: none;
  width: 100%;
  padding: 0;
}
.spare-view .uix-register.type2 dt {
  color: #a6a6a6;
}
.spare-view .uix-register.type2 dd {
  color: #2a3244;
}
.spare-view .uix-register.type2 dd .uix-text-orange {
  color: #ff6d6a;
}
.spare-view + .uix-btn-group {
  text-align: right;
  margin: 16px 0;
}
.spare-view + .uix-btn-group .uix-button {
  border: 1px solid #f4f4f4;
}

.detail-menu {
  width: 100%;
  height: 39px;
  overflow: hidden;
  margin: -16px 0 0;
}
.detail-menu li {
  float: left;
  width: 20%;
}
.detail-menu li a {
  font-size: 12px;
  font-weight: 500;
  color: #868686;
  display: block;
  height: 39px;
  line-height: 39px;
  background: #f9f9f9;
  text-align: center;
}
.scroll-fixed {
  position: fixed;
  top: 0;
  left: 0;
  margin: 0;
  z-index: 1000;
}

.web-detail-img-info {
  background-color: #ffffff;
  padding: 16px 24px;
  margin: 1px 0 24px;
}
.web-detail-img-info:after {
  content: "";
  display: block;
  clear: both;
}
.web-detail-img-info .swiper-container {
  float: left;
  width: 480px;
}
.web-detail-img-info .info {
  float: right;
  width: calc(100% - 480px);
  padding: 0 0 0 24px;
}
.web-detail-img-info .info .uix-register dl {
  margin: 0 0 0;
}

.online-support {
  cursor: pointer;
  display: inline-block;
  width: 100px;
  height: 100px;
  background-color: #ff6d6a;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: -0.8px;
  text-align: center;
  color: #ffffff;
  margin: 0;
}
.online-support:before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  margin: 17px auto 0;
  background: url(../../image/web/icon-online-support.png);
  background-size: cover;
}

.phone-call-support {
  cursor: pointer;
  display: inline-block;
  width: 100px;
  height: 100px;
  background-color: #4da6ff;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: -1px;
  text-align: center;
  color: #ffffff;
  margin: 0 60px;
}
.phone-call-support:before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  margin: 17px auto 0;
  background: url(../../image/web/icon-phone-call-support.png);
  background-size: cover;
}

.homepage-support {
  cursor: pointer;
  display: inline-block;
  width: 100px;
  height: 100px;
  background-color: #bca4ff;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: -1px;
  text-align: center;
  color: #ffffff;
  margin: 0;
}
.homepage-support:before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  margin: 17px auto 0;
  background: url(../../image/web/icon-homepage-support.png);
  background-size: cover;
}

.field-select-result {
  border-top: 1px solid #e6e6e6;
  padding-top: 16.5px;
  overflow: hidden;
}
.field-select-result.not-border {
  border-top: 0;
}
.field-select-result span {
  float: left;
  position: relative;
  display: inline-block;
  width: calc(50% - 5px);
  height: 30px;
  line-height: 28px;
  border: solid 1px #4da6ff;
  background-color: #ffffff;
  padding: 0 6px 0 12px;
  margin: 0 8px 4px 0;
  color: #4da6ff;
  padding-right: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-all;
}
.field-select-result span a {
  position: absolute;
  top: 7px;
  right: 5px;
  display: inline-block;
  vertical-align: middle;
  margin: -2px 0 0 5px;
  width: 18px;
  height: 18px;
  background: url(../../image/web/icon-delete-blue.png) no-repeat left top;
  background-size: cover;
}
.field-select-result span.hide {
  display: none;
}
.field-select-result span:nth-child(2n) {
  margin-right: 0;
}

.jobs-info-form {
  font-size: 14px;
}
.jobs-info-form + .jobs-info-form {
  margin-top: 30px;
}
.jobs-info-form h3 {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.46;
  letter-spacing: -0.7px;
  text-align: left;
  color: #4da6ff;
  margin: 0 0 5px;
}
.jobs-info-form input.uix-form-text {
  width: 50px;
  text-align: center;
}
.jobs-info-form > span {
  margin-left: 16px;
}

.jobs-info-form select.uix-form-text:nth-of-type(1) {
  width: 100px;
  margin: 0 4px 0 16px;
}
.jobs-info-form select.uix-form-text:nth-of-type(2) {
  width: 200px;
}
.jobs-info-form input.uix-form-text.number {
  width: 200px;
  margin: 0 4px;
  text-align: left;
  vertical-align: middle;
}

.vip-services-uide {
  display: block;
  text-align: center;
  padding: 0;
  margin: 0 auto 16px;
  overflow: hidden;
}
.vip-services-uide .level {
  float: left;
  width: calc(100% - 600px);
  font-size: 32px;
  font-weight: 700;
  height: 88px;
  line-height: 88px;
  letter-spacing: -0.6px;
  text-align: left;
  color: #ff6d6a;
  padding-left: 16px;
}
.vip-services-uide .level:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 79px;
  height: 79px;
  margin: -3px 8.6px 0 0;
  background: url(../../image/web/icon-vip-large.png) no-repeat left top;
  background-size: cover;
}
.vip-services-uide div {
  float: right;
  width: 600px;
  height: 88px;
  border-radius: 6px;
  background-color: #ffffff;
  text-align: center;
  padding: 13px;
}
.vip-services-uide div .title {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.47;
  letter-spacing: -0.8px;
  text-align: center;
  color: #ff6d6a;
  margin: 0 0 4px;
}
.vip-services-uide + .uix-table.wide-padding {
  margin: 0;
  border-top: 1px solid #707070;
}
.uix-table.wide-padding + .vip-services-uide {
  margin-top: 60px;
}
.uix-table.wide-padding td {
  border-bottom: 1px solid #f4f4f4;
}
.vip-services-uide div p {
  font-size: 12px;
  color: #686868;
}

/*2019-10-21 박상준 이력서등록관리/채용공고관리 버튼 위치수정*/
.list-btn {
  text-align: center;
  margin-top: 16px;
}

/*19-12-23 박상준 sns 로그인 관련 추가*/
fieldset.login-sns {
  width: 100%;
  text-align: center;
  padding: 60px 279px 50px;
  border: 1px solid #e6e6e6;
  overflow: hidden;
}
fieldset.login-sns legend {
  display: block;
  margin: 0 auto;
  padding: 0 20px;
  font-size: 15px;
  font-weight: 500;
}
fieldset.login-sns a {
  margin-left: -8px;
  transition: all 0.5s;
  position: relative;
  display: inline-block;
  text-align: center;
  width: 100%;
  height: 46px;
  line-height: 46px;
  margin: 5px 0;
  margin-right: 6px;
  border-radius: 2px;
  padding: 0 0 0 28px;
  color: #333;
  font-size: 13px;
  border: 1px solid #d6d6d6;
  transition: all 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0s5 ease;
}
fieldset.login-sns a:hover {
  background: #f6f6f6;
}
fieldset.login-sns a:last-child {
  margin-right: 0;
}
fieldset.login-sns a i {
  margin-right: 8px;
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
}
fieldset.login-sns a.wrap_kakao {
  padding-left: 33px;
}
fieldset.login-sns a.wrap_kakao i {
  width: 20px;
  background: url(../../image/web/bt_sns_k.png) no-repeat center center;
  background-size: contain;
}
fieldset.login-sns a.wrap_naver i {
  width: 18px;
  height: 18px;
  background: url(../../image/web/bt_sns_n.png) no-repeat center center;
  background-size: contain;
}
fieldset.login-sns a.wrap_apple i {
  margin-top: -6px;
  width: 18px;
  height: 18px;
  background: url(../../image/web/bt_sns_a.png) no-repeat center center;
  background-size: contain;
}

/* 2021-04-27 */
.gnb {
  top: 49px !important;
  left: 228px !important;
}
.gnb ul li {
  margin-right: 16px !important;
}
.gnb ul li a {
  font-size: 15px !important;
}

.not-border-top {
  border-top: 0 !important;
}

.board-list-header ul li.btn {
  width: 10%;
}
.jobs-list.type5 {
  margin: 0;
}
.jobs-list.type5 li {
  background: #fff;
  padding: 16px 0 16px 16px;
  margin: 0 0 1px;
  overflow: hidden;
  border-radius: 0;
}
.jobs-list.type5 .img {
  float: left;
  width: 96px;
  padding-bottom: 96px;
  overflow: hidden;
  border-radius: 5px;
}
.jobs-list.type5 .img p {
  background-size: cover !important;
  background-position: center !important;
}
.jobs-list.type5 .img span {
  height: 16px;
  line-height: 16px;
  font-size: 9px;
}
.jobs-list.type5 .info {
  float: left;
  width: calc(100% - 96px);
  padding: 0 90px 0 12px;
}
.jobs-list.type5 .name {
  font-size: 11px;
}
.jobs-list.type5 .info .address-price-date {
  padding-right: 0;
}
.jobs-list.type5 .info .address-price-date .date {
  color: #ff6d6a;
  font-size: 10px;
}
.jobs-list.type5 .info .scrap {
  position: static;
}
.jobs-list.type5 .info .subject {
  font-size: 13px;
}
.jobs-list.type5 .info .career {
  font-size: 10px;
}
.jobs-list.type5 .info .right-table {
  position: absolute;
  top: 30px;
  right: 24px;
  width: 250px;
  text-align: right;
}
.jobs-list.type5 .info .right-table .date {
  position: static;
  display: block;
  width: 140px;
  font-size: 11px;
  color: #8c8c8c;
  text-align: center;
  margin: 4px auto 0;
}
.jobs-list.type5 .info .right-table .uix-button {
  min-width: 46px;
  height: 30px;
  line-height: 28px;
  border: solid 1px #686868;
  font-size: 12px;
  color: #2a3244;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
}
.jobs-list.type5 .info .right-table .reading {
  width: 140px;
  text-align: center;
  display: block;
  font-size: 11px;
  color: #686868;
  margin: -2px auto 0;
}
.jobs-list.type5 .info .right-table .reading strong {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.6px;
  text-align: left;
  color: #ff6d6a;
}
.jobs-list.type5 .info .right-table .reading span {
  display: inline-block;
  font-size: 11px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.55;
  letter-spacing: -0.55px;
  text-align: left;
  color: #ff6d6a;
  margin-left: 4px;
}

.margin-t0 {
  margin-top: 0 !important;
}
.margin-t16 {
  margin-top: 16px !important;
}
.margin-b0 {
  margin-bottom: 0 !important;
}

.board-view header .date-id span {
  display: inline-block;
  margin-right: 16px;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  letter-spacing: -0.39px;
  text-align: left;
  color: #a6a6a6;
}

.uix-btn-group.type-b {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* 댓글 작성 */
.board-comment-area {
  background: #fff;
  padding: 0 32px;
  overflow: hidden;
  margin: 60px 0 0;
}
.board-comment-area h3 {
  font-size: 18px;
  font-weight: 500;
}
.board-comment-write {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.board-comment-write textarea {
  width: calc(100% - 104px);
  height: 96px;
  border: solid 1px #e6e6e6;
  padding: 12px 16px;
}
.board-comment-write .btn-medium {
  width: 96px;
  height: 96px;
  background-color: #ff6d6a;
  font-size: 13px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  letter-spacing: -0.39px;
  text-align: center;
  color: #ffffff;
  border: 0;
}

.board-comment-list {
  width: 100%;
  height: auto;
}
.board-comment-list > div {
  width: 100%;
  height: auto;
}
.board-comment-list > div > ul {
  display: inline-block;
  width: 100%;
  height: auto;
}
.board-comment-list > div > ul > li {
  display: inline-block;
  width: 100%;
  height: auto;
}
.board-comment-list > div > ul > li > .comment-box {
  width: 100%;
  height: auto;
  padding: 24px 0;
  border-bottom: 1px solid #e6e6e6;
  position: relative;
}
.board-comment-list > div > ul > li .comment-top-area {
  display: inline-block;
  width: 100%;
  height: auto;
  margin: -4px 0 0;
}
.board-comment-list > div > ul > li .comment-top-area > ul.comment-info {
  display: block;
  float: left;
}
.board-comment-list > div > ul > li .comment-top-area > ul.comment-btn {
  display: block;
  float: right;
}
.board-comment-list > div > ul > li .comment-top-area > ul.comment-info li {
  display: inline-block;
  margin-right: 12px;
}
.board-comment-list
  > div
  > ul
  > li
  .comment-top-area
  > ul.comment-info
  li
  > span {
  font-size: 12px;
  color: #b6b6b6;
}
.board-comment-list
  > div
  > ul
  > li
  .comment-top-area
  > ul.comment-info
  li.userid
  span {
  color: #868686;
}
.board-comment-list > div > ul > li .comment-top-area > ul.comment-btn li {
  display: inline-block;
  margin-left: 16px;
}
.board-comment-list
  > div
  > ul
  > li
  .comment-top-area
  > ul.comment-btn
  li
  button {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.36px;
  text-align: left;
  color: #686868;
  border: 0;
  background: none;
  padding: 0;
}
.board-comment-list > div > ul > li .comment-content-area {
  width: 100%;
  display: block;
  height: auto;
}
.board-comment-list > div > ul > li .comment-content-area > p {
  width: 100%;
  height: auto;
  line-height: 1.77;
  display: block;
  color: #565656;
  font-size: 13px;
  padding: 8px 0 0;
}

.board-comment-list > div > ul > li .bottom-btn button {
  font-size: 12px;
  color: #b6b6b6;
  margin: 0 16px 0 0;
}
.board-comment-list > div > ul > li .btn-report:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: -3px 4px 0 0;
  width: 16px;
  height: 16px;
  background: url(../../image/web/icon_report_n.png) center center no-repeat;
  background-size: contain;
}
.board-comment-list > div > ul > li .btn-report.active:before {
  background: url(../../image/web/icon_report_s.png) center center no-repeat;
  background-size: contain;
}

.board-comment-list > div > ul > li .comment-reply-write {
  position: relative;
  width: 100%;
  height: auto;
  padding: 12px 12px 6px 40px;
  border-bottom: 1px solid #e6e6e6;
  background: #f9f9f9;
}
.board-comment-list > div > ul > li .comment-reply-write:before {
  position: absolute;
  top: 16px;
  left: 16px;
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 0;
  vertical-align: middle;
  background: url(../../image/web/icon_comment_re.png) center center no-repeat;
  background-size: 16px;
}
.board-comment-list > div > ul > li .comment-reply-write textarea {
  width: 100%;
  height: 100px;
  border-radius: 4px;
  border: solid 1px #e9e9e9;
  padding: 12px 16px;
}

.board-comment-list > div > ul > li .comment-reply-write .btn-group-type1 {
  position: absolute;
  bottom: 32px;
  right: 28px;
  margin: 0;
  padding: 0;
}
.board-comment-list
  > div
  > ul
  > li
  .comment-reply-write
  .btn-small
  + .btn-small {
  margin: 0 0 0 8px;
}

.board-comment-list > div > ul > li > .comment-box.re {
  width: 100%;
  height: auto;
  padding: 16px 16px 16px 40px;
  border-bottom: 1px solid #e6e6e6;
  position: relative;
  background: #f9f9f9 url(../../image/web/icon_comment_re.png) 16px 16px
    no-repeat;
  background-size: 16px;
}
.board-comment-list
  > div
  > ul
  > li
  > .comment-box.re
  .comment-content-area
  > p {
  color: #868686;
}

.btn-small {
  min-width: 54px;
  height: 28px;
  padding: 5px 16px;
  border-radius: 4px;
  border: solid 1px #d6d6d6;
  background-color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.6px;
  text-align: center;
  color: #868686;
}
.btn-small.theme1-c-btn {
  min-width: 54px;
  height: 28px;
  padding: 5px 16px;
  border-radius: 4px;
  border: solid 1px #ff6d6a;
  background-color: #ff6d6a;
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.6px;
  text-align: center;
  color: #ffffff;
}

.uix-table tr > td.board a,
.uix-table tr > td.date {
  color: #3d3d3d;
}
.uix-table tr > td.userid {
  color: #868686;
}

/* 2021-05-12 */
#main > header .header h1 {
  top: 8px;
}
#main > header .header h1 img {
  width: 146px;
  height: 74px;
}
.login-box fieldset h1 img {
  width: 168px;
  height: 70px;
  margin-bottom: 8px;
}

/* 2021-11-15 */
.uix-register .uix-form-text.input-example-subject {
  width: calc(100% - 95px);
}
.uix-register .uix-form-text.input-example-subject + .uix-button {
  min-width: 80px;
  height: 40px;
  line-height: 40px;
  border-radius: 4px;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  background-color: #ff6d6a;
  color: #fff;
  border: 0;
  font-size: 12px;
  margin-left: 7px;
}
.btn-example-cont {
  min-width: 80px;
  height: 40px;
  line-height: 40px;
  border-radius: 4px;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  background-color: #ff6d6a;
  color: #fff;
  border: 0;
  font-size: 12px;
  margin-top: 16px;
  position: absolute;
  right: 22px;
  opacity: 0.2;
  transition: opacity 0.5s ease-out;
  -moz-transition: opacity 0.5s ease-out;
  -webkit-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
}
.btn-example-cont:hover {
  opacity: 1;
}
#popup-example-subject {
  width: 360px;
  margin-left: -170px;
  padding: 16px 24px 24px 16px;
}
#popup-example-subject .close {
  top: 4px;
  right: 4px;
  background: url(../../image/web/icon_modal_close.png) no-repeat center center;
  background-size: contain;
}
.uix-form-check.type-b {
  padding: 16px 0 0;
}
.uix-form-check.type-b p {
  display: block;
}
.uix-form-check.type-b > p + p {
  margin: 16px 0 0;
}

#popup-example-cont {
  width: 360px;
  margin-left: -170px;
  padding: 16px 24px 24px 16px;
}
#popup-example-cont .close {
  top: 4px;
  right: 4px;
  background: url(../../image/web/icon_modal_close.png) no-repeat center center;
  background-size: contain;
}

/* 2022-08-16 */
.uix-main-bbs li a {
  font-size: 14px;
  height: auto;
}
.uix-main-bbs li a span {
  font-size: 14px;
}

/* 2023-08-22 */
.unb .message {
  width: 28px;
  height: 28px;
  background: url(../../image/mobile/icon_message.png) no-repeat;
  background-size: contain;
}
.unb .alirm {
  width: 28px;
  height: 28px;
  background: url(../../image/mobile/icon_alirm.png) no-repeat;
  background-size: contain;
}
.unb .alirm.new {
  background: url(../../image/mobile/icon_alirm_new.png) no-repeat;
  background-size: contain;
}

/* push-list */
.push-list {
  padding: 16px 0 0;
}
.push-list > button {
  float: right;
  margin: 0 0 8px;
}
.push-list > ul {
  overflow: hidden;
  clear: both;
}
.push-list > ul > li {
  position: relative;
}
.push-list > ul > li + li {
  margin: 8px 0 0;
}
.push-list > ul > li a {
  display: block;
  padding: 16px;
  background: #fff;
}
.push-list > ul > li .date {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.55px;
  text-align: left;
  color: #868686;
}
.push-list > ul > li .con {
  margin: 8px 0 0;
  padding-right: 48px;
  font-size: 15px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.65px;
  text-align: left;
  color: #2a3244;
  word-break: keep-all;
}
.push-list > ul > li .delete {
  position: absolute;
  top: 8px;
  right: 8px;
  display: block;
  border: 0;
  width: 24px;
  height: 24px;
  background: url(../../image/mobile/icon_modal_close.png) center center
    no-repeat;
  background-size: contain;
  z-index: 1;
}
.push-list > ul > li.read a {
  background: #f9f9f9;
}
.push-list .list-empty {
  padding: 126px 0 306px;
}

.uix-text-right {
  text-align: right !important;
}
.btn-delete-all {
  display: inline-block;
  width: 76px;
  height: 30px;
  padding: 6px;
  border: solid 1px #686868;
  background-color: #fff;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.6px;
  text-align: center;
  color: #2a3244;
}

#main > header .header h1 {
  top: 8px !important;
}
#main > header .header h1 img {
  width: 146px !important;
  height: 74px !important;
}

.radioNcheck-web {
  overflow: hidden;
}

.online-support,
.phone-call-support {
  font-size: 12px;
}
.message-support {
  display: inline-block;
  width: 100px;
  height: 100px;
  background-color: #bca4ff;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: -1px;
  text-align: center;
  color: #ffffff;
  margin: 0 0 0 3px;
}
.message-support:before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  margin: 17px auto 4px;
  background: url("../../image/mobile/icon-message-support.png");
  background-size: cover;
}

/* message-list */
.message-list {
  padding: 8px 0 0;
}
.message-list > ul > li {
  margin: 8px 0 0;
}
.message-list > ul > li > a {
  height: 48px;
  padding: 14px 16px 15px;
  border-radius: 8px;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.message-list .tit {
  width: 80%;
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.65px;
  text-align: left;
  color: #2a3244;
}
.message-list a .tit:before {
  content: "";
  width: 6px;
  height: 6px;
  margin: 0 12px 0 0;
  background-color: #9d9d9d;
  border-radius: 50%;
}
.message-list a.read .tit:before {
  content: "";
  width: 6px;
  height: 6px;
  margin: 0 12px 0 0;
  background-color: #ff4d4d;
  border-radius: 50%;
}
.message-list .con {
  width: 20%;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.55px;
  text-align: right;
  color: #868686;
}

/* chat_room */
.chat_room {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 700px;
  padding: 16px;
}
.chat_room .cont {
  position: relative;
  overflow-x: hidden;
  overflow-y: scroll;
  height: 700px;
  padding: 0 32px 32px;
}
.chat_room .cont li {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 0 40px;
}
.chat_room .cont li .text {
  position: relative;
  min-width: 130px;
  max-width: calc(100% - 70px);
  padding: 2px 6px;
  font-size: 12px;
  word-break: break-all;
  border-radius: 3px;
  color: #797979;
}
.chat_room .cont li .notice {
  display: block;
  width: 100%;
  padding: 8px 10px;
  font-size: 14px;
}
.chat_room .cont li .time {
  position: absolute;
  bottom: -20px;
  width: 120px;
  font-size: 12px;
  color: #161616;
}
.chat_room .cont li.left:after {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 1px;
  z-index: 1;
  width: 10px;
  height: 8px;
  background: url("../../image/mobile/icon-chat-tail.png") no-repeat;
  background-size: contain;
}
.chat_room .cont li.left .text {
  float: left;
  margin: 0 0 0 10px;
  background: #fff;
  border: 1px solid #797979;
}
.chat_room .cont li.left .time {
  left: 0;
}
.chat_room .cont li.right:after {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  right: 1px;
  z-index: 1;
  width: 10px;
  height: 8px;
  background: url("../../image/mobile/icon-chat-tail-right.png") no-repeat;
  background-size: contain;
}
.chat_room .cont li.right .text {
  float: right;
  margin: 0 10px 0 0;
  background: #fff;
  border: 1px solid #797979;
}
.chat_room .cont li.right .text img {
  max-width: 100%;
}
.chat_room .cont li.right .time {
  right: 0;
  text-align: right;
}
.chat_room .cont li.right .doctor {
  display: inline-block;
  position: absolute;
  top: -5px;
  right: 18px;
  color: #000;
}
.chat_room .chat-out {
  position: fixed;
  top: 60%;
  left: 50%;
  margin-left: -100px;
  font-size: 14px;
  color: #5e6670;
}
.chat_room .message-form {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  height: 50px;
  background: #b3b3b3;
  padding: 8px;
  border-top: 0.5px solid #e6e6e6;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.chat_room .message-form .uix-form-text {
  width: calc(100% - 66px);
  height: 32px;
  line-height: 32px;
  border-radius: 0;
}
.chat_room .message-form .uix-button.color-primary {
  width: 60px;
  height: 32px;
  padding: 0;
  line-height: 32px;
  background-color: #000;
}

.search-filter-form {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* search-form */
.search-form {
  position: relative;
  width: 260px;
  margin: 40px 0 16px;
}
.search-form input {
  width: 100%;
  height: 28px;
  background-color: #fff;
  border: 1px solid #767676;
	padding: 4px 32px 4px 12px;
}
.search-form button {
  position: absolute;
  top: 6px;
  right: 4px;
  z-index: 1;
  width: 16px;
  height: 16px;
  background: url(../../image/mobile/icon-search.png) no-repeat;
  background-size: contain;
  border: 0;
  opacity: 0.5;
}
.search-form + h2 {
  margin-top: 8px;
}

/* manner-temperature */
.manner-temperature {
  padding: 26px 15px 26px 16px;
  border-radius: 8px;
  background-color: #fff;
}
/* type-b */
.manner-temperature.type-b {
  margin: 8px 0 0;
  border-radius: 0;
}
.manner-temperature .temperature .title-icon {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.manner-temperature .temperature .title {
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.7px;
  text-align: left;
  color: #2a3244;
}
.manner-temperature .temperature .temperature-icon {
  display: flex;
  align-items: center;
  font-size: 13px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.39px;
  text-align: right;
  color: #2a3244;
}
.manner-temperature .temperature .temperature-icon img {
  width: 20px;
  height: 20px;
  margin: 0 0 0 8px;
}
.manner-temperature .temperature .graph {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 16px 0 0;
  height: 8px;
  border-radius: 4px;
  background-color: #dcdcdc;
}
.manner-temperature .temperature .graph span {
  height: 8px;
  border-radius: 4px;
  background-color: #3be2af;
}
.manner-temperature hr {
  margin: 27px 0 17px;
}
.manner-evaluation .title {
  margin: 0 0 8px;
}
.manner-evaluation .title a {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.7px;
  text-align: left;
  color: #2a3244;
  background: url(../../image/mobile/icon-next.png) no-repeat right center;
  background-size: contain;
}
.manner-evaluation > ul {
  margin: 13px 0 0;
}
.manner-evaluation > ul > li {
  margin: 8px 0 0;
  display: flex;
  align-items: center;
}
.manner-evaluation > ul > li span {
  display: flex;
  align-items: center;
  width: 57px;
  font-size: 12px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.6px;
  text-align: left;
  color: #2a3244;
}
.manner-evaluation > ul > li span:before {
  content: "";
  width: 24px;
  height: 24px;
  margin: 0 3px 0 0;
  background: url(../../image/mobile/icon_person.png) no-repeat;
  background-size: contain;
}
.manner-evaluation > ul > li div {
  width: calc(100% - 57px);
  height: 32px;
  padding: 6px 12px;
  border-radius: 8px;
  background-color: #f9f9f9;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.6px;
  text-align: left;
  color: #2a3244;
}

/* manner-evaluation-view */
.manner-evaluation-view {
  margin: 16px 16px 0;
  padding: 22px 15px 19px 16px;
  border-radius: 8px;
  background-color: #fff;
}
.manner-evaluation-view .title {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.8px;
  text-align: left;
  color: #2a3244;
  padding-bottom: 8px;
  border-bottom: 1px solid #ddd;
}
.manner-evaluation-view .title img {
  width: 24px;
  height: 24px;
  margin: 0 7.5px 0 0;
}
.manner-evaluation-view > ul {
  margin: 13px 0 0;
}
.manner-evaluation-view > ul > li {
  margin: 8px 0 0;
  display: flex;
  align-items: center;
}
.manner-evaluation-view > ul > li span {
  display: flex;
  align-items: center;
  width: 57px;
  font-size: 12px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.6px;
  text-align: left;
  color: #2a3244;
}
.manner-evaluation-view > ul > li span:before {
  content: "";
  width: 24px;
  height: 24px;
  margin: 0 3px 0 0;
  background: url(../../image/mobile/icon_person.png) no-repeat;
  background-size: contain;
}
.manner-evaluation-view > ul > li div {
  width: calc(100% - 57px);
  height: 32px;
  padding: 6px 12px;
  border-radius: 8px;
  background-color: #f9f9f9;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.6px;
  text-align: left;
  color: #2a3244;
}
.manner-evaluation-view .note {
  margin: 15.5px 0;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.6px;
  text-align: left;
  color: #2a3244;
}

/*■■■카테고리 슬라이더*/
.category-slider {
  width: 100%;
  height: 40px;
  background: #fff;
  border: 1px solid #e9e9e9;
}
.category-slider .swiper-container {
  width: 100%;
  height: 100%;
}
.category-slider .swiper-container .swiper-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
.category-slider .swiper-container .swiper-wrapper .swiper-slide {
  width: auto !important;
}
.category-slider .swiper-container .swiper-wrapper .swiper-slide .category {
  font-size: 13px;
  color: #565656;
  line-height: 40px;
  padding: 0 4px;
  margin: 0 8px;
}
.category-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .category.active {
  font-weight: 600;
  color: #161616;
}

/* category-orderby */
.category-orderby {
  padding: 24px 16px 0;
  background-color: #fff;
}
.category-orderby > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 8px;
  border-bottom: 1px solid #ddd;
}
.category-orderby .category {
  font-size: 13px;
  font-weight: 500;
  color: #a6a6a6;
}
.category-orderby select {
  height: 28px;
  padding: 0 8px;
}

/* product-list */
.product-list {
  padding: 0 16px 24px;
  background-color: #fff;
}
.product-list > ul {
  display: flex;
  flex-wrap: wrap;
}
.product-list > ul > li {
  width: calc((100% - 160px) / 5);
  margin: 16px 40px 0 0;
}
.product-list > ul > li:nth-child(5n) {
  margin-right: 0;
}
.product-list .img {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  height: 0;
  overflow: hidden;
}
.product-list .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 1px solid #ddd;
  border-radius: 16px;
}
.product-list .pname {
  margin: 12px 0 0;
  font-size: 13px;
  font-weight: 500;
  color: #767676;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: keep-all;
}
.product-list .price {
  margin: 8px 0 0;
  font-size: 13px;
  font-weight: 600;
  color: #161616;
}

.btn-employment {
  margin: 40px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 40px;
  line-height: 38px;
  border: 1px solid #a6a6a6;
  background-color: #fff;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  color: #161616;
}

/* 2023-09-12 */
.register-manner-evaluation {
  margin: 16px 16px 23px;
  padding: 28px 13px 28px 18.5px;
  border-radius: 8px;
  background-color: #fff;
}
.register-manner-evaluation .title {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -1px;
  text-align: center;
  color: #2a3244;
}
.register-manner-evaluation .title:before {
  content: "";
  width: 32px;
  height: 32px;
  margin: 0 8px 0 0;
  background: url(../../image/mobile/icon_summary.png) no-repeat;
  background-size: contain;
}
.register-manner-evaluation .guide {
  margin: 4px 0 25.5px;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.6px;
  text-align: center;
  color: #686868;
}
.register-manner-evaluation ul {
  border-top: 1px solid #e6e6e6;
  padding-top: 8px;
}
.register-manner-evaluation li {
  margin: 8px 0 0;
  height: 32px;
  padding: 3px 5px 5px 12px;
  border-radius: 8px;
  background-color: #f9f9f9;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.register-manner-evaluation li > div {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.6px;
  text-align: left;
  color: #2a3244;
}
.register-manner-evaluation li input {
  margin: 2px 0 0 !important;
}
.uix-button.color-primary.size-xlarge {
  border: 1px solid #ff6d6a !important;
}
.uix-button.color-primary.size-xlarge:hover {
  color: #fff !important;
}


/*2023-10-24 */
.board-comment-list > div > ul > li > .comment-box.rere {
  width: 100%;
  height: auto;
  padding: 16px 16px 16px 80px;
  border-bottom: 1px solid #e6e6e6;
  position: relative;
  background: #f9f9f9 url(../../image/web/icon_comment_re.png) 56px 16px
    no-repeat;
  background-size: 16px;
}