@charset "UTF-8";
/* 리셋 */
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
@import url("/resources/cms/font/icons/css/style.css");
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: theme("borderColor.DEFAULT", "currentColor"); /* 2 */
}

::before,
::after {
  --tw-content: "";
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/
html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: theme("fontFamily.sans", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"); /* 4 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: theme("fontFamily.mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace); /* 1 */
  font-size: 1em; /* 2 */
}

/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: theme("colors.gray.400", #9ca3af); /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: theme("colors.gray.400", #9ca3af); /* 2 */
}

/*
Set the default cursor for buttons.
*/
button,
[role=button] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}

/*
Ensure the default browser behavior of the `hidden` attribute.
*/
[hidden] {
  display: none;
}

* {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-smooth: auto;
  font-smooth: never;
  font-smooth: always;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
}

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

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

ul, ol, li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

table, th, td {
  border-collapse: collapse;
  border-spacing: 0;
}

hr, caption {
  display: none;
}

a:link, a:hover, a:active, a:focus, a:visited {
  text-decoration: none;
}

/* OMKS Module */
.omks--grid-row {
  display: flex;
}
.omks--grid-row.style--justify-between {
  justify-content: space-between;
}
.omks--grid-row.style--justify-end {
  justify-content: flex-end;
}
.omks--grid-col {
  flex: 1 1 16.6666666667%;
}
.omks--grid-col.col-1 {
  flex: 0 0 16.6666666667%;
}
.omks--grid-col.col-2 {
  flex: 0 0 33.3333333333%;
}
.omks--grid-col.col-4 {
  flex: 0 0 66.6666666667%;
}
.omks--grid-col.style--justify-between {
  justify-content: space-between;
}
.omks--grid-col.style--justify-end {
  justify-content: flex-end;
}

.omks--card {
  padding: 20px;
  border: 1px solid #dbdbdb;
}
.omks--card-head ~ .omks--card-body {
  margin-top: 10px;
}
.omks--card-title {
  font-size: 1.2em;
  color: #222;
  font-weight: 700;
}
.omks--card.style--border-none {
  border-width: 0;
}
.omks--card.style--shadow {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.omks--card.style--radius {
  border-radius: 10px;
}

.omks--list-item ~ .omks--list-item {
  padding-top: 5px;
  margin-top: 5px;
  border-top: 1px solid #dbdbdb;
}
.omks--list.style--hoz {
  overflow: hidden;
}
.omks--list.style--hoz .omks--list-frame {
  margin: -5px 0 0 -10px;
}
.omks--list.style--hoz .omks--list-item {
  float: left;
  margin: 5px 0 0 10px;
}
.omks--list.style--hoz .omks--list-item ~ .omks--list-item {
  border: none;
  margin-top: 5px;
  padding-top: 0;
}

.omks--tab-frame {
  display: flex;
  border: 1px solid #dbdbdb;
}
.omks--tab-button {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 1em;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 20%;
  height: 40px;
  box-sizing: border-box;
  background-color: #f4f4f4;
}
.omks--tab-button ~ .omks--tab-button {
  border-left: 1px solid #dbdbdb;
}
.omks--tab-button.style--width-auto {
  flex: 0 0 auto;
}
.omks--tab-button:hover {
  background-color: #f9f9f9;
}
.omks--tab-button.is--on {
  background-color: #ddd;
}

.omks--button {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 84px;
  width: auto;
  height: 38px;
  height: 2em;
  box-sizing: border-box;
  border: 1px solid transparent;
  padding: 8px 12px;
  background-color: #f4f4f4;
}
.omks--button:hover {
  opacity: 0.8;
}
.omks--button.style--size-l {
  min-width: 120px;
  width: auto;
  height: 48px;
  height: 2.2em;
  padding: 8px 14px;
  font-size: 1.4em;
}
.omks--button.style--size-s {
  min-width: 68px;
  width: auto;
  height: 28px;
  height: 1.8em;
  padding: 4px 8px;
  font-size: 0.8em;
}
.omks--button.style--color-primary {
  background-color: #019aea;
  color: #fff;
}
.omks--button.style--color-warning {
  background-color: #ffc409;
  color: #222;
}
.omks--button.style--color-positive {
  background-color: #2dd36f;
  color: #fff;
}
.omks--button.style--color-negative {
  background-color: #eb445a;
  color: #fff;
}
.omks--button.style--color-void {
  background-color: #92949c;
  color: #fff;
}
.omks--button.style--fit {
  min-width: auto;
  padding: 0;
}

.omks--button-group {
  display: flex;
}
.omks--button-group.style--justify-between {
  justify-content: space-between;
}
.omks--button-group.style--justify-end {
  justify-content: flex-end;
}
.omks--button-group.style--justify-center {
  justify-content: center;
}
.omks--button-group .omks--button ~ .omks--button {
  margin-left: 10px;
}
.omks--button-group .omks--button.style--align-right {
  margin-left: auto;
}

.omks--stnc {
  font-size: 1em;
}
.omks--stnc:after {
  content: "";
  display: block;
  clear: both;
}
.omks--stnc .omks--stnc-icon {
  float: left;
  font-style: normal;
  margin-right: 5px;
}
.omks--stnc .omks--stnc-text {
  display: block;
  overflow: hidden;
}
.omks--stnc.style--indent {
  padding-left: 15px;
}
.omks--stnc.style--size-l {
  font-size: 1.2em;
}
.omks--stnc.style--size-s {
  font-size: 0.8em;
}
.omks--stnc.style--color-primary {
  color: #019aea;
}
.omks--stnc.style--color-warning {
  color: #ffc409;
}
.omks--stnc.style--color-positive {
  color: #2dd36f;
}
.omks--stnc.style--color-negative {
  color: #eb445a;
}
.omks--stnc.style--color-void {
  color: #92949c;
}

.omks--paragraph ~ .omks--paragraph {
  margin-top: 30px;
}
.omks--paragraph.style--card {
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.omks--paragraph .omks--stnc.style--title {
  display: block;
  margin-bottom: 10px;
  font-size: 1.2em;
  font-weight: 700;
  color: #000;
  line-height: 1.3;
}
.omks--paragraph .omks--stnc ~ .omks--stnc {
  margin-top: 5px;
}

.omks--layer {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 20px;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.3);
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  transition: all 0.3s ease;
}
.omks--layer.is--on {
  visibility: visible;
  opacity: 1;
  z-index: 9999;
}
.omks--layer.style--location {
  position: absolute;
}
.omks--layer.style--blur-none {
  background-color: none;
}
.omks--layer.style--fit {
  width: auto;
  height: auto;
  padding: 0;
  background: none;
}
.omks--layer .omks--layer-table {
  display: table;
  width: 100%;
  height: 100%;
}
.omks--layer .omks--layer-cell {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.omks--layer .omks--layer-contents {
  display: inline-block;
  padding: 20px;
  border-radius: 5px;
  background-color: #fff;
}
.omks--layer .omks--layer-contents.style--remove {
  padding: 0;
  background: none;
  border-radius: 0;
}

.omks--choice {
  position: relative;
  display: inline-block;
  font-size: 1em;
  line-height: 1.2em;
  cursor: pointer;
}
.omks--choice input[type=checkbox],
.omks--choice input[type=radio],
.omks--choice .omks--choice-input {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
}
.omks--choice input[type=checkbox]:checked ~ .omks--choice-icon:before,
.omks--choice input[type=radio]:checked ~ .omks--choice-icon:before,
.omks--choice .omks--choice-input:checked ~ .omks--choice-icon:before {
  visibility: visible;
  opacity: 1;
}
.omks--choice input[type=checkbox] ~ .omks--choice-icon:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.6em;
  height: 0.7em;
  box-sizing: border-box;
  border-bottom: 0.12em solid #000;
  border-right: 0.12em solid #000;
  transform-origin: right bottom;
  transform: rotateZ(45deg) translate(-120%, 20%) skewY(-0.01deg);
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}
.omks--choice input[type=radio] ~ .omks--choice-icon {
  border-radius: 50%;
}
.omks--choice input[type=radio] ~ .omks--choice-icon:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.7em;
  height: 0.7em;
  border-radius: 50%;
  background-color: #000;
  transform: translate(-50%, -50%) skewY(-0.01deg);
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}
.omks--choice .omks--choice-icon {
  float: left;
  position: relative;
  width: 20px;
  height: 20px;
  width: 1.2em;
  height: 1.2em;
  margin-right: 5px;
  margin-right: 0.4em;
  box-sizing: border-box;
  border: 1px solid #000;
  border-radius: 2px;
  text-align: left;
  text-indent: -9999px;
}
.omks--choice .omks--choice-text {
  display: block;
  overflow: hidden;
  word-break: keep-all;
}

.omks--select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  margin: 0;
  padding: 0 10px;
  padding-right: 38px;
  padding-right: 2em;
  height: 38px;
  height: 2em;
  border: 1px solid #dbdbdb;
  background-color: #fff;
  background-repeat: no-repeat;
  background-image: url("/resources/cms/img/omks/form/select-arrow.svg");
  background-size: 2em auto;
  background-position: 100% 50%;
  font-size: 1em;
}
.omks--select::-ms-expand {
  display: none;
}

.omks--input {
  margin: 0;
  padding: 0 10px;
  height: 2em;
  border: 1px solid #dbdbdb;
  border-radius: 0;
  font-size: 1em;
}
.omks--input::-moz-placeholder {
  color: #aaa;
}
.omks--input::placeholder {
  color: #aaa;
}

.omks--textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 18px;
  resize: vertical;
  background-color: #fff;
  border: 1px solid #dbdbdb;
  font-size: 1em;
  line-height: 1.4em;
}

.omks--file-upload {
  display: flex;
  align-items: center;
}
.omks--file-upload button {
  background-color: #92949c;
  font-size: 1em;
  color: #fff;
  white-space: nowrap;
}
.omks--file-ref {
  margin: 0 10px;
  font-size: 0.7em;
  word-break: keep-all;
}
.omks--file-list {
  display: flex;
  flex-wrap: wrap;
}
.omks--file-item {
  position: relative;
  display: flex;
  align-items: center;
  padding: 5px;
  padding-left: 30px;
  margin-right: 10px;
  margin-top: 10px;
}
.omks--file-item:before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/resources/cms/img/omks/form/file-clip.svg");
  background-size: cover;
}
.omks--file-name {
  font-size: 1em;
  font-weight: 400;
}
.omks--file-name:hover {
  text-decoration: underline;
  color: #019aea;
}
.omks--file-name ~ .omks--file-remove {
  margin-left: 10px;
}
.omks--file-remove {
  width: 22px;
  height: 22px;
  background-color: #d5d5d5;
  background-repeat: no-repeat;
  background-image: url("/resources/cms/img/omks/form/file-remove.svg");
  background-size: cover;
  background-position: center;
  border-radius: 50%;
  text-indent: -9999px;
  text-align: left;
  overflow: hidden;
}
.omks--file-remove:hover {
  background-color: #dd7e7e;
}

.omks--contact {
  position: relative;
  display: flex;
  width: 400px;
  max-width: 100%;
}
.omks--contact.style--fit {
  width: 100%;
}
.omks--contact .ir--blind {
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
}
.omks--contact-select, .omks--contact-input {
  margin: 0;
  padding: 0 10px;
  flex: 1 1 30%;
  width: 30%;
  height: 38px;
  box-sizing: border-box;
  border: 1px solid #dbdbdb;
  font-size: 1em;
  text-align: center;
}
.omks--contact-select ~ .omks--contact-input, .omks--contact-input ~ .omks--contact-input {
  flex: 1 1 35%;
  width: calc(35% - 10px);
  margin-left: 10px;
}
.omks--contact-select {
  text-align: left;
}

.omks--email {
  position: relative;
  display: flex;
  align-items: center;
  width: 600px;
  max-width: 100%;
}
.omks--email.style--fit {
  width: 100%;
}
.omks--email .ir--blind {
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
}
.omks--email-at {
  font-size: 1em;
  text-align: center;
}
.omks--email-select, .omks--email-input {
  margin: 0;
  padding: 0 10px;
  flex: 1 1 35%;
  width: 35%;
  height: 38px;
  box-sizing: border-box;
  border: 1px solid #dbdbdb;
  font-size: 1em;
}
.omks--email-select ~ .omks--email-input, .omks--email-select ~ .omks--email-select, .omks--email-input ~ .omks--email-input, .omks--email-input ~ .omks--email-select {
  flex: 1 1 30%;
  width: calc(30% - 10px);
  margin-left: 10px;
}
.omks--email-select ~ .omks--email-at, .omks--email-input ~ .omks--email-at {
  margin-left: 10px;
}

.omks--address {
  position: relative;
}
.omks--address .ir--blind {
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
}
.omks--address .omks--button,
.omks--address .omks--input {
  height: 38px;
}
.omks--address-search {
  display: flex;
}
.omks--address-search .omks--button {
  margin-right: 10px;
}
.omks--address-search .omks--input {
  flex: 1 1 auto;
}
.omks--address-direct {
  margin-top: 10px;
}
.omks--address-direct .omks--input {
  width: 100%;
  flex: 1 1 100%;
}

.omks--table-list table {
  width: 100%;
}
.omks--table-list table th, .omks--table-list table td {
  height: 3em;
  box-sizing: border-box;
  padding: 0.5em 1.6em;
  border-bottom: 1px solid #D6D6D6;
  vertical-align: middle;
  font-size: 1em;
  font-weight: 400;
  color: #444444;
  text-align: center;
}
.omks--table-list table th.style--align-left, .omks--table-list table td.style--align-left {
  text-align: left;
}
.omks--table-list table thead th {
  border-top: 1.5px solid #000;
  font-weight: 600;
  white-space: nowrap;
}
.omks--table-list table tr.is--high-light th, .omks--table-list table tr.is--high-light td {
  background-color: #F2F8FF;
}
.omks--table-list table tr.is--high-light .table-list-order {
  position: relative;
  display: inline-block;
  width: 1.55em;
  text-indent: -9999px;
  overflow: hidden;
}
.omks--table-list table tr.is--high-light .table-list-order:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  width: 1.55em;
  height: 1.55em;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/resources/cms/img/omks/board/table-list-alert.svg");
  background-size: cover;
}
.omks--table-list .table-list-link {
  color: #000;
  word-break: keep-all;
}
.omks--table-list .table-list-link:hover {
  text-decoration: underline;
}
.omks--table-list .table-list-date {
  white-space: nowrap;
}
.omks--table-list .table-list-attached img {
  transform: translate(5px, 3px);
}

.omks--album .album-list {
  display: flex;
  flex-wrap: wrap;
  margin: -1em 0 0 -1em;
}
.omks--album .album-item {
  position: relative;
  flex: 0 0 calc(25% - 1em);
  width: calc(25% - 1em);
  margin: 1em 0 0 1em;
}
@media only screen and (min-width: 1081px) and (max-width: 1279px) {
  .omks--album .album-item {
    flex: 0 0 calc(33.33% - 1em);
    width: calc(33.33% - 1em);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .omks--album .album-item {
    flex: 0 0 calc(33.33% - 1em);
    width: calc(33.33% - 1em);
  }
}
@media only screen and (max-width: 767px) {
  .omks--album .album-item {
    flex: 0 0 calc(50% - 1em);
    width: calc(50% - 1em);
  }
}
.omks--album .album-item:hover .album-thumb:before {
  opacity: 1;
}
.omks--album .album-item:hover .album-title {
  text-decoration: underline;
}
.omks--album .album-item.is--high-light {
  position: relative;
}
.omks--album .album-item.is--high-light:before {
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  z-index: 1;
  content: "공지";
  width: 2.5em;
  height: 2.5em;
  border-radius: 50%;
  background-color: #086CDE;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/resources/cms/img/omks/board/album-list-alert.svg");
  background-size: cover;
  text-indent: -9999px;
  overflow: hidden;
  text-align: left;
}
.omks--album .album-thumb {
  position: relative;
  z-index: 0;
  width: 100%;
  padding-top: 66.67%;
  background-color: #f4f4f4;
  border-radius: 5px;
  overflow: hidden;
}
.omks--album .album-thumb img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  height: 100%;
}
.omks--album .album-thumb:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  content: "";
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 3px solid #000;
  border-radius: 5px;
  opacity: 0;
  transition: all 0.3s ease;
}
.omks--album .album-thumb.is--none img {
  display: none;
}
.omks--album .album-thumb.is--none:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: " No Images";
  width: 220px;
  font-size: 20px;
  font-weight: 400;
  color: #AEBFCF;
  line-height: 1.5;
  text-align: center;
  word-break: keep-all;
}
@media only screen and (min-width: 1081px) and (max-width: 1279px) {
  .omks--album .album-thumb.is--none:after {
    width: 17.1875vw;
    font-size: 1.5625vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .omks--album .album-thumb.is--none:after {
    width: 20.3703703704vw;
    font-size: 2.037037037vw;
  }
}
@media only screen and (max-width: 767px) {
  .omks--album .album-thumb.is--none:after {
    width: 32vw;
    font-size: 3.2vw;
  }
}
.omks--album .album-contents {
  display: flex;
  align-items: center;
  height: 70px;
  box-sizing: border-box;
  padding: 0 12px;
}
@media only screen and (min-width: 1081px) and (max-width: 1279px) {
  .omks--album .album-contents {
    height: 5.46875vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .omks--album .album-contents {
    height: 6.9444444444vw;
    padding: 0 1.1111111111vw;
  }
}
@media only screen and (max-width: 767px) {
  .omks--album .album-contents {
    height: 10.6666666667vw;
    padding: 0 2.4vw;
  }
}
.omks--album .album-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  width: 100%;
  max-height: 70px;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.3;
}
@media only screen and (min-width: 1081px) and (max-width: 1279px) {
  .omks--album .album-title {
    max-height: 5.46875vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .omks--album .album-title {
    max-height: 6.4814814815vw;
  }
}
@media only screen and (max-width: 767px) {
  .omks--album .album-title {
    max-height: 10.6666666667vw;
  }
}
.omks--album .album-link {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  overflow: hidden;
}

.omks--board-view .view-head,
.omks--board-view .view-body {
  border-top: 1px solid #D6D6D6;
}
.omks--board-view .view-head .head-row {
  display: flex;
  padding: 1em 1.4em;
}
.omks--board-view .view-head .head-row ~ .head-row {
  border-top: 1px solid #D6D6D6;
}
.omks--board-view .view-head .head-row .row-item {
  font-size: 1em;
  font-weight: 400;
  color: #777777;
}
.omks--board-view .view-head .head-row .row-item ~ .row-item {
  margin-left: 1.5em;
}
.omks--board-view .view-head .head-row .row-item:after {
  content: "";
  display: block;
  clear: both;
}
.omks--board-view .view-head .head-row .row-item .item-title {
  float: left;
  margin-right: 0.75em;
  font-weight: 500;
  letter-spacing: -1px;
}
.omks--board-view .view-head .head-row .row-item .item-contents {
  display: block;
  overflow: hidden;
  font-weight: 300;
}
.omks--board-view .view-body {
  padding: 1.9em 1.4em;
  font-size: 1em;
  font-weight: 400;
  color: #444444;
  line-height: 1.4;
}
.omks--board-view .view-body img {
  max-width: 100% !important;
}
.omks--board-view .view-body.style--answer {
  background-color: #F2F6FA;
}
.omks--board-view .view-title {
  display: flex;
  align-items: center;
  min-height: 100px;
  box-sizing: border-box;
  padding: 10px 28px;
  background-color: #F2F8FF;
  background-color: #f4f4f4;
  font-size: 1.2em;
  font-weight: 600;
  color: #0B0B0B;
  word-break: keep-all;
}
.omks--board-view .view-attached {
  display: flex;
  flex-wrap: wrap;
}
.omks--board-view .view-attached .attached-file {
  position: relative;
  margin-right: 20px;
}
.omks--board-view .view-attached .attached-file:after {
  content: "";
  display: block;
  clear: both;
}
.omks--board-view .view-attached .attached-file .file-icon {
  position: relative;
  float: left;
  width: 22px;
  margin-right: 5px;
  text-indent: -9999px;
  overflow: hidden;
}
.omks--board-view .view-attached .attached-file .file-icon:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  background-image: url("/resources/cms/img/omks/board/view-attached.svg");
  background-size: cover;
  background-position: center;
}
.omks--board-view .view-attached .attached-file .file-name {
  display: block;
  overflow: hidden;
  font-weight: 300;
  color: #777777;
  text-decoration: underline;
}
.omks--board-view .view-attached .attached-file .file-name:hover {
  color: #019aea;
}
.omks--board-view .view-banner {
  border-top: 1px solid #D6D6D6;
  padding: 38px 28px;
  font-size: 1em;
  font-weight: 400;
  color: #444444;
  line-height: 1.4;
}
.omks--board-view .view-banner .banner-frame {
  width: 1030px;
  max-width: 100%;
  margin: 0 auto;
}
.omks--board-view .view-banner .banner-image {
  position: relative;
  width: 100%;
  border-radius: 5px;
  background-color: #F2F6FA;
  background-color: #f4f4f4;
  overflow: hidden;
}
.omks--board-view .view-banner .banner-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
}
.omks--board-view .view-banner .banner-image.is--none img {
  display: none;
}
.omks--board-view .view-banner .banner-image.is--none:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: " No Images";
  width: 220px;
  font-size: 20px;
  font-weight: 400;
  color: #AEBFCF;
  line-height: 1.5;
  text-align: center;
  word-break: keep-all;
}
.omks--board-view .view-banner .banner-photos .banner-image {
  padding-top: 58.25%;
}
.omks--board-view .view-banner .banner-photos ~ .banner-thumbs {
  margin-top: 25px;
}
.omks--board-view .view-banner .banner-thumbs {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding: 0 70px;
}
.omks--board-view .view-banner .banner-thumbs .banner-slide {
  opacity: 0.7;
}
.omks--board-view .view-banner .banner-thumbs .banner-slide.swiper-slide-thumb-active, .omks--board-view .view-banner .banner-thumbs .banner-slide.is--on {
  opacity: 1;
}
.omks--board-view .view-banner .banner-thumbs .banner-image {
  padding-top: 56.9%;
}
.omks--board-view .view-banner .banner-navi .navi-prev, .omks--board-view .view-banner .banner-navi .navi-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: 70px;
  height: 70px;
  background-repeat: no-repeat;
  background-size: 50px auto;
  background-position: center;
  text-indent: -9999px;
  overflow: hidden;
}
.omks--board-view .view-banner .banner-navi .navi-prev.is--disabled, .omks--board-view .view-banner .banner-navi .navi-next.is--disabled {
  opacity: 0.3;
  cursor: default;
}
.omks--board-view .view-banner .banner-navi .navi-prev {
  left: 0;
  background-image: url("/resources/cms/img/omks/board/banner-prev.svg");
}
.omks--board-view .view-banner .banner-navi .navi-next {
  right: 0;
  background-image: url("/resources/cms/img/omks/board/banner-next.svg");
}

.omks--board-write .ir--blind {
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
}
.omks--board-write .write-form {
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
}
@media only screen and (max-width: 767px) {
  .omks--board-write .write-form {
    border: none;
  }
}
.omks--board-write .write-form .form-row {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .omks--board-write .write-form .form-row {
    display: block;
    border: 1px solid #d6d6d6;
    border-radius: 0.6666666667vw;
    overflow: hidden;
  }
}
.omks--board-write .write-form .form-row ~ .form-row {
  border-top: 1px solid #d6d6d6;
}
@media only screen and (max-width: 767px) {
  .omks--board-write .write-form .form-row ~ .form-row {
    margin-top: 2.6666666667vw;
  }
}
.omks--board-write .write-form .form-title {
  flex: 0 0 190px;
  width: 190px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 10px 28px;
  background-color: #F8F8F8;
  font-size: 1em;
  font-weight: 500;
  color: #444444;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .omks--board-write .write-form .form-title {
    flex: 0 0 17.5925925926vw;
    width: 17.5925925926vw;
    padding: 0.9259259259vw 2.5925925926vw;
  }
}
@media only screen and (max-width: 767px) {
  .omks--board-write .write-form .form-title {
    flex: none;
    display: block;
    width: 100%;
    padding: 2.4vw;
    border-bottom: 1px solid #d6d6d6;
  }
}
.omks--board-write .write-form .form-contents {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  min-height: 70px;
  box-sizing: border-box;
  padding: 10px 28px;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .omks--board-write .write-form .form-contents {
    min-height: 6.4814814815vw;
    padding: 0.9259259259vw 2.5925925926vw;
  }
}
@media only screen and (max-width: 767px) {
  .omks--board-write .write-form .form-contents {
    min-height: 10.6666666667vw;
    padding: 1.3333333333vw 1.8666666667vw;
  }
}

.omks--faq .faq-list {
  border-top: 1px solid #D6D6D6;
  border-bottom: 1px solid #D6D6D6;
}
.omks--faq .faq-list .faq-item ~ .faq-item {
  border-top: 1px solid #D6D6D6;
}
.omks--faq .faq-list .faq-item.is--open .faq-toggle {
  transform: rotateZ(0deg);
}
.omks--faq .faq-list .faq-item.is--open .faq-answer {
  display: block;
}
.omks--faq .faq-list .faq-question,
.omks--faq .faq-list .faq-answer {
  position: relative;
  padding: 1.5em 2em;
  padding-right: 4em;
}
.omks--faq .faq-list .faq-question:after,
.omks--faq .faq-list .faq-answer:after {
  content: "";
  display: block;
  clear: both;
}
.omks--faq .faq-list .faq-question .faq-mark {
  background-image: url("/resources/cms/img/omks/board/faq-q.png");
}
.omks--faq .faq-list .faq-answer {
  display: none;
  background-color: #EEF2F6;
}
.omks--faq .faq-list .faq-answer .faq-mark {
  border-color: #086CDE;
  background-color: #086CDE;
  background-image: url("/resources/cms/img/omks/board/faq-a.png");
}
.omks--faq .faq-list .faq-mark {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5em;
  height: 2.5em;
  margin-right: 3em;
  box-sizing: border-box;
  border: 1px solid #D6D6D6;
  border-radius: 50%;
  text-indent: -9999px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.omks--faq .faq-list .faq-contents {
  display: block;
  overflow: hidden;
}
.omks--faq .faq-list .faq-category {
  display: block;
  margin-bottom: 0.5em;
  font-size: 0.8em;
  font-weight: 600;
  color: #000000;
  letter-spacing: -1px;
  line-height: 1;
}
.omks--faq .faq-list .faq-paragrap {
  font-size: 1em;
  font-weight: 400;
  color: #444444;
  word-break: keep-all;
  line-height: 1.4;
}
.omks--faq .faq-list .faq-toggle {
  position: absolute;
  top: 1.5em;
  right: 0.75em;
  transform: rotateZ(180deg);
  width: 2.5em;
  height: 2.5em;
  border-radius: 0.25em;
  background-repeat: no-repeat;
  background-size: 1.6em auto;
  background-position: center;
  background-image: url("/resources/cms/img/omks/board/faq-arrow.svg");
  text-indent: -9999px;
  text-align: left;
  overflow: hidden;
  transform-origin: center;
  transition: all 0.3s ease;
}
.omks--faq .faq-list .faq-toggle:hover, .omks--faq .faq-list .faq-toggle:focus {
  background-color: #f4f4f4;
}

.omks--board-navigator {
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
}
.omks--board-navigator .navigator-row {
  display: flex;
}
.omks--board-navigator .navigator-row ~ .navigator-row {
  border-top: 1px solid #d6d6d6;
}
.omks--board-navigator .navigator-row .row-title {
  flex: 0 0 190px;
  width: 190px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F8F8F8;
  font-size: 18px;
  font-weight: 400;
  color: #444444;
}
.omks--board-navigator .navigator-row .row-contents {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  min-height: 70px;
  box-sizing: border-box;
  padding: 10px 50px;
}
.omks--board-navigator .navigator-row .row-link {
  font-size: 18px;
  font-weight: 400;
  color: #777;
  word-break: keep-all;
}
.omks--board-navigator .navigator-row .row-link:hover, .omks--board-navigator .navigator-row .row-link:focus {
  text-decoration: underline;
}

.omks--board-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.omks--board-pagination .pagi-arrow,
.omks--board-pagination .pagi-num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 5px;
  font-size: 19px;
  font-weight: 400;
  color: #444;
}
.omks--board-pagination .pagi-arrow.is--now,
.omks--board-pagination .pagi-num.is--now {
  font-weight: 600;
  color: #086CDE;
}
.omks--board-pagination .pagi-arrow ~ .pagi-num,
.omks--board-pagination .pagi-num ~ .pagi-num {
  margin-left: 10px;
}
.omks--board-pagination .pagi-arrow ~ .pagi-arrow,
.omks--board-pagination .pagi-num ~ .pagi-arrow {
  margin-left: 14px;
}
.omks--board-pagination .pagi-arrow:hover,
.omks--board-pagination .pagi-num:hover {
  background-color: #f4f4f4;
}
.omks--board-pagination .pagi-arrow {
  text-indent: -9999px;
  overflow: hidden;
  text-align: left;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 19px auto;
}
.omks--board-pagination .pagi-arrow + .pagi-num {
  margin-left: 14px;
}
.omks--board-pagination .pagi-arrow.cfy--first {
  background-image: url("/resources/cms/img/omks/board/pagi-arrow-first.svg");
}
.omks--board-pagination .pagi-arrow.cfy--end {
  background-image: url("/resources/cms/img/omks/board/pagi-arrow-end.svg");
}
.omks--board-pagination .pagi-arrow.cfy--prev {
  background-image: url("/resources/cms/img/omks/board/pagi-arrow-prev.svg");
}
.omks--board-pagination .pagi-arrow.cfy--next {
  background-image: url("/resources/cms/img/omks/board/pagi-arrow-next.svg");
}

.omks--search {
  display: flex;
}
.omks--search .ir--blind {
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
}
.omks--search .search-filter select {
  max-width: 100%;
  height: 54px;
}
.omks--search .search-filter ~ .search-keywords {
  margin-left: 12px;
}
.omks--search .search-filter ~ .search-filter {
  margin-left: 12px;
}
.omks--search .search-keywords {
  display: flex;
  width: 480px;
  max-width: 100%;
  height: 54px;
  box-sizing: border-box;
  border: 1px solid #D6D6D6;
  overflow: hidden;
}
.omks--search .search-keywords input {
  flex: 1 1 auto;
  width: 100%;
  height: 100%;
  border: none;
}
.omks--search .search-keywords button.keywords-submit {
  flex: 0 0 54px;
  width: 54px;
  height: 100%;
  min-width: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/resources/cms/img/omks/board/keywords-submit.svg");
  background-size: 32px auto;
  text-indent: -9999px;
  transition: all 0.3s ease;
}
.omks--search .search-keywords button.keywords-submit:hover, .omks--search .search-keywords button.keywords-submit:focus {
  background-color: #f4f4f4;
}

.omks--comment {
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
}
.omks--comment .comment-row {
  padding: 10px 0;
}
.omks--comment .comment-row ~ .comment-row {
  border-top: 1px solid #dbdbdb;
}
.omks--comment .comment-head {
  display: flex;
  align-items: center;
  padding: 10px;
  background-color: #ededed;
}
.omks--comment .comment-body {
  padding: 10px;
  background-color: #f4f4f4;
  font-size: 1em;
}
.omks--comment .comment-foot {
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
}
.omks--comment .comment-writer {
  font-size: 1em;
}
.omks--comment .comment-writer.style--recomment {
  font-size: 0.7em;
  color: #019aea;
}
.omks--comment .comment-writer ~ * {
  margin-left: 10px;
}
.omks--comment .comment-date {
  font-size: 0.8em;
  font-weight: 400;
  color: #999;
}

[class*=omks--icon-] {
  display: inline-flex;
  font-size: 20px;
  line-height: 1;
}
[class*=omks--icon-].style--size-s {
  font-size: 20px;
}
[class*=omks--icon-].style--size-l {
  font-size: 30px;
}
[class*=omks--icon-].style--size-extend {
  font-size: 1em;
}

/* 임시 추가 부분 */
.omks--filter {
  position: relative;
  display: inline-block;
  border: none;
}
.omks--filter .filter-title {
  position: absolute;
  top: 0;
  left: 10px;
  transform: translateY(-60%);
  z-index: 1;
  background-color: #fff;
  padding: 0 5px;
  font-size: 0.8em;
  line-height: 1;
}
.omks--filter .filter-select {
  position: relative;
  z-index: 0;
  border: 1px solid #dbdbdb;
  border-radius: 5px;
  overflow: hidden;
}
.omks--filter .omks--select {
  position: relative;
  z-index: 1;
  height: 2.5em;
  box-sizing: border-box;
  border-radius: inherit;
}
.omks--filter .omks--select option[value=""][disabled] {
  display: none;
}

.omks--cart-filter {
  width: 400px;
  max-width: 100%;
  display: inline-flex;
  align-items: center;
  position: relative;
  height: 48px;
  box-sizing: border-box;
  padding: 0 10px;
  padding-right: 38px;
  padding-right: 2em;
  border: 1px solid #dbdbdb;
  border-radius: 5px;
  background-repeat: no-repeat;
  background-image: url("/resources/cms/img/omks/form/select-arrow.svg");
  background-size: 2em auto;
  background-position: 100% 50%;
}
.omks--cart-filter .filter-frame {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.omks--cart-filter .filter-count {
  padding: 8px 10px;
  border-radius: 15px;
  background-color: #019eae;
  font-size: 0.65em;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  letter-spacing: 0;
}
.omks--cart-filter .filter-layer {
  position: absolute;
  top: 110%;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 20px;
  border: 1px solid #dbdbdb;
  border-radius: 5px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  overflow: hidden;
}
.omks--cart-filter .filter-find {
  position: relative;
  width: 100%;
  height: 38px;
  box-sizing: border-box;
  border: 1px solid #dbdbdb;
  border-radius: 25px;
}
.omks--cart-filter .filter-find .find-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  font-size: 20px;
}
.omks--cart-filter .filter-find .find-icon .omks--icon-search {
  height: 20px;
}
.omks--cart-filter .filter-find input[type=text] {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 0 20px;
  padding-left: 50px;
  background: none;
  border: none;
  border-radius: inherit;
  font-size: 0.75em;
}
.omks--cart-filter .filter-find .find-title {
  position: absolute;
  top: 0;
  left: 15px;
  transform: translateY(-60%);
  background-color: #fff;
  padding: 0 5px;
  font-size: 0.7em;
  line-height: 1;
}
.omks--cart-filter .filter-option {
  margin-top: 10px;
}
.omks--cart-filter .filter-option .option-list {
  max-height: 200px;
  overflow-y: auto;
}
.omks--cart-filter .filter-option .option-item {
  padding: 5px 10px;
  border-radius: 3px;
  font-size: 14px;
  line-height: 1;
}
.omks--cart-filter .filter-option .option-item:hover {
  background-color: #f4f4f4;
}

.omks--tag-filter .tag-filter-row ~ .tag-filter-row {
  margin-top: 10px;
}
.omks--tag-filter .filter-select {
  display: inline-block;
  position: relative;
  border: 1px solid #dbdbdb;
  border-radius: 5px;
  font-size: 16px;
}
.omks--tag-filter .filter-select .filter-title {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  height: 30px;
  padding: 0 10px;
  border-radius: inherit;
  padding-right: 38px;
  padding-right: 2em;
  background-repeat: no-repeat;
  background-image: url("/resources/cms/img/omks/form/select-arrow.svg");
  background-size: 2em auto;
  background-position: 100% 50%;
  background-color: #fff;
  font-size: 1em;
  pointer-events: none;
}
.omks--tag-filter .filter-select select {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
}
.omks--tag-filter .filter-select.is--selected .filter-title {
  background-color: #000;
  color: #fff;
}
.omks--tag-filter .filter-option .option-item {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  height: 30px;
  padding: 0 10px;
  border-radius: 15px;
  background-color: #f4f4f4;
  font-size: 14px;
}
.omks--tag-filter .filter-option .option-name {
  font-size: 14px;
}
.omks--tag-filter .filter-option .option-remove {
  display: inline-flex;
  margin-left: 20px;
  font-size: 13px;
  line-height: 1;
  color: #ff5000;
  opacity: 0.7;
}
.omks--tag-filter .filter-option .option-remove:hover {
  opacity: 1;
}

.omks--period {
  display: flex;
}
.omks--period .period-date {
  position: relative;
  display: inline-block;
  border: none;
}
.omks--period .period-date ~ .period-date {
  margin-left: 10px;
}
.omks--period .period-date .date-label {
  position: absolute;
  top: 0;
  left: 10px;
  transform: translateY(-60%);
  z-index: 1;
  background-color: #fff;
  padding: 0 5px;
  font-size: 0.8em;
  line-height: 1;
}
.omks--period .period-date .date-input {
  position: relative;
  border: 1px solid #dbdbdb;
  border-radius: 5px;
}
.omks--period .period-date .date-input input {
  margin: 0;
  height: 38px;
  padding: 0 10px;
  padding-right: 38px;
  border-radius: inherit;
}
.omks--period .period-date .date-input .input-icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-flex;
  font-size: 24px;
}

.omks--period-set {
  position: relative;
  display: inline-block;
  border: none;
}
.omks--period-set .period-title {
  position: absolute;
  top: 0;
  left: 10px;
  transform: translateY(-60%);
  z-index: 1;
  background-color: #fff;
  padding: 0 5px;
  font-size: 0.8em;
  line-height: 1;
}
.omks--period-set .period-form {
  display: flex;
  align-items: center;
  position: relative;
  height: 38px;
  box-sizing: border-box;
  padding: 0 10px;
  padding-right: 43px;
  border: 1px solid #dbdbdb;
  border-radius: 5px;
}
.omks--period-set .period-icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-flex;
  font-size: 24px;
}
.omks--period-set .period-input {
  width: 120px;
  height: 28px;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  text-align: center;
  border-radius: 0;
  border-bottom: 1.5px solid #000;
  font-size: 0.8em;
}
.omks--period-set .period-tilde {
  margin: 0 5px;
}

/* 공통 */
.a11y-hidden {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
}

.common--wrap {
  display: flex;
  flex-direction: column;
}
.common--wrap .common--footer {
  margin-top: auto;
}

.common--wrap {
  position: relative;
  width: 100%;
  min-height: 100vh;
  min-width: 1240px;
  font-family: "Pretendard";
  letter-spacing: -0.5px;
}
.common--wrap * {
  font-family: "Pretendard";
}
.common--wrap a {
  text-decoration: none;
}
.common--wrap a:hover, .common--wrap a:focus {
  text-decoration: none;
}
.common--wrap.main--wrap {
  overflow: hidden;
  min-width: 1920px;
}
@media only screen and (max-width: 1920px) {
  .common--wrap.main--wrap {
    min-width: 100%;
  }
}

/* Header */
.common--header {
  position: relative;
}
.common--header ul, .common--header li {
  margin: 0;
}
.common--header .header-inner {
  width: 1240px;
  box-sizing: border-box;
  padding: 0 20px;
  margin: 0 auto;
}
.common--header .header-frame {
  position: relative;
  z-index: 3;
  height: 85px;
  background-color: #444444;
}
.common--header .header-frame .header-inner {
  display: flex;
  align-items: center;
}
.common--header .header-menu {
  margin-left: auto;
}
.common--header .header-menu .menu-list {
  display: flex;
}
.common--header .header-menu .menu-item {
  position: relative;
}
.common--header .header-menu .menu-name {
  position: relative;
  z-index: 1;
}
.common--header .header-menu .menu-name a, .common--header .header-menu .menu-name .name-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 85px;
  box-sizing: border-box;
  padding: 0 35px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}
.common--header .header-menu .menu-name.is--on ~ .menu-depths {
  display: block;
}
.common--header .header-menu .menu-depths {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -10px);
  z-index: 1;
  width: 200px;
  box-sizing: border-box;
  border-top: 10px solid #516ed8;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  animation: headerMenuDepthsRending 1 0.2s ease;
  animation-fill-mode: both;
}
@keyframes headerMenuDepthsRending {
  0% {
    opacity: 0;
    transform: translate(-50%, 0);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -10px);
  }
}
.common--header .header-menu .menu-depths .depths-item:hover .depths-name {
  background-color: #516ed8;
  color: #fff;
}
.common--header .header-menu .menu-depths .depths-name {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 45px;
  box-sizing: border-box;
  padding: 8px 20px;
  background-color: #ffffff;
  box-shadow: none;
  border-bottom: 1px solid #d5d5d5;
  font-size: 16px;
  font-weight: 400;
  color: #444;
  line-height: 1.3;
  word-break: keep-all;
  transition: all 0.2s ease;
}
.common--header .header-menu .menu-depths .depths-name:hover, .common--header .header-menu .menu-depths .depths-name:focus {
  background-color: #516ed8;
  color: #fff;
}
.common--header .header-menu .menu-depths .depths-under {
  padding: 10px 20px;
  background-color: #f2f2f2;
}
.common--header .header-menu .menu-depths .depths-under .under-link {
  font-size: 14px;
  font-weight: 400;
  color: #444;
  line-height: 1.3;
  overflow: hidden;
}
.common--header .header-menu .menu-depths .depths-under .under-link ~ .under-link {
  margin-top: 8px;
}
.common--header .header-menu .menu-depths .depths-under .under-link span {
  float: left;
  margin-right: 5px;
}
.common--header .header-menu .menu-depths .depths-under .under-link a {
  display: block;
  overflow: hidden;
  word-break: keep-all;
  text-underline-offset: 2px;
}
.common--header .header-menu .menu-depths .depths-under .under-link a:hover, .common--header .header-menu .menu-depths .depths-under .under-link a:focus {
  text-decoration: underline;
}
.common--header .header-funcs {
  margin-left: 20px;
}
.common--header .header-funcs .funcs-button.sitemap-toggle {
  width: 50px;
  height: 50px;
  color: #fff;
  line-height: 1;
}
.common--header .header-funcs .funcs-button.sitemap-toggle .sitemap-open {
  font-size: 24px;
}
.common--header .header-funcs .funcs-button.sitemap-toggle .sitemap-close {
  display: none;
  font-size: 28px;
}
.common--header .header-funcs .funcs-button.sitemap-toggle.is--on .sitemap-open {
  display: none;
}
.common--header .header-funcs .funcs-button.sitemap-toggle.is--on .sitemap-close {
  display: inline-flex;
}
.common--header .header-sitemap {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2;
  width: 100%;
  min-height: calc(100vh - 85px);
}
.common--header .header-sitemap.is--on {
  display: block;
}
.common--header .header-sitemap:before {
  position: fixed;
  top: 0;
  left: 0;
  content: "";
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
}
.common--header .header-sitemap .sitemap-frame {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 590px;
  box-sizing: border-box;
  padding-bottom: 50px;
  border-top: 1px solid #777777;
  background-color: #444444;
  background-repeat: no-repeat;
  background-position: right 0 bottom 90px;
  background-image: url("/resources/cms/img/common/sitemap-background.png");
}
.common--header .header-sitemap .header-inner {
  display: block;
}
.common--header .header-sitemap .sitemap-head {
  display: flex;
  justify-content: center;
  padding-top: 60px;
  margin-bottom: 40px;
}
.common--header .header-sitemap .sitemap-title {
  font-size: 32px;
  font-weight: 600;
  color: #fff;
}
.common--header .header-sitemap .sitemap-menu .menu-list {
  display: flex;
  flex-wrap: wrap;
}
.common--header .header-sitemap .sitemap-menu .menu-item {
  flex: 0 0 calc(25% - 70px);
  width: 230px;
  margin: 50px 0 0 70px;
}
.common--header .header-sitemap .sitemap-menu .menu-name {
  display: flex;
  align-items: center;
  height: 55px;
  box-sizing: border-box;
  padding: 0 18px;
  border-bottom: 5px solid #5158aa;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  line-height: 1.3;
}
.common--header .header-sitemap .sitemap-menu .menu-depths .depths-name {
  display: flex;
  align-items: center;
  height: 48px;
  box-sizing: border-box;
  padding: 0 18px;
  border-bottom: 1px solid #fff;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  line-height: 1.3;
}
.common--header .header-sitemap .sitemap-menu .menu-depths .depths-link-group {
  padding: 20px;
  background-color: #5f5f5f;
}
.common--header .header-sitemap .sitemap-menu .menu-depths .depths-link {
  display: flex;
  align-items: flex-start;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  line-height: 1.3;
}
.common--header .header-sitemap .sitemap-menu .menu-depths .depths-link:before {
  float: left;
  content: "-";
  margin-right: 5px;
}
.common--header .header-sitemap .sitemap-menu .menu-depths .depths-link:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.common--header .header-sitemap .sitemap-menu .menu-depths .depths-link ~ .depths-link {
  margin-top: 5px;
}

/* Container */
.common--container .page-section {
  padding-bottom: 200px;
}
.common--container .page-inner {
  width: 1240px;
  box-sizing: border-box;
  padding: 0 20px;
  margin: 0 auto;
}
.common--container .page-head {
  margin-bottom: 45px;
}
.common--container .page-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 70px 0 30px 0;
}
.common--container .page-title .title-name {
  font-size: 40px;
  font-weight: 600;
  color: #444444;
  line-height: 1;
  letter-spacing: -1px;
}
.common--container .page-navi {
  border-bottom: 1px solid #d5d5d5;
  background-color: #fff;
}
.common--container .page-navi ul, .common--container .page-navi li {
  margin: 0;
}
.common--container .page-navi .navi-list {
  display: flex;
}
.common--container .page-navi .navi-list .navi-item {
  position: relative;
  border-right: 1px solid #d5d5d5;
}
.common--container .page-navi .navi-list .navi-item:first-child {
  border-left: 1px solid #d5d5d5;
}
.common--container .page-navi .navi-home {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 50px;
  color: #444;
}
.common--container .page-navi .navi-home:hover, .common--container .page-navi .navi-home:focus {
  color: #516ed8;
}
.common--container .page-navi .navi-link,
.common--container .page-navi .navi-toggle {
  display: flex;
  align-items: center;
  min-width: 200px;
  height: 50px;
  box-sizing: border-box;
  padding: 0 20px;
  font-size: 14px;
  font-weight: 600;
  color: #444;
}
.common--container .page-navi .navi-link:hover, .common--container .page-navi .navi-link:focus,
.common--container .page-navi .navi-toggle:hover,
.common--container .page-navi .navi-toggle:focus {
  color: #516ed8;
}
.common--container .page-navi .navi-toggle {
  padding-right: 50px;
  background-repeat: no-repeat;
  background-image: url("/resources/cms/img/common/navi-arrow.svg");
  background-size: 28px auto;
  background-position: right 12px center;
}
.common--container .page-navi .navi-toggle.is--on ~ .navi-layer {
  display: block;
}
.common--container .page-navi .navi-layer {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  animation: pageNaviRending 1 0.2s ease;
  animation-fill-mode: both;
}
@keyframes pageNaviRending {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.common--container .page-navi .navi-siblings li ~ li {
  border-top: 1px solid #d5d5d5;
}
.common--container .page-navi .navi-siblings a {
  display: flex;
  align-items: center;
  min-height: 40px;
  box-sizing: border-box;
  padding: 5px 20px;
  font-size: 14px;
  font-weight: 400;
  color: #444;
  word-break: keep-all;
}
.common--container .page-navi .navi-siblings a:hover {
  color: #516ed8;
}
.common--container .page-siblings {
  display: flex;
  justify-content: center;
  margin-top: 70px;
}
.common--container .page-siblings ul {
  display: flex;
  padding: 0 45px;
  border-radius: 25px;
  background: linear-gradient(to right, #3e4271 0%, #5158aa 50%, #516ed8 100%);
}
.common--container .page-siblings ul li ~ li {
  position: relative;
  margin-left: 30px;
  padding-left: 30px;
}
.common--container .page-siblings ul li ~ li:before {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) skewY(-0.01deg);
  left: 0;
  content: "";
  width: 2px;
  height: 12px;
  background-color: #fff;
}
.common--container .page-siblings ul li a {
  display: flex;
  align-items: center;
  height: 40px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}

/* Footer */
.common--footer .footer-inner {
  width: 1240px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 20px;
}
.common--footer .footer-link .link-inside {
  display: flex;
  align-items: center;
  height: 50px;
}
.common--footer .footer-link .link-inside a {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}
.common--footer .footer-link .link-inside a ~ a {
  margin-left: 45px;
}
.common--footer .footer-link .link-inside a.style--high-light {
  color: #5f7ff2;
}
.common--footer .footer-box {
  display: flex;
  align-items: flex-start;
}
.common--footer .footer-logo {
  flex: 0 0 200px;
  margin-right: 60px;
}
.common--footer .footer-logo img {
  max-width: 100%;
}
.common--footer .footer-contents {
  flex: 1 1 auto;
  text-align: left;
}
.common--footer .footer-link-group {
  display: flex;
}
.common--footer .footer-link-group .footer-link ~ .footer-link {
  margin-left: 12px;
}
.common--footer .footer-link {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #fff;
}
.common--footer .footer-link:before {
  content: "·";
  margin-right: 5px;
}
.common--footer .footer-link a {
  color: inherit;
  text-underline-offset: 3px;
}
.common--footer .footer-link a:hover {
  text-decoration: underline;
}
.common--footer .footer-address {
  margin: 10px 0 5px;
  display: flex;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  font-style: normal;
  line-height: 1.3;
}
.common--footer .footer-address p {
  margin: 0;
}
.common--footer .footer-copyright {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.3;
  text-align: left;
  letter-spacing: 0;
}
.common--footer .footer-infos {
  padding: 20px 0 30px 0;
  border-top: 1px solid #777777;
  background-color: #444444;
}
.common--footer .footer-toggle {
  display: none;
}
.common--footer .footer-banner {
  padding: 10px 0;
  background-color: #fff;
  border-top: 1px solid #ccc;
}
.common--footer .footer-banner:has(:not(.banner-slide)) {
  display: none;
}
.common--footer .footer-banner ul, .common--footer .footer-banner li {
  margin: 0;
}
.common--footer .footer-banner .footer-inner {
  position: relative;
}
.common--footer .footer-banner .banner-container {
  position: relative;
  z-index: 0;
  padding: 0 60px;
}
.common--footer .footer-banner .banner-image {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  width: 100%;
  height: 60px;
  box-sizing: border-box;
  padding: 0 14px;
  overflow: hidden;
}
.common--footer .footer-banner .banner-image img {
  max-width: 100%;
}
.common--footer .footer-banner .banner-navi .navi-button {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 60px;
  height: 60px;
  font-size: 28px;
  font-weight: 400;
  color: #666;
  background-color: #fff;
}
.common--footer .footer-banner .banner-navi .navi-button.navi-prev {
  left: 20px;
}
.common--footer .footer-banner .banner-navi .navi-button.navi-next {
  right: 20px;
}
.common--footer .footer-banner .banner-navi .navi-button.swiper-button-disabled {
  opacity: 0.4;
}

/* Modal */
.common--modal {
  font-family: "Pretendard";
}
.common--modal * {
  font-family: "Pretendard";
}
.common--modal .modal-wrap {
  border-radius: 5px;
  overflow: hidden;
  background-color: #fff;
}
.common--modal .modal-head {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  background: linear-gradient(to right, #3e4271 0%, #5158aa 50%, #516ed8 100%);
}
.common--modal .modal-head .modal-close {
  position: absolute;
  top: 0;
  right: 0;
}
.common--modal .modal-body {
  padding: 30px;
}
.common--modal .modal-body ~ .modal-foot {
  padding-top: 0;
}
.common--modal .modal-foot {
  padding: 20px;
}
.common--modal .modal-title {
  margin: 0;
  padding: 0;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
}
.common--modal .modal-close {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  font-size: 22px;
  color: #fff;
}
.common--modal .omks--button {
  min-width: 9.375em;
  height: 2.5em;
  border-radius: 5px;
}
.common--modal .omks--button.style--color-primary {
  background-color: #3e4271;
  color: #fff;
}
.common--modal .omks--button.style--color-orange--gradient {
  background: rgb(255, 119, 47);
  background: linear-gradient(90deg, rgb(255, 119, 47) 0%, rgb(255, 140, 62) 50%, rgb(255, 165, 79) 100%);
  color: #fff;
}

.ip-block {
  width: 680px;
}
.ip-block .block-icon {
  display: flex;
  justify-content: center;
  font-size: 100px;
  line-height: 1;
  margin-bottom: 10px;
  color: #3e4271;
}
.ip-block .block-title {
  font-size: 32px;
  font-weight: 500;
  color: #3e4271;
  line-height: 1.5;
  text-align: center;
  letter-spacing: -0.5px;
}
.ip-block .block-title b {
  font-weight: 600;
}
.ip-block .block-paragraph {
  margin-top: 30px;
  padding: 20px;
  background-color: #f4f4f4;
  border: 1px solid #ccc;
  border-radius: 10px;
  text-align: left;
  word-break: keep-all;
  font-size: 16px;
  letter-spacing: -0.5px;
  color: #666;
}
.ip-block .block-from {
  margin-top: 30px;
  font-size: 17px;
  letter-spacing: -0.5px;
  color: #516ed8;
}

/* Footer */
.main--footer {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
  width: 100%;
  transition: all 0.5s ease;
}
.main--footer.is--on {
  transform: translateY(0%);
}
.main--footer .footer-contents {
  position: relative;
}
.main--footer .footer-toggle {
  position: absolute;
  top: 0;
  left: 10%;
  transform: translateY(-100%);
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 140px;
  height: 40px;
  box-sizing: border-box;
  padding: 0 15px 0 20px;
  background-color: #02b9d5;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  letter-spacing: -0.5px;
  line-height: 1;
  transition: all 0.2s ease;
}
.main--footer .footer-toggle [class^=omks--icon] {
  display: inline-flex;
  transform: rotateZ(90deg);
  transform-origin: center;
  margin-left: 15px;
  font-size: 18px;
  line-height: 1;
  transition: all 0.5s ease;
}
.main--footer .footer-toggle:hover {
  background-color: #019aea;
}
.main--footer .footer-toggle.is--on [class^=omks--icon] {
  transform: rotateZ(-90deg);
}

/* 개발자 추가 */
.editor_common_css {
  flex-wrap: unset !important;
}

.editor_common_css div.form-contents {
  min-width: 85%;
  width: 100%;
}

.email-refuse {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 680px;
  max-width: 100%;
  box-sizing: border-box;
  padding: 28px;
  padding-top: 0;
  margin: 50px auto;
  border-top: 10px solid #516ed8;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  font-family: "Pretendard";
}
.email-refuse .refuse-figure {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px;
  font-size: 0;
}
.email-refuse .refuse-figure img {
  max-width: 100%;
}
.email-refuse .refuse-figure .figure-caption {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -1px;
  line-height: 1;
  color: #ef4646;
}
.email-refuse .refuse-guide {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.5px;
  text-align: center;
  word-break: break-all;
}

/* 컨텐츠 */
/* 튜닝부품소개 */
.contents-parts .parts-search {
  display: flex;
  width: 860px;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 40px;
}
.contents-parts .parts-search .search-filter {
  flex: 0 0 160px;
  width: 160px;
}
.contents-parts .parts-search .search-filter .omks--select {
  width: 100%;
  height: 2.5em;
  padding-left: 1em;
  border-radius: 3.25em;
  font-size: 1em;
  color: #777;
}
.contents-parts .parts-search .search-filter ~ [class^=search-] {
  margin-left: 12px;
}
.contents-parts .parts-search .search-keywords {
  position: relative;
  flex: 1 1 auto;
  position: relative;
  border-radius: 3.25em;
}
.contents-parts .parts-search .search-keywords .omks--input {
  width: 100%;
  height: 2.5em;
  box-sizing: border-box;
  border: 1px solid #dbdbdb;
  padding-left: 2.8em;
  border-radius: inherit;
  background-repeat: no-repeat;
  background-image: url("/resources/cms/img/board/parts-keywords-submit.svg");
  background-size: 1.2em auto;
  background-position: 0.8em 50%;
  transition: all 0.2s ease;
}
.contents-parts .parts-search .search-keywords .omks--input:focus {
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}
.contents-parts .parts-search .search-keywords .keywords-submit {
  position: absolute;
  top: 0;
  right: 0;
  width: 6.25em;
  height: 100%;
  border-radius: inherit;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background-color: #444444;
  color: #fff;
}
.contents-parts .parts-album {
  font-size: 1em;
}
.contents-parts .parts-album .album-list {
  display: flex;
  flex-wrap: wrap;
  margin: -1em 0 0 -1em;
}
.contents-parts .parts-album .album-item {
  flex: 0 0 calc(20% - 1em);
  width: calc(20% - 1em);
  margin: 1em 0 0 1em;
}
.contents-parts .parts-album .album-item .item-category {
  position: absolute;
  top: 0.625em;
  right: 0.625em;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 3.125em;
  height: 1.875em;
  box-sizing: border-box;
  padding: 0 1em;
  border-radius: 1.5625em;
  background-color: #ddd;
}
.contents-parts .parts-album .album-item .item-category .category-icon {
  display: inline-flex;
  line-height: 1;
}
.contents-parts .parts-album .album-item .item-category .category-name {
  font-size: 0.875em;
}
.contents-parts .parts-album .album-item .item-title,
.contents-parts .parts-album .album-item .item-madein {
  max-width: 100%;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  line-height: 1.2;
}
.contents-parts .parts-album .album-item .item-title {
  font-size: 1em;
}
.contents-parts .parts-album .album-item .item-madein {
  margin-top: 0.5em;
  font-size: 0.875em;
}
.contents-parts .parts-album .album-item.cfy--01 .item-category {
  background-color: #1f29a7;
  color: #fff;
}
.contents-parts .parts-album .album-item.cfy--02 .item-category {
  background-color: #f7ab3f;
  color: #fff;
}
.contents-parts .parts-album .album-item.cfy--03 .item-category {
  background-color: #f9cf50;
  color: #fff;
}
.contents-parts .parts-album .album-card {
  position: relative;
  display: block;
  border-radius: 0.625em;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  font-size: 1em;
}
.contents-parts .parts-album .album-card:hover .item-frame {
  height: 6.25em;
  background-color: #516ed8;
}
.contents-parts .parts-album .album-card:hover .item-title, .contents-parts .parts-album .album-card:hover .item-madein {
  color: #fff;
}
.contents-parts .parts-album .album-thumb {
  position: relative;
  width: 100%;
  padding-top: 60.85%;
  background-color: #efefef;
  overflow: hidden;
}
.contents-parts .parts-album .album-thumb img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-height: 100%;
  max-width: none;
  width: 100%;
  height: 100%;
}
.contents-parts .parts-album .album-thumb.is--none {
  position: relative;
}
.contents-parts .parts-album .album-thumb.is--none img {
  display: none;
}
.contents-parts .parts-album .album-thumb.is--none:after {
  position: absolute;
  bottom: 20px;
  left: 0;
  content: "EV Conversion";
  font-size: 33px;
  font-weight: 700;
  color: #000;
  white-space: nowrap;
  letter-spacing: -2px;
  opacity: 0.1;
}
.contents-parts .parts-album .album-contents {
  position: relative;
  height: 4.375em;
  background-color: #fff;
  border-radius: inherit;
}
.contents-parts .parts-album .album-contents .item-frame {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 0 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: inherit;
  background-color: #fff;
  transition: all 0.2s ease;
}

/* 성능 조회 */
.contents-performance .performance-search {
  border: 1px solid #dbdbdb;
  padding: 10px;
  margin-bottom: 30px;
}
.contents-performance .performance-search .search-process .process-step {
  display: flex;
  border: 2px solid #dbdbdb;
  border-radius: 8px;
  overflow: hidden;
}
.contents-performance .performance-search .search-process .process-step .step-button {
  position: relative;
  flex: 1 0 25%;
  width: 25%;
  height: 40px;
  background-color: #f6f6f6;
  /* 활성화 */
}
.contents-performance .performance-search .search-process .process-step .step-button .button-frame {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 0 15px;
  text-align: left;
  opacity: 0.8;
}
.contents-performance .performance-search .search-process .process-step .step-button .button-check {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  border: 1px solid #1a3c6e;
  background-color: #fff;
  border-radius: 50%;
  font-size: 12px;
  line-height: 1;
  color: #2d4c7a;
}
.contents-performance .performance-search .search-process .process-step .step-button .button-icon {
  display: flex;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  text-indent: -9999px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  transform: skewY(-0.1deg);
}
.contents-performance .performance-search .search-process .process-step .step-button .button-text {
  transform: translateY(-1px);
  font-size: 16px;
  font-weight: 500;
  color: #797ca3;
  color: #404476;
}
.contents-performance .performance-search .search-process .process-step .step-button ~ .step-button {
  border-left: 2px solid #dbdbdb;
}
.contents-performance .performance-search .search-process .process-step .step-button:nth-child(1) .button-icon {
  background-image: url("/resources/cms/img/contents/performance/car-blue.svg");
  background-size: 24px auto;
}
.contents-performance .performance-search .search-process .process-step .step-button:nth-child(2) .button-icon {
  background-image: url("/resources/cms/img/contents/performance/motor-blue.png");
  background-size: 28px auto;
}
.contents-performance .performance-search .search-process .process-step .step-button:nth-child(3) .button-icon {
  background-image: url("/resources/cms/img/contents/performance/inverter-blue.png");
  background-size: 26px auto;
}
.contents-performance .performance-search .search-process .process-step .step-button:nth-child(4) .button-icon {
  background-image: url("/resources/cms/img/contents/performance/battery-blue.png");
  background-size: 24px auto;
}
.contents-performance .performance-search .search-process .process-step .step-button.is--on {
  background-color: #fff;
}
.contents-performance .performance-search .search-process .process-step .step-button.is--on .button-frame {
  opacity: 1;
}
.contents-performance .performance-search .search-process .process-step .step-button.is--on .button-check {
  border-color: #1a3c6e;
}
.contents-performance .performance-search .search-process .process-step .step-button.is--on .button-text {
  color: #404476;
}
.contents-performance .performance-search .search-process .process-step .step-button.is--on ~ .step-button button {
  opacity: 1;
}
.contents-performance .performance-search .search-process .process-step .step-button.is--on ~ .step-button .button-check {
  border-color: #87919b;
  text-indent: -9999px;
}
.contents-performance .performance-search .search-process .process-step .step-button.is--on ~ .step-button .button-icon {
  background-color: #f6f6f6;
}
.contents-performance .performance-search .search-process .process-step .step-button.is--on ~ .step-button .button-text {
  color: #d9d9d9;
}
.contents-performance .performance-search .search-process .process-step .step-button.is--on ~ .step-button:nth-child(2) .button-icon {
  background-image: url("/resources/cms/img/contents/performance/motor-gray.png");
}
.contents-performance .performance-search .search-process .process-step .step-button.is--on ~ .step-button:nth-child(3) .button-icon {
  background-image: url("/resources/cms/img/contents/performance/inverter-gray.png");
}
.contents-performance .performance-search .search-process .process-step .step-button.is--on ~ .step-button:nth-child(4) .button-icon {
  background-image: url("/resources/cms/img/contents/performance/battery-gray.png");
}
.contents-performance .performance-search .search-process .process-reset {
  display: flex;
  align-items: center;
  color: #444;
}
.contents-performance .performance-search .search-process .process-reset .reset-icon {
  display: inline-flex;
  margin-right: 5px;
  font-size: 20px;
  line-height: 1;
  transform: rotateZ(180deg);
}
.contents-performance .performance-search .search-process .process-reset .reset-text {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -1px;
  transform: translateY(-1px);
}
.contents-performance .performance-search .search-process .process-reset:hover {
  color: #516ed8;
}
.contents-performance .performance-search .search-process .process-funcs {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.contents-performance .performance-search .search-process .process-funcs .process-reset {
  margin-right: 30px;
}
.contents-performance .performance-search .search-process .process-funcs .funcs-button .omks--button-group {
  margin-top: 0;
}
.contents-performance .performance-search .search-process .process-funcs .funcs-button .omks--button {
  min-width: 100px;
  height: 40px;
}
.contents-performance .performance-search .search-process .process-option .option-banner {
  position: relative;
  padding: 0 40px;
}
.contents-performance .performance-search .search-process .process-option .option-banner .banner-navi .navi-button {
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 100%;
  max-height: 100px;
}
.contents-performance .performance-search .search-process .process-option .option-banner .banner-navi .navi-button.navi-prev {
  left: 0;
}
.contents-performance .performance-search .search-process .process-option .option-banner .banner-navi .navi-button.navi-next {
  right: 0;
}
.contents-performance .performance-search .search-process .process-option .option-banner .banner-navi .navi-button.is--disabled {
  opacity: 0.3;
}
.contents-performance .performance-search .search-process .process-option .option-card {
  margin: 0;
}
.contents-performance .performance-search .search-process .process-option .option-card.cfy--car {
  display: block;
  cursor: pointer;
}
.contents-performance .performance-search .search-process .process-option .option-card.cfy--car input[type=radio], .contents-performance .performance-search .search-process .process-option .option-card.cfy--car input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
}
.contents-performance .performance-search .search-process .process-option .option-card.cfy--car input[type=radio]:checked ~ .card-thumb, .contents-performance .performance-search .search-process .process-option .option-card.cfy--car input[type=checkbox]:checked ~ .card-thumb {
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.2);
}
.contents-performance .performance-search .search-process .process-option .option-card.cfy--car input[type=radio]:checked ~ .card-thumb .thumb-frame:after, .contents-performance .performance-search .search-process .process-option .option-card.cfy--car input[type=checkbox]:checked ~ .card-thumb .thumb-frame:after {
  border-width: 3px;
  border-color: #404476;
}
.contents-performance .performance-search .search-process .process-option .option-card.cfy--car input[type=radio]:checked ~ .card-name, .contents-performance .performance-search .search-process .process-option .option-card.cfy--car input[type=checkbox]:checked ~ .card-name {
  color: #404476;
}
.contents-performance .performance-search .search-process .process-option .option-card.cfy--car .card-thumb {
  border-radius: 5px;
  overflow: hidden;
  transition: all 0.2s ease;
}
.contents-performance .performance-search .search-process .process-option .option-card.cfy--car .card-thumb .thumb-frame {
  position: relative;
  width: 100%;
  padding-top: 71.43%;
  border-radius: inherit;
  overflow: hidden;
}
.contents-performance .performance-search .search-process .process-option .option-card.cfy--car .card-thumb .thumb-frame img {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  transform: translate(-50%, -50%);
}
.contents-performance .performance-search .search-process .process-option .option-card.cfy--car .card-thumb .thumb-frame:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  content: "";
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 2px solid #949494;
  border-radius: inherit;
}
.contents-performance .performance-search .search-process .process-option .option-card.cfy--car .card-name {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -1px;
  line-height: 1.3;
  word-break: keep-all;
  text-align: center;
  overflow: hidden;
  transition: all 0.2s ease;
}
.contents-performance .performance-search .search-process .process-option .option-card.cfy--car:hover .card-thumb {
  border-color: #516ed7;
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.2);
}
.contents-performance .performance-search .search-process .process-option .option-card.cfy--car:hover .card-name {
  color: #516ed7;
}
.contents-performance .performance-search .search-process .process-option .option-card.cfy--parts {
  display: block;
  cursor: pointer;
}
.contents-performance .performance-search .search-process .process-option .option-card.cfy--parts input[type=radio], .contents-performance .performance-search .search-process .process-option .option-card.cfy--parts input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
}
.contents-performance .performance-search .search-process .process-option .option-card.cfy--parts input[type=radio]:checked ~ .card-name, .contents-performance .performance-search .search-process .process-option .option-card.cfy--parts input[type=checkbox]:checked ~ .card-name {
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.1);
  color: #404476;
}
.contents-performance .performance-search .search-process .process-option .option-card.cfy--parts input[type=radio]:checked ~ .card-name.cfy--01:before, .contents-performance .performance-search .search-process .process-option .option-card.cfy--parts input[type=checkbox]:checked ~ .card-name.cfy--01:before {
  background-image: url("/resources/cms/img/contents/performance/motor-blue.png");
}
.contents-performance .performance-search .search-process .process-option .option-card.cfy--parts input[type=radio]:checked ~ .card-name.cfy--02:before, .contents-performance .performance-search .search-process .process-option .option-card.cfy--parts input[type=checkbox]:checked ~ .card-name.cfy--02:before {
  background-image: url("/resources/cms/img/contents/performance/inverter-blue.png");
}
.contents-performance .performance-search .search-process .process-option .option-card.cfy--parts input[type=radio]:checked ~ .card-name.cfy--03:before, .contents-performance .performance-search .search-process .process-option .option-card.cfy--parts input[type=checkbox]:checked ~ .card-name.cfy--03:before {
  background-image: url("/resources/cms/img/contents/performance/battery-blue.png");
}
.contents-performance .performance-search .search-process .process-option .option-card.cfy--parts input[type=radio]:checked ~ .card-name:after, .contents-performance .performance-search .search-process .process-option .option-card.cfy--parts input[type=checkbox]:checked ~ .card-name:after {
  border-width: 2px;
  border-color: #404476;
}
.contents-performance .performance-search .search-process .process-option .option-card.cfy--parts .card-name {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  border-radius: 5px;
  padding: 8px 18px;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  line-height: 1.2;
  overflow: hidden;
  transition: all 0.2s ease;
}
.contents-performance .performance-search .search-process .process-option .option-card.cfy--parts .card-name .name-text {
  display: block;
  position: relative;
  z-index: 1;
}
.contents-performance .performance-search .search-process .process-option .option-card.cfy--parts .card-name:before {
  content: "";
  position: absolute;
  bottom: -5px;
  right: 0;
  z-index: 0;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right bottom;
  transition: all 0.2s ease;
}
.contents-performance .performance-search .search-process .process-option .option-card.cfy--parts .card-name:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 1px solid #a8a8a8;
  border-radius: inherit;
}
.contents-performance .performance-search .search-process .process-option .option-card.cfy--parts .card-name.cfy--01:before {
  background-image: url("/resources/cms/img/contents/performance/motor-gray.png");
}
.contents-performance .performance-search .search-process .process-option .option-card.cfy--parts .card-name.cfy--02:before {
  background-image: url("/resources/cms/img/contents/performance/inverter-gray.png");
}
.contents-performance .performance-search .search-process .process-option .option-card.cfy--parts .card-name.cfy--03:before {
  background-image: url("/resources/cms/img/contents/performance/battery-gray.png");
}
.contents-performance .performance-search .search-process .process-option .option-card.cfy--parts:hover .card-name {
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.1);
  color: #516ed7;
}
.contents-performance .performance-search .search-process .process-option .option-card.cfy--parts:hover .card-name:after {
  border-color: #516ed7;
}
.contents-performance .performance-filter {
  margin-bottom: 30px;
}
.contents-performance .performance-filter .filter-head {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
}
.contents-performance .performance-filter .filter-head .head-ttl {
  font-size: 26px;
  font-weight: 600;
  color: #333;
  line-height: 1;
}
.contents-performance .performance-filter .filter-head .head-description {
  font-size: 16px;
  font-weight: 400;
  color: #666;
}
.contents-performance .performance-filter .filter-main {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contents-performance .performance-filter .filter-choice {
  position: relative;
  display: flex;
  flex-direction: column;
}
.contents-performance .performance-filter .filter-choice .choice-rank {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  gap: 20px;
  padding: 20px;
  margin-bottom: 20px;
  flex: 1;
  padding: 10px 20px;
  background-color: #F9F9FA;
  border: 1px solid #e7e7e7;
  border-radius: 5px;
}
.contents-performance .performance-filter .filter-choice .choice-rank .rank-head {
  display: flex;
  align-items: center;
  gap: 10px;
}
.contents-performance .performance-filter .filter-choice .choice-rank .rank-body {
  padding: 0 10px;
}
.contents-performance .performance-filter .filter-choice .choice-rank .rank-tab {
  display: flex;
  align-content: center;
  gap: 20px;
  height: 30px;
  box-sizing: border-box;
  padding: 0 20px;
  background-color: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 25px;
  line-height: 1;
  margin: 0;
}
.contents-performance .performance-filter .filter-choice .choice-rank .rank-tab li {
  display: inline-flex;
}
.contents-performance .performance-filter .filter-choice .choice-rank .rank-tab li ~ li {
  position: relative;
}
.contents-performance .performance-filter .filter-choice .choice-rank .rank-tab li ~ li:before {
  position: absolute;
  top: 50%;
  left: -10px;
  transform: translate(-50%, -50%) skewY(-0.01deg);
  content: "";
  width: 1px;
  height: 12px;
  background-color: #666;
}
.contents-performance .performance-filter .filter-choice .choice-rank .rank-tab .tab-button {
  font-size: 15px;
  text-underline-offset: 4px;
  opacity: 0.7;
}
.contents-performance .performance-filter .filter-choice .choice-rank .rank-tab .tab-button:hover {
  text-decoration: underline;
}
.contents-performance .performance-filter .filter-choice .choice-rank .rank-tab .tab-button.is--on {
  opacity: 1;
  font-weight: 600;
}
.contents-performance .performance-filter .filter-choice .choice-rank .rank-select select, .contents-performance .performance-filter .filter-choice .choice-rank .rank-select .omks--select {
  height: 34px;
  background-size: 20px auto;
  background-position: right 10px top 50%;
  border-radius: 5px;
}
.contents-performance .performance-filter .filter-choice .choice-rank .rank-ttl {
  font-size: 17px;
  font-weight: 500;
  color: #333;
}
.contents-performance .performance-filter .filter-choice .choice-rank .rank-list {
  display: flex;
  gap: 15px;
}
.contents-performance .performance-filter .filter-choice .choice-rank .rank-list li {
  display: flex;
  align-items: center;
  flex: 1 1 calc(33.33% - 10px);
}
.contents-performance .performance-filter .filter-choice .choice-rank .rank-ratio {
  font-size: 15px;
  font-weight: 400;
  color: #4377df;
}
.contents-performance .performance-filter .filter-choice .choice-rank .rank-item {
  display: flex;
  gap: 20px;
}
.contents-performance .performance-filter .filter-choice .choice-rank .rank-item .item-order {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 24px;
  background-repeat: no-repeat;
  background-image: url("/resources/cms/img/maintenance/ico-rank.svg");
  background-size: cover;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}
.contents-performance .performance-filter .filter-choice .choice-rank .rank-item .item-conts {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding-top: 2px;
  line-height: 1;
}
.contents-performance .performance-filter .filter-choice .choice-rank .rank-item .item-car {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 18px;
  font-weight: 500;
  color: #3e4271;
}
.contents-performance .performance-filter .filter-choice .choice-rank .rank-item .item-set {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
.contents-performance .performance-filter .filter-choice .choice-rank .rank-item .set-name {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.3px;
  color: #555;
  line-height: 1.4;
  word-break: keep-all;
}
.contents-performance .performance-filter .filter-choice .choice-rank .rank-item .set-name ~ .set-name {
  position: relative;
}
.contents-performance .performance-filter .filter-choice .choice-rank .rank-item .set-name ~ .set-name:before {
  position: absolute;
  top: 50%;
  left: -6px;
  transform: translate(-50%, -50%) skewY(-0.01deg);
  content: "";
  width: 1px;
  height: 12px;
  background-color: #ccc;
}
.contents-performance .performance-filter .filter-choice .choice-banner {
  position: relative;
  padding: 20px;
  border: 1px solid #e7e7e7;
  border-radius: 5px;
}
.contents-performance .performance-filter .filter-choice .choice-banner .banner-head {
  display: flex;
  align-items: flex-end;
  gap: 15px;
  margin-bottom: 15px;
}
.contents-performance .performance-filter .filter-choice .choice-banner .banner-head .banner-navi {
  margin-left: auto;
}
.contents-performance .performance-filter .filter-choice .choice-banner .banner-wrapper {
  display: flex;
}
.contents-performance .performance-filter .filter-choice .choice-banner .banner-total {
  font-size: 17px;
}
.contents-performance .performance-filter .filter-choice .choice-banner .banner-total b {
  margin: 0 4px;
  font-weight: 500;
  color: #5760de;
}
.contents-performance .performance-filter .filter-choice .choice-banner .banner-navi {
  display: flex;
  gap: 8px;
}
.contents-performance .performance-filter .filter-choice .choice-banner .banner-navi .navi-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
  color: #777;
}
.contents-performance .performance-filter .filter-choice .choice-banner .banner-navi .navi-button:hover {
  background-color: #3e4271;
  color: #fff;
}
.contents-performance .performance-filter .filter-choice .choice-item {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 264.5px;
}
.contents-performance .performance-filter .filter-choice .choice-item .item-thumb {
  position: relative;
  z-index: 0;
  aspect-ratio: 16/9;
  overflow: hidden;
  background-color: #f4f4f4;
  border-radius: 5px;
}
.contents-performance .performance-filter .filter-choice .choice-item .item-thumb img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
.contents-performance .performance-filter .filter-choice .choice-item .item-conts {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.contents-performance .performance-filter .filter-choice .choice-item .item-name {
  font-size: 17px;
  font-weight: 500;
  text-align: center;
  line-height: 1.3;
}
.contents-performance .performance-filter .filter-choice .choice-item .item-button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
  text-indent: -9999px;
}
.contents-performance .performance-filter .filter-choice .choice-item .item-pick {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 24px;
  padding: 0 14px;
  border-radius: 25px;
  background-color: #5760de;
  font-size: 15px;
  font-weight: 400;
  white-space: nowrap;
  color: #fff;
}
.contents-performance .performance-filter .filter-choice .choice-item:has(.item-pick) .item-thumb:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 3px solid #5760de;
  border-radius: inherit;
}
.contents-performance .performance-filter .filter-foot {
  display: flex;
  align-items: flex-start;
  margin-top: 20px;
}
.contents-performance .performance-filter .filter-foot .filter-submit {
  margin-left: auto;
}
.contents-performance .performance-filter .filter-selected {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 0 20px;
}
.contents-performance .performance-filter .filter-selected .selected-head {
  display: flex;
  align-items: center;
  gap: 10px;
  line-height: 1;
}
.contents-performance .performance-filter .filter-selected .selected-ttl {
  font-size: 18px;
  font-weight: 500;
  color: #222;
}
.contents-performance .performance-filter .filter-selected .selected-ref {
  font-size: 16px;
  font-weight: 400;
  color: #777;
}
.contents-performance .performance-filter .filter-selected .selected-tags {
  display: flex;
  gap: 10px;
}
.contents-performance .performance-filter .filter-selected .selected-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0 14px;
  padding-right: 10px;
  background-color: #F9F9FA;
  border: 1px solid #5760de;
  border-radius: 25px;
  color: #3e4271;
  font-weight: 500;
}
.contents-performance .performance-filter .filter-selected .selected-tag .tag-name,
.contents-performance .performance-filter .filter-selected .selected-tag .tag-remove {
  display: inline-flex;
}
.contents-performance .performance-filter .filter-selected .selected-reset {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.contents-performance .performance-filter .filter-selected .selected-reset .button-ico,
.contents-performance .performance-filter .filter-selected .selected-reset .button-txt {
  display: inline-flex;
}
.contents-performance .performance-filter .filter-selected .selected-reset .button-ico img {
  width: 1em;
}
.contents-performance .performance-filter .filter-selected .selected-reset .button-txt {
  font-size: 17px;
}
.contents-performance .performance-filter .filter-submit .submit-button {
  display: inline-flex;
  align-items: center;
  min-width: 84px;
  height: 48px;
  box-sizing: border-box;
  background-color: #3e4271;
  border-radius: 5px;
  padding: 0 12px;
  gap: 5px;
  color: #fff;
}
.contents-performance .performance-filter .filter-submit .submit-button .button-ico,
.contents-performance .performance-filter .filter-submit .submit-button .button-txt {
  display: inline-flex;
  align-items: center;
}
.contents-performance .performance-filter .filter-submit .submit-button .button-ico {
  font-size: 15px;
}
.contents-performance .performance-filter .filter-submit .submit-button .button-ico img {
  width: 1em;
}
.contents-performance .performance-filter .filter-submit .submit-button .button-txt {
  font-size: 18px;
  font-weight: 500;
}
.contents-performance .performance-album {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contents-performance .performance-album .album-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.contents-performance .performance-album .album-list:not(.item-compare) {
  gap: 20px;
}
.contents-performance .performance-album .album-item {
  display: flex;
  align-items: flex-start;
}
.contents-performance .performance-album .album-thumb {
  position: relative;
  flex: 0 0 270px;
  width: 270px;
  box-sizing: border-box;
  padding: 30px 20px;
  padding-right: 30px;
}
.contents-performance .performance-album .album-thumb:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1180px;
  height: 100%;
  border-radius: 15px;
  box-sizing: border-box;
  border: 1px solid #e7e7e7;
  background-color: #f5f5f5;
  transition: all 0.2s ease;
}
.contents-performance .performance-album .album-thumb .thumb-frame {
  position: relative;
  width: 100%;
  height: 135px;
  box-sizing: border-box;
  border: 1px solid #3e4271;
  border-radius: 5px;
  background-color: #fff;
  overflow: hidden;
}
.contents-performance .performance-album .album-thumb .thumb-frame img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-height: 100%;
  max-width: none;
  width: 100%;
  height: 100%;
}
.contents-performance .performance-album .album-thumb.is--none .thumb-frame {
  position: relative;
}
.contents-performance .performance-album .album-thumb.is--none .thumb-frame img {
  display: none;
}
.contents-performance .performance-album .album-thumb.is--none .thumb-frame:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "EV Conversion";
  font-size: 22px;
  font-weight: 700;
  color: #000;
  white-space: nowrap;
  opacity: 0.1;
}
.contents-performance .performance-album .album-contents {
  position: relative;
  z-index: 1;
  flex: 1 1 auto;
}
.contents-performance .performance-album .album-contents .item-head {
  display: flex;
  flex-wrap: wrap;
}
.contents-performance .performance-album .album-contents .item-head .head-cell {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1 1 50%;
  gap: 15px;
  padding: 30px 0 15px 0;
  padding-right: 40px;
}
.contents-performance .performance-album .album-contents .item-head .head-cell + .head-cell {
  flex: 0 0 220px;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.contents-performance .performance-album .album-contents .item-head .head-cell .item-remove {
  position: absolute;
  top: 10px;
  right: 40px;
}
.contents-performance .performance-album .album-contents .item-head .head-cell .item-link {
  margin-left: 10px;
}
.contents-performance .performance-album .album-contents .item-car {
  display: flex;
  align-items: center;
  gap: 15px;
  line-height: 1.2;
}
.contents-performance .performance-album .album-contents .item-car .car-name {
  font-size: 28px;
  font-weight: 600;
  color: #3e4271;
}
.contents-performance .performance-album .album-contents .item-car .car-madein {
  font-size: 20px;
  color: #555;
  font-weight: 400;
}
.contents-performance .performance-album .album-contents .item-car .car-ref {
  font-size: 16px;
  color: #666;
  font-weight: 400;
}
.contents-performance .performance-album .album-contents .item-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  min-width: 170px;
  height: 34px;
  box-sizing: border-box;
  padding: 0 12px;
  background-color: #3e4271;
  background-color: #6067bd;
  border-radius: 25px;
  font-size: 15px;
  color: #fff;
  line-height: 1;
  transition: all 0.2s ease;
}
.contents-performance .performance-album .album-contents .item-link .link-ico {
  display: inline-flex;
}
.contents-performance .performance-album .album-contents .item-link .link-text {
  position: relative;
  display: block;
}
.contents-performance .performance-album .album-contents .item-link:hover, .contents-performance .performance-album .album-contents .item-link:focus {
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
}
.contents-performance .performance-album .album-contents .item-compare {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 150px;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.contents-performance .performance-album .album-contents .item-compare .compare-row {
  display: flex;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 1px solid #3e4271;
  border-radius: 15px;
}
.contents-performance .performance-album .album-contents .item-compare .compare-row .row-cell {
  position: relative;
  display: flex;
  align-items: center;
  flex: 1 0 20%;
  height: 100%;
}
.contents-performance .performance-album .album-contents .item-compare .compare-row .row-cell:first-child {
  flex: 1 0 15%;
}
.contents-performance .performance-album .album-contents .item-compare .compare-row .row-cell:last-child {
  flex: 0 0 25%;
}
.contents-performance .performance-album .album-contents .item-compare .compare-row .row-cell .cell-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.contents-performance .performance-album .album-contents .item-compare .compare-row .row-cell .cell-title .title-circle {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  box-sizing: border-box;
  padding: 0 14px;
  border: 2px solid #3e4271;
  border-radius: 25px;
  background-color: #fff;
}
.contents-performance .performance-album .album-contents .item-compare .compare-row .row-cell .cell-title .title-name {
  white-space: nowrap;
  font-size: 14px;
  color: #3e4271;
  line-height: 1;
  font-weight: 500;
}
.contents-performance .performance-album .album-contents .item-compare .compare-row .row-cell .cell-contents {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.contents-performance .performance-album .album-contents .item-compare .compare-figure {
  flex: 0 0 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 10px;
  font-weight: 400;
  color: #777;
}
.contents-performance .performance-album .album-contents .item-compare .compare-figure.cfy--ev {
  padding-bottom: 0;
  background-color: #3e4271;
  font-weight: 500;
  color: #fff;
  text-shadow: 1px 1px 5px #30a2e4;
}
.contents-performance .performance-album .album-contents .item-use-parts {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}
.contents-performance .performance-album .album-contents .item-use-parts .use-parts-recommend {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  color: #555;
}
.contents-performance .performance-album .album-contents .item-use-parts .use-parts-recommend .rcmd-ttl {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 17px;
  font-weight: 500;
  white-space: nowrap;
}
.contents-performance .performance-album .album-contents .item-use-parts .use-parts-recommend .rcmd-ttl .ttl-ico,
.contents-performance .performance-album .album-contents .item-use-parts .use-parts-recommend .rcmd-ttl .ttl-txt {
  display: inline-flex;
}
.contents-performance .performance-album .album-contents .item-use-parts .use-parts-recommend .rcmd-ttl .ttl-ico img {
  width: 1em;
}
.contents-performance .performance-album .album-contents .item-use-parts .use-parts-recommend .rcmd-set {
  display: flex;
  gap: 10px;
  padding-top: 2px;
}
.contents-performance .performance-album .album-contents .item-use-parts .use-parts-recommend .rcmd-set .set-name {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 400;
  word-break: keep-all;
}
.contents-performance .performance-album .album-contents .item-use-parts .use-parts-recommend .rcmd-set .set-name ~ .set-name {
  position: relative;
  padding-left: 10px;
}
.contents-performance .performance-album .album-contents .item-use-parts .use-parts-recommend .rcmd-set .set-name ~ .set-name:before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  width: 1px;
  height: 10px;
  transform: translate(-50%, -50%) skewY(-0.01deg);
  background-color: #777;
}
.contents-performance .performance-album .album-contents .item-use-parts .use-parts-name {
  display: flex;
  font-size: 16px;
  color: #333;
  line-height: 1.3;
  font-weight: 500;
}
.contents-performance .performance-album .album-contents .item-use-parts .use-parts-name ~ .use-parts-name {
  position: relative;
  padding-left: 10px;
}
.contents-performance .performance-album .album-contents .item-use-parts .use-parts-name ~ .use-parts-name:before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  width: 1px;
  height: 10px;
  transform: translate(-50%, -50%) skewY(-0.01deg);
  background-color: #777;
}
.contents-performance .performance-album .album-contents .item-use-parts .use-parts-selects {
  display: flex;
  gap: 10px;
  width: 100%;
}
.contents-performance .performance-album .album-contents .item-use-parts .use-parts-selects .selects-option {
  flex: 1 1 33.33%;
}
.contents-performance .performance-album .album-contents .item-use-parts .use-parts-selects .selects-option .omks--select {
  width: 100%;
  height: 44px;
  border-radius: 5px;
  padding: 0 40px 0 20px;
  background-size: 24px auto;
  background-position: right 10px top 50%;
}
.contents-performance .performance-album .album-contents .item-use-parts .use-parts-selects .selects-submit {
  flex: 0;
}
.contents-performance .performance-album .album-contents .item-use-parts .use-parts-selects .selects-submit .omks--button {
  width: 100%;
  height: 44px;
  border-radius: 5px;
  white-space: nowrap;
}
.contents-performance .performance-album .album-contents .item-use-parts .use-parts-set {
  display: flex;
  gap: 10px;
}
.contents-performance .performance-album .album-contents .item-use-parts .use-parts-set .set-name {
  font-size: 16px;
  color: #333;
  line-height: 1.3;
  font-weight: 500;
}
.contents-performance .performance-album .album-contents .item-use-parts .use-parts-set .set-name ~ .set-name {
  position: relative;
  padding-left: 10px;
}
.contents-performance .performance-album .album-contents .item-use-parts .use-parts-set .set-name ~ .set-name:before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  width: 1px;
  height: 10px;
  transform: translate(-50%, -50%) skewY(-0.01deg);
  background-color: #777;
}
.contents-performance .performance-album .album-contents .item-use-parts .use-parts-none {
  display: flex;
  align-items: center;
  gap: 15px;
  line-height: 1;
}
.contents-performance .performance-album .album-contents .item-use-parts .use-parts-none .none-stnc {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 17px;
  font-weight: 400;
  color: #FF5353;
}
.contents-performance .performance-album .album-contents .item-use-parts .use-parts-none .none-stnc .stnc-ico,
.contents-performance .performance-album .album-contents .item-use-parts .use-parts-none .none-stnc .stnc-txt {
  display: inline-flex;
}
.contents-performance .performance-album .album-contents .item-use-parts .use-parts-none .none-stnc .stnc-ico img {
  width: 1.2em;
}
.contents-performance .performance-album .album-contents .item-use-parts .use-parts-reset {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 15px;
  font-weight: 500;
  color: #6067bd;
}
.contents-performance .performance-album .album-contents .item-use-parts .use-parts-reset .button-ico,
.contents-performance .performance-album .album-contents .item-use-parts .use-parts-reset .button-txt {
  display: inline-flex;
}
.contents-performance .performance-album .album-contents .item-use-parts .use-parts-reset .button-ico img {
  width: 1.2em;
}
.contents-performance .performance-album .album-contents .item-use-parts .use-parts-reset .button-txt {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.contents-performance .performance-album .album-contents .item-remove {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  height: 30px;
  font-size: 15px;
  line-height: 1;
  color: #FF5353;
}
.contents-performance .performance-album .album-contents .item-remove .button-txt, .contents-performance .performance-album .album-contents .item-remove .button-ico {
  display: inline-flex;
}
.contents-performance .performance-album .album-contents .item-remove .button-txt {
  text-underline-offset: 4px;
  text-decoration: underline;
}
.contents-performance .performance-album .album-contents .item-remove:hover .button-txt {
  font-weight: 500;
}
.contents-performance .performance-album .album-compare {
  display: flex;
  align-items: center;
  gap: 20px;
}
.contents-performance .performance-album .album-compare .compare-button {
  display: inline-flex;
  align-items: center;
  min-width: 84px;
  height: 42px;
  box-sizing: border-box;
  background-color: #6067bd;
  color: #fff;
  border-radius: 25px;
  padding: 0 20px;
  gap: 5px;
  transition: all 0.2s ease;
}
.contents-performance .performance-album .album-compare .compare-button .button-ico,
.contents-performance .performance-album .album-compare .compare-button .button-txt {
  display: inline-flex;
  align-items: center;
}
.contents-performance .performance-album .album-compare .compare-button .button-ico {
  font-size: 17px;
}
.contents-performance .performance-album .album-compare .compare-button .button-txt {
  font-size: 18px;
  font-weight: 400;
}
.contents-performance .performance-album .album-compare .compare-button .compare-count {
  display: inline-flex;
  font-size: 16px;
  letter-spacing: 0;
}
.contents-performance .performance-album .album-compare .compare-button:not(.contents-performance .performance-album .album-compare .compare-button.is--disabled):hover {
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
}
.contents-performance .performance-album .album-compare .compare-button.is--disabled {
  position: relative;
  background-color: #ececec;
  color: #9f9f9f;
  cursor: default;
}
.contents-performance .performance-album .album-compare .compare-button.is--disabled:after {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 1;
  display: inline-flex;
  width: -moz-max-content;
  width: max-content;
  padding: 4px 12px;
  margin-top: 5px;
  box-sizing: border-box;
  border: 1px solid #e7e7e7;
  border-radius: 25px;
  background-color: #fff;
  font-size: 13px;
  line-height: 1;
  color: #FF5353;
  content: "각 차량의 부품 선택 후 해석결과 확인 및 비교가 가능합니다.";
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-5%);
}
.contents-performance .performance-album .album-compare .compare-button.is--disabled:hover:after {
  z-index: 1;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: all 0.2s ease;
}
.contents-performance .performance-album .album-compare .compare-reset {
  display: inline-flex;
  align-items: center;
  min-width: 84px;
  height: 42px;
  box-sizing: border-box;
  border-radius: 25px;
  padding: 0 20px;
  gap: 5px;
  opacity: 0.7;
  transition: all 0.2s ease;
}
.contents-performance .performance-album .album-compare .compare-reset .button-ico,
.contents-performance .performance-album .album-compare .compare-reset .button-txt {
  display: inline-flex;
  align-items: center;
}
.contents-performance .performance-album .album-compare .compare-reset .button-ico {
  font-size: 17px;
}
.contents-performance .performance-album .album-compare .compare-reset .button-ico img {
  width: 0.8823529412em;
}
.contents-performance .performance-album .album-compare .compare-reset .button-txt {
  font-size: 18px;
  font-weight: 400;
  text-underline-offset: 4px;
}
.contents-performance .performance-album .album-compare .compare-reset:hover {
  opacity: 1;
}
.contents-performance .performance-album .album-compare .compare-reset:hover .button-txt {
  text-decoration: underline;
}
.contents-performance .performance-album .album-compare .compare-ref {
  margin-left: auto;
  color: #ff5b5b;
}
.contents-performance .performance-album .album-compare:has(:not(.compare-ref)) .compare-button {
  margin-left: auto;
}
.contents-performance .performance-album-reset {
  display: flex;
  align-items: center;
  color: #444;
}
.contents-performance .performance-album-reset .reset-icon {
  display: inline-flex;
  margin-right: 5px;
  font-size: 20px;
  line-height: 1;
  transform: rotateZ(180deg);
}
.contents-performance .performance-album-reset .reset-text {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -1px;
  transform: translateY(-1px);
}
.contents-performance .performance-album-reset:hover {
  color: #516ed8;
}
.contents-performance .performance-album-buttons {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.contents-performance .performance-album-buttons .album-button {
  display: inline-flex;
  align-items: center;
  min-width: 84px;
  height: 42px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 0 12px;
  gap: 5px;
  color: #333;
}
.contents-performance .performance-album-buttons .album-button .button-ico,
.contents-performance .performance-album-buttons .album-button .button-txt {
  display: inline-flex;
  align-items: center;
}
.contents-performance .performance-album-buttons .album-button .button-ico {
  font-size: 15px;
}
.contents-performance .performance-album-buttons .album-button .button-ico img {
  width: 1em;
}
.contents-performance .performance-album-buttons .album-button .button-txt {
  font-size: 16px;
  font-weight: 500;
}

.common--board .contents-performance .omks--board-head {
  padding-bottom: 10px;
  border-bottom: 1px solid #e7e7e7;
}
.common--board .contents-performance .omks--board-head .head-row {
  width: 100%;
}
.common--board .contents-performance .omks--board-head .head-row.row-state {
  font-size: 20px;
  align-items: flex-end;
}

/* 해석결과 */
.contents-interpret {
  width: 1200px;
}
.contents-interpret .interpret-result {
  margin-top: 40px;
}
.contents-interpret .interpret-result .result-tab {
  display: flex;
}
.contents-interpret .interpret-result .result-tab .tab-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 220px;
  height: 45px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  background-color: #999dca;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}
.contents-interpret .interpret-result .result-tab .tab-button ~ .tab-button {
  margin-left: 2px;
}
.contents-interpret .interpret-result .result-tab .tab-button.is--on {
  background-color: #516ed8;
}
.contents-interpret .interpret-result .result-contents {
  padding: 24px;
  border: 1px solid #999bb4;
  border-radius: 10px;
  border-top-left-radius: 0;
}
.contents-interpret .interpret-result .result-table {
  border-top: 1px solid #3e4271;
  border-bottom: 1px solid #3e4271;
  overflow: auto;
}
.contents-interpret .interpret-result .result-table::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.contents-interpret .interpret-result .result-table::-webkit-scrollbar-track {
  background-color: #696969;
}
.contents-interpret .interpret-result .result-table::-webkit-scrollbar-thumb {
  background-color: #2d345f;
}
.contents-interpret .interpret-result .result-table::-webkit-scrollbar-corner {
  background-color: #f3f5f7;
}
.contents-interpret .interpret-result .result-table table {
  width: 100%;
  border-spacing: 0;
  border-collapse: separate;
  table-layout: fixed;
}
.contents-interpret .interpret-result .result-table table tr th:first-child, .contents-interpret .interpret-result .result-table table tr td:first-child {
  border-right: 1px solid #bdbdbd;
}
.contents-interpret .interpret-result .result-table table th, .contents-interpret .interpret-result .result-table table td {
  vertical-align: middle;
  width: 88px;
  height: 45px;
  border-bottom: 1px solid #bdbdbd;
  background-color: #fff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.5px;
  line-height: 1.3;
}
.contents-interpret .interpret-result .result-table table th {
  letter-spacing: -1.1px;
}
.contents-interpret .interpret-result .result-table table thead th {
  height: 42px;
  background-color: #dddddd;
}
.contents-interpret .interpret-result .result-table table thead th:first-child {
  position: sticky;
  left: 0;
  z-index: 1;
}
.contents-interpret .interpret-result .result-table table tbody tr:nth-child(2n) th, .contents-interpret .interpret-result .result-table table tbody tr:nth-child(2n) td {
  background-color: #f8f8f8;
}
.contents-interpret .interpret-result .result-table table tbody tr:last-child th, .contents-interpret .interpret-result .result-table table tbody tr:last-child td {
  border-bottom: 0;
}
.contents-interpret .interpret-result .result-table table tbody th[scope=row] {
  position: sticky;
  left: 0;
  z-index: 1;
}

/* 부품 상세 페이지 */
.contents-details {
  min-width: 480px;
  max-width: 680px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.contents-details .details-head {
  display: flex;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.contents-details .details-ttl {
  font-size: 24px;
  font-weight: 500;
  color: #000;
}
.contents-details .details-item {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}
.contents-details .details-item .item-thumb {
  position: relative;
  width: 180px;
  aspect-ratio: 1/1;
  background-color: #f4f4f4;
  border: 1px solid #ccc;
  border-radius: 5px;
  overflow: hidden;
}
.contents-details .details-item .item-thumb img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  max-width: none;
}
.contents-details .details-item .item-conts {
  flex: 1 1 auto;
}
.contents-details .details-infos {
  padding: 20px;
  border: 1px solid #8fb1d6;
  background-color: #f7fbff;
  border-radius: 5px;
}
.contents-details .details-infos .infos-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.contents-details .details-infos .infos-list li {
  display: flex;
  gap: 30px;
}
.contents-details .details-infos .infos-ttl {
  position: relative;
  min-width: 64px;
  white-space: nowrap;
  font-weight: 500;
  text-align: left;
  color: #0152a5;
}
.contents-details .details-infos .infos-ttl:after {
  position: absolute;
  top: 50%;
  right: -15px;
  content: "";
  transform: translateY(-50%) skewY(-0.01deg);
  width: 1px;
  height: 12px;
  background-color: #555;
}
.contents-details .details-infos .infos-conts {
  color: #1a3c6e;
  font-size: 400;
}

/* 메인 */
.common--header.main--header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
}
.common--header.main--header .header-frame {
  background-color: #fff;
  box-shadow: 1px 2px 1px 0px rgba(0, 0, 0, 0.02);
}
.common--header.main--header .header-menu .menu-name a, .common--header.main--header .header-menu .menu-name .name-link {
  color: #777;
}
.common--header.main--header .header-funcs .funcs-button.sitemap-toggle {
  color: #444;
}

.common--container.main--container {
  position: relative;
  z-index: 0;
  min-height: 100vh;
  height: 100vh;
  overflow: hidden;
}

.main--car {
  position: absolute;
  top: 150px;
  left: 150px;
  z-index: 2;
}
@media only screen and (max-width: 1920px) {
  .main--car {
    top: 7.8125vw;
    left: 7.8125vw;
  }
}
.main--car .car-choice {
  margin-bottom: 40px;
  animation: choice-in 1 1s 0.2s ease;
  animation-fill-mode: both;
}
@media only screen and (max-width: 1920px) {
  .main--car .car-choice {
    margin-bottom: 2.0833333333vw;
  }
}
@keyframes choice-in {
  0% {
    opacity: 0;
    transform: translateX(20%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}
.main--car .car-choice ul, .main--car .car-choice li {
  margin: 0;
}
.main--car .car-choice .choice-banner {
  position: relative;
  width: 700px;
  box-sizing: border-box;
  padding: 0 50px;
}
@media only screen and (max-width: 1920px) {
  .main--car .car-choice .choice-banner {
    width: 36.4583333333vw;
    padding: 0 2.6041666667vw;
  }
}
.main--car .car-choice .choice-banner .banner-slide {
  display: flex;
  justify-content: center;
}
.main--car .car-choice .choice-banner .banner-slide.is--on .choice-link {
  background-color: #6079ac;
}
.main--car .car-choice .choice-banner .banner-slide.is--on .choice-link .link-text {
  color: #fff;
  font-weight: 600;
}
.main--car .car-choice .choice-banner .banner-navi .navi-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 1;
  transition: all 0.2s ease;
}
@media only screen and (max-width: 1920px) {
  .main--car .car-choice .choice-banner .banner-navi .navi-button {
    width: 2.6041666667vw;
    height: 2.6041666667vw;
  }
}
.main--car .car-choice .choice-banner .banner-navi .navi-button.navi-prev {
  left: 0;
}
.main--car .car-choice .choice-banner .banner-navi .navi-button.navi-next {
  right: 0;
}
.main--car .car-choice .choice-banner .banner-navi .navi-button:hover {
  background-color: #f4f4f4;
  box-shadow: 1px 3px 10px 0px rgba(0, 0, 0, 0.2);
}
.main--car .car-choice .choice-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px;
  border-radius: 25px;
}
@media only screen and (max-width: 1920px) {
  .main--car .car-choice .choice-link {
    height: 2.0833333333vw;
    border-radius: 1.3020833333vw;
  }
}
.main--car .car-choice .choice-link .link-text {
  transform: translateY(-1px);
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  color: #adadad;
  letter-spacing: -1px;
}
@media only screen and (max-width: 1920px) {
  .main--car .car-choice .choice-link .link-text {
    font-size: 1.25vw;
  }
}
.main--car .car-title {
  display: flex;
  flex-direction: column;
  letter-spacing: -4px;
  line-height: 1.2;
}
.main--car .car-title .title-name {
  margin-bottom: 5px;
  font-size: 110px;
  font-weight: 800;
  color: #002060;
  animation: title-in 1 1s ease;
  animation-fill-mode: both;
}
@media only screen and (max-width: 1920px) {
  .main--car .car-title .title-name {
    font-size: 5.7291666667vw;
  }
}
.main--car .car-title .title-madein {
  font-size: 65px;
  font-weight: 600;
  color: #adaeae;
  animation: title-in 1 1s 0.2s ease;
  animation-fill-mode: both;
}
@media only screen and (max-width: 1920px) {
  .main--car .car-title .title-madein {
    font-size: 3.3854166667vw;
  }
}
@keyframes title-in {
  0% {
    opacity: 0;
    transform: translateX(-20%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}

.main--panel-layer {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 2;
  transform: translateY(-50%);
  transform: translate(100%, -50%);
  transition: transform 0.5s 0.5s ease;
}
.main--panel-layer .panel-frame {
  position: relative;
  padding: 60px 40px 30px 60px;
}
@media only screen and (max-width: 1920px) {
  .main--panel-layer .panel-frame {
    padding: 3.125vw 2.0833333333vw 1.5625vw 3.125vw;
  }
}
.main--panel-layer .panel-reset {
  display: flex;
  align-items: center;
  color: #444;
}
.main--panel-layer .panel-reset .reset-icon {
  display: inline-flex;
  margin-right: 5px;
  font-size: 20px;
  line-height: 1;
  transform: rotateZ(180deg);
}
@media only screen and (max-width: 1920px) {
  .main--panel-layer .panel-reset .reset-icon {
    font-size: 1.0416666667vw;
  }
}
.main--panel-layer .panel-reset .reset-text {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -1px;
  transform: translateY(-1px);
}
@media only screen and (max-width: 1920px) {
  .main--panel-layer .panel-reset .reset-text {
    font-size: 0.8333333333vw;
  }
}
.main--panel-layer .panel-reset:hover {
  color: #516ed8;
}
.main--panel-layer .compare-contents {
  position: relative;
  z-index: 1;
  width: 660px;
  box-sizing: border-box;
  padding: 75px 25px;
  background-color: #fff;
  border-radius: 25px;
  box-shadow: 1px 3px 10px 0px rgba(0, 0, 0, 0.2);
  letter-spacing: -1px;
}
@media only screen and (max-width: 1920px) {
  .main--panel-layer .compare-contents {
    width: 34.375vw;
    padding: 3.90625vw 1.3020833333vw;
    border-radius: 1.3020833333vw;
  }
}
.main--panel-layer .compare-contents .panel-reset {
  position: absolute;
  top: 30px;
  right: 25px;
}
@media only screen and (max-width: 1920px) {
  .main--panel-layer .compare-contents .panel-reset {
    top: 1.5625vw;
    right: 1.3020833333vw;
  }
}
.main--panel-layer .compare-contents .compare-car-name {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
  color: #002060;
  line-height: 1;
}
@media only screen and (max-width: 1920px) {
  .main--panel-layer .compare-contents .compare-car-name {
    margin-bottom: 1.0416666667vw;
    font-size: 0.9375vw;
  }
}
.main--panel-layer .compare-contents .compare-choice {
  display: flex;
  margin: 0 0 25px -0.78125vw;
}
.main--panel-layer .compare-contents .compare-choice .choice-item {
  flex: 1 0 calc(33.33% - 0.78125vw);
  width: calc(33.33% - 0.78125vw);
  margin: 0 0 0 0.78125vw;
}
.main--panel-layer .compare-contents .compare-choice .omks--select {
  width: 100%;
  height: 40px;
  padding-left: 15px;
  padding-right: 2.5em;
  border-radius: 25px;
  border: 1px solid #cdcdcd;
  background-position: right 5px top 50%;
  font-size: 16px;
  font-weight: 500;
  color: #444;
}
@media only screen and (max-width: 1920px) {
  .main--panel-layer .compare-contents .compare-choice .omks--select {
    height: 2.0833333333vw;
    padding-left: 0.78125vw;
    border-radius: 1.3020833333vw;
    font-size: 0.8333333333vw;
  }
}
.main--panel-layer .compare-contents .compare-choice .omks--select:disabled {
  background-color: #d7d7d7;
  border-color: #b0b0b0;
  color: #777777;
}
.main--panel-layer .compare-contents .compare-graph .graph-title {
  display: flex;
  margin-bottom: 15px;
  font-size: 24px;
  color: #02b9d5;
  font-weight: 600;
  line-height: 1;
}
@media only screen and (max-width: 1920px) {
  .main--panel-layer .compare-contents .compare-graph .graph-title {
    margin-bottom: 0.78125vw;
    font-size: 1.25vw;
  }
}
.main--panel-layer .compare-contents .compare-graph .graph-item ~ .graph-item {
  margin-top: 35px;
}
@media only screen and (max-width: 1920px) {
  .main--panel-layer .compare-contents .compare-graph .graph-item ~ .graph-item {
    margin-top: 1.8229166667vw;
  }
}
.main--panel-layer .compare-contents .compare-graph .graph-item .item-title {
  display: flex;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
  color: #444444;
  line-height: 1;
}
@media only screen and (max-width: 1920px) {
  .main--panel-layer .compare-contents .compare-graph .graph-item .item-title {
    margin-bottom: 0.78125vw;
    font-size: 0.9375vw;
  }
}
.main--panel-layer .compare-contents .compare-graph .graph-row {
  display: flex;
  align-items: center;
}
.main--panel-layer .compare-contents .compare-graph .graph-row ~ .graph-row .graph-legend {
  color: #002060;
  font-weight: 600;
}
.main--panel-layer .compare-contents .compare-graph .graph-row ~ .graph-row .graph-bar .bar-percentage {
  background-color: #00b8d4;
}
.main--panel-layer .compare-contents .compare-graph .graph-row .graph-legend {
  flex: 0 0 80px;
}
@media only screen and (max-width: 1920px) {
  .main--panel-layer .compare-contents .compare-graph .graph-row .graph-legend {
    flex: 0 0 4.1666666667vw;
  }
}
.main--panel-layer .compare-contents .compare-graph .graph-row .graph-bar {
  flex: 1 1 auto;
  margin: 0 10px;
}
@media only screen and (max-width: 1920px) {
  .main--panel-layer .compare-contents .compare-graph .graph-row .graph-bar {
    margin: 0 0.5208333333vw;
  }
}
.main--panel-layer .compare-contents .compare-graph .graph-row .graph-figure {
  flex: 0 0 90px;
}
@media only screen and (max-width: 1920px) {
  .main--panel-layer .compare-contents .compare-graph .graph-row .graph-figure {
    flex: 0 0 4.6875vw;
  }
}
.main--panel-layer .compare-contents .compare-graph .graph-legend {
  font-size: 16px;
  font-weight: 500;
  color: #777777;
}
@media only screen and (max-width: 1920px) {
  .main--panel-layer .compare-contents .compare-graph .graph-legend {
    font-size: 0.8333333333vw;
  }
}
.main--panel-layer .compare-contents .compare-graph .graph-bar {
  position: relative;
  width: 425px;
  height: 10px;
  background-color: #f7f7f7;
}
@media only screen and (max-width: 1920px) {
  .main--panel-layer .compare-contents .compare-graph .graph-bar {
    width: 22.1354166667vw;
    height: 0.5208333333vw;
  }
}
.main--panel-layer .compare-contents .compare-graph .graph-bar .bar-percentage {
  position: absolute;
  top: 0;
  left: 0;
  width: 10%;
  height: 100%;
  background-color: #dbdbdb;
  transition: all 0.5s cubic-bezier(0, 0, 0, 0.8);
}
.main--panel-layer .compare-contents .compare-graph .graph-figure {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #777777;
  line-height: 1;
  white-space: nowrap;
}
@media only screen and (max-width: 1920px) {
  .main--panel-layer .compare-contents .compare-graph .graph-figure {
    font-size: 0.7291666667vw;
  }
}
.main--panel-layer .dressup-contents {
  position: relative;
  z-index: 1;
  width: 450px;
  box-sizing: border-box;
  padding: 75px 25px;
  background-color: #fff;
  border-radius: 25px;
  box-shadow: 1px 3px 10px 0px rgba(0, 0, 0, 0.2);
  letter-spacing: -1px;
}
@media only screen and (max-width: 1920px) {
  .main--panel-layer .dressup-contents {
    width: 23.4375vw;
    padding: 3.90625vw 1.3020833333vw;
    border-radius: 1.3020833333Vw;
  }
}
.main--panel-layer .dressup-contents .panel-reset {
  position: absolute;
  top: 30px;
  right: 25px;
}
@media only screen and (max-width: 1920px) {
  .main--panel-layer .dressup-contents .panel-reset {
    top: 1.5625vw;
    right: 1.3020833333vw;
  }
}
.main--panel-layer .dressup-contents .dressup-color {
  margin-bottom: 40px;
}
@media only screen and (max-width: 1920px) {
  .main--panel-layer .dressup-contents .dressup-color {
    margin-bottom: 2.0833333333vw;
  }
}
.main--panel-layer .dressup-contents .dressup-color .color-title {
  display: block;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 600;
  color: #002060;
  line-height: 1;
}
@media only screen and (max-width: 1920px) {
  .main--panel-layer .dressup-contents .dressup-color .color-title {
    margin-bottom: 1.0416666667Vw;
    font-size: 1.25vw;
  }
}
.main--panel-layer .dressup-contents .dressup-color .color-madein .madein-choice {
  width: 200px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1920px) {
  .main--panel-layer .dressup-contents .dressup-color .color-madein .madein-choice {
    width: 10.4166666667vw;
    margin-bottom: 1.0416666667vw;
  }
}
.main--panel-layer .dressup-contents .dressup-color .color-madein .madein-choice .omks--select {
  width: 100%;
  height: 40px;
  padding-left: 15px;
  padding-right: 2.5em;
  border-radius: 25px;
  border: 1px solid #cdcdcd;
  background-position: right 5px top 50%;
  font-size: 16px;
  font-weight: 500;
  color: #444;
}
@media only screen and (max-width: 1920px) {
  .main--panel-layer .dressup-contents .dressup-color .color-madein .madein-choice .omks--select {
    height: 2.0833333333vw;
    padding-left: 0.78125Vw;
    border-radius: 1.3020833333vw;
    font-size: 0.8333333333vw;
  }
}
.main--panel-layer .dressup-contents .dressup-color .color-madein .madein-choice .omks--select:disabled {
  background-color: #d7d7d7;
  border-color: #b0b0b0;
  color: #777777;
}
.main--panel-layer .dressup-contents .dressup-color .color-madein .madein-colors {
  display: flex;
  flex-wrap: wrap;
  margin: -20px 0 0 -20px;
}
@media only screen and (max-width: 1920px) {
  .main--panel-layer .dressup-contents .dressup-color .color-madein .madein-colors {
    margin: -1.0416666667vw 0 0 -1.0416666667vw;
  }
}
.main--panel-layer .dressup-contents .dressup-color .color-madein .madein-colors .color-button {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #d7d7d7;
  margin: 20px 0 0 20px;
}
@media only screen and (max-width: 1920px) {
  .main--panel-layer .dressup-contents .dressup-color .color-madein .madein-colors .color-button {
    width: 2.6041666667vw;
    height: 2.6041666667vw;
    margin: 1.0416666667vw 0 0 1.0416666667vw;
  }
}
.main--panel-layer .dressup-contents .dressup-color .color-madein .madein-colors .color-button.is--on {
  position: relative;
}
.main--panel-layer .dressup-contents .dressup-color .color-madein .madein-colors .color-button.is--on:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-image: url("/resources/cms/img/main/color-pick.svg");
  background-size: 24px auto;
  background-position: center;
}
@media only screen and (max-width: 1920px) {
  .main--panel-layer .dressup-contents .dressup-color .color-madein .madein-colors .color-button.is--on:after {
    background-size: 1.25vw auto;
  }
}
.main--panel-layer .dressup-contents .dressup-picker {
  margin-bottom: 30px;
  min-height: 100px;
  background-color: #f4f4f4;
}
@media only screen and (max-width: 1920px) {
  .main--panel-layer .dressup-contents .dressup-picker {
    margin-bottom: 1.5625vw;
    min-height: 5.2083333333vw;
  }
}
.main--panel-layer .dressup-contents .dressup-material .material-title {
  display: block;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
  color: #444444;
  line-height: 1;
}
@media only screen and (max-width: 1920px) {
  .main--panel-layer .dressup-contents .dressup-material .material-title {
    margin-bottom: 0.78125vw;
    font-size: 0.9375vw;
  }
}
.main--panel-layer .dressup-contents .dressup-material .material-controller .controller-row {
  display: flex;
  align-items: center;
}
.main--panel-layer .dressup-contents .dressup-material .material-controller .controller-row ~ .controller-row {
  margin-top: 10px;
}
@media only screen and (max-width: 1920px) {
  .main--panel-layer .dressup-contents .dressup-material .material-controller .controller-row ~ .controller-row {
    margin-top: 0.5208333333vw;
  }
}
.main--panel-layer .dressup-contents .dressup-material .material-controller .controller-title {
  flex: 0 0 90px;
  font-size: 16px;
  font-weight: 400;
  color: #777777;
  line-height: 1;
}
@media only screen and (max-width: 1920px) {
  .main--panel-layer .dressup-contents .dressup-material .material-controller .controller-title {
    flex: 0 0 4.6875vw;
    font-size: 0.8333333333vw;
  }
}
.main--panel-layer .dressup-contents .dressup-material .material-controller .controller-range {
  position: relative;
  flex: 1 1 auto;
  width: 310px;
  position: relative;
  font-size: 0;
}
@media only screen and (max-width: 1920px) {
  .main--panel-layer .dressup-contents .dressup-material .material-controller .controller-range {
    width: 15.625vw;
    height: 0.5208333333vw;
  }
}
.main--panel-layer .dressup-contents .dressup-material .material-controller .controller-range .range-bar {
  position: relative;
  width: 0%;
  height: 100%;
  background-color: #002060;
}
.main--panel-layer .dressup-contents .dressup-material .material-controller .controller-range .range-bar .bar-button {
  position: absolute;
  top: 50%;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  background-color: #fff;
  border: 1px solid #002060;
  border-radius: 50%;
  transform: translate(50%, -50%) skewY(-0.01deg);
}
@media only screen and (max-width: 1920px) {
  .main--panel-layer .dressup-contents .dressup-material .material-controller .controller-range .range-bar .bar-button {
    width: 1.1458333333vw;
    height: 1.1458333333vw;
  }
}
.main--panel-layer .dressup-contents .dressup-material .material-controller .controller-range .range-bar .bar-button:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #002060;
}
@media only screen and (max-width: 1920px) {
  .main--panel-layer .dressup-contents .dressup-material .material-controller .controller-range .range-bar .bar-button:before {
    width: 0.5208333333vw;
    height: 0.5208333333vw;
  }
}
.main--panel-layer .panel-trans-button {
  position: absolute;
  z-index: 0;
  display: flex;
  align-items: flex-start;
  background-color: #002060;
  transition: box-shadow 0.2s ease, transform 0.3s ease;
}
.main--panel-layer .panel-trans-button:hover, .main--panel-layer .panel-trans-button:focus {
  box-shadow: 1px 3px 10px 0px rgba(0, 0, 0, 0.3);
}
.main--panel-layer .panel-trans-button.cfy--top {
  top: 0;
  right: 0;
  width: 350px;
  height: 350px;
  border-radius: 25px;
  transform: translate(-40px, 60px);
}
@media only screen and (max-width: 1920px) {
  .main--panel-layer .panel-trans-button.cfy--top {
    width: 18.2291666667vw;
    height: 18.2291666667vw;
    border-radius: 1.3020833333vw;
    transform: translate(-2.0833333333vw, 3.125vw);
  }
}
.main--panel-layer .panel-trans-button.cfy--top .button-name {
  height: 60px;
  padding-left: 30px;
}
@media only screen and (max-width: 1920px) {
  .main--panel-layer .panel-trans-button.cfy--top .button-name {
    height: 3.125vw;
    padding-left: 1.5625vw;
  }
}
.main--panel-layer .panel-trans-button.cfy--top .button-name .name-icon {
  margin-left: 8px;
}
.main--panel-layer .panel-trans-button.cfy--bottom {
  bottom: 0;
  left: 0;
  width: 200px;
  height: 180px;
  border-radius: 25px;
  transform: translate(60px, -30px);
}
@media only screen and (max-width: 1920px) {
  .main--panel-layer .panel-trans-button.cfy--bottom {
    width: 10.4166666667vw;
    height: 9.375vw;
    border-radius: 1.3020833333vw;
    transform: translate(3.125Vw, -1.5625Vw);
  }
}
.main--panel-layer .panel-trans-button.cfy--bottom .button-name {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 60px;
  padding-top: 30px;
}
@media only screen and (max-width: 1920px) {
  .main--panel-layer .panel-trans-button.cfy--bottom .button-name {
    width: 3.125vw;
    padding-top: 1.5625vw;
  }
}
.main--panel-layer .panel-trans-button.cfy--bottom .button-name .name-text {
  width: 20px;
  word-break: break-all;
  text-align: center;
  line-height: 1.2;
}
@media only screen and (max-width: 1920px) {
  .main--panel-layer .panel-trans-button.cfy--bottom .button-name .name-text {
    width: 1.0416666667vw;
  }
}
.main--panel-layer .panel-trans-button.cfy--bottom .button-name .name-icon {
  margin-top: 5px;
}
.main--panel-layer .panel-trans-button.style--color-mint {
  background-color: #00b8d4;
}
.main--panel-layer .panel-trans-button .button-name {
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  color: #fff;
  line-height: 1;
}
@media only screen and (max-width: 1920px) {
  .main--panel-layer .panel-trans-button .button-name {
    font-size: 0.8333333333vw;
  }
}
.main--panel-layer .panel-trans-button .button-name .name-text {
  font-weight: 600;
}
.main--panel-layer .panel-trans-button .button-name .name-icon {
  display: inline-flex;
  font-size: 16px;
  transform: translateY(1px);
}
@media only screen and (max-width: 1920px) {
  .main--panel-layer .panel-trans-button .button-name .name-icon {
    font-size: 0.8333333333vw;
  }
}
.main--panel-layer.is--on {
  transform: translate(-5%, -50%);
  transition: transform 1s ease;
  z-index: 1;
}
.main--panel-layer.is--on .panel-trans-button {
  transition: box-shadow 0.2s ease, transform 0.5s 1s ease;
}
.main--panel-layer.is--on .panel-trans-button.cfy--top {
  transform: translate(0, 0);
}
.main--panel-layer.is--on .panel-trans-button.cfy--bottom {
  transform: translate(0, 0);
}

.main--panel-trigger {
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 2;
  transform: translate(0%, -50%);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  transition: all 0.2s 0.8s ease;
}
.main--panel-trigger.is--out {
  transition: all 0.2s ease;
  transform: translate(100%, -50%);
}
.main--panel-trigger .trigger-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 50px;
  height: 120px;
  box-sizing: border-box;
  padding: 0 15px;
  border-radius: 10px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #6f6f71;
  color: #c4c4c4;
  transition: all 0.1s linear;
}
@media only screen and (max-width: 1920px) {
  .main--panel-trigger .trigger-button {
    min-width: 2.6041666667vw;
    height: 6.25vw;
    padding: 0 0.78125vw;
    border-radius: 0.5208333333vw;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}
.main--panel-trigger .trigger-button ~ .trigger-button {
  margin-top: 5px;
}
.main--panel-trigger .trigger-button ~ .trigger-button:hover {
  background-color: #00b8d4;
}
.main--panel-trigger .trigger-button .button-icon {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translate(50%, -50%);
  display: inline-flex;
  font-size: 16px;
  line-height: 1;
  opacity: 0;
}
.main--panel-trigger .trigger-button .button-text {
  display: flex;
  width: 20px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  word-break: break-all;
  transition: all 0.2s linear;
}
@media only screen and (max-width: 1920px) {
  .main--panel-trigger .trigger-button .button-text {
    width: 1.0416666667vw;
    font-size: 0.8333333333vw;
  }
}
.main--panel-trigger .trigger-button:hover {
  padding-left: 40px;
  background-color: #002060;
  color: #fff;
}
@media only screen and (max-width: 1920px) {
  .main--panel-trigger .trigger-button:hover {
    padding-left: 2.0833333333vw;
  }
}
.main--panel-trigger .trigger-button:hover .button-icon {
  opacity: 1;
  transform: translate(0%, -50%);
  transition: all 0.2s ease;
}

.main--background {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
}
.main--background .background-frame {
  position: relative;
  width: 100%;
  height: 100%;
}
.main--background .background-frame .background-main, .main--background .background-frame .background-funcs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
}
.main--background .background-main {
  background-image: url("/resources/cms/img/main/background-main.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.main--background .background-funcs {
  opacity: 0;
  visibility: hidden;
  background-image: url("/resources/cms/img/main/background-funcs.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.main--background.is--on .background-main {
  opacity: 0;
  visibility: hidden;
}
.main--background.is--on .background-funcs {
  opacity: 1;
  visibility: visible;
}
.main--background.is--on .curtain-custom {
  width: 0%;
  transform: translateX(0);
  transition: transform 0.5s ease, width 0.5s 0.7s ease;
}
.main--background.is--on .curtain-main {
  transition: none;
  width: 100%;
  transform: translateX(100%);
}
.main--background .curtain-main {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  transform: translateX(0);
  width: 0%;
  height: 100vh;
  background-color: #1d3b79;
  transition: transform 0.5s ease, width 0.5s 0.7s ease;
}
.main--background .curtain-custom {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  transform: translateX(-100%);
  width: 100%;
  height: 100vh;
  background-color: #00b8d4;
}

.main--parts {
  position: absolute;
  bottom: 5.46875vw;
  z-index: 2;
  left: 7.8125vw;
  transform: translateX(0);
}
.main--parts.is--on .parts-item {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.main--parts .parts-list {
  display: flex;
}
.main--parts .parts-item {
  position: relative;
  visibility: hidden;
  opacity: 0;
  transform: translateY(50%);
  transition: all 0.3s linear;
}
.main--parts .parts-item:nth-child(2) {
  transition-delay: 0.2s;
}
.main--parts .parts-item:nth-child(3) {
  transition-delay: 0.4s;
}
.main--parts .parts-item ~ .parts-item {
  margin-left: 4.9479166667vw;
}
.main--parts .parts-item .item-icon {
  width: 5.2083333333vw;
  height: 5.2083333333vw;
  box-sizing: border-box;
  padding: 5px;
  background: linear-gradient(-30deg, #002060 0%, #00b8d4 100%);
  border-radius: 50%;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
}
.main--parts .parts-item .item-icon .icon-image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background-color: #fff;
  box-shadow: -3px -9px 6px 0px rgba(0, 0, 0, 0.15) inset;
}
.main--parts .parts-item .item-icon .icon-image img {
  width: 3.125vw;
  height: auto;
}
.main--parts .parts-item .item-title {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 10px;
  font-size: 0.9375vw;
  font-weight: 600;
  color: #444444;
  letter-spacing: -0.5px;
  white-space: nowrap;
}

.main--unity {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s linear;
}
.main--unity.is--hidden {
  opacity: 0;
  transition: none;
}

/* 컬러 피커 */
.sp-fill {
  padding-top: 56.25% !important;
}

.sp-picker-container {
  padding: 10px !important;
}

.sp-picker-container.sp-alpha-enabled .sp-picker-container .sp-top {
  margin: 0 !important;
}

/* 커버 추가 */
.main--cover {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  background-image: url("/resources/cms/img/main/background-cover.jpg");
  background-size: cover;
  animation: coverHidden 0.5s 5s ease 1;
  animation-fill-mode: both;
}
@keyframes coverHidden {
  0% {
    opacity: 1;
    z-index: 9;
  }
  100% {
    opacity: 0;
    z-index: -1;
  }
}
.main--cover .cover-loading {
  position: relative;
  width: 400px;
}
.main--cover .cover-loading .loading-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.main--cover .cover-loading .loading-logo img {
  width: 240px;
  max-width: none;
}

/* 게시판 */
/* 모바일 숨김 처리*/
@media only screen and (max-width: 767px) {
  .is--mobile-hidden {
    display: none;
  }
}

/* 게시판 */
.common--board {
  width: 1200px;
  font-family: "Pretendard";
  /* 일반 목록 */
  /* 게시판 공통 버튼*/
  /* 게시판 공통 페이지네이션 */
  /* 작성 */
  /* FAQ */
  /* 보기 */
  /* 앨범형 목록 */
  /* 첨부파일 */
  /* 공통 게시판 상단*/
  /* 게시판 검색 */
  /* 이전, 다음글 */
  /* 댓글 */
}
.common--board * {
  font-family: "Pretendard";
  letter-spacing: -0.5px;
}
.common--board *[type=password] {
  font-family: Arial, Helvetica, sans-serif;
}
.common--board *[type=password]::-moz-placeholder {
  font-family: "Pretendard";
}
.common--board *[type=password]::placeholder {
  font-family: "Pretendard";
}
.common--board p {
  margin: 0;
}
.common--board .omks--table-list table thead th {
  font-size: 0.9em;
}
@media only screen and (max-width: 767px) {
  .common--board .omks--table-list table thead th {
    font-size: 1.1em;
  }
}
.common--board .omks--table-list table tr.is--high-light td {
  background-color: #f5f7ff;
}
.common--board .omks--table-list table tr.is--high-light .table-list-order {
  width: 3.125em;
  overflow: visible;
  color: transparent;
}
@media only screen and (max-width: 767px) {
  .common--board .omks--table-list table tr.is--high-light .table-list-order {
    width: 8vw;
  }
}
.common--board .omks--table-list table tr.is--high-light .table-list-order:after {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.125em;
  height: 1.875em;
  box-sizing: border-box;
  border-radius: 3.125em;
  background: none;
  background-color: #444444;
  content: "공지";
  font-size: 0.875em;
  color: #fff;
  text-indent: 0;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .common--board .omks--table-list table tr.is--high-light .table-list-order:after {
    width: 8vw;
    height: 5.3333333333vw;
    border-radius: 0.6666666667vw;
    font-size: 1.2em;
  }
}
.common--board .omks--table-list table tr td.style--text-left {
  text-align: left;
}
.common--board .omks--table-list table .table-list-category {
  font-size: 0.85em;
}
@media only screen and (max-width: 767px) {
  .common--board .omks--table-list table .table-list-category {
    font-size: 1em;
  }
}
.common--board .omks--table-list table .table-list-link {
  text-underline-offset: 0.2em;
}
@media only screen and (max-width: 767px) {
  .common--board .omks--table-list table .table-list-link {
    font-size: 1.2em;
  }
}
.common--board .omks--table-list table .table-list-link:hover {
  color: #3e4271;
  text-shadow: 0px 0px 1px #3e4271;
}
.common--board .omks--table-list table .table-list-lock {
  position: relative;
  display: inline-flex;
  width: 1.5em;
  white-space: nowrap;
  text-indent: -9999px;
  font-size: 1em;
}
.common--board .omks--table-list table .table-list-lock [class^=omks--icon-] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-flex;
  line-height: 1;
  text-indent: 0;
  color: #516ed8;
}
.common--board .omks--table-list table .table-list-new {
  display: inline-flex;
  position: relative;
  width: 1.5em;
  white-space: nowrap;
  text-indent: -9999px;
}
.common--board .omks--table-list table .table-list-new:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "N";
  width: 1.5em;
  height: 1.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.325em;
  background-color: #516ed8;
  font-size: 1em;
  color: #fff;
  font-weight: 600;
  line-height: 1;
  text-indent: 0;
}
.common--board .omks--button-group {
  margin-top: 2em;
}
.common--board .omks--button {
  min-width: 4em;
  height: 2.625em;
  border-radius: 1.5625em;
  background-color: transparent;
  border-color: #dbdbdb;
  font-size: 1em;
}
.common--board .omks--button.style--color-primary {
  border: none;
  background-color: #3e4271;
  color: #fff;
}
.common--board .omks--button.style--color-void {
  background-color: #777;
  border: none;
  color: #fff;
}
.common--board .omks--button.style--color-secondary {
  border: none;
  background-color: #516dd6;
  color: #fff;
}
.common--board .omks--button.style--color-sleep {
  border: none;
  background-color: #afafaf;
  color: #fff;
}
.common--board .omks--board-pagination {
  font-size: 14px;
}
.common--board .omks--board-pagination .pagi-arrow,
.common--board .omks--board-pagination .pagi-num {
  width: 2.142em;
  height: 2.142em;
  border: 1px solid transparent;
  border-radius: 50%;
  background-color: #fff;
  font-size: 1em;
}
.common--board .omks--board-pagination .pagi-arrow:hover,
.common--board .omks--board-pagination .pagi-num:hover {
  background-color: #fff;
  border-color: #3e4271;
}
.common--board .omks--board-pagination .pagi-num.is--now {
  background-color: #3e4271;
  color: #fff;
}
.common--board .omks--board-pagination .pagi-arrow {
  background-size: 15px auto;
}
.common--board .omks--board-pagination .pagi-mobile-num {
  display: none;
  margin: 0 0.5em;
  font-size: 1em;
}
.common--board .omks--board-pagination .pagi-mobile-num .mobile-num-now {
  margin-right: 0.4em;
  font-weight: 600;
  color: #ff6b1d;
}
.common--board .omks--board-pagination .pagi-mobile-num .mobile-num-total {
  margin-left: 0.4em;
}
.common--board .omks--board-write .write-form .form-title {
  font-size: 1em;
}
@media only screen and (max-width: 767px) {
  .common--board .omks--board-write .write-form .form-title {
    font-size: 1.2em;
  }
}
.common--board .omks--board-write .omks--input {
  height: 2.75em;
  padding: 0 1em;
  border-radius: 0.325em;
}
.common--board .omks--board-write .omks--select {
  height: 2.75em;
  padding: 0 1em;
  padding-right: 2.4em;
  border-radius: 0.325em;
  background-size: 2.4em auto;
}
.common--board .omks--board-write .omks--period .period-date .date-label {
  opacity: 0;
}
.common--board .omks--board-write .omks--period .period-date .date-input {
  height: 2.75em;
  border-radius: 0.325em;
}
.common--board .omks--board-write .omks--period .period-date .date-input input {
  height: 100%;
  padding: 0 1em;
  padding-right: 2.4em;
}
.common--board .omks--board-write .omks--period-set .period-title {
  opacity: 0;
}
.common--board .omks--board-write .omks--period-set .period-form {
  height: 2.75em;
  border-radius: 0.325em;
  padding: 0 1em;
  padding-right: 2.4em;
}
.common--board .omks--board-write .omks--period-set .period-input {
  font-size: 1em;
}
.common--board .omks--board-write .form-editor {
  width: 100%;
}
.common--board .omks--board-write .form-editor .omks--textarea {
  width: 100%;
  border-radius: 0.325em;
}
.common--board .omks--board-write .omks--file .omks--button {
  width: 6em;
  height: 2.75em;
  border: none;
  border-radius: 0.325em;
  background-color: #707070;
}
.common--board .omks--board-write .omks--file .omks--file-ref {
  margin: 0 1em;
  font-size: 0.8em;
  color: #666;
}
.common--board .omks--faq .faq-list {
  border-top: 0;
  border-bottom: 0;
}
.common--board .omks--faq .faq-list .faq-mark {
  width: 3em;
  height: 3em;
  border-radius: 50%;
  border-color: #efefef;
  background-color: #efefef;
  background-image: url("/resources/cms/img/board/faq-q.png");
}
.common--board .omks--faq .faq-list .faq-contents-head {
  display: flex;
  align-items: center;
  margin-bottom: 0.625em;
  font-size: 1em;
}
.common--board .omks--faq .faq-list .faq-contents-head .faq-category {
  margin-bottom: 0;
}
.common--board .omks--faq .faq-list .faq-contents-head .faq-alert {
  display: flex;
  width: auto;
  padding: 0.5em 1em;
  margin-right: 1em;
  text-indent: 0;
  background-color: #444;
  border-radius: 1.5625em;
  font-size: 1em;
  font-weight: 500;
  color: #fff;
  line-height: 1;
}
.common--board .omks--faq .faq-list .faq-contents-head .faq-alert:after {
  content: none;
}
.common--board .omks--faq .faq-list .faq-category {
  margin-bottom: 0.625em;
  font-size: 1.125em;
  font-weight: 400;
  color: #777777;
}
.common--board .omks--faq .faq-list .faq-paragrap {
  font-size: 1.125em;
  font-weight: 400;
  color: #444;
}
.common--board .omks--faq .faq-list .faq-question .faq-paragrap {
  font-weight: 500;
}
.common--board .omks--faq .faq-list .faq-answer {
  background: none;
  border-top: 1px solid #e7e7e7;
}
.common--board .omks--faq .faq-list .faq-answer .faq-mark {
  background-color: #3e4271;
  background-image: url("/resources/cms/img/board/faq-a.png");
}
.common--board .omks--faq .faq-list .faq-toggle {
  transform: none;
  transition: none;
  background-image: url("/resources/cms/img/board/faq-plus.svg");
}
.common--board .omks--faq .faq-list .faq-toggle:hover {
  background-color: #dbdbdb;
}
.common--board .omks--faq .faq-list .faq-item {
  position: relative;
  border: none;
  background-color: #f8f8f8;
  border-radius: 15px;
}
.common--board .omks--faq .faq-list .faq-item.is--open .faq-toggle {
  background-image: url("/resources/cms/img/board/faq-minus.svg");
}
.common--board .omks--faq .faq-list .faq-item ~ .faq-item {
  margin-top: 20px;
  border-top: 0;
}
.common--board .omks--faq .faq-list-new {
  display: inline-flex;
  position: relative;
  width: 1.5em;
  margin: 0 0.25em;
  white-space: nowrap;
  text-indent: -9999px;
}
.common--board .omks--faq .faq-list-new:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "N";
  width: 1.5em;
  height: 1.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.325em;
  background-color: #516ed8;
  font-size: 0.875em;
  color: #fff;
  font-weight: 600;
  line-height: 1;
  text-indent: 0;
}
.common--board .omks--faq .faq-alert {
  display: inline-flex;
  position: relative;
  width: 1.5em;
  margin-right: 0.25em;
  white-space: nowrap;
  text-indent: -9999px;
}
.common--board .omks--faq .faq-alert:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "N";
  width: 1.5em;
  height: 1.2em;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.4em;
  background-image: url("/resources/cms/img/board/table-list-alert.svg");
}
.common--board .omks--faq .faq-edit {
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  display: flex;
  align-items: center;
}
.common--board .omks--faq .faq-edit .omks--button-group {
  margin-top: 0;
}
.common--board .omks--faq .faq-edit .omks--button {
  font-size: 0.875em;
}
.common--board .omks--faq .faq-edit .edit-button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  box-sizing: border-box;
  border-radius: 5px;
  background-color: #fff;
  font-size: 16px;
  color: #777;
}
.common--board .omks--faq .faq-edit .edit-button ~ .edit-button {
  margin-left: 5px;
}
.common--board .omks--faq .faq-edit .edit-button.style--color-primary {
  background-color: #434993;
  color: #fff;
}
.common--board .omks--faq .faq-edit .edit-button.style--color-secondary {
  background-color: #777777;
  color: #fff;
}
.common--board .omks--board-view ~ .omks--board-view {
  margin-top: 50px;
}
.common--board .omks--board-view .view-body {
  border-bottom: 1px solid #dbdbdb;
}
.common--board .omks--board-view .view-foot {
  background-color: #FCFCFC;
  border-bottom: 1px solid #dbdbdb;
}
.common--board .omks--board-view .view-foot .foot-row {
  display: flex;
  padding: 1em 1.4em;
}
.common--board .omks--board-view .view-foot .foot-row ~ .foot-row {
  border-top: 1px solid #D6D6D6;
}
.common--board .omks--board-view .view-foot .foot-row .row-item {
  font-size: 1em;
  font-weight: 400;
  color: #777777;
}
.common--board .omks--board-view .view-foot .foot-row .row-item ~ .row-item {
  margin-left: 1.5em;
}
.common--board .omks--board-view .view-foot .foot-row .row-item:after {
  content: "";
  display: block;
  clear: both;
}
.common--board .omks--board-view .view-foot .foot-row .row-item .item-title {
  float: left;
  margin-right: 0.75em;
  font-weight: 500;
  letter-spacing: -1px;
}
.common--board .omks--board-view .view-foot .foot-row .row-item .item-contents {
  display: block;
  overflow: hidden;
  font-weight: 400;
}
.common--board .omks--board-view .view-banner {
  width: 100%;
  box-sizing: border-box;
}
.common--board .omks--board-view .view-banner .banner-image.is--none img {
  display: none;
}
.common--board .omks--board-view .view-banner .banner-image.is--none:after {
  transform: translate(0, -50%);
  left: inherit;
  right: 0;
  top: 50%;
  width: auto;
  height: auto;
  content: "EV Conversion";
  font-size: 1.25em;
  font-weight: 700;
  letter-spacing: -2px;
  color: #000;
  opacity: 0.1;
}
.common--board .omks--board-view .view-banner .banner-photos {
  position: relative;
  width: 100%;
}
.common--board .omks--board-view .view-banner .banner-photos .banner-pagi {
  position: absolute;
  bottom: 0;
  left: initial;
  right: 0;
  z-index: 2;
  min-width: 3.4em;
  width: auto;
  padding: 0.25em 0.5em;
  background: rgba(0, 0, 0, 0.16);
  text-align: center;
  line-height: 1;
  color: #fff;
  letter-spacing: 2px;
}
.common--board .omks--board-view .view-banner .banner-photos .banner-image.is--none img {
  display: none;
}
.common--board .omks--board-view .view-banner .banner-photos .banner-image.is--none:after {
  font-size: 5.3125em;
}
.common--board .omks--board-view .view-head .view-title {
  padding: 0 1.4em;
  padding-top: 1em;
  align-items: flex-start;
  min-height: initial;
  background-color: #F8F8F8;
  font-size: 1em;
}
.common--board .omks--board-view .view-head .view-title .title-category {
  display: flex;
  align-items: center;
  font-size: 0.875em;
  font-weight: 400;
  color: #777;
  line-height: 1;
}
.common--board .omks--board-view .view-head .view-title .title-category .category-block {
  padding: 0.5em 1em;
  margin-right: 0.75em;
  background-color: #dbdbdb;
  border-radius: 3.125em;
  line-height: 1;
  color: #777;
}
.common--board .omks--board-view .view-head .view-title .title-category .category-block.style--color-lightgreen {
  background-color: #7e9c6f;
  color: #fff;
}
.common--board .omks--board-view .view-head .view-title .title-category .category-block.style--color-green {
  background-color: #497c30;
  color: #fff;
}
.common--board .omks--board-view .view-head .view-title .title-category .category-block.style--color-blue {
  background-color: #3e4271;
  color: #fff;
}
.common--board .omks--board-view .view-head .view-title .title-category .category-block.style--color-orange {
  background-color: #ff6b1d;
  color: #fff;
}
.common--board .omks--board-view .view-head .view-title .title-category * {
  margin-bottom: 0;
}
.common--board .omks--board-view .view-head .view-title .title-name {
  margin-top: 0.1em;
  font-size: 1.125em;
  font-weight: 700;
  line-height: 1.3;
}
.common--board .omks--board-view .view-head .head-row {
  padding: 1em 1.4em;
  border-top: 0;
  background-color: #F8F8F8;
  font-size: 0.875em;
  line-height: 1;
}
.common--board .omks--board-view .view-head .head-row.row-attached {
  background: none;
  border-top: 1px solid #d9d9d9;
  line-height: normal;
}
.common--board .omks--board-view .view-head .head-row .row-item .item-title {
  font-weight: 600;
}
.common--board .omks--board-view .view-head .head-row .row-item .item-contents {
  font-weight: 700;
}
.common--board .omks--board-view .view-attached .attached-file .file-icon {
  width: 1.375em;
  overflow: visible;
}
.common--board .omks--board-view .view-attached .attached-file .file-icon:before {
  width: 1.375em;
  height: 1.375em;
  background-size: cover;
}
.common--board .omks--board-view .view-attached .attached-file .file-name {
  font-weight: 700;
  text-underline-offset: 0.325em;
}
.common--board .omks--board-head ~ .omks--album {
  padding-top: 1em;
  border-top: 1px solid #dbdbdb;
}
.common--board .omks--album .album-item {
  border-radius: 0.625em;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}
.common--board .omks--album .album-item.is--high-light:before {
  background-color: #fff;
  background-image: url("/resources/cms/img/board/album-list-alert.svg");
}
.common--board .omks--album .album-item .item-category {
  font-size: 0.85em;
  font-weight: 400;
}
.common--board .omks--album .album-item .item-date {
  display: block;
  margin-top: 10px;
  font-size: 0.8em;
  font-weight: 400;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .common--board .omks--album .album-item .item-date {
    display: none;
  }
}
.common--board .omks--album .album-item .item-frame {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 7.25em;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0.625em 1.25em;
  border-radius: inherit;
  transform: translateZ(0);
  transition: height 0.2s ease, padding-top 0.2s ease;
}
@media only screen and (max-width: 767px) {
  .common--board .omks--album .album-item .item-frame {
    height: 6.25em;
  }
}
.common--board .omks--album .album-item .item-new {
  display: flex;
  position: absolute;
  top: 0.5em;
  left: 0.5em;
  z-index: 1;
  border-radius: 0.25em;
  background-color: #516ed8;
  box-shadow: 0 0.15em 0.3em rgba(0, 0, 0, 0.16);
  padding: 0.25em 0.4em;
  font-size: 0.875em;
  line-height: 1;
  color: #fff;
}
.common--board .omks--album .album-item:hover .item-frame {
  height: 9.6875em;
  padding-top: 1.875em;
  background-color: #516ed8;
}
@media only screen and (max-width: 767px) {
  .common--board .omks--album .album-item:hover .item-frame {
    height: 7.25em;
  }
}
.common--board .omks--album .album-item:hover .item-frame * {
  color: #fff;
}
.common--board .omks--album .album-item:hover .album-title {
  text-decoration: none;
  text-shadow: 0px 1px 1px #fff;
}
.common--board .omks--album .album-thumb {
  border-radius: 0;
  border-radius: inherit;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  padding-top: 65.25%;
}
.common--board .omks--album .album-thumb:before {
  content: none;
  border-radius: inherit;
}
.common--board .omks--album .album-thumb.is--none img {
  display: none;
}
.common--board .omks--album .album-thumb.is--none:after {
  content: "EV Conversion";
  left: inherit;
  right: 0;
  transform: translate(0, -50%);
  font-size: 2em;
  font-weight: 700;
  letter-spacing: -2px;
  color: #000;
  text-align: right;
  opacity: 0.1;
}
.common--board .omks--album .album-contents {
  position: relative;
  height: 7.8125em;
  border-top: 0;
  border-radius: inherit;
}
@media only screen and (max-width: 767px) {
  .common--board .omks--album .album-contents {
    height: 6.25em;
  }
}
.common--board .omks--album .album-title {
  font-size: 1em;
  line-height: 1.4em;
  max-height: 2.8em;
}
.common--board .omks--album .album-link {
  border: none;
  transition: all 0.2s ease;
}
.common--board .omks--file .omks--file-ref {
  position: relative;
}
.common--board .omks--file .omks--file-ref .file-ref-mark {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #ddd;
  font-size: 16px;
  line-height: 1;
  color: #444;
}
.common--board .omks--file .omks--file-ref .file-ref-mark:focus ~ .file-ref-layer {
  z-index: 1;
  visibility: visible;
  opacity: 1;
}
.common--board .omks--file .omks--file-ref .file-ref-layer {
  position: absolute;
  bottom: calc(100% + 5px);
  left: 10px;
  z-index: 1;
  box-sizing: border-box;
  padding: 0.5em;
  border-radius: 5px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  font-size: 0.7em;
  line-height: 1.3;
  white-space: nowrap;
  background-color: #f4f4f4;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  transition: all 0.2s ease;
}
.common--board .omks--board-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 0.875em;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .common--board .omks--board-head {
    margin-bottom: 1.25em;
  }
}
@media only screen and (max-width: 767px) {
  .common--board .omks--board-head {
    flex-direction: column;
    align-items: flex-start;
    justify-content: stretch;
    margin-bottom: 1em;
  }
}
.common--board .omks--board-head .head-row {
  order: 2;
  font-size: 1em;
}
@media only screen and (max-width: 767px) {
  .common--board .omks--board-head .head-row {
    order: 1;
    width: 100%;
  }
}
.common--board .omks--board-head .head-row.row-state {
  order: 1;
  display: flex;
  line-height: 1;
  font-size: 1em;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .common--board .omks--board-head .head-row.row-state {
    font-size: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .common--board .omks--board-head .head-row.row-state {
    order: 2;
    margin-top: 6.6666666667vw;
    font-size: 0.9em;
  }
}
.common--board .omks--board-head .head-row.row-state .state-write ~ .state-page {
  margin-left: 1em;
}
.common--board .omks--board-head .head-row.row-state .state-write,
.common--board .omks--board-head .head-row.row-state .state-page {
  font-size: 0.875em;
  transform: skewY(-0.02deg);
}
.common--board .omks--board-head .head-row.row-state .state-write b,
.common--board .omks--board-head .head-row.row-state .state-page b {
  font-weight: 600;
  color: #516ed8;
}
.common--board .omks--board-head .head-row .omks--search {
  margin-bottom: 1em;
}
@media only screen and (max-width: 767px) {
  .common--board .omks--search {
    padding: 3.2vw;
    background-color: #EFF3F6;
    border: 1px solid #D5DDE4;
  }
}
.common--board .omks--search .search-filter select {
  height: 2.5em;
  padding-left: 1em;
  border-radius: 3.25em;
  font-size: 1em;
  color: #777;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .common--board .omks--search .search-filter select {
    height: 3em;
  }
}
@media only screen and (max-width: 767px) {
  .common--board .omks--search .search-filter select {
    width: 100%;
    height: 2.5em;
    padding-right: 2.5em;
    background-size: 2.5em auto;
    font-size: 1.2em;
  }
}
.common--board .omks--search .search-keywords {
  width: 29.375em;
  height: 2.5em;
  background: none;
  border: none;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .common--board .omks--search .search-keywords {
    height: 3em;
  }
}
@media only screen and (max-width: 767px) {
  .common--board .omks--search .search-keywords {
    width: 100%;
    height: 3em;
  }
}
.common--board .omks--search .search-keywords .omks--input {
  border: 0.0625em solid #dbdbdb;
  border-radius: 3.25em;
  padding: 0 1em;
  font-size: 1em;
}
@media only screen and (max-width: 767px) {
  .common--board .omks--search .search-keywords .omks--input {
    font-size: 1.2em;
  }
}
.common--board .omks--search .search-keywords .omks--input::-moz-placeholder {
  font-weight: 400;
}
.common--board .omks--search .search-keywords .omks--input::placeholder {
  font-weight: 400;
}
.common--board .omks--search .search-keywords button.keywords-submit {
  flex: 0 0 60px;
  width: 60px;
  margin-left: 10px;
  transition: none;
  background-color: #516ed8;
  background-image: url("/resources/cms/img/board/keywords-submit.svg");
  background-size: 1.6em auto;
}
@media only screen and (min-width: 1081px) and (max-width: 1279px) {
  .common--board .omks--search .search-keywords button.keywords-submit {
    flex: 0 0 2.5em;
    width: 2.5em;
    background-size: 1.6em auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .common--board .omks--search .search-keywords button.keywords-submit {
    flex: 0 0 3em;
    width: 3em;
    background-size: 1.6em auto;
  }
}
@media only screen and (max-width: 767px) {
  .common--board .omks--search .search-keywords button.keywords-submit {
    flex: 0 0 3em;
    width: 3em;
    background-size: 1.6em auto;
  }
}
.common--board .omks--search .search-keywords button.keywords-submit:hover, .common--board .omks--search .search-keywords button.keywords-submit:focus {
  background-color: #3e4271;
  opacity: 1;
}
.common--board .omks--board-navigator {
  margin-top: 2em;
}
.common--board .omks--board-navigator .navigator-row .row-title {
  flex: 0 0 120px;
  width: 120px;
  font-size: 14px;
}
.common--board .omks--board-navigator .navigator-row .row-contents {
  min-height: 55px;
}
.common--board .omks--board-navigator .navigator-row .row-link {
  font-size: 14px;
}
.common--board .omks--comment {
  margin: 1.5em 0;
  border: none;
}
.common--board .omks--comment .commnet-state {
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 0.325em;
  margin-bottom: 0.625em;
}
.common--board .omks--comment .commnet-state .state-text {
  font-size: 0.875em;
  color: #6b6b6b;
}
.common--board .omks--comment .commnet-state .state-text b {
  font-weight: 500;
  color: #3e4271;
}
.common--board .omks--comment .comment-form {
  display: flex;
  flex-wrap: wrap;
}
.common--board .omks--comment .comment-form .comment-writer {
  order: 1;
  display: flex;
  align-items: center;
}
.common--board .omks--comment .comment-form .comment-writer ~ * {
  margin-left: 0;
}
.common--board .omks--comment .comment-form .comment-writer .comment-writer-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.3em;
  height: 2.3em;
  border-radius: 50%;
  background-color: #516dd6;
  margin-right: 0.5em;
  font-size: 1em;
  color: #fff;
  line-height: 1;
}
.common--board .omks--comment .comment-form .comment-writer .comment-writer-icon [class^=omks--icon-] {
  display: inline-flex;
  font-size: 1.6em;
  line-height: 1;
}
.common--board .omks--comment .comment-form .comment-writer .omks--input {
  width: 8.4375em;
  min-width: auto;
  height: 2.625em;
  padding-left: 1em;
  border-radius: 3.25em;
}
.common--board .omks--comment .comment-form .comment-writer .omks--input:-moz-read-only {
  background-color: #f1f1f1;
  color: #a8a8a8;
  cursor: default;
}
.common--board .omks--comment .comment-form .comment-writer .omks--input:read-only {
  background-color: #f1f1f1;
  color: #a8a8a8;
  cursor: default;
}
.common--board .omks--comment .comment-form .comment-writer .omks--input ~ .omks--input {
  margin-left: 0.5em;
}
.common--board .omks--comment .comment-form .comment-textarea {
  order: 3;
  flex: 1 1 100%;
  margin-top: 0.625em;
}
.common--board .omks--comment .comment-form .comment-textarea .omks--textarea {
  height: 6.25em;
  border-radius: 0.325em;
}
.common--board .omks--comment .comment-form .comment-textarea .omks--textarea::-moz-placeholder {
  font-size: 0.875em;
}
.common--board .omks--comment .comment-form .comment-textarea .omks--textarea::placeholder {
  font-size: 0.875em;
}
.common--board .omks--comment .comment-form .comment-submit {
  order: 2;
  margin-left: auto;
}
.common--board .omks--comment .comment-row {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0.875em 1.75em;
  background-color: #f6f6f6;
  font-size: 1em;
}
.common--board .omks--comment .comment-row:hover {
  background-color: #f5f7ff;
}
.common--board .omks--comment .comment-row ~ .comment-row {
  margin-top: 0.625em;
  border: none;
}
.common--board .omks--comment .comment-row .comment-head,
.common--board .omks--comment .comment-row .comment-body {
  padding: 0;
  background: none;
}
.common--board .omks--comment .comment-row .comment-head ~ .comment-body,
.common--board .omks--comment .comment-row .comment-body ~ .comment-body {
  margin-top: 0.5em;
}
.common--board .omks--comment .comment-writer-ip {
  font-size: 0.875em;
  transform: skewY(-0.02deg);
  color: #aaa;
}
.common--board .omks--comment .comment-date {
  font-size: 1em;
  transform: skewY(-0.02deg);
}
.common--board .omks--comment .comment-edit {
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  display: flex;
  align-items: center;
}
.common--board .omks--comment .comment-edit .omks--button-group {
  margin-top: 0;
}
.common--board .omks--comment .comment-edit .omks--button {
  font-size: 0.875em;
}
.common--board .omks--comment .comment-edit .edit-button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  box-sizing: border-box;
  border-radius: 5px;
  background-color: #fff;
  font-size: 16px;
  color: #777;
}
.common--board .omks--comment .comment-edit .edit-button ~ .edit-button {
  margin-left: 5px;
}
.common--board .omks--comment .comment-edit .edit-button.style--color-primary {
  background-color: #3e4271;
  color: #fff;
}
.common--board .omks--comment .comment-edit .edit-button.style--color-secondary {
  background-color: #afafaf;
  color: #fff;
}

/* 비밀번호 확인 */
.password-confirm {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 500px;
  margin: 0 auto;
  max-width: 100%;
}
.password-confirm .confirm-image {
  display: flex;
  margin-bottom: 20px;
  line-height: 1;
}
.password-confirm .confirm-guide {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 400;
  color: #444444;
  line-height: 1;
}
.password-confirm .confirm-form {
  width: 300px;
  max-width: 100%;
  font-size: 16px;
}
.password-confirm .confirm-form .omks--input {
  width: 100%;
  height: 2.625em;
  border-radius: 5px;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  color: #444;
}
.password-confirm .confirm-form .omks--input::-moz-placeholder {
  font-family: "NanumSquare";
}
.password-confirm .confirm-form .omks--input::placeholder {
  font-family: "NanumSquare";
}