@import url(https://fonts.googleapis.com/css2?family=Nanum+Gothic:wght@400;700;800&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap);

/* 기본 common.css */
:root {
    --cw-font-sans-serif: 'Pretendard', system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans",
        Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 산세리프 폰트 */
    --cw-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 모노스페이스 폰트 */
    --cw-light-color: #999; /* Light Color */
    --cw-heading-color: #121212; /* Heading Color */
    --cw-point-color: #FF4600; /* Point Color */
    --cw-point-color-pri: #121212; /* Point Primary Color */
    --cw-point-color-blue: #227AFF; /* Point Blue Color */
    --cw-warning-40: #FFDA6A; /* Warning Color */
    --cw-error-color: #DC3545; /* Error Color */
    --cw-color-white: #ffffff; /* Neutral/white */
    --cw-color-10: #f6f6f6; /* Neutral/10 */
    --cw-color-20: #EDEDED; /* Neutral/20 */
    --cw-color-30: #dedede; /* Neutral/30 */
    --cw-color-40: #c2c2c2; /* Neutral/40 */
    --cw-color-50: #a9a9a9; /* Neutral/50 */
    --cw-color-60: #999999; /* Neutral/60 */
    --cw-color-80: #555555; /* Neutral/80 */
    --cw-color-70: #777777; /* Neutral/70 */
    --cw-color-90: #343434; /* Neutral/90 */

    --cw-border-radius: 4px;    /* btn input round */

    --cw-size-2: 0.125rem;
    --cw-size-3: 0.188rem;
    --cw-size-4: 0.25rem;
    --cw-size-5: 0.313rem;
    --cw-size-6: 0.375rem;
    --cw-size-7: 0.438rem;
    --cw-size-8: 0.5rem;
    --cw-size-9: 0.563rem;
    --cw-size-10: 0.625rem;
    --cw-size-11: 0.688rem;
    --cw-size-12: 0.75rem;
    --cw-size-13: 0.813rem;
    --cw-size-14: 0.875rem;
    --cw-size-15: 0.938rem;
    --cw-size-16: 1rem;
    --cw-size-17: 1.063rem;
    --cw-size-18: 1.125rem;
    --cw-size-19: 1.188rem;
    --cw-size-20: 1.25rem;
    --cw-size-22: 1.375rem;
    --cw-size-24: 1.5rem;
    --cw-size-26: 1.625rem;
    --cw-size-28: 1.75rem;
    --cw-size-30: 1.875rem;
    --cw-size-32: 2rem;
    --cw-size-34: 2.125rem;
    --cw-size-36: 2.25rem;
    --cw-size-38: 2.375rem;
    --cw-size-40: 2.5rem;
    --cw-size-42: 2.625rem;
    --cw-size-44: 2.75rem;
    --cw-size-46: 2.875rem;
    --cw-size-48: 3rem;
    --cw-size-50: 3.125rem;
    --cw-size-52: 3.25rem;
    --cw-size-54: 3.375rem;
    --cw-size-56: 3.5rem;
    --cw-size-58: 3.625rem;
    --cw-size-60: 3.75rem;
    --cw-size-62: 3.875rem;
    --cw-size-64: 4rem;
    --cw-size-66: 4.125rem;
    --cw-size-68: 4.25rem;
    --cw-size-70: 4.375rem;
    --cw-size-72: 4.5rem;
    --cw-size-74: 4.625rem;
    --cw-size-76: 4.75rem;
    --cw-size-78: 4.875rem;
    --cw-size-80: 5rem;
    --cw-size-90: 5.625rem;
    --cw-size-100: 6.25rem;
    --cw-size-110: 6.875rem;
    --cw-size-120: 7.5rem;
    --cw-size-130: 8.125rem;
    --cw-size-140: 8.75rem;
    --cw-size-150: 9.375rem;
    --cw-size-160: 10rem;
    --cw-size-170: 10.625rem;
    --cw-size-180: 11.25rem;
    --cw-size-190: 11.875rem;
    --cw-size-200: 12.5rem;
    --cw-size-210: 13.125rem;
    --cw-size-220: 13.75rem;
    --cw-size-230: 14.375rem;
    --cw-size-240: 15rem;
    --cw-size-250: 15.625rem;
    --cw-size-260: 16.25rem;
    --cw-size-270: 16.875rem;
    --cw-size-280: 17.5rem;
    --cw-size-290: 18.125rem;
    --cw-size-300: 18.75rem;
    --cw-size-310: 19.375rem;
    --cw-size-320: 20rem;
    --cw-size-330: 21.25rem;
    --cw-size-340: 21.875rem;
    --cw-size-350: 22.5rem;
    --cw-size-360: 22.5rem;
    --cw-size-370: 23.125rem;
    --cw-size-380: 23.75rem;
    --cw-size-390: 24.375rem;
    --cw-size-400: 25rem;
    --cw-size-410: 25.625rem;
    --cw-size-420: 26.25rem;
    --cw-size-430: 26.875rem;
    --cw-size-440: 27.5rem;
    --cw-size-450: 28.125rem;
    --cw-size-460: 28.75rem;
    --cw-size-470: 29.375rem;
    --cw-size-480: 30rem;
    --cw-size-490: 30.625rem;
    --cw-size-500: 31.25rem;
    --cw-size-540: 33.75rem;
    --cw-size-600: 37.5rem;
    --cw-size-670: 42rem;
    --cw-size-700: 43.75rem;
    --cw-size-750: 46.875rem;
    --cw-size-800: 50rem;
    --cw-size-850: 52.5rem;
    --cw-size-900: 56.25rem;
    --cw-size-950: 59.375rem;
    --cw-size-1000: 62.5rem;
    
    --rectangle-bg: #121212;
    --rectangle-border-color: rgba(0,0,0,0.15);
}

/* Pretendard 웹폰트 적용 */
@font-face {
	font-family: 'Pretendard';
	font-weight: 900;
	font-display: swap;
	src: local('Pretendard Black'), url(//skin.makeshop.co.kr/skin/rw_shop/pretendard/woff2/Pretendard-Black.woff2) format('woff2'), url(//skin.makeshop.co.kr/skin/rw_shop/pretendard/woff/Pretendard-Black.woff) format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 800;
	font-display: swap;
	src: local('Pretendard ExtraBold'), url(//skin.makeshop.co.kr/skin/rw_shop/pretendard/woff2/Pretendard-ExtraBold.woff2) format('woff2'), url(//skin.makeshop.co.kr/skin/rw_shop/pretendard/woff/Pretendard-ExtraBold.woff) format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 700;
	font-display: swap;
	src: local('Pretendard Bold'), url(//skin.makeshop.co.kr/skin/rw_shop/pretendard/woff2/Pretendard-Bold.woff2) format('woff2'), url(//skin.makeshop.co.kr/skin/rw_shop/pretendard/woff/Pretendard-Bold.woff) format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 600;
	font-display: swap;
	src: local('Pretendard SemiBold'), url(//skin.makeshop.co.kr/skin/rw_shop/pretendard/woff2/Pretendard-SemiBold.woff2) format('woff2'), url(//skin.makeshop.co.kr/skin/rw_shop/pretendard/woff/Pretendard-SemiBold.woff) format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 500;
	font-display: swap;
	src: local('Pretendard Medium'), url(//skin.makeshop.co.kr/skin/rw_shop/pretendard/woff2/Pretendard-Medium.woff2) format('woff2'), url(//skin.makeshop.co.kr/skin/rw_shop/pretendard/woff/Pretendard-Medium.woff) format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 400;
	font-display: swap;
	src: local('Pretendard Regular'), url(//skin.makeshop.co.kr/skin/rw_shop/pretendard/woff2/Pretendard-Regular.woff2) format('woff2'), url(//skin.makeshop.co.kr/skin/rw_shop/pretendard/woff/Pretendard-Regular.woff) format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 300;
	font-display: swap;
	src: local('Pretendard Light'), url(//skin.makeshop.co.kr/skin/rw_shop/pretendard/woff2/Pretendard-Light.woff2) format('woff2'), url(//skin.makeshop.co.kr/skin/rw_shop/pretendard/woff/Pretendard-Light.woff) format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 200;
	font-display: swap;
	src: local('Pretendard ExtraLight'), url(//skin.makeshop.co.kr/skin/rw_shop/pretendard/woff2/Pretendard-ExtraLight.woff2) format('woff2'), url(//skin.makeshop.co.kr/skin/rw_shop/pretendard/woff/Pretendard-ExtraLight.woff) format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 100;
	font-display: swap;
	src: local('Pretendard Thin'), url(//skin.makeshop.co.kr/skin/rw_shop/pretendard/woff2/Pretendard-Thin.woff2) format('woff2'), url(//skin.makeshop.co.kr/skin/rw_shop/pretendard/woff/Pretendard-Thin.woff) format('woff');
}

/*!
 * Bootstrap Reboot v5.3.3 (https://getbootstrap.com/)
 * Copyright 2011-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
    /* Bootstrap 테마 색상 */
    --bs-primary: #0d6efd; /* 기본 색상 */
    --bs-secondary: #6c757d; /* 보조 색상 */
    --bs-success: #198754; /* 성공을 나타내는 색상 */
    --bs-info: #0dcaf0; /* 정보 색상 */
    --bs-warning: #ffc107; /* 경고 색상 */
    --bs-danger: #dc3545; /* 위험 색상 */
    --bs-light: #f8f9fa; /* 밝은 배경색 */
    --bs-dark: #212529; /* 어두운 배경색 */

    /* 폰트 패밀리 설정 */
    --bs-font-sans-serif: var(--cw-font-sans-serif);
    --bs-font-monospace: var(--cw-font-monospace);

    /* 그라디언트 설정 */
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0)); /* 그라디언트 효과 */

    /* 기본 텍스트 설정 */
    --bs-body-font-family: var(--bs-font-sans-serif); /* 기본 폰트 패밀리 */
    --bs-body-font-size: 1rem; /* 기본 폰트 크기 */
    --bs-body-font-weight: 400; /* 기본 폰트 두께 */
    --bs-body-line-height: 1.5; /* 기본 라인 높이 */
    --bs-body-color: #121212; /* 기본 텍스트 색상 */
    --bs-body-color-rgb: 33, 37, 41; /* 기본 텍스트 색상의 RGB 값 */
    --bs-body-bg: #fff; /* 기본 배경색 */
    --bs-body-bg-rgb: 255, 255, 255; /* 기본 배경색의 RGB 값 */

    /* 보조 텍스트 및 배경 색상 */
    --bs-secondary-color: rgba(33, 37, 41, 0.75); /* 보조 텍스트 색상 */
    --bs-secondary-color-rgb: 33, 37, 41; /* 보조 텍스트 색상의 RGB 값 */
    --bs-secondary-bg: #e9ecef; /* 보조 배경색 */
    --bs-secondary-bg-rgb: 233, 236, 239; /* 보조 배경색의 RGB 값 */

    /* 제목 색상 */
    --bs-heading-color: inherit; /* 제목 텍스트 색상 (상속됨) */

    /* 링크 색상 */
    --bs-link-color: #0d6efd; /* 링크 텍스트 색상 */
    --bs-link-color-rgb: 13, 110, 253; /* 링크 텍스트 색상의 RGB 값 */
    --bs-link-decoration: underline; /* 링크 텍스트의 장식 (밑줄) */
    --bs-link-hover-color: #0a58ca; /* 링크 텍스트의 호버 시 색상 */
    --bs-link-hover-color-rgb: 10, 88, 202; /* 링크 텍스트의 호버 시 RGB 값 */

    /* 코드 및 하이라이트 색상 */
    --bs-code-color: #d63384; /* 코드 텍스트 색상 */
    --bs-highlight-color: #212529; /* 하이라이트 텍스트 색상 */
    --bs-highlight-bg: #fff3cd; /* 하이라이트 배경색 */

    /* 기본 경계선 설정 */
    --bs-border-width: 1px; /* 기본 경계선 두께 */
    --bs-border-style: solid; /* 기본 경계선 스타일 */
    --bs-border-color: #a9a9a9; /* 기본 경계선 색상 */
    --bs-border-color-translucent: rgba(0, 0, 0, 0.175); /* 반투명 경계선 색상 */

    /* 경계선 반경 (둥근 모서리) */
    --bs-border-radius: 0.375rem; /* 기본 경계선 반경 */
    --bs-border-radius-sm: 0.25rem; /* 작은 경계선 반경 */
    --bs-border-radius-lg: 0.5rem; /* 큰 경계선 반경 */
    --bs-border-radius-xl: 1rem; /* 더 큰 경계선 반경 */
    --bs-border-radius-xxl: 2rem; /* 매우 큰 경계선 반경 */
    --bs-border-radius-2xl: var(--bs-border-radius-xxl); /* 2xl 크기의 경계선 반경 */
    --bs-border-radius-pill: 50rem; /* 완전 둥근 경계선 반경 (알약 모양) */
}


*,
*::before,
*::after {
    box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
    :root {
        /* scroll-behavior: smooth; */
        scroll-behavior: auto;
    }
}

body {
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
    margin: 1rem 0;
    color: inherit;
    border: 0;
    border-top: var(--bs-border-width) solid;
    opacity: 0.25;
}

h6,
h5,
h4,
h3,
h2,
h1 {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 500;
    line-height: 1.2;
    color: var(--bs-heading-color);
}

h1 {
    font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
    h1 {
        font-size: 2.5rem;
    }
}

h2 {
    font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
    h2 {
        font-size: 2rem;
    }
}

h3 {
    font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
    h3 {
        font-size: 1.75rem;
    }
}

h4 {
    font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
    h4 {
        font-size: 1.5rem;
    }
}

h5 {
    font-size: 1.25rem;
}

h6 {
    font-size: 1rem;
}

p {
    margin-top: 0;
    margin-bottom: 0;
}

abbr[title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

ol,
ul {
    list-style-type: none;
    padding-inline-start: 0;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 0;
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}

dt {
    font-weight: 700;
}

dd {
    margin-bottom: 0;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 0.875em;
}

mark {
    padding: 0.1875em;
    color: var(--bs-highlight-color);
    background-color: var(--bs-highlight-bg);
}

sub,
sup {
    position: relative;
    font-size: 0.75em;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

a {
    color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
    text-decoration: none;
}
a:hover {
    --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none;
}

pre,
code,
kbd,
samp {
    font-family: var(--bs-font-monospace);
    font-size: 1em;
}

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    font-size: 0.875em;
}
pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal;
}

code {
    font-size: 0.875em;
    color: var(--bs-code-color);
    word-wrap: break-word;
}
a > code {
    color: inherit;
}

kbd {
    padding: 0.1875rem 0.375rem;
    font-size: 0.875em;
    color: var(--bs-body-bg);
    background-color: var(--bs-body-color);
    border-radius: 0.25rem;
}
kbd kbd {
    padding: 0;
    font-size: 1em;
}

figure {
    margin: 0 0 1rem;
}

img,
svg {
    vertical-align: middle;
}

table {
    caption-side: bottom;
    border-collapse: collapse;
}

caption {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    color: var(--bs-secondary-color);
    text-align: left;
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
}

label {
    display: inline-block;
}

button {
    border-radius: 0;
}

button:focus:not(:focus-visible) {
    outline: 0;
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
select {
    text-transform: none;
}

[role="button"] {
    cursor: pointer;
}

select {
    word-wrap: normal;
}
select:disabled {
    opacity: 1;
}

[list]:not([type="date"]):not([type="datetime-local"]):not([type="month"]):not([type="week"]):not(
        [type="time"]
    )::-webkit-calendar-picker-indicator {
    display: none !important;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    appearance: button;
}
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
    cursor: pointer;
}

::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

textarea {
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: calc(1.275rem + 0.3vw);
    line-height: inherit;
}
@media (min-width: 1200px) {
    legend {
        font-size: 1.5rem;
    }
}
legend + * {
    clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
    padding: 0;
}

::-webkit-inner-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    appearance: textfiled;
    outline-offset: -2px;
}

/* rtl:raw:
 [type="tel"],
 [type="url"],
 [type="email"],
 [type="number"] {
   direction: ltr;
 }
 */
::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
    padding: 0;
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

::file-selector-button {
    font: inherit;
    -webkit-appearance: button;
    appearance: button;
}

output {
    display: inline-block;
}

iframe {
    border: 0;
}

summary {
    display: list-item;
    cursor: pointer;
}

progress {
    vertical-align: baseline;
}

[hidden] {
    display: none !important;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}
  
.figure {
    display: inline-block;
}
  
.figure-img {
    margin-bottom: 0.5rem;
    line-height: 1;
}
  
.figure-caption {
    font-size: 0.875em;
    color: var(--bs-secondary-color);
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

/*!
 * Bootstrap Grid v5.3.3 (https://getbootstrap.com/)
 * Copyright 2011-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
    --bs-gutter-x: 2rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container-sm,
    .container {
        --bs-gutter-x: 2rem;
        /* max-width: 540px; */
    }
}
@media (min-width: 768px) {
    .container-md,
    .container-sm,
    .container {
        --bs-gutter-x: 2rem;
        /* max-width: 720px; */
    }
}
@media (min-width: 992px) {
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        --bs-gutter-x: 3rem;
        /* max-width: 960px; */
    }
}
@media (min-width: 1200px) {
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        --bs-gutter-x: 5rem;
        /* max-width: 1140px; */
    }
}
@media (min-width: 1400px) {
    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        --bs-gutter-x: 5rem;
        max-width: 1440px;
    }
}

.row {
    --bs-gutter-x: 2rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-0.5 * var(--bs-gutter-x));
    margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
    box-sizing: border-box;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
}

.col {
    flex: 1 0 0%;
}

.row-cols-auto > * {
    flex: 0 0 auto;
    width: auto;
}

.row-cols-1 > * {
    flex: 0 0 auto;
    width: 100%;
}

.row-cols-2 > * {
    flex: 0 0 auto;
    width: 50%;
}

.row-cols-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
}

.row-cols-4 > * {
    flex: 0 0 auto;
    width: 25%;
}

.row-cols-5 > * {
    flex: 0 0 auto;
    width: 20%;
}

.row-cols-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
}

.col-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
}

.col-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
}

.col-3 {
    flex: 0 0 auto;
    width: 25%;
}

.col-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
}

.col-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
}

.col-6 {
    flex: 0 0 auto;
    width: 50%;
}

.col-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
}

.col-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
}

.col-9 {
    flex: 0 0 auto;
    width: 75%;
}

.col-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
}

.col-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
}

.col-12 {
    flex: 0 0 auto;
    width: 100%;
}

.offset-1 {
    margin-left: 8.33333333%;
}

.offset-2 {
    margin-left: 16.66666667%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.33333333%;
}

.offset-5 {
    margin-left: 41.66666667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.33333333%;
}

.offset-8 {
    margin-left: 66.66666667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.33333333%;
}

.offset-11 {
    margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
    --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
    --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
    --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
    --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
    --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
    --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
    --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
    --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
    --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
    --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
    --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
    --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
    .col-sm {
        flex: 1 0 0%;
    }
    .row-cols-sm-auto > * {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-sm-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-sm-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-sm-3 > * {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .row-cols-sm-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-sm-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-sm-6 > * {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-sm-0 {
        margin-left: 0;
    }
    .offset-sm-1 {
        margin-left: 8.33333333%;
    }
    .offset-sm-2 {
        margin-left: 16.66666667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.33333333%;
    }
    .offset-sm-5 {
        margin-left: 41.66666667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.33333333%;
    }
    .offset-sm-8 {
        margin-left: 66.66666667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.33333333%;
    }
    .offset-sm-11 {
        margin-left: 91.66666667%;
    }
    .g-sm-0,
    .gx-sm-0 {
        --bs-gutter-x: 0;
    }
    .g-sm-0,
    .gy-sm-0 {
        --bs-gutter-y: 0;
    }
    .g-sm-1,
    .gx-sm-1 {
        --bs-gutter-x: 0.25rem;
    }
    .g-sm-1,
    .gy-sm-1 {
        --bs-gutter-y: 0.25rem;
    }
    .g-sm-2,
    .gx-sm-2 {
        --bs-gutter-x: 0.5rem;
    }
    .g-sm-2,
    .gy-sm-2 {
        --bs-gutter-y: 0.5rem;
    }
    .g-sm-3,
    .gx-sm-3 {
        --bs-gutter-x: 1rem;
    }
    .g-sm-3,
    .gy-sm-3 {
        --bs-gutter-y: 1rem;
    }
    .g-sm-4,
    .gx-sm-4 {
        --bs-gutter-x: 1.5rem;
    }
    .g-sm-4,
    .gy-sm-4 {
        --bs-gutter-y: 1.5rem;
    }
    .g-sm-5,
    .gx-sm-5 {
        --bs-gutter-x: 3rem;
    }
    .g-sm-5,
    .gy-sm-5 {
        --bs-gutter-y: 3rem;
    }
}
@media (min-width: 768px) {
    .col-md {
        flex: 1 0 0%;
    }
    .row-cols-md-auto > * {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-md-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-md-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-md-3 > * {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .row-cols-md-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-md-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-md-6 > * {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-md-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-md-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-md-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-md-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-md-0 {
        margin-left: 0;
    }
    .offset-md-1 {
        margin-left: 8.33333333%;
    }
    .offset-md-2 {
        margin-left: 16.66666667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.33333333%;
    }
    .offset-md-5 {
        margin-left: 41.66666667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.33333333%;
    }
    .offset-md-8 {
        margin-left: 66.66666667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.33333333%;
    }
    .offset-md-11 {
        margin-left: 91.66666667%;
    }
    .g-md-0,
    .gx-md-0 {
        --bs-gutter-x: 0;
    }
    .g-md-0,
    .gy-md-0 {
        --bs-gutter-y: 0;
    }
    .g-md-1,
    .gx-md-1 {
        --bs-gutter-x: 0.25rem;
    }
    .g-md-1,
    .gy-md-1 {
        --bs-gutter-y: 0.25rem;
    }
    .g-md-2,
    .gx-md-2 {
        --bs-gutter-x: 0.5rem;
    }
    .g-md-2,
    .gy-md-2 {
        --bs-gutter-y: 0.5rem;
    }
    .g-md-3,
    .gx-md-3 {
        --bs-gutter-x: 1rem;
    }
    .g-md-3,
    .gy-md-3 {
        --bs-gutter-y: 1rem;
    }
    .g-md-4,
    .gx-md-4 {
        --bs-gutter-x: 1.5rem;
    }
    .g-md-4,
    .gy-md-4 {
        --bs-gutter-y: 1.5rem;
    }
    .g-md-5,
    .gx-md-5 {
        --bs-gutter-x: 3rem;
    }
    .g-md-5,
    .gy-md-5 {
        --bs-gutter-y: 3rem;
    }
}
@media (min-width: 992px) {
    .col-lg {
        flex: 1 0 0%;
    }
    .row-cols-lg-auto > * {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-lg-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-lg-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-lg-3 > * {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .row-cols-lg-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-lg-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-lg-6 > * {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
    .offset-lg-1 {
        margin-left: 8.33333333%;
    }
    .offset-lg-2 {
        margin-left: 16.66666667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.33333333%;
    }
    .offset-lg-5 {
        margin-left: 41.66666667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.33333333%;
    }
    .offset-lg-8 {
        margin-left: 66.66666667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.33333333%;
    }
    .offset-lg-11 {
        margin-left: 91.66666667%;
    }
    .g-lg-0,
    .gx-lg-0 {
        --bs-gutter-x: 0;
    }
    .g-lg-0,
    .gy-lg-0 {
        --bs-gutter-y: 0;
    }
    .g-lg-1,
    .gx-lg-1 {
        --bs-gutter-x: 0.25rem;
    }
    .g-lg-1,
    .gy-lg-1 {
        --bs-gutter-y: 0.25rem;
    }
    .g-lg-2,
    .gx-lg-2 {
        --bs-gutter-x: 0.5rem;
    }
    .g-lg-2,
    .gy-lg-2 {
        --bs-gutter-y: 0.5rem;
    }
    .g-lg-3,
    .gx-lg-3 {
        --bs-gutter-x: 1rem;
    }
    .g-lg-3,
    .gy-lg-3 {
        --bs-gutter-y: 1rem;
    }
    .g-lg-4,
    .gx-lg-4 {
        --bs-gutter-x: 1.5rem;
    }
    .g-lg-4,
    .gy-lg-4 {
        --bs-gutter-y: 1.5rem;
    }
    .g-lg-5,
    .gx-lg-5 {
        --bs-gutter-x: 3rem;
    }
    .g-lg-5,
    .gy-lg-5 {
        --bs-gutter-y: 3rem;
    }
}
@media (min-width: 1200px) {
    .col-xl {
        flex: 1 0 0%;
    }
    .row-cols-xl-auto > * {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-xl-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-xl-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-xl-3 > * {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .row-cols-xl-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-xl-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-xl-6 > * {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-xl-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-xl-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-xl-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-xl-0 {
        margin-left: 0;
    }
    .offset-xl-1 {
        margin-left: 8.33333333%;
    }
    .offset-xl-2 {
        margin-left: 16.66666667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.33333333%;
    }
    .offset-xl-5 {
        margin-left: 41.66666667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.33333333%;
    }
    .offset-xl-8 {
        margin-left: 66.66666667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.33333333%;
    }
    .offset-xl-11 {
        margin-left: 91.66666667%;
    }
    .g-xl-0,
    .gx-xl-0 {
        --bs-gutter-x: 0;
    }
    .g-xl-0,
    .gy-xl-0 {
        --bs-gutter-y: 0;
    }
    .g-xl-1,
    .gx-xl-1 {
        --bs-gutter-x: 0.25rem;
    }
    .g-xl-1,
    .gy-xl-1 {
        --bs-gutter-y: 0.25rem;
    }
    .g-xl-2,
    .gx-xl-2 {
        --bs-gutter-x: 0.5rem;
    }
    .g-xl-2,
    .gy-xl-2 {
        --bs-gutter-y: 0.5rem;
    }
    .g-xl-3,
    .gx-xl-3 {
        --bs-gutter-x: 1rem;
    }
    .g-xl-3,
    .gy-xl-3 {
        --bs-gutter-y: 1rem;
    }
    .g-xl-4,
    .gx-xl-4 {
        --bs-gutter-x: 1.5rem;
    }
    .g-xl-4,
    .gy-xl-4 {
        --bs-gutter-y: 1.5rem;
    }
    .g-xl-5,
    .gx-xl-5 {
        --bs-gutter-x: 3rem;
    }
    .g-xl-5,
    .gy-xl-5 {
        --bs-gutter-y: 3rem;
    }
}
@media (min-width: 1400px) {
    .col-xxl {
        flex: 1 0 0%;
    }
    .row-cols-xxl-auto > * {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-xxl-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-xxl-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-xxl-3 > * {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .row-cols-xxl-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-xxl-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-xxl-6 > * {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-xxl-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-xxl-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-xxl-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-xxl-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-xxl-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-xxl-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-xxl-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-xxl-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-xxl-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-xxl-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-xxl-0 {
        margin-left: 0;
    }
    .offset-xxl-1 {
        margin-left: 8.33333333%;
    }
    .offset-xxl-2 {
        margin-left: 16.66666667%;
    }
    .offset-xxl-3 {
        margin-left: 25%;
    }
    .offset-xxl-4 {
        margin-left: 33.33333333%;
    }
    .offset-xxl-5 {
        margin-left: 41.66666667%;
    }
    .offset-xxl-6 {
        margin-left: 50%;
    }
    .offset-xxl-7 {
        margin-left: 58.33333333%;
    }
    .offset-xxl-8 {
        margin-left: 66.66666667%;
    }
    .offset-xxl-9 {
        margin-left: 75%;
    }
    .offset-xxl-10 {
        margin-left: 83.33333333%;
    }
    .offset-xxl-11 {
        margin-left: 91.66666667%;
    }
    .g-xxl-0,
    .gx-xxl-0 {
        --bs-gutter-x: 0;
    }
    .g-xxl-0,
    .gy-xxl-0 {
        --bs-gutter-y: 0;
    }
    .g-xxl-1,
    .gx-xxl-1 {
        --bs-gutter-x: 0.25rem;
    }
    .g-xxl-1,
    .gy-xxl-1 {
        --bs-gutter-y: 0.25rem;
    }
    .g-xxl-2,
    .gx-xxl-2 {
        --bs-gutter-x: 0.5rem;
    }
    .g-xxl-2,
    .gy-xxl-2 {
        --bs-gutter-y: 0.5rem;
    }
    .g-xxl-3,
    .gx-xxl-3 {
        --bs-gutter-x: 1rem;
    }
    .g-xxl-3,
    .gy-xxl-3 {
        --bs-gutter-y: 1rem;
    }
    .g-xxl-4,
    .gx-xxl-4 {
        --bs-gutter-x: 1.5rem;
    }
    .g-xxl-4,
    .gy-xxl-4 {
        --bs-gutter-y: 1.5rem;
    }
    .g-xxl-5,
    .gx-xxl-5 {
        --bs-gutter-x: 3rem;
    }
    .g-xxl-5,
    .gy-xxl-5 {
        --bs-gutter-y: 3rem;
    }
}

.cw-rotate-180 { transform: rotate(-180deg); }
.cw-hr-empty { --bs-border-width: 0; }
.cw-point-color { color: var(--cw-point-color) !important; }
.cw-heading-color { color: var(--cw-heading-color) !important; }
.cw-error-color { color: var(--cw-error-color) !important; }
.cw-mb-20 { margin-bottom: 20px; }
.cw-mr-4 { margin-right: 4px; }
.cw-f-right { float: right; }

.txt-c { text-align: center; }
.txt-l { text-align: left; }
.txt-r { text-align: right; }

.btn {
    --bs-btn-padding-x: 1.25rem;
    --bs-btn-padding-y: 0;
    --bs-btn-font-family: var(--bs-font-sans-serif);
    --bs-btn-font-size: .875rem;
    --bs-btn-font-weight: 500;
    --bs-btn-line-height: 2.375rem;
    --bs-btn-color: var(--bs-body-color);
    --bs-btn-bg: transparent;
    --bs-btn-border-width: var(--bs-border-width);
    --bs-btn-border-color: transparent;
    --bs-btn-border-radius: 4px;
    --bs-btn-hover-border-color: transparent;
    --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    --bs-btn-disabled-opacity: 0.65;
    --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
    display: inline-block;
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    font-family: var(--bs-btn-font-family);
    font-size: var(--bs-btn-font-size);
    font-weight: var(--bs-btn-font-weight);
    line-height: var(--bs-btn-line-height);
    color: var(--bs-btn-color);
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);
    background-color: var(--bs-btn-bg);
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn-primary {
    --bs-btn-color: var(--cw-color-white);
    --bs-btn-bg: var(--cw-point-color-pri);
    --bs-btn-border-color: var(--cw-point-color-pri);
}
.btn-primary:hover {
    opacity: .8;
}
.btn-primary.disable {
    opacity: .5;
}
.btn-white {
    --bs-btn-color: var(--cw-point-color-pri);
    --bs-btn-bg: var(--cw-color-white);
    --bs-btn-border-color: var(--cw-point-color-pri);
}
.btn-white:hover {
    --bs-btn-bg: var(--cw-color-10);
}
.btn-white.disable {
    opacity: .5;
}
.btn-gray {
    --bs-btn-color: var(--cw-heading-color);
    --bs-btn-bg: var(--cw-color-white);
    --bs-btn-border-color: var(--cw-color-30);
}
.btn-gray:hover {
    --bs-btn-bg: var(--cw-color-10);
}
.btn-gray.disable {
    opacity: .5;
}
.btn-lg {
    --bs-btn-padding-x: 1.875rem;
    --bs-btn-line-height: 3rem;
    --bs-btn-font-size: 1rem;
    --bs-btn-font-weight: 700;
}
.btn-md {
    --bs-btn-padding-x: 1.25rem;
    --bs-btn-line-height: 2.375rem;
}
.btn-sm {
    --bs-btn-padding-x: .75rem;
    --bs-btn-line-height: 1.75rem;
    --bs-btn-font-size: .75rem;
    --bs-btn-border-radius: 4px;
}
.btn-xs {
    --bs-btn-padding-x: .5rem;
    --bs-btn-line-height: 1.375rem;
    --bs-btn-font-size: .75rem;
    --bs-btn-border-radius: 3px;
}
.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.75em;
    /*margin-bottom: 0.125rem;*/
}
.form-check .form-check-input,
.form-check input[type="radio"], .form-check input[type="checkbox"] {
    float: left;
    margin-left: -1.75em;
}
.form-check-reverse {
    padding-right: 1.5em;
    padding-left: 0;
    text-align: right;
}
.form-check-reverse .form-check-input,
.form-check-reverse input[type="radio"], .form-check-reverse input[type="checkbox"] {
    float: right;
    margin-right: -1.5em;
    margin-left: 0;
}
.form-check-input,
input[type="radio"], .input[type="checkbox"] {
    --bs-form-check-bg: var(--bs-body-bg);
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-top: 0.1em;
    vertical-align: top;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-form-check-bg);
    background-image: var(--bs-form-check-bg-image);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: var(--bs-border-width) solid var(--bs-border-color);
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
}
.form-check-input[type="checkbox"],
input[type="checkbox"] {
    border-radius: 0.25em;
    --bs-form-check-bg-image: url("//skin.makeshop.co.kr/skin/rw_shop/images/icons/ico_check_default.svg");
}
.form-check-input[type=radio],
input[type="radio"] {
    border-radius: 50%;
}
.form-check-input:active,
input[type="radio"]:active, input[type="checkbox"]:active {
    filter: brightness(90%);
}
.form-check-input:focus,
input[type="radio"]:focus, input[type="checkbox"]:focus {
    /*
    border-color: #86b7fe;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    */
    outline: 0;
}
.form-check-input:checked,
input[type="radio"]:checked, input[type="checkbox"]:checked {
    background-color: var(--cw-heading-color);
    border-color: var(--cw-heading-color);
}
.form-check-input:checked[type="checkbox"],
input[type="checkbox"]:checked {
    --bs-form-check-bg-image: url("//skin.makeshop.co.kr/skin/rw_shop/images/icons/ico_check_white.svg");
}
.form-check-input:checked[type="radio"],
input[type="radio"]:checked {
    background-color: #fff;
    background-size: 10px 10px;
    --bs-form-check-bg-image: url("//skin.makeshop.co.kr/skin/rw_shop/images/icons/ico_radio.svg");
}
.form-check-input[type="checkbox"]:indeterminate,
input[type="checkbox"]:indeterminate {
    background-color: #0d6efd;
    border-color: #0d6efd;
    --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled,
input[type="radio"]:disabled, input[type="checkbox"]:disabled {
    pointer-events: none;
    filter: none;
    opacity: 0.5;
    background-color: #c2c2c2;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label,
input[type="radio"][disabled] ~ .form-check-label, input[type="radio"]:disabled ~ .form-check-label,
input[type="checkbox"][disabled] ~ .form-check-label, input[type="checkbox"]:disabled ~ .form-check-label {
    cursor: default;
    opacity: 0.5;
}
.form-switch {
    padding-left: 2.5em;
}
.form-switch .form-check-input,
.form-switch input[type="checkbox"], .form-switch input[type="radio"] {
    --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
    width: 2em;
    margin-left: -2.5em;
    background-image: var(--bs-form-switch-bg);
    background-position: left center;
    border-radius: 2em;
    transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .form-switch .form-check-input,
    .form-switch input[type="checkbox"], .form-switch input[type="radio"] {
      transition: none;
    }
}
.form-switch .form-check-input:focus,
.form-switch input[type="checkbox"]:focus, .form-switch input[type="radio"]:focus {
    --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked,
.form-switch input[type="checkbox"]:checked, .form-switch input[type="radio"]:checked {
    background-position: right center;
    --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.form-switch.form-check-reverse {
    padding-right: 2.5em;
    padding-left: 0;
}
.form-switch.form-check-reverse .form-check-input,
.form-switch.form-check-reverse input[type="checkbox"], .form-switch.form-check-reverse input[type="radio"] {
    margin-right: -2.5em;
    margin-left: 0;
}
.form-check-inline {
    display: inline-block;
    margin-right: 1rem;
}
.btn-check {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
    pointer-events: none;
    filter: none;
    opacity: 0.65;
}

/* 회원가입 안내문구 */
.join-form .MK_ok_confirm { color: var(--bs-success); }
.join-form .MK_no_confirm { color: var(--cw-error-color); }

/* DatePicker */
input[type="date"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: none;
  background-color: #fff;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}

input[type="date"]::-moz-focus-inner {
  border: 0;
}
.form-date-wrap { margin: 2.5rem 0; padding: 1.25rem 0; background: var(--cw-color-10); }
.cw-date { display: flex; justify-content: center; align-items: center; gap: .375rem; }
.cw-date input { max-width: 128px; background: url(//skin.makeshop.co.kr/skin/rw_shop/images/icons/ico_calendar.svg) no-repeat right 10px center / 16px 16px #fff; }
.cw-date a { flex-shrink: 0; }
@media (max-width: 767.98px) {
    .cw-date input { flex: 1 1 0; min-width: 0; max-width: 100%; }
}

/* more 버튼 */
.cw-btn-more { margin-top: 2.5rem; display: flex; justify-content: center; align-items: center; }
.cw-btn-more .btn {  width: 18.75rem; --bs-btn-line-height: 2.75rem; }
.cw-btn-more .btn span { padding-right: 17px; background: url(//skin.makeshop.co.kr/skin/rw_shop/images/icons/ico_arrow_more.svg) no-repeat right center; }

@media (max-width: 767.98px) {
    .cw-btn-more .btn { width: 100%; }
}

/* 공통 */
.btn-group {
    --cw-font-size: .875rem;
    --cw-width: 36px;
    --cw-text-width: 46px;
    --cw-text-height: 38px;
    display: inline-flex;
    align-items: center;
    border: 1px solid var(--cw-color-30);
    border-radius: var(--cw-border-radius);
}
.btn-group.sm {
    --cw-font-size: .8125rem;
    --cw-width: 28px;
    --cw-text-width: 36px;
    --cw-text-height: 28px;
}
.btn-group .btn-minus { width: var(--cw-width); text-align: center; }
.btn-group .btn-plus { width: var(--cw-width); text-align: center; }
.btn-group .btn-txt { width: var(--cw-text-width); height: var(--cw-text-height); max-width: 46px; font-size: var(--cw-font-size); color: var(--cw-heading-color); padding: 0; border: 0 none; text-align: center !important; }

label { cursor: pointer; }

input[type="text"], input[type="password"], input[type="date"], textarea, .cw-textfield {
    --cw-border-radius: 4px;
    --cw-border-color: var(--cw-color-30);
    --cw-padding-y: 8px;
    --cw-padding-x: 12px;
    --cw-font-size: 14px;
    --cw-line-height: 22px;
    padding: var(--cw-padding-y) var(--cw-padding-x);
    border: 1px solid var(--cw-border-color);
    border-radius: var(--cw-border-radius);
    font-size: var(--cw-font-size);
    font-weight: 400;
    color: var(--cw-heading-color);
    line-height: var(--cw-line-height);
    resize: none;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, textarea:focus, .cw-textfield:focus {
    --cw-border-color: var(--cw-color-50);
    outline: 0;
}
input[type="text"]:disabled, input[type="password"]:disabled, input[type="date"]:disabled, textarea:disabled, .cw-textfield:disabled {
    opacity: .8;
}
.cw-textfield.sm {
    --cw-padding-y: 6px;
    --cw-padding-x: 10px;
    --cw-font-size: .8125rem;
    --cw-line-height: 16px;
}

select:not(#date_year, #date_month), .cw-select-box {
    --cw-line-height: 18px;
    --cw-font-size: .875rem;
    padding: 0 10px;
    line-height: var(--cw-line-height);
    color: var(--cw-heading-color);
    font-size: var(--cw-font-size);
    border: 1px solid var(--cw-color-30);
    border-radius: var(--cw-border-radius);
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: #fff url(//skin.makeshop.co.kr/skin/rw_shop/images/icons/ico_cheveron_down.svg) no-repeat right .625rem center;
    cursor: pointer;
    background-size: 1.25rem;
}
select.sm, .cw-select-box.sm {
    --cw-line-height: 1rem;
    --cw-font-size: .8125rem;
    padding: 6px 26px 6px 10px;
    background-position: right 7px center;
    background-size: 16px 16px;
}
select:focus, .cw-select-box:focus {
    border-color: var(--cw-color-50);
    outline: none;
}
select:disabled, .cw-select-box:disabled {
    background-color: #f6f6f6;
    opacity: .8;
}

.board-wrapper, .gallery-wrapper {
    word-break: break-all;
    width: 1200px;
    margin: 0 auto 100px;
}

.cw-subtitle { font-weight: 700; font-size: 1.125rem; line-height: 26px; color: var(--cw-heading-color); }

.cw-paging { display: flex; gap: 4px; justify-content: center; align-items: center; }
.cw-paging a { display: inline-block; padding: 5px 12px; font-size: .875rem; color: var(--cw-color-60); text-decoration: none; line-height: 20px; }
.cw-paging .active { color: #fff; background-color: var(--cw-point-color-pri); border-radius: var(--cw-border-radius); }

.cw-simpleboard { border-top: 1px solid var(--cw-heading-color); }
.cw-simpleboard .post { display: flex; justify-content: space-between; align-items: center; padding: 20px 0; border-bottom: 1px solid var(--cw-color-30); }
.cw-simpleboard .stars { display: inline-block; width: 100px; color: var(--cw-color-50); font-size: .875rem; line-height: 20px; }
.cw-simpleboard .stars strong { font-weight: 400; color: var(--cw-heading-color); }
.cw-simpleboard .subject { flex-grow: 1; font-size: .875rem; color: var(--cw-heading-color); font-size: .8125rem; line-height: 18px; }
.cw-simpleboard .subject .complete { font-size: .75rem; color: var(--cw-color-60); }
.cw-simpleboard .author { display: inline-block; width: 100px; font-size: .875rem; color: var(--cw-color-80); }
.cw-simpleboard .date { text-align: right; display: inline-block; width: 100px; font-size: .8125rem; color: var(--cw-color-80); }
@media (max-width: 767.98px) {
    .cw-subtitle { font-size: 1rem; line-height: 24px; }
    .cw-simpleboard .post { flex-direction: column; align-items: flex-start; padding: 16px 0; }
    .cw-simpleboard .text-end { text-align: left; margin-top: 4px; }
    .cw-simpleboard .author { width: auto; }
    .cw-simpleboard .author::after { content: ' '; margin: 0 8px; display: inline-block; width: 1px; height: 14px; vertical-align: middle; background-color: var(--cw-color-30); }
    .cw-simpleboard .date { width: auto; }
    .cw-simpleboard .reply .text-end { margin-left: 28px; }
}

.cw-boardtitle { font-weight: 700; padding-top: var(--cw-size-60); font-size: var(--cw-size-24); line-height: var(--cw-size-32); color: var(--cw-heading-color); }
.cw-boardlist { margin-top: var(--cw-size-40); border-top: 1px solid var(--cw-heading-color); }
.cw-boardlist .post { position: relative; display: flex; align-items: center; padding: var(--cw-size-8) 0; border-bottom: 1px solid var(--cw-color-30); }
.cw-boardlist .post .link { text-indent: -9999px; position: absolute; left: 0; top: 0; right: 0; bottom: 0; }
.cw-boardlist .post a { color: var(--cw-heading-color); text-decoration: none; }
.cw-boardlist .post .number { flex: none; width: var(--cw-size-72); font-size: var(--cw-size-14); line-height: var(--cw-size-20); color: var(--cw-color-80); text-align: center; }
.cw-boardlist .post .reply-image { flex: none; margin-right: var(--cw-size-8); }
.cw-boardlist .post .reply-image .image { display: flex; align-items: center; width: var(--cw-size-52); margin-right: var(--cw-size-4); }
.cw-boardlist .post .reply-image .image img { width: 100%; height: auto; }
.cw-boardlist .post .infos { flex: 1; display: flex; }
.cw-boardlist .post .subject { flex: 1; display: flex; flex-direction: column; font-size: var(--cw-size-14); line-height: var(--cw-size-20); color: var(--cw-heading-color); word-break: break-all; }
.cw-boardlist .post .subject .product { margin-bottom: var(--cw-size-2); font-weight: 600; }
.cw-boardlist .post .subject .complete { font-size: var(--cw-size-12); line-height: var(--cw-size-16); color: var(--cw-color-60); }
.cw-boardlist .post .text-end { display: flex; align-items: center; }
.cw-boardlist .post .recommend { width: var(--cw-size-80); }
.cw-boardlist .post :where(.writer, .date, .read, .recommend) { flex: none; display: inline-flex; align-items: center; justify-content: center; width: var(--cw-size-100); font-size: var(--cw-size-14); line-height: var(--cw-size-20); color: var(--cw-color-80); text-align: center; }
.cw-boardlist .reply .reply-image { margin-top: 0; margin-bottom: auto; }
.cw-boardlist .reply2 .reply-image { padding-left: 28px; }
.cw-boardlist .reply3 .reply-image { padding-left: 56px; }
.cw-boardlist .reply4 .reply-image { padding-left: 84px; }
.cw-boardlist .reply5 .reply-image { padding-left: 112px; }
.cw-boardlist .notice .subject { gap: var(--cw-size-8); flex-direction: row; padding-left: var(--cw-size-72); }
.cw-boardlist .notice .subject .round-text { display: inline-flex; align-items: center; height: var(--cw-size-20); padding: 0 var(--cw-size-10); font-size: var(--cw-size-11); font-weight: 600; line-height: var(--cw-size-12); border: 1px solid var(--cw-heading-color); border-radius: var(--cw-size-20); word-break: keep-all; }
.cw-boardlist .none { justify-content: center; padding: var(--cw-size-24) 0; font-size: var(--cw-size-14); font-weight: 600; line-height: var(--cw-size-20); }
.cw-paging { padding: var(--cw-size-20) 0; }
.cw-boardbtns { display: flex; justify-content: end; align-items: center; gap: var(--cw-size-8); }
.cw-boardbtns .btn { width: var(--cw-size-180);  }
.cw-boardsearch form { display: flex; align-items: center; justify-content: center; column-gap: var(--cw-size-6); padding: var(--cw-size-20) 0; margin-top: var(--cw-size-40); background-color: var(--cw-color-10); text-align: center; }
.cw-boardsearch .cw-select-box { width: var(--cw-size-100); }
.cw-boardsearch .cw-textfield { width: var(--cw-size-320); }

/* 갤러리형 */
.cw-boardlist.gallery :where(.post, .gallery li) { position: relative; }
.cw-boardlist.gallery :where(.post, .gallery li) .link { text-indent: -9999px; position: absolute; left: 0; top: 0; right: 0; bottom: 0; }
.cw-boardlist.gallery .notice .subject { padding-left: 0; }
.cw-boardlist.gallery .notice .text-end .date { justify-content: right; }
.cw-boardlist.gallery .gallery { display: grid; gap: var(--cw-size-40) var(--cw-size-20); grid-template-columns: repeat(4, 1fr); padding: var(--cw-size-20) 0 var(--cw-size-40); border-bottom: 1px solid var(--cw-color-30); }
.cw-boardlist.gallery .gallery .subject { display: flex; flex-direction: column; }
.cw-boardlist.gallery .gallery .subject .image .img { width: 100%; }
.cw-boardlist.gallery .gallery .subject .image.noimg { display: flex; align-items: center; justify-content: center; height: 0; padding: 50% 0; border: 1px solid var(--cw-color-30); }
.cw-boardlist.gallery .gallery .subject .score { display: flex; align-items: center; column-gap: var(--cw-size-12); margin-top: var(--cw-size-12); font-size: var(--cw-size-14); line-height: var(--cw-size-20); }
.cw-boardlist.gallery .gallery .subject .score .noimage { padding: var(--cw-size-2); border: 1px solid var(--cw-color-10); }
.cw-boardlist.gallery .gallery .subject .score .pname { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; text-overflow: ellipsis; }
.cw-boardlist.gallery .gallery .subject .score + .name { padding-top: var(--cw-size-8); }
.cw-boardlist.gallery .gallery .subject .name { padding: var(--cw-size-12) 0 var(--cw-size-4); font-size: var(--cw-size-16); line-height: var(--cw-size-24); }
.cw-boardlist.gallery .gallery .text-end { display: flex; flex-direction: column; row-gap: var(--cw-size-4); font-size: var(--cw-size-14); line-height: var(--cw-size-20); color: var(--cw-color-80); }
.cw-boardlist.gallery .gallery .text-end .date::before { content: ' '; margin: 0 var(--cw-size-8); display: inline-block; width: 1px; height: var(--cw-size-14); vertical-align: middle; background-color: var(--cw-color-30); }
.cw-boardlist.gallery .gallery .text-end .read::before { content: '조회'; margin-right: var(--cw-size-3); }
.cw-boardlist.gallery .gallery .text-end .recommend { position: relative; padding-left: var(--cw-size-17); }
.cw-boardlist.gallery .gallery .text-end .recommend::before { content: '추천'; margin-right: var(--cw-size-3); }
.cw-boardlist.gallery .gallery .text-end .recommend::after { content: ' '; position: absolute; top: 50%; left: 0; transform: translateY(-50%); margin: 0 var(--cw-size-8); display: inline-block; width: 1px; height: var(--cw-size-14); vertical-align: middle; background-color: var(--cw-color-30); }

@media (max-width: 991.98px) {
    .cw-boardtitle { display: none; }

    /* 갤러리형 */
    .cw-boardlist.gallery .gallery { grid-template-columns: repeat(3, 1fr); }
}


@media (max-width: 767.98px) {
    .cw-boardlist .post.header,
    .cw-boardlist .post .number { display: none; }
    .cw-boardlist .post:not(.none) { flex-direction: column; align-items: start; padding: var(--cw-size-16) 0; }
    .cw-boardlist .post:where(.img, .reply) { flex-direction: row !important; }
    .cw-boardlist .post.img .subject { align-items: flex-start; }
    .cw-boardlist .post .infos { flex-direction: column; }
    .cw-boardlist .post .subject { font-size: var(--cw-size-13); line-height: var(--cw-size-18); }
    .cw-boardlist .post .text-end { text-align: left; margin-top: var(--cw-size-4); }
    .cw-boardlist .post .text-end :where(.writer, .date, .read, .recommend) { width: auto; font-size: var(--cw-size-13); line-height: var(--cw-size-18); }
    .cw-boardlist .post .text-end .date::before { content: ' '; margin: 0 var(--cw-size-8); display: inline-block; width: 1px; height: var(--cw-size-14); vertical-align: middle; background-color: var(--cw-color-30); }
    .cw-boardlist .post .text-end .read::before { content: '조회'; margin: 0 var(--cw-size-3) 0 var(--cw-size-8); padding-left: var(--cw-size-8); display: inline-flex; align-items: center; height: var(--cw-size-14); border-left: 1px solid var(--cw-color-30); }
    .cw-boardlist .post .text-end .recommend::before { content: '추천'; margin: 0 var(--cw-size-3) 0 var(--cw-size-8); padding-left: var(--cw-size-8); display: inline-flex; align-items: center; height: var(--cw-size-14); border-left: 1px solid var(--cw-color-30); }
    .cw-boardlist .notice .subject { padding-left: 0; }
    .cw-boardlist .none { font-size: var(--cw-size-13); line-height: var(--cw-size-18); }
    .cw-boardbtns { flex-direction: column; }
    .cw-boardbtns .btn { width: 100%; }
    .cw-boardsearch form { padding: 0; background-color: transparent; }
    .cw-boardsearch :where(.cw-select-box, .btn-primary) { flex: none; }
    .cw-boardsearch .cw-textfield { width: 100%; }

    /* 갤러리형 */
    .cw-boardlist.gallery .post:not(.none) { padding: var(--cw-size-16) 0; }
    .cw-boardlist.gallery .notice { row-gap: var(--cw-size-4); }
    .cw-boardlist.gallery .gallery { grid-template-columns: repeat(2, 1fr); column-gap: var(--cw-size-8); }
    .cw-boardlist.gallery .gallery .subject .score { font-size: var(--cw-size-13); line-height: var(--cw-size-18); }
    .cw-boardlist.gallery .gallery .subject .name { font-size: var(--cw-size-14); line-height: var(--cw-size-20); }
    .cw-boardlist.gallery .gallery .text-end { font-size: var(--cw-size-13); line-height: var(--cw-size-18); }
    .cw-boardlist.gallery .gallery .text-end .date::before { height: var(--cw-size-12); margin: 0 var(--cw-size-5); }
    .cw-boardlist.gallery .gallery .text-end .recommend { padding-left: var(--cw-size-10); }
    .cw-boardlist.gallery .gallery .text-end .recommend::after { height: var(--cw-size-12); margin: 0 var(--cw-size-5); }
}



.coupon-lists { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; align-items: start; }
.coupon-lists .coupon { position: relative; border: 1px solid var(--cw-color-30); border-radius: 10px; padding: 24px 64px 24px 24px; }
.coupon--info { display: flex; flex-direction: column; gap: 8px; padding-right: 24px; }
.coupon--name { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; line-clamp: 1; overflow: hidden; text-overflow: ellipsis; word-wrap: break-word; word-break: break-all; white-space: normal; font-weight: 700; font-size: .875rem; color: var(--cw-heading-color); line-height: 20px; }
.coupon--price { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; line-clamp: 1; overflow: hidden; text-overflow: ellipsis; font-weight: 700; font-size: 1.25rem; color: var(--cw-point-color); line-height: 28px; }
.coupon--desc { word-wrap: break-word; word-break: break-all; white-space: normal; font-size: .8125rem; color: var(--cw-color-60); line-height: 18px; min-height: 40px; }
.coupon--btns { position: absolute; top: 0; right: 0; width: 64px; height: 100%; border-left: 1px dashed var(--cw-color-30); background-color: var(--cw-color-10); border-top-right-radius: 10px; border-bottom-right-radius: 10px; }
.coupon--btn { text-indent: -9999px; display: block; width: 100%; height: 100%; background: url(//skin.makeshop.co.kr/skin/rw_shop/images/icons/ico_download.svg) no-repeat center; background-size: 24px; }
@media (min-width: 768px) and (max-width: 991.98px) {
    .coupon-lists { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 767.98px) {
    .coupon-lists { grid-template-columns: repeat(1, 1fr); gap: 16px; }
    .coupon-lists .coupon { padding: 20px 64px 20px 20px; }
    .coupon--info { gap: 6px; padding-right: 20px; }
    .coupon--name { font-size: .8125rem; line-height: 18px; }
    .coupon--price { font-size: 1.125rem; line-height: 26px; }
    .coupon--desc { font-size: .75rem; line-height: 16px; }
}

/* 상품관련 */
.goods--title {
    --cw-font-size: 1.5rem;
    --cw-line-height: 32px;
    --cw-margin-top: 10px;
    color: var(--cw-heading-color);
    font-size: var(--cw-font-size);
    line-height: var(--cw-line-height);
    margin-top: var(--cw-margin-top);
    font-weight: 600;
    display: -webkit-box;
    line-clamp: 1;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.goods--title.sm {
    --cw-font-size: .875rem;
    --cw-line-height: 20px;
    --cw-margin-top: 0;
}
.goods--title.opts {
    --cw-font-size: .8125rem;
    --cw-line-height: 18px;
    --cw-margin-top: 0;
}
.goods--subtitle,
.goods--engname {
    --cw-font-size: 1rem;
    --cw-line-height: 24px;
    font-size: var(--cw-font-size);
    color: var(--cw-color-60);
    line-height: var(--cw-line-height);
    margin-top: 4px;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.goods--engname {
    color: var(--cw-color-80);
}
.goods--subtitle.sm {
    --cw-font-size: .8125rem;
    --cw-line-height: 18px;
}
.goods--price-wrap {
    --cw-margin-top: 16px;
    display: flex;
    justify-content: space-between;
    margin-top: var(--cw-margin-top);
}
.goods--price-wrap.sm {
    --cw-margin-top: 12px;
}
.goods--price-wrap.opts {
    --cw-margin-top: 0;
}
.goods--price-wrap .prices { display: flex; flex-wrap: wrap; gap: 2px 8px; align-items: center; }
.goods--price-wrap .prices.in-txt { gap: 8px; }
.goods--price-wrap .prices .price { font-size: .875rem; line-height: 20px; color: var(--cw-heading-color); }
.goods--price-wrap .prices .price strong { font-size: 1rem; line-height: 24px; font-weight: 700; }
.goods--price-wrap .prices .original { font-size: .875rem; line-height: 22px; color: var(--cw-color-60); }
.goods--price-wrap .prices .original strong { font-weight: 400; text-decoration: line-through; }
.goods--price-wrap .prices .discount { color: var(--cw-point-color); font-weight: 700; font-size: 1rem; line-height: 1.5rem; }
.goods--price-wrap .share { display: flex; gap: 12px; }
.goods--price-wrap .share img { width: 24px; height: 24px; }
.goods-list { padding: 16px 0; flex-wrap: nowrap; }
.goods-list--item { position: relative; min-width: 0; max-width: 100%; }
.goods-list--item .item-image { margin-bottom: 16px; }
.goods-list--item .item-image img { width: 100%; height: auto; }
.goods-list--item .link { text-indent: -9999px; position: absolute; left: 0; top: 0; right: 0; bottom: 0; }

.goods--colorchip { display: flex; flex-direction: row; gap: 2px; margin-bottom: 12px; }
.goods--colorchip .rectangle { width: 12px; height: 4px; border-width: 1px; border-style: solid; background: var(--rectangle-bg); border-color: var(--rectangle-border-color); }
.goods--price-wrap { align-items: center; }
.goods--price-wrap .normal-txt { font-size: .75rem; font-weight: 400; line-height: 1rem; color: var(--cw-color-80); }
.goods--price-wrap .column-line { width: 1px; height: 14px; background-color: var(--cw-color-30); }
.goods--price-wrap .search-btn { position: relative; z-index: 1; padding: 5px; display: flex; justify-content: center; align-items: self-end; align-self: stretch; }
.goods--icos { display: flex; gap: 4px; flex-wrap: wrap; margin-top: 12px; }
.goods--icos span { display: flex; height: 18px; padding: 0 8px; font-size: .6875rem; font-weight: 400; line-height: 12px; color: var(--cw-color-90); align-items: center; border-radius: 3px; background: var(--cw-color-20); }
.goods--more { position: relative; z-index: 1; display: flex; gap: 4px; margin-top: 12px; align-items: center; }
.goods--more .benefit-btn { display: flex; height: 20px; border: 1px solid var(--cw-heading-color); border-radius: 3px; }
.goods--more .benefit-btn--black { display: flex; width: 20px; align-items: center; justify-content: center; font-size: .75rem; background: var(--cw-heading-color); color: var(--cw-color-white); }
.goods--more .benefit-btn--white { display: flex; height: 20px; padding: 0 4px; align-items: center; justify-content: center; font-size: .6875rem; color: var(--cw-heading-color); white-space: nowrap; }
.goods--more .cw-select-box { --cw-line-height: 14px; padding: 3px 14px 3px 6px; font-size: .6875rem; background-size: 8px 8px; background-position: right 4px center; }
.goods--star { display: flex; gap: 2px; align-items: center; margin-top: 12px; }
.goods--star-cnt { font-size: .75rem; line-height: 1rem; color: var(--cw-heading-color); }
.goods-list--item .item-image .ico-wish { z-index: 1; position: absolute; top: 10px; right: 10px; width: 32px; height: 32px; }

@media (min-width: 768px) and (max-width: 991.98px) {
    .goods-list--item .item-image .ico-wish { width: 24px; height: 24px; top: 8px; right: 8px; }
    .goods--title.sm { --cw-font-size: .8125rem; --cw-line-height: 18px; }
    .goods--subtitle.sm { --cw-font-size: .75rem; --cw-line-height: 16px; }
    .goods--price-wrap .prices { flex-direction: row; }
    .goods-list--item .item-image .ico-wish { top: 8px; right: 8px; width: 24px; height: 24px; }
}

@media (max-width: 767.98px) {
    .goods--title { --cw-font-size: 1.25rem; --cw-line-height: 28px; --cw-margin-top: 10px; }
    .goods--title.sm { --cw-font-size: .8125rem; --cw-line-height: 18px; }
    .goods--subtitle,
    .goods--engname { --cw-font-size: .875rem; --cw-line-height: 20px; }
    .goods--subtitle.sm { --cw-font-size: .75rem; --cw-line-height: 16px; }
    .goods--price-wrap .prices { flex-direction: row; }
    .goods--price-wrap .prices .original { line-height: 16px; }
    .goods-list--item .item-image .ico-wish { top: 8px; right: 8px; width: 24px; height: 24px; }
}
.MS_option_price { color: var(--cw-point-color); }

/* 상품 공통 스타일 */
.prds-list--item { 
    position: relative; min-width: 0; max-width: 100%;
    .link { position: absolute; left: 0; top: 0; right: 0; bottom: 0; text-indent: -99999px; }
    .prds--image { 
        position: relative;
        img { width: 100%; height: auto; }
        .ico-wish { z-index: 1; position: absolute; top: var(--cw-size-10); right: var(--cw-size-10); display: flex; align-items: center; flex-direction: column; width: var(--cw-size-32); height: var(--cw-size-32); }
        .my-wish-list { display: inline-block; width: var(--cw-size-32); height: var(--cw-size-32); padding-top: var(--cw-size-26); background: url('//skin.makeshop.co.kr/skin/rw_shop/images/icons/ico_wish_off.svg') no-repeat center top; }
        .my-wish-list.wish-on { background: url('//skin.makeshop.co.kr/skin/rw_shop/images/icons/ico_wish_on.svg'); }
        .my-wish-count { color: var(--cw-color-60); font-size: var(--cw-size-12); }
    }
    .prds--colorchip { 
        display: flex; gap: var(--cw-size-2); flex-wrap: wrap; margin-bottom: var(--cw-size-12); 
        .rectangle { width: var(--cw-size-12); height: var(--cw-size-4); border: 1px solid var(--rectangle-border-color); }
    }
    .prds--name { display: -webkit-box; line-clamp: 1; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; font-size: var(--cw-size-14); font-weight: 600; line-height: var(--cw-size-20); }
    .prds--engname { display: -webkit-box; line-clamp: 2; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; font-size: var(--cw-size-13); line-height: var(--cw-size-18); color: var(--cw-color-80); margin-top: var(--cw-size-4); }
    .prds--subname { display: -webkit-box; line-clamp: 2; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; font-size: var(--cw-size-13); line-height: var(--cw-size-18); color: var(--cw-color-60); margin-top: var(--cw-size-4); }
    .prds--price-wrap { 
        display: flex; align-items: center; margin: var(--cw-size-12) 0;
        &:not(:has(.price, .original, .discount, .normal-txt, .coupon)) { display: none; }
        &:has(.coupon) { margin-top: calc(var(--cw-size-16) * -1); }
        .prices { 
            display: flex; flex-wrap: wrap; column-gap: var(--cw-size-6); align-items: center;
            .price { font-size: var(--cw-size-14); line-height: var(--cw-size-20); }
            .price strong { font-size: var(--cw-size-16); line-height: var(--cw-size-24); font-weight: 700; }
            .original { font-size: var(--cw-size-14); line-height: var(--cw-size-22); color: var(--cw-color-60); }
            .original span { text-decoration: line-through; }
            .discount { font-size: var(--cw-size-16); line-height: var(--cw-size-24); font-weight: 700; color: var(--cw-point-color); }
            .coupon { font-size: var(--cw-size-12); line-height: var(--cw-size-16); color: var(--cw-error-color); }
            .coupon span { font-size: var(--cw-size-14); line-height: var(--cw-size-20); }
            .coupon span strong { font-size: var(--cw-size-16); line-height: var(--cw-size-24); font-weight: 700; }
            &.in-txt { gap: var(--cw-size-8); }
            &.in-txt .normal-txt { font-size: var(--cw-size-12); line-height: var(--cw-size-16); color: var(--cw-color-80); }
            &.in-txt .column-line { width: 1px; height: var(--cw-size-14); background-color: var(--cw-color-30); }
        }
        .preview-btn { position: relative; z-index: 1; display: flex; justify-content: center; align-items: center; align-self: stretch; padding: 0 var(--cw-size-5); }
    }
    .prds--icons { 
        display: flex; align-items: center; gap: var(--cw-size-4); flex-wrap: wrap; margin-top: var(--cw-size-12);
        &:not(:has(img)) { display: none; }
        span { display: inline-flex; align-items: center; gap: var(--cw-size-4); flex-wrap: wrap; }
        img { padding: 0; margin: 0; }
    }
    .prds--more { 
        display: flex; gap: var(--cw-size-4); cursor: pointer; line-height: 0; margin-top: var(--cw-size-12);
        &:not(:has(.benefit-btn, .option-detail)) { display: none; }
        .benefit-btn { position: relative; z-index: 2; display: flex; height: var(--cw-size-20); border: 1px solid var(--cw-heading-color); border-radius: var(--cw-size-3); }
        .benefit-btn--black { display: flex; width: var(--cw-size-20); align-items: center; justify-content: center; font-size: var(--cw-size-12); background: var(--cw-heading-color); color: var(--cw-color-white); }
        .benefit-btn--white { display: flex; height: var(--cw-size-20); padding: 0 var(--cw-size-4); align-items: center; justify-content: center; font-size: var(--cw-size-11); color: var(--cw-heading-color); white-space: nowrap; }
        .option-detail { 
            position: relative; z-index: 2;
            .opt-btn { display: inline-block; width: var(--cw-size-60); height: var(--cw-size-20); background: url('//skin.makeshop.co.kr/skin/rw_shop/images/icons/btn_opt_view.svg'); text-indent: -9999px; }
            .opt-btn.on { background: url('//skin.makeshop.co.kr/skin/rw_shop/images/icons/btn_opt_view_on.svg'); }
            .opt-btn.on + .layer-opt-preview { display: block; }
            .layer-opt-preview { display: none; position: absolute; top: var(--cw-size-20); left: 0; }
            .opt-wrapper { display: flex; flex-direction: column; align-items: flex-start; gap: var(--cw-size-10); min-width: var(--cw-size-90); padding: var(--cw-size-10); border: 1px solid var(--cw-color-30); border-radius: var(--cw-size-3); background: var(--cw-color-white); }
            .opt-wrapper li .detail-opt dt { font-size: var(--cw-size-11); line-height: var(--cw-size-14); font-weight: 700; }
            .opt-wrapper li .detail-opt dd { font-size: var(--cw-size-11); line-height: var(--cw-size-14); font-weight: 500; color: var(--cw-color-80); margin-top: var(--cw-size-4); }
            .opt-wrapper li .detail-opt dd:is(:first-of-type) { margin-top: var(--cw-size-6); }
        }
    }
    .prds--star { 
        display: flex; gap: var(--cw-size-2); align-items: center; margin-top: var(--cw-size-12);
        .prds--star-cnt { font-size: var(--cw-size-12); line-height: var(--cw-size-16); }
    }
    .prds--hashtag { 
        z-index: 2; position: relative; display: flex; gap: var(--cw-size-6); flex-wrap: wrap; margin-top: var(--cw-size-12); font-size: var(--cw-size-12); line-height: var(--cw-size-16); 
        a { color: var(--cw-heading-color); }
    }
    .prds--ranking { position: absolute; left: 0; top: 0; right: 0; bottom: 0; z-index: 1; display: flex; align-items: center; justify-content: center; width: var(--cw-size-30); height: var(--cw-size-30); font-size: var(--cw-size-14); line-height: var(--cw-size-20); color: var(--cw-color-white); background-color: var(--cw-color-60); }
    &:nth-child(-n+10) .prds--ranking { background-color: var(--cw-point-color-pri); }
}

/* 상품 공통 스타일 - 리스트형 */
.prds-list.list .prds-list--item { 
    display: grid; grid-template-columns: var(--cw-size-240) auto; column-gap: var(--cw-size-24); align-items: center; 
    .prds--price-wrap { justify-content: start; }
}

/* 상품 공통 스타일 - 갤러리형 */
.prds-list.gallery .prds-list--item {
    .prds--image { margin-bottom: var(--cw-size-16); }
    .prds--price-wrap { justify-content: space-between; }
}

@media (max-width: 991.98px) {
    /* 상품 공통 스타일 */
    .prds-list--item { 
        .prds--image .ico-wish { top: var(--cw-size-8); right: var(--cw-size-8); width: var(--cw-size-24); height: var(--cw-size-24); }
        .prds--image .my-wish-list { width: var(--cw-size-24); height: var(--cw-size-24); padding-top: var(--cw-size-22); background-size: var(--cw-size-26); }
        .prds--image .my-wish-list.wish-on { background-size: var(--cw-size-26); }
        .prds--name { font-size: var(--cw-size-13); line-height: var(--cw-size-18); }
        .prds--subname { font-size: var(--cw-size-12); line-height: var(--cw-size-16); }
        .prds--price-wrap .prices { 
            column-gap: var(--cw-size-4);
            .price { font-size: var(--cw-size-12); line-height: var(--cw-size-16); }
            .price strong { font-size: var(--cw-size-14); line-height: var(--cw-size-20); }
            .original { font-size: var(--cw-size-12); line-height: var(--cw-size-16); }
            .coupon { font-size: var(--cw-size-11); }
            .coupon span { font-size: var(--cw-size-12); line-height: var(--cw-size-16); }
            .coupon span strong { font-size: var(--cw-size-14); line-height: var(--cw-size-20); }
        }
        .prds--price-wrap .prices-grid { display: grid; }
        .prds--price-wrap .prices-grid .discount { order: -1; grid-column: 1 / 3; font-size: var(--cw-size-14); line-height: var(--cw-size-20); }
        .prds--price-wrap .preview-btn { align-items: flex-end; }
    }

    /* 상품 공통 스타일 - 리스트형 */
    .prds-list.list .prds-list--item { grid-template-columns: var(--cw-size-200) auto; column-gap: var(--cw-size-20); }
}
@media (max-width: 767.98px) {
    /* 상품 공통 스타일 - 리스트형 */
    .prds-list.list .prds-list--item { grid-template-columns: var(--cw-size-120) auto; column-gap: var(--cw-size-16); align-items: start; }
    
    /* 베스트 아이템, 추천 아이템, 프로모션 아이템, 판매순위 상품 */
    :where(.best-wrapper, .recmd-wrapper, .promotion-wrapper, .rank-wrapper) { margin-left: calc(-0.5 * var(--bs-gutter-x)) !important; margin-right: calc(-0.5 * var(--bs-gutter-x)) !important; padding: 0 calc(0.5 * var(--bs-gutter-x)) !important; }
}

.cw-overlay { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.7); z-index: 500; }

legend,
caption { display: none; }

/* 페이지 타이틀 */
.page-title-wrap { margin-top: 3.75rem; text-align: center; }
.page-title-wrap h2 { font-size: 1.5rem; font-weight: 700; }
.page-title-wrap .pt-20 { padding-top: 1.25rem; }
.page-title-wrap p { padding-top: 1.25rem; font-size: .875rem; color: var(--cw-color-80); }
@media (min-width: 768px) and (max-width: 991.98px) {
    .page-title-wrap { margin-top: 2.5rem; }
	.page-title-wrap h2 { display: none; }
    .page-title-wrap h2.fix-tit { display: block; }
}
@media (max-width: 767.98px) {
    .page-title-wrap { margin-top: 2.5rem; }
	.page-title-wrap h2 { display: none; }
    .page-title-wrap h2.fix-tit { display: block; }
}

/* flex */
.flex { display: flex; }
.inline-flex { display: inline-flex; }
.flex-wrap { flex-wrap: wrap; }
.flex-base { display: flex; gap: 6px; align-items: center; }
.flex-right { display: flex; gap: 6px; align-items: center; margin-left: auto; }
.flex-col { flex-direction: column; }
.items-start { align-items: flex-start; }
.items-end { align-items: flex-end; }
.items-center { align-items: center; }
.items-baseline { align-items: baseline; }
.items-stretch { align-items: stretch; }
.justify-normal { justify-content: normal; }
.justify-start { justify-content: flex-start; }
.justify-end { justify-content: flex-end; }
.justify-center { justify-content: center; }
.justify-between { justify-content: space-between; }
.justify-around { justify-content: space-around; }
.justify-evenly { justify-content: space-evenly; }
.justify-stretch { justify-content: stretch; }

/* width */
.w-full { width: 100%; } 

.shrink-0 { flex-shrink: 0; }
.gap-0 { gap: 0; }
.gap-2 { gap: 2px; }
.gap-4 { gap: 4px; }
.gap-5 { gap: 5px; }
.gap-6 { gap: 6px; }
.gap-8 { gap: 8px; }
.gap-10 { gap: 10px; }
.gap-12 { gap: 12px; }
.gap-15 { gap: 15px; }
.gap-20 { gap: 20px; }
.gap-x-0 { column-gap: 0; }
.gap-x-10 { column-gap: 10px; }
.gap-y-0 { row-gap: 0; }
.gap-y-10 { row-gap: 10px; }

/* 탭 메뉴 */
.cw-tab { display: flex; align-items: center; justify-content: center; height: 3.125rem; margin-top: 1.5rem; background: var(--cw-color-10); }
.cw-tab li { flex: 1; height:100%; text-align: center; border-bottom: 1px solid var(--cw-heading-color); cursor: pointer; }
.cw-tab li.now { background: var(--cw-color-white); border: 1px solid var(--cw-heading-color); border-bottom: 0; }
.cw-tab li a { font-size: .875rem; line-height: 3rem; color: var(--cw-heading-color); }
.tab-content {display: none; }
.tab-content.active { display: block; }

.tab-navi--links { display: flex; justify-content: space-around; align-items: center; margin-bottom: 60px; }
.tab-navi--links li { text-align: center; flex-grow: 1; border-bottom: 1px solid var(--cw-color-30); }
.tab-navi--links li a { margin-bottom: -1px; display: block; padding: 18px 0; font-size: 1rem; font-weight: 700; color: var(--cw-heading-color); text-decoration: none;  }
.tab-navi--links li em { font-style: normal; font-weight: 400; font-size: 0.9rem; color: var(--cw-color-60); }
.tab-navi--links li.active { border-bottom: 2px solid var(--cw-heading-color); }
.tab-navi--links li.active a { margin-bottom: -2px; }


/* 레이어 팝업 */
.modal-wrap {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1000;
    justify-content: center;
    align-items: center;
}

.modal-wrap.active { display: flex; }

.modal-content {
    /*position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);*/
    background: #fff;
    border-radius: 10px;
    width: 90%;
    max-width: 27.5rem;
    border: 1px solid var(--cw-heading-color);
    padding: 18px 20px 20px;
    animation: fadeIn 0.3s ease-in-out;
}

.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal-title {
    font-size: 1.125rem;
    font-weight: bold;
    margin: 0;
}

.btn-modal-close {
    width: 20px;
    height: 20px;
    background: url('//skin.makeshop.co.kr/skin/rw_shop/images/icons/bullet_delete.svg') no-repeat center top;
    border: none;
}

.modal-footer {
    display: flex;
    gap: 8px;
    justify-content: center;
    margin-top: 1.25rem;
}

.modal-footer button,
.modal-footer a {
    width: 100%;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.9);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}
@media (max-width: 767.98px) {
    .modal-title { font-size: 1rem; }
}

.btn-group .btn-txt { width: var(--cw-text-width); height: var(--cw-text-height); max-width: 46px; font-size: var(--cw-font-size); color: var(--cw-heading-color); padding: 0; border: 0 none; text-align: center !important; }

/* 자동입력방지 프로그램 */
#passimg { display: none; position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); padding: var(--cw-size-20); border: 1px solid var(--bs-highlight-color); border-radius: var(--cw-size-10); font-size: var(--cw-size-14) ;background-color: var(--cw-color-white); z-index:102;}

#authimg { position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); padding: var(--cw-size-20); border: 1px solid var(--bs-highlight-color); border-radius: var(--cw-size-10); font-size: var(--cw-size-14) ;background-color: var(--cw-color-white); }
#authimg h5 { display: flex; align-items: center; gap: var(--cw-size-8); font-size: var(--cw-size-14); color: var(--cw-point-color); }
#authimg .contents table { width: 100%; }
#authimg .contents table tr,
#authimg .contents table td { display: flex; align-items: center; }
#authimg .contents table td { padding-top: var(--cw-size-10); }
#authimg .contents table td:first-child,
#authimg .contents table td .cw-textfield {width: var(--cw-size-100);}
#authimg .btns { display: flex; align-items: center; justify-content: center; gap: var(--cw-size-6); padding-top: var(--cw-size-12); }

/* 옵션 미리보기 */
#MK_opt_preview { z-index: 98 !important; }

/* 모바일 */
@media (max-width: 767.98px) {
    #authimg .icon-text { font-size: var(--cw-size-13); }
    #authimg .auth-form dt { font-size: var(--cw-size-13); }
}




#header, #footer, #main_area {
    width: 100% !important;
    min-width: 1200px !important; /* 내부 콘텐츠가 1200px이므로 */
}

#main_area {
    overflow: hidden; /* 영역 밖으로 밀려나온 여백 제거 */
}


.gradient-divider {
    width: 100%;
    height: 150px; /* 그라데이션의 높이 */
    background: linear-gradient(
        to bottom, 
        rgba(255, 255, 255, 0) 0%,   /* 시작은 0% 투명도로 투명하게 */
        rgba(255, 255, 255, 1) 30%,  /* 50% 지점에서 흰색이 꽉 차고 */
        #171717 100%                 /* 마지막에 푸터 색상으로 */
    );
    margin: 0;
    padding: 0;
    border: none;
}

.displaynone {
    display: none !important;
}

body.eMobilePopup {
    overflow: hidden;
    position: fixed;
}

.ec-base-label {
    display: inline-block;
    margin-right: 5px;
}

.ec-base-label img {
    vertical-align: middle;
}

.gridContainer .gridItem {
    min-width: 0;
}

.ec-solution-box {
    padding: 20px;
    border: 5px solid #e8e8e8;
    color: #404040;
}

.ec-solution-box.gHalf {
    position: relative;
    padding: 20px 0;
}

.ec-solution-box.gHalf:before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    content: "";
    width: 1px;
    height: 100%;
    background-color: #e6e6e6;
}

.ec-solution-box.typeBg {
    background-color: #fbfafa;
}

.ec-solution-box.typeThin {
    border-width: 1px;
    border-color: #d7d5d5;
}

.ec-solution-box.typeThinBg {
    border-width: 1px;
    border-color: #d7d5d5;
    background-color: #fbfafa;
}

.ec-solution-box.typeThinBg > .agree {
    padding: 20px;
    border: 1px solid #e6e6e6;
    background: #fff;
}

.ec-solution-box.typeThinBg > .agree p {
    padding: 0 0 17px;
}

.ec-solution-box.typeMember {
    padding: 0;
}

.ec-solution-box.typeMember .information {
    display: table;
    table-layout: fixed;
    padding: 10px 0;
    width: 100%;
    box-sizing: border-box;
}

.ec-solution-box.typeMember .information > .title,.ec-solution-box.typeMember .information > .thumbnail {
    display: table-cell;
    padding: 0 15px;
    width: 70px;
    text-align: center;
    vertical-align: middle;
}

.ec-solution-box.typeMember .information > .title {
    vertical-align: middle;
}

.ec-solution-box.typeMember .information > .thumbnail img {
    max-width: 70px;
}

.ec-solution-box.typeMember .information .description {
    display: table-cell;
    padding: 0 10px;
    width: auto;
    line-height: 1.5em;
    border-left: 1px solid #e8e8e8;
    vertical-align: middle;
}

.ec-solution-box.typeMember.gMessage {
    border-width: 1px;
    border-color: #d7d5d5;
}

.ec-solution-box .message {
    display: block;
    padding: 10px 0 10px 35px;
    border-bottom: 1px solid #e8e7e7;
}

.ec-solution-box.typeProduct {
    display: table;
    table-layout: fixed;
    padding: 15px 0;
    width: 100%;
    box-sizing: border-box;
}

.ec-solution-box.typeProduct .thumbnail,.ec-solution-box.typeProduct .information {
    display: table-cell;
    padding: 0 20px;
    vertical-align: middle;
}

.ec-solution-box.typeProduct .thumbnail {
    width: 100px;
}

.ec-solution-box.typeProduct .thumbnail img {
    max-width: 90px;
    border: 1px solid #d7d5d5;
}

.ec-solution-box.typeProduct .information {
    padding-left: 0;
}

.ec-solution-button {
    padding: 10px 0;
    text-align: center;
}

.ec-solution-button.justify {
    position: relative;
}

.ec-solution-button:after {
    display: block;
    content: "";
    clear: both;
}

.ec-solution-button .gLeft {
    float: left;
    text-align: left;
}

.ec-solution-button .gRight {
    float: right;
    text-align: right;
}

.ec-solution-button.justify .gLeft {
    position: absolute;
    left: 0;
}

.ec-solution-button.justify .gRight {
    position: absolute;
    right: 0;
}

.ec-solution-button .text {
    margin: 0 6px 0 10px;
    color: #353535;
    line-height: 24px;
}

.ec-solution-button.typeBorder {
    margin-top: -1px;
    padding: 10px 20px;
    border: 1px solid #d7d5d5;
}

.ec-solution-button.typeBG {
    padding: 10px 20px;
    border: 1px solid #d7d5d5;
    background: #fbfafa;
}

.ec-solution-layer li {
    list-style: none;
}

.ec-solution-layer table {
    width: 100%;
    border: 0;
    border-spacing: 0;
    border-collapse: collapse;
}

.ec-solution-layer caption {
    display: none;
}

.ec-solution-layer h1,.ec-solution-layer h3 {
    margin: 0;
}

.ec-solution-layer {
    position: absolute;
    z-index: 100;
    border: 1px solid #757575;
    background: #fff;
}

.ec-solution-layer .header {
    padding: 7px 35px 7px 19px;
    color: #fff;
    background: #495164;
}

.ec-solution-layer .header > h1,.ec-solution-layer .header > h3 {
    font-size: 14px;
    line-height: 1.5;
}

.ec-solution-layer .content {
    padding: 20px;
    font-size: 12px;
}

.ec-solution-layer div.ec-solution-help {
    margin-top: 0;
}

.ec-solution-layer .ec-solution-button {
    padding: 9px;
    border-top: 1px solid #d7d5d5;
    text-align: center;
    background: #fbfafa;
}

.ec-solution-layer .close {
    position: absolute;
    right: 0;
    top: 0;
    padding: 11px 20px;
    cursor: pointer;
}

.ec-solution-layer .ec-solution-table table [id*="Msg"].error {
    color: #f00;
}

#popup .ec-solution-layer {
    position: relative;
    border: 0;
}

#popup .ec-solution-layer .header {
    padding: 12px 35px 12px 19px;
}

#popup .ec-solution-layer .close {
    top: 5px;
}

.ec-solution-layer .content > .ec-solution-table table:first-child {
    margin-top: 0;
}

.ec-solution-layer .ec-solution-table table {
    line-height: 1.4;
}

.ec-solution-layer .ec-solution-table thead th {
    padding: 9px 0 8px;
}

.ec-solution-layer .ec-solution-table tbody th {
    padding: 9px 0 8px 10px;
}

.ec-solution-layer .ec-solution-table td {
    padding: 9px 10px 8px;
}

.ec-solution-layer .ec-solution-table.typeWrite td {
    padding: 5px 10px 4px;
}

.ec-solution-layer .ec-solution-table.typeList tfoot td {
    padding: 10px 10px 12px;
}

.ec-solution-layer .ec-solution-table.typeBorder tfoot td {
    padding: 10px 10px 12px;
}

.ec-solution-table table {
    position: relative;
    margin: 10px 0 0;
    border: 1px solid #d7d5d5;
    border-top-color: #fff;
    color: #fff;
    line-height: 1.5;
}

.ec-solution-table.gLayoutFixed table {
    table-layout: fixed;
}

.ec-solution-table.gLayoutFixed .gLayoutAuto table {
    table-layout: auto;
}

.ec-solution-table table:before {
    position: absolute;
    top: 1px;
    left: 0;
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    background: #d7d5d5;
}

.ec-solution-table thead th {
    padding: 11px 0 10px;
    border-left: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    color: #353535;
    vertical-align: middle;
    font-weight: normal;
    background: #fbfafa;
}

.ec-solution-table tbody th {
    padding: 11px 0 10px 18px;
    border: 1px solid #dfdfdf;
    border-bottom-width: 0;
    color: #353535;
    text-align: left;
    font-weight: normal;
    background-color: #fbfafa;
}

.ec-solution-table th:first-child {
    border-left: 0;
}

.ec-solution-table td {
    padding: 11px 10px 10px;
    border-top: 1px solid #dfdfdf;
    color: #353535;
    vertical-align: middle;
}

.ec-solution-table td.clear {
    padding: 0 !important;
    border: 0 !important;
}

.ec-solution-table.typeWrite td {
    padding: 8px 10px 7px;
}

.ec-solution-table.typeList table {
    border-top-color: #d7d5d5;
}

.ec-solution-table.typeList table:before {
    display: none;
}

.ec-solution-table.typeList td {
    padding: 8px 10px 7px;
}

.ec-solution-table.typeList tfoot td {
    padding: 15px 10px 17px;
    background: #fbfafa;
}

.ec-solution-table .message {
    border: 1px solid #d7d5d5;
    padding: 50px 0;
    text-align: center;
    color: #757575;
    font-weight: bold;
}

.ec-solution-table table + .message {
    margin: -1px 0 0;
}

.ec-solution-table table td.message {
    padding: 50px 0;
}

.ec-solution-table .scroll .message {
    border: 0;
}

.ec-solution-table.typeList .head td {
    padding: 11px 0 10px;
    border-left: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    color: #353535;
    vertical-align: middle;
    text-align: center;
    background: #fbfafa;
}

.ec-solution-table.typeList .head td:first-child {
    border-left: 0;
}

.ec-solution-table.typeList .scroll {
    position: relative;
    overflow-x: hidden;
    overflow-y: scroll;
    max-height: 185px;
    min-height: 100px;
    border: 1px solid #d7d5d5;
    border-top-width: 0;
    margin-top: -1px;
}

.ec-solution-table.typeList .scroll table {
    border: 0;
    margin: 0;
}

.ec-solution-table.typeList .scroll table:before {
    display: none;
}

.ec-solution-table.typeList .scroll .message {
    border: 0;
}

.ec-solution-table thead.blind,.ec-solution-table thead.blind th {
    display: none;
}

.ec-solution-table thead.blind + tbody tr:first-child th,.ec-solution-table thead.blind + tbody tr:first-child td {
    border-top-width: 0;
}

.ec-solution-table.typeList.gLine table {
    border-width: 0;
    border-bottom-width: 1px;
}

.ec-solution-table.typeClear table:before {
    display: none;
}

.ec-solution-table.typeClear table,.ec-solution-table.typeClear th,.ec-solution-table.typeClear td {
    border: 0 none;
    background: none;
}

.ec-solution-table.typeClear th {
    font-weight: bold;
}

.ec-solution-table.gBorder td {
    border-left: 1px solid #dfdfdf;
}

.ec-solution-table.gBorder td:first-child {
    border-left: 0;
}

.ec-solution-table .left {
    text-align: left;
}

.ec-solution-table .center {
    text-align: center;
}

.ec-solution-table .right {
    text-align: right;
}

.ec-solution-table.typeList .center td,.ec-solution-table.typeList td.center {
    padding-left: 0;
    padding-right: 0;
}

.ec-solution-table.typeList .center td.left {
    padding-left: 10px;
}

.ec-solution-table.typeList .center td.right {
    padding-right: 10px;
}

.ec-solution-table .top th,.ec-solution-table th.top,.ec-solution-table .top td,.ec-solution-table td.top {
    vertical-align: top;
}

.ec-solution-table .middle th,.ec-solution-table th.middle,.ec-solution-table .middle td,.ec-solution-table td.middle {
    vertical-align: middle;
}

.ec-solution-table img {
    vertical-align: middle;
}

@media print {
    .ec-solution-table table:before {
        display: none;
    }
}

.certifyBox {
    width: 100%;
    font-size: 13px;
    font-family: "맑은 고딕","Malgun Gothic",Dotum,돋움,arial,verdana,sans-serif;
    letter-spacing: -1px;
    border: 1px solid #D6DAE1;
    color: #444B59;
    background-color: #fff;
}

.certifyBox .boxArea {
    position: relative;
}

.certifyBox .progress {
    background-color: #FEEEF0;
}

.certifyBox .direct {
    background-color: #F4F9FF;
}

.certifyBox .icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 34px;
    left: 33px;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
}

.certifyBox .message {
    display: inline-block;
    padding: 24px 24px 24px 52px;
    line-height: 20px;
}

.certifyBox .message strong {
    font-weight: 700;
    color: #444B59;
}

.certifyBox .btnTxt {
    position: absolute;
    top: 34px;
    right: 48px;
    line-height: 20px;
    height: auto;
    font-size: 13px;
    color: #1B1E26;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
}

.certifyBox .btnTxt span {
    display: inline-block;
    position: relative;
    color: #3971FF;
}

.certifyBox .btnTxt span:after {
    content: "";
    position: absolute;
    top: 6px;
    right: -12px;
    display: inline-block;
    width: 7px;
    height: 7px;
    border: 1px solid #3971FF;
    border-left: 0;
    border-bottom: 0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.certifyBox .icoTarget {
    display: inline-block;
    margin: 0 0 -1px;
    width: 20px;
    height: 20px;
    vertical-align: sub;
}

@media (max-width: 767px) {
    .certifyBox .btnTxt {
        position:initial;
        display: block;
        padding: 4px 24px 24px 52px;
        transform: none;
    }

    .certifyBox .direct .message {
        padding-bottom: 0;
    }
}

.flatpickr-calendar {
    background: transparent;
    opacity: 0;
    display: none;
    text-align: center;
    visibility: hidden;
    padding: 0;
    -webkit-animation: none;
    animation: none;
    direction: ltr;
    border: 0;
    font-size: 14px;
    line-height: 24px;
    border-radius: 5px;
    position: absolute;
    width: 307.875px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    background: #fff;
    -webkit-box-shadow: 1px 0 0 #e6e6e6,-1px 0 0 #e6e6e6,0 1px 0 #e6e6e6,0 -1px 0 #e6e6e6,0 3px 13px rgba(0,0,0,0.08);
    box-shadow: 1px 0 0 #e6e6e6,-1px 0 0 #e6e6e6,0 1px 0 #e6e6e6,0 -1px 0 #e6e6e6,0 3px 13px rgba(0,0,0,0.08);
}

.flatpickr-calendar.open,.flatpickr-calendar.inline {
    opacity: 1;
    max-height: 640px;
    visibility: visible;
}

.flatpickr-calendar.open {
    display: inline-block;
    z-index: 99999;
}

.flatpickr-calendar.animate.open {
    -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23,1,0.32,1);
    animation: fpFadeInDown 300ms cubic-bezier(0.23,1,0.32,1);
}

.flatpickr-calendar.inline {
    display: block;
    position: relative;
    top: 2px;
}

.flatpickr-calendar.static {
    position: absolute;
    top: calc(100% + 2px);
}

.flatpickr-calendar.static.open {
    z-index: 999;
    display: block;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
    -webkit-box-shadow: -2px 0 0 #e6e6e6,5px 0 0 #e6e6e6;
    box-shadow: -2px 0 0 #e6e6e6,5px 0 0 #e6e6e6;
}

.flatpickr-calendar .hasWeeks .dayContainer,.flatpickr-calendar .hasTime .dayContainer {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.flatpickr-calendar .hasWeeks .dayContainer {
    border-left: 0;
}

.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
    height: 40px;
    border-top: 1px solid #e6e6e6;
}

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
    height: auto;
}

.flatpickr-calendar:before,.flatpickr-calendar:after {
    position: absolute;
    display: block;
    pointer-events: none;
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    left: 22px;
}

.flatpickr-calendar.rightMost:before,.flatpickr-calendar.rightMost:after {
    left: auto;
    right: 22px;
}

.flatpickr-calendar:before {
    border-width: 5px;
    margin: 0 -5px;
}

.flatpickr-calendar:after {
    border-width: 4px;
    margin: 0 -4px;
}

.flatpickr-calendar.arrowTop:before,.flatpickr-calendar.arrowTop:after {
    bottom: 100%;
}

.flatpickr-calendar.arrowTop:before {
    border-bottom-color: #e6e6e6;
}

.flatpickr-calendar.arrowTop:after {
    border-bottom-color: #fff;
}

.flatpickr-calendar.arrowBottom:before,.flatpickr-calendar.arrowBottom:after {
    top: 100%;
}

.flatpickr-calendar.arrowBottom:before {
    border-top-color: #e6e6e6;
}

.flatpickr-calendar.arrowBottom:after {
    border-top-color: #fff;
}

.flatpickr-calendar:focus {
    outline: 0;
}

.flatpickr-wrapper {
    position: relative;
    display: inline-block;
}

.flatpickr-months {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.flatpickr-months .flatpickr-month {
    background: transparent;
    color: rgba(0,0,0,0.9);
    fill: rgba(0,0,0,0.9);
    height: 28px;
    line-height: 1;
    text-align: center;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.flatpickr-months .flatpickr-prev-month,.flatpickr-months .flatpickr-next-month {
    text-decoration: none;
    cursor: pointer;
    position: absolute;
    top: 0px;
    line-height: 16px;
    height: 28px;
    padding: 10px;
    z-index: 3;
    color: rgba(0,0,0,0.9);
    fill: rgba(0,0,0,0.9);
}

.flatpickr-months .flatpickr-prev-month.disabled,.flatpickr-months .flatpickr-next-month.disabled {
    display: none;
}

.flatpickr-months .flatpickr-prev-month i,.flatpickr-months .flatpickr-next-month i {
    position: relative;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
    left: 0;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
    right: 0;
}

.flatpickr-months .flatpickr-prev-month:hover,.flatpickr-months .flatpickr-next-month:hover {
    color: #959ea9;
}

.flatpickr-months .flatpickr-prev-month:hover svg,.flatpickr-months .flatpickr-next-month:hover svg {
    fill: #f64747;
}

.flatpickr-months .flatpickr-prev-month svg,.flatpickr-months .flatpickr-next-month svg {
    width: 14px;
    height: 14px;
}

.flatpickr-months .flatpickr-prev-month svg path,.flatpickr-months .flatpickr-next-month svg path {
    -webkit-transition: fill 0.1s;
    transition: fill 0.1s;
    fill: inherit;
}

.numInputWrapper {
    position: relative;
    height: auto;
}

.numInputWrapper input,.numInputWrapper span {
    display: inline-block;
}

.numInputWrapper input {
    width: 100%;
}

.numInputWrapper input::-ms-clear {
    display: none;
}

.numInputWrapper span {
    position: absolute;
    right: 0;
    width: 14px;
    padding: 0 4px 0 2px;
    height: 50%;
    line-height: 50%;
    opacity: 0;
    cursor: pointer;
    border: 1px solid rgba(57,57,57,0.15);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.numInputWrapper span:hover {
    background: rgba(0,0,0,0.1);
}

.numInputWrapper span:active {
    background: rgba(0,0,0,0.2);
}

.numInputWrapper span:after {
    display: block;
    content: "";
    position: absolute;
}

.numInputWrapper span.arrowUp {
    top: 0;
    border-bottom: 0;
}

.numInputWrapper span.arrowUp:after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid rgba(57,57,57,0.6);
    top: 26%;
}

.numInputWrapper span.arrowDown {
    top: 50%;
}

.numInputWrapper span.arrowDown:after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid rgba(57,57,57,0.6);
    top: 40%;
}

.numInputWrapper span svg {
    width: inherit;
    height: auto;
}

.numInputWrapper span svg path {
    fill: rgba(0,0,0,0.5);
}

.numInputWrapper:hover {
    background: rgba(0,0,0,0.05);
}

.numInputWrapper:hover span {
    opacity: 1;
}

.flatpickr-current-month {
    font-size: 135%;
    line-height: inherit;
    font-weight: 300;
    color: inherit;
    position: absolute;
    width: 75%;
    left: 12.5%;
    padding: 6.16px 0 0 0;
    line-height: 1;
    height: 28px;
    display: inline-block;
    text-align: center;
    -webkit-transform: translate3d(0px,0px,0px);
    transform: translate3d(0px,0px,0px);
}

.flatpickr-current-month span.cur-month {
    font-family: inherit;
    font-weight: 700;
    color: inherit;
    display: inline-block;
    margin-left: 0.5ch;
    padding: 0;
}

.flatpickr-current-month span.cur-month:hover {
    background: rgba(0,0,0,0.05);
}

.flatpickr-current-month .numInputWrapper {
    width: 6ch;
    width: 7ch\0;
    display: inline-block;
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
    border-bottom-color: rgba(0,0,0,0.9);
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
    border-top-color: rgba(0,0,0,0.9);
}

.flatpickr-current-month input.cur-year {
    background: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    cursor: text;
    padding: 0 0 0 0.5ch;
    margin: 0;
    display: inline-block;
    font-size: inherit;
    font-family: inherit;
    font-weight: 300;
    line-height: inherit;
    height: auto;
    border: 0;
    border-radius: 0;
    vertical-align: initial;
}

.flatpickr-current-month input.cur-year:focus {
    outline: 0;
}

.flatpickr-current-month input.cur-year[disabled],.flatpickr-current-month input.cur-year[disabled]:hover {
    font-size: 100%;
    color: rgba(0,0,0,0.5);
    background: transparent;
    pointer-events: none;
}

.flatpickr-weekdays {
    background: transparent;
    text-align: center;
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 28px;
}

.flatpickr-weekdays .flatpickr-weekdaycontainer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

span.flatpickr-weekday {
    cursor: default;
    font-size: 90%;
    background: transparent;
    color: rgba(0,0,0,0.54);
    line-height: 1;
    margin: 0;
    text-align: center;
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-weight: bolder;
}

.dayContainer,.flatpickr-weeks {
    padding: 1px 0 0 0;
}

.flatpickr-days {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 307.875px;
}

.flatpickr-days:focus {
    outline: 0;
}

.dayContainer {
    padding: 0;
    outline: 0;
    text-align: left;
    width: 307.875px;
    min-width: 307.875px;
    max-width: 307.875px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-transform: translate3d(0px,0px,0px);
    transform: translate3d(0px,0px,0px);
    opacity: 1;
}

.dayContainer + .dayContainer {
    -webkit-box-shadow: -1px 0 0 #e6e6e6;
    box-shadow: -1px 0 0 #e6e6e6;
}

.flatpickr-day {
    background: none;
    border: 1px solid transparent;
    border-radius: 150px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #393939;
    cursor: pointer;
    font-weight: 400;
    width: 14.2857143%;
    -webkit-flex-basis: 14.2857143%;
    -ms-flex-preferred-size: 14.2857143%;
    flex-basis: 14.2857143%;
    max-width: 39px;
    height: 39px;
    line-height: 39px;
    margin: 0;
    display: inline-block;
    position: relative;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.flatpickr-day.inRange,.flatpickr-day.prevMonthDay.inRange,.flatpickr-day.nextMonthDay.inRange,.flatpickr-day.today.inRange,.flatpickr-day.prevMonthDay.today.inRange,.flatpickr-day.nextMonthDay.today.inRange,.flatpickr-day:hover,.flatpickr-day.prevMonthDay:hover,.flatpickr-day.nextMonthDay:hover,.flatpickr-day:focus,.flatpickr-day.prevMonthDay:focus,.flatpickr-day.nextMonthDay:focus {
    cursor: pointer;
    outline: 0;
    background: #e6e6e6;
    border-color: #e6e6e6;
}

.flatpickr-day.today {
    border-color: #959ea9;
}

.flatpickr-day.today:hover,.flatpickr-day.today:focus {
    border-color: #959ea9;
    background: #959ea9;
    color: #fff;
}

.flatpickr-day.selected,.flatpickr-day.startRange,.flatpickr-day.endRange,.flatpickr-day.selected.inRange,.flatpickr-day.startRange.inRange,.flatpickr-day.endRange.inRange,.flatpickr-day.selected:focus,.flatpickr-day.startRange:focus,.flatpickr-day.endRange:focus,.flatpickr-day.selected:hover,.flatpickr-day.startRange:hover,.flatpickr-day.endRange:hover,.flatpickr-day.selected.prevMonthDay,.flatpickr-day.startRange.prevMonthDay,.flatpickr-day.endRange.prevMonthDay,.flatpickr-day.selected.nextMonthDay,.flatpickr-day.startRange.nextMonthDay,.flatpickr-day.endRange.nextMonthDay {
    background: #569ff7;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    border-color: #569ff7;
}

.flatpickr-day.selected.startRange,.flatpickr-day.startRange.startRange,.flatpickr-day.endRange.startRange {
    border-radius: 50px 0 0 50px;
}

.flatpickr-day.selected.endRange,.flatpickr-day.startRange.endRange,.flatpickr-day.endRange.endRange {
    border-radius: 0 50px 50px 0;
}

.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
    -webkit-box-shadow: -10px 0 0 #569ff7;
    box-shadow: -10px 0 0 #569ff7;
}

.flatpickr-day.selected.startRange.endRange,.flatpickr-day.startRange.startRange.endRange,.flatpickr-day.endRange.startRange.endRange {
    border-radius: 50px;
}

.flatpickr-day.inRange {
    border-radius: 0;
    -webkit-box-shadow: -5px 0 0 #e6e6e6,5px 0 0 #e6e6e6;
    box-shadow: -5px 0 0 #e6e6e6,5px 0 0 #e6e6e6;
}

.flatpickr-day.disabled,.flatpickr-day.disabled:hover,.flatpickr-day.prevMonthDay,.flatpickr-day.nextMonthDay,.flatpickr-day.notAllowed,.flatpickr-day.notAllowed.prevMonthDay,.flatpickr-day.notAllowed.nextMonthDay {
    color: rgba(57,57,57,0.3);
    background: transparent;
    border-color: transparent;
    cursor: default;
}

.flatpickr-day.disabled,.flatpickr-day.disabled:hover {
    cursor: not-allowed;
    color: rgba(57,57,57,0.1);
}

.flatpickr-day.week.selected {
    border-radius: 0;
    -webkit-box-shadow: -5px 0 0 #569ff7,5px 0 0 #569ff7;
    box-shadow: -5px 0 0 #569ff7,5px 0 0 #569ff7;
}

.flatpickr-day.hidden {
    visibility: hidden;
}

.rangeMode .flatpickr-day {
    margin-top: 1px;
}

.flatpickr-weekwrapper {
    display: inline-block;
    float: left;
}

.flatpickr-weekwrapper .flatpickr-weeks {
    padding: 0 12px;
    -webkit-box-shadow: 1px 0 0 #e6e6e6;
    box-shadow: 1px 0 0 #e6e6e6;
}

.flatpickr-weekwrapper .flatpickr-weekday {
    float: none;
    width: 100%;
    line-height: 28px;
}

.flatpickr-weekwrapper span.flatpickr-day,.flatpickr-weekwrapper span.flatpickr-day:hover {
    display: block;
    width: 100%;
    max-width: none;
    color: rgba(57,57,57,0.3);
    background: transparent;
    cursor: default;
    border: none;
}

.flatpickr-innerContainer {
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

.flatpickr-rContainer {
    display: inline-block;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.flatpickr-time {
    text-align: center;
    outline: 0;
    display: block;
    height: 0;
    line-height: 40px;
    max-height: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.flatpickr-time:after {
    content: "";
    display: table;
    clear: both;
}

.flatpickr-time .numInputWrapper {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 40%;
    height: 40px;
    float: left;
}

.flatpickr-time .numInputWrapper span.arrowUp:after {
    border-bottom-color: #393939;
}

.flatpickr-time .numInputWrapper span.arrowDown:after {
    border-top-color: #393939;
}

.flatpickr-time.hasSeconds .numInputWrapper {
    width: 26%;
}

.flatpickr-time.time24hr .numInputWrapper {
    width: 49%;
}

.flatpickr-time input {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    border-radius: 0;
    text-align: center;
    margin: 0;
    padding: 0;
    height: inherit;
    line-height: inherit;
    color: #393939;
    font-size: 14px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.flatpickr-time input.flatpickr-hour {
    font-weight: bold;
}

.flatpickr-time input.flatpickr-minute,.flatpickr-time input.flatpickr-second {
    font-weight: 400;
}

.flatpickr-time input:focus {
    outline: 0;
    border: 0;
}

.flatpickr-time .flatpickr-time-separator,.flatpickr-time .flatpickr-am-pm {
    height: inherit;
    display: inline-block;
    float: left;
    line-height: inherit;
    color: #393939;
    font-weight: bold;
    width: 2%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}

.flatpickr-time .flatpickr-am-pm {
    outline: 0;
    width: 18%;
    cursor: pointer;
    text-align: center;
    font-weight: 400;
}

.flatpickr-time input:hover,.flatpickr-time .flatpickr-am-pm:hover,.flatpickr-time input:focus,.flatpickr-time .flatpickr-am-pm:focus {
    background: #f3f3f3;
}

.flatpickr-input[readonly] {
    cursor: pointer;
}

@-webkit-keyframes fpFadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,-20px,0);
        transform: translate3d(0,-20px,0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
}

@keyframes fpFadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,-20px,0);
        transform: translate3d(0,-20px,0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
}

html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,img {
    margin: 0;
    padding: 0;
}

html {
    width: 100%;
    height: 100%;
}

body,code {
    font: 0.75em Verdana,Dotum,AppleGothic,sans-serif;
    color: #353535;
    background: #fff;
}

body {
    min-width: 1480px;
}

body#popup {
    min-width: 0;
}

li {
    list-style: none;
}

img,fieldset {
    border: none;
    vertical-align: middle;
}

table {
    width: 100%;
    border: 0;
    border-spacing: 0;
    border-collapse: collapse;
}

caption {
    display: none;
}

th,td {
    border: 0;
    vertical-align: top;
}

input,select,textarea {
    font-size: 100%;
    font-family: "돋움",Dotum;
    color: #353535;
    vertical-align: middle;
}

input[type=radio],input[type=checkbox] {
    width: 13px;
    height: 13px;
    border: 0;
}

input[type=text],input[type=password] {
    height: 24px;
    line-height: 20px;
    padding: 2px 4px;
    border: 1px solid #d5d5d5;
    color: #353535;
    font-size: 12px;
}

input[type=radio] + label,input[type=checkbox] + label {
    margin: 0 4px 0 2px;
}

select {
    height: 24px;
    border: 1px solid #d5d5d5;
}

textarea {
    padding: 5px 6px;
    border: 1px solid #d5d5d5;
    line-height: 1.5;
}

input:-ms-input-placeholder,textarea:-ms-input-placeholder {
    color: #c1c1c1;
}

input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
    color: #c1c1c1;
}

input::-moz-placeholder,textarea::-moz-placeholder {
    color: #c1c1c1;
    opacity: 1;
}

legend {
    visibility: hidden;
    position: absolute;
    left: -9999px;
    top: -9999px;
    width: 0;
    height: 0;
    line-height: 0;
}

button {
    overflow: visible;
    padding: 0;
    margin: 0;
    border: 0;
    cursor: pointer;
}

hr.layout {
    display: none;
}

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

a:hover {
    text-decoration: underline;
}

a:active {
    text-decoration: none;
}

.objHidden {
    visibility: hidden;
    position: absolute;
    left: -1000px;
    top: -1000px;
    height: 0;
    width: 0;
}

table tr.radioType input,span.noBorder input {
    border: none !important;
    width: auto !important;
    height: auto !important;
    margin: 0 3px 0 0 !important;
    vertical-align: middle !important;
    background: none !important;
}

#content_CONTAINER table,#bi_inquire_content_CONTAINER table {
    border: 0;
    margin: 0 0 -1px;
}

#content_CONTAINER table:before,#bi_inquire_content_CONTAINER table:before {
    display: none;
}

#content_CONTAINER td,#bi_inquire_content_CONTAINER td {
    width: auto !important;
    padding: 0;
}

table.nneditor-table {
    width: auto !important;
}

.gLabel {
    display: inline-block;
}

.gLabel label {
    margin-right: 20px;
    line-height: 22px;
}

.fWidthFull input[type=text] {
    width: 100%;
    height: 24px;
    -webkit-box-sizing: border-box;
    -moz-webkit-box: border-box;
    box-sizing: border-box;
}

.fWidthFull textarea {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-webkit-box: border-box;
    box-sizing: border-box;
}

#progressPaybarBackground {
    position: absolute;
    z-index: 99;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

#progressPaybarView {
    position: absolute;
    z-index: 100;
    top: 160px;
    left: 20px;
    width: 471px;
    font-size: 12px;
}

#progressPaybarView .box {
    height: 180px;
}

#progressPaybarView .box .graph {
    padding: 15px 0 0 0;
    text-align: center;
}

#progressPaybarView .box .graph span {
    display: block;
    text-align: center;
    margin: 20px 0;
}

#progressPaybarView .box .txt {
    text-align: center;
    padding: 15px 0 0;
    color: #555555;
}

div.layerProgress {
    filter: alpha(opacity=40);
    opacity: 0.4;
    -moz-opacity: 0.4;
    background-color: #999;
}

#skipNavigation {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 0;
}

#skipNavigation p,#skipNavigation ul,#skipNavigation ul li {
    height: 0;
}

#skipNavigation p a {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin-left: -1px;
    margin-bottom: -1px;
    text-align: center;
    color: #000;
    white-space: nowrap;
}

#skipNavigation p a:focus,#skipNavigation p a:hover,#skipNavigation p a:active {
    width: 100%;
    height: auto;
    padding: 10px 0;
    background: #c4122f;
    color: #fff;
    z-index: 100;
}

.displaynone {
    display: none;
}

.dimmed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

#wrap {
    position: relative;
    width: 1460px;
    margin: 27px auto 0;
}

#container {
    width: 1200px;
    margin: 0 auto;
    *zoom:1;}

#container:after {
    content: "";
    display: block;
    clear: both;
}

#sidebar {
    float: left;
    width: 180px;
}

#sidebar .banner {
    padding: 0 0 20px;
    border-bottom: 1px solid #e8e8e8;
}

#sidebar .banner p a {
    display: block;
}

#contents {
    float: right;
    width: 1014px;
}

#banner {
    position: absolute;
    top: 0;
    left: 0;
    width: 90px;
}

#quick {
    position: absolute;
    top: 0;
    right: 0;
    width: 90px;
}

#quick .banner a {
    display: block;
    margin: 15px 0 0;
}

#footer {
}

#footer .inner {
    overflow: hidden;
    position: relative;
    width: 1200px;
    margin: 40px auto 0;
    *zoom:1;}

#boardArea {
    overflow: hidden;
    margin: 50px 0 0;
    border-top: 1px solid #d8d8d8;
}

#bannerArea {
    margin: 22px 0 0;
}

#bannerArea h2 {
    margin: 0 0 16px;
    font-weight: normal;
    font-size: 20px;
    color: #2e2e2e;
    text-align: center;
}

.path {
    overflow: hidden;
    height: 30px;
    line-height: 30px;
    *zoom:1;}

.path span {
    overflow: hidden;
    position: absolute;
    width: 0;
    height: 0;
    white-space: nowrap;
    text-indent: 100%;
}

.path ol {
    float: right;
}

.path li {
    float: left;
    padding: 0 0 0 12px;
    margin: 0 0 0 8px;
    color: #757575;
}

.path li:first-child {
    background: none;
}

.path li a {
    color: #757575;
}

.path li strong,.path li strong a {
    color: #2e2e2e;
}

.titleArea {
    min-height: 30px;
    margin: 10px 0 20px;
    border-bottom: 1px solid #e8e8e8;
}

.titleArea h2 {
    display: inline-block;
    padding: 0 0 0 12px;
    color: #2e2e2e;
    font-size: 16px;
    *display: inline;
}

.titleArea p {
    display: inline-block;
    margin: 0 0 0 6px;
    padding: 0 0 0 10px;
    color: #939393;
    *display: inline;
    *zoom:1;}

.titleArea ul {
    padding: 5px 0;
    color: #939393;
    line-height: 18px;
}

.titleArea ul li {
    padding: 0 0 0 9px;
}

.boardMain {
    overflow: hidden;
    *zoom:1;}

.boardMain td img {
    vertical-align: middle;
    margin: 1px;
}

.boardMain .board {
    position: relative;
    margin: 0 0 65px;
}

.boardMain .leftArea {
    float: left;
    width: 50%;
}

.boardMain .leftArea .board {
    margin: 0 23px 65px 0;
}

.boardMain .rightArea {
    float: right;
    width: 50%;
}

.boardMain .rightArea .board {
    margin: 0 0 65px 23px;
}

.boardMain .board h3 {
    margin: 0 0 13px;
    height: 28px;
    font-size: 16px;
    color: #2e2e2e;
    border-bottom: 2px solid #626672;
}

.boardMain .board .more {
    position: absolute;
    top: 0;
    right: 0;
    padding: 2px;
}

.boardMain .board .ec-base-table.typeList td {
    color: #a4a4a4;
}

.boardMain .board .ec-base-table.typeList td.title a,.boardMain .board .ec-base-table.typeList td.title a:hover {
    color: #4f4f4f;
}

.boardMain .board .galleryList {
    overflow: hidden;
}

.boardMain .board .galleryList ul {
    overflow: hidden;
    margin: 0 -10px;
}

.boardMain .board .galleryList li {
    float: left;
    position: relative;
    width: 20%;
    padding: 0 0 12px 0;
    word-break: break-all;
}

.boardMain .board .galleryList li span {
    display: block;
    margin: 0 10px;
    font-size: 11px;
    color: #a4a4a4;
}

.boardMain .board .galleryList li .imgLink,.boardMain .board .galleryList li .imgLink:hover {
    display: block;
    margin: 0 10px 5px;
    font-size: 12px;
}

.boardMain .board .galleryList li .imgLink img {
    width: 100%;
    max-height: 110px;
    border: 1px solid #ededed;
}

#modalBackpanel {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10000;
    width: 100%;
    height: 100%;
    background: #000;
}

#modalContainer {
    display: none;
    position: absolute;
    top: 100px;
    left: 100px;
    z-index: 10001;
    width: 975px;
    height: 720px;
    border: 1px solid #333;
    background: #fff;
}

#modalContainer #modalContent {
    width: 100%;
    height: 100%;
}

.txtInfo {
    color: #707070;
}

.txtWarn {
    color: #f76560;
}

.txtEm {
    color: #008bcc;
}

.txtDel,.strike,.discount {
    text-decoration: line-through;
    font-weight: normal;
}

.strike strong,.discount strong {
    font-weight: normal;
}

.txtNormal {
    font-weight: normal;
    font-style: normal;
}

.txtNum {
    font-size: 11px;
    color: #939393;
}

.txt11 {
    font-size: 11px;
}

.txt12 {
    font-size: 12px;
}

.txt14 {
    font-size: 14px;
}

.txt16 {
    font-size: 16px;
}

.txt18 {
    font-size: 18px;
    letter-spacing: -1px;
}

.txtIcon {
    font-size: 12px;
    font-style: normal;
}

.txtBreak {
    word-break: break-all;
    word-wrap: break-word;
}

html:lang(ja) .txt11,html:lang(zh) .txt11,html:lang(zh-tw) .txt11 {
    font-size: 12px;
}

.gBlank5 {
    display: block;
    margin-top: 5px;
}

.gBlank10 {
    display: block;
    margin-top: 10px;
}

.gBlank20 {
    display: block;
    margin-top: 20px;
}

.gBlank30 {
    display: block;
    margin-top: 30px;
}

.gIndent10 {
    margin-left: 10px;
}

.gIndent20 {
    margin-left: 20px;
}

.gSpace10 {
    margin-right: 10px;
}

.gSpace20 {
    margin-right: 20px;
}

.gMerge {
    position: relative;
    z-index: 1;
    margin-top: -1px;
}

.ec-base-qty {
    position: relative;
    display: inline-block;
    width: 50px;
    margin: 0 1px 0 0;
    text-align: left;
}

.ec-base-qty input[type="text"] {
    width: 22px;
    height: 23px;
    padding: 0 0 0 5px;
    line-height: 25px;
    border: 1px solid #d4d8d9;
    border-radius: 3px 0 0 3px;
}

.ec-base-qty .up {
    position: absolute;
    left: 27px;
    top: 0;
}

.ec-base-qty .down {
    position: absolute;
    left: 27px;
    bottom: 0;
}

.ec-base-chk {
    display: inline-block;
    position: relative;
    margin: 0 8px 0 0;
    width: 22px;
    height: 22px;
    vertical-align: top;
    cursor: pointer;
}

.ec-base-chk input {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.ec-base-chk .checkbox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ec-base-chk input:checked + .checkbox {
    background-position: -34px 0;
}

.ec-base-tooltip {
    display: none;
    z-index: 2;
    position: absolute;
    top: 24px;
    padding: 15px;
    border: 1px solid #565960;
    background: #fff;
    -webkit-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.15);
    box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.15);
}

.ec-base-tooltip h3 {
    margin: 0 0 8px;
    padding: 0 10px;
    font-size: 12px;
    border-bottom: 0;
}

.ec-base-tooltip h3 + p {
    margin: 0 5px 10px;
}

.ec-base-tooltip h4 {
    margin: 15px 10px 8px 5px;
    font-size: 12px;
}

.ec-base-tooltip h4:before {
    display: inline-block;
    content: "";
    margin: 0 5px 0 0;
    width: 3px;
    height: 3px;
    background: #666;
    vertical-align: middle;
}

.ec-base-tooltip .btnClose {
    position: absolute;
    right: 14px;
    top: 14px;
}

.ec-base-tooltip .edge {
    z-index: 20;
    position: absolute;
    left: 50%;
    top: -6px;
    display: block;
    margin: 0 0 0 -5px;
    width: 10px;
    height: 6px;
}

.ec-base-tooltip .edge:before,.ec-base-tooltip .edge:after {
    display: inline-block;
    content: "";
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    border: solid transparent;
}

.ec-base-tooltip .edge:before {
    margin: 1px 0 0;
    border-bottom-color: #565960;
    border-width: 0 5px 5px 5px;
}

.ec-base-tooltip .edge:after {
    left: 1px;
    margin: 2px 0 0;
    border-bottom-color: #fff;
    border-width: 0 4px 4px 4px;
}

.ec-base-tooltip table th,.ec-base-tooltip table td {
    padding: 8px 10px 7px 10px;
    border: 1px solid #e8e8e8;
    line-height: 1.5em;
}

.ec-base-tooltip table th {
    padding-right: 0;
    background: #fbf9fa;
}

.ec-base-tooltip table thead th {
    text-align: center;
}

.ec-base-tooltip table tbody th {
    text-align: left;
}

.ec-base-tooltip table .left {
    text-align: left;
}

.ec-base-tooltip table .center {
    text-align: center;
}

.ec-base-tooltip table .right {
    text-align: right;
}

.ec-base-tooltip table .info {
    padding: 0;
    color: #757575;
}

.ec-base-tooltip table p.info:before,.ec-base-tooltip table ul.info li:before {
    display: inline-block;
    content: "";
    margin: 0 3px 0 0;
    width: 4px;
    height: 1px;
    background: #757575;
    vertical-align: middle;
}

.ec-base-tooltip .info {
    padding: 10px 10px 0;
    margin: 5px 0 0;
}

.ec-base-tooltip p.bullet,.ec-base-tooltip ul.bullet {
    margin: 8px 10px;
}

.ec-base-tooltip p.bullet:before,.ec-base-tooltip ul.bullet li:before {
    display: inline-block;
    content: "";
    margin: -3px 3px 0 0;
    width: 0;
    height: 0;
    border: solid transparent;
    border-left-color: #333;
    border-width: 2px 0 2px 2px;
    vertical-align: middle;
}

.ec-base-tooltip ul.bullet li {
    line-height: 1.5em;
}

.ec-base-tooltip .txtEm {
    color: #008bcc;
}

.ec-base-tooltip .txtWarn {
    color: #f65b54;
}

.ec-base-tooltip.typeUpper {
    top: auto;
    bottom: 34px;
}

.ec-base-tooltip.typeUpper .edge {
    top: auto;
    bottom: -6px;
}

.ec-base-tooltip.typeUpper .edge:before {
    margin: 0 0 -5px;
    border-top-color: #565960;
    border-width: 5px 5px 0 5px;
}

.ec-base-tooltip.typeUpper .edge:after {
    left: 1px;
    margin: 0 0 -4px;
    border-top-color: #fff;
    border-width: 4px 4px 0 4px;
}

span.ec-base-help,p.ec-base-help,ul.ec-base-help li {
    margin: 2px 9px;
    padding: 1px 0 1px 20px;
    line-height: 1.4;
}

div.ec-base-help {
    margin: 20px 0;
    border: 1px solid #d6d4d4;
    line-height: 18px;
}

div.ec-base-help > h2,div.ec-base-help > h3 {
    padding: 9px 0 6px 10px;
    border-bottom: 1px solid #e8e7e7;
    color: #101010;
    font-size: 12px;
    background: #fbfbfb;
}

div.ec-base-help .inner {
    padding: 0 9px 12px;
}

div.ec-base-help h4 {
    margin: 22px 0 -4px;
    color: #404040;
    font-size: 12px;
    font-weight: normal;
}

div.ec-base-help h4:first-child {
    margin-top: 13px;
}

div.ec-base-help p {
    margin: 15px 0 0 10px;
    color: #707070;
}

div.ec-base-help ul,div.ec-base-help ol {
    margin: 15px 0 0 11px;
}

div.ec-base-help li {
    color: #707070;
}

div.ec-base-help ol li {
    padding: 0 0 0 25px;
}

div.ec-base-help ol .item1 {
    background-position: -484px 0;
}

div.ec-base-help ol .item2 {
    background-position: -434px -100px;
}

div.ec-base-help ol .item3 {
    background-position: -384px -200px;
}

div.ec-base-help ol .item4 {
    background-position: -334px -300px;
}

div.ec-base-help ol .item5 {
    background-position: -284px -400px;
}

div.ec-base-help ol .item6 {
    background-position: -234px -500px;
}

div.ec-base-help ol .item7 {
    background-position: -184px -600px;
}

div.ec-base-help ol .item8 {
    background-position: -134px -700px;
}

div.ec-base-help ol .item9 {
    background-position: -84px -800px;
}

div.ec-base-help ol .item10 {
    background-position: -34px -900px;
}

div.ec-base-help ul li {
    padding: 0 0 0 11px;
}

.ec-base-product {
    margin: 22px 0 0;
}

.ec-base-product .title {
    margin: 0 0 17px;
}

.ec-base-product .title h2 {
    font-weight: normal;
    font-size: 20px;
    color: #2e2e2e;
    text-align: center;
}

.ec-base-product .title h3 {
    font-weight: normal;
    font-size: 20px;
    color: #2e2e2e;
    text-align: center;
}

.ec-base-product img {
    vertical-align: middle;
}

.ec-base-product a[href^='/product/detail.html'] > img {
    border: 1px solid #ececec;
}

.ec-base-product .prdList {
    display: table;
    width: 100%;
    min-width: 756px;
    margin: -20px 0 0;
    font-size: 0;
    line-height: 0;
}

.ec-base-product .prdList > li {
    display: inline-block;
    margin: 20px 0;
    color: #757575;
    vertical-align: top;
}

.ec-base-product .prdList .chk {
    display: block;
    margin: 0 0 10px;
    text-align: center;
}

.ec-base-product .prdList .thumbnail {
    position: relative;
    margin: 0 7px 10px;
    text-align: center;
}

.ec-base-product .prdList .thumbnail a img {
    max-width: 100%;
    box-sizing: border-box;
}

.ec-base-product .prdList .thumbnail .wish {
    position: absolute;
    right: 3px;
    bottom: 4px;
    z-index: 1;
    cursor: pointer;
}

.ec-base-product .prdList .thumbnail .prdIcon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
}

.ec-base-product .prdList .description {
    margin: 0 auto;
    padding: 0 7px;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
}

.ec-base-product .prdList .description .name {
    display: block;
    text-align: left;
    font-weight: normal;
}

.ec-base-product .prdList .description .name a {
    color: #2e2e2e;
}

.ec-base-product .prdList .description .icon {
    margin: 0 0 15px;
    border-bottom: 1px solid #e8e8e8;
    vertical-align: middle;
}

.ec-base-product .prdList .description .icon:after {
    content: "";
    display: block;
    clear: both;
}

.ec-base-product .prdList .description .promotion {
    float: left;
    margin: 0 0 4px;
    text-align: left;
}

.ec-base-product .prdList .description .button {
    float: right;
    margin: 0 0 4px;
}

.ec-base-product .prdList .description .button img {
    cursor: pointer;
}

.ec-base-product .prdList .description .button .option {
    display: inline;
    position: relative;
}

.ec-base-product .prdList .description .mileage {
    display: block;
}

.ec-base-product .prdList .description span.grid {
    display: block;
}

.ec-base-product .prdList .description .button .likeButton {
    display: inline-block;
    margin: 0 5px;
}

.ec-base-product .prdList .description .button .likeButton button {
    font-family: verdana;
    color: #9a9a9a;
    letter-spacing: -1px;
    background: none;
}

.ec-base-product .prdList .description .button .likeButton button img {
    margin-bottom: 0;
    vertical-align: middle;
}

.ec-base-product .prdList .description .button .likeButton button strong {
    height: 16px;
    vertical-align: middle;
}

.ec-base-product .prdList .description .button .likeButton.selected button {
    color: #353535;
}

.ec-base-product ul.grid3 > li {
    width: 33.33%;
}

.ec-base-product ul.grid4 > li {
    width: 25%;
}

.ec-base-product ul.grid5 > li {
    width: 20%;
}

.ec-base-product ul.grid3 > li .color {
    max-width: 230px;
}

.ec-base-product ul.grid4 > li .color {
    max-width: 190px;
}

.ec-base-product ul.grid5 > li .color {
    max-width: 130px;
}

.ec-base-product .spec {
    margin: 0;
}

.ec-base-product .spec li {
    text-align: left;
}

.ec-base-product .spec li .title {
    font-weight: normal;
    vertical-align: top;
}

.ec-base-product .spec li .title span {
    vertical-align: top;
}

.ec-base-product .spec li .color {
    overflow: hidden;
    display: inline-block;
    margin: 3px 0 0 0;
}

.ec-base-product .spec li .chips {
    float: left;
    width: 10px;
    height: 10px;
    margin: 0 2px 2px 0;
    border: 1px solid #e3e3e3;
    font-size: 0;
    line-height: 0;
}

.ec-base-product .discountPeriod {
    display: inline-block;
    z-index: 10;
    position: relative;
    width: 55px;
    height: 19px;
    vertical-align: middle;
}

.ec-base-product .layerDiscountPeriod {
    left: 50%;
    top: 26px;
    width: 247px;
    margin: 0 0 0 -124px;
}

.ec-base-product .layerDiscountPeriod strong.title {
    display: block;
    margin: 0 0 12px;
    padding: 0 35px 0 0;
    font-weight: bold;
    color: #2e2e2e;
}

.ec-base-product .layerDiscountPeriod .content p {
    margin: 2px 0 0;
    font-size: 11px;
    line-height: 16px;
    color: #757575;
    letter-spacing: -1px;
}

.ec-base-product .layerDiscountPeriod .content p strong {
    font-weight: normal;
    font-size: 12px;
    color: #2e2e2e;
}

.ec-base-product .layerDiscountPeriod .content p strong span {
    font-size: 11px;
}

.ec-base-product .prdList .shippingFee {
    position: relative;
    display: inline-block;
}

.ec-base-product .prdList .shippingFee .button {
    display: inline-block;
    float: none;
}

.ec-base-product .prdList .shippingFee .ec-base-tooltip {
    z-index: 11;
    display: block;
    margin: 0 0 0 -170px;
    width: 360px;
}

.ec-base-product .prdList .shippingFee .ec-base-tooltip table th {
    width: 40px;
}

.ec-base-product .prdList .shippingFee .ec-base-tooltip table th,.ec-base-product .prdList .shippingFee .ec-base-tooltip table td {
    padding: 7px 10px 8px 10px;
}

.ec-base-product .btnTooltip {
    position: relative;
    display: inline-block;
}

.differentialShipping {
    display: none;
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 17px;
    z-index: 100;
    width: 350px;
    margin: 0 0 0 -176px;
}

.differentialShipping h3.title {
    margin: 0;
    height: 35px;
    padding: 0 35px 0 19px;
    border: 0;
    color: #fff;
    font-size: 14px;
    line-height: 35px;
    background: #495164;
}

.differentialShipping .content {
    padding: 12px 18px 14px 18px;
    border: 1px solid #757575;
    border-top: 0;
    text-align: center;
    background: #fff;
}

.differentialShipping .close {
    position: absolute;
    right: 14px;
    top: 12px;
}

.differentialShipping .close img {
    cursor: pointer;
}

.differentialShipping .content ul {
    color: #757575;
    line-height: 25px;
}

.differentialShipping .content li {
    overflow: hidden;
}

.differentialShipping .content li strong {
    float: left;
    font-weight: normal;
}

.differentialShipping .content li span {
    float: right;
    color: #2e2e2e;
}

.differentialShipping .content .info {
    margin: 7px 0 0;
    padding: 7px 0 0;
    border-top: 1px dotted #b0b1b3;
    color: #80aeef;
    text-align: right;
}

.ec-product-bgLT {
    background-position: left top;
}

.ec-product-bgLC {
    background-position: left center;
}

.ec-product-bgLB {
    background-position: left bottom;
}

.ec-product-bgRT {
    background-position: right top;
}

.ec-product-bgRC {
    background-position: right center;
}

.ec-product-bgRB {
    background-position: right bottom;
}

.ec-product-bgCT {
    background-position: center top;
}

.ec-product-bgCC {
    background-position: center center;
}

.ec-product-bgCB {
    background-position: center bottom;
}

.ec-base-paginate {
    margin: 30px 0;
    text-align: center;
    font-size: 0;
    line-height: 0;
}

.ec-base-paginate ol {
    display: inline-block;
    font-size: 0;
    line-height: 0;
    vertical-align: top;
    *display: inline;
    *zoom:1;*margin: 0;
}

.ec-base-paginate li {
    display: inline-block;
    margin: 0 0 0 -1px;
    border: 1px solid #d7d5d5;
    font-size: 12px;
    color: #757575;
    vertical-align: top;
    *display: inline;
    *zoom:1;}

.ec-base-paginate li:first-child {
    margin-left: 0;
}

.ec-base-paginate img {
    vertical-align: top;
}

.ec-base-paginate li a {
    display: block;
    width: 33px;
    padding: 9px 0;
    font-weight: bold;
    color: #939393;
    line-height: 14px;
    background: #fff;
}

.ec-base-paginate li a:hover {
    text-decoration: none;
    background: #f0f2f2;
}

.ec-base-paginate li a.this {
    padding-bottom: 6px;
    border-bottom: 3px solid #495164;
    color: #495164;
}

.ec-base-paginate a.nolink {
    cursor: default;
}

.ec-base-paginate.typeSub ol {
    margin: 0 15px;
    vertical-align: middle;
}

.ec-base-paginate.typeSub li {
    font-size: 12px;
    border: 0;
}

.ec-base-paginate.typeSub img {
    vertical-align: middle;
}

.ec-base-paginate.typeSub li a {
    width: auto;
    margin: 0 5px 0;
    padding: 2px;
    color: #353535;
    background: none;
}

.ec-base-paginate.typeSub li a.this {
    color: #008bcc;
    text-decoration: underline;
    border: 0;
}

.ec-base-paginate.typeSub .first {
    margin-right: 3px;
}

.ec-base-paginate.typeSub .last {
    margin-left: 3px;
}

.ec-base-tab {
    position: relative;
}

.ec-base-tab .menu {
    margin: 0 0 20px;
    border: 1px solid #cbcdce;
    border-bottom-color: #202020;
    border-left: 0;
    background: #f2f2f2;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.ec-base-tab .menu:after {
    content: "";
    display: block;
    clear: both;
}

.ec-base-tab .menu li {
    float: left;
    border-left: 1px solid #cbcdce;
    background: #f2f2f2;
}

.ec-base-tab .menu li a {
    display: block;
    min-width: 187px;
    margin: 0 0 0 -1px;
    padding: 12px 5px 11px;
    border-right: 1px solid #cbcdce;
    color: #707070;
    text-decoration: none;
    outline: 0;
    text-align: center;
    background: #f2f2f2;
}

.ec-base-tab .menu li:first-child a {
    margin-left: 0;
}

.ec-base-tab .menu li.selected a {
    position: relative;
    top: -1px;
    left: -1px;
    margin: 0 0 -1px;
    border: 1px solid #202020;
    border-bottom: 0;
    color: #fff;
    font-weight: bold;
    background: #4a5164;
}

.ec-base-tab > .right {
    position: absolute;
    top: 8px;
    right: 10px;
    line-height: 24px;
    color: #909090;
}

.ec-base-tab.typeLight .menu li.selected a {
    margin: 0 0 -2px;
    border-bottom: 1px solid #fff;
    color: #404040;
    background: #fff;
}

.ec-base-tab[class*="grid"] .menu {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.ec-base-tab[class*="grid"] .menu li {
    float: none;
    display: table-cell;
    vertical-align: middle;
}

.ec-base-tab[class*="grid"] .menu li a {
    display: inline-block;
    width: 100%;
    min-width: 0;
    margin: 0;
    padding: 11px 0;
    border: 0;
}

.ec-base-tab[class*="grid"] .menu li.selected {
    position: relative;
    top: 0;
    right: -1px;
    border: 1px solid #292929;
    border-bottom: 0;
    background: #4a5164;
}

.ec-base-tab[class*="grid"] .menu li:first-child.selected {
    right: 0;
}

.ec-base-tab[class*="grid"] .menu li.selected a {
    position: static;
    background: none;
}

.ec-base-tab.grid2 .menu li {
    width: 50.5%;
}

.ec-base-tab.grid3 .menu li {
    width: 34%;
}

.ec-base-tab.grid4 .menu li {
    width: 25.5%;
}

.ec-base-tab.grid5 .menu li {
    width: 20.5%;
}

.ec-base-tab.grid6 .menu li {
    width: 17%;
}

.ec-base-tab.grid7 .menu li {
    width: 14.8%;
    width: 15% \0/;
}

.ec-base-tab.grid7 .menu li:first-child {
    width: 13% \0/;
}

.ec-base-button {
    padding: 10px 0;
    text-align: center;
}

.ec-base-button.justify {
    position: relative;
}

.ec-base-button:after {
    display: block;
    content: "";
    clear: both;
}

.ec-base-button .gLeft {
    float: left;
    text-align: left;
}

.ec-base-button .gRight {
    float: right;
    text-align: right;
}

.ec-base-button.justify .gLeft {
    position: absolute;
    left: 0;
}

.ec-base-button.justify .gRight {
    position: absolute;
    right: 0;
}

.ec-base-button .text {
    margin: 0 6px 0 10px;
    color: #353535;
    line-height: 24px;
}

.ec-base-button.typeBorder {
    margin-top: -1px;
    padding: 10px 20px;
    border: 1px solid #d7d5d5;
}

.ec-base-button.typeBG {
    padding: 10px 20px;
    border: 1px solid #d7d5d5;
    background: #fbfafa;
}

.ec-base-box {
    padding: 20px;
    margin-left: auto;
    margin-right: auto;
    border: 5px solid #e8e8e8;
    color: #404040;
}

.ec-base-box.gHalf {
    position: relative;
    padding: 20px 0;
}

.ec-base-box.gHalf:before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    content: "";
    width: 1px;
    height: 100%;
    background-color: #e6e6e6;
}

.ec-base-box.typeBg {
    background-color: #fbfafa;
}

.ec-base-box.typeThin {
    border-width: 1px;
    border-color: #d7d5d5;
}

.ec-base-box.typeThinBg {
    border-width: 1px;
    border-color: #d7d5d5;
    background-color: #fbfafa;
}

.ec-base-box.typeThinBg > .agree {
    padding: 20px;
    border: 1px solid #e6e6e6;
    background: #fff;
}

.ec-base-box.typeThinBg > .agree p {
    padding: 0 0 17px;
}

.ec-base-box.typeMember {
    padding: 0;
}

.ec-base-box.typeMember .information {
    display: table;
    table-layout: fixed;
    padding: 10px 0;
    width: 100%;
    box-sizing: border-box;
}

.ec-base-box.typeMember .information > .title,.ec-base-box.typeMember .information > .thumbnail {
    display: table-cell;
    padding: 0 15px;
    width: 70px;
    text-align: center;
    vertical-align: middle;
}

.ec-base-box.typeMember .information > .title {
    vertical-align: middle;
}

.ec-base-box.typeMember .information > .thumbnail img {
    max-width: 70px;
}

.ec-base-box.typeMember .information .description {
    display: table-cell;
    padding: 0 10px;
    width: auto;
    line-height: 1.5em;
    border-left: 1px solid #e8e8e8;
    vertical-align: middle;
}

.ec-base-box.typeMember.gMessage {
    border-width: 1px;
    border-color: #d7d5d5;
}

.ec-base-box .message {
    display: block;
    padding: 10px 0 10px 35px;
    border-bottom: 1px solid #e8e7e7;
}

.ec-base-box.typeProduct {
    display: table;
    table-layout: fixed;
    padding: 15px 0;
    width: 100%;
    box-sizing: border-box;
}

.ec-base-box.typeProduct .thumbnail,.ec-base-box.typeProduct .information {
    display: table-cell;
    padding: 0 20px;
    vertical-align: middle;
}

.ec-base-box.typeProduct .thumbnail {
    width: 100px;
}

.ec-base-box.typeProduct .thumbnail img {
    max-width: 90px;
    border: 1px solid #d7d5d5;
}

.ec-base-box.typeProduct .information {
    padding-left: 0;
}

.ec-base-table table {
    position: relative;
    margin: 10px 0 0;
    border: 1px solid #d7d5d5;
    border-top-color: #fff;
    color: #fff;
    line-height: 1.5;
}

.ec-base-table.gLayoutFixed table {
    table-layout: fixed;
}

.ec-base-table.gLayoutFixed .gLayoutAuto table {
    table-layout: auto;
}

.ec-base-table table:before {
    position: absolute;
    top: 1px;
    left: 0;
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    background: #d7d5d5;
}

.ec-base-table thead th {
    padding: 11px 0 10px;
    border-left: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    color: #353535;
    vertical-align: middle;
    font-weight: normal;
    background: #fbfafa;
}

.ec-base-table tbody th {
    padding: 11px 0 10px 18px;
    border: 1px solid #dfdfdf;
    border-bottom-width: 0;
    color: #353535;
    text-align: left;
    font-weight: normal;
    background-color: #fbfafa;
}

.ec-base-table th:first-child {
    border-left: 0;
}

.ec-base-table td {
    padding: 11px 10px 10px;
    border-top: 1px solid #dfdfdf;
    color: #353535;
    vertical-align: middle;
}

.ec-base-table td.clear {
    padding: 0 !important;
    border: 0 !important;
}

.ec-base-table.typeWrite td {
    padding: 8px 10px 7px;
}

.ec-base-table.typeList table {
    border-top-color: #d7d5d5;
}

.ec-base-table.typeList table:before {
    display: none;
}

.ec-base-table.typeList td {
    padding: 8px 10px 7px;
}

.ec-base-table.typeList tfoot td {
    padding: 15px 10px 17px;
    background: #fbfafa;
}

.ec-base-table .message {
    border: 1px solid #d7d5d5;
    padding: 50px 0;
    text-align: center;
    color: #757575;
    font-weight: bold;
}

.ec-base-table table + .message {
    margin: -1px 0 0;
}

.ec-base-table table td.message {
    padding: 50px 0;
}

.ec-base-table .scroll .message {
    border: 0;
}

.ec-base-table.typeList .head td {
    padding: 11px 0 10px;
    border-left: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    color: #353535;
    vertical-align: middle;
    text-align: center;
    background: #fbfafa;
}

.ec-base-table.typeList .head td:first-child {
    border-left: 0;
}

.ec-base-table.typeList .scroll {
    position: relative;
    overflow-x: hidden;
    overflow-y: scroll;
    max-height: 185px;
    min-height: 100px;
    border: 1px solid #d7d5d5;
    border-top-width: 0;
    margin-top: -1px;
}

.ec-base-table.typeList .scroll table {
    border: 0;
    margin: 0;
}

.ec-base-table.typeList .scroll table:before {
    display: none;
}

.ec-base-table.typeList .scroll .message {
    border: 0;
}

.ec-base-table thead.blind,.ec-base-table thead.blind th {
    display: none;
}

.ec-base-table thead.blind + tbody tr:first-child th,.ec-base-table thead.blind + tbody tr:first-child td {
    border-top-width: 0;
}

.ec-base-table.typeList.gLine table {
    border-width: 0;
    border-bottom-width: 1px;
}

.ec-base-table.typeClear table:before {
    display: none;
}

.ec-base-table.typeClear table,.ec-base-table.typeClear th,.ec-base-table.typeClear td {
    border: 0 none;
    background: none;
}

.ec-base-table.typeClear th {
    font-weight: bold;
}

.ec-base-table.gBorder td {
    border-left: 1px solid #dfdfdf;
}

.ec-base-table.gBorder td:first-child {
    border-left: 0;
}

.ec-base-table.gBorder td.gClearLine {
    border-left: 0;
}

.ec-base-table.typeList.gBorder tbody td {
    border-color: #eee;
}

.ec-base-table .left {
    text-align: left;
}

.ec-base-table .center {
    text-align: center;
}

.ec-base-table .right {
    text-align: right;
}

.ec-base-table.typeList .center td,.ec-base-table.typeList td.center {
    padding-left: 0;
    padding-right: 0;
}

.ec-base-table.typeList .center td.left {
    padding-left: 10px;
}

.ec-base-table.typeList .center td.right {
    padding-right: 10px;
}

.ec-base-table .top th,.ec-base-table th.top,.ec-base-table .top td,.ec-base-table td.top {
    vertical-align: top;
}

.ec-base-table .middle th,.ec-base-table th.middle,.ec-base-table .middle td,.ec-base-table td.middle {
    vertical-align: middle;
}

.ec-base-table img {
    vertical-align: middle;
}

@media print {
    .ec-base-table table:before {
        display: none;
    }
}

.ec-base-desc {
    overflow: hidden;
    text-align: left;
}

.ec-base-desc:after {
    content: "";
    display: block;
    claer: both;
}

.ec-base-desc dt,.ec-base-desc .term {
    float: left;
    width: 100px;
    margin: 0 0 2px;
    padding: 0 4px 0 0;
    line-height: 22px;
    -webkit-box-sizing: border-box;
    -moz-webkit-box: border-box;
    box-sizing: border-box;
    font-weight: normal;
}

.ec-base-desc dd,.ec-base-desc .desc {
    display: block;
    margin: 0 0 2px;
    padding: 0 5px 0 100px;
    min-height: 22px;
    line-height: 22px;
    word-wrap: break-word;
}

.ec-base-desc dd:after,.ec-base-desc .desc:after {
    content: "";
    display: block;
    clear: left;
}

.ec-base-desc.gSmall dt,.ec-base-desc.gSmall .term {
    width: 30%;
}

.ec-base-desc.gSmall dd,.ec-base-desc.gSmall .desc {
    padding-left: 30%;
}

.ec-base-desc.gMedium dt,.ec-base-desc.gMedium .term {
    width: 40%;
}

.ec-base-desc.gMedium dd,.ec-base-desc.gMedium .desc {
    padding-left: 40%;
}

.ec-base-desc.gLarge dt,.ec-base-desc.gLarge .term {
    width: 50%;
}

.ec-base-desc.gLarge dd,.ec-base-desc.gLarge .desc {
    padding: 0 0 0 50%;
}

.ec-base-desc.centerDT dt,.ec-base-desc.centerDD dd,.ec-base-desc.centerDT .term,.ec-base-desc.centerDD .desc,.ec-base-desc.center,.ec-base-desc .center {
    text-align: center;
}

.ec-base-desc.rightDT dt,.ec-base-desc.rightDD dd,.ec-base-desc.rightDT .term,.ec-base-desc.rightDD .desc,.ec-base-desc.right,.ec-base-desc .right {
    text-align: right;
}

.ec-base-desc.rightDD dd,.ec-base-desc.rightDD .desc {
    padding-right: 0;
}

.ec-base-desc.typeBullet dt,.ec-base-desc.typeBullet .term {
    padding: 0 4px 0 10px;
}

.ec-base-desc.typeDot dt,.ec-base-desc.typeDot .term {
    padding: 0 4px 0 6px;
}

.xans-search-form .searchResult {
    overflow: hidden;
    text-align: right;
    line-height: 38px;
    border: 0;
    border-bottom: 1px solid #ececec;
    border-top: 1px solid #ececec;
}

.xans-search-form .searchResult .record {
    float: left;
    padding: 0 0 0 8px;
    color: #777;
    font-size: 11px;
}

.xans-search-form .searchResult .listType {
    display: inline;
    margin: 0 4px 0 0;
}

.xans-search-form .searchResult .listType li {
    display: inline;
    padding: 0 6px 0 10px;
    font-size: 11px;
    color: #777;
    cursor: pointer;
}

.xans-search-form .searchResult .listType li a {
    color: #777;
    font-size: 11px;
    line-height: 40px;
}

.xans-search-form .searchResult .listType li:hover {
    color: #000;
    text-decoration: none;
}

.xans-mall-faq {
    background: #f8f8f8;
    border-top: 2px solid #c0c0c0;
    border-bottom: 2px solid #c0c0c0;
    padding: 20px 20px 0px 20px;
}

.xans-mall-faq div {
    margin: 0px 0px 20px 0px;
}

.xans-mall-faq h3 {
    margin: 0px;
    color: #333;
    font-size: 1.2em;
    padding: 10px 0px 0px 0px;
}

.xans-mall-faq .cont {
    background: #FFF;
    color: #8f8f91;
    line-height: 1.8em;
    margin: 0;
    padding: 10px 20px 20px 20px;
    clear: both;
    font-size: 11px;
    border: 1px solid #e6e6e6;
}

.xans-mall-faq ul.link {
    display: none;
}

.xans-order-basketpackage .orderStep {
    display: none;
}

.xans-order-form .orderStep {
    display: none;
}

.xans-order-result .orderStep {
    display: none;
}

.xans-board-listpackage {
    margin: 0 0 10px;
}

.xans-board-listpackage .boardList table {
    border: 0px;
    border-bottom: 1px solid #e6e6e6;
    color: #8f8f8f;
    font-size: 11px;
}

.xans-board-listpackage table th {
    padding: 9px 0 7px;
    border: 0px;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    background: #f6f7f9;
    font-weight: normal;
    color: #202020;
}

.xans-board-listpackage table td {
    padding: 11px 0 9px;
    border: 0px;
    border-top: 1px dotted #eee;
    line-height: 140%;
    text-align: center;
    vertical-align: middle;
}

.xans-board-listpackage table td.subject {
    font-size: 12px;
    text-align: left;
    word-break: break-all;
    font-size: 11px;
}

.xans-board-listpackage .boardListEmpty {
    padding: 20px 0;
    text-align: center;
    background-color: #fff;
    border-width: 0 0px 1px;
    border-style: solid;
    border-color: #e6e6e6;
}

.xans-board-buttonlist {
    padding: 15px 0 0 0;
    background-color: #fff;
    border: 0px;
    border-top: none;
    text-align: right;
}

.xans-board-listpackage-8 {
    margin: 0 0 20px;
}

.xans-board-listpackage-8 .xans-board-buttonlist-8 {
    padding: 15px 20px 15px 0;
    background-color: #fff;
    border: 0px solid #d7d5d5;
    text-align: right;
}

.xans-board-read .boardView table {
    table-layout: fixed;
    border: 0px;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    color: #202020;
    line-height: 180%;
    font-size: 11px;
}

.xans-board-read table th {
    width: 110px;
    padding: 7px 0 5px 20px;
    border: 0px;
    border-top: 1px solid #e6e6e6;
    background: #f6f7f9;
    color: #414141;
    text-align: left;
    font-weight: normal;
}

.typeList.ec-base-table table {
    border: 0;
}

.typeList.ec-base-table td {
    padding: 11px 10px 10px;
}

.typeBG.ec-base-button {
    border: 0;
    background: #fff;
}

.ec-base-table thead th {
    border-left: 0;
    border-top: 1px solid #dfdfdf;
}

.gBorder.ec-base-table td {
    border-left: 0;
}

.typeList.ec-base-table td {
    border-top: 0;
}

.xans-board-listpackage .ec-base-table {
    border-bottom: 1px solid #dfdfdf;
}

.ec-base-table .message {
    border: 0;
}

.ec-base-table table {
    border: 1px solid #fff;
    border-bottom: 1px solid #dfdfdf;
}

.ec-base-table tbody th {
    border-bottom: 1px solid #dfdfdf;
}

.xans-myshop-benefit {
    width: 800px;
    margin: 20px auto 0 auto;
}

.xans-myshop-bankbook {
    overflow: hidden;
    width: 800px;
    padding: 15px 0px 15px 0px;
    margin: 20px auto 0 auto;
    border: 1px solid #dedede;
    border-top: 1px solid #222;
    background: #fff;
}

.xans-myshop-bankbook div {
    float: left;
    width: 370px;
    padding: 10px 0 0 30px;
}

.xans-myshop-bankbook div h2 {
    font-size: 40px;
    font-family: 'verdana',sans-serif;
    letter-spacing: -3px;
}

.xans-myshop-bankbook div h2 span {
    color: #222;
}

.xans-myshop-bankbook div p {
    color: #888;
    font-family: Nanum Gothic,Noto Sans KR,dotum,Arial,sans-serif;
    padding-left: 2px;
}

.xans-myshop-bankbook ul {
    float: right;
    display: table;
    width: 400px;
    font-size: 0;
    line-height: 0;
}

.xans-myshop-bankbook li {
    display: inline-block;
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 1px 0 2px;
    font-size: 11px;
    color: #353535;
    line-height: 24px;
    vertical-align: top;
    *display: inline;
    *zoom:1;}

.xans-myshop-bankbook li .title {
    float: left;
    width: 30%;
    padding: 0 0 0 30px;
    font-weight: normal;
}

.xans-myshop-bankbook li .data {
    float: right;
    width: 35%;
    padding: 0 80px 0 0;
    text-align: right;
}

.xans-myshop-bankbook li .use {
    color: #000;
}

.xans-myshop-bankbook li a {
    position: absolute;
    right: 30px;
    top: 0;
    width: 30px;
    height: 20px;
    border: 1px solid #ccc;
    text-align: center;
    display: block;
    text-decoration: none;
}

#myshopMain {
    overflow: hidden;
    width: 800px;
    margin: 20px auto 0px auto;
    font-size: 12px;
    font-family: Nanum Gothic,Noto Sans KR,dotum,Arial,sans-serif;
}

#myshopMain:after {
    content: " ";
    display: block;
    clear: both;
}

#myshopMain a {
    display: block;
    text-decoration: none;
}

#myshopMain ul {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAWSURBVBhXY0AGb968+Q9lEs1hYGAAAP95Dw2+zexhAAAAAElFTkSuQmCC) repeat;
    width: 251px;
    float: left;
    text-align: center;
    list-style: none;
    border: 1px solid #ddd;
    margin: 0 20px 20px 0;
    padding: 30px 0 30px 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

#myshopMain ul:nth-child(3n) {
    float: right;
    margin-right: 0px;
}

#myshopMain ul:hover {
    background-image: none;
    background-color: #000;
    filter: alpha(opacity=80);
    opacity: 0.8;
    -moz-opacity: 0.8;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#myshopMain ul:hover a li {
    color: #fff;
}

#myshopMain ul:hover a p {
    color: #fff;
}

#myshopMain ul li {
    font-size: 15px;
    color: #333;
    font-weight: 500;
    text-transform: uppercase
}

#myshopMain ul li.fa {
    font-size: 40px;
    margin-bottom: 10px;
    color: #999
}

#myshopMain ul li p {
    font-size: 12px;
    color: #888;
    font-weight: 300;
}

.width800 {
    width: 800px !important;
}

.mr_auto {
    margin: 0 auto;
}

.xans-member-login {
    width: 800px;
    overflow: hidden;
    margin: 40px auto 0px ;
    padding: 30px 0 0 0;
    border: 1px solid #dedede;
    border-top: 1px solid #222;
    color: #666;
    font-size: 12px;
    font-family: Nanum Gothic,Noto Sans KR,dotum,Arial,sans-serif;
}

.xans-member-login .login {
    width: 675px;
    margin: 0 auto;
    padding-bottom: 30px;
}

.xans-member-login .login h3 {
    font-size: 45px;
    margin-left: -2px;
    color: #222;
}

.xans-member-login .login .sub_txt {
    text-align: left;
    line-height: 16px;
}

.xans-member-login .login fieldset .find_area {
    float: right;
    padding-top: 18px;
    font-size: 13px;
}

.xans-member-login .login fieldset .btn_login {
    display: block;
    width: 90px;
    height: 83px;
    text-align: center;
    border: 1px solid #222;
    background-color: #fff;
    color: #222;
    font-size: 15px;
    line-height: 83px;
    font-weight: 400;
    right: 0px !important;
}

.xans-member-login .login fieldset {
    position: relative;
    width: 675px;
    margin: 0 auto;
    margin-top: 30px;
}

.xans-member-login .login fieldset .id,.xans-member-login .login fieldset .password {
    overflow: hidden;
    display: block;
    width: 576px;
    margin: 0 0 5px;
    border: 1px solid #d9d9d9;
}

.xans-member-login .login fieldset .id span,.xans-member-login .login fieldset .password span {
    float: left;
    width: 55px;
    height: 38px;
    line-height: 38px;
    padding: 0 0 0 8px;
    text-align: left;
}

.xans-member-login .login fieldset input {
    float: left;
    width: 500px;
    height: 38px;
    padding: 0px 0px 0px 0px;
    border: 0 none;
    color: #8F8F91;
}

.xans-member-login .login fieldset .security {
    padding: 0 0 0 0px;
    margin: 0px 0px;
    float: left;
    padding-top: 17px;
}

.xans-member-login .login fieldset .security img {
    padding-top: 3px;
    padding-right: 3px;
}

.xans-member-login .login fieldset .security input {
    width: 13px;
    height: 13px;
    margin: 0 3px 0 0;
    vertical-align: -3px;
    *vertical-align: 2px;
}

.xans-member-login .login fieldset .security label {
    margin: 0 6px 0 0;
}

.xans-member-login .login fieldset > a {
    position: absolute;
    top: 0;
    right: 7px;
}

.xans-member-login .login fieldset ul {
    overflow: hidden;
    margin: 0;
    border: 0;
}

.xans-member-login .login fieldset li {
    float: left;
    margin: 0px 0;
    padding: 0 0 0 5px;
}

.xans-member-login .login fieldset li a {
    color: #666;
}

.xans-member-login .login fieldset .link {
    position: relative;
    margin: 25px 5px 0;
    padding: 25px 0 0 10px;
    border-top: 0px solid #e9e9e9;
}

.xans-member-login .login fieldset .link a {
    position: absolute;
    top: 25px;
    right: 0;
}

.xans-member-login .login fieldset .sns {
    display: none;
}

.xans-member-login .login fieldset #noMemberWrap {
    border-top: 0;
    margin-top: 0;
}

.join_area {
    overflow: hidden;
    border-top: 1px solid #dedede;
    width: 675px;
    margin: 0 auto;
    padding: 30px 0;
}

.join_area .join {
    float: left;
    line-height: 16px;
    margin-top: 15px;
}

.join_area .join .join_title {
    margin-bottom: 5px;
    color: #333;
    font-size: 15px;
    font-weight: 600;
}

.join_area .join_btn {
    float: right;
}

.join_area .join_btn a {
    display: block;
    width: 90px;
    height: 83px;
    text-align: center;
    background-color: #222;
    color: #fff;
    font-size: 15px;
    line-height: 83px;
    font-weight: 400;
}

.nonmember_area {
    overflow: hidden;
    border-top: 1px solid #dedede;
    width: 675px;
    height: 83px;
    margin: 0 auto;
    padding: 30px 0;
}

.nonmember_area .join {
    float: left;
    line-height: 16px;
    margin-top: 5px;
}

.nonmember_area .join_title {
    margin-bottom: 5px;
    color: #333;
    font-size: 15px;
    font-weight: 600;
}

.nonmember_area .join_btn {
    float: right;
}

.nonmember_area .join_btn a {
    display: block;
    width: 90px;
    height: 83px;
    text-align: center;
    background-color: #222;
    color: #fff;
    font-size: 15px;
    line-height: 83px;
    font-weight: 400;
}

.xans-myshop-orderhistorynologin {
    width: 800px;
    overflow: hidden;
    margin: 0px auto;
    padding: 30px 0;
    border: 1px solid #dedede;
    border-top: 0px;
    color: #666;
    font-size: 12px;
    font-family: Nanum Gothic,Noto Sans KR,dotum,Arial,sans-serif;
}

.xans-myshop-orderhistorynologin .inner {
    width: 675px;
    margin: 0 auto;
}

.xans-myshop-orderhistorynologin .join .join_title {
    margin-bottom: 5px;
    color: #333;
    font-size: 15px;
    font-weight: 600;
}

.xans-myshop-orderhistorynologin .join {
    line-height: 16px;
    margin-bottom: 30px;
}

.xans-myshop-orderhistorynologin ul {
    float: left;
}

.xans-myshop-orderhistorynologin li {
    padding: 0px;
    line-height: 28px;
    padding-bottom: 3px;
}

.xans-myshop-orderhistorynologin li strong {
    display: inline-block;
    width: 110px;
    font-weight: normal;
}

.xans-myshop-orderhistorynologin li input {
    width: 463px;
    height: 38px;
    padding: 0px;
    border: 1px solid #d9d9d9;
    color: #202020;
}

.xans-myshop-orderhistorynologin li.number input {
    width: 227px;
    margin: 0 0 0 2px;
}

.xans-myshop-orderhistorynologin li #order_id1 {
    margin: 0 2px 0 0;
    width: 226px;
}

.xans-myshop-orderhistorynologin .join_btn {
    float: right;
    display: block;
    width: 90px;
    height: 126px;
    background-color: #222;
    color: #fff;
    font-size: 15px;
    font-family: Nanum Gothic,Noto Sans KR,dotum,Arial,sans-serif;
    line-height: 17px;
    font-weight: 400;
}

.xans-member-findid {
    width: 800px;
    overflow: hidden;
    margin: 40px auto 0px ;
    padding: 30px 0;
    border: 1px solid #dedede;
    border-top: 1px solid #222;
    color: #666;
    font-size: 12px;
    font-family: Nanum Gothic,Noto Sans KR,dotum,Arial,sans-serif;
}

.xans-member-findid .findId {
    width: 675px;
    margin: 0 auto;
}

.xans-member-findid .findId h3 {
    font-size: 45px;
    margin-left: -2px;
    color: #222;
}

.xans-member-findid .findId fieldset {
    width: 675px;
    margin: 0 auto;
    margin-top: 20px;
}

.xans-member-findid .findId p {
    margin: 7px 0 0;
}

.xans-member-findid .findId strong {
    display: block;
    margin: 0 0 5px;
    padding: 0 0 0 10px;
    width: 110px;
    font-weight: normal;
}

.xans-member-findid .findId .check {
    margin-bottom: 30px;
}

.xans-member-findid .findId .check label {
    margin: 0 5px 0 0;
}

.xans-member-findid .findId .member select {
    width: 675px;
}

.xans-member-findid .findId .ipin,.xans-member-findid .findId .mobileauth {
    position: relative;
    margin: 10px 0 0 0;
}

.xans-member-findid .findId .ipin strong,.xans-member-findid .findId .mobileauth strong {
    width: 200px;
}

.xans-member-findid .findId .ipin span,.xans-member-findid .findId .mobileauth span {
    display: block;
    margin: 0 0 5px;
    padding: 0 0 0 10px;
    color: #757575;
}

.xans-member-findid .findId .ipin a,.xans-member-findid .findId .mobileauth a {
    position: absolute;
    bottom: 0;
    right: 0;
}

.xans-member-findid .findId .button {
    display: block;
    margin: 20px 0 0;
    background-color: #222;
    text-align: center;
    width: 675px;
    height: 35px;
    line-height: 35px;
}

.xans-member-findid .findId .button a {
    font-size: 15px;
    color: #fff;
    font-weight: 400;
}

.xans-member-findid .findId input {
    width: 670px;
    height: 20px;
    padding: 2px 2px 2px 3px;
    border: 1px solid #d9d9d9;
    color: #202020;
}

.xans-member-findid .findId input[type=radio],.xans-member-findid .findId input[type=checkbox] {
    width: 13px;
    height: 13px;
    margin: 0 3px 0 0;
    padding: 0;
    border: 0;
    vertical-align: -2px;
    *vertical-align: 2px;
}

.xans-member-findid .findId #name,.xans-member-findid .findId #email {
    width: 668px;
}

.xans-member-findid .findId #ssn1,.xans-member-findid .findId #ssn2 {
    width: 75px;
}

.xans-member-findid .findId #mobile1 {
    width: 36px;
}

.xans-member-findid .findId #mobile2,.xans-member-findid .findId #mobile3 {
    width: 47px;
}

.xans-member-findidresult {
    width: 800px;
    overflow: hidden;
    margin: 40px auto 0px ;
    padding: 30px 0;
    border: 1px solid #dedede;
    border-top: 1px solid #222;
    color: #666;
    font-size: 12px;
    font-family: Nanum Gothic,Noto Sans KR,dotum,Arial,sans-serif;
}

.xans-member-findidresult .findId {
    width: 675px;
    margin: 0 auto;
}

.xans-member-findidresult .findId h3 {
    font-size: 45px;
    margin-left: -2px;
    color: #222;
}

.xans-member-findidresult .findId .desc {
    margin: 30px 0;
    font-size: 15px;
    color: #cc0000;
    font-weight: bold;
}

.xans-member-findidresult .findId .memberInfo {
    overflow: hidden;
    text-align: left;
}

.xans-member-findidresult .findId .memberInfo .info {
    padding: 10px 0 10px 0;
    border-bottom: 1px solid #e8e7e7;
}

.xans-member-findidresult .findId .memberInfo .info span {
    color: #008bcc;
}

.xans-member-findidresult .findId .memberInfo .thumb {
    padding: 10px 0;
}

.xans-member-findidresult .findId ul {
    padding: 10px 0;
}

.xans-member-findidresult .findId li {
    margin: 0 0 4px;
}

.xans-member-findidresult .findId li label {
    display: inline-block;
    margin: 0 0 5px 10px;
}

.xans-member-findidresult .findId .copy {
    margin: 20px 0 0;
    color: #757575;
}

.xans-member-findidresult .findId .button1 {
    display: block;
    float: left;
    margin: 20px 0 0;
    background-color: #555;
    text-align: center;
    width: 180px;
    height: 35px;
    line-height: 35px;
}

.xans-member-findidresult .findId .button1 a {
    font-size: 15px;
    color: #fff;
    font-weight: 400;
}

.xans-member-findidresult .findId .button2 {
    display: block;
    float: right;
    margin: 20px 0 0;
    background-color: #222;
    text-align: center;
    width: 180px;
    height: 35px;
    line-height: 35px;
}

.xans-member-findidresult .findId .button2 a {
    font-size: 15px;
    color: #fff;
    font-weight: 400;
}

.xans-member-findpasswd {
    width: 800px;
    overflow: hidden;
    margin: 40px auto 0px ;
    padding: 30px 0;
    border: 1px solid #dedede;
    border-top: 1px solid #222;
    color: #666;
    font-size: 12px;
    font-family: Nanum Gothic,Noto Sans KR,dotum,Arial,sans-serif;
}

.xans-member-findpasswd .findPw {
    width: 675px;
    margin: 0 auto;
}

.xans-member-findpasswd .findPw h3 {
    font-size: 45px;
    margin-left: -2px;
    color: #222;
    letter-spacing: -2px;
}

.xans-member-findpasswd .findPw .sub_txt {
    line-height: 16px;
}

.xans-member-findpasswd .findPw fieldset {
    width: 675px;
    margin: 0 auto;
    margin-top: 20px;
}

.xans-member-findpasswd .findPw p {
    margin: 7px 0 0;
}

.xans-member-findpasswd .findPw strong {
    display: block;
    margin: 0 0 5px;
    padding: 0 0 0 10px;
    width: 110px;
    font-weight: normal;
}

.xans-member-findpasswd .findPw .check {
    margin-bottom: 30px;
}

.xans-member-findpasswd .findPw .check label {
    margin: 0 5px 0 0;
}

.xans-member-findpasswd .findPw .member select {
    width: 675px;
}

.xans-member-findpasswd .findPw .ssn_no span {
    display: block;
    margin: 5px 0 0 0;
}

.xans-member-findpasswd .findPw .ipin,.xans-member-findpasswd .findPw .mobileauth {
    position: relative;
    margin: 10px 0 0 0;
}

.xans-member-findpasswd .findPw .ipin strong,.xans-member-findpasswd .findPw .mobileauth strong {
    width: 200px;
}

.xans-member-findpasswd .findPw .ipin span,.xans-member-findpasswd .findPw .mobileauth span {
    display: block;
    margin: 0 0 5px;
    padding: 0 0 0 10px;
    color: #757575;
}

.xans-member-findpasswd .findPw .ipin a,.xans-member-findpasswd .findPw .mobileauth a {
    position: absolute;
    bottom: 0;
    right: 0;
}

.xans-member-findpasswd .findPw .button {
    display: block;
    margin: 20px 0 0;
    background-color: #222;
    text-align: center;
    width: 675px;
    height: 35px;
    line-height: 35px;
}

.xans-member-findpasswd .findPw .button a {
    font-size: 15px;
    color: #fff;
    font-weight: 400;
}

.xans-member-findpasswd .findPw input {
    width: 668px;
    height: 20px;
    padding: 2px 2px 2px 3px;
    border: 1px solid #d9d9d9;
    color: #202020;
}

.xans-member-findpasswd .findPw input[type=radio],.xans-member-findpasswd .findPw input[type=checkbox] {
    width: 13px;
    height: 13px;
    margin: 0 3px 0 0;
    padding: 0;
    border: 0;
    vertical-align: -2px;
    *vertical-align: 2px;
}

.xans-member-findpasswd .findPw #mobile1 {
    width: 36px;
}

.xans-member-findpasswd .findPw #mobile2,.xans-member-findpasswd .findPw #mobile3 {
    width: 47px;
}

.xans-member-findpasswdquestion {
    width: 800px;
    overflow: hidden;
    margin: 40px auto 0px ;
    padding: 30px 0;
    border: 1px solid #dedede;
    border-top: 1px solid #222;
    color: #666;
    font-size: 12px;
    font-family: Nanum Gothic,Noto Sans KR,dotum,Arial,sans-serif;
}

.xans-member-findpasswdquestion .findPw {
    width: 675px;
    margin: 0 auto;
}

.xans-member-findpasswdquestion .findPw h3 {
    font-size: 45px;
    margin-left: -2px;
    color: #222;
    letter-spacing: -2px;
}

.xans-member-findpasswdquestion .findPw .sub_txt {
    line-height: 16px;
}

.xans-member-findpasswdquestion .findPw fieldset {
    width: 675px;
    margin: 0 auto;
    margin-top: 20px;
}

.xans-member-findpasswdquestion .findPw p {
    margin: 7px 0 0;
}

.xans-member-findpasswdquestion .findPw .check {
    color: #353535;
}

.xans-member-findpasswdquestion .findPw .check label {
    margin: 0 5px 0 0;
}

.xans-member-findpasswdquestion .findPw .question {
    vertical-align: middle;
}

.xans-member-findpasswdquestion .findPw .question strong,.xans-member-findpasswdquestion .findPw .answer label {
    display: block;
    margin: 0 0 5px;
    padding: 0 0 0 10px;
    width: 40px;
    font-weight: normal;
}

.xans-member-findpasswdquestion .findPw .question span {
    display: block;
    width: 670px;
    height: 20px;
    padding: 2px;
    border: 1px solid #d9d9d9;
    color: #202020;
}

.xans-member-findpasswdquestion .findPw .button {
    display: block;
    margin: 20px 0 0;
    background-color: #222;
    text-align: center;
    width: 675px;
    height: 35px;
    line-height: 35px;
}

.xans-member-findpasswdquestion .findPw .button a {
    font-size: 15px;
    color: #fff;
    font-weight: 400;
}

.xans-member-findpasswdquestion .findPw input {
    width: 670px;
    height: 20px;
    padding: 2px 2px 2px 3px;
    border: 1px solid #d9d9d9;
    color: #202020;
}

.xans-member-findpasswdquestion .findPw input[type=radio],.xans-member-findpasswdquestion .findPw input[type=checkbox] {
    width: 13px;
    height: 13px;
    margin: 0 3px 0 0;
    padding: 0;
    border: 0;
    vertical-align: -2px;
    *vertical-align: 2px;
}

.xans-member-findpasswdresult {
    width: 800px;
    overflow: hidden;
    margin: 40px auto 0px ;
    padding: 30px 0;
    border: 1px solid #dedede;
    border-top: 1px solid #222;
    color: #666;
    font-size: 12px;
    font-family: Nanum Gothic,Noto Sans KR,dotum,Arial,sans-serif;
}

.xans-member-findpasswdresult .findPw {
    width: 675px;
    margin: 0 auto;
}

.xans-member-findpasswdresult .findPw h3 {
    font-size: 45px;
    margin-left: -2px;
    color: #222;
    letter-spacing: -2px;
}

.xans-member-findpasswdresult .findPw .sub_txt {
    line-height: 16px;
}

.xans-member-findpasswdresult .findPw .memberInfo {
    overflow: hidden;
}

.xans-member-findpasswdresult .findPw .memberInfo .info {
    padding: 10px 0;
    border-bottom: 1px solid #e8e7e7;
}

.xans-member-findpasswdresult .findPw .memberInfo .thumb {
    padding: 10px 0;
}

.xans-member-findpasswdresult .findPw .memberInfo .thumbDesc {
    width: 300px;
    padding: 10px 0;
    line-height: 160%;
}

.xans-member-findpasswdresult .findPw .memberInfo .thumbDesc span {
    color: #008bcc;
    font-weight: bold;
}

.xans-member-findpasswdresult .findPw .copy {
    margin: 20px 0 0;
    line-height: 160%;
    color: #757575;
}

.xans-member-findpasswdresult .findPw .button {
    display: block;
    margin: 20px 0 0;
    background-color: #222;
    text-align: center;
    width: 675px;
    height: 35px;
    line-height: 35px;
}

.xans-member-findpasswdresult .findPw .button a {
    font-size: 15px;
    color: #fff;
    font-weight: 400;
}

.xans-myshop-orderstate {
    margin: 20px auto 0;
    border: 1px solid #dedede;
    border-top: 1px solid #353535;
    width: 800px;
}

.xans-myshop-orderstate .title {
    padding: 11px 21px;
    margin: 0;
    border-bottom: 1px solid #e9e9e9;
    background: #f6f6f6;
}

.xans-myshop-orderstate .title h3 {
    padding: 0;
    font-size: 14px;
    color: #000;
}

.xans-myshop-orderstate .desc {
    padding: 0 0 0 4px;
    font-weight: normal;
    font-size: 11px;
    color: #8f8f8f;
}

.xans-myshop-orderstate .desc em {
    color: #353535;
    font-style: normal;
}

.xans-myshop-orderstate .state {
    overflow: hidden;
    padding: 19px 0;
}

.xans-myshop-orderstate .order {
    float: left;
    width: 80%;
}

.xans-myshop-orderstate .order li {
    float: left;
    width: 25%;
    padding: 0 0 4px;
    margin: 0 -1px 0 0;
    border-right: 1px dotted #c9c7ca;
    text-align: center;
}

.xans-myshop-orderstate .order li strong {
    display: block;
    margin: 2px 0 7px;
    font-size: 14px;
    color: #353535;
}

.xans-myshop-orderstate .order .count {
    font-weight: bold;
    font-size: 24px;
    color: #353535;
}

.xans-myshop-orderstate .cs {
    float: left;
    width: 20%;
}

.xans-myshop-orderstate .cs li {
    margin: 0 0 5px 57px;
    letter-spacing: 0.04em;
    word-spacing: 4px;
}

.xans-myshop-orderstate .cs strong {
    font-weight: normal;
    font-size: 12px;
    color: #353535;
}

.xans-myshop-orderstate .cs .count {
    padding: 0 0 0 4px;
    font-weight: bold;
    color: #353535;
}

.xans-myshop-orderstate .cs .icoDot {
    display: inline-block;
    width: 2px;
    height: 2px;
    margin: 6px 0 0 0;
    background: #4d4d4d;
    vertical-align: top;
}

#wrap {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

#container {
    width: 1200px;
    zoom:1;}

#container:after {
    content: "";
    display: block;
    clear: both;
}

#container #contents {
    float: left;
    width: 1200px;
    margin: 0 auto;
}

#header .inner,#footer .inner,#container,body.center .centerCategory .wyGrid,body.center .promotionArea .wyGrid {
    padding: 0;
}

html {
    overflow-y: scroll;
}

a:hover {
    text-decoration: none;
}

a:focus {
    outline: none;
}

a {
    blr: expression(this.onFocus=this.blur());
}

area:focus {
    outline: none;
}

area {
    blr: expression(this.onFocus=this.blur());
}

input:focus,img:focus,embed:focus,map:focus {
    outline: none;
}

.cboth {
    clear: both;
    *zoom:1
}

.cboth:after {
    content: " ";
    display: block;
    clear: both;
}

.fleft {
    float: left;
}

.fright {
    float: right;
}

.center {
    text-align: center;
}

.displaynone {
    display: none;
}

.pdt5 {
    padding-top: 5px;
}

.pdt10 {
    padding-top: 10px;
}

.pdt15 {
    padding-top: 15px;
}

.pdt20 {
    padding-top: 20px;
}

.pdt30 {
    padding-top: 30px;
}

.pdt40 {
    padding-top: 40px;
}

.pdt70 {
    padding-top: 70px;
}

.pdb5 {
    padding-bottom: 5px;
}

.pdb10 {
    padding-bottom: 10px;
}

.pdb15 {
    padding-bottom: 15px;
}

.pdb30 {
    padding-bottom: 30px;
}

.pdb50 {
    padding-bottom: 50px;
}

.pdb75 {
    padding-bottom: 75px;
}

.pdb80 {
    padding-bottom: 85px;
}

.pdb85 {
    padding-bottom: 85px;
}

.pdb100 {
    padding-bottom: 100px;
}

.pdb115 {
    padding-bottom: 115px;
}

.pdb120 {
    padding-bottom: 120px;
}

.pdb175 {
    padding-bottom: 115px;
}

body {
    min-width: 1200px;
    font-family: Nanum Gothic,dotum,Arial,sans-serif
}

a {
    selector-dummy: expression(this.hideFocus=true);
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 100;
    src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.otf) format('opentype');
}

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

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

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

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

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



#header {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    background: none;
}

#header .section {
    width: 100%;
    height: 60px;
    position: fixed;
    top: 0px;
    z-index: 100;
    background: rgba(255,255,255,0.1);
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#header .section:hover {
    background: rgba(0,0,0,0.5);
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#header .section .inner {
    width: 1200px;
    height: 60px;
    margin: 0 auto;
}

#header .section .inner ul {
    float: right;
    padding-right: 5px;
}

#header .section .inner ul li {
    float: left;
    display: table;
}

#header .section .inner ul li a {
    font-size: 11px;
    color: #fff;
    font-family: "Arial";
    padding: 0px 15px;
    display: table-cell;
    ;height: 60px;
    line-height: 60px;
    vertical-align: middle;
}

#header .section .inner ul li a:hover {
    opacity: 0.5;
}

#header .section .inner ul li img {
    vertical-align: middle;
}

.cd-auto-hide-header {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background: rgba(255,255,255,0.1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s,-webkit-transform .5s;
}

.cd-auto-hide-header::after {
    clear: both;
    content: "";
    display: block;
}

.cd-auto-hide-header.is-hidden {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}

#top_fixed {
    position: absolute;
    top: 60px;
    margin: 0px auto;
    padding: 0px;
    height: 60px;
    width: 100%;
    min-width: 1200px;
    z-index: 5555 !important;
}

#top_fixed.fixed {
    position: fixed;
    top: 0px;
    background: rgba(0,0,0,1);
    z-index: 5555 !important;
}

#header .section2 {
    width: 100%;
    height: 60px;
    position: absolute;
    z-index: 100;
    background: rgba(0,0,0,0);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

#header .section2:hover {
    background: rgba(0,0,0,0.5);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

#header .section2 .inner {
    width: 1200px;
    height: 60px;
    margin: 0 auto;
}

#header .section2 .top_logo {
    float: left;
    padding-top: 13px;
    padding-left: 22px;
}

#header .section2 .top_cate_area ul li {
    float: left;
    font-size: 14px;
}

#header .section2 .top_cate_area ul li:first-child {
    padding-left: 65px;
}

#header .section2 .top_cate_area ul li:first-child .community_inner {
    margin-left: 65px;
}

#header .section2 .top_cate_area ul li a {
    font-size: 14px;
    color: #fff;
    margin-left: 57px;
    font-weight: 500;
    display: block;
    height: 60px;
    line-height: 60px;
    font-family: "Open Sans";
}

#header .section2 .top_cate_area ul li a:hover {
    opacity: 0.5;
}

#header .section2 .top_cate_area ul li:first-child a {
}

#header .section2 .search {
    float: right;
    position: relative;
    vertical-align: top;
    width: 26px;
    height: 21px;
    top: 19px;
    right: 25px;
}

#header .section2 .search .top_search {
    float: left;
    width: 26px;
    height: 21px;
}

#header .section2 .search #search_input {
    display: none;
    z-index: 50;
    position: absolute;
    top: 0px;
    right: 0px;
}

#header .section2 .search #search_close {
    position: absolute;
    top: 2px;
    left: -28px;
    cursor: pointer;
    opacity: 0.5;
}

#header .section2 .search .search_form {
    height: 21px;
    background-color: #fff;
    width: 200px;
    margin-right: 3px;
    background: rgba(255,255,255,0.0);
}

#header .section2 .search .inputTypeText {
    height: 21px;
    background-color: #fff;
    width: 155px;
    padding-left: 5px;
    background: rgba(255,255,255,0.5);
    border: 0;
    color: #333;
    float: left;
}

#header .section2 .search .search_btn {
    float: right;
}

#header .section2 .top_community {
    position: relative;
}

#header .section2 .top_community .mouse_hover {
    opacity: 0.5;
}

#header .section2 .top_community .community_inner {
    position: absolute;
    display: none;
    top: 58px;
    left: 20px;
    background-color: #fff;
    background: rgba(255,255,255,0.9);
    border: 2px solid #000;
    text-align: left;
    padding: 5px;
    margin: 0;
}

#header .section2 .top_community .community_inner a {
    padding: 0;
    margin: 0;
    font-size: 11px !important;
    display: block;
    text-align: left;
    color: #777;
    text-decoration: none;
    height: 30px;
    line-height: 30px;
    width: 210px;
    border-top: 1px solid #dedede;
    text-indent: 10px;
}

#header .section2 .top_community .community_inner a:hover {
    padding: 0;
    margin: 0;
    font-size: 11px;
    text-decoration: none;
    display: block;
    color: #000;
    height: 30px;
    line-height: 30px;
    width: 212px;
    border-top: 1px solid #dedede;
    opacity: 1 !important;
    background-color: #f9f9f9;
}

#header .section2 .top_community .community_inner a:first-child {
    border-top: 0px;
}

.sub_img_area {
    width: 100%;
    height: 345px;
    margin-bottom: 20px;
    position: relative;
}

.sub_top_ban {
    width: 100%;
    height: 345px;
    margin: 0px;
    padding: 0px;
}

.sub_top_ban .sub_top_panels {
    width: 100%;
    height: 345px;
    overflow: hidden;
    padding: 0px;
    margin: 0px;
}

.sub_top_ban .sub_top_panel {
    width: 100%;
    height: 345px;
    overflow: hidden;
    padding: 0px;
    margin: 0px;
}

.sub_top_ban .sub_top_panel .sub_img {
    width: 100%;
    height: 345px;
    overflow: hidden;
    background-size: cover;
}

.sub_top_ban .text_inner {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.sub_top_ban .text_inner .main_text_area {
    text-align: center;
    color: #fff;
    width: 1200px;
    font-size: 14px;
    z-index: 2222;
    position: absolute;
    top: 185px;
}

.sub_top_ban .text_inner .t1 {
    font-size: 35px;
    font-family: "Open Sans","Nanum Gothic",sans-serif;
    font-weight: 300;
    letter-spacing: 5px;
}

.sub_top_ban .text_inner .t3 {
    font-size: 15px;
    padding-top: 5px;
    letter-spacing: 3px;
    font-family: "Open Sans","Nanum Gothic",sans-serif;
}

.sub_top_ban .text_inner .btn_detail a {
    margin: 30px auto 0px;
    width: 138px;
    height: 34px;
    border: 1px solid #fff;
    text-align: center;
    line-height: 34px;
    display: block;
    border-radius: 18px;
    color: #fff;
    font-size: 12px;
    opacity: 0.5;
    font-family: "Open Sans","Nanum Gothic",sans-serif;
    font-weight: 300;
}

.sub_top_ban .text_inner .btn_detail a:hover {
    opacity: 1;
}



.movie_area {
    width: 100%;
    height: 765px;
    background-color: #414141;
    padding-top: 60px;
    text-align: center;
}

.movie_area .movie_thumb {
    width: 960px;
    height: 540px;
    margin: 60px auto 0;
}

.map_area .map_go a {
    display: inline-block;
    text-align: center;
    width: 254px;
    border: 1px solid #4f83bd;
    color: #4f83bd;
    height: 49px;
    border-radius: 49px;
    line-height: 49px;
    font-size: 14px;
    margin: 40px auto;
    opacity: 1;
    background: url("/design/tascomhp/59259/img/map_icon_off.png");
    background-position: 28px 16px;
    background-repeat: no-repeat;
    letter-spacing: -0.5px;
    text-indent: 18px;
}

.map_area .map_go a:hover {
    background-color: #4f83bd;
    color: #fff;
    background-image: url("/design/tascomhp/59259/img/map_icon_on.png");
    background-position: 28px 16px;
    background-repeat: no-repeat;
    text-indent: 18px;
}

.map_area .topbanner {
    display: none;
    margin: 40px 0px;
    width: 100%;
    text-align: center;
    height: 480px;
    background-color: #fff;
    position: relative;
}

.map_area .btnarea {
    position: absolute;
    top: 0px;
    margin: 0 auto;
    z-index: 200;
    width: 39px;
    height: 39px;
    left: 0%;
    right: 0%;
}

.map_area .closebtn {
    cursor: pointer;
    width: 39px;
    height: 39px;
    background: url('/img/map_close.gif') no-repeat;
}

.map_area .openbtn {
    display: block !important;
}

.sitemap {
    text-align: center;
    padding-bottom: 70px;
    padding-top: 115px;
}

.sitemap_layout {
    width: 1200px;
    margin: 0 auto;
}

.sitemap_layout ul {
    font-size: 0;
}

.sitemap_layout ul li {
    display: inline-block;
    width: 20%;
    text-align: center;
    vertical-align: top;
}

.sitemap_layout ul li .sitemap_tlt {
    padding-bottom: 20px;
}

.sitemap_layout ul li .sitemap_tlt a {
    font-size: 14px;
    color: #fff;
}

.sitemap_layout ul li .sitemap_tlt a:hover {
    color: #777;
}

.sitemap_layout ul li .sitemap_sub a {
    font-size: 12px;
    color: #777;
}

.sitemap_layout ul li .sitemap_sub a:hover {
    color: #fff;
}

.sitemap_layout ul li .sitemap_sub > div {
    padding: 5px 0;
}

.company_tab_ban {
    width: 1200px;
    height: 725px;
    margin: 0 auto;
    clear: both;
    font-size: 0;
}


.sub_page_area {
    box-sizing: border-box;
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.sub_page_area .title {
    font-size: 32px;
    font-weight: 700;
    color: #000;
    margin-bottom: 30px;
    padding-left: 15px;
    border-left: 5px solid #a30000;
}

.sub_page_area .text {
    font-family: "Open Sans","Nanum Gothic";
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 1.5;
    color: #777;
    padding-left: 5px;
}

.sub_page_area .top_navi {
    color: #555;
    font-size: 11px;
    text-align: right;
    font-family: "verdana";
    padding-top: 20px;
}

.sub_page_area .sub_tab_menu {
    height: 40px;
    margin-bottom: 50px;
}

.sub_page_area .sub_tab_menu ul li {
    float: left;
    margin-right: 10px;
}

.sub_page_area .sub_tab_menu ul li.selected {
    border: 1px solid #d2d2d2;
    background-color: #fff;
    color: #222;
    border-top: 1px solid #870000;
}

.sub_page_area .sub_tab_menu ul li a {
    width: 148px;
    height: 38px;
    font-size: 13px;
    background-color: #f5f5f5;
    border: 1px solid #f5f5f5;
    display: block;
    line-height: 38px;
    color: #777;
    font-family: "Nanum Gothic",sans-serif;
    font-weight: 500;
    text-align: center;
}

.sub_page_area .sub_tab_menu ul li a:hover {
    border: 1px solid #d2d2d2;
    background-color: #fff;
    color: #222;
    border-top: 1px solid #870000;
}


.sliderkit {
    display: none;
    position: relative;
    overflow: hidden;
}

.sliderkit a,.sliderkit a:hover {
    text-decoration: none;
}

.sliderkit img {
    border: 0;
}

.sliderkit .sliderkit-nav {
    z-index: 10;
    position: absolute;
    text-align: center;
}

.sliderkit .sliderkit-nav-clip {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}

.sliderkit .sliderkit-nav-clip ul {
    position: relative;
    left: 0;
    top: 0;
    list-style: none;
    margin: 0;
    padding: 0;
}

.sliderkit .sliderkit-nav-clip ul li {
    float: left;
}

.sliderkit .sliderkit-nav-clip ul li a {
    display: block;
    overflow: hidden;
}

.sliderkit .sliderkit-btn {
    z-index: 10;
}

.sliderkit .sliderkit-panel {
    z-index: 1;
    position: absolute;
    overflow: hidden;
}

.sliderkit .sliderkit-panel-active {
    z-index: 5;
}

.sliderkit .sliderkit-panel-old {
    z-index: 4;
}

.contentslider-tab {
    width: 1200px;
    height: 725px;
    margin: 0 auto;
    text-align: center;
}

.contentslider-tab .sliderkit-panels,
.contentslider-tab .sliderkit-panel {
    width: 1200px;
    height: 494px;
    overflow: hidden;
    padding: 0px;
    margin: 0px;
    background: transparent;
}

.contentslider-tab .sliderkit-nav {
    width: 1200px;
    float: right;
}

.contentslider-tab .sliderkit-nav-clip {
    position: relative;
    margin: 0;
    top: 0px;
    z-index: 9999;
}

.contentslider-tab .sliderkit-nav-clip li {
    display: block;
    padding: 0px;
    margin: 0px;
    display: inline-block;
    float: none !important;
}

.contentslider-tab .sliderkit-nav-clip li:first-child {
    border: 0;
}

.contentslider-tab .sliderkit-nav-clip li a {
    cursor: pointer;
    width: 265px;
    height: 132px;
    margin: 0;
    padding: 0px;
    background: transparent;
}

.contentslider-tab .sliderkit-nav-clip li a:hover {
}

.contentslider-tab .sliderkit-nav-clip img {
    opacity: 0.5 ;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.contentslider-tab .sliderkit-nav-clip li.sliderkit-selected a img {
    opacity: 1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.contentslider-tab .sliderkit-nav-clip li .thum {
    height: 231px;
    width: 275px;
    overflow: hidden;
}

.sub_page_area .tab_box02,.sub_page_area .tab_box03 {
    display: none;
}

.contact_us_ban img {
    padding-right: 20px;
}

.ec-base-product {
    margin: 0;
}

.ec-base-product .title {
    margin: 0 0 17px;
}

.ec-base-product .title h2 {
    font-weight: normal;
    font-size: 20px;
    color: #2e2e2e;
    text-align: center;
}

.ec-base-product .title h3 {
    font-weight: normal;
    font-size: 20px;
    color: #2e2e2e;
    text-align: center;
}

.ec-base-product img {
    vertical-align: middle;
}

.ec-base-product .prdList {
    display: table;
    width: 100%;
    min-width: 753px;
    margin: 0;
    font-size: 0;
    line-height: 0;
}

.ec-base-product .prdList > li {
    display: inline-block;
    margin: 20px 0 0;
    color: #757575;
    vertical-align: top;
    position: relative;
}

.ec-base-product .prdList .chk {
    display: block;
    margin: 5px;
    text-align: center;
}

.ec-base-product .prdList .thumbnail {
    position: relative;
    margin: 0 auto;
    text-align: center;
}

.ec-base-product .prdList .thumbnail a img {
    max-width: 100%;
    border: 1px solid #e9e9e9;
    box-sizing: border-box;
}

.ec-base-product .prdList .thumbnail a img:hover {
    border: 1px solid #999;
}

.ec-base-product .prdList .thumbnail .wish {
    position: absolute;
    right: 3px;
    bottom: 4px;
    z-index: 1;
    cursor: pointer;
}

.ec-base-product .prdList .thumbnail .prdIcon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
}

.ec-base-product .prdList .description {
    margin: 0 auto;
    padding: 10px 0 0;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    background-color: #fff;
}

.ec-base-product .prdList .description .name {
    display: block;
    text-align: left;
    margin-top: 5px;
    font-weight: normal !important;
}

.ec-base-product .prdList .description .name a {
    color: #444;
}

.ec-base-product .prdList .description .icon {
    margin: 4px 0 15px;
    border-bottom: 0;
    vertical-align: middle;
}

.ec-base-product .prdList .description .icon:after {
    content: "";
    display: block;
    clear: both;
}

.ec-base-product .prdList .description .icon img {
    margin: 0 4px 0 0;
}

.ec-base-product .prdList .description .promotion {
    float: none;
    margin: 0 0 4px;
    text-align: left;
}

.ec-base-product .prdList .description .button {
    float: none;
    margin: 10px 0 4px;
    text-align: left;
}

.ec-base-product .prdList .description .button img {
    cursor: pointer;
}

.ec-base-product .prdList .description .button .option {
    display: inline;
    position: relative;
}

.ec-base-product .prdList .description .button .likeButton {
    display: inline-block;
    margin: 0 5px 0 0;
}

.ec-base-product .prdList .description .mileage {
    display: block;
}

.ec-base-product .prdList .description span.grid {
    display: block;
}

.ec-base-product ul.grid3 .box {
    border: 1px solid #dedede;
    width: 370px;
    margin: 0 auto;
}

.ec-base-product ul.grid3 .thumbnail,.ec-base-product ul.grid3 .description {
    padding: 20px;
    text-align: left;
    position: relative;
}

.ec-base-product ul.grid3 .description .name {
    display: block;
    text-align: left;
    padding-bottom: 10px;
    line-height: 22px;
}

.ec-base-product ul.grid3 .thumbnail {
    position: relative;
    margin: 0 auto;
    text-align: left;
    overflow: hidden;
    border: 0;
    padding: 0;
}

.ec-base-product ul.grid3 .thumbnail:hover {
    border: 0;
}

.ec-base-product ul.grid3 .thumbnail a img {
    width: 370px;
    border: 0;
    box-sizing: border-box;
}

.ec-base-product ul.grid3 .thumbnail a img:hover {
    border: 0;
}

.ec-base-product ul.grid3 .thumbnail .wish {
    position: absolute;
    right: 3px;
    bottom: 4px;
    z-index: 1;
    cursor: pointer;
}

.ec-base-product ul.grid3 .thumbnail .prdIcon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
}

.ec-base-product ul.grid3 .description .icon {
    margin: 0;
    display: block;
}

.ec-base-product ul.grid3 .description .promotion {
    float: none;
    margin: 0;
    text-align: left;
}

.ec-base-product ul.grid3 .description .promotion img {
    margin-top: 2px;
}

.ec-base-product ul.grid3 .description .button {
    float: none;
    margin: 10px 0 0;
    text-align: left;
}

.ec-base-product ul.grid3 .description .button img {
    cursor: pointer;
}

.ec-base-product ul.grid3 .description .button .option {
    display: inline;
    position: relative;
}

.ec-base-product ul.grid3 .description .button .likeButton {
    display: inline-block;
    margin: 0 5px 0 0;
}

.ec-base-product ul.grid3 > li .color {
    max-width: 370px;
}

.ec-base-product ul.grid3 li {
    text-align: left;
}

.ec-base-product ul.grid3 #sale_bg {
    background-color: #5084bd;
    width: 70px;
    height: 55px;
    position: absolute;
    top: -50px;
    left: 20px;
    z-index: 11;
    color: #fff;
    font-size: 24px;
    text-align: center;
    padding: 3px 0 0 0;
    font-weight: bold;
    letter-spacing: -2px;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    display: none;
}

.ec-base-product ul.grid3 #sale_bg div {
    font-size: 18px;
    color: #fff;
    text-align: center;
    display: block;
    letter-spacing: 1px;
    line-height: 28px;
    font-weight: normal;
}

.ec-base-product ul.grid3 li:hover #sale_bg {
    background-color: #000;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.ec-base-product ul.grid3 li .hover01 img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.ec-base-product ul.grid3 li:hover .hover01 img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.ec-base-product .spec li {
    margin-bottom: 2px;
}

.ec-base-product ul.grid2 > li {
    width: 50%;
    text-align: center;
    padding-bottom: 20px;
}

.ec-base-product ul.grid3 > li {
    width: 33.33%;
    text-align: center;
}

.ec-base-product ul.grid4 > li {
    width: 25%;
    text-align: center;
}

#banner {
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -600px;
}

#quick {
    position: absolute;
    width: 77px;
    top: 0;
    left: 50%;
    margin-left: 620px;
    margin-top: 67px;
}

.xans-product-menupackage .title {
    min-height: 30px;
    margin: 10px 0 0px;
    text-align: center;
}

.xans-product-menupackage .title h2 {
    padding: 0 0 3px 0;
    margin-bottom: 0;
    text-align: center;
    color: #222;
    font-size: 20px;
    font-weight: normal;
    background: none;
    font-family: "Open Sans","Nanum Gothic",sans-serif
}

.xans-product-menupackage .title .banner {
    margin: 0 0 10px;
}

.xans-product-menupackage .title .likeButton {
    margin-bottom: 3px;
    display: block;
}

.xans-product-menupackage .title .likeButton button {
    padding: 0;
    margin: 0;
}

.xans-board-title .title h2 {
    background: none;
    padding: 0;
}

.xans-board-title .title p {
    padding: 0 0 0 10px;
}

.titleArea p {
    margin: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
}

.titleArea {
    min-height: 30px;
    margin: 10px 0 0px;
    border-bottom: 0px solid #e8e8e8;
    text-align: center;
}

.titleArea h2 {
    padding: 0 0 3px 0;
    margin-bottom: 20px;
    text-align: center;
    color: #222;
    font-size: 20px;
    font-weight: bold;
    background: none;
    font-family: "Open Sans","Nanum Gothic",sans-serif
}

.xans-product-normalmenu {
    margin: 30px 0 15px;
}

.xans-product-normalmenu .prdCount {
    color: #555;
    line-height: 40px;
    font-size: 12px;
}

.xans-product-normalmenu .prdCount img {
    padding-top: 9px;
}

.xans-product-normalmenu .function {
    border: 0;
    border-bottom: 1px solid #ececec;
    border-top: 1px solid #ececec;
}

.xans-product-normalmenu .function .compare a,.xans-product-normalmenu ul#type li a {
    color: #777;
    font-size: 12px;
    line-height: 40px;
}

.xans-product-normalmenu .function .compare a:hover,.xans-product-normalmenu ul#type li a:hover {
    color: #000;
    text-decoration: none;
}

.xans-product-normalmenu .function .compare {
    display: inline;
    padding: 6px;
    border: 1px solid #ccc;
    background-color: #f3f3f3;
}

.xans-product-menupackage {
    margin: 40px auto 0;
    width: 1200px;
}

.xans-product-menupackage .menuCategory {
    border: 0;
    text-align: center;
    margin: 8px 0;
    padding: 13px 0px;
}

.xans-product-menupackage .menuCategory > li {
    width: auto;
    text-align: center;
    margin: 5px auto;
    padding: 0 10px;
    vertical-align: top;
}

.xans-product-menupackage .menuCategory > li > a {
    display: block;
    height: 30px;
    padding: 0px 10px;
    text-align: center;
    color: #222;
    border: 1px solid #dedede;
    line-height: 30px;
    font-size: 13px;
    background: url("");
    font-weight: normal;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.xans-product-menupackage .menuCategory > li > ul > li > a:hover,.xans-product-menupackage .menuCategory > li > a:hover {
    color: #222;
    font-weight: normal;
    border: 1px solid #000;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.xans-product-menupackage .menuCategory > li > ul > li.selected > a,.xans-product-menupackage .menuCategory > li.selected > a {
    color: #000;
    border: 1px solid #000;
}

.xans-product-listrecommend {
    width: 100%;
    background-color: #efefef;
    padding: 20px 0 40px;
    border-bottom: 1px solid #dedede;
    margin: 30px auto 0;
    position: relative;
}

.xans-product-listrecommend .prdList {
    width: 1200px;
    margin: 0 auto;
}

.xans-product-listnew .prdList {
    width: 1200px;
    margin: 20px auto;
}

.xans-product-normalpackage {
    width: 1200px;
    margin: 0 auto;
}

.path {
    margin-top: 2px;
}

.path li a {
    font-size: 12px;
}

.xans-product-normalpaging li a.this,.xans-product-additional .paging li a.this,.xans-board-paging li a.this,.xans-search-paging li a.this {
    border-bottom: 3px solid #333;
    color: #333;
}

.xans-product-normalpaging,.xans-search-paging {
    border: 0;
}

.xans-product-listcompare .boardWrite .prdPrice {
    color: #555;
}

.ec-base-button .writing_btn {
    float: right;
    width: 110px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background-color: #000;
    margin-top: 10px;
}

.ec-base-button .writing_btn a {
    color: #fff;
    font-size: 13px;
}

li {
    list-style: none;
}

table {
    width: 100%;
    border: 0;
    border-spacing: 0;
    border-collapse: collapse;
}

caption {
    display: none;
}

h1,h3 {
    margin: 0;
}

.ec-base-layer {
    position: absolute;
    z-index: 100;
    border: 1px solid #757575;
    background: #fff;
}

.ec-base-layer .header {
    padding: 7px 35px 7px 19px;
    color: #fff;
    background: #495164;
}

.ec-base-layer .header > h1,.ec-base-layer .header > h3 {
    font-size: 14px;
    line-height: 1.5;
}

.ec-base-layer .content {
    padding: 20px;
    font-size: 12px;
}

.ec-base-layer div.ec-base-help {
    margin-top: 0;
}

.ec-base-layer .ec-base-button {
    padding: 9px;
    border-top: 1px solid #d7d5d5;
    text-align: center;
    background: #fbfafa;
}

.ec-base-layer .close {
    position: absolute;
    right: 0;
    top: 0;
    padding: 11px 20px;
    cursor: pointer;
}

#popup .ec-base-layer {
    position: relative;
    border: 0;
}

#popup .ec-base-layer .header {
    padding: 12px 35px 12px 19px;
}

#popup .ec-base-layer .close {
    top: 5px;
}

.ec-base-layer .content > .ec-base-table table:first-child {
    margin-top: 0;
}

.ec-base-layer .ec-base-table table {
    line-height: 1.4;
}

.ec-base-layer .ec-base-table thead th {
    padding: 9px 0 8px;
}

.ec-base-layer .ec-base-table tbody th {
    padding: 9px 0 8px 10px;
}

.ec-base-layer .ec-base-table td {
    padding: 9px 10px 8px;
}

.ec-base-layer .ec-base-table.typeWrite td {
    padding: 5px 10px 4px;
}

.ec-base-layer .ec-base-table.typeList tfoot td {
    padding: 10px 10px 12px;
}

.ec-base-layer .ec-base-table.typeBorder tfoot td {
    padding: 10px 10px 12px;
}

.xans-layout-multishopshipping {
    display: none;
}

.xans-layout-multishopshipping .worldshipLayer {
    top: 303px;
    left: 50%;
    width: 448px;
    margin: 0 0 0 -225px;
}

.xans-layout-multishopshipping .worldshipLayer .content {
    padding: 153px 20px 30px;
    line-height: 1.8;
}

.xans-layout-multishopshipping .worldshipLayer .content .desc {
    display: block;
    margin: 4px 0 14px;
}

.xans-layout-multishopshipping .worldshipLayer .select {
    margin: 10px 0 0;
}

.xans-layout-multishopshipping .worldshipLayer .select select {
    width: 100%;
}

.xans-layout-conversionpc {
    background: #fff;
    padding: 45px;
    text-align: center;
}

.xans-layout-conversionpc a {
    margin: 20px;
    padding: 20px 40px 20px 110px;
    font-size: 68px;
    color: #63666e;
    text-decoration: none;
    text-align: center;
    border: 4px solid #9d9db0;
    border-radius: 10px;
}

