@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
@import url("https://fonts.googleapis.com/css2?family=Nanum+Gothic:wght@400;700;800&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+KR");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+KR:200,300,400,500,600,700,900&subset=korean");
/*@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900");*/
/*@import url("https://fonts.googleapis.com/css?family=Lora:400,400i,700,700i|Prata");*/
/*@import url("https://fonts.googleapis.com/css?family=Lora:400,400i,700,700i|Prata");*/
/*@import url("https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap");*/
/*@import url("https://fonts.googleapis.com/css?family=Noto+Sans+KR:100,300,400,500,700,900&display=swap&subset=korean");*/
html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/**
 * Remove default margin.
 */
body {
    margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
    display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
    outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
    font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
    background: #ff0;
    color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
    font-size: 80%;
}

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
    border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
    overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
    margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
    height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
    overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    /* 1 */
    font: inherit;
    /* 2 */
    margin: 0;
    /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
    overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
    line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
    overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
    font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

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

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

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

table {
    border-collapse: collapse;
    border-spacing: 0;
}

strong {
    font-weight: bold;
}

.container:after,
.clearfix:after,
.row:after,
ul:after {
    content: "";
    display: table;
    clear: both;
}

header:after {
    content: "";
    display: table;
    clear: both;
}

input,
button,
textarea:focus {
    outline: none;
}

*,
*:after,
*:before {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

img {
    vertical-align: top;
    max-width: 100%;
	height:auto;
}

a {
    color: #333;
    text-decoration: none;
}
a:focus,
a:hover,
a:active {
    text-decoration: none;
    outline: 0;
}

::-webkit-input-placeholder {
    color: #bbb;
}

:-moz-placeholder {
    color: #bbb;
}

::-moz-placeholder {
    color: #bbb;
}

:-ms-input-placeholder {
    color: #bbb;
}

*::selection {
    background: #16b9ff;
    color: #fff;
}

*::-moz-selection {
    background: #16b9ff;
    color: #fff;
}

.clear {
    clear: both;
}

[type="text"],
[type="num"],
[type="tel"],
[type="file"],
[type="password"],
[type="email"],
[type="search"],
[type="url"],
textarea {
    border: 1px solid #eee;
    padding: 0 5px;
}

[type="text"]:focus,
[type="num"]:focus,
[type="tel"]:focus,
[type="file"]:focus,
[type="password"]:focus,
[type="email"]:focus,
[type="search"]:focus,
[type="url"]:focus,
textarea:focus {
    border-color: #ff6678;
    outline: 0;
}

/* main font */
body {
    /*font-family: "Noto Sans KR", "Malgun Gothic", "Noto Serif KR", "Prata","Roboto", "dotum", "gulim", "sans-serif";*/
    font-family:  Helvetica, 나눔고딕, "Nanum Gothic", 나눔스퀘어, "Nanum Square", "Apple SD Gothic Neo", "Malgun Gothic", "맑은 고딕", Dotum, "돋움", sans-serif;
    word-break: break-all;
    font-weight: 300;
    line-height: 1.5em;
    color: #8a8a8a;
    transition: background-color 0.5s;
}

/* layout */
body,
html {
    height: 100%;
}

#wrap {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.container {
    max-width: 1248px;
    margin: 0 auto;
    padding: 0;
}

@media only screen and (max-width: 1248px) {
    .container {
        width: 100%;
        margin: 0 auto;
        padding: 0 20px;
    }
}
@media only screen and (max-width: 767px) {
    .container {
        max-width: 767px;
        margin: 0;
        padding: 0 20px;
    }

    .container {
        width: 100%;
    }
}
@media only screen and (max-width: 320px) {
    .container {
        max-width: 320px;
        padding: 0 10px;
    }

    .container {
        width: 100%;
    }
}
@media only screen and (width: 768px) {
    .container {
        width: 768px;
        padding: 0 10px;
    }

    .container {
        width: 100%;
    }
}
/* typography */
h1,
h2 {
    line-height: 1.2;
}

h3,
h4,
h5,
h6 {
    line-height: 1.4;
}

p {
    color: #757575;
    font-size: 15px;
    line-height: 1.8;
}

/* short cut*/
.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.por {
    position: relative;
}

.poa {
    position: absolute;
}

.pof {
    position: fixed;
}

.dtb {
    display: table;
}

.dtbc {
    display: table-cell;
}

.vat {
    vertical-align: top;
}

.vam {
    vertical-align: middle;
}

.vab {
    vertical-align: bottom;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.blind {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    margin: -1px;
    width: 1px;
    height: 1px;
}

/* interval */
.pt0 {
    padding-top: 0 !important;
}

.pt5 {
    padding-top: 5px;
}

.pt10 {
    padding-top: 10px;
}

.pt20 {
    padding-top: 20px;
}

.pt30 {
    padding-top: 30px;
}

.pr0 {
    padding-right: 0 !important;
}

.pr5 {
    padding-right: 5px;
}

.pr10 {
    padding-right: 10px;
}

.pr20 {
    padding-right: 20px;
}

.pr30 {
    padding-right: 30px;
}

.pl0 {
    padding-left: 0 !important;
}

.pl5 {
    padding-left: 5px;
}

.pl10 {
    padding-left: 10px;
}

.pl20 {
    padding-left: 20px;
}

.pl30 {
    padding-left: 30px;
}

.pb0 {
    padding-bottom: 0 !important;
}

.pb5 {
    padding-bottom: 5px;
}

.pb10 {
    padding-bottom: 10px;
}

.pb20 {
    padding-bottom: 20px;
}

.pb30 {
    padding-bottom: 30px;
}

.mt0 {
    margin-top: 0 !important;
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mr0 {
    margin-right: 0 !important;
}

.mr5 {
    margin-right: 5px;
}

.mr10 {
    margin-right: 10px;
}

.mr20 {
    margin-right: 20px;
}

.mr30 {
    margin-right: 30px;
}

.ml0 {
    margin-left: 0 !important;
}

.ml5 {
    margin-left: 5px;
}

.ml10 {
    margin-left: 10px;
}

.ml20 {
    margin-left: 20px;
}

.ml30 {
    margin-left: 30px;
}

.mb0 {
    margin-bottom: 0 !important;
}

.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

/* form */
.form-ctrl {
    color: #000;
    border: 1px solid #e1e1e1;
    padding: 8px 8px 8px 10px;
    font-size: 13px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.form-ctrl:focus {
    outline: 0;
    border-color: #666;
}
.form-ctrl:hover {
    background: #fafafa;
}

.input-group {
    font-size: 0;
}
.input-group .tit {
    min-width: 130px;
    display: inline-block;
    color: #333;
    font-size: 14px;
    font-weight: 400;
    line-height: 40px;
    vertical-align: top;
}
.input-group .form-ctrl {
    height: 40px;
    display: inline-block;
}
.input-group.input-sm input {
    width: 10%;
    min-width: 100px;
}
.input-group.input-md input {
    width: 50%;
    min-width: 200px;
}
.input-group.input-lg input {
    width: 90%;
}
.input-group textarea.form-ctrl {
    height: unset;
    resize: none;
    width: calc(100% - 135px);
}

.input-checkbox input {
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
}
.input-checkbox label i {
    display: block;
    float: left;
    font-size: 22px;
    color: #999;
}
.input-checkbox label span {
    display: block;
    margin-left: 28px;
    line-height: 24px;
    font-size: 13px;
}
.input-checkbox input + label i.icon-checked {
    display: none;
}
.input-checkbox input:checked + label i.icon-line {
    display: none;
}
.input-checkbox input:checked + label i.icon-checked {
    display: block;
    color: #333;
}

.terms-group {
    margin-top: 50px;
}
.terms-group .tit {
    font-size: 15px;
    color: #333;
    margin-bottom: 7px;
}
.terms-group .terms {
    border: 1px solid #e1e1e1;
    padding: 15px;
    font-size: 12px;
    line-height: 1.8;
    height: 120px;
    overflow-y: scroll;
    margin-bottom: 10px;
}

/* Slick Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: "";
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

.slick-slide:focus {
    outline: 0;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-arrow-angle .slick-arrow {
    font-size: 0;
    position: absolute;
    top: 50%;
    z-index: 100;
    width: 50px;
    height: 70px;
    border: 0;
    background: transparent;
}
@media only screen and (max-width: 767px) {
    .slick-arrow-angle .slick-arrow {
        margin-top: 20px;
    }
    .slick-arrow-angle .slick-arrow .container {
        width: 100%;
    }
}
.slick-arrow-angle .slick-prev {
    background: url("/img/angle-left.png") 50% no-repeat;
    left: 50px;
}
@media only screen and (max-width: 767px) {
    .slick-arrow-angle .slick-prev {
        left: 10px;
    }
    .slick-arrow-angle .slick-prev .container {
        width: 100%;
    }
}
.slick-arrow-angle .slick-next {
    background: url("/img/angle-right.png") 50% no-repeat;
    right: 50px;
}
@media only screen and (max-width: 767px) {
    .slick-arrow-angle .slick-next {
        right: 10px;
    }
    .slick-arrow-angle .slick-next .container {
        width: 100%;
    }
}

.slick-arrow-angle2 .slick-arrow {
    font-size: 0;
    position: absolute;
    top: 50%;
    z-index: 100;
    width: 20px;
    height: 40px;
    margin-top: -80px;
    border: 0;
    background: transparent;
}
.slick-arrow-angle2 .slick-prev {
    background: url(/img/angle-left-b.png) 50% no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
    left: -0px;
}
.slick-arrow-angle2 .slick-next {
    background: url(/img/angle-right-b.png) 50% no-repeat;
    right: 0px;
    -webkit-background-size: 100%;
    background-size: 100%;
}

/* design selectbox */
.designSelectW {
    display: inline-block;
}

.select-content {
    display: inline-block;
    position: relative;
    text-align: left;
    width: 100%;
}

.select-title {
    border: 1px solid #ccc;
    height: 36px;
    line-height: 36px;
    position: relative;
}

.select-title:before {
    content: "";
    background: url(/kooramework/assets/img/sub/arrow-down-sm.png) 0 0 no-repeat;
    position: absolute;
    top: 15px;
    right: 12px;
    width: 8px;
    height: 4px;
}

.select-content a {
    padding: 0 8px;
    line-height: 36px;
    display: block;
    font-size: 15px;
}

.select-content a:hover,
.select-content a:focus {
    text-decoration: none;
    cursor: pointer;
}

.select-content .select-title a {
    display: block;
    color: #333;
}

.select-content .select-list {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    border: 1px solid #e8485a;
    background: #fff;
}

.select-content .select-list a {
    color: #333;
}

.select-content .select-list a:hover {
    background: #f8f8f8;
}

@media screen and (max-width: 768px) {
    .select-content a {
        font-size: 12px;
        line-height: 32px;
    }

    .select-title:before {
        top: 10px;
        right: 10px;
    }
}
body.hidden-scroll {
    overflow: hidden;
}

.sl-overlay {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: 0.7;
    display: none;
    z-index: 1050;
}

.sl-wrapper {
    z-index: 1040;
}
.sl-wrapper button {
    color: #fff;
    border: 0 none;
    background: transparent;
    font-size: 28px;
    padding: 0;
    cursor: pointer;
}
.sl-wrapper button:hover {
    opacity: 0.7;
}
.sl-wrapper .sl-close {
    display: none;
    position: fixed;
    right: 30px;
    top: 30px;
    z-index: 1060;
    margin-top: -14px;
    margin-right: -14px;
    height: 44px;
    width: 44px;
    line-height: 44px;
    font-family: Arial, Baskerville, monospace;
    color: #fff;
    font-size: 3rem;
}
.sl-wrapper .sl-close:focus {
    outline: none;
}
.sl-wrapper .sl-counter {
    display: none;
    position: fixed;
    top: 30px;
    left: 30px;
    z-index: 1060;
    color: #fff;
    font-size: 1rem;
}
.sl-wrapper .sl-navigation {
    width: 100%;
    display: none;
}
.sl-wrapper .sl-navigation button {
    position: fixed;
    top: 50%;
    margin-top: -22px;
    height: 44px;
    width: 22px;
    line-height: 44px;
    text-align: center;
    display: block;
    z-index: 1060;
    font-family: Arial, Baskerville, monospace;
    color: #fff;
}
.sl-wrapper .sl-navigation button.sl-next {
    right: 5px;
    font-size: 2rem;
}
.sl-wrapper .sl-navigation button.sl-prev {
    left: 5px;
    font-size: 2rem;
}
.sl-wrapper .sl-navigation button:focus {
    outline: none;
}
@media (min-width: 35.5em) {
    .sl-wrapper .sl-navigation button {
        width: 44px;
    }
    .sl-wrapper .sl-navigation button.sl-next {
        right: 10px;
        font-size: 3rem;
    }
    .sl-wrapper .sl-navigation button.sl-prev {
        left: 10px;
        font-size: 3rem;
    }
}
@media (min-width: 50em) {
    .sl-wrapper .sl-navigation button {
        width: 44px;
    }
    .sl-wrapper .sl-navigation button.sl-next {
        right: 20px;
        font-size: 3rem;
    }
    .sl-wrapper .sl-navigation button.sl-prev {
        left: 20px;
        font-size: 3rem;
    }
}
.sl-wrapper .sl-image {
    position: fixed;
    -ms-touch-action: none;
    touch-action: none;
    z-index: 10000;
}
.sl-wrapper .sl-image img {
    margin: 0;
    padding: 0;
    display: block;
    border: 0 none;
}
@media (min-width: 35.5em) {
    .sl-wrapper .sl-image img {
        border: 0 none;
    }
}
@media (min-width: 50em) {
    .sl-wrapper .sl-image img {
        border: 0 none;
    }
}
.sl-wrapper .sl-image iframe {
    background: #000;
    border: 0 none;
}
@media (min-width: 35.5em) {
    .sl-wrapper .sl-image iframe {
        border: 0 none;
    }
}
@media (min-width: 50em) {
    .sl-wrapper .sl-image iframe {
        border: 0 none;
    }
}
.sl-wrapper .sl-image .sl-caption {
    display: none;
    padding: 10px;
    color: #fff;
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.sl-wrapper .sl-image .sl-caption.pos-top {
    bottom: auto;
    top: 0;
}
.sl-wrapper .sl-image .sl-caption.pos-outside {
    bottom: auto;
}
.sl-wrapper .sl-image .sl-download {
    display: none;
    position: absolute;
    bottom: 5px;
    right: 5px;
    color: #fff;
    z-index: 1060;
}

.sl-spinner {
    display: none;
    border: 5px solid #333;
    border-radius: 40px;
    height: 40px;
    left: 50%;
    margin: -20px 0 0 -20px;
    opacity: 0;
    position: fixed;
    top: 50%;
    width: 40px;
    z-index: 1007;
    -webkit-animation: pulsate 1s ease-out infinite;
    -moz-animation: pulsate 1s ease-out infinite;
    -ms-animation: pulsate 1s ease-out infinite;
    -o-animation: pulsate 1s ease-out infinite;
    animation: pulsate 1s ease-out infinite;
}

.sl-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@-webkit-keyframes pulsate {
    0% {
        transform: scale(0.1);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}
@keyframes pulsate {
    0% {
        transform: scale(0.1);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}
@-moz-keyframes pulsate {
    0% {
        transform: scale(0.1);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}
@-o-keyframes pulsate {
    0% {
        transform: scale(0.1);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}
@-ms-keyframes pulsate {
    0% {
        transform: scale(0.1);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}
/* Header */
header {
    width: 100%;
    height: 60px;
    border-bottom: 1px solid #f2f2f2;
    position: fixed;
    background: #fff;
    z-index: 100;
}
header .container {
    height: 60px;
}
header .container .logo-menu {
    float: left;
}
header .container .logo-menu ul li {
    float: left;
}
header .container .logo-menu ul li .logo {
    width: 114px;
    padding-top: 21px;
}
header .container .logo-menu ul li .logo img {
    width: 100%;
}
header .container .logo-menu ul li nav ul li {
    float: left;
    font-size: 16px;
    line-height: 60px;
    /*letter-spacing: -1px;*/
    color: #8a8a8a;
    text-align: center;
    padding-left: 30px;
    position: relative;
}
header .container .logo-menu ul li nav ul li .sub-menu {
    display: none;
    position: absolute;
    top: 20px;
    text-align: center;
    width: 100px;
    opacity: 0;
    left: -2px;
    background: #fff;
    border: 1px solid #443098;
    margin: 0px;
    transition: all 0.3s ease-in-out;
}
header .container .logo-menu ul li nav ul li .sub-menu ul li {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #f2f2f2;
    padding: 2px !important;
}
header .container .logo-menu ul li nav ul li .sub-menu ul li a {
    display: block;
    line-height: 20px;
    font-size: 13px;
}
header .container .logo-menu ul li nav ul li .sub-menu ul li a:hover {
    color: #6e4ef7;
}
header .container .logo-menu ul li nav ul li .sub-menu ul li:last-child {
    border-bottom: 0px;
}
header .container .logo-menu ul li nav ul li .sub-menu .arrow-top {
    position: absolute;
    top: -9px;
    left: 50%;
    height: 10px;
    margin-left: -5px;
}
header .container .logo-menu ul li nav ul li.cuemenu:hover .sub-menu {
    padding-left: 30px;
    display: block;
    top: 50px;
    padding-left: 0;
    opacity: 1;
}
header .container .logo-menu ul li nav ul li.cueblog {
    padding-left: 20px !important;
}
header .container .logo-menu ul li nav ul li.cueblog:hover .sub-menu {
    padding-left: 30px;
    display: block;
    top: 50px;
    padding-left: 0;
    opacity: 1;
}
@media only screen and (max-width: 542px) {
    header .container .logo-menu ul li nav {
        display: none;
    }
}
@media only screen and (max-width: 767px) {
    header .container .logo-menu {
        display: none;
    }
}
header .container .members-menu {
    float: right;
}
header .container .members-menu ul li {
    float: left;
    font-size: 13px;
    line-height: 60px;
    padding-left: 30px;
    /*letter-spacing: -1px;*/
    color: #8a8a8a;
    position: relative;
}
header .container .members-menu ul li a.btn-purple {
    /*padding: 4px 11px 5px 10px;*/
    padding: 7px 12px 8px 12px;
    background: #fff;
    border: 1px solid #e4e4e4;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
}
header .container .members-menu ul li a.btn-purple:hover {
    color: #fff;
    background: #6e4ef7;
    border: 1px solid #6e4ef7;
}
header .container .members-menu ul li .active {
    color: #fff !important;
    background: #6e4ef7 !important;
    border: 1px solid #6e4ef7 !important;
}
header .container .members-menu ul li .sub-menu {
    display: none;
    position: absolute;
    z-index: 99999;
    width: 130px;
    right: -25px;
    top: 75px;
    opacity: 0;
    background: #fff;
    border: 1px solid #443098;
    padding: 5px 0px;
    margin: 0px;
    transition: all 0.3s ease-in-out;
}
header .container .members-menu ul li .sub-menu ul li {
    float: none;
    text-align: center;
    padding: 2px !important;
    line-height: 20px;
    border-bottom: 1px solid #f2f2f2;
}
header .container .members-menu ul li .sub-menu ul li a {
    display: inline-block;
    padding: 0px;
    font-size: 12px;
    /*letter-spacing: -1px;*/
    color: #333;
}
header .container .members-menu ul li .sub-menu ul li a:hover {
    color: #6e4ef7;
}
header .container .members-menu ul li .sub-menu ul li:last-child {
    border-bottom: 0px;
}
header .container .members-menu ul li .sub-menu .arrow-top {
    position: absolute;
    top: -9px;
    left: 50%;
    margin-left: -5px;
}
header .container .members-menu ul li.member-name:hover .sub-menu {
    display: block;
    top: 50px;
    opacity: 1;
}
header .container .members-menu ul li.member-name {
    color: #6e4ef7;
    letter-spacing: 0;
    position: relative;
}
header .container .members-menu ul li.member-name a {
    padding-left: 30px;
    color: #6e4ef7;
}
header .container .members-menu ul li.member-name a i {
    font-size: 12px;
    color: #6e4ef7;
    padding: 0 3px;
}
header .container .members-menu ul li:last-child {
    padding-left: 10px;
}
@media only screen and (max-width: 767px) {
    header .container .members-menu {
        display: none;
    }
}
header .container .mobile-menu {
    position: relative;
    width: 100%;
    display: none;
    padding: 0 !important;
    margin: 0 !important;
}
header .container .mobile-menu .left-menu i {
    position: absolute;
    font-size: 18px;
    color: #6e4ef7;
    top: 20px;
    left: 10px;
}
header .container .mobile-menu .right-menu i {
    right: 10px;
    position: absolute;
    font-size: 20px;
    color: #6e4ef7;
    top: 21px;
}
header .container .mobile-menu .logo {
    /*width: 120px;*/
    /*margin: 0 auto;*/
    padding-top: 20px;
}
header .container .mobile-menu .logo img {
    width: 120px;
    margin-right:25px;
}
header .container .mobile-menu .logo a {
    float:left;
}

header .container .mobile-menu .logo .m-main-menu {
    float: left;
    padding-top: 2px;
}

header .container .mobile-menu .logo .m-main-menu a {
    padding-right: 20px;
}

header .container .mobile-menu .button-slide-menu-style {
    position: absolute;
    right: 5px;
    padding: 5px;
    font-size: 14pt;
    border: none;
    color: #fff;
    background: #6e4ef7;
    z-index: 9999;
}
header .container .mobile-menu .slide-menu-style {
    position: relative;
    width: 250px;
    height: 100%;
    background: #6e4ef7;
    margin: 0;
    padding: 0;
    position: fixed;
    top: 0px;
    z-index: 1000;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    /*left: -250px;*/
    right: -250px;
}
header .container .mobile-menu .slide-menu-style .p-menu {
    position: relative;
    padding: 10px;
    font-size: 13px;
    background: #4e38b0;
    border-bottom: 1px solid #2e2168;
}
header .container .mobile-menu .slide-menu-style .p-menu i {
    position: absolute;
    top: 10px;
    right: 0;
    display: inline-block;
    width: 20px;
    height: 20px;
    color: #fff;
}
header .container .mobile-menu .slide-menu-style .p-menu .desc {
    margin-top: 0px;
}
header .container .mobile-menu .slide-menu-style .p-menu .desc a {
    display: inline-block;
    width: 100%;
    font-size: 12px;
    padding: 10px 0;
    background: #2e2168;
    color: #fff;
    text-indent: 5px;
    font-weight: 300;
}
header .container .mobile-menu .slide-menu-style .p-menu a {
    color: #fff;
    font-weight: bold;
}
header .container .mobile-menu .slide-menu-style .p-menu .mobile-login {
    margin-top: 10px;
}
header .container .mobile-menu .slide-menu-style .p-menu .mobile-login ul li {
    float: left;
    width: 33.3333%;
    background: #fff;
    font-size: 12px;
    text-align: center;
    background: #2e2168;
    padding: 10px 0;
    margin-top: 5px;
}
header .container .mobile-menu .slide-menu-style .p-menu .mobile-login ul li i {
    text-align: center;
    font-size: 16px;
}
header .container .mobile-menu .slide-menu-style .p-menu .mobile-login ul li a {
    width: 100%;
    text-align: center;
    color: #fff;
}
header
    .container
    .mobile-menu
    .slide-menu-style
    .p-menu
    .mobile-login
    ul
    li:last-child {
    margin-right: 0px;
}
header .container .mobile-menu .slide-menu-style .login {
    padding-top: 30px;
    background: #6e4ef7;
}
header .container .mobile-menu .slide-menu-style .login a {
    font-size: 12px;
    color: #fff;
    font-weight: 300;
}
header .container .mobile-menu .slide-menu-show {
    /*left: 0px;*/
    right: 0px;
}
header .container .mobile-menu .fog {
    position: fixed;
    display: block;
    background: rgba(0, 0, 0, 0.3);
    z-index: 500;
    top: 0;
    /*        left: 0;*/
    right: 0;
    width: 100%;
    height: 100%;
}
@media only screen and (max-width: 767px) {
    header .container .mobile-menu {
        display: block;
    }
}

/*main*/
.main-section {
    position: relative;
    width: 100%;
    padding: 30px 0;
}
.main-section h1 {
    width: 100%;
    text-align: center;
    font-weight: 700;
    color: #000;
    font-family: "Montserrat", "Noto Sans KR";
    font-size: 45px;
    /*letter-spacing: -2px;*/
    text-transform: uppercase;
}
@media only screen and (max-width: 1248px) {
    .main-section h1 {
        font-size: 30px;
    }
}
.main-section h6 {
    width: 100%;
    padding-bottom: 10px;
    text-align: center;
    font-size: 14px;
    color: #a0a0a0;
    /*letter-spacing: -1px;*/
}
@media only screen and (max-width: 1248px) {
    .main-section h6 {
        font-size: 12px;
    }
}
@media only screen and (max-width: 1248px) {
    .main-section {
        padding: 60px 0 !important;
    }
}
@media only screen and (max-width: 767px) {
    .main-section {
        padding: 30px 0 !important;
    }
}

.sub-section .container .title {
    width: 100%;
    font-size: 25px;
    color: #000;
    font-weight: bold;
    text-align: center;
    padding-bottom: 80px;
}
@media only screen and (max-width: 767px) {
    .sub-section .container .title {
        /*padding-top: 30px;*/
        padding-bottom: 30px;
    }

    .cueboard.sub-section .container .title {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}
.sub-section .container p.st {
    text-align: center;
}
.sub-section .container p {
    text-align: left;
}

.cueboard div.board-help {
    border: 1px solid #6e4ef7;
    padding: 10px 0 10px 10px;
    font-size: 12px;
    line-height: 1.8;
    border-radius: 5px;
}

.main-topbanner {
    width: 100%;
    top: 60px;
    position: absolute;
    z-index: 1000;
}
.main-topbanner .container {
    width: 100% !important;
    margin: 0 auto;
    background: #6e4ef7;
    border-radius: 10px;
    padding: 5px 10px;
}
.main-topbanner .container p.banner-desc {
    position: relative;
    font-size: 14px;
    color: #fff;
}
.main-topbanner .container p.banner-desc a {
    color: #fff;
}
.main-topbanner .container p.banner-desc a i {
    position: absolute;
    right: 0;
    top: 5px;
}

section.slider {
    width: 100%;
    height: 520px;
    padding-top: 60px;
    background: #fff;
}
section.slider .slick1 {
    width: 100%;
    height: 460px;
    background: url(/img/slider1.jpg) no-repeat center;
}
section.slider .slick1 .container .sub-title {
    /*margin-top: 140px;*/
    color: #fff;
    font-size: 17px;
    /*letter-spacing: -1px;*/
    text-indent: 3px;
    padding-top: 140px;
}
@media only screen and (max-width: 767px) {
    section.slider .slick1 .container .sub-title {
        padding-top: 70px;
        margin-top: 0px;
    }
}
section.slider .slick1 .container .title {
    font-size: 50px;
    font-weight: 500;
    margin-top: 0px;
    color: #fff;
    /*letter-spacing: -1px;*/
}
@media only screen and (max-width: 1248px) {
    section.slider .slick1 .container .title {
        font-size: 40px;
        text-align: center;
    }
}
@media only screen and (max-width: 767px) {
    section.slider .slick1 .container .title {
        font-size: 24px;
        padding: 0 0px;
    }
}
section.slider .slick1 .container .btn-more {
    display: inline-block;
    margin: 40px 5px 0px 5px;
}

@media only screen and (max-width: 812px) {
    section.slider .slick1 .container .btn-more {
        margin: 40px 40px 0px 40px;
    }
}

@media only screen and (max-width: 767px) {
    section.slider .slick1 .container .btn-more {
        margin: 60px 5px 0px 5px;
    }
}

@media only screen and (max-width: 500px) {
    section.slider .slick1 .container .btn-more {
        margin: 40px 40px 0px 40px;
    }
}

@media only screen and (max-width: 406px) {
    section.slider .slick1 .container .btn-more {
        margin: 30px 20px 0px 20px;
    }
}

@media only screen and (max-width: 300px) {
    section.slider .slick1 .container .btn-more {
        margin: 30px 5px 0px 5px;
    }
}

section.slider .slick1 .container .btn-more a {
    width: 180px;
    display: block;
    border: 1px solid #fff;
    padding: 10px 20px;
    font-size: 20px;
    text-align: center;
    color: #fff;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
}
@media only screen and (max-width: 767px) {
    section.slider .slick1 .container .btn-more a {
        width: 100px;
        font-size: 14px;
        padding: 8px 10px;
    }
}
section.slider .slick1 .container .btn-more a:hover {
    background: #fff;
    color: #000;
}
@media only screen and (max-width: 1248px) {
    section.slider .slick1 .container {
        text-align: center;
    }
}
@media only screen and (max-width: 767px) {
    section.slider .slick1 {
        height: 300px;
        overflow: hidden;
    }
}
section.slider .slick2 {
    width: 100%;
    height: 460px;
    background: url(/img/slider2.jpg) no-repeat center;
}
section.slider .slick2 .container {
    text-align: center;
}
section.slider .slick2 .container .title {
    font-size: 50px;
    margin-top: 60px;
    color: #fff;
    /*letter-spacing: -1px;*/
}
@media only screen and (max-width: 1248px) {
    section.slider .slick2 .container .title {
        font-size: 40px;
        margin-top: 80px;
    }
}
@media only screen and (width: 768px) {
    section.slider .slick2 .container .title {
        font-size: 35px;
        margin-top: 38px;
    }
}
@media only screen and (max-width: 767px) {
    section.slider .slick2 .container .title {
        margin-top: 30px;
        font-size: 25px;
    }
}
@media only screen and (max-width: 1248px) {
    section.slider .slick2 {
        background: url(/img/slider2-md.jpg) no-repeat center;
    }
}
@media only screen and (width: 768px) {
    section.slider .slick2 {
        background: url(/img/slider2-ipad.jpg) no-repeat center;
    }
}
@media only screen and (max-width: 767px) {
    section.slider .slick2 {
        background: url(/img/slider2-sm.jpg) no-repeat;
        -webkit-background-size: 100%;
        background-size: 100%;
        background-position-x: center;
        background-position-y: 60px;
        height: 300px;
        overflow: hidden;
        background-color: #6e4ef7;
    }
}
section.slider .slick3 {
    width: 100%;
    height: 460px;
    background: url(/img/slider1.jpg) no-repeat center;
}
@media only screen and (max-width: 767px) {
    section.slider .slick3 {
        height: 300px;
        overflow: hidden;
    }
}
section.slider .slick4 {
    width: 100%;
    height: 460px;
    background: url(/img/slider2.jpg) no-repeat center;
}
@media only screen and (max-width: 767px) {
    section.slider .slick4 {
        height: 300px;
        overflow: hidden;
    }
}
section.slider .slick5 {
    width: 100%;
    height: 460px;
    background: url(/img/slider1.jpg) no-repeat center;
}
@media only screen and (max-width: 767px) {
    section.slider .slick5 {
        height: 300px;
        overflow: hidden;
    }
}
section.slider .sub-title {
    /*margin-top: 140px;*/
    color: #fff;
    font-size: 17px;
    /*letter-spacing: -1px;*/
    text-indent: 3px;
}
@media only screen and (max-width: 1248px) {
    section.slider .sub-title {
        text-align: center;
    }
}
section.slider .title {
    font-size: 50px;
    margin-top: 30px;
    color: #fff;
    /*letter-spacing: -1px;*/
}
@media only screen and (max-width: 1248px) {
    section.slider .title {
        text-align: center;
    }
}
section.slider .btn-more {
    margin-top: 30px;
}
section.slider .btn-more a {
    width: 180px;
    display: block;
    border: 1px solid #fff;
    padding: 10px 20px;
    font-size: 16px;
    text-align: center;
    color: #fff;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
}
section.slider .btn-more a:hover {
    background: #fff;
    color: #6e4ef7;
}
@media only screen and (max-width: 767px) {
    section.slider {
        height: 300px;
    }
}

section.process {
    width: 100%;
}
section.process .container {
    margin-top: 70px;
}
section.process .container .process-line ul li {
    width: 140px;
    float: left;
}
section.process .container .process-line ul li .purple-circle {
    width: 140px;
    height: 140px;
    text-align: center;
    background: #6e4ef7;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
section.process .container .process-line ul li .gray-circle {
    width: 140px;
    height: 140px;
    text-align: center;
    background: #f2f2f2;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
section.process .container .process-line ul li .circle-text {
    width: 100%;
    font-size: 16px;
    padding-top: 20px;
    text-align: center;
    /*letter-spacing: -1px;*/
}
section.process .container .process-line ul li:nth-child(1) img {
    padding-top: 42px;
}
section.process .container .process-line ul li:nth-child(3) img {
    padding-top: 42px;
}
section.process .container .process-line ul li:nth-child(5) img {
    padding-top: 35px;
    padding-left: 10px;
}
section.process .container .process-line ul li:nth-child(7) img {
    padding-top: 42px;
}
section.process .container .process-line ul li:nth-child(9) img {
    padding-top: 50px;
}
section.process .container .process-line ul li:nth-child(11) img {
    padding-top: 42px;
}
section.process .container .process-line ul li.arrow-line {
    width: 81px;
    height: 140px;
    text-align: center;
    padding-top: 58px;
}

section.about {
    width: 100%;
    background: url(/img/about_back.png) no-repeat;
}
section.about h1 {
    color: #fff;
}
section.about .container {
    width: 100%;
}
section.about .container .desc {
    margin-top: 35px;
    text-align: center;
    line-height: 30px;
    color: #fff;
}
section.about .container .people {
    width: 275px;
    margin: 0 auto;
    margin-top: 35px;
}

section.service {
    width: 100%;
}
section.service .container {
    margin: 0 auto;
    margin-top: 30px;
    font-size: 0;
}
section.service .container ul {
    margin-left: -34px;
    margin-right: -34px;
}
section.service .container ul li {
    float: left;
    position: relative;
    width: 33.333%;
    padding: 0 34px;
    text-align: center;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
}
section.service .container ul li .s-title {
    position: absolute;
    width: 160px;
    left: 50%;
    margin-left: -80px;
    bottom: 44px;
    color: #fff;
    font-size: 18px;
    padding: 10px 20px;
    background: #000;
    opacity: 0.8;
}
@media only screen and (max-width: 1248px) {
    section.service .container ul li .s-title {
        /*bottom: 34px;*/
        font-size: 14px;
        width: 120px;
        margin-left: -60px;
    }
}
section.service .container ul li .s-desc {
    width: 100%;
    margin-top: 20px;
    color: #9e9e9e;
    font-size: 16px;
    text-align: center;
}
@media only screen and (max-width: 1248px) {
    section.service .container ul li .s-desc {
        font-size: 14px;
    }
}
@media only screen and (max-width: 1248px) {
    section.service .container ul li {
        padding: 0 10px;
    }
}
@media only screen and (max-width: 767px) {
    section.service .container ul li {
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }
}
section.service .container ul li:hover {
    opacity: 0.7;
}
section.service .container ul li:hover a.s-title {
    opacity: 1;
}
@media only screen and (max-width: 1248px) {
    section.service .container ul {
        margin-left: 0px;
        margin-right: 0px;
    }
}
@media only screen and (max-width: 767px) {
    section.service {
        margin-top: 60px;
    }
}

section.banner {
    width: 100%;
}
section.banner .container {
    width: 100%;
    margin: 0 auto;
}
@media only screen and (max-width: 767px) {
    section.banner {
        display: none;
    }
}

section.banner-m {
    display: none;
    width: 100%;
}
section.banner-m .container {
    width: 100%;
    margin: 0 auto;
}
@media only screen and (max-width: 767px) {
    section.banner-m {
        display: block;
    }
}

section.themeshop .container ul {
    margin-left: -34px;
    margin-right: -34px;
}
section.themeshop .container ul li {
    float: left;
    width: 33.333%;
    margin-top: 30px;
    padding: 0 34px;
    margin-bottom: 17px;
}

section.themeshop .container ul li .theme-item {
    width: 100%;
    position: relative;
    height: 180px;
    text-align: center;
    padding-top: 58px;
    -webkit-background-size: 100%;
    background-size: 100%;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
}
section.themeshop .container ul li .theme-item .theme-subtitle {
    position: absolute;
    z-index: 3;
    width: 100%;
    font-size: 16px;
    /*letter-spacing: -1px;*/
    color: #fff;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
}
@media only screen and (max-width: 767px) {
    section.themeshop .container ul li .theme-item .theme-subtitle {
        font-size: 12px;
    }
}
section.themeshop .container ul li .theme-item .theme-title {
    position: absolute;
    z-index: 3;
    width: 100%;
    margin-top: 24px;
    font-size: 32px;
    font-weight: 700;
    /*letter-spacing: -2px;*/
    color: #fff;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
}
@media only screen and (width: 768px) {
    section.themeshop .container ul li .theme-item .theme-title {
        font-size: 24px;
        margin-top: 24px;
    }
}
@media only screen and (max-width: 767px) {
    section.themeshop .container ul li .theme-item .theme-title {
        font-size: 20px;
        margin-top: 18px;
    }
}
section.themeshop .container ul li .theme-item .theme-desc {
    position: absolute;
    width: 100%;
    /*margin-top: 70px;*/
    bottom: 45px;
    z-index: 3;
    font-size: 12px;
    color: #fff;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
}
@media only screen and (max-width: 1248px) {
    section.themeshop .container ul li .theme-item .theme-desc {
        bottom: 47px;
    }
}
section.themeshop .container ul li .theme-item .screen {
    position: absolute;
    z-index: 2;
    top: 30px;
    bottom: 30px;
    left: 0px;
    right: 0px;
    background: #000;
    opacity: 0.8;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
}
@media only screen and (max-width: 1248px) {
    section.themeshop .container ul li .theme-item .screen {
        top: 40px;
        bottom: 40px;
    }
}
@media only screen and (max-width: 767px) {
    section.themeshop .container ul li .theme-item .screen {
        top: 50px;
        bottom: 42px;
        /*width: 370px;*/
        margin: 0 auto;
    }
}
section.themeshop .container ul li .theme-item:hover {
    -webkit-background-size: 120%;
    background-size: 120%;
}
section.themeshop .container ul li .theme-item:hover .theme-subtitle {
    color: #000;
}
section.themeshop .container ul li .theme-item:hover .theme-title {
    color: #000;
}
section.themeshop .container ul li .theme-item:hover .theme-desc {
    color: #000;
}
section.themeshop .container ul li .theme-item:hover .screen {
    opacity: 1;
    background: #fff;
}
@media only screen and (max-width: 1248px) {
    section.themeshop .container ul li .theme-item:hover {
        -webkit-background-size: 140%;
        background-size: 140%;
    }
}
@media only screen and (max-width: 767px) {
    section.themeshop .container ul li .theme-item:hover {
        -webkit-background-size: 170%;
        background-size: 170%;
    }
}
@media only screen and (max-width: 1248px) {
    section.themeshop .container ul li .theme-item {
        -webkit-background-size: 120%;
        background-size: 120%;
    }
}
@media only screen and (width: 768px) {
    section.themeshop .container ul li .theme-item {
        padding-top: 65px;
    }
}
@media only screen and (max-width: 767px) {
    section.themeshop .container ul li .theme-item {
        height: 160px;
        width: 329px;
        padding-top: 60px;
        margin: 0 auto;
        -webkit-background-size: 150%;
        background-size: 150%;
    }
    section.themeshop .container ul li .theme-item .theme-desc {
        font-size: 10px;
    }
}

@media only screen and (max-width: 1248px) {
    section.themeshop .container ul li {
        padding: 0 10px;
    }
}
@media only screen and (max-width: 767px) {
    section.themeshop .container ul li {
        float: none;
        width: 100%;
    }
}
@media only screen and (max-width: 1248px) {
    section.themeshop .container ul {
        margin-left: 0px;
        margin-right: 0px;
    }
}
@media only screen and (max-width: 1248px) {
    section.themeshop {
        min-height: 0px !important;
    }
}

/*content*/
/*popup*/
#mask {
    position: absolute;
    z-index: 300;
    background-color: #000;
    display: none;
    left: 0;
    top: 0;
    pointer-events: none;
}
#mask2 {
    position: absolute;
    z-index: 9000;
    background-color: #000;
    display: none;
    left: 0;
    top: 0;
}

#mask3 {
    position: absolute;
    z-index: 9000;
    background-color: #000;
    display: none;
    left: 0;
    top: 0;
}

#mask4 {
    position: absolute;
    z-index: 9000;
    background-color: #000;
    display: none;
    left: 0;
    top: 0;
}

.window {
    display: none;
    position: fixed;
    width: 600px;
    height: 600px;
    top: 50%;
    left: 50%;
    margin-top: -300px;
    margin-left: -300px;
    background: #fff;
    z-index: 100000000000 !important;
    padding-bottom: 30px;
}
.window .popup-title {
    width: 100%;
    font-size: 20px;
    color: #000;
    font-weight: bold;
    text-align: center;
    padding: 20px;
    border-bottom: 1px solid #e4e4e4;
}
.window i {
    float: right;
    font-size: 20px;
    color: #000;
    right: 20px;
}
.window .popup-over {
    height: 500px;
    overflow-y: auto;
    padding-bottom: 30px;
}
.window .popup-over .thum-img {
    padding-bottom: 20px;
}
.window .popup-over .item {
    padding: 10px 0;
}
.window .popup-over .item .add-name {
    padding: 20px 20px;
    text-align: left;
    color: #000;
    font-size: 14px;
    font-weight: bold;
}
.window .popup-over .item .gray {
    color: #8a8a8a;
    font-weight: lighter;
}
.window .popup-over .item button {
    border: 1px solid #e4e4e4;
    padding: 8px 10px;
    font-size: 14px;
    color: #000;
    float: right;
    margin-right: 20px;
    background: #ffff;
}
.window .popup-over .item p {
    padding: 0 20px;
}
@media only screen and (max-width: 767px) {
    .window .popup-over {
        padding-bottom: 40px;
        height: 90%;
    }
}
.window .password-form {
    width: 600px;
    padding: 80px 40px;
    margin: 0 auto;
    background: #fff;
}
.window .password-form i {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 20px;
    color: #000;
}
.window .password-form .password-title {
    font-size: 30px;
    font-family: "Noto Sans KR";
    padding-bottom: 40px;
    text-align: center;
    border-bottom: 1px solid #e4e4e4;
}
.window .password-form .password-input {
    margin-top: 20px;
}
.window .password-form .password-input p {
    font-size: 14px;
    color: #8a8a8a;
    padding: 10px 0;
}
.window .password-form .password-input input {
    width: 100%;
    height: 50px;
    margin-bottom: 10px;
    font-size: 14px;
}
.window .password-form .password-input p.red {
    color: red;
}
.window .password-form .password-input p.gray {
    color: #8a8a8a;
}
.window .password-form .password-input input.inwi {
    width: 80%;
    line-height: 50px;
}
.window .password-form .password-input button {
    width: 19%;
    line-height: 50px;
    background: #000;
    color: #fff;
    border: none;
}
.window .password-form .btn-ok {
    padding: 20px 0;
}
.window .password-form .btn-ok a {
    display: block;
    background: #6e4ef7;
    padding: 20px;
    text-align: center;
    width: 100%;
    color: #fff;
    font-size: 16px;
}
@media only screen and (max-width: 767px) {
    .window .password-form {
        width: 100%;
    }
}
@media only screen and (max-width: 1248px) {
    .window {
        margin-left: -250px;
    }
}
@media only screen and (max-width: 767px) {
    .window {
        /*position: relative;*/
        position: fixed;
        top: 0;
        left: 2.5%;
        margin-top: 0;
        margin-left: 0;
        width: 95%;
        height: 80%;
        margin: 0 auto;
        margin-top: 60px;
    }
}

.window3 {
    display: none;
    position: fixed;
    /*  width: 600px;*/
    /*height: 600px;*/
    top: 50%;
    left: 50%;
    margin-top: -300px;
    margin-left: -150px;
    background: #fff;
    z-index: 100000000000 !important;
    padding-bottom: 30px;
}
.window3 .popup-title {
    width: 100%;
    font-size: 20px;
    color: #000;
    font-weight: bold;
    text-align: center;
    padding: 20px;
    border-bottom: 1px solid #e4e4e4;
}
.window3 i {
    float: right;
    font-size: 20px;
    color: #000;
    right: 20px;
}
.window3 .popup-over {
    height: 500px;
    overflow-y: auto;
}
.window3 .popup-over .item {
    padding: 10px 0;
}
.window3 .popup-over .item .add-name {
    padding: 20px 20px;
    text-align: left;
    color: #000;
    font-size: 14px;
    font-weight: bold;
}
.window3 .popup-over .item .gray {
    color: #8a8a8a;
    font-weight: lighter;
}
.window3 .popup-over .item button {
    border: 1px solid #e4e4e4;
    padding: 8px 10px;
    font-size: 14px;
    color: #000;
    float: right;
    margin-right: 20px;
    background: #ffff;
}
.window3 .popup-over .item p {
    padding: 0 20px;
}
@media only screen and (max-width: 767px) {
    .window3 .popup-over {
        padding-bottom: 40px;
        height: 90%;
    }
}
.window3 .password-form {
    width: 300px;
    padding: 80px 40px;
    margin: 0 auto;
    background: #fff;
}
.window3 .password-form i {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 20px;
    color: #000;
}
.window3 .password-form .password-title {
    font-size: 30px;
    font-family: "Noto Sans KR";
    padding-bottom: 40px;
    text-align: center;
    border-bottom: 1px solid #e4e4e4;
}
.window3 .password-form .password-input {
    margin-top: 20px;
}
.window3 .password-form .password-input p {
    font-size: 14px;
    color: #8a8a8a;
    padding: 10px 0;
}
.window3 .password-form .password-input input {
    width: 100%;
    height: 50px;
    margin-bottom: 10px;
    font-size: 14px;
}
.window3 .password-form .password-input p.red {
    color: red;
}
.window3 .password-form .password-input p.gray {
    color: #8a8a8a;
}
.window3 .password-form .btn-ok {
    padding: 20px 0;
}
.window3 .password-form .btn-ok a {
    display: block;
    background: #6e4ef7;
    padding: 20px;
    text-align: center;
    width: 100%;
    color: #fff;
    font-size: 16px;
}
@media only screen and (max-width: 767px) {
    .window3 .password-form {
        width: 100%;
    }
}
@media only screen and (max-width: 767px) {
    .window3 {
        /*width: 100%;
      height: 100%;*/
        top: 2.5%;
        left: 2.5%;
        margin-top: 30px;
        margin-left: 0px;
        /*padding: 10px;*/
        width: 95%;
    }
}

.window4 {
    display: none;
    position: fixed;
    width: 600px;
    height: 600px;
    top: 50%;
    left: 50%;
    margin-top: -300px;
    margin-left: -300px;
    background: #fff;
    z-index: 100000000000 !important;
    padding-bottom: 30px;
}
.window4 .popup-title {
    width: 100%;
    font-size: 20px;
    color: #000;
    font-weight: bold;
    text-align: center;
    padding: 20px;
    border-bottom: 1px solid #e4e4e4;
}
.window4 i {
    float: right;
    font-size: 20px;
    color: #000;
    right: 20px;
}
.window4 .popup-over {
    height: 500px;
    overflow-y: auto;
}
.window4 .popup-over .item {
    padding: 10px 0;
}
.window4 .popup-over .item .add-name {
    padding: 20px 20px;
    text-align: left;
    color: #000;
    font-size: 14px;
    font-weight: bold;
}
.window4 .popup-over .item .gray {
    color: #8a8a8a;
    font-weight: lighter;
}
.window4 .popup-over .item button {
    border: 1px solid #e4e4e4;
    padding: 8px 10px;
    font-size: 14px;
    color: #000;
    float: right;
    margin-right: 20px;
    background: #ffff;
}
.window4 .popup-over .item p {
    padding: 0 20px;
}
@media only screen and (max-width: 767px) {
    .window4 .popup-over {
        padding-bottom: 40px;
        height: 90%;
    }
}
.window4 .password-form {
    width: 600px;
    padding: 80px 100px;
    margin: 0 auto;
    background: #fff;
}
.window4 .password-form i {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 20px;
    color: #000;
}
.window4 .password-form .password-title {
    font-size: 30px;
    font-family: "Noto Sans KR";
    padding-bottom: 40px;
    text-align: center;
    border-bottom: 1px solid #e4e4e4;
}
.window4 .password-form .password-input {
    margin-top: 20px;
}
.window4 .password-form .password-input p {
    font-size: 14px;
    color: #8a8a8a;
    padding: 10px 0;
}
.window4 .password-form .password-input select {
    width: 100%;
    font-size: 14px;
    padding: 10px;
    border: 1px solid #f2f2f2;
}
.window4 .password-form .password-input input {
    width: 100%;
    height: 50px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
}
.window4 .password-form .password-input p.red {
    color: red;
}
.window4 .password-form .password-input p.gray {
    color: #8a8a8a;
}
.window4 .password-form .bgb a {
    background: #000 !important;
}
.window4 .password-form .btn-ok {
    padding: 20px 0;
}
.window4 .password-form .btn-ok a {
    display: block;
    background: #6e4ef7;
    padding: 20px;
    text-align: center;
    width: 100%;
    color: #fff;
    font-size: 16px;
}
@media only screen and (max-width: 767px) {
    .window4 .password-form {
        width: 100%;
    }
}
@media only screen and (max-width: 767px) {
    .window4 {
        width: 100%;
        height: 100%;
        top: 0px;
        left: 0px;
        margin-top: 0px;
        margin-left: 0px;
        padding: 10px;
    }
}

.window5 {
    display: none;
    position: fixed;
    width: 427px;
    height: 380px;
    top: 50%;
    left: 50%;
    margin-top: -213px;
    margin-left: -190px;
    background: #fff;
    z-index: 100000000000 !important;
    padding-bottom: 30px;
}
.window5 .popup-title {
    width: 100%;
    font-size: 20px;
    color: #000;
    font-weight: bold;
    text-align: center;
    padding: 20px;
    border-bottom: 1px solid #e4e4e4;
}
.window5 i {
    float: right;
    font-size: 20px;
    color: #000;
    right: 20px;
}
.window5 .popup-over {
    overflow-y: auto;
}
.window5 .popup-over img {
    width: 100%;
}
.window5 .popup-over .item {
    padding: 10px 0;
}
.window5 .popup-over .item .add-name {
    padding: 20px 20px;
    text-align: left;
    color: #000;
    font-size: 14px;
    font-weight: bold;
}
.window5 .popup-over .item .gray {
    color: #8a8a8a;
    font-weight: lighter;
}
.window5 .popup-over .item button {
    border: 1px solid #e4e4e4;
    padding: 8px 10px;
    font-size: 14px;
    color: #000;
    float: right;
    margin-right: 20px;
    background: #ffff;
}
.window5 .popup-over .item p {
    padding: 0 20px;
}
@media only screen and (max-width: 767px) {
    .window5 .popup-over {
        padding-bottom: 40px;
        height: 90%;
    }
}
.window5 .password-form {
    width: 100%;
    padding: 80px 100px;
    margin: 0 auto;
    background: #fff;
}
.window5 .password-form i {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 20px;
    color: #000;
}
.window5 .password-form .password-title {
    font-size: 30px;
    font-family: "Noto Sans KR";
    padding-bottom: 40px;
    text-align: center;
    border-bottom: 1px solid #e4e4e4;
}
.window5 .password-form .password-input {
    margin-top: 20px;
}
.window5 .password-form .password-input p {
    font-size: 14px;
    color: #8a8a8a;
    padding: 10px 0;
}
.window5 .password-form .password-input select {
    width: 100%;
    font-size: 14px;
    padding: 10px;
    border: 1px solid #f2f2f2;
}
.window5 .password-form .password-input input {
    width: 100%;
    height: 50px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
}
.window5 .password-form .password-input p.red {
    color: red;
}
.window5 .password-form .password-input p.gray {
    color: #8a8a8a;
}
.window5 .password-form .bgb a {
    background: #000 !important;
}
.window5 .password-form .btn-ok {
    padding: 20px 0;
}
.window5 .password-form .btn-ok a {
    display: block;
    background: #6e4ef7;
    padding: 20px;
    text-align: center;
    width: 100%;
    color: #fff;
    font-size: 16px;
}
@media only screen and (max-width: 767px) {
    .window5 .password-form {
        width: 100%;
    }
}
@media only screen and (max-width: 767px) {
    .window5 {
        width: 100%;
        top: 40%;
        left: 0px;
        margin-top: 0px;
        margin-left: 0px;
        padding: 10px;
    }
}

.window-clause {
    display: none;
    position: fixed;
    width: 400px;
    height: 470px;
    top: 50%;
    left: 50%;
    margin-top: -270px;
    margin-left: -200px;
    background: #fff;
    z-index: 500 !important;
    /*padding-bottom: 30px;*/
    border: 5px solid #6e4ef7;
}
.window-clause .popup-title {
    width: 100%;
    font-size: 20px;
    color: #000;
    font-weight: bold;
    text-align: center;
    padding: 20px;
    border-bottom: 1px solid #e4e4e4;
    height: 60px;
}
.window-clause i {
    float: right;
    font-size: 20px;
    color: #000;
    right: 20px;
}
.window-clause .popup-over {
    /*height: 420px;*/
    margin-bottom: 20px;
    overflow-y: auto;
}
.window-clause .popup-over .item {
    padding: 10px 20px;
}
.window-clause .popup-over .item p {
    font-size: 14px;
    color: #000;
    padding: 8px 0px;
}
.window-clause .popup-over .item p a {
    text-decoration: underline;
    color: #6e4ef7;
}
.window-clause .popup-over .item input {
    width: 100%;
    padding: 10px;
    border: 1px solid #e4e4e4;
}
.window-clause .popup-over .item button {
    width: 100%;
    background: #6e4ef7;
    padding: 20px 20px;
    font-size: 16px;
    text-align: center;
    color: #fff;
    border: none;
}
@media only screen and (max-width: 767px) {
    .window-clause .popup-over {
        width: 100%;
        /*padding-bottom: 40px;*/
    }
}
@media only screen and (max-width: 767px) {
    .window-clause {
        /*position: relative;*/
        top: 10px;
        left: 2.5%;
        /*margin-top: 0;
      margin-left: 0;*/
        width: 95%;
        margin: 0 auto;
        margin-top: 00px;
        overflow-y: auto;
    }
}

.modal {
    padding: 10px 0 !important;
}

#loading {
    height: 100%;
    left: 0px;
    position: fixed;
    _position: absolute;
    top: 0px;
    width: 100%;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

.loading {
    background-color: white;
    z-index: 199;
}

#loading_img {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 32px;
    margin-top: -16px;
    margin-left: -16px;
    z-index: 200;
}

/*pagenumber*/
.page-box {
    width: 100%;
    margin-top: 30px;
}
.page-box .page {
    text-align: center;
    height: 35px;
}
.page-box .page ul.pul {
    display: inline-block;
}
.page-box .page ul.pul li.pli {
    float: left;
    width: 35px;
}
.page-box .page ul.pul li.pli img {
    width: 100%;
}
.page-box .page ul.pul li.pli .pn {
    width: 35px;
    height: 26px;
    text-align: center;
    font-size: 14px;
    color: #bbbbbb;
    padding-top: 10px;
}
.page-box .page ul.pul li.pli .pn_on {
    width: 35px;
    height: 26px;
    text-align: center;
    font-size: 14px;
    color: #000;
    font-weight: bold;
    padding-top: 10px;
}
.page-box .page li:last-child {
    border: none;
}

.popup-table {
    width: 800px;
    /*padding: 0px !important;*/
    max-width: 100%;
}
.popup-table .popup-title {
    width: 100%;
    font-size: 20px;
    color: #000;
    font-weight: bold;
    text-align: center;
    padding: 20px;
    border-bottom: 1px solid #e4e4e4;
}
.popup-table table {
    width: 100%;
    border-left: 1px solid #e4e4e4;
    border-top: 1px solid #e4e4e4;
    background: #fff;
}
.popup-table table th {
    font-size: 13px;
    padding: 5px 10px;
    background: #f2f2f2;
    border-right: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    color: #000;
    text-align: center;
    width: 140px;
    line-height: 25px !important;
}
.popup-table table td {
    color: #8a8a8a;
    font-size: 13px;
    padding: 5px 10px;
    background: #fff;
    text-align: left;
    /*letter-spacing: -1px;*/
    border-right: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    line-height: 25px !important;
    position: relative;
}
.popup-table table td .btn-table {
    width: auto;
    color: #fff;
    padding: 2px 6px;
    background: #666;
    display: inline-block;
    color: #fff;
    margin: 0 5px;
    line-height: 20px;
}

.popup-design {
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.popup-design .popup-basic {
    position: fixed;
    width: 500px;
    height: 200px;
    top: 50%;
    left: 50%;
    margin-top: -100px;
    margin-left: -250px;
    background: #6e4ef7;
    z-index: 100000000000 !important;
    padding: 20px 0;
}
.popup-design .popup-basic .pb-desc {
    width: 100%;
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding: 30px;
}
.popup-design .popup-basic .pb-btn {
    width: 200px;
    margin: 0 auto !important;
    text-align: center;
    background: #fff;
}
.popup-design .popup-basic .pb-btn a {
    display: inline-block;
    color: #6e4ef7;
    font-size: 14px;
    padding: 10px 20px;
}
@media only screen and (max-width: 767px) {
    .popup-design .popup-basic {
        width: 100%;
        top: 40%;
        left: 0;
        margin-left: 0;
        margin-top: 0;
    }
}
.popup-design .screen {
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000;
    opacity: 0.6;
}
@media only screen and (max-width: 767px) {
    .popup-design {
        padding: 0 10px;
    }
}

section.rental-menu {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 20px;
}
section.rental-menu .container {
    width: 100%;
    border-bottom: 1px solid #f2f2f2;
    /*padding-top: 10px;*/
    text-align: center;
    /*height:48px;*/
}
section.rental-menu .container ul {
    display: inline-block;
    overflow: hidden;
}
section.rental-menu .container ul li {
    float: left;
    padding: 0 20px;
}
section.rental-menu .container ul li a {
    color: #a8a8a8;
    font-size: 16px;
    letter-spacing: -1px;
    text-align: center;
    padding: 15px 0;
    display: block;
    position: relative;
    transition: all 0.3s ease;
}

@media only screen and (max-width: 452px) {
    section.rental-menu .container ul li {
        padding: 0 10px;
    }
    section.rental-menu .container ul li a {
        font-size: 14px;
    }
}


section.rental-menu .container ul li .active {
    position: relative;
    color:#000;
    font-weight:400;
}
section.rental-menu .container ul li .active:before {
    content: "";
    transition: all 0.4s ease-in-out;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    height: 2px;
    background-color: #000;
}
section.rental-menu .container ul li a::before {
    content: "";
    transition: all 0.4s ease-in-out;
    position: absolute;
    right: 50%;
    left: 50%;
    bottom: 0;
    height: 2px;
    background-color: #000;
}
section.rental-menu .container ul li:hover a::before {
    right: 0;
    left: 0;
}
@media only screen and (max-width: 767px) {
    section.rental-menu {
        /*display: none;*/
    }
}

section.list-banner {
    width: 100%;
    /*padding: 30px 0;*/
    padding-bottom:20px;
}
section.list-banner .container {
    width: 100%;
    height: 120px !important;
    overflow: hidden;
    background: url("/img/list_banner.png") no-repeat;
    background-position: right bottom;
    padding-left: 20px;
}
section.list-banner .container .banner-title {
    margin-top: 57px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}
section.list-banner .container p.banner-desc {
    padding: 5px 0;
    font-size: 14px;
    color: #fff;
}
@media only screen and (max-width: 767px) {
    section.list-banner {
        /*padding-top: 80px;*/
    }
}

section.list {
    width: 100%;
    height: 100%;
}
section.list .container {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-bottom: 100px;
}
section.list .container .menu-tab {
    width: 34px;
    height: 34px;
    position: absolute;
    top: 1px;
    left: 1px;
    z-index: 99;
    background: #6e4ef7;
    cursor: pointer;
    padding: 10px 10px;
}
section.list .container .menu-tab div {
    width: 14px;
    height: 2px;
    background-color: #fff;
    display: block;
    margin: 2px 0;
}
@media only screen and (max-width: 1248px) {
    section.list .container .menu-tab {
        display: none;
    }
}
section.list .container .menu-tab.active {
    position: absolute;
    left: 214px;
}
section.list .container .menu-tab.active #one {
    transform: translateY(4px) rotate(-135deg);
    background-color: #fff;
}
section.list .container .menu-tab.active #two {
    opacity: 0;
}
section.list .container .menu-tab.active #three {
    transform: translateY(-4px) rotate(-45deg);
    background-color: #fff;
}
section.list .container .filter {
    position: relative;
    float: left;
    width: 84px;
    left: -250px;
    padding-bottom: 20px;
    border: 1px solid #f2f2f2;
}
section.list .container .filter .title {
    position: relative;
    width: 100%;
    padding: 10px;
    background: #6e4ef7;
    font-size: 14px;
    color: #fff;
}
section.list .container .filter .title i {
    display: none;
    color: #fff;
}
@media only screen and (max-width: 1248px) {
    section.list .container .filter .title i {
        display: inline-block;
        padding: 5px;
    }
}
section.list .container .filter .filter-drop .mt15 {
    margin-top: 15px;
}
section.list .container .filter .filter-drop .reset {
    text-align: right;
}
section.list .container .filter .filter-drop .reset a {
    font-size: 12px;
}
section.list .container .filter .filter-drop .reset a img {
    position: relative;
    top: 2px;
    padding-top: 3px;
}
@media only screen and (max-width: 1248px) {
    section.list .container .filter .filter-drop .reset a {
        color: #fff;
    }
}
section.list .container .filter .filter-drop .reset i {
    position: relative;
    top: -1px;
    font-size: 10px;
    color: #6e4ef7;
}
@media only screen and (max-width: 1248px) {
    section.list .container .filter .filter-drop .reset i {
        color: #fff;
    }
}
@media only screen and (max-width: 1248px) {
    section.list .container .filter .filter-drop .reset {
        /*width: 100%;*/
        position: absolute;
        float: right;
        right: 15px;
        top: 12px;
        margin: 0;
    }
}
section.list .container .filter .filter-drop .search {
    padding: 0px 15px 15px 15px;
    position: relative;
}
section.list .container .filter .filter-drop .search input {
    width: 100%;
    background: #fff;
    border: none;
    padding: 10px 0;
    font-size: 13px;
    border-bottom: 1px solid #6e4ef7;
    background: url("/img/search.png") no-repeat;
    -webkit-background-size: 20px;
    background-size: 20px;
    background-position: 100% 70%;
}
section.list .container .filter .filter-drop .search button {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 10px;
    top: 5px;
    background: none;
    border: none !important;
}
@media only screen and (max-width: 1248px) {
    section.list .container .filter .filter-drop .search {
        width: 100%;
        float: left;
        margin: 0;
    }
}
section.list .container .filter .filter-drop .check-filter {
    width: 100%;
    padding: 10px 15px 0 15px;
}
section.list .container .filter .filter-drop .check-filter .tab-title {
    font-size: 14px;
    border-bottom: 1px solid #f2f2f2;
    /*letter-spacing: -1px;*/
    padding: 10px 0;
    position: relative;
}
section.list .container .filter .filter-drop .check-filter .tab-title .btn-all {
    position: absolute;
    right: 0;
    top: 10px;
}
section.list
    .container
    .filter
    .filter-drop
    .check-filter
    .tab-title
    .btn-all
    a {
    /*letter-spacing: 0px;*/
    font-size: 11px;
    padding: 2px 4px;
    background: #6e4ef7;
    color: #fff;
}
section.list .container .filter .filter-drop .check-filter ul {
    padding-top: 5px;
}
section.list .container .filter .filter-drop .check-filter ul li {
    float: left;
    padding-bottom: 8px;
    padding-right: 15px;
}
section.list
    .container
    .filter
    .filter-drop
    .check-filter
    ul
    li
    input[type="checkbox"] {
    display: none;
}
section.list
    .container
    .filter
    .filter-drop
    .check-filter
    ul
    li
    input[type="checkbox"]
    + label {
    display: inline-block;
    width: auto;
    vertical-align: middle;
    background: url(/img/uncheck.png) no-repeat;
    cursor: pointer;
    padding-right: 5px;
    font-size: 12px;
    text-indent: 16px;
    background-position: left center;
}
section.list
    .container
    .filter
    .filter-drop
    .check-filter
    ul
    li
    input[type="checkbox"]:checked
    + label {
    background: url(/img/check.png) no-repeat;

    background-position: left center;

}
section.list .container .filter .filter-drop .check-filter ul li label {
    display: inline-block;
}
section.list .container .filter .filter-drop .radio-filter {
    width: 100%;
    padding: 10px 15px 15px 15px;
}
section.list .container .filter .filter-drop .radio-filter p {
    font-size: 14px;
    border-bottom: 1px solid #f2f2f2;
    /*letter-spacing: -1px;*/
    padding-bottom: 5px;
}
section.list .container .filter .filter-drop .radio-filter ul {
    padding-top: 5px;
}
section.list .container .filter .filter-drop .radio-filter ul li {
    float: left;
    padding-bottom: 5px;
    padding-right: 15px;
}
section.list
    .container
    .filter
    .filter-drop
    .radio-filter
    ul
    li
    input[type="radio"] {
    display: none;
}
section.list
    .container
    .filter
    .filter-drop
    .radio-filter
    ul
    li
    input[type="radio"]
    + label {
    display: inline-block;
    width: auto;
    vertical-align: middle;
    background: url(/img/unradio.png) no-repeat;
    cursor: pointer;
    padding-right: 5px;
    font-size: 12px;
    text-indent: 16px;
    background-position: left center;
}
section.list
    .container
    .filter
    .filter-drop
    .radio-filter
    ul
    li
    input[type="radio"]:checked
    + label {
    background: url(/img/radio.png) no-repeat;
    background-position: left center;
}
section.list .container .filter .filter-drop .radio-filter ul li label {
    display: inline-block;
}
section.list .container .filter .filter-drop .range-filter {
    position: relative;
    width: 100%;
    padding: 10px 15px 0px 15px;
    margin-bottom: 15px;
}
section.list .container .filter .filter-drop .range-filter .range-box {
    width: 100%;
    padding-left: 5px;
}
section.list .container .filter .filter-drop .range-filter p {
    font-size: 14px;
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 5px;
    /*letter-spacing: -1px;*/
    margin-bottom: 25px;
}
section.list .container .filter .filter-drop .range-filter .unit {
    float: right;
    font-size: 11px;
    /*letter-spacing: 0;*/
    line-height: 25px;
}
@media only screen and (max-width: 1248px) {
    section.list .container .filter .filter-drop .range-filter {
        width: 100%;
        float: left;
        margin-top: 20px !important;
    }
}
@media only screen and (max-width: 1248px) {
    section.list .container .filter .filter-drop {
        display: none;
    }
}
@media only screen and (max-width: 1248px) {
    section.list .container .filter {
        width: 100%;
        position: relative;
        left: 0px;
        padding: 0px !important;
        padding-left: 10px;
    }
}
section.list .container .filter.show {
    width: 250px;
    left: 0px;
}
section.list .container .pro-list {
    float: right;
    right: 0;
    width: 1148px;
}
section.list .container .pro-list .sort {
    float: right;
    right: 0;
    top: 0px;
}
section.list .container .pro-list .sort a {
    height: 6px;
    border-right: 1px solid #f2f2f2;
    font-size: 12px;
    padding: 0 10px;
    text-align: center;
    /*letter-spacing: -1px;*/
}
@media only screen and (max-width: 767px) {
    section.list .container .pro-list .sort a {
        padding: 0 2px;
    }
}
section.list .container .pro-list .sort .active {
    font-weight: bold;
}
section.list .container .pro-list .sort a.bn {
    border: none;
}
@media only screen and (max-width: 767px) {
    section.list .container .pro-list .sort {
        float: none;
        text-align: center;
    }
}
section.list .container .pro-list .title {
    position: relative;
    border-bottom: 1px solid #f2f2f2;
    margin-top: 20px;
    width: 100%;
    padding: 10px;
}
section.list .container .pro-list .title a {
    font-weight: 400;
    color: #a8a8a8;
    letter-spacing: -1px;
}
section.list .container .pro-list .title .active {
    color: #000;
}
section.list .container .pro-list .title span {
    font-family: "Montserrat", sans-serif;
    font-weight: lighter;
    font-size: 18px;
    color: #a8a8a8;
}
section.list .container .pro-list .mt0 {
    margin-top: 0 !important;
}
section.list .container .pro-list .product {
    width: 100%;
    /*padding-bottom: 100px;*/
    text-align: left;
}
section.list .container .pro-list .product .nothing {
    margin-top: 30px;
    width: 100%;
    padding: 100px 0;
    border: 10px solid #e4e4e4;
    color: #8a8a8a;
    text-align: center;
    font-size: 14px;
}
section.list .container .pro-list .product ul {
    margin: 0px -27px;
}
section.list .container .pro-list .product ul li {
    float: left;
    width: 33.3333%;
    text-align: center;
    padding-top: 50px;
    transition: all 0.6s ease-in-out;
}
section.list .container .pro-list .product ul li .item {
    position: relative;
    width: 350px;
    margin: 0 auto;
    transition: all 0.6s ease-in-out;
}
section.list .container .pro-list .product ul li .item .radio {
    width: 100%;
    text-align: center;
    padding: 10px 0;
}
section.list .container .pro-list .product ul li .item .radio input {
    width: 12px;
    height: 12px;
    border: 1px solid #e4e4e4;
}
section.list .container .pro-list .product ul li .item .thumbnail {
    position: relative;
    width: 100%;
    margin: 0 auto;
    border: 1px solid #f2f2f2;
    transition: all 0.6s ease-in-out;
}
section.list .container .pro-list .product ul li .item .thumbnail img {
    width: 100%;
}
section.list .container .pro-list .product ul li .item .thumbnail:hover {
    border: 1px solid #6e4ef7;
}
section.list .container .pro-list .product ul li .item .thumbnail-overlay {
    position: relative;
    width: 100%;
    margin: 0 auto;
    border: 1px solid #f2f2f2;
    transition: all 0.6s ease-in-out;
}
section.list
    .container
    .pro-list
    .product
    ul
    li
    .item
    .thumbnail-overlay
    .screen-desc {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    margin-top: -30px;
    color: white;
    font-size: 16px;
    line-height: 20px;
    z-index: 20;
    transition: all 0.6s ease-in-out;
}
section.list
    .container
    .pro-list
    .product
    ul
    li
    .item
    .thumbnail-overlay
    .screen {
    position: absolute;
    width: 100%;
    line-height: 300px;
    top: 0;
    bottom: 0;
    left: 0;
    bottom: 0;
    z-index: 10;
    background: #000;
    opacity: 0.2;
    transition: all 0.6s ease-in-out;
}
section.list .container .pro-list .product ul li .item .thumbnail-overlay img {
    width: 100%;
}
section.list
    .container
    .pro-list
    .product
    ul
    li
    .item
    .thumbnail-overlay:hover
    .screen-desc {
    color: rgba(255, 255, 255, 0);
}
section.list
    .container
    .pro-list
    .product
    ul
    li
    .item
    .thumbnail-overlay:hover
    .screen {
    opacity: 0;
}
section.list .container .pro-list .product ul li .item .grade {
    width: 270px;
    position: absolute;
    z-index: 100;
    right: 8px;
    bottom: 10px;
    text-align: right;
    transition: all 0.6s ease-in-out;
}
section.list .container .pro-list .product ul li .item .grade i {
    font-size: 10px;
    color: #a8a8a8;
}
section.list .container .pro-list .product ul li .item .grade .black {
    color: #000;
}
section.list .container .pro-list .product ul li .item .booking {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding: 10px 5px;
    border-bottom: 1px solid #f2f2f2;
    transition: all 0.6s ease-in-out;
}
section.list .container .pro-list .product ul li .item .booking .manufacturer {
    float: left;
    font-size: 12px;
    color: #8a8a8a;
    /*letter-spacing: -1px;*/
}
section.list .container .pro-list .product ul li .item .booking .b-state {
    float: right;
    font-size: 12px;
    color: #8a8a8a;
}
section.list .container .pro-list .product ul li .item .name {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding: 15px 0px;
    font-size: 20px;
    text-align: left;
    /*letter-spacing: -1px;*/
    font-weight: bold;
    color: #000;
    line-height: 25px;
}
section.list .container .pro-list .product ul li .item .price {
    width: 50%;
    float: right;
    margin: 0 auto;
    overflow: hidden;
    font-size: 18px;
    color: #000;
    font-weight: bold;
    text-align: right;
    letter-spacing: -1px;
    line-height: 30px;
}
section.list .container .pro-list .product ul li .item .price .price-color {
    color: #6e4ef7;
}
@media only screen and (max-width: 1248px) {
    section.list .container .pro-list .product ul li .item .price {
        width: 40%;
    }
}
section.list .container .pro-list .product ul li .item .review-grade {
    width: 70%;
    float: left;
    padding-top: 5px;
    text-align: left;
    font-size: 12px;
    color: #a8a8a8;
}
section.list .container .pro-list .product ul li .item .review-grade .n-color {
    color: #6e4ef7;
}
@media only screen and (max-width: 1248px) {
    section.list .container .pro-list .product ul li .item .review-grade {
        width: 60%;
    }
}
section.list .container .pro-list .product ul li .item .btn-addque {
    margin-top: 10px;
    width: 100%;
    padding: 10px 20px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    background: #000;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
}
section.list .container .pro-list .product ul li .item .btn-addque:hover {
    color: #fff;
    background: #6e4ef7;
}
@media only screen and (max-width: 1248px) {
    section.list .container .pro-list .product ul li .item {
        width: 100%;
    }
}
section.list .container .pro-list .product ul li .item-theme {
    position: relative;
    width: 350px;
    margin: 0 auto;
    transition: all 0.6s ease-in-out;
}
section.list .container .pro-list .product ul li .item-theme .radio {
    width: 100%;
    text-align: center;
    padding: 10px 0;
}
section.list .container .pro-list .product ul li .item-theme .radio input {
    width: 12px;
    height: 12px;
    border: 1px solid #e4e4e4;
}
section.list .container .pro-list .product ul li .item-theme .thumbnail {
    position: relative;
    width: 100%;
    margin: 0 auto;
    border: 1px solid #f2f2f2;
    transition: all 0.6s ease-in-out;
}
section.list .container .pro-list .product ul li .item-theme .thumbnail img {
    width: 100%;
}
section.list .container .pro-list .product ul li .item-theme .thumbnail:hover {
    border: 1px solid #6e4ef7;
}
section.list
    .container
    .pro-list
    .product
    ul
    li
    .item-theme
    .thumbnail-overlay {
    position: relative;
    width: 100%;
    margin: 0 auto;
    border: 1px solid #f2f2f2;
    transition: all 0.6s ease-in-out;
}
section.list
    .container
    .pro-list
    .product
    ul
    li
    .item-theme
    .thumbnail-overlay
    .screen-desc {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    margin-top: -30px;
    color: white;
    font-size: 16px;
    line-height: 20px;
    z-index: 20;
    transition: all 0.6s ease-in-out;
}
section.list
    .container
    .pro-list
    .product
    ul
    li
    .item-theme
    .thumbnail-overlay
    .screen {
    position: absolute;
    width: 100%;
    line-height: 300px;
    top: 0;
    bottom: 0;
    left: 0;
    bottom: 0;
    z-index: 10;
    background: #000;
    opacity: 0.2;
    transition: all 0.6s ease-in-out;
}
section.list
    .container
    .pro-list
    .product
    ul
    li
    .item-theme
    .thumbnail-overlay
    img {
    width: 100%;
}
section.list
    .container
    .pro-list
    .product
    ul
    li
    .item-theme
    .thumbnail-overlay:hover
    .screen-desc {
    color: rgba(255, 255, 255, 0);
}
section.list
    .container
    .pro-list
    .product
    ul
    li
    .item-theme
    .thumbnail-overlay:hover
    .screen {
    opacity: 0;
}
section.list .container .pro-list .product ul li .item-theme .name {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding: 15px 0px;
    font-size: 20px;
    text-align: left;
    /*letter-spacing: -1px;*/
    font-weight: bold;
    color: #000;
    line-height: 25px;
}
section.list .container .pro-list .product ul li .item-theme .price {
    width: 50%;
    float: left;
    margin: 0 auto;
    overflow: hidden;
    font-size: 20px;
    color: #000;
    font-weight: bold;
    text-align: left;
    /*letter-spacing: -1px;*/
}
section.list
    .container
    .pro-list
    .product
    ul
    li
    .item-theme
    .price
    .price-color {
    color: #6e4ef7;
}
section.list .container .pro-list .product ul li .item-theme .price-buy {
    width: 50%;
    float: right;
    margin: 0 auto;
    overflow: hidden;
    font-size: 20px;
    color: #000;
    font-weight: bold;
    text-align: right;
    /*letter-spacing: -1px;*/
}
section.list
    .container
    .pro-list
    .product
    ul
    li
    .item-theme
    .price-buy
    .price-color {
    color: #6e4ef7;
}
section.list .container .pro-list .product ul li .item-theme .review-grade {
    width: 100%;
    padding-top: 20px;
    text-align: left;
    font-size: 12px;
    color: #a8a8a8;
}
section.list
    .container
    .pro-list
    .product
    ul
    li
    .item-theme
    .review-grade
    .n-color {
    color: #6e4ef7;
}
section.list .container .pro-list .product ul li .item-theme .btn-addque {
    margin-top: 10px;
    width: 100%;
    padding: 10px 20px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    background: #000;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
}
section.list .container .pro-list .product ul li .item-theme .btn-addque:hover {
    color: #fff;
    background: #6e4ef7;
}
@media only screen and (max-width: 1248px) {
    section.list .container .pro-list .product ul li .item-theme {
        width: 100%;
    }
}
@media only screen and (max-width: 1248px) {
    section.list .container .pro-list .product ul li {
        padding: 30px 10px;
    }
}
@media only screen and (max-width: 767px) {
    section.list .container .pro-list .product ul li {
        float: none;
        width: 100%;
    }
}
@media only screen and (max-width: 1248px) {
    section.list .container .pro-list .product ul {
        margin: 0px -10px;
    }
}
@media only screen and (max-width: 1248px) {
    section.list .container .pro-list .product {
        padding-bottom: 50px;
    }
}
section.list .container .pro-list .btn-more {
    padding-bottom: 80px;
    text-align: center;
    margin: 0 auto;
}
section.list .container .pro-list .btn-more a {
    display: inline-block;
    width: 200px;
    margin: 0 auto;
    padding: 15px 0px;
    text-align: center;
    font-size: 14px;
    border: 1px solid #000;
    color: #000;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
}
section.list .container .pro-list .btn-more a:hover {
    background: #000;
    color: #fff;
}
@media only screen and (max-width: 1248px) {
    section.list .container .pro-list {
        width: 100%;
        margin-top: 30px;
    }
}
section.list .container .pro-list.active {
    float: right;
    right: 0;
    width: 947px;
}
section.list .container .pro-list.active .product {
    width: 100%;
    /*padding-bottom: 80px;*/
    text-align: left;
}
section.list .container .pro-list.active .product ul {
    margin: 0px -9px;
}
section.list .container .pro-list.active .product ul li {
    float: left;
    width: 33.3333%;
    text-align: center;
    padding-top: 50px;
}
section.list .container .pro-list.active .product ul li .item {
    position: relative;
    width: 300px;
    height: 300px;
    margin: 0 auto;
}
section.list .container .pro-list.active .product ul li .item .thumbnail {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    border: 1px solid #f2f2f2;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
}
section.list .container .pro-list.active .product ul li .item .thumbnail img {
    width: 100%;
}
section.list .container .pro-list.active .product ul li .item .thumbnail:hover {
    border: 1px solid #6e4ef7;
}
section.list
    .container
    .pro-list.active
    .product
    ul
    li
    .item
    .thumbnail-overlay {
    position: relative;
    width: 100%;
    margin: 0 auto;
    border: 1px solid #f2f2f2;
}
section.list
    .container
    .pro-list.active
    .product
    ul
    li
    .item
    .thumbnail-overlay
    .screen-desc {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    margin-top: -30px;
    color: white;
    font-size: 16px;
    line-height: 20px;
    z-index: 20;
    transition: all 0.6s ease-in-out;
}
section.list
    .container
    .pro-list.active
    .product
    ul
    li
    .item
    .thumbnail-overlay
    .screen {
    position: absolute;
    width: 100%;
    line-height: 300px;
    top: 0;
    bottom: 0;
    left: 0;
    bottom: 0;
    z-index: 10;
    background: #000;
    opacity: 0.2;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
}
section.list
    .container
    .pro-list.active
    .product
    ul
    li
    .item
    .thumbnail-overlay
    img {
    width: 100%;
}
section.list
    .container
    .pro-list.active
    .product
    ul
    li
    .item
    .thumbnail-overlay:hover
    .screen-desc {
    color: rgba(255, 255, 255, 0);
}
section.list
    .container
    .pro-list.active
    .product
    ul
    li
    .item
    .thumbnail-overlay:hover
    .screen {
    opacity: 0;
}
section.list .container .pro-list.active .product ul li .item .name {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding: 15px 0px;
    font-size: 20px;
    text-align: left;
    /*letter-spacing: -1px;*/
    font-weight: bold;
    color: #000;
    line-height: 25px;
}
section.list .container .pro-list.active .product ul li .item .price {
    width: 50%;
    float: right;
    margin: 0 auto;
    overflow: hidden;
    font-size: 18px;
    color: #000;
    font-weight: bold;
    text-align: right;
    letter-spacing: -1px;
    line-height: 30px;
}
section.list
    .container
    .pro-list.active
    .product
    ul
    li
    .item
    .price
    .price-color {
    color: #6e4ef7;
}
section.list .container .pro-list.active .product ul li .item .review-grade {
    width: 70%;
    float: left;
    padding-top: 5px;
    text-align: left;
    font-size: 12px;
    color: #a8a8a8;
}
section.list
    .container
    .pro-list.active
    .product
    ul
    li
    .item
    .review-grade
    .n-color {
    color: #6e4ef7;
}
section.list .container .pro-list.active .product ul li .item .p-title {
    text-decoration: none !important;
}
@media only screen and (max-width: 1248px) {
    section.list .container .pro-list.active .product ul li .item {
        width: 100%;
    }
}
@media only screen and (max-width: 1248px) {
    section.list .container .pro-list.active .product ul li {
        width: 50%;
        padding: 30px 10px 0 10px;
    }
}
section.list .container .pro-list.active .product ul li:last-child {
    padding-right: 0px;
}
@media only screen and (max-width: 1248px) {
    section.list .container .pro-list.active .product ul {
        margin: 0 -10px !important;
    }
}
section.list .container .pro-list.active .rental-scroll {
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding-bottom: 100px;
    text-align: left;
    padding: 0 35px;
}
section.list .container .pro-list.active .rental-scroll .item {
    float: left;
    position: relative;
    width: 251px;
    margin: 30px 20px;
}
section.list .container .pro-list.active .rental-scroll .item .radio {
    width: 100%;
    text-align: center;
    padding: 10px 0;
}
section.list .container .pro-list.active .rental-scroll .item .radio input {
    width: 12px;
    height: 12px;
    border: 1px solid #e4e4e4;
}
section.list .container .pro-list.active .rental-scroll .item .thumbnail {
    width: 100%;
    margin: 0 auto;
    border: 1px solid #f2f2f2;
}
section.list .container .pro-list.active .rental-scroll .item .thumbnail img {
    width: 100%;
}
section.list .container .pro-list.active .rental-scroll .item .thumbnail:hover {
    border: 1px solid #6e4ef7;
}
section.list
    .container
    .pro-list.active
    .rental-scroll
    .item
    .thumbnail-overlay {
    position: relative;
    width: 100%;
    margin: 0 auto;
    border: 1px solid #f2f2f2;
    transition: all 0.6s ease-in-out;
}
section.list
    .container
    .pro-list.active
    .rental-scroll
    .item
    .thumbnail-overlay
    .screen-desc {
    position: absolute;
    width: 100%;
    text-align: center;
    line-height: 251px;
    color: white;
    font-size: 14px;
    z-index: 20;
}
@media only screen and (max-width: 1248px) {
    section.list
        .container
        .pro-list.active
        .rental-scroll
        .item
        .thumbnail-overlay
        .screen-desc {
        line-height: 170px;
    }
}
section.list
    .container
    .pro-list.active
    .rental-scroll
    .item
    .thumbnail-overlay
    .screen {
    position: absolute;
    width: 100%;
    line-height: 300px;
    top: 0;
    bottom: 0;
    left: 0;
    bottom: 0;
    z-index: 10;
    background: #000;
    opacity: 0.2;
}
section.list
    .container
    .pro-list.active
    .rental-scroll
    .item
    .thumbnail-overlay
    img {
    width: 100%;
}
section.list
    .container
    .pro-list.active
    .rental-scroll
    .item
    .thumbnail-overlay:hover
    .screen-desc {
    color: rgba(255, 255, 255, 0);
}
section.list
    .container
    .pro-list.active
    .rental-scroll
    .item
    .thumbnail-overlay:hover
    .screen {
    opacity: 0;
}
section.list .container .pro-list.active .rental-scroll .item .grade {
    width: 270px;
    position: absolute;
    z-index: 100;
    right: 8px;
    top: 229px;
    text-align: right;
}
section.list .container .pro-list.active .rental-scroll .item .grade i {
    font-size: 10px;
    color: #a8a8a8;
}
section.list .container .pro-list.active .rental-scroll .item .grade .black {
    color: #000;
}
@media only screen and (max-width: 1248px) {
    section.list .container .pro-list.active .rental-scroll .item .grade {
        top: 145px;
    }
}
section.list .container .pro-list.active .rental-scroll .item .booking {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding: 10px 5px;
    border-bottom: 1px solid #f2f2f2;
}
section.list
    .container
    .pro-list.active
    .rental-scroll
    .item
    .booking
    .manufacturer {
    float: left;
    font-size: 12px;
    color: #8a8a8a;
    /*letter-spacing: -1px;*/
}
section.list
    .container
    .pro-list.active
    .rental-scroll
    .item
    .booking
    .b-state {
    float: right;
    font-size: 12px;
    color: #8a8a8a;
}
section.list .container .pro-list.active .rental-scroll .item .name {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding: 10px 5px;
    font-size: 14px;
    text-align: center;
    /*letter-spacing: -1px;*/
    margin-top: 4px;
}
section.list .container .pro-list.active .rental-scroll .item .now-price {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 5px;
    font-size: 13px;
    text-align: center;
}
section.list .container .pro-list.active .rental-scroll .item .sale-price {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding: 5px 5px;
    font-size: 16px;
    color: #000;
    font-weight: bold;
    text-align: center;
    /*letter-spacing: -1px;*/
}
section.list .container .pro-list.active .rental-scroll .item .btn-addque {
    margin-top: 10px;
    width: 100%;
    padding: 10px 20px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    background: #000;
}
section.list
    .container
    .pro-list.active
    .rental-scroll
    .item
    .btn-addque:hover {
    color: #fff;
    background: #6e4ef7;
}
section.list .range-filter {
    width: 100%;
    padding: 10px 15px 0px 15px;
}
section.list .range-filter .range-box {
    width: 100%;
    padding-left: 5px;
}
section.list .range-filter p {
    font-size: 14px;
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 5px;
    /*letter-spacing: -1px;*/
    margin-bottom: 25px;
}
section.list .range-filter .unit {
    float: right;
    font-size: 11px;
    /*letter-spacing: 0;*/
    line-height: 25px;
}
@media only screen and (max-width: 1248px) {
    section.list .range-filter {
        width: 50%;
        float: left;
        margin-top: 0px !important;
    }
}

section.detail {
    width: 100%;
    padding-top: 60px;
}
section.detail .container {
    width: 100%;
    margin-top: 50px;
}
section.detail .container .photo-gallery {
    float: left;
}
@media only screen and (max-width: 1248px) {
    section.detail .container .photo-gallery {
        width: 47%;
    }
}
@media only screen and (max-width: 767px) {
    section.detail .container .photo-gallery {
        width: 100%;
    }
}
section.detail .container .detail-info {
    float: right;
    width: 677px;
    position: relative;
}
section.detail .container .detail-info .sns {
    position: absolute;
    float: right;
    top: 36px;
    right: 0;
}
section.detail .container .detail-info .sns ul li {
    float: left;
    width: 24px;
    height: 24px;
    margin-left: 5px;
    background: #e4e4e4;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
}
section.detail .container .detail-info .sns ul li i {
    font-size: 12px;
    color: #fff;
}
section.detail .container .detail-info .sns ul li:hover {
    background: #6e4ef7;
}
section.detail .container .detail-info .sns ul li.active {
    background: #6e4ef7;
}
section.detail .container .detail-info .breadcrumb {
    width: 100%;
    font-size: 12px;
    text-align: right;
    padding-bottom: 10px;
    border-bottom: 2px solid #000;
}
section.detail .container .detail-info .d-name {
    font-size: 18px;
    color: #000;
    padding-top: 15px;
    padding-bottom: 5px;
    /*letter-spacing: -1px;*/
}
section.detail .container .detail-info .grade {
    width: 100%;
    font-size: 10px;
    text-indent: 1px;
    /*letter-spacing: 1px;*/
    padding-top: 10px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f2f2f2;
}
section.detail .container .detail-info .grade i {
    font-size: 10px;
    color: #a8a8a8;
    /*letter-spacing: -2px;*/
}
section.detail .container .detail-info .grade .black {
    color: #000;
}
section.detail .container .detail-info .price {
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #f2f2f2;
}
section.detail .container .detail-info .price ul li {
    float: left;
}
section.detail .container .detail-info .price ul li .rental-text {
    position: relative;
    top: -4px;
    display: inline-block;
    font-size: 14px;
    padding-top: 10px;
}
section.detail .container .detail-info .price ul li .rental-price {
    font-family: "Roboto";
    padding-left: 5px;
    font-size: 25px;
    color: #000;
    font-weight: bold;
    letter-spacing: -1px;
}
section.detail .container .detail-info .price ul li .mr15 {
    margin-right: 15px;
}
section.detail .container .detail-info .price ul li a {
    position: relative;
}
section.detail .container .detail-info .price ul li a .hover-text {
    position: absolute;
    display: none;
    width: 150px;
    font-size: 12px;
    padding: 5px;
    line-height: 16px;
    color: #8a8a8a;
    border: 1px solid #8a8a8a;
    background: #fff;
    left: 0;
    top: 20px;
}
@media only screen and (max-width: 1248px) {
    section.detail .container .detail-info .price ul li a .hover-text {
        left: -126px;
        top: 30px;
    }
}
section.detail .container .detail-info .price ul li a i {
    position: relative;
    top: -5px;
    font-size: 14px;
    color: #d2d2d2;
}
section.detail .container .detail-info .price ul li a:hover .hover-text {
    display: block;
}
@media only screen and (max-width: 1248px) {
    section.detail .container .detail-info .price ul li {
        width: 50%;
        margin-top: 5px;
        text-align: left;
    }
}
section.detail .container .detail-info .option {
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #f2f2f2;
    font-size: 12px;
}
section.detail .container .detail-info .option a {
    margin-right: 5px;
}
section.detail .container .detail-info .option a .hover-text {
    position: absolute;
    display: none;
    width: 300px;
    font-size: 12px;
    padding: 5px;
    line-height: 16px;
    color: #8a8a8a;
    border: 1px solid #8a8a8a;
    background: #fff;
    left: 135px;
}
@media only screen and (max-width: 1248px) {
    section.detail .container .detail-info .option a .hover-text {
        left: 0px;
        top: 190px;
    }
}
section.detail .container .detail-info .option a i {
    padding-left: 3px;
    font-size: 14px;
    color: #d2d2d2;
}
section.detail .container .detail-info .option a:hover .hover-text {
    display: block;
}
section.detail .container .detail-info .option a.add {
    margin-right: 5px;
}
section.detail .container .detail-info .option a.add .hover-text2 {
    position: absolute;
    display: none;
    width: 200px;
    font-size: 12px;
    padding: 5px;
    line-height: 16px;
    color: #8a8a8a;
    border: 1px solid #8a8a8a;
    background: #fff !important;
    left: 75px;
    z-index: 9999;
}
section.detail .container .detail-info .option a.add i {
    padding-left: 3px;
    font-size: 14px;
    color: #d2d2d2;
}
section.detail .container .detail-info .option a.add:hover .hover-text2 {
    display: block;
}
section.detail .container .detail-info .option label {
    display: none;
}
section.detail .container .detail-info .option select {
    height: 26px;
}
section.detail .container .detail-info .option button {
    display: inline-block;
    border: 1px solid #8a8a8a;
    background: #f2f2f2;
    padding: 5px 5px 6px 5px;
    font-size: 13px;
}
section.detail .container .detail-info .price-list {
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #f2f2f2;
}
section.detail .container .detail-info .price-list ul {
    width: 100%;
}
section.detail .container .detail-info .price-list ul li {
    width: 100%;
    padding: 20px 0;
    clear: both;
}
section.detail .container .detail-info .price-list ul li .rental-text {
    display: inline-block;
    float: left;
    position: relative;
    top: -7px;
    display: inline-block;
    font-size: 14px;
}
@media only screen and (max-width: 767px) {
    section.detail .container .detail-info .price-list ul li .rental-text {
        font-size: 12px;
    }
}
section.detail .container .detail-info .price-list ul li .rental-price {
    display: inline-block;
    float: right;
    font-family: "Roboto";
    padding-left: 10px;
    font-size: 16px;
    color: #000;
    line-height: 4px;
    /*letter-spacing: -1px;*/
}
@media only screen and (max-width: 767px) {
    section.detail .container .detail-info .price-list ul li .rental-price {
        font-size: 12px;
    }
}
section.detail .container .detail-info .price-total {
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #f2f2f2;
}
section.detail .container .detail-info .price-total ul {
    width: 100%;
}
section.detail .container .detail-info .price-total ul li {
    width: 100%;
    padding: 20px 0;
    clear: both;
}
section.detail .container .detail-info .price-total ul li .rental-text {
    display: inline-block;
    float: left;
    position: relative;
    top: -9px;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    /*letter-spacing: -1px;*/
}
section.detail .container .detail-info .price-total ul li .rental-price {
    display: inline-block;
    float: right;
    font-family: "Roboto";
    padding-left: 10px;
    font-size: 20px;
    color: #d32800;
    line-height: 4px;
    font-weight: bold;
    /*letter-spacing: -2px;*/
}
section.detail .container .detail-info .rental-btn {
    width: 100%;
    padding: 20px 0;
}
section.detail .container .detail-info .rental-btn ul li {
    float: left;
    width: 50%;
}
section.detail .container .detail-info .rental-btn ul li .btn-left a {
    float: left;
    display: inline-block;
    width: 98%;
    padding: 15px 10px;
    background: #000;
    font-size: 16px;
    text-align: center;
    color: #fff;
}
section.detail .container .detail-info .rental-btn ul li .btn-right a {
    width: 98%;
    float: right;
    padding: 15px 10px;
    background: #6e4ef7;
    font-size: 16px;
    text-align: center;
    color: #fff;
}
@media only screen and (max-width: 1248px) {
    section.detail .container .detail-info {
        width: 50%;
    }
}
@media only screen and (max-width: 767px) {
    section.detail .container .detail-info {
        margin-top: 30px;
        width: 100%;
    }
}
section.detail .container {
    width: 100%;
    height: 100%;
}
section.detail .container .tab-menu {
    width: 100%;
}
section.detail .container .tab-menu .tablink {
    background-color: #fff;
    color: white;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    font-size: 14px;
    /*width: 20%;*/
    width: 25%;
    color: #000;
    /*letter-spacing: -1px;*/
    border-top: 1px solid #f2f2f2;
    border-bottom: 2px solid #000;
}
@media only screen and (max-width: 767px) {
    section.detail .container .tab-menu .tablink {
        font-size: 12px;
        padding: 14px 2px;
    }
}
section.detail .container .tab-menu .tablink:hover {
    background-color: #f2f2f2;
    color: #000;
}
section.detail .container .tab-menu .tabcontent {
    color: white;
    display: none;
    padding: 70px 0 20px 0;
    height: 100%;
    text-align: center;
}
section.detail .container .tab-menu .tabcontent table.product-info {
    margin: 0 auto;
    margin-bottom: 50px;
    border-left: 1px solid #e4e4e4;
    border-top: 1px solid #e4e4e4;
}
section.detail .container .tab-menu .tabcontent table.product-info th {
    font-size: 13px;
    padding: 5px 10px;
    background: #f2f2f2;
    border-right: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    color: #000;
    line-height: 30px !important;
}
section.detail .container .tab-menu .tabcontent table.product-info td {
    color: #8a8a8a;
    font-size: 13px;
    padding: 5px 10px;
    background: #fff;
    text-align: left;
    border-right: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    line-height: 30px !important;
    position: relative;
}
section.detail
    .container
    .tab-menu
    .tabcontent
    table.product-info
    td
    .btn-table
    a {
    width: auto;
    position: absolute;
    color: #fff;
    padding: 2px 6px;
    background: #666;
    display: inline-block;
    color: #fff;
    margin: 0 5px;
    line-height: 20px;
}
section.detail
    .container
    .tab-menu
    .tabcontent
    table.product-info
    td
    .btn-table
    a:first-child {
    z-index: 100;
}
@media only screen and (max-width: 1248px) {
    section.detail .container .tab-menu .tabcontent table.product-info {
        width: 100%;
    }
}
section.detail .container .tab-menu .tabcontent h3 {
    font-size: 20px;
    padding-bottom: 50px;
    color: #000;
    font-weight: bold;
    /*letter-spacing: -2px;*/
}
section.detail .container .tab-menu .tabcontent p {
    font-size: 14px;
    padding-bottom: 50px;
    /*letter-spacing: -1px;*/
}
section.detail .container .tab-menu .tabcontent p span.desc-title {
    font-size: 14px;
    color: #000;
    font-weight: bold;
}
section.detail .container .tab-menu .tabcontent img {
    width: auto;
    max-width:900px;
}

@media only screen and (max-width: 768px) {
	section.detail .container .tab-menu .tabcontent img {
		width: 100%;
		max-width:unset;
	}
}

section.detail .container .tab-menu .tabcontent .que-info {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}
section.detail .container .tab-menu .tabcontent .que-info ul li {
    width: 50%;
    float: left;
    padding: 10px;
}
section.detail .container .tab-menu .tabcontent .que-info ul li h4 {
    width: 100%;
    font-size: 20px;
    padding: 20px 0;
    text-align: center;
    color: #8a8a8a;
    font-weight: bold;
}
section.detail .container .tab-menu .tabcontent .que-info ul li table {
    width: 100%;
    border-left: 1px solid #e4e4e4;
    border-top: 1px solid #e4e4e4;
}
section.detail .container .tab-menu .tabcontent .que-info ul li table th {
    font-size: 13px;
    padding: 5px 10px;
    background: #f2f2f2;
    /*letter-spacing: -1px;*/
    border-right: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    color: #000;
    line-height: 25px !important;
    width: 140px;
}
section.detail .container .tab-menu .tabcontent .que-info ul li table td {
    color: #0a0a0a;
    font-size: 13px;
    padding: 5px 10px;
    background: #fff;
    text-align: left;
    /*letter-spacing: -1px;*/
    border-right: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    line-height: 25px !important;
    position: relative;
}
section.detail
    .container
    .tab-menu
    .tabcontent
    .que-info
    ul
    li
    table
    td
    .btn-table {
    width: auto;
    color: #fff;
    padding: 2px 6px;
    background: #666;
    display: inline-block;
    color: #fff;
    margin: 0 5px;
    line-height: 20px;
}
@media only screen and (max-width: 767px) {
    section.detail .container .tab-menu .tabcontent .que-info ul li {
        float: none;
        width: 100%;
    }
}
section.detail .container .tab-menu .tabcontent .product {
    width: 100%;
    text-align: center;
}
section.detail .container .tab-menu .tabcontent .product ul {
    display: inline-block;
    margin-left: -24px;
    margin-right: -24px;
    margin-top: 15px;
}
section.detail .container .tab-menu .tabcontent .product ul li {
    float: left;
    width: 25%;
    padding: 15px 0px;
}
section.detail .container .tab-menu .tabcontent .product ul li .item {
    position: relative;
    width: 270px;
    margin: 0 auto;
}
section.detail .container .tab-menu .tabcontent .product ul li .item .radio {
    width: 100%;
    text-align: center;
    padding: 10px 0;
}
section.detail
    .container
    .tab-menu
    .tabcontent
    .product
    ul
    li
    .item
    .radio
    input {
    width: 12px;
    height: 12px;
    border: 1px solid #e4e4e4;
}
section.detail
    .container
    .tab-menu
    .tabcontent
    .product
    ul
    li
    .item
    .thumbnail {
    position: relative;
    width: 100%;
    margin: 0 auto;
    border: 1px solid #f2f2f2;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
}
section.detail
    .container
    .tab-menu
    .tabcontent
    .product
    ul
    li
    .item
    .thumbnail
    img {
    width: 100%;
}
section.detail
    .container
    .tab-menu
    .tabcontent
    .product
    ul
    li
    .item
    .thumbnail:hover {
    border: 1px solid #6e4ef7;
}
section.detail .container .tab-menu .tabcontent .product ul li .item .name {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding: 15px 0px;
    font-size: 20px;
    text-align: left;
    letter-spacing: -1px;
    font-weight: bold;
    color: #000;
    line-height: 25px;
}
section.detail .container .tab-menu .tabcontent .product ul li .item .price {
    width: 40%;
    float: right;
    margin: 0 auto;
    overflow: hidden;
    font-size: 20px;
    color: #000;
    font-weight: bold;
    text-align: right;
}
section.detail
    .container
    .tab-menu
    .tabcontent
    .product
    ul
    li
    .item
    .price
    .price-color {
    color: #6e4ef7;
}
@media only screen and (max-width: 1248px) {
    section.detail
        .container
        .tab-menu
        .tabcontent
        .product
        ul
        li
        .item
        .price {
        width: 40%;
    }
}
section.detail
    .container
    .tab-menu
    .tabcontent
    .product
    ul
    li
    .item
    .review-grade {
    width: 70%;
    float: left;
    padding-top: 5px;
    text-align: left;
    font-size: 12px;
    color: #a8a8a8;
}
section.detail
    .container
    .tab-menu
    .tabcontent
    .product
    ul
    li
    .item
    .review-grade
    .n-color {
    color: #6e4ef7;
}
@media only screen and (max-width: 1248px) {
    section.detail
        .container
        .tab-menu
        .tabcontent
        .product
        ul
        li
        .item
        .review-grade {
        width: 60%;
    }
}
section.detail .container .tab-menu .tabcontent .product ul li .item .btn {
    width: 100%;
    padding-top: 10px;
}
section.detail
    .container
    .tab-menu
    .tabcontent
    .product
    ul
    li
    .item
    .btn
    .btn-addque {
    width: 49%;
    float: left;
    background: #6e4ef7;
}
section.detail
    .container
    .tab-menu
    .tabcontent
    .product
    ul
    li
    .item
    .btn
    .btn-addque
    a {
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
    text-align: center;
    font-size: 14px;
}
section.detail
    .container
    .tab-menu
    .tabcontent
    .product
    ul
    li
    .item
    .btn-detail {
    width: 49%;
    float: right;
    background: #000;
}
section.detail
    .container
    .tab-menu
    .tabcontent
    .product
    ul
    li
    .item
    .btn-detail
    a {
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
    text-align: center;
    font-size: 14px;
}
@media only screen and (max-width: 1248px) {
    section.detail .container .tab-menu .tabcontent .product ul li .item {
        width: 90%;
    }
}
@media only screen and (max-width: 767px) {
    section.detail .container .tab-menu .tabcontent .product ul li .item {
        float: none;
        width: 90%;
        margin: 0 auto;
    }
}
@media only screen and (max-width: 1248px) {
    section.detail .container .tab-menu .tabcontent .product ul li {
        width: 33.3333%;
    }
}
@media only screen and (max-width: 767px) {
    section.detail .container .tab-menu .tabcontent .product ul li {
        width: 100%;
    }
}
section.detail .container .tab-menu .tabcontent .qna-writer {
    float: right;
    padding: 10px 20px;
    font-size: 14px;
    color: #000;
    border: 1px solid #000;
    margin-bottom: 50px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
}
section.detail .container .tab-menu .tabcontent .qna-writer:hover {
    background: #000;
    color: #fff;
}
section.detail .container .tab-menu .tabcontent .btn-writer {
    width: 150px;
    margin: 0 auto;
    padding: 10px 20px;
    font-size: 14px;
    color: #000;
    border: 1px solid #000;
    margin-bottom: 50px;
    margin-top: 50px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
}
section.detail .container .tab-menu .tabcontent .btn-writer:hover {
    background: #000;
    color: #fff;
}
section.detail .container .tab-menu .tabcontent table.qna-table-pc {
    width: 100%;
    border-top: 2px solid #000;
}
section.detail .container .tab-menu .tabcontent table.qna-table-pc th {
    font-size: 13px;
    padding: 10px;
    background: #fff;
    letter-spacing: -1px;
    border-bottom: 1px solid #000;
    color: #000;
    line-height: 30px !important;
}
section.detail .container .tab-menu .tabcontent table.qna-table-pc td {
    font-size: 13px;
    padding: 10px 0;
    background: #fff;
    border-bottom: 1px solid #e4e4e4;
    color: #8a8a8a;
    line-height: 30px !important;
}
section.detail .container .tab-menu .tabcontent table.qna-table-pc tr.atr {
    display: none;
}
section.detail .container .tab-menu .tabcontent table.qna-table-pc td.aline {
    width: 100%;
    background: #f2f2f2;
}
section.detail
    .container
    .tab-menu
    .tabcontent
    table.qna-table-pc
    td.aline
    .answer
    ul
    li {
    padding: 10px 20px;
    text-align: left;
}
section.detail
    .container
    .tab-menu
    .tabcontent
    table.qna-table-pc
    td.aline
    .answer
    ul
    li:first-child {
    border-bottom: 1px solid #e4e4e4;
}
@media only screen and (max-width: 767px) {
    section.detail .container .tab-menu .tabcontent table.qna-table-pc {
        display: none;
    }
}
section.detail .container .tab-menu .tabcontent table.qna-table-mb {
    width: 100%;
    border-top: 2px solid #000;
    margin-top: 20px;
}
section.detail .container .tab-menu .tabcontent table.qna-table-mb th {
    font-size: 12px;
    padding: 5px;
    background: #fff;
    letter-spacing: -1px;
    border-bottom: 1px solid #000;
    color: #000;
    line-height: 24px !important;
}
section.detail .container .tab-menu .tabcontent table.qna-table-mb td {
    font-size: 12px;
    padding: 5px 0;
    background: #fff;
    border-bottom: 1px solid #e4e4e4;
    color: #8a8a8a;
    line-height: 24px !important;
}
section.detail .container .tab-menu .tabcontent table.qna-table-mb tr.atr {
    display: none;
}
section.detail .container .tab-menu .tabcontent table.qna-table-mb td.aline {
    width: 100%;
    background: #f2f2f2;
}
section.detail
    .container
    .tab-menu
    .tabcontent
    table.qna-table-mb
    td.aline
    .answer
    ul
    li {
    padding: 10px 20px;
    text-align: left;
}
section.detail
    .container
    .tab-menu
    .tabcontent
    table.qna-table-mb
    td.aline
    .answer
    ul
    li:first-child {
    border-bottom: 1px solid #e4e4e4;
}
@media only screen and (max-width: 767px) {
    section.detail .container .tab-menu .tabcontent table.qna-table-mb {
        display: table;
    }
}
section.detail .container .tab-menu .tabcontent table.qna-write {
    width: 100%;
    border-top: 2px solid #000;
}
section.detail .container .tab-menu .tabcontent table.qna-write th {
    border-bottom: 1px solid #e4e4e4;
    color: #000;
    font-size: 13px;
    padding: 10px;
    vertical-align: middle;
}
section.detail .container .tab-menu .tabcontent table.qna-write td {
    text-align: left;
    border-bottom: 1px solid #e4e4e4;
    color: #8a8a8a;
    font-size: 13px;
    padding: 10px;
}
section.detail .container .tab-menu .tabcontent table.qna-write td textarea {
    width: 100%;
    height: 300px;
    padding: 10px;
    background: #f2f2f2;
    border: 1px solid #e4e4e4;
}
@media only screen and (max-width: 767px) {
    section.detail
        .container
        .tab-menu
        .tabcontent
        table.qna-write
        td
        textarea {
        height: 100px;
    }
}
section.detail .container .tab-menu .tabcontent table.review-write {
    width: 100%;
    border-top: 2px solid #000;
}
section.detail .container .tab-menu .tabcontent table.review-write th {
    border-bottom: 1px solid #e4e4e4;
    color: #000;
    font-size: 13px;
    padding: 10px;
    vertical-align: middle;
}
section.detail .container .tab-menu .tabcontent table.review-write td {
    text-align: left;
    border-bottom: 1px solid #e4e4e4;
    color: #8a8a8a;
    font-size: 13px;
    padding: 10px;
}
section.detail .container .tab-menu .tabcontent table.review-write td textarea {
    width: 100%;
    height: 200px;
    padding: 10px;
    background: #f2f2f2;
    border: 1px solid #e4e4e4;
}
section.detail
    .container
    .tab-menu
    .tabcontent
    table.review-write
    td
    .grade-select {
    width: 100%;
    text-align: left;
}
section.detail
    .container
    .tab-menu
    .tabcontent
    table.review-write
    td
    .grade-select
    ul
    li {
    margin-right: 5px;
    float: left;
}
section.detail
    .container
    .tab-menu
    .tabcontent
    table.review-write
    td
    .grade-select
    ul
    li
    i {
    font-size: 12px;
}
section.detail
    .container
    .tab-menu
    .tabcontent
    table.review-write
    td
    .grade-select
    ul
    li
    input {
    position: relative;
    top: 3px;
    padding-right: 3px;
}
section.detail .container .tab-menu .tabcontent .page-box {
    width: 100%;
    margin-top: 30px;
}
section.detail .container .tab-menu .tabcontent .page-box .page {
    text-align: center;
    height: 35px;
}
section.detail .container .tab-menu .tabcontent .page-box .page ul.pul {
    display: inline-block;
}
section.detail .container .tab-menu .tabcontent .page-box .page ul.pul li.pli {
    float: left;
    width: 35px;
}
section.detail
    .container
    .tab-menu
    .tabcontent
    .page-box
    .page
    ul.pul
    li.pli
    img {
    width: 100%;
}
section.detail
    .container
    .tab-menu
    .tabcontent
    .page-box
    .page
    ul.pul
    li.pli
    .pn {
    width: 35px;
    height: 26px;
    text-align: center;
    font-size: 14px;
    color: #bbbbbb;
    padding-top: 10px;
}
section.detail
    .container
    .tab-menu
    .tabcontent
    .page-box
    .page
    ul.pul
    li.pli
    .pn_on {
    width: 35px;
    height: 26px;
    text-align: center;
    font-size: 14px;
    color: #000;
    font-weight: bold;
    padding-top: 10px;
}
section.detail .container .tab-menu .tabcontent .page-box .page li:last-child {
    border: none;
}
section.detail .container .tab-menu .tabcontent .review-writer {
    /*width: 100%;*/
    padding: 30px 0px;
    /*text-align: center;*/
    border: 1px solid #e4e4e4;
    display:flex;
    background: #f8f9fb;
}



section.detail .container .tab-menu .tabcontent .review-writer .grade {
    display: inline-block;
}
section.detail .container .tab-menu .tabcontent .review-writer .grade i {
    font-size: 30px;
    color: #6e4ef7;
    padding:15px 0;
}
section.detail .container .tab-menu .tabcontent .review-writer .grade p {
    font-size: 20px;
    padding-left:10px;
    display: inline-block;
    font-weight: bold;
}
section.detail .container .tab-menu .tabcontent .review-writer .btn-writer {
    width: 150px;
    margin: 0 auto;
    padding: 10px 20px;
    font-size: 14px;
    color: #000;
    border: 1px solid #000;
    margin-bottom: 10px;
    margin-top: 10px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
}
section.detail
    .container
    .tab-menu
    .tabcontent
    .review-writer
    .btn-writer:hover {
    background: #000;
    color: #fff;
}
section.detail .container .tab-menu .tabcontent .review-writer p {
    padding: 0;
}
/*section.detail .container .tab-menu .tabcontent .review-chart {*/
    /*margin-top: 50px;*/
    /*padding: 30px 100px;*/
    /*width: 100%;*/
    /*text-align: center;*/
    /*border: 1px solid #e4e4e4;*/
/*}*/
section.detail .container .tab-menu .tabcontent .review-chart ul li {
    float: left;
    color: #000;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    width: 50%;
    padding: 10px 0;
    overflow: hidden;
}
section.detail .container .tab-menu .tabcontent .review-chart ul li .title {
    width: 100%;
    padding: 30px 0;
}
section.detail
    .container
    .tab-menu
    .tabcontent
    .review-chart
    ul
    li
    .star-chart {
    top: 25px;
    position: relative;
    width: 372px;
    height: 208px;
    margin: 0 auto;
    background: url(/img/star_chart.jpg) no-repeat;
}
@media only screen and (max-width: 767px) {
    section.detail
        .container
        .tab-menu
        .tabcontent
        .review-chart
        ul
        li
        .star-chart {
        /*width: 300px;*/
        margin: 0 auto;
        -webkit-background-size: 100%;
        background-size: 100%;
    }
}
section.detail
    .container
    .tab-menu
    .tabcontent
    .review-chart
    ul
    li
    .star-chart
    .row-bar {
    font-family: "Noto Sans KR";
    text-align: right;
    color: #fff;
    font-weight: lighter;
    /*padding-right: 5px;*/
    font-size: 8px;
    line-height: 30px;
    /*margin-left: 118px;*/
    margin-bottom: 9px;
    max-width: 254px;
    height: 30px;
    background: #6e4ef7;
    position:relative;
    left:118px;
}
@media only screen and (max-width: 767px) {
    section.detail
        .container
        .tab-menu
        .tabcontent
        .review-chart
        ul
        li
        .star-chart
        .row-bar {
        /*width: 100%;*/
        /*margin-left: 96px;*/
        /*margin-bottom: 7px;*/
        /*max-width: 204px;*/
        /*line-height: 24px;*/
        /*height: 24px;*/
    }
}
section.detail
    .container
    .tab-menu
    .tabcontent
    .review-chart
    ul
    li
    .stick-chart {
    width: 400px;
    height: 240px;
    margin: 0 auto;
    position: relative;
    padding-left: 52px;
    padding-bottom: 23px;
    background: url(/img/stick_chart.jpg) no-repeat;
}
section.detail
    .container
    .tab-menu
    .tabcontent
    .review-chart
    ul
    li
    .stick-chart
    .column-bar {
    vertical-align: top;
    padding-top: 5px;
    font-family: "Noto Sans KR";
    float: left;
    margin-right: 37px;
    color: #fff;
    font-weight: lighter;
    font-size: 8px;
    width: 30px;
    max-height: 218px;
    background: #6e4ef7;
}
section.detail
    .container
    .tab-menu
    .tabcontent
    .review-chart
    ul
    li
    .stick-chart
    .column-bar
    .mr0 {
    margin-right: 0px;
}
@media only screen and (max-width: 767px) {
    section.detail
        .container
        .tab-menu
        .tabcontent
        .review-chart
        ul
        li
        .stick-chart
        .column-bar {
        width: 27px;
        margin-right: 27px;
    }
}
@media only screen and (max-width: 767px) {
    section.detail
        .container
        .tab-menu
        .tabcontent
        .review-chart
        ul
        li
        .stick-chart {
        width: 300px;
        margin: 0 auto;
        -webkit-background-size: 100%;
        background-size: 100%;
        padding-left: 38px;
        padding-bottom: 67px;
    }
}
@media only screen and (max-width: 767px) {
    section.detail .container .tab-menu .tabcontent .review-chart ul li {
        float: none;
        width: 100%;
    }
}
@media only screen and (max-width: 1248px) {
    section.detail .container .tab-menu .tabcontent .review-chart {
        padding: 10px 0px;
    }
}
@media only screen and (max-width: 767px) {
    section.detail .container .tab-menu .tabcontent .review-chart {
        padding: 0px;
    }
}
section.detail .container .tab-menu .tabcontent .review-item {
    width: 100%;
    padding: 10px 3px;
    text-align: left;
    border-bottom: 1px solid #f2f2f2;
}
section.detail .container .tab-menu .tabcontent .review-item .btn-buy {
    text-align: center;
    display: inline-block;
    font-size: 12px;
    padding: 5px;
    color: #8a8a8a;
    border: 1px solid #e4e4e4;
}
section.detail .container .tab-menu .tabcontent .review-item .buy-option {
    width: 100%;
    padding-top: 20px;
    text-align: left;
    font-size: 12px;
    color: #8a8a8a;
}
section.detail .container .tab-menu .tabcontent .review-item .grade-line {
    width: 100%;
    margin-top: 10px;
    position: relative;
}
section.detail
    .container
    .tab-menu
    .tabcontent
    .review-item
    .grade-line
    .grade {
    height: 15px;
    text-align: left;
}
section.detail
    .container
    .tab-menu
    .tabcontent
    .review-item
    .grade-line
    .grade
    i {
    font-size: 12px;
    /*color: #a8a8a8;*/
    color: #333;
}
section.detail .review-item > p {
    color: #333;
}
section.detail
    .container
    .tab-menu
    .tabcontent
    .review-item
    .grade-line
    .grade
    .black {
    color: #000;
}
section.detail
    .container
    .tab-menu
    .tabcontent
    .review-item
    .grade-line
    .grade
    span {
    display: inline-block;
    padding-left: 5px;
    font-size: 12px;
    color: #000;
    font-weight: bold;
}
section.detail .container .tab-menu .tabcontent .review-item .grade-line .info {
    position: absolute;
    right: 0;
    top: 3px;
    color: #8a8a8a;
    font-size: 12px;
}
section.detail .container .tab-menu .tabcontent .review-item .grade {
    height: 15px;
    text-align: left;
}
section.detail .container .tab-menu .tabcontent .review-item .grade i {
    font-size: 12px;
    color: #a8a8a8;
}
section.detail .container .tab-menu .tabcontent .review-item .grade .black {
    color: #000;
}
section.detail .container .tab-menu .tabcontent .review-item .grade span {
    display: inline-block;
    padding-left: 5px;
    font-size: 12px;
    color: #a8a8a8;
}
section.detail .container .tab-menu .tabcontent .review-item p {
    padding: 15px 0;
}
section.detail .container .tab-menu .defaultOpen {
    display: block;
}

section.login {
    padding: 70px 0;
    min-height: 805px;
    background: #f2f2f2;
    padding-top: 130px;
}
section.login .login-form {
    width: 600px;
    padding: 80px 100px;
    margin: 0 auto;
    background: #fff;
}
section.login .login-form ul li {
    font-size: 12px;
    line-height: 24px;
}
section.login .login-form ol li {
    font-size: 12px;
    line-height: 24px;
}
section.login .login-form h1 {
    font-size: 30px;
    font-weight: bold;
}
section.login .login-form h3 {
    font-size: 20px;
    padding: 20px 0;
}
section.login .login-form p {
    font-size: 13px;
    line-height: 20px;
}
section.login .login-form .login-title {
    font-size: 30px;
    font-family: "Noto Sans KR";
    padding-bottom: 50px;
    text-align: center;
}
section.login .login-form .login-input input {
    width: 100%;
    height: 50px;
    margin-bottom: 10px;
    font-size: 14px;
}
section.login .login-form .login-input p.red {
    color: red !important;
    padding-bottom: 10px;
}
section.login .login-form .login-input p.gray {
    color: #8a8a8a;
    padding-bottom: 10px;
}
section.login .login-form .login-state {
    padding-top: 20px;
    font-size: 13px;
}
section.login .login-form .login-state input {
    position: relative;
    width: 16px;
    height: 16px;
    top: 3px;
    left: 0px;
    margin-bottom: 15px;
    padding: 5px 0;
}
section.login .login-form .login-state .clause-form {
    padding-top: 10px;
    border-top: 1px solid #e4e4e4;
}
section.login .login-form .login-state .clause-form ul li {
    position: relative;
}
section.login .login-form .login-state .clause-form ul li .more {
    float: right;
    position: absolute;
    right: 0;
    top: 0px;
}
section.login .login-form .login-state .clause-form ul li .more a {
    text-decoration: underline;
}
section.login .login-form .btn-login {
    padding: 20px 0;
}
section.login .login-form .btn-login a {
    display: block;
    background: #6e4ef7;
    padding: 20px;
    text-align: center;
    color: #fff;
    font-size: 16px;
}
section.login .login-form .join {
    padding: 10px 0;
    text-align: center;
    width: 100%;
}
section.login .login-form .join ul {
    width: 100%;
    display: inline-block;
}
section.login .login-form .join ul li {
    float: left;
    width: 50%;
    color: #8a8a8a;
    text-align: center;
    font-size: 14px;
}
section.login .login-form .join ul li:first-child {
    border-right: 1px solid #e4e4e4;
}
@media only screen and (max-width: 767px) {
    section.login .login-form {
        width: 90%;
        padding: 30px 20px;
    }
}
@media only screen and (max-width: 767px) {
    section.login {
        padding-top: 80px;
        min-height: 0px;
    }
}

section.clause {
    padding-top: 60px;
    background: #f2f2f2;
}
section.clause .clauseform {
    width: 100%;
    /*    min-height: 745px;*/
    padding: 80px 100px;
    margin: 0 auto;
    background: #fff;
}
section.clause .clauseform .container ul li {
    font-size: 12px;
    line-height: 24px;
    padding-left: 15px;
}
section.clause .clauseform .container ul li p {
    text-indent: 50px;
}
section.clause .clauseform .container ol li {
    font-size: 12px;
    line-height: 24px;
}
section.clause .clauseform .container ol li p {
    text-indent: 50px;
}
section.clause .clauseform .container h1 {
    font-size: 30px;
    font-weight: bold;
}
section.clause .clauseform .container h3 {
    font-size: 20px;
    padding: 20px 0;
}
section.clause .clauseform .container p {
    font-size: 12px;
    line-height: 24px;
    padding-left: 15px;
}
section.clause .clauseform .container .login-title {
    font-size: 30px;
    font-family: "Noto Sans KR";
    padding-bottom: 50px;
    text-align: center;
}
@media only screen and (max-width: 767px) {
    section.clause .clauseform .container .login-title {
        padding-top: 30px;
    }
}
section.clause .clauseform .container .login-input input {
    width: 100%;
    height: 50px;
    margin-bottom: 10px;
    font-size: 14px;
}
section.clause .clauseform .container .login-state {
    padding-top: 20px;
    font-size: 13px;
}
section.clause .clauseform .container .login-state input {
    position: relative;
    width: 16px;
    height: 16px;
    top: 3px;
    left: 0px;
    margin-bottom: 15px;
    padding: 5px 0;
}
section.clause .clauseform .container .login-state .clause {
    padding-top: 10px;
    border-top: 1px solid #e4e4e4;
}
section.clause .clauseform .container .login-state .clause ul li {
    position: relative;
}
section.clause .clauseform .container .login-state .clause ul li .more {
    float: right;
    position: absolute;
    right: 0;
    top: 5px;
}
section.clause .clauseform .container .login-state .clause ul li .more a {
    text-decoration: underline;
}
section.clause .clauseform .container .btn-login {
    padding: 20px 0;
}
section.clause .clauseform .container .btn-login a {
    display: block;
    background: #6e4ef7;
    padding: 20px;
    text-align: center;
    color: #fff;
    font-size: 16px;
}
section.clause .clauseform .container .join {
    padding: 10px 0;
    text-align: center;
    width: 100%;
}
section.clause .clauseform .container .join ul {
    width: 100%;
    display: inline-block;
}
section.clause .clauseform .container .join ul li {
    float: left;
    width: 50%;
    color: #8a8a8a;
    text-align: center;
    font-size: 14px;
}
section.clause .clauseform .container .join ul li:first-child {
    border-right: 1px solid #e4e4e4;
}
section.clause .clauseform .container table {
    width: 100%;
    border-left: 1px solid #e4e4e4;
    border-top: 1px solid #e4e4e4;
}
section.clause .clauseform .container table th {
    font-size: 13px;
    padding: 10px;
    background: #f2f2f2;
    letter-spacing: -1px;
    border-right: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    color: #000;
    line-height: 30px !important;
}
section.clause .clauseform .container table td {
    color: #8a8a8a;
    font-size: 13px;
    padding: 10px;
    background: #fff;
    text-align: center;
    letter-spacing: -1px;
    border-right: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    line-height: 30px !important;
    position: relative;
}
section.clause .clauseform .container table td .btn-table a {
    width: auto;
    position: absolute;
    color: #fff;
    padding: 2px 6px;
    background: #666;
    display: inline-block;
    color: #fff;
    margin: 0 5px;
    line-height: 20px;
}
section.clause .clauseform .container table td .btn-table a:first-child {
    z-index: 100;
}
@media only screen and (max-width: 767px) {
    section.clause .clauseform {
        height: 100%;
        padding: 30px 10px;
    }
}
@media only screen and (max-width: 767px) {
    section.clause {
        /*padding: 30px 0;*/
        padding-top: 60px;
    }
}

section.password-find {
    padding: 70px 0;
    min-height: 805px;
    background: #f2f2f2;
    padding-top: 130px;
}
section.password-find .password-form {
    width: 600px;
    padding: 80px 100px;
    margin: 0 auto;
    background: #fff;
}
section.password-find .password-form .password-title {
    font-size: 30px;
    font-family: "Noto Sans KR";
    padding-bottom: 40px;
    text-align: center;
    border-bottom: 1px solid #e4e4e4;
}
section.password-find .password-form .password-input {
    margin-top: 20px;
}
section.password-find .password-form .password-input p {
    font-size: 14px;
    color: #8a8a8a;
    padding: 10px 0;
}
section.password-find .password-form .password-input input {
    width: 100%;
    height: 50px;
    margin-bottom: 10px;
    font-size: 14px;
}
section.password-find .password-form .password-input p.red {
    color: red;
}
section.password-find .password-form .password-input p.gray {
    color: #8a8a8a;
}
section.password-find .password-form .btn-ok {
    padding: 20px 0;
}
section.password-find .password-form .btn-ok a {
    display: block;
    background: #6e4ef7;
    padding: 20px;
    text-align: center;
    width: 100%;
    color: #fff;
    font-size: 16px;
}
@media only screen and (max-width: 767px) {
    section.password-find .password-form {
        width: 90%;
        padding: 30px 20px;
    }
}
@media only screen and (max-width: 767px) {
    section.password-find {
        padding-top: 80px;
        min-height: 0px;
    }
}

section.mail-sand {
    padding: 70px 0;
    min-height: 805px;
    background: #f2f2f2;
    padding-top: 130px;
}
section.mail-sand .password-form {
    width: 600px;
    padding: 80px 100px;
    margin: 0 auto;
    background: #fff;
}
section.mail-sand .password-form .password-title {
    font-size: 30px;
    font-family: "Noto Sans KR";
    padding-bottom: 50px;
    text-align: center;
    border-bottom: 1px solid #e4e4e4;
}
@media only screen and (max-width: 767px) {
    section.mail-sand .password-form .password-title {
        font-size: 20px;
        padding-bottom: 20px;
    }
}
section.mail-sand .password-form .password-input {
    text-align: center;
    padding: 40px 0;
}
section.mail-sand .password-form .password-input img {
    width: 200px;
    margin: 0 auto;
}
section.mail-sand .password-form .password-input p {
    font-size: 14px;
    color: #8a8a8a;
    padding: 20px 0;
}
section.mail-sand .password-form .password-input input {
    width: 100%;
    height: 50px;
    margin-bottom: 10px;
    font-size: 14px;
}
@media only screen and (max-width: 767px) {
    section.mail-sand .password-form {
        width: 90%;
        padding: 30px 10px;
    }
}
@media only screen and (max-width: 767px) {
    section.mail-sand {
        padding-top: 80px;
        min-height: 0px;
    }
}

section.order {
    width: 100%;
    padding: 70px 0;
    min-height: 805px;
    padding-top: 130px;
}
section.order .container {
    width: 100%;
}
section.order .container .title {
    width: 100%;
    font-size: 25px;
    color: #000;
    font-weight: bold;
    text-align: center;
    padding-bottom: 50px;
}
section.order .container .order-info {
    width: 65%;
    float: left;
}
section.order .container .order-info .order-line {
    border-top: 1px solid #e4e4e4;
    padding: 0 20px;
}
section.order .container .order-info .order-line .tab-title {
    padding: 20px 0;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    text-align: left;
}
section.order .container .order-info .order-line .tab-title i {
    float: right;
    font-size: 14px;
    color: #000;
}
section.order .container .order-info .order-line .desc {
    display: none;
    width: 100%;
    padding-bottom: 20px;
}
section.order .container .order-info .order-line .desc button {
    margin-top: 0px;
    border: 1px solid #e4e4e4;
    font-size: 16px;
    font-weight: bold;
    padding: 20px 0;
    text-align: center;
    color: #000;
    background: #fff;
    width: 50%;
    float: left;
}
section.order .container .order-info .order-line .desc .clear {
    clear: both;
}
section.order .container .order-info .order-line .desc .tabcontent {
    padding-top: 20px;
}
section.order .container .order-info .order-line .desc #address {
    position: relative;
}
section.order .container .order-info .order-line .desc #address .btn-list {
    position: absolute;
    right: 0;
    padding: 8px 10px;
    border: 1px solid #e4e4e4;
}
section.order .container .order-info .order-line .desc #address .btn-list a {
    display: inline-block;
    font-size: 14px;
    color: #000;
    font-weight: bold;
}
section.order .container .order-info .order-line .desc #address-add {
    display: none;
}
section.order
    .container
    .order-info
    .order-line
    .desc
    #address-add
    .input-line {
    width: 100%;
}
section.order
    .container
    .order-info
    .order-line
    .desc
    #address-add
    .input-line
    ul {
    width: 100%;
}
section.order
    .container
    .order-info
    .order-line
    .desc
    #address-add
    .input-line
    ul
    li {
    float: left;
    width: 49.5%;
}
section.order
    .container
    .order-info
    .order-line
    .desc
    #address-add
    .input-line
    ul
    li
    input {
    float: left;
    width: 100%;
    border: 1px solid #e4e4e4;
    padding: 10px;
}
section.order
    .container
    .order-info
    .order-line
    .desc
    #address-add
    .input-line
    ul
    li:last-child {
    float: right;
}
section.order
    .container
    .order-info
    .order-line
    .desc
    #address-add
    .address-search {
    width: 100%;
}
section.order
    .container
    .order-info
    .order-line
    .desc
    #address-add
    .address-search
    ul {
    width: 100%;
}
section.order
    .container
    .order-info
    .order-line
    .desc
    #address-add
    .address-search
    ul
    li {
    float: left;
    padding-top: 15px;
    width: 100%;
    position: relative;
}
section.order
    .container
    .order-info
    .order-line
    .desc
    #address-add
    .address-search
    ul
    li
    input {
    float: left;
    width: 100%;
    border: 1px solid #e4e4e4;
    padding: 10px;
}
section.order
    .container
    .order-info
    .order-line
    .desc
    #address-add
    .address-search
    ul
    li
    input.ad-wi {
    width: 90%;
}
@media only screen and (max-width: 767px) {
    section.order
        .container
        .order-info
        .order-line
        .desc
        #address-add
        .address-search
        ul
        li
        input.ad-wi {
        width: 80%;
    }
}
section.order
    .container
    .order-info
    .order-line
    .desc
    #address-add
    .address-search
    ul
    li
    button {
    width: 10%;
    position: absolute;
    right: 0;
    border: 1px solid #e4e4e4;
    padding: 14px;
}
@media only screen and (max-width: 767px) {
    section.order
        .container
        .order-info
        .order-line
        .desc
        #address-add
        .address-search
        ul
        li
        button {
        width: 20%;
    }
}
section.order .container .order-info .order-line .desc #readdress {
    position: relative;
}
section.order .container .order-info .order-line .desc #readdress .btn-list {
    position: absolute;
    right: 0;
    padding: 8px 10px;
    border: 1px solid #e4e4e4;
}
section.order .container .order-info .order-line .desc #readdress .btn-list a {
    display: inline-block;
    font-size: 14px;
    color: #000;
    font-weight: bold;
}
section.order .container .order-info .order-line .desc #readdress-add {
    display: none;
}
section.order
    .container
    .order-info
    .order-line
    .desc
    #readdress-add
    .input-line {
    width: 100%;
}
section.order
    .container
    .order-info
    .order-line
    .desc
    #readdress-add
    .input-line
    ul {
    width: 100%;
}
section.order
    .container
    .order-info
    .order-line
    .desc
    #readdress-add
    .input-line
    ul
    li {
    float: left;
    width: 49.5%;
}
section.order
    .container
    .order-info
    .order-line
    .desc
    #readdress-add
    .input-line
    ul
    li
    input {
    float: left;
    width: 100%;
    border: 1px solid #e4e4e4;
    padding: 10px;
}
section.order
    .container
    .order-info
    .order-line
    .desc
    #readdress-add
    .input-line
    ul
    li:last-child {
    float: right;
}
section.order
    .container
    .order-info
    .order-line
    .desc
    #readdress-add
    .address-search {
    width: 100%;
}
section.order
    .container
    .order-info
    .order-line
    .desc
    #readdress-add
    .address-search
    ul {
    width: 100%;
}
section.order
    .container
    .order-info
    .order-line
    .desc
    #readdress-add
    .address-search
    ul
    li {
    float: left;
    padding-top: 15px;
    width: 100%;
    position: relative;
}
section.order
    .container
    .order-info
    .order-line
    .desc
    #readdress-add
    .address-search
    ul
    li
    input {
    float: left;
    width: 100%;
    border: 1px solid #e4e4e4;
    padding: 10px;
}
section.order
    .container
    .order-info
    .order-line
    .desc
    #readdress-add
    .address-search
    ul
    li
    input.ad-wi {
    width: 90%;
}
@media only screen and (max-width: 767px) {
    section.order
        .container
        .order-info
        .order-line
        .desc
        #readdress-add
        .address-search
        ul
        li
        input.ad-wi {
        width: 80%;
    }
}
section.order
    .container
    .order-info
    .order-line
    .desc
    #readdress-add
    .address-search
    ul
    li
    button {
    width: 10%;
    position: absolute;
    right: 0;
    border: 1px solid #e4e4e4;
    padding: 14px;
}
@media only screen and (max-width: 767px) {
    section.order
        .container
        .order-info
        .order-line
        .desc
        #readdress-add
        .address-search
        ul
        li
        button {
        width: 20%;
    }
}
section.order .container .order-info .order-line .desc p {
    font-size: 14px;
    color: #000;
    padding: 5px 0;
    text-align: left;
}
section.order .container .order-info .order-line .desc p select {
    width: 100%;
    padding: 10px;
    border: 1px solid #e4e4e4;
    color: #8a8a8a;
}
section.order .container .order-info .order-line .desc p.check-default {
    padding: 10px 0;
}
section.order .container .order-info .order-line .desc p.check-default input {
    position: relative;
    top: 3px;
    width: 15px;
    height: 15px;
    border: 1px solid #f2f2f2;
    background: #fff;
}
section.order .container .order-info .order-line .desc p.bold {
    font-weight: bold;
    font-size: 16px;
    color: #000;
}
section.order .container .order-info .order-line .desc .point-line {
    width: 100%;
}
section.order .container .order-info .order-line .desc .point-line ul li {
    float: left;
    line-height: 40px;
    font-size: 14px;
    padding-bottom: 10px;
}
section.order .container .order-info .order-line .desc .point-line ul li input {
    padding: 10px 0;
    text-indent: 10px;
    margin-right: 5px;
}
@media only screen and (max-width: 767px) {
    section.order
        .container
        .order-info
        .order-line
        .desc
        .point-line
        ul
        li
        input {
        width: 130px;
    }
}
section.order
    .container
    .order-info
    .order-line
    .desc
    .point-line
    ul
    li
    .btn-point {
    width: auto;
    display: inline-block;
    padding: 0 10px;
    margin-right: 5px;
    border: 1px solid #e4e4e4;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    text-align: center;
}
section.order
    .container
    .order-info
    .order-line
    .desc
    .point-line
    ul
    li
    button {
    margin-top: 0px !important;
}
section.order .container .order-info .order-line .desc .mt20 {
    margin-top: 30px;
}
section.order .container .order-info .order-line .desc .btn-pay {
    width: 500px;
    margin: 0 auto;
    padding: 15px 0;
    text-align: center;
    font-size: 16px;
    color: #000;
    border: 1px solid #e4e4e4;
    margin-bottom: 10px;
    transition: all 0.6s ease-in-out;
}
section.order .container .order-info .order-line .desc .btn-pay:hover {
    background: #000;
    border: 1px solid #000;
    color: #fff;
}
@media only screen and (max-width: 767px) {
    section.order .container .order-info .order-line .desc .btn-pay {
        width: 100%;
    }
}
@media only screen and (max-width: 767px) {
    section.order .container .order-info .order-line {
        padding: 0 0px;
    }
}
section.order .container .order-info .agree {
    padding: 20px;
    border-top: 2px solid #000;
}
section.order .container .order-info .agree ul li {
    width: 100%;
    padding: 10px 10px;
    font-size: 14px;
    border-bottom: 1px solid #f2f2f2;
    position: relative;
}
section.order .container .order-info .agree ul li input {
    position: relative;
    right: 2px;
    top: 2px;
}
section.order .container .order-info .agree ul li i {
    position: absolute;
    top: 10px;
    right: 0;
    display: inline-block;
    width: 20px;
    height: 20px;
}
section.order .container .order-info .agree ul li .desc {
    display: none;
    width: 100%;
    margin: 20px 15px;
}
@media only screen and (max-width: 767px) {
    section.order .container .order-info .agree ul li {
        font-size: 12px;
        letter-spacing: -1px;
    }
}
@media only screen and (max-width: 767px) {
    section.order .container .order-info .agree {
        padding: 5px 0px;
    }
}
section.order .container .order-info .btn-pricepay a {
    width: 100%;
    text-align: center;
    background: #000;
    display: inline-block;
    font-size: 18px;
    padding: 20px;
    color: #fff;
}
@media only screen and (width: 768px) {
    section.order .container .order-info {
        float: none;
        width: 100%;
    }
}
@media only screen and (max-width: 767px) {
    section.order .container .order-info {
        float: none;
        width: 100%;
    }
}
section.order .container .total {
    width: 30%;
    float: right;
    border: 1px solid #f2f2f2;
    padding-bottom: 30px;
}
section.order .container .total .title {
    background: #f2f2f2;
    font-size: 16px;
    font-weight: bold;
    padding: 20px 15px;
    text-align: left;
}
section.order .container .total .pro-thumnail {
    padding: 20px 20px 0px 20px;
}
section.order .container .total .pro-thumnail ul li {
    float: left;
}
section.order .container .total .pro-thumnail ul li img {
    width: 100%;
}
section.order .container .total .pro-thumnail ul li p {
    padding: 0px 0 !important;
    line-height: 22px;
}
section.order .container .total .pro-thumnail ul li .prodect-name {
    /*padding-top: 10px;*/
    font-size: 16px;
    font-weight: bold;
    color: #000;
    margin-bottom: 10px;
    word-break: break-word;
}
section.order .container .total .pro-thumnail ul li p {
    padding: 20px;
    line-height: 20px;
    font-size: 14px;
}
section.order .container .total .pro-thumnail ul li:first-child {
    width: 35%;
    padding-right: 10px;
}
@media only screen and (max-width: 767px) {
    section.order .container .total .pro-thumnail ul li:first-child {
        width: 20%;
    }
}
section.order .container .total .pro-thumnail ul li:last-child {
    width: 65%;
}
@media only screen and (max-width: 767px) {
    section.order .container .total .pro-thumnail ul li:last-child {
        width: 80%;
    }
}
section.order .container .total p {
    width: 100%;
    padding: 10px 20px 0px 20px;
    line-height: 20px;
    font-size: 14px;
    position: relative;
    color: #000;
}
section.order .container .total p span {
    position: absolute;
    right: 20px;
    font-size: 14px;
    font-weight: bold;
    color: #d32800;
}
section.order .container .total p.sum-price {
    padding: 30px 20px;
    font-size: 20px;
    font-weight: bold;
}
section.order .container .total p.sum-price span {
    font-size: 20px;
}
@media only screen and (width: 768px) {
    section.order .container .total {
        float: none;
        width: 100%;
        margin-top: 30px;
    }
}
@media only screen and (max-width: 767px) {
    section.order .container .total {
        float: none;
        width: 100%;
        margin-top: 30px;
    }
}
section.order .container .desc {
    padding: 20px;
}
section.order .container .desc p {
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #000;
}
section.order .container .desc p.finish-ad {
    font-size: 20px;
    font-weight: bold;
}
section.order .container .desc .cash {
    width: 500px;
    margin: 0 auto;
    margin-top: 50px;
    border: 5px solid #6e4ef7;
    padding: 20px;
}
section.order .container .desc .cash .cash-title {
    font-size: 18px;
    font-weight: bold;
}
section.order .container .desc .cash .cash-desc {
    font-size: 16px;
    color: #6e4ef7;
    font-weight: bold;
}
@media only screen and (max-width: 767px) {
    section.order .container .desc .cash {
        width: 100%;
    }
}
section.order .container .desc button {
    display: block;
    width: 500px;
    margin: 0 auto;
    text-align: center;
    background: #6e4ef7;
    font-size: 18px;
    padding: 20px;
    color: #fff;
    margin-top: 50px;
    border: none;
}
@media only screen and (max-width: 767px) {
    section.order .container .desc button {
        width: 100%;
    }
}
@media only screen and (max-width: 767px) {
    section.order .container .desc {
        padding: 20px 0;
    }
}
@media only screen and (max-width: 767px) {
    section.order {
        min-height: 0px;
        padding-top: 130px;
    }
}

section.experience {
    width: 100%;
    /*padding: 70px 0;*/
    min-height: 805px;
}
section.experience .container img {
    /*padding: 30px 0;*/
}
section.experience .container .map .map-title {
    padding: 30px 0;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    text-align: center;
}
section.experience .container .map p {
    padding: 20px 0;
    text-align: left;
}
section.experience .container .calendar {
    width: 100%;
}
section.experience .container .calendar .calendar-title {
    padding: 30px 0;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    text-align: center;
}
section.experience .container .calendar .ex-list {
    width: 100%;
    font-size: 0;
    text-align: center;
}
section.experience .container .calendar .ex-list ul {
    width: 100%;
    display: inline-block;
    margin-left: -15px;
    margin-right: -15px;
}
section.experience .container .calendar .ex-list ul li {
    float: left;
    width: 20%;
    padding: 10px 15px;
}
section.experience .container .calendar .ex-list ul li .item {
    border: 1px solid #f2f2f2;
}
section.experience .container .calendar .ex-list ul li .item .date {
    width: 100%;
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    font-family: "Roboto";
    margin-top: 20px;
    letter-spacing: -2px;
    color: #6e4ef7;
}
section.experience .container .calendar .ex-list ul li .item .day {
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-family: "Roboto";
    margin-top: 10px;
}
section.experience .container .calendar .ex-list ul li .item .select {
    margin-top: 5px;
}
section.experience .container .calendar .ex-list ul li .item .select select {
    font-size: 12px;
    border: 1px solid #e4e4e4;
}
section.experience .container .calendar .ex-list ul li .item .btn-ok {
    width: 60%;
    margin: 0 auto;
    background: #6e4ef7;
    text-align: center;
    margin-top: 20px;
    padding: 10px 0;
}
section.experience .container .calendar .ex-list ul li .item .btn-ok a {
    display: inline-block;
    width: 100%;
    color: #fff;
    font-size: 14px;
}
@media only screen and (max-width: 1248px) {
    section.experience .container .calendar .ex-list ul li {
        width: 33.333%;
    }
}
@media only screen and (max-width: 767px) {
    section.experience .container .calendar .ex-list ul li {
        width: 100%;
    }
}

section.themeshop {
    width: 100%;
    /*padding: 70px 0;*/
    /*min-height: 805px;*/
}

section.cueblog {
    width: 100%;
    /*min-height: 805px;*/
    margin-bottom:30px;
}

@media only screen and (max-width: 991px) {
    section.cueblog {
        /*padding-top: 60px;*/
    }
}

section.cueblog .tab-select {
    width: 100%;
    /*padding: 10px 0;*/
    border-bottom: 1px solid #e4e4e4;
    text-align: right;
}
section.cueblog .tab-select select {
    font-size: 12px;
}
section.cueblog .item {
    width: 100%;
    padding: 10px 0px;
}
section.cueblog .item ul li {
    float: left;
}
section.cueblog .item ul li .title {
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 0px;
    padding-bottom: 10px;
}

section.cueblog.cueboard .item ul li .title {
    padding-bottom: 0px;
}

section.cueblog .item ul li .info {
    font-size: 12px;
    color: #8a8a8a;
    padding: 10px 0;
    color: #c2c2c2;
}
section.cueblog .item ul li p {
    line-height: 20px;
}
@media only screen and (max-width: 767px) {
    section.cueblog .item ul li {
        float: none;
        width: 100%;
    }

    section.cueblog.cueboard .item ul li {
        float: left;
        width: 20%;
    }
}
section.cueblog.cueboard .item ul li:last-child {
    float: left;
    width: 20%;
}

section.cueblog .item ul li:first-child {
    width: 80%;
    padding-right: 50px;
}

section.cueblog.cueboard .item ul li:first-child {
    padding-right: 20px;
}

@media only screen and (max-width: 767px) {
    section.cueblog .item ul li:first-child {
        width: 100%;
        padding-right: 0px;
    }
    section.cueblog.cueboard .item ul li:first-child {
        width: 80%;
        padding-right: 0px;
    }

}

@media only screen and (min-width: 1248px) {
    section.cueblog .item ul li:last-child {
        width: 20%;
        max-height: 170px;
        overflow: hidden;
    }
}

section.cueblog .item ul li:last-child img {
    /*width: 100%;*/
}
5199 @media only screen and (max-width: 767px) {
    section.cueblog .item ul li:last-child {
        float: none;
        width: 100%;
    }
}

section.cueblogdetail {
    width: 100%;
    /*padding: 70px 0;*/
    padding-bottom:30px;
    min-height: 805px;
    /*padding-top: 130px;*/
}
section.cueblogdetail .container {
    width: 100%;
}
section.cueblogdetail .container .title {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #e4e4e4;
}
section.cueblogdetail .container .title h3 {
    font-size: 20px;
    padding: 10px 0;
    color: #000;
    text-align: left;
    font-weight: bold;
    /*letter-spacing: -2px;*/
}
section.cueblogdetail .container .title .info {
    position: absolute;
    right: 0;
    /*        top: 22px;*/
    font-size: 12px;
    color: #c2c2c2;
    font-weight: 100;
}
section.cueblogdetail .container .desc {
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom:15px;
}
section.cueblogdetail .container .reply-input {
    width: 100%;
    background: #f9f9f9;
    padding: 10px 20px 10px 20px;
    text-align: right;
    border-bottom: 1px dotted #e4e4e4;
}
section.cueblogdetail .container .reply-input .title {
    width: 100%;
    text-align: left;
    font-size: 14px;
    color: #8a8a8a;
    padding: 10px 0;
    border: 0px !important;
}
section.cueblogdetail .container .reply-input textarea,
section.cueblogdetail .container .comment-item textarea {
    width: 100%;
    border: 1px solid #f2f2f2;
    background: #fff;
    padding: 10px;
    font-size: 12px;
    line-height: 1.5;
    overflow: hidden;
}
section.cueblogdetail .container .reply-item {
    width: 100%;
    padding: 10px 20px 10px 20px;
    /*margin-top: 50px;*/
    text-align: left;
    background: #f9f9f9;
    border-bottom: 1px dotted #e4e4e4;
}
section.cueblogdetail .container .reply-item .re-reply,
section.cueblogdetail .container .re-reply-item .re-reply {
    text-align: center;
    display: inline-block;
    font-size: 10px;
    padding: 2px 2px;
    color: #8a8a8a;
    border: 1px solid #e4e4e4;
    background: #fff;
    cursor: pointer;
    line-height: 12px;
}
section.cueblogdetail .container .reply-item .info-line {
    width: 100%;
    /*border-bottom: 1px solid #e4e4e4;*/
}
section.cueblogdetail .container .reply-item .info-line ul li {
    margin: 0;
    padding: 0;
    float: left;
    color: #8a8a8a;
    font-size: 12px;
    line-height: 1.5;
}
section.cueblogdetail .container .reply-item .info-line ul li .title {
    width: 100%;
    text-align: left;
    font-size: 12px;
    color: #8a8a8a;
    border: 0px !important;
    padding-bottom: 0px;
    padding-top: 0px;
}
section.cueblogdetail .container .reply-item .info-line ul li.comment-time {
    float: right;
}
section.cueblogdetail .container .reply-item p,
section.cueblogdetail .container .re-reply-item p {
    font-size: 12px;
    padding: 5px 0 3px 10px;
}
section.cueblogdetail .container .re-reply-item {
    width: 100%;
    padding: 10px 20px 10px 35px;
    text-align: left;
    background: #f9f9f9 url("/img/comm_reply.gif") 24px 13px no-repeat;
    border-bottom: 1px dotted #e4e4e4;
}
section.cueblogdetail .container .re-reply-item .info-line ul li {
    margin: 0;
    padding: 0;
    float: left;
    color: #8a8a8a;
    font-size: 12px;
    line-height: 1.5;
}
section.cueblogdetail .container .re-reply-item .info-line ul li .title {
    width: 100%;
    text-align: left;
    font-size: 12px;
    color: #8a8a8a;
    border: 0px !important;
    padding-bottom: 0;
    padding-top: 0;
}
section.cueblogdetail .container .re-reply-item .info-line ul li.comment-time {
    float: right;
}

section.cuetube {
    width: 100%;
    padding: 70px 0;
    min-height: 805px;
}
section.cuetube .tab-select {
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #e4e4e4;
    text-align: right;
}
section.cuetube .tab-select select {
    font-size: 12px;
}
section.cuetube .item {
    width: 100%;
    padding: 20px 0px;
}
section.cuetube .item ul li {
    float: left;
}
section.cuetube .item ul li .title {
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}
@media only screen and (max-width: 767px) {
    section.cuetube .item ul li .title {
        text-align: center;
    }
}
section.cuetube .item ul li .info {
    font-size: 12px;
    color: #8a8a8a;
    padding: 10px 0;
    color: #c2c2c2;
}
section.cuetube .item ul li p {
    line-height: 20px;
}
@media only screen and (max-width: 767px) {
    section.cuetube .item ul li {
        float: none;
    }
}
section.cuetube .item ul li:first-child {
    width: 15%;
    padding-right: 20px;
}
@media only screen and (max-width: 767px) {
    section.cuetube .item ul li:first-child {
        width: 100%;
        padding-right: 0px;
        text-align: center;
    }
}
section.cuetube .item ul li:last-child {
    width: 85%;
}
section.cuetube .item ul li:last-child img {
    width: 100%;
}
@media only screen and (max-width: 767px) {
    section.cuetube .item ul li:last-child {
        width: 100%;
        text-align: center;
    }
}

section.use-review {
    width: 100%;
    padding: 70px 0;
    min-height: 805px;
}
section.use-review .tab-select {
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #e4e4e4;
    text-align: right;
}
section.use-review .tab-select .btn-write {
    display: inline-block;
    font-size: 12px;
    margin-top: 10px;
    padding: 10px 20px;
    color: #fff;
    border: 1px solid #e4e4e4;
    background: #000;
}
section.use-review .reply-input {
    width: 100%;
    margin-top: 50px;
    border: 1px solid #e4e4e4;
    padding: 20px;
    text-align: right;
}
section.use-review .reply-input .title {
    width: 100%;
    text-align: left;
    font-size: 14px;
    color: #8a8a8a;
    padding: 10px 0;
    border: 0px !important;
}
section.use-review .reply-input .btn-write {
    display: inline-block;
    font-size: 12px;
    margin-top: 10px;
    padding: 10px 20px;
    color: #fff;
    border: 1px solid #e4e4e4;
    background: #000;
}
section.use-review .reply-input textarea {
    width: 100%;
    margin-top: 10px;
    border: 1px solid #f2f2f2;
    background: #ffff;
    padding: 20px;
    font-size: 14px;
}
section.use-review .reply-input .btn-replywrite {
    display: inline-block;
    font-size: 12px;
    margin-top: 10px;
    padding: 10px 20px;
    color: #fff;
    border: 1px solid #e4e4e4;
    background: #000;
}
section.use-review .item {
    width: 100%;
    padding: 20px 0px;
    border-bottom: 1px solid #e4e4e4;
}
section.use-review .item ul li {
    float: left;
}
section.use-review .item ul li .title {
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    padding-top: 15px;
    padding-bottom: 0px !important;
}
@media only screen and (max-width: 1248px) {
    section.use-review .item ul li .title {
        padding-top: 8px !important;
        padding-bottom: 0px !important;
    }
}
@media only screen and (max-width: 767px) {
    section.use-review .item ul li .title {
        padding-top: 20px !important;
        padding-bottomm: 0px !important;
    }
}
section.use-review .item ul li .info {
    width: 100%;
    position: relative;
    font-size: 12px;
    color: #8a8a8a;
    padding: 10px 0;
    color: #c2c2c2;
}
section.use-review .item ul li .info .btn-buy {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 12px;
    padding: 8px 10px;
    color: #8a8a8a;
    border: 1px solid #e4e4e4;
}
@media only screen and (max-width: 767px) {
    section.use-review .item ul li .info {
        padding-top: 5px !important;
    }
}
section.use-review .item ul li p {
    line-height: 20px;
}
@media only screen and (max-width: 767px) {
    section.use-review .item ul li {
        float: none;
        width: 100%;
    }
}
section.use-review .item ul li:first-child {
    width: 15%;
    padding-right: 20px;
}
@media only screen and (max-width: 767px) {
    section.use-review .item ul li:first-child {
        width: 100%;
    }
}
section.use-review .item ul li:last-child {
    width: 85%;
}
section.use-review .item ul li:last-child img {
    width: 100%;
}
@media only screen and (max-width: 767px) {
    section.use-review .item ul li:last-child {
        width: 100%;
    }
}
section.use-review .item .review-item {
    display: none;
    width: 100%;
    padding: 20px 0px;
    text-align: left;
}
section.use-review .item .review-item .btn-buy {
    text-align: center;
    display: inline-block;
    font-size: 12px;
    padding: 5px;
    color: #8a8a8a;
    border: 1px solid #e4e4e4;
}
section.use-review .item .review-item .buy-option {
    width: 100%;
    padding-top: 20px;
    text-align: left;
    font-size: 12px;
    color: #8a8a8a;
}
section.use-review .item .review-item .grade-line {
    width: 100%;
    margin-top: 10px;
    position: relative;
}
section.use-review .item .review-item .grade-line .grade {
    height: 15px;
    text-align: left;
}
section.use-review .item .review-item .grade-line .grade i {
    font-size: 12px;
    color: #a8a8a8;
}
section.use-review .item .review-item .grade-line .grade .black {
    color: #000;
}
section.use-review .item .review-item .grade-line .grade span {
    display: inline-block;
    padding-left: 5px;
    font-size: 12px;
    color: #a8a8a8;
}
section.use-review .item .review-item .grade-line .info {
    position: absolute;
    right: 0;
    top: 0;
    color: #8a8a8a;
    font-size: 12px;
}
section.use-review .item .review-item img {
    padding: 20px 0;
}
section.use-review .item .review-item p {
    padding: 15px 0;
}
section.use-review .item-write {
    width: 100%;
    padding: 20px 0px;
    border-bottom: 1px solid #e4e4e4;
}
section.use-review .item-write ul li {
    float: left;
}
section.use-review .item-write ul li .title {
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    padding-top: 15px;
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}
@media only screen and (max-width: 1248px) {
    section.use-review .item-write ul li .title {
        padding-top: 8px !important;
        padding-bottom: 0px !important;
    }
}
@media only screen and (max-width: 767px) {
    section.use-review .item-write ul li .title {
        padding-top: 20px !important;
        padding-bottom: 0px !important;
    }
}
section.use-review .item-write ul li .info {
    width: 100%;
    position: relative;
    font-size: 12px;
    color: #8a8a8a;
    padding: 10px 0;
    color: #c2c2c2;
}
section.use-review .item-write ul li .info .btn-buy {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 12px;
    padding: 8px 10px;
    color: #8a8a8a;
    border: 1px solid #e4e4e4;
}
@media only screen and (max-width: 767px) {
    section.use-review .item-write ul li .info {
        padding-top: 5px !important;
    }
}
section.use-review .item-write ul li p {
    line-height: 20px;
}
@media only screen and (max-width: 767px) {
    section.use-review .item-write ul li {
        float: none;
        width: 100%;
    }
}
section.use-review .item-write ul li:first-child {
    width: 15%;
    padding-right: 20px;
}
@media only screen and (max-width: 767px) {
    section.use-review .item-write ul li:first-child {
        width: 100%;
    }
}
section.use-review .item-write ul li:last-child {
    width: 85%;
}
section.use-review .item-write ul li:last-child img {
    width: 100%;
}
@media only screen and (max-width: 767px) {
    section.use-review .item-write ul li:last-child {
        width: 100%;
    }
}

section.cue-history {
    width: 100%;
    padding: 70px 0;
    min-height: 805px;
}
section.cue-history .selecter {
    position: relative;
    width: 100%;
    margin-top: 30px;
    padding: 20px;
    background: #f2f2f2;
    text-align: center;
}
section.cue-history .selecter ul {
    display: inline-block;
}
section.cue-history .selecter ul li {
    float: left;
    padding: 0 2px;
    position: relative;
}
section.cue-history .selecter ul li select {
    border: 1px solid #e4e4e4;
    font-size: 14px;
    background: #fff;
    height: 24px;
}
@media only screen and (max-width: 767px) {
    section.cue-history .selecter ul li select {
        font-size: 12px;
    }
}
section.cue-history .selecter ul li input {
    border: 1px solid #e4e4e4;
    height: 24px !important;
    font-size: 14px;
    padding: 2px 0px;
}
@media only screen and (max-width: 767px) {
    section.cue-history .selecter ul li input {
        font-size: 12px;
        width: 100px;
    }
}
section.cue-history .selecter ul li a {
    position: absolute;
    top: 2px;
    display: inline-block;
}
section.cue-history .selecter ul li a i {
    padding: 0 4px;
}
@media only screen and (max-width: 1248px) {
    section.cue-history .selecter {
        margin-top: 0px;
        padding: 20px 20px 20px 5px;
    }
}
@media only screen and (max-width: 767px) {
    section.cue-history .selecter {
        margin-top: 0px;
        padding: 20px 10x 20px 0px;
    }
}
section.cue-history .sort {
    width: 100%;
    text-align: right;
    padding: 50px 0 20px 0;
}
section.cue-history .sort a {
    height: 6px;
    border-right: 1px solid #e4e4e4 !important;
    font-size: 12px;
    padding: 0 10px;
    text-align: center;
}
section.cue-history .sort .last-alink {
    border-right: 0px !important;
}
section.cue-history .sort .active {
    font-weight: bold;
}
section.cue-history .sort a.bn {
    border: none;
}
section.cue-history table.history-table-pc {
    width: 100%;
    border-top: 2px solid #000;
}
section.cue-history table.history-table-pc th {
    font-size: 13px;
    padding: 10px;
    background: #fff;
    letter-spacing: -1px;
    border-bottom: 1px solid #000;
    color: #000;
    line-height: 30px !important;
    text-align: center;
}
section.cue-history table.history-table-pc td {
    font-size: 13px;
    padding: 10px 0;
    border-bottom: 1px solid #e4e4e4;
    color: #8a8a8a;
    text-align: center;
}
section.cue-history table.history-table-pc td .btn-more {
    display: inline-block;
    padding: 5px;
    background: #fff;
    border: 1px solid #e4e4e4;
}
section.cue-history table.history-table-pc tbody tr:hover {
    background: #f2f2f2 !important;
}
@media only screen and (max-width: 767px) {
    section.cue-history table.history-table-pc {
        display: none;
    }
}
section.cue-history table.history-table-mb {
    display: none;
    width: 100%;
    margin-top: 20px;
    border-top: 2px solid #000;
}
section.cue-history table.history-table-mb th {
    font-size: 12px;
    background: #fff;
    letter-spacing: -1px;
    border-bottom: 1px solid #000;
    color: #000;
    line-height: 30px !important;
    text-align: center;
}
section.cue-history table.history-table-mb td {
    font-size: 12px;
    padding: 10px 0;
    border-bottom: 1px solid #e4e4e4;
    color: #8a8a8a;
    text-align: center;
}
section.cue-history table.history-table-mb td .btn-more {
    display: inline-block;
    padding: 4px 2px;
    background: #fff;
    border: 1px solid #e4e4e4;
}
@media only screen and (max-width: 767px) {
    section.cue-history table.history-table-mb {
        display: table;
    }
}

section.guide {
    width: 100%;
    padding: 70px 0;
    min-height: 805px;
    padding-top: 130px;
}
section.guide .tab-menu {
    /*width: 100%;*/
    padding-top: 20px;
    margin: 0 20px;
}
section.guide .tab-menu .tablink {
    background-color: #fff;
    color: white;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    font-size: 16px;
    width: 33.3333%;
    color: #000;
    border-top: 1px solid #6e4ef7;
    border-bottom: 3px solid #6e4ef7;
}
@media only screen and (max-width: 767px) {
    section.guide .tab-menu .tablink {
        padding: 14px 5px;
        font-size: 12px;
    }
}
section.guide .tab-menu .tablink:hover {
    background-color: #f2f2f2;
    color: #000;
}
section.guide .tab-menu .tabcontent {
    color: white;
    display: none;
    padding-top: 100px;
    text-align: center;
}
section.guide .tab-menu .tabcontent h3 {
    font-size: 20px;
    padding-bottom: 50px;
    color: #000;
    font-weight: bold;
    letter-spacing: -2px;
}
section.guide .tab-menu .tabcontent p {
    font-size: 14px;
    padding-bottom: 50px;
    letter-spacing: -1px;
}
@media only screen and (max-width: 767px) {
    section.guide .tab-menu .tabcontent p {
        font-size: 12px;
    }
}
section.guide .tab-menu .tabcontent img {
    width: auto;
}
section.guide .tab-menu .tabcontent .que-info {
    width: 100%;
}
section.guide .tab-menu .tabcontent .que-info ul li {
    width: 50%;
    float: left;
    padding: 10px;
}
section.guide .tab-menu .tabcontent .que-info ul li h4 {
    width: 100%;
    font-size: 20px;
    padding: 20px 0;
    text-align: center;
    color: #8a8a8a;
    font-weight: bold;
}
section.guide .tab-menu .tabcontent .que-info ul li table {
    width: 100%;
    border-left: 1px solid #e4e4e4;
    border-top: 1px solid #e4e4e4;
}
section.guide .tab-menu .tabcontent .que-info ul li table th {
    font-size: 13px;
    padding: 10px;
    background: #f2f2f2;
    letter-spacing: -1px;
    border-right: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    color: #000;
    line-height: 30px !important;
}
section.guide .tab-menu .tabcontent .que-info ul li table td {
    color: #8a8a8a;
    font-size: 13px;
    padding: 10px;
    background: #fff;
    text-align: left;
    letter-spacing: -1px;
    border-right: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    line-height: 30px !important;
    position: relative;
}
section.guide .tab-menu .tabcontent .que-info ul li table td .btn-table a {
    width: auto;
    position: absolute;
    color: #fff;
    padding: 2px 6px;
    background: #666;
    display: inline-block;
    color: #fff;
    margin: 0 5px;
    line-height: 20px;
}
section.guide
    .tab-menu
    .tabcontent
    .que-info
    ul
    li
    table
    td
    .btn-table
    a:first-child {
    z-index: 100;
}
section.guide .tab-menu .tabcontent .product {
    width: 100%;
    padding-bottom: 100px;
    text-align: center;
}
section.guide .tab-menu .tabcontent .product ul {
    display: inline-block;
    margin-left: -24px;
    margin-right: -24px;
    margin-top: 15px;
}
section.guide .tab-menu .tabcontent .product ul li {
    float: left;
    width: 25%;
    padding: 15px 0px;
}
section.guide .tab-menu .tabcontent .product ul li .item {
    position: relative;
    width: 270px;
    margin: 0 auto;
}
section.guide .tab-menu .tabcontent .product ul li .item .radio {
    width: 100%;
    text-align: center;
    padding: 10px 0;
}
section.guide .tab-menu .tabcontent .product ul li .item .radio input {
    width: 12px;
    height: 12px;
    border: 1px solid #e4e4e4;
}
section.guide .tab-menu .tabcontent .product ul li .item .thumbnail {
    width: 100%;
    margin: 0 auto;
    border: 1px solid #f2f2f2;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
}
section.guide .tab-menu .tabcontent .product ul li .item .thumbnail img {
    width: 100%;
}
section.guide .tab-menu .tabcontent .product ul li .item .thumbnail:hover {
    border: 1px solid #6e4ef7;
}
section.guide .tab-menu .tabcontent .product ul li .item .grade {
    width: 270px;
    position: absolute;
    z-index: 100;
    right: 8px;
    top: 248px;
    text-align: right;
}
section.guide .tab-menu .tabcontent .product ul li .item .grade i {
    font-size: 10px;
    color: #a8a8a8;
}
section.guide .tab-menu .tabcontent .product ul li .item .grade .black {
    color: #000;
}
section.guide .tab-menu .tabcontent .product ul li .item .booking {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding: 10px 5px;
    border-bottom: 1px solid #f2f2f2;
}
section.guide
    .tab-menu
    .tabcontent
    .product
    ul
    li
    .item
    .booking
    .manufacturer {
    float: left;
    font-size: 12px;
    color: #8a8a8a;
    letter-spacing: -1px;
}
section.guide .tab-menu .tabcontent .product ul li .item .booking .b-state {
    float: right;
    font-size: 12px;
    color: #8a8a8a;
}
section.guide .tab-menu .tabcontent .product ul li .item .name {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding: 10px 5px;
    font-size: 14px;
    text-align: center;
    letter-spacing: -1px;
    margin-top: 4px;
}
section.guide .tab-menu .tabcontent .product ul li .item .now-price {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 5px;
    font-size: 13px;
    text-align: center;
    text-decoration: line-through;
}
section.guide .tab-menu .tabcontent .product ul li .item .sale-price {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding: 5px 5px;
    font-size: 16px;
    color: #000;
    font-weight: bold;
    text-align: center;
    text-decoration: line-through;
}
section.guide .tab-menu .tabcontent .product ul li .item .btn {
    width: 100%;
    padding-top: 10px;
}
section.guide .tab-menu .tabcontent .product ul li .item .btn .btn-addque {
    width: 49%;
    float: left;
    background: #6e4ef7;
}
section.guide .tab-menu .tabcontent .product ul li .item .btn .btn-addque a {
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
    text-align: center;
    font-size: 14px;
}
section.guide .tab-menu .tabcontent .product ul li .item .btn-detail {
    width: 49%;
    float: right;
    background: #000;
}
section.guide .tab-menu .tabcontent .product ul li .item .btn-detail a {
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
    text-align: center;
    font-size: 14px;
}
section.guide .tab-menu .tabcontent .qna-writer {
    float: right;
    padding: 10px 20px;
    font-size: 14px;
    color: #000;
    border: 1px solid #000;
    margin-bottom: 50px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
}
section.guide .tab-menu .tabcontent .qna-writer:hover {
    background: #000;
    color: #fff;
}
section.guide .tab-menu .tabcontent .btn-writer {
    width: 150px;
    margin: 0 auto;
    padding: 10px 20px;
    font-size: 14px;
    color: #000;
    border: 1px solid #000;
    margin-bottom: 50px;
    margin-top: 50px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
}
section.guide .tab-menu .tabcontent .btn-writer:hover {
    background: #000;
    color: #fff;
}
section.guide .tab-menu .tabcontent table.qna-table {
    width: 100%;
    border-top: 2px solid #000;
}
section.guide .tab-menu .tabcontent table.qna-table th {
    font-size: 13px;
    padding: 10px;
    background: #fff;
    letter-spacing: -1px;
    border-bottom: 1px solid #000;
    color: #000;
    line-height: 30px !important;
}
section.guide .tab-menu .tabcontent table.qna-table td {
    font-size: 13px;
    padding: 10px 0;
    background: #fff;
    border-bottom: 1px solid #e4e4e4;
    color: #8a8a8a;
    line-height: 30px !important;
}
section.guide .tab-menu .tabcontent table.qna-table tr.atr {
    display: none;
}
section.guide .tab-menu .tabcontent table.qna-table td.aline {
    width: 100%;
    background: #f2f2f2;
}
section.guide .tab-menu .tabcontent table.qna-table td.aline .answer ul li {
    padding: 10px 20px;
    text-align: left;
}
section.guide
    .tab-menu
    .tabcontent
    table.qna-table
    td.aline
    .answer
    ul
    li:first-child {
    border-bottom: 1px solid #e4e4e4;
}
section.guide .tab-menu .tabcontent table.qna-write {
    width: 100%;
    border-top: 2px solid #000;
}
section.guide .tab-menu .tabcontent table.qna-write th {
    border-bottom: 1px solid #e4e4e4;
    color: #000;
    font-size: 13px;
    padding: 10px;
    vertical-align: middle;
}
section.guide .tab-menu .tabcontent table.qna-write td {
    text-align: left;
    border-bottom: 1px solid #e4e4e4;
    color: #8a8a8a;
    font-size: 13px;
    padding: 10px;
}
section.guide .tab-menu .tabcontent table.qna-write td textarea {
    width: 100%;
    height: 300px;
    padding: 10px;
    background: #f2f2f2;
    border: 1px solid #e4e4e4;
}
section.guide .tab-menu .tabcontent table.review-write {
    width: 100%;
    border-top: 2px solid #000;
}
section.guide .tab-menu .tabcontent table.review-write th {
    border-bottom: 1px solid #e4e4e4;
    color: #000;
    font-size: 13px;
    padding: 10px;
    vertical-align: middle;
}
section.guide .tab-menu .tabcontent table.review-write td {
    text-align: left;
    border-bottom: 1px solid #e4e4e4;
    color: #8a8a8a;
    font-size: 13px;
    padding: 10px;
}
section.guide .tab-menu .tabcontent table.review-write td textarea {
    width: 100%;
    height: 200px;
    padding: 10px;
    background: #f2f2f2;
    border: 1px solid #e4e4e4;
}
section.guide .tab-menu .tabcontent table.review-write td .grade-select {
    width: 100%;
    text-align: left;
}
section.guide .tab-menu .tabcontent table.review-write td .grade-select ul li {
    margin-right: 5px;
    float: left;
}
section.guide
    .tab-menu
    .tabcontent
    table.review-write
    td
    .grade-select
    ul
    li
    i {
    font-size: 12px;
}
section.guide
    .tab-menu
    .tabcontent
    table.review-write
    td
    .grade-select
    ul
    li
    input {
    position: relative;
    top: 3px;
    padding-right: 3px;
}
section.guide .tab-menu .tabcontent .page-box {
    width: 100%;
    margin-top: 30px;
}
section.guide .tab-menu .tabcontent .page-box .page {
    text-align: center;
    height: 35px;
}
section.guide .tab-menu .tabcontent .page-box .page ul.pul {
    display: inline-block;
}
section.guide .tab-menu .tabcontent .page-box .page ul.pul li.pli {
    float: left;
    width: 35px;
}
section.guide .tab-menu .tabcontent .page-box .page ul.pul li.pli img {
    width: 100%;
}
section.guide .tab-menu .tabcontent .page-box .page ul.pul li.pli .pn {
    width: 35px;
    height: 26px;
    text-align: center;
    font-size: 14px;
    color: #bbbbbb;
    padding-top: 10px;
}
section.guide .tab-menu .tabcontent .page-box .page ul.pul li.pli .pn_on {
    width: 35px;
    height: 26px;
    text-align: center;
    font-size: 14px;
    color: #000;
    font-weight: bold;
    padding-top: 10px;
}
section.guide .tab-menu .tabcontent .page-box .page li:last-child {
    border: none;
}
section.guide .tab-menu .tabcontent .review-writer {
    width: 100%;
    padding: 30px 0px;
    text-align: center;
    border: 1px solid #e4e4e4;
}
section.guide .tab-menu .tabcontent .review-writer .grade {
    text-align: center;
}
section.guide .tab-menu .tabcontent .review-writer .grade i {
    font-size: 15px;
    color: #a8a8a8;
}
section.guide .tab-menu .tabcontent .review-writer .grade .black {
    color: #000;
}
section.guide .tab-menu .tabcontent .review-writer .grade p {
    font-size: 20px;
    padding: 0 0;
}
section.guide .tab-menu .tabcontent .review-writer .btn-writer {
    width: 150px;
    margin: 0 auto;
    padding: 10px 20px;
    font-size: 14px;
    color: #000;
    border: 1px solid #000;
    margin-bottom: 10px;
    margin-top: 10px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
}
section.guide .tab-menu .tabcontent .review-writer .btn-writer:hover {
    background: #000;
    color: #fff;
}
section.guide .tab-menu .tabcontent .review-writer p {
    padding: 0;
}
section.guide .tab-menu .tabcontent .review-chart {
    margin-top: 50px;
    padding: 30px 100px;
    width: 100%;
    text-align: center;
    border: 1px solid #e4e4e4;
}
section.guide .tab-menu .tabcontent .review-chart ul li {
    float: left;
    color: #000;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    width: 50%;
    padding: 10px 0;
    overflow: hidden;
}
section.guide .tab-menu .tabcontent .review-chart ul li .star-chart {
    top: 25px;
    position: relative;
    width: 372px;
    height: 208px;
    margin: 0 auto;
    background: url(/img/star_chart.jpg) no-repeat;
}
section.guide .tab-menu .tabcontent .review-chart ul li .star-chart .row-bar {
    font-family: "Noto Sans KR";
    text-align: right;
    color: #fff;
    font-weight: lighter;
    padding-right: 5px;
    font-size: 8px;
    line-height: 30px;
    margin-left: 118px;
    margin-bottom: 9px;
    max-width: 254px;
    height: 30px;
    background: #6e4ef7;
}
section.guide .tab-menu .tabcontent .review-chart ul li .stick-chart {
    width: 400px;
    height: 240px;
    margin: 0 auto;
    position: relative;
    padding-left: 52px;
    padding-bottom: 23px;
    background: url(/img/stick_chart.jpg) no-repeat;
}
section.guide
    .tab-menu
    .tabcontent
    .review-chart
    ul
    li
    .stick-chart
    .column-bar {
    vertical-align: top;
    padding-top: 5px;
    font-family: "Noto Sans KR";
    float: left;
    margin-right: 37px;
    color: #fff;
    font-weight: lighter;
    font-size: 8px;
    width: 30px;
    max-height: 218px;
    background: #6e4ef7;
}
section.guide .tab-menu .tabcontent .review-item {
    width: 100%;
    padding: 20px 0px;
    text-align: left;
    border-bottom: 1px solid #f2f2f2;
}
section.guide .tab-menu .tabcontent .review-item .btn-buy {
    text-align: center;
    display: inline-block;
    font-size: 12px;
    padding: 5px;
    color: #8a8a8a;
    border: 1px solid #e4e4e4;
}
section.guide .tab-menu .tabcontent .review-item .buy-option {
    width: 100%;
    padding-top: 20px;
    text-align: left;
    font-size: 12px;
    color: #8a8a8a;
}
section.guide .tab-menu .tabcontent .review-item .grade-line {
    width: 100%;
    margin-top: 10px;
    position: relative;
}
section.guide .tab-menu .tabcontent .review-item .grade-line .grade {
    height: 15px;
    text-align: left;
}
section.guide .tab-menu .tabcontent .review-item .grade-line .grade i {
    font-size: 12px;
    color: #a8a8a8;
}
section.guide .tab-menu .tabcontent .review-item .grade-line .grade .black {
    color: #000;
}
section.guide .tab-menu .tabcontent .review-item .grade-line .grade span {
    display: inline-block;
    padding-left: 5px;
    font-size: 12px;
    color: #a8a8a8;
}
section.guide .tab-menu .tabcontent .review-item .grade-line .info {
    position: absolute;
    right: 0;
    top: 3px;
    color: #8a8a8a;
    font-size: 12px;
}
section.guide .tab-menu .tabcontent .review-item .grade {
    height: 15px;
    text-align: left;
}
section.guide .tab-menu .tabcontent .review-item .grade i {
    font-size: 12px;
    color: #a8a8a8;
}
section.guide .tab-menu .tabcontent .review-item .grade .black {
    color: #000;
}
section.guide .tab-menu .tabcontent .review-item .grade span {
    display: inline-block;
    padding-left: 5px;
    font-size: 12px;
    color: #a8a8a8;
}
section.guide .tab-menu .tabcontent .review-item p {
    padding: 15px 0;
}
section.guide .tab-menu .defaultOpen {
    display: block;
}
section.guide #tab02,
section.guide #tab03 {
    display: none;
}
section.guide .guideqna {
    padding: 20px;
    /*border-top: 2px solid #000;*/
}
section.guide .guideqna ul li {
    width: 100%;
    padding: 10px 10px;
    font-size: 14px;
    border-bottom: 1px solid #f2f2f2;
    position: relative;
}
section.guide .guideqna ul li .number {
    font-family: "Roboto";
    color: #6e4ef7;
    font-weight: bold;
    letter-spacing: 1px;
}
section.guide .guideqna ul li i {
    color: #6e4ef7;
    position: absolute;
    top: 10px;
    right: 0;
    display: inline-block;
    width: 20px;
    height: 20px;
}
section.guide .guideqna ul li .desc {
    display: none;
    width: 100%;
    margin-top: 10px;
    padding: 10px 16px;
    background: #f2f2f2;
    border-radius: 10px;
}
@media only screen and (max-width: 767px) {
    section.guide .guideqna ul li p {
        font-size: 12px;
    }
}
@media only screen and (max-width: 767px) {
    section.guide .guideqna ul li {
        font-size: 12px;
    }
}
@media only screen and (max-width: 767px) {
    section.guide .guideqna {
        padding: 20px 0px;
    }
}
@media only screen and (max-width: 767px) {
    section.guide {
        padding-top: 0px;
        padding-top: 70px;
    }
}

section.notice {
    width: 100%;
    padding: 70px 0;
    min-height: 805px;
    padding-top: 130px;
}

section.cueboard {
    width: 100%;
    min-height: 805px;
    margin-bottom: 30px;
}

section.notice table.notice-table {
    width: 100%;
    margin-top: 50px;
    border-top: 2px solid #000;
    table-layout: fixed;
}
section.notice table.notice-table th {
    font-size: 13px;
    padding: 10px;
    background: #fff;
    letter-spacing: -1px;
    border-bottom: 1px solid #000;
    color: #000;
    line-height: 30px !important;
    text-align: center;
}
section.notice table.notice-table td {
    font-size: 13px;
    padding: 15px 0;
    border-bottom: 1px solid #e4e4e4;
    color: #8a8a8a;
    text-align: center;
}
section.notice table.notice-table td .btn-more {
    display: inline-block;
    padding: 5px;
    background: #fff;
    border: 1px solid #e4e4e4;
}
section.notice table.notice-table td.sjt {
    text-align: left !important;
    padding-left: 5px;
    text-overflow: ellipsis;
    overflow: hidden;
}
section.notice table.notice-table td.sjt .impor {
    padding: 0 5px;
    color: #fff;
    font-size: 12px;
    background: #6e4ef7;
}
section.notice table.notice-table tbody tr:hover {
    background: #f2f2f2 !important;
}
@media only screen and (max-width: 767px) {
    section.notice {
        min-height: 0px;
        padding-top: 80px;
    }
    section.cueboard {
        min-height: 0px;
        padding-top: 0px;
        padding-bottom: 20px
    }
}

section.notice-detail {
    width: 100%;
    padding: 70px 0;
    min-height: 805px;
    padding-top: 130px;
}
section.notice-detail table.notice-desc {
    width: 100%;
    border-top: 2px solid #000;
    margin-top: 50px;
}
section.notice-detail table.notice-desc th {
    border-bottom: 1px solid #e4e4e4;
    color: #000;
    font-size: 13px;
    padding: 15px 10px;
    vertical-align: middle;
}
section.notice-detail table.notice-desc td {
    text-align: left;
    border-bottom: 1px solid #e4e4e4;
    color: #8a8a8a;
    font-size: 13px;
    padding: 15px 10px;
}
section.notice-detail table.notice-desc td textarea {
    width: 100%;
    height: 200px;
    padding: 10px;
    background: #f2f2f2;
    border: 1px solid #e4e4e4;
}
section.notice-detail table.notice-desc td .grade-select {
    width: 100%;
    text-align: left;
}
section.notice-detail table.notice-desc td .grade-select ul li {
    margin-right: 5px;
    float: left;
}
section.notice-detail table.notice-desc td .grade-select ul li i {
    font-size: 12px;
}
section.notice-detail table.notice-desc td .grade-select ul li input {
    position: relative;
    top: 3px;
    padding-right: 3px;
}
section.notice-detail .tab-select {
    padding: 20px 0;
    text-align: right;
}
section.notice-detail .tab-select .btn-write {
    display: inline-block;
    font-size: 12px;
    margin-top: 10px;
    padding: 10px 20px;
    color: #fff;
    border: 1px solid #e4e4e4;
    background: #000;
}
@media only screen and (max-width: 767px) {
    section.notice-detail {
        min-height: 0px;
        padding-top: 80px;
    }
}

section.mypage {
    width: 100%;
    padding: 70px 0;
    min-height: 805px;
    padding-top: 130px;
}
section.mypage .container {
    width: 100%;
    overflow: hidden;
    position: relative;
}
section.mypage .container .left-menu {
    float: left;
    width: 250px;
    height: 100%;
    padding-bottom: 100px;
    border: 1px solid #f2f2f2;
}
section.mypage .container .left-menu .title {
    margin-bottom: 0px !important;
    position: relative;
    font-size: 14px;
    padding: 10px;
    color: #fff;
    background: #6e4ef7;
    font-weight: 300 !important;
    text-align: left;
    padding-bottom: 10px !important;
    margin-bottom: 0px !important;
}
section.mypage .container .left-menu .menu-title {
    width: 90%;
    margin: 0 auto;
    text-align: left;
    color: #000;
    margin-top: 20px;
    font-size: 13px;
    padding: 10px;
    background: #f2f2f2;
}
section.mypage .container .left-menu .menu-item {
    width: 100%;
    padding: 10px 20px 0px 20px;
}
section.mypage .container .left-menu .menu-item ul li {
    width: 100%;
    font-size: 13px;
    padding: 8px 0;
    border-bottom: 1px solid #e4e4e4;
}
section.mypage .container .left-menu .center {
    width: 100%;
    padding: 20px 20px;
}
section.mypage .container .left-menu .center .cname {
    font-size: 16px;
    font-weight: bold;
    color: #000;
}
@media only screen and (max-width: 767px) {
    section.mypage .container .left-menu .center .cname {
        font-size: 14px;
    }
}
section.mypage .container .left-menu .center .tel {
    line-height: 40px;
    font-family: "Roboto";
    font-size: 35px;
    font-weight: bold;
    color: #6e4ef7;
    letter-spacing: -2px;
}
@media only screen and (max-width: 767px) {
    section.mypage .container .left-menu .center .tel {
        font-size: 20px;
    }
}
section.mypage .container .left-menu .center .time {
    font-size: 12px;
    color: #8a8a8a;
}
@media only screen and (max-width: 767px) {
    section.mypage .container .left-menu {
        display: none;
    }
}
section.mypage .container .page {
    float: right;
    width: 947px;
}
section.mypage .container .page .page-title {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #e4e4e4;
    position: relative;
}
section.mypage .container .page .page-title .breadcrumb {
    position: absolute;
    font-size: 12px;
    font-weight: 300;
    color: #8a8a8a;
    right: 0;
    top: 5px;
}
@media only screen and (max-width: 767px) {
    section.mypage .container .page .page-title .breadcrumb {
        display: none;
    }
}
section.mypage .container .page .bdn {
    border: none;
}
section.mypage .container .page .table-title {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    padding: 30px 0 10px 0;
    position: relative;
}
section.mypage .container .page .table-title .btn-bills {
    position: absolute;
    right: 0;
    top: 26px;
    padding: 5px;
    border: 1px solid #e4e4e4;
    color: #8a8a8a;
    font-size: 12px;
    font-weight: 300;
}
section.mypage .container .page .mt50 {
    margin-top: 50px;
}
section.mypage .container .page .step ul li {
    float: left;
}
section.mypage .container .page .step ul li.item {
    margin: 30px 0;
    padding: 0px 38px;
}
section.mypage .container .page .step ul li.item img {
    width: 100px;
    padding-bottom: 10px;
}
@media only screen and (width: 768px) {
    section.mypage .container .page .step ul li.item img {
        width: 67px;
    }
}
@media only screen and (max-width: 767px) {
    section.mypage .container .page .step ul li.item img {
        width: 100%;
    }
}
section.mypage .container .page .step ul li.item p {
    color: #000;
    font-weight: bold;
    font-size: 14px;
    text-align: center !important;
    padding: 0 !important;
}
@media only screen and (max-width: 767px) {
    section.mypage .container .page .step ul li.item p {
        font-size: 12px;
    }
}
@media only screen and (max-width: 1248px) {
    section.mypage .container .page .step ul li.item {
        padding: 0px 20px;
    }
}
@media only screen and (width: 768px) {
    section.mypage .container .page .step ul li.item {
        padding: 0px 13px;
    }
}
@media only screen and (max-width: 767px) {
    section.mypage .container .page .step ul li.item {
        width: 20%;
        margin: 10px 0;
        padding: 0 4px;
    }
}
section.mypage .container .page .step ul li.item.br1 {
    border-right: 1px solid #e4e4e4;
}
@media only screen and (max-width: 767px) {
    section.mypage .container .page .step ul li.item.br1 {
        border: none;
    }
}
section.mypage .container .page .step ul li.arrow {
    width: 15px;
    position: relative;
    left: -5px;
}
section.mypage .container .page .step ul li.arrow img {
    position: absolute;
    top: 65px;
    width: 100%;
}
@media only screen and (max-width: 1248px) {
    section.mypage .container .page .step ul li.arrow {
        width: 10px;
        left: -5px;
        top: 10px;
        position: relative;
    }
}
@media only screen and (max-width: 767px) {
    section.mypage .container .page .step ul li.arrow {
        display: none;
    }
}
section.mypage .container .page .order-search-pc {
    width: 100%;
    padding: 20px;
    background: #f2f2f2;
    font-size: 14px;
}
section.mypage .container .page .order-search-pc ul li {
    float: left;
    font-size: 14px;
    line-height: 24px;
    padding: 0 2px;
}
section.mypage .container .page .order-search-pc ul li .btn-month {
    line-height: 15px;
    border: 1px solid #e4e4e4;
    background: #fff;
    color: #8a8a8a;
    font-size: 12px;
    padding: 5px 10px;
}
section.mypage .container .page .order-search-pc ul li input {
    /*width: 170px;*/
    width: 100px;
    height: 27px;
    line-height: 27px;
    font-size: 12px;
    background: url("/img/cal_back.jpg");
}
@media only screen and (max-width: 767px) {
    section.mypage .container .page .order-search-pc ul li input {
        width: 70px;
    }
}
section.mypage .container .page .order-search-pc ul li .btn-search {
    line-height: 15px;
    border: 1px solid #e4e4e4;
    background: #000;
    color: #fff;
    font-size: 12px;
    padding: 5px 10px;
}
@media only screen and (max-width: 767px) {
    section.mypage .container .page .order-search-pc {
        display: none;
    }
}
section.mypage .container .page .order-search-mb {
    display: none;
    width: 100%;
    padding: 20px;
    background: #f2f2f2;
    font-size: 14px;
    text-align: center;
}
section.mypage .container .page .order-search-mb ul {
    display: inline-block;
}
section.mypage .container .page .order-search-mb ul li {
    float: left;
    font-size: 14px;
    line-height: 24px;
    padding: 0 0px;
    margin-top: 5px;
}
section.mypage .container .page .order-search-mb ul li .btn-month {
    line-height: 15px;
    border: 1px solid #e4e4e4;
    background: #fff;
    color: #8a8a8a;
    font-size: 12px;
    padding: 5px 10px;
}
section.mypage .container .page .order-search-mb ul li input {
    width: 170px;
    height: 27px;
    line-height: 27px;
    font-size: 12px;
    background: url("/img/cal_back.jpg");
}
@media only screen and (max-width: 767px) {
    section.mypage .container .page .order-search-mb ul li input {
        width: 105px;
        background-position: center right;
    }
}
section.mypage .container .page .order-search-mb ul li .btn-search {
    line-height: 15px;
    border: 1px solid #e4e4e4;
    background: #000;
    color: #fff;
    font-size: 12px;
    padding: 5px 10px;
}
@media only screen and (max-width: 767px) {
    section.mypage .container .page .order-search-mb {
        display: block;
    }
}
section.mypage .container .page table.order-table-pc {
    width: 100%;
    margin-top: 10px;
    border-top: 2px solid #000;
}
section.mypage .container .page table.order-table-pc thead tr th {
    font-size: 13px;
    padding: 10px;
    background: #fff;
    letter-spacing: -1px;
    border-bottom: 1px solid #000;
    color: #000;
    line-height: 20px !important;
    text-align: center;
}
@media only screen and (width: 768px) {
    section.mypage .container .page table.order-table-pc thead tr th {
        display: block;
    }
}
@media only screen and (width: 768px) {
    section.mypage .container .page table.order-table-pc thead tr {
        display: block;
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
}
@media only screen and (max-width: 1248px) {
    section.mypage .container .page table.order-table-pc thead tr {
        display: block;
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
}
@media only screen and (width: 768px) {
    section.mypage .container .page table.order-table-pc thead {
        display: block;
    }
}
@media only screen and (max-width: 1248px) {
    section.mypage .container .page table.order-table-pc thead {
        display: block;
    }
}
section.mypage .container .page table.order-table-pc tbody tr td {
    font-size: 13px;
    padding: 10px 0;
    border-bottom: 1px dashed #e4e4e4;
    /*color: #8a8a8a;*/
    color: #777;
    text-align: center;
    vertical-align: middle;
}
section.mypage .container .page table.order-table-pc tbody tr td .btn-more {
    margin-top: 5px;
    display: inline-block;
    padding: 5px;
    background: #fff;
    border: 1px solid #e4e4e4;
}
section.mypage
    .container
    .page
    table.order-table-pc
    tbody
    tr
    td
    .order-detail-pro
    ul
    li {
    float: left;
}
section.mypage
    .container
    .page
    table.order-table-pc
    tbody
    tr
    td
    .order-detail-pro
    ul
    li:first-child {
    /*width: 30%;*/
}
section.mypage
    .container
    .page
    table.order-table-pc
    tbody
    tr
    td
    .order-detail-pro
    ul
    li:first-child
    img {
    /*width: 100%;*/
}
@media only screen and (max-width: 1248px) {
    section.mypage
        .container
        .page
        table.order-table-pc
        tbody
        tr
        td
        .order-detail-pro
        ul
        li:first-child {
        /*width: 30%;*/
    }
}
section.mypage
    .container
    .page
    table.order-table-pc
    tbody
    tr
    td
    .order-detail-pro
    ul
    li:last-child {
    width: 70%;
    padding-left: 15px;
    /*padding-left: 20px;*/
}
section.mypage
    .container
    .page
    table.order-table-pc
    tbody
    tr
    td
    .order-detail-pro
    ul
    li:last-child
    .pro-name {
    padding-top: 5px;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    text-align: left;
}
section.mypage
    .container
    .page
    table.order-table-pc
    tbody
    tr
    td
    .order-detail-pro
    ul
    li:last-child
    .option {
    padding-top: 5px;
    font-size: 14px;
    color: #8a8a8a;
    text-align: left;
}
@media only screen and (max-width: 1248px) {
    section.mypage
        .container
        .page
        table.order-table-pc
        tbody
        tr
        td
        .order-detail-pro
        ul
        li:last-child {
        width: 70%;
    }
}
section.mypage
    .container
    .page
    table.order-table-pc
    tbody
    tr
    td
    .btn-order-cancel {
    display: inline-block;
    margin-top: 5px;
    padding: 5px;
    background: #fff;
    color: #8a8a8a;
    border: 1px solid #e4e4e4;
}
section.mypage .container .page table.order-table-pc tbody tr td .order-end {
    width: 80px;
}
@media only screen and (width: 768px) {
    section.mypage
        .container
        .page
        table.order-table-pc
        tbody
        tr
        td
        .order-end {
        width: 100%;
    }
}
@media only screen and (max-width: 1248px) {
    section.mypage
        .container
        .page
        table.order-table-pc
        tbody
        tr
        td
        .order-end {
        width: 100%;
    }
}
section.mypage .container .page table.order-table-pc tbody tr td .pro-name {
    /*font-size: 18px;*/
    font-size: 16px;
    font-weight: bold;
    color: rgb(34, 34, 34);
    text-align: center;
}
section.mypage .container .page table.order-table-pc tbody tr td .option {
    padding-top: 10px;
    font-size: 14px;
    /*color: #8a8a8a;*/
    color: #333;
    text-align: center;
}
@media only screen and (width: 768px) {
    section.mypage .container .page table.order-table-pc tbody tr td {
        display: block;
        position: relative;
        padding-left: 20%;
        text-align: left;
        padding-right: 10px;
    }
}
@media only screen and (max-width: 1248px) {
    section.mypage .container .page table.order-table-pc tbody tr td {
        display: block;
        position: relative;
        padding-left: 20%;
        text-align: left;
    }
}
@media only screen and (max-width: 767px) {
    section.mypage .container .page table.order-table-pc tbody tr td {
        padding-left: 20%;
    }
}
@media only screen and (width: 768px) {
    section.mypage
        .container
        .page
        table.order-table-pc
        tbody
        tr
        td:nth-child(1) {
        display: block;
        position: relative;
        padding-left: 0;
        text-align: left;
    }
}
@media only screen and (max-width: 1248px) {
    section.mypage
        .container
        .page
        table.order-table-pc
        tbody
        tr
        td:nth-child(1) {
        display: block;
        position: relative;
        /*padding-left: 0;*/
        text-align: left;
    }
}
@media only screen and (width: 768px) {
    section.mypage
        .container
        .page
        table.order-table-pc
        tbody
        tr
        td:nth-child(2) {
        display: block;
        position: relative;
        /*padding-left: 0;*/
        text-align: left;
    }
}
@media only screen and (max-width: 1248px) {
    section.mypage
        .container
        .page
        table.order-table-pc
        tbody
        tr
        td:nth-child(2) {
        display: block;
        position: relative;
        /*padding-left: 0;*/
        text-align: left;
    }
}
section.mypage .container .page table.order-table-pc tbody tr td:before {
    display: none;
    position: absolute;
    top: 17px;
    left: 0px;
    width: 20%;
    white-space: nowrap;
    text-align: center;
    padding-right: 20px;
}
@media only screen and (max-width: 1248px) {
    section.mypage .container .page table.order-table-pc tbody tr td:before {
        display: block;
    }
}
@media only screen and (max-width: 767px) {
    section.mypage .container .page table.order-table-pc tbody tr td:before {
        width: 20%;
    }
}
section.mypage
    .container
    .page
    table.order-table-pc
    tbody
    tr
    td:nth-of-type(1):before {
    content: "주문일자";
    color: #000;
    line-height: 50px;
    vertical-align: middle;
    top: 0px;
    /*width: 0 !important;*/
}
section.mypage
    .container
    .page
    table.order-table-pc
    tbody
    tr
    td:nth-of-type(2):before {
    content: "상품정보";
    color: #000;
    /*width: 0 !important;*/
}
section.mypage
    .container
    .page
    table.order-table-pc
    tbody
    tr
    td:nth-of-type(3):before {
    content: "금액";
    color: #000;
}
section.mypage
    .container
    .page
    table.order-table-pc
    tbody
    tr
    td:nth-of-type(4):before {
    content: "상태";
    color: #000;
}
section.mypage
    .container
    .page
    table.order-table-pc
    tbody
    tr
    td:nth-of-type(5):before {
    content: "비고";
    top: 20px !important;
    color: #000;
}
section.mypage
    .container
    .page
    table.order-table-pc
    tbody
    tr
    td:nth-of-type(6):before {
    content: "비고";
    top: 20px !important;
    color: #000;
}
@media only screen and (width: 768px) {
    section.mypage .container .page table.order-table-pc tbody tr {
        display: block;
    }
}
@media only screen and (max-width: 1248px) {
    section.mypage .container .page table.order-table-pc tbody tr {
        display: block;
    }
}
@media only screen and (width: 768px) {
    section.mypage .container .page table.order-table-pc tbody {
        display: block;
    }
}
@media only screen and (max-width: 1248px) {
    section.mypage .container .page table.order-table-pc tbody {
        display: block;
    }
}
@media only screen and (width: 768px) {
    section.mypage .container .page table.order-table-pc {
        display: block;
    }
}
@media only screen and (max-width: 1248px) {
    section.mypage .container .page table.order-table-pc {
        display: block;
    }
}
section.mypage .container .page table.order-table-detail {
    width: 100%;
    margin-top: 10px;
    border-top: 2px solid #000;
}
section.mypage .container .page table.order-table-detail thead tr th {
    font-size: 13px;
    padding: 10px;
    background: #fff;
    letter-spacing: -1px;
    border-bottom: 1px solid #000;
    color: #000;
    line-height: 20px !important;
    text-align: center;
}
@media only screen and (width: 768px) {
    section.mypage .container .page table.order-table-detail thead tr th {
        display: block;
    }
}
@media only screen and (width: 768px) {
    section.mypage .container .page table.order-table-detail thead tr {
        display: block;
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
}
@media only screen and (max-width: 1248px) {
    section.mypage .container .page table.order-table-detail thead tr {
        display: block;
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
}
@media only screen and (width: 768px) {
    section.mypage .container .page table.order-table-detail thead {
        display: block;
    }
}
@media only screen and (max-width: 1248px) {
    section.mypage .container .page table.order-table-detail thead {
        display: block;
    }
}
section.mypage .container .page table.order-table-detail tbody tr td {
    font-size: 13px;
    padding: 10px 0;
    border-bottom: 1px solid #e4e4e4;
    color: #8a8a8a;
    text-align: center;
    vertical-align: middle;
}
section.mypage .container .page table.order-table-detail tbody tr td .btn-more {
    margin-top: 5px;
    display: inline-block;
    padding: 5px;
    background: #fff;
    border: 1px solid #e4e4e4;
}
section.mypage
    .container
    .page
    table.order-table-detail
    tbody
    tr
    td
    .order-detail-pro
    ul
    li {
    float: left;
}
section.mypage
    .container
    .page
    table.order-table-detail
    tbody
    tr
    td
    .order-detail-pro
    ul
    li:first-child {
    width: 30%;
}
section.mypage
    .container
    .page
    table.order-table-detail
    tbody
    tr
    td
    .order-detail-pro
    ul
    li:first-child
    img {
    width: 100%;
}
@media only screen and (max-width: 1248px) {
    section.mypage
        .container
        .page
        table.order-table-detail
        tbody
        tr
        td
        .order-detail-pro
        ul
        li:first-child {
        width: 30%;
    }
}
section.mypage
    .container
    .page
    table.order-table-detail
    tbody
    tr
    td
    .order-detail-pro
    ul
    li:last-child {
    width: 70%;
    padding-left: 20px;
}
section.mypage
    .container
    .page
    table.order-table-detail
    tbody
    tr
    td
    .order-detail-pro
    ul
    li:last-child
    .pro-name {
    padding-top: 30px;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    text-align: left;
}
section.mypage
    .container
    .page
    table.order-table-detail
    tbody
    tr
    td
    .order-detail-pro
    ul
    li:last-child
    .option {
    padding-top: 10px;
    font-size: 14px;
    color: #8a8a8a;
    text-align: left;
}
@media only screen and (max-width: 1248px) {
    section.mypage
        .container
        .page
        table.order-table-detail
        tbody
        tr
        td
        .order-detail-pro
        ul
        li:last-child {
        width: 70%;
    }
}
section.mypage
    .container
    .page
    table.order-table-detail
    tbody
    tr
    td
    .btn-order-cancel {
    display: inline-block;
    margin-top: 5px;
    padding: 5px;
    background: #fff;
    color: #8a8a8a;
    border: 1px solid #e4e4e4;
}
section.mypage
    .container
    .page
    table.order-table-detail
    tbody
    tr
    td
    .order-end {
    width: 80px;
}
@media only screen and (width: 768px) {
    section.mypage
        .container
        .page
        table.order-table-detail
        tbody
        tr
        td
        .order-end {
        width: 100%;
    }
}
@media only screen and (max-width: 1248px) {
    section.mypage
        .container
        .page
        table.order-table-detail
        tbody
        tr
        td
        .order-end {
        width: 100%;
    }
}
section.mypage .container .page table.order-table-detail tbody tr td .pro-name {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    text-align: center;
}
section.mypage .container .page table.order-table-detail tbody tr td .option {
    padding-top: 10px;
    font-size: 14px;
    color: #8a8a8a;
    text-align: center;
}
@media only screen and (width: 768px) {
    section.mypage .container .page table.order-table-detail tbody tr td {
        display: block;
        position: relative;
        padding-left: 30%;
        text-align: left;
        padding-right: 10px;
    }
}
@media only screen and (max-width: 1248px) {
    section.mypage .container .page table.order-table-detail tbody tr td {
        display: block;
        position: relative;
        padding-left: 30%;
        text-align: left;
    }
}
@media only screen and (max-width: 767px) {
    section.mypage .container .page table.order-table-detail tbody tr td {
        padding-left: 30%;
    }
}
@media only screen and (width: 768px) {
    section.mypage
        .container
        .page
        table.order-table-detail
        tbody
        tr
        td:nth-child(1) {
        display: block;
        position: relative;
        padding-left: 0;
        text-align: left;
    }
}
@media only screen and (max-width: 1248px) {
    section.mypage
        .container
        .page
        table.order-table-detail
        tbody
        tr
        td:nth-child(1) {
        display: block;
        position: relative;
        padding-left: 0;
        text-align: left;
    }
}
section.mypage .container .page table.order-table-detail tbody tr td:before {
    position: absolute;
    top: 13px;
    left: 0px;
    width: 30%;
    white-space: nowrap;
    text-align: center;
    padding-right: 20px;
}
@media only screen and (max-width: 767px) {
    section.mypage
        .container
        .page
        table.order-table-detail
        tbody
        tr
        td:before {
        width: 30%;
    }
}
section.mypage
    .container
    .page
    table.order-table-detail
    tbody
    tr
    td:nth-of-type(1):before {
    width: 0 !important;
}
section.mypage
    .container
    .page
    table.order-table-detail
    tbody
    tr
    td:nth-of-type(2):before {
    content: "계약기간";
    color: #000;
}
section.mypage
    .container
    .page
    table.order-table-detail
    tbody
    tr
    td:nth-of-type(3):before {
    content: "금액";
    color: #000;
}
section.mypage
    .container
    .page
    table.order-table-detail
    tbody
    tr
    td:nth-of-type(4):before {
    content: "상태";
    color: #000;
}
section.mypage
    .container
    .page
    table.order-table-detail
    tbody
    tr
    td:nth-of-type(5):before {
    content: "주문/배송상태";
    top: 20px !important;
    color: #000;
}
section.mypage
    .container
    .page
    table.order-table-detail
    tbody
    tr
    td:nth-of-type(6):before {
    content: "비고";
    top: 20px !important;
    color: #000;
}
@media only screen and (width: 768px) {
    section.mypage .container .page table.order-table-detail tbody tr {
        display: block;
    }
}
@media only screen and (max-width: 1248px) {
    section.mypage .container .page table.order-table-detail tbody tr {
        display: block;
    }
}
@media only screen and (width: 768px) {
    section.mypage .container .page table.order-table-detail tbody {
        display: block;
    }
}
@media only screen and (max-width: 1248px) {
    section.mypage .container .page table.order-table-detail tbody {
        display: block;
    }
}
@media only screen and (width: 768px) {
    section.mypage .container .page table.order-table-detail {
        display: block;
    }
}
@media only screen and (max-width: 1248px) {
    section.mypage .container .page table.order-table-detail {
        display: block;
    }
}
section.mypage .container .page table.buyer-table {
    width: 100%;
    margin-top: 10px;
    border-top: 2px solid #000;
}
section.mypage .container .page table.buyer-table th {
    font-size: 13px;
    padding: 10px;
    background: #f2f2f2;
    letter-spacing: 0px;
    border-bottom: 1px solid #e4e4e4;
    color: #000;
    line-height: 20px !important;
    text-align: center;
    vertical-align: middle;
}
@media only screen and (max-width: 767px) {
    section.mypage .container .page table.buyer-table th {
        font-size: 12px;
        padding: 5px;
    }
}
section.mypage .container .page table.buyer-table td {
    font-size: 13px;
    padding: 10px 0;
    border-bottom: 1px solid #e4e4e4;
    color: #8a8a8a;
    padding-left: 20px;
    text-align: left;
    vertical-align: middle;
    line-height: 24px;
}
section.mypage .container .page table.buyer-table td .red {
    font-size: 16px;
    color: #d32800;
    font-weight: bold;
}
section.mypage .container .page table.buyer-table td .btn-more {
    display: inline-block;
    padding: 5px;
    background: #fff;
    border: 1px solid #e4e4e4;
}
section.mypage .container .page table.buyer-table td .order-detail-pro ul li {
    float: left;
    height: 100px;
}
section.mypage
    .container
    .page
    table.buyer-table
    td
    .order-detail-pro
    ul
    li:first-child {
    width: 15%;
}
section.mypage
    .container
    .page
    table.buyer-table
    td
    .order-detail-pro
    ul
    li:first-child
    img {
    width: 100%;
}
section.mypage
    .container
    .page
    table.buyer-table
    td
    .order-detail-pro
    ul
    li:last-child {
    width: 85%;
    padding-left: 20px;
}
section.mypage
    .container
    .page
    table.buyer-table
    td
    .order-detail-pro
    ul
    li:last-child
    .pro-name {
    padding-top: 30px;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    text-align: left;
}
section.mypage
    .container
    .page
    table.buyer-table
    td
    .order-detail-pro
    ul
    li:last-child
    .option {
    padding-top: 10px;
    font-size: 14px;
    color: #8a8a8a;
    text-align: left;
}
@media only screen and (max-width: 767px) {
    section.mypage .container .page table.buyer-table td {
        font-size: 12px;
        padding: 5px 0;
        padding-left: 10px;
    }
}
section.mypage .container .page p {
    padding: 30px 0;
}
section.mypage .container .page .btn-list {
    width: 100px;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    margin-top: 40px;
    border: 1px solid #e4e4e4;
    background: #000;
    padding: 10px 20px;
}
section.mypage .container .page .btn-list a {
    color: #fff;
}
@media only screen and (max-width: 1248px) {
    section.mypage .container .page {
        width: calc(100% - 280px);
    }
}
@media only screen and (max-width: 767px) {
    section.mypage .container .page {
        width: 100%;
    }
}
@media only screen and (max-width: 767px) {
    section.mypage {
        min-height: 0px;
        padding-top: 80px;
    }
}

section.wish-list {
    width: 100%;
    padding: 70px 0;
    min-height: 805px;
    padding-top: 130px;
}
section.wish-list .container {
    width: 100%;
    overflow: hidden;
    position: relative;
}
section.wish-list .container .left-menu {
    float: left;
    width: 250px;
    height: 100%;
    padding-bottom: 100px;
    border: 1px solid #f2f2f2;
}
section.wish-list .container .left-menu .title {
    margin-bottom: 0px !important;
    position: relative;
    font-size: 14px;
    padding: 10px;
    color: #fff;
    background: #6e4ef7;
    font-weight: 300 !important;
    text-align: left;
    padding-bottom: 10px !important;
    margin-bottom: 0px !important;
}
section.wish-list .container .left-menu .menu-title {
    width: 90%;
    margin: 0 auto;
    text-align: left;
    color: #000;
    margin-top: 20px;
    font-size: 13px;
    padding: 10px;
    background: #f2f2f2;
}
section.wish-list .container .left-menu .menu-item {
    width: 100%;
    padding: 10px 20px 0px 20px;
}
section.wish-list .container .left-menu .menu-item ul li {
    width: 100%;
    font-size: 13px;
    padding: 8px 0;
    border-bottom: 1px solid #e4e4e4;
}
section.wish-list .container .left-menu .center {
    width: 100%;
    padding: 20px 20px;
}
section.wish-list .container .left-menu .center .cname {
    font-size: 16px;
    font-weight: bold;
    color: #000;
}
@media only screen and (max-width: 767px) {
    section.wish-list .container .left-menu .center .cname {
        font-size: 14px;
    }
}
section.wish-list .container .left-menu .center .tel {
    line-height: 40px;
    font-family: "Roboto";
    font-size: 35px;
    font-weight: bold;
    color: #6e4ef7;
    letter-spacing: -2px;
}
@media only screen and (max-width: 767px) {
    section.wish-list .container .left-menu .center .tel {
        font-size: 20px;
    }
}
section.wish-list .container .left-menu .center .time {
    font-size: 12px;
    color: #8a8a8a;
}
@media only screen and (max-width: 767px) {
    section.wish-list .container .left-menu {
        display: none;
    }
}
section.wish-list .container .page {
    float: right;
    width: 947px;
}
section.wish-list .container .page .page-title {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #e4e4e4;
    position: relative;
}
section.wish-list .container .page .page-title .breadcrumb {
    position: absolute;
    font-size: 12px;
    font-weight: 300;
    color: #8a8a8a;
    right: 0;
    top: 5px;
}
@media only screen and (max-width: 767px) {
    section.wish-list .container .page .page-title .breadcrumb {
        display: none;
    }
}
section.wish-list .container .page .pro-list {
    position: relative;
    right: 0;
    float: right;
    width: 947px;
    transition: all 0.6s ease-in-out;
}
section.wish-list .container .page .pro-list .product {
    width: 100%;
    padding-bottom: 80px;
    text-align: left;
}
section.wish-list .container .page .pro-list .product ul {
    margin: 0px -9px;
}
section.wish-list .container .page .pro-list .product ul li {
    float: left;
    width: 33.3333%;
    text-align: center;
    padding-top: 50px;
}
section.wish-list .container .page .pro-list .product ul li .item {
    position: relative;
    width: 300px;
    margin: 0 auto;
}
section.wish-list .container .page .pro-list .product ul li .item .radio {
    width: 100%;
    text-align: center;
    padding: 10px 0;
}
section.wish-list .container .page .pro-list .product ul li .item .radio input {
    width: 12px;
    height: 12px;
    border: 1px solid #e4e4e4;
}
section.wish-list .container .page .pro-list .product ul li .item .thumbnail {
    position: relative;
    width: 100%;
    margin: 0 auto;
    border: 1px solid #f2f2f2;
    transition: all 0.6s ease-in-out;
}
section.wish-list
    .container
    .page
    .pro-list
    .product
    ul
    li
    .item
    .thumbnail
    img {
    width: 100%;
}
section.wish-list
    .container
    .page
    .pro-list
    .product
    ul
    li
    .item
    .thumbnail:hover {
    border: 1px solid #6e4ef7;
}
section.wish-list
    .container
    .page
    .pro-list
    .product
    ul
    li
    .item
    .thumbnail-overlay {
    position: relative;
    width: 100%;
    margin: 0 auto;
    border: 1px solid #f2f2f2;
    transition: all 0.6s ease-in-out;
}
section.wish-list
    .container
    .page
    .pro-list
    .product
    ul
    li
    .item
    .thumbnail-overlay
    .screen-desc {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    margin-top: -30px;
    color: white;
    font-size: 16px;
    line-height: 20px;
    z-index: 20;
    transition: all 0.6s ease-in-out;
}
section.wish-list
    .container
    .page
    .pro-list
    .product
    ul
    li
    .item
    .thumbnail-overlay
    .screen {
    position: absolute;
    width: 100%;
    line-height: 300px;
    top: 0;
    bottom: 0;
    left: 0;
    bottom: 0;
    z-index: 10;
    background: #000;
    opacity: 0.2;
    transition: all 0.6s ease-in-out;
}
section.wish-list
    .container
    .page
    .pro-list
    .product
    ul
    li
    .item
    .thumbnail-overlay
    img {
    width: 100%;
}
section.wish-list
    .container
    .page
    .pro-list
    .product
    ul
    li
    .item
    .thumbnail-overlay:hover
    .screen-desc {
    color: rgba(255, 255, 255, 0);
}
section.wish-list
    .container
    .page
    .pro-list
    .product
    ul
    li
    .item
    .thumbnail-overlay:hover
    .screen {
    opacity: 0;
}
section.wish-list .container .page .pro-list .product ul li .item .grade {
    width: 270px;
    position: absolute;
    z-index: 100;
    right: 8px;
    bottom: 10px;
    text-align: right;
    transition: all 0.6s ease-in-out;
}
section.wish-list .container .page .pro-list .product ul li .item .grade i {
    font-size: 10px;
    color: #a8a8a8;
}
section.wish-list
    .container
    .page
    .pro-list
    .product
    ul
    li
    .item
    .grade
    .black {
    color: #000;
}
section.wish-list .container .page .pro-list .product ul li .item .booking {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding: 10px 5px;
    border-bottom: 1px solid #f2f2f2;
    transition: all 0.6s ease-in-out;
}
section.wish-list
    .container
    .page
    .pro-list
    .product
    ul
    li
    .item
    .booking
    .manufacturer {
    float: left;
    font-size: 12px;
    color: #8a8a8a;
    letter-spacing: -1px;
}
section.wish-list
    .container
    .page
    .pro-list
    .product
    ul
    li
    .item
    .booking
    .b-state {
    float: right;
    font-size: 12px;
    color: #8a8a8a;
}
section.wish-list .container .page .pro-list .product ul li .item .name {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding: 15px 0px;
    font-size: 20px;
    text-align: left;
    letter-spacing: -1px;
    font-weight: bold;
    color: #000;
    line-height: 25px;
}
section.wish-list .container .page .pro-list .product ul li .item .price {
    width: 30%;
    float: right;
    margin: 0 auto;
    overflow: hidden;
    font-size: 20px;
    color: #000;
    font-weight: bold;
    text-align: right;
    letter-spacing: -1px;
}
section.wish-list
    .container
    .page
    .pro-list
    .product
    ul
    li
    .item
    .price
    .price-color {
    color: #6e4ef7;
}
@media only screen and (max-width: 1248px) {
    section.wish-list .container .page .pro-list .product ul li .item .price {
        width: 40%;
    }
}
section.wish-list
    .container
    .page
    .pro-list
    .product
    ul
    li
    .item
    .review-grade {
    width: 70%;
    float: left;
    padding-top: 5px;
    text-align: left;
    font-size: 12px;
    color: #a8a8a8;
}
section.wish-list
    .container
    .page
    .pro-list
    .product
    ul
    li
    .item
    .review-grade
    .n-color {
    color: #6e4ef7;
}
@media only screen and (max-width: 1248px) {
    section.wish-list
        .container
        .page
        .pro-list
        .product
        ul
        li
        .item
        .review-grade {
        width: 60%;
    }
}
section.wish-list .container .page .pro-list .product ul li .item .p-title {
    text-decoration: none !important;
}
section.wish-list .container .page .pro-list .product ul li .item .btn {
    width: 100%;
    padding-top: 10px;
}
section.wish-list
    .container
    .page
    .pro-list
    .product
    ul
    li
    .item
    .btn
    .btn-addque {
    width: 49%;
    float: left;
    background: #000;
}
section.wish-list
    .container
    .page
    .pro-list
    .product
    ul
    li
    .item
    .btn
    .btn-addque
    a {
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
    text-align: center;
    font-size: 14px;
}
section.wish-list .container .page .pro-list .product ul li .item .btn-detail {
    width: 49%;
    float: right;
    background: #6e4ef7;
}
section.wish-list
    .container
    .page
    .pro-list
    .product
    ul
    li
    .item
    .btn-detail
    a {
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
    text-align: center;
    font-size: 14px;
}
@media only screen and (max-width: 1248px) {
    section.wish-list .container .page .pro-list .product ul li .item {
        width: 100%;
    }
}
@media only screen and (max-width: 1248px) {
    section.wish-list .container .page .pro-list .product ul li {
        width: 50%;
        padding: 20px 10px 0px 10px;
    }
}
@media only screen and (max-width: 767px) {
    section.wish-list .container .page .pro-list .product ul li {
        width: 100%;
    }
}
section.wish-list .container .page .pro-list .product ul li:last-child {
    padding-right: 0px;
}
@media only screen and (max-width: 1248px) {
    section.wish-list .container .page .pro-list .product ul {
        margin: 0px -10px;
    }
}
section.wish-list .container .page .pro-list .rental-scroll {
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding-bottom: 100px;
    text-align: left;
    padding: 0 35px;
}
section.wish-list .container .page .pro-list .rental-scroll .item {
    float: left;
    position: relative;
    width: 251px;
    margin: 30px 20px;
}
section.wish-list .container .page .pro-list .rental-scroll .item .radio {
    width: 100%;
    text-align: center;
    padding: 10px 0;
}
section.wish-list .container .page .pro-list .rental-scroll .item .radio input {
    width: 12px;
    height: 12px;
    border: 1px solid #e4e4e4;
}
section.wish-list .container .page .pro-list .rental-scroll .item .thumbnail {
    width: 100%;
    margin: 0 auto;
    border: 1px solid #f2f2f2;
}
section.wish-list
    .container
    .page
    .pro-list
    .rental-scroll
    .item
    .thumbnail
    img {
    width: 100%;
}
section.wish-list
    .container
    .page
    .pro-list
    .rental-scroll
    .item
    .thumbnail:hover {
    border: 1px solid #6e4ef7;
}
section.wish-list
    .container
    .page
    .pro-list
    .rental-scroll
    .item
    .thumbnail-overlay {
    position: relative;
    width: 100%;
    margin: 0 auto;
    border: 1px solid #f2f2f2;
    transition: all 0.6s ease-in-out;
}
section.wish-list
    .container
    .page
    .pro-list
    .rental-scroll
    .item
    .thumbnail-overlay
    .screen-desc {
    position: absolute;
    width: 100%;
    text-align: center;
    line-height: 251px;
    color: white;
    font-size: 14px;
    z-index: 20;
}
section.wish-list
    .container
    .page
    .pro-list
    .rental-scroll
    .item
    .thumbnail-overlay
    .screen {
    position: absolute;
    width: 100%;
    line-height: 300px;
    top: 0;
    bottom: 0;
    left: 0;
    bottom: 0;
    z-index: 10;
    background: #000;
    opacity: 0.2;
}
section.wish-list
    .container
    .page
    .pro-list
    .rental-scroll
    .item
    .thumbnail-overlay
    img {
    width: 100%;
}
section.wish-list
    .container
    .page
    .pro-list
    .rental-scroll
    .item
    .thumbnail-overlay:hover
    .screen-desc {
    color: rgba(255, 255, 255, 0);
}
section.wish-list
    .container
    .page
    .pro-list
    .rental-scroll
    .item
    .thumbnail-overlay:hover
    .screen {
    opacity: 0;
}
section.wish-list .container .page .pro-list .rental-scroll .item .grade {
    width: 270px;
    position: absolute;
    z-index: 100;
    right: 8px;
    top: 229px;
    text-align: right;
}
section.wish-list .container .page .pro-list .rental-scroll .item .grade i {
    font-size: 10px;
    color: #a8a8a8;
}
section.wish-list
    .container
    .page
    .pro-list
    .rental-scroll
    .item
    .grade
    .black {
    color: #000;
}
section.wish-list .container .page .pro-list .rental-scroll .item .booking {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding: 10px 5px;
    border-bottom: 1px solid #f2f2f2;
}
section.wish-list
    .container
    .page
    .pro-list
    .rental-scroll
    .item
    .booking
    .manufacturer {
    float: left;
    font-size: 12px;
    color: #8a8a8a;
    letter-spacing: -1px;
}
section.wish-list
    .container
    .page
    .pro-list
    .rental-scroll
    .item
    .booking
    .b-state {
    float: right;
    font-size: 12px;
    color: #8a8a8a;
}
section.wish-list .container .page .pro-list .rental-scroll .item .name {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding: 10px 5px;
    font-size: 14px;
    text-align: center;
    letter-spacing: -1px;
    margin-top: 4px;
}
section.wish-list .container .page .pro-list .rental-scroll .item .now-price {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 5px;
    font-size: 13px;
    text-align: center;
}
section.wish-list .container .page .pro-list .rental-scroll .item .sale-price {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding: 5px 5px;
    font-size: 16px;
    color: #000;
    font-weight: bold;
    text-align: center;
    letter-spacing: -1px;
}
@media only screen and (max-width: 1248px) {
    section.wish-list .container .page .pro-list {
        width: 100%;
    }
}
@media only screen and (max-width: 1248px) {
    section.wish-list .container .page {
        width: calc(100% - 280px);
    }
}
@media only screen and (max-width: 767px) {
    section.wish-list .container .page {
        width: 100%;
    }
}
@media only screen and (max-width: 767px) {
    section.wish-list {
        min-height: 0px;
        padding-top: 80px;
    }
}

section.trust-sale {
    width: 100%;
    padding: 70px 0;
    min-height: 805px;
    padding-top: 130px;
}
section.trust-sale .container {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-bottom: 100px;
}
section.trust-sale .container .left-menu {
    float: left;
    width: 250px;
    height: 100%;
    padding-bottom: 100px;
    border: 1px solid #f2f2f2;
}
section.trust-sale .container .left-menu .title {
    margin-bottom: 0px !important;
    position: relative;
    font-size: 14px;
    padding: 10px;
    color: #fff;
    background: #6e4ef7;
    font-weight: 300 !important;
    text-align: left;
    padding-bottom: 10px !important;
    margin-bottom: 0px !important;
}
section.trust-sale .container .left-menu .menu-title {
    width: 90%;
    margin: 0 auto;
    text-align: left;
    color: #000;
    margin-top: 20px;
    font-size: 13px;
    padding: 10px;
    background: #f2f2f2;
}
section.trust-sale .container .left-menu .menu-item {
    width: 100%;
    padding: 10px 20px 0px 20px;
}
section.trust-sale .container .left-menu .menu-item ul li {
    width: 100%;
    font-size: 13px;
    padding: 8px 0;
    border-bottom: 1px solid #e4e4e4;
}
section.trust-sale .container .left-menu .center {
    width: 100%;
    padding: 20px 20px;
}
section.trust-sale .container .left-menu .center .cname {
    font-size: 16px;
    font-weight: bold;
    color: #000;
}
@media only screen and (max-width: 767px) {
    section.trust-sale .container .left-menu .center .cname {
        font-size: 14px;
    }
}
section.trust-sale .container .left-menu .center .tel {
    line-height: 40px;
    font-family: "Roboto";
    font-size: 35px;
    font-weight: bold;
    color: #6e4ef7;
    letter-spacing: -2px;
}
@media only screen and (max-width: 767px) {
    section.trust-sale .container .left-menu .center .tel {
        font-size: 20px;
    }
}
section.trust-sale .container .left-menu .center .time {
    font-size: 12px;
    color: #8a8a8a;
}
@media only screen and (max-width: 767px) {
    section.trust-sale .container .left-menu {
        display: none;
    }
}
section.trust-sale .container .page {
    float: right;
    width: 947px;
}
section.trust-sale .container .page .page-title {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #e4e4e4;
    position: relative;
}
section.trust-sale .container .page .page-title .breadcrumb {
    position: absolute;
    font-size: 12px;
    font-weight: 300;
    color: #8a8a8a;
    right: 0;
    top: 5px;
}
@media only screen and (max-width: 767px) {
    section.trust-sale .container .page .page-title .breadcrumb {
        display: none;
    }
}
section.trust-sale .container .page .trust-img {
    margin-top: 30px;
}
section.trust-sale .container .page .trust-title {
    width: 100%;
    padding: 50px 0 20px 0;
    text-align: center;
    /*border-bottom: 1px solid #e4e4e4;*/
}
section.trust-sale .container .page .btn-write {
    width: 100px;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    margin-top: 40px;
    border: 1px solid #e4e4e4;
    background: #000;
    padding: 10px 20px;
}
section.trust-sale .container .page .btn-write a {
    color: #fff;
}
@media only screen and (max-width: 1248px) {
    section.trust-sale .container .page {
        width: calc(100% - 280px);
    }
}
@media only screen and (max-width: 767px) {
    section.trust-sale .container .page {
        width: 100%;
    }
}
@media only screen and (max-width: 767px) {
    section.trust-sale {
        padding-top: 80px;
        min-height: 0px;
    }
}

section.my-word {
    width: 100%;
    padding: 70px 0;
    min-height: 805px;
    padding-top: 130px;
}
section.my-word .container {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-bottom: 100px;
}
section.my-word .container .left-menu {
    float: left;
    width: 250px;
    height: 100%;
    padding-bottom: 100px;
    border: 1px solid #f2f2f2;
}
section.my-word .container .left-menu .title {
    margin-bottom: 0px !important;
    position: relative;
    font-size: 14px;
    padding: 10px;
    color: #fff;
    background: #6e4ef7;
    font-weight: 300 !important;
    text-align: left;
    padding-bottom: 10px !important;
    margin-bottom: 0px !important;
}
section.my-word .container .left-menu .menu-title {
    width: 90%;
    margin: 0 auto;
    text-align: left;
    color: #000;
    margin-top: 20px;
    font-size: 13px;
    padding: 10px;
    background: #f2f2f2;
}
section.my-word .container .left-menu .menu-item {
    width: 100%;
    padding: 10px 20px 0px 20px;
}
section.my-word .container .left-menu .menu-item ul li {
    width: 100%;
    font-size: 13px;
    padding: 8px 0;
    border-bottom: 1px solid #e4e4e4;
}
section.my-word .container .left-menu .center {
    width: 100%;
    padding: 20px 20px;
}
section.my-word .container .left-menu .center .cname {
    font-size: 16px;
    font-weight: bold;
    color: #000;
}
@media only screen and (max-width: 767px) {
    section.my-word .container .left-menu .center .cname {
        font-size: 14px;
    }
}
section.my-word .container .left-menu .center .tel {
    line-height: 40px;
    font-family: "Roboto";
    font-size: 35px;
    font-weight: bold;
    color: #6e4ef7;
    letter-spacing: -2px;
}
@media only screen and (max-width: 767px) {
    section.my-word .container .left-menu .center .tel {
        font-size: 20px;
    }
}
section.my-word .container .left-menu .center .time {
    font-size: 12px;
    color: #8a8a8a;
}
@media only screen and (max-width: 767px) {
    section.my-word .container .left-menu {
        display: none;
    }
}
section.my-word .container .page {
    float: right;
    padding-top: 50px;
    width: 947px;
}
section.my-word .container .page .page-title {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #e4e4e4;
    position: relative;
}
section.my-word .container .page .page-title .breadcrumb {
    position: absolute;
    font-size: 12px;
    font-weight: 300;
    color: #8a8a8a;
    right: 0;
    top: 5px;
}
@media only screen and (max-width: 767px) {
    section.my-word .container .page .page-title .breadcrumb {
        display: none;
    }
}
section.my-word .container .page .tab-menu {
    width: 100%;
    padding-top: 30px;
}
section.my-word .container .page .tab-menu .tablink {
    background-color: #fff;
    color: white;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    font-size: 14px;
    width: 25%;
    color: #000;
    letter-spacing: -1px;
    border: 1px solid #f2f2f2;
}
@media only screen and (max-width: 767px) {
    section.my-word .container .page .tab-menu .tablink {
        padding: 14px 2px;
        font-size: 12px;
    }
}
section.my-word .container .page .tab-menu .tablink:hover {
    background-color: #f2f2f2;
    color: #000;
}
section.my-word .container .page .tab-menu .tabcontent {
    color: white;
    display: none;
    padding: 100px 0;
    height: 100%;
    text-align: center;
}
section.my-word .container .page .tab-menu .tabcontent h3 {
    font-size: 20px;
    padding-bottom: 50px;
    color: #000;
    font-weight: bold;
    letter-spacing: -2px;
}
section.my-word .container .page .tab-menu .tabcontent p {
    font-size: 14px;
    padding-bottom: 50px;
    letter-spacing: -1px;
}
section.my-word .container .page .tab-menu .tabcontent img {
    width: auto;
}
section.my-word .container .page .tab-menu .tabcontent .que-info {
    width: 100%;
}
section.my-word .container .page .tab-menu .tabcontent .que-info ul li {
    width: 50%;
    float: left;
    padding: 10px;
}
section.my-word .container .page .tab-menu .tabcontent .que-info ul li h4 {
    width: 100%;
    font-size: 20px;
    padding: 20px 0;
    text-align: center;
    color: #8a8a8a;
    font-weight: bold;
}
section.my-word .container .page .tab-menu .tabcontent .que-info ul li table {
    width: 100%;
    border-left: 1px solid #e4e4e4;
    border-top: 1px solid #e4e4e4;
}
section.my-word
    .container
    .page
    .tab-menu
    .tabcontent
    .que-info
    ul
    li
    table
    th {
    font-size: 13px;
    padding: 10px;
    background: #f2f2f2;
    letter-spacing: -1px;
    border-right: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    color: #000;
    line-height: 30px !important;
}
section.my-word
    .container
    .page
    .tab-menu
    .tabcontent
    .que-info
    ul
    li
    table
    td {
    color: #8a8a8a;
    font-size: 13px;
    padding: 10px;
    background: #fff;
    text-align: left;
    letter-spacing: -1px;
    border-right: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    line-height: 30px !important;
    position: relative;
}
section.my-word
    .container
    .page
    .tab-menu
    .tabcontent
    .que-info
    ul
    li
    table
    td
    .btn-table
    a {
    width: auto;
    position: absolute;
    color: #fff;
    padding: 2px 6px;
    background: #666;
    display: inline-block;
    color: #fff;
    margin: 0 5px;
    line-height: 20px;
}
section.my-word
    .container
    .page
    .tab-menu
    .tabcontent
    .que-info
    ul
    li
    table
    td
    .btn-table
    a:first-child {
    z-index: 100;
}
section.my-word .container .page .tab-menu .tabcontent .product {
    width: 100%;
    padding-bottom: 100px;
    text-align: center;
}
section.my-word .container .page .tab-menu .tabcontent .product ul {
    display: inline-block;
    margin-left: -24px;
    margin-right: -24px;
    margin-top: 15px;
}
section.my-word .container .page .tab-menu .tabcontent .product ul li {
    float: left;
    width: 25%;
    padding: 15px 0px;
}
section.my-word .container .page .tab-menu .tabcontent .product ul li .item {
    position: relative;
    width: 270px;
    margin: 0 auto;
}
section.my-word
    .container
    .page
    .tab-menu
    .tabcontent
    .product
    ul
    li
    .item
    .radio {
    width: 100%;
    text-align: center;
    padding: 10px 0;
}
section.my-word
    .container
    .page
    .tab-menu
    .tabcontent
    .product
    ul
    li
    .item
    .radio
    input {
    width: 12px;
    height: 12px;
    border: 1px solid #e4e4e4;
}
section.my-word
    .container
    .page
    .tab-menu
    .tabcontent
    .product
    ul
    li
    .item
    .thumbnail {
    width: 100%;
    margin: 0 auto;
    border: 1px solid #f2f2f2;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
}
section.my-word
    .container
    .page
    .tab-menu
    .tabcontent
    .product
    ul
    li
    .item
    .thumbnail
    img {
    width: 100%;
}
section.my-word
    .container
    .page
    .tab-menu
    .tabcontent
    .product
    ul
    li
    .item
    .thumbnail:hover {
    border: 1px solid #6e4ef7;
}
section.my-word
    .container
    .page
    .tab-menu
    .tabcontent
    .product
    ul
    li
    .item
    .grade {
    width: 270px;
    position: absolute;
    z-index: 100;
    right: 8px;
    top: 248px;
    text-align: right;
}
section.my-word
    .container
    .page
    .tab-menu
    .tabcontent
    .product
    ul
    li
    .item
    .grade
    i {
    font-size: 10px;
    color: #a8a8a8;
}
section.my-word
    .container
    .page
    .tab-menu
    .tabcontent
    .product
    ul
    li
    .item
    .grade
    .black {
    color: #000;
}
section.my-word
    .container
    .page
    .tab-menu
    .tabcontent
    .product
    ul
    li
    .item
    .booking {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding: 10px 5px;
    border-bottom: 1px solid #f2f2f2;
}
section.my-word
    .container
    .page
    .tab-menu
    .tabcontent
    .product
    ul
    li
    .item
    .booking
    .manufacturer {
    float: left;
    font-size: 12px;
    color: #8a8a8a;
    letter-spacing: -1px;
}
section.my-word
    .container
    .page
    .tab-menu
    .tabcontent
    .product
    ul
    li
    .item
    .booking
    .b-state {
    float: right;
    font-size: 12px;
    color: #8a8a8a;
}
section.my-word
    .container
    .page
    .tab-menu
    .tabcontent
    .product
    ul
    li
    .item
    .name {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding: 10px 5px;
    font-size: 14px;
    text-align: center;
    letter-spacing: -1px;
    margin-top: 4px;
}
section.my-word
    .container
    .page
    .tab-menu
    .tabcontent
    .product
    ul
    li
    .item
    .now-price {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 5px;
    font-size: 13px;
    text-align: center;
    text-decoration: line-through;
}
section.my-word
    .container
    .page
    .tab-menu
    .tabcontent
    .product
    ul
    li
    .item
    .sale-price {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding: 5px 5px;
    font-size: 16px;
    color: #000;
    font-weight: bold;
    text-align: center;
    text-decoration: line-through;
}
section.my-word
    .container
    .page
    .tab-menu
    .tabcontent
    .product
    ul
    li
    .item
    .btn {
    width: 100%;
    padding-top: 10px;
}
section.my-word
    .container
    .page
    .tab-menu
    .tabcontent
    .product
    ul
    li
    .item
    .btn
    .btn-addque {
    width: 49%;
    float: left;
    background: #6e4ef7;
}
section.my-word
    .container
    .page
    .tab-menu
    .tabcontent
    .product
    ul
    li
    .item
    .btn
    .btn-addque
    a {
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
    text-align: center;
    font-size: 14px;
}
section.my-word
    .container
    .page
    .tab-menu
    .tabcontent
    .product
    ul
    li
    .item
    .btn-detail {
    width: 49%;
    float: right;
    background: #000;
}
section.my-word
    .container
    .page
    .tab-menu
    .tabcontent
    .product
    ul
    li
    .item
    .btn-detail
    a {
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
    text-align: center;
    font-size: 14px;
}
section.my-word .container .page .tab-menu .tabcontent .qna-writer {
    float: right;
    padding: 10px 20px;
    font-size: 14px;
    color: #000;
    border: 1px solid #000;
    margin-bottom: 50px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
}
section.my-word .container .page .tab-menu .tabcontent .qna-writer:hover {
    background: #000;
    color: #fff;
}
section.my-word .container .page .tab-menu .tabcontent .btn-writer {
    width: 150px;
    margin: 0 auto;
    padding: 10px 20px;
    font-size: 14px;
    color: #000;
    border: 1px solid #000;
    margin-bottom: 50px;
    margin-top: 50px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
}
section.my-word .container .page .tab-menu .tabcontent .btn-writer:hover {
    background: #000;
    color: #fff;
}
section.my-word .container .page .tab-menu .tabcontent table.qna-table {
    width: 100%;
    border-top: 2px solid #000;
}
section.my-word .container .page .tab-menu .tabcontent table.qna-table th {
    font-size: 13px;
    padding: 10px;
    background: #fff;
    letter-spacing: -1px;
    border-bottom: 1px solid #000;
    color: #000;
    line-height: 30px !important;
}
section.my-word .container .page .tab-menu .tabcontent table.qna-table td {
    font-size: 13px;
    padding: 10px 0;
    background: #fff;
    border-bottom: 1px solid #e4e4e4;
    color: #8a8a8a;
    line-height: 30px !important;
}
section.my-word .container .page .tab-menu .tabcontent table.qna-table tr.atr {
    display: none;
}
section.my-word
    .container
    .page
    .tab-menu
    .tabcontent
    table.qna-table
    td.aline {
    width: 100%;
    background: #f2f2f2;
}
section.my-word
    .container
    .page
    .tab-menu
    .tabcontent
    table.qna-table
    td.aline
    .answer
    ul
    li {
    padding: 10px 20px;
    text-align: left;
}
section.my-word
    .container
    .page
    .tab-menu
    .tabcontent
    table.qna-table
    td.aline
    .answer
    ul
    li:first-child {
    border-bottom: 1px solid #e4e4e4;
}
section.my-word .container .page .tab-menu .tabcontent table.qna-write {
    width: 100%;
    border-top: 2px solid #000;
}
section.my-word .container .page .tab-menu .tabcontent table.qna-write th {
    border-bottom: 1px solid #e4e4e4;
    color: #000;
    font-size: 13px;
    padding: 10px;
    vertical-align: middle;
}
section.my-word .container .page .tab-menu .tabcontent table.qna-write td {
    text-align: left;
    border-bottom: 1px solid #e4e4e4;
    color: #8a8a8a;
    font-size: 13px;
    padding: 10px;
}
section.my-word
    .container
    .page
    .tab-menu
    .tabcontent
    table.qna-write
    td
    textarea {
    width: 100%;
    height: 300px;
    padding: 10px;
    background: #f2f2f2;
    border: 1px solid #e4e4e4;
}
section.my-word .container .page .tab-menu .tabcontent table.review-write {
    width: 100%;
    border-top: 2px solid #000;
}
section.my-word .container .page .tab-menu .tabcontent table.review-write th {
    border-bottom: 1px solid #e4e4e4;
    color: #000;
    font-size: 13px;
    padding: 10px;
    vertical-align: middle;
}
section.my-word .container .page .tab-menu .tabcontent table.review-write td {
    text-align: left;
    border-bottom: 1px solid #e4e4e4;
    color: #8a8a8a;
    font-size: 13px;
    padding: 10px;
}
section.my-word
    .container
    .page
    .tab-menu
    .tabcontent
    table.review-write
    td
    textarea {
    width: 100%;
    height: 200px;
    padding: 10px;
    background: #f2f2f2;
    border: 1px solid #e4e4e4;
}
section.my-word
    .container
    .page
    .tab-menu
    .tabcontent
    table.review-write
    td
    .grade-select {
    width: 100%;
    text-align: left;
}
section.my-word
    .container
    .page
    .tab-menu
    .tabcontent
    table.review-write
    td
    .grade-select
    ul
    li {
    margin-right: 5px;
    float: left;
}
section.my-word
    .container
    .page
    .tab-menu
    .tabcontent
    table.review-write
    td
    .grade-select
    ul
    li
    i {
    font-size: 12px;
}
section.my-word
    .container
    .page
    .tab-menu
    .tabcontent
    table.review-write
    td
    .grade-select
    ul
    li
    input {
    position: relative;
    top: 3px;
    padding-right: 3px;
}
section.my-word .container .page .tab-menu .tabcontent .page-box {
    width: 100%;
    margin-top: 30px;
}
section.my-word .container .page .tab-menu .tabcontent .page-box .page {
    text-align: center;
    height: 35px;
}
section.my-word .container .page .tab-menu .tabcontent .page-box .page ul.pul {
    display: inline-block;
}
section.my-word
    .container
    .page
    .tab-menu
    .tabcontent
    .page-box
    .page
    ul.pul
    li.pli {
    float: left;
    width: 35px;
}
section.my-word
    .container
    .page
    .tab-menu
    .tabcontent
    .page-box
    .page
    ul.pul
    li.pli
    img {
    width: 100%;
}
section.my-word
    .container
    .page
    .tab-menu
    .tabcontent
    .page-box
    .page
    ul.pul
    li.pli
    .pn {
    width: 35px;
    height: 26px;
    text-align: center;
    font-size: 14px;
    color: #bbbbbb;
    padding-top: 10px;
}
section.my-word
    .container
    .page
    .tab-menu
    .tabcontent
    .page-box
    .page
    ul.pul
    li.pli
    .pn_on {
    width: 35px;
    height: 26px;
    text-align: center;
    font-size: 14px;
    color: #000;
    font-weight: bold;
    padding-top: 10px;
}
section.my-word
    .container
    .page
    .tab-menu
    .tabcontent
    .page-box
    .page
    li:last-child {
    border: none;
}
section.my-word .container .page .tab-menu .tabcontent .review-writer {
    width: 100%;
    padding: 30px 0px;
    text-align: center;
    border: 1px solid #e4e4e4;
}
section.my-word .container .page .tab-menu .tabcontent .review-writer .grade {
    text-align: center;
}
section.my-word .container .page .tab-menu .tabcontent .review-writer .grade i {
    font-size: 15px;
    color: #a8a8a8;
}
section.my-word
    .container
    .page
    .tab-menu
    .tabcontent
    .review-writer
    .grade
    .black {
    color: #000;
}
section.my-word .container .page .tab-menu .tabcontent .review-writer .grade p {
    font-size: 20px;
    padding: 0 0;
}
section.my-word
    .container
    .page
    .tab-menu
    .tabcontent
    .review-writer
    .btn-writer {
    width: 150px;
    margin: 0 auto;
    padding: 10px 20px;
    font-size: 14px;
    color: #000;
    border: 1px solid #000;
    margin-bottom: 10px;
    margin-top: 10px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
}
section.my-word
    .container
    .page
    .tab-menu
    .tabcontent
    .review-writer
    .btn-writer:hover {
    background: #000;
    color: #fff;
}
section.my-word .container .page .tab-menu .tabcontent .review-writer p {
    padding: 0;
}
section.my-word .container .page .tab-menu .tabcontent .review-chart {
    margin-top: 50px;
    padding: 30px 100px;
    width: 100%;
    text-align: center;
    border: 1px solid #e4e4e4;
}
section.my-word .container .page .tab-menu .tabcontent .review-chart ul li {
    float: left;
    color: #000;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    width: 50%;
    padding: 10px 0;
    overflow: hidden;
}
section.my-word
    .container
    .page
    .tab-menu
    .tabcontent
    .review-chart
    ul
    li
    .star-chart {
    top: 25px;
    position: relative;
    width: 372px;
    height: 208px;
    margin: 0 auto;
    background: url(/img/star_chart.jpg) no-repeat;
}
section.my-word
    .container
    .page
    .tab-menu
    .tabcontent
    .review-chart
    ul
    li
    .star-chart
    .row-bar {
    font-family: "Noto Sans KR";
    text-align: right;
    color: #fff;
    font-weight: lighter;
    padding-right: 5px;
    font-size: 8px;
    line-height: 30px;
    margin-left: 118px;
    margin-bottom: 9px;
    max-width: 254px;
    height: 30px;
    background: #6e4ef7;
}
section.my-word
    .container
    .page
    .tab-menu
    .tabcontent
    .review-chart
    ul
    li
    .stick-chart {
    width: 400px;
    height: 240px;
    margin: 0 auto;
    position: relative;
    padding-left: 52px;
    padding-bottom: 23px;
    background: url(/img/stick_chart.jpg) no-repeat;
}
section.my-word
    .container
    .page
    .tab-menu
    .tabcontent
    .review-chart
    ul
    li
    .stick-chart
    .column-bar {
    vertical-align: top;
    padding-top: 5px;
    font-family: "Noto Sans KR";
    float: left;
    margin-right: 37px;
    color: #fff;
    font-weight: lighter;
    font-size: 8px;
    width: 30px;
    max-height: 218px;
    background: #6e4ef7;
}
section.my-word .container .page .tab-menu .tabcontent .review-item {
    width: 100%;
    padding: 20px 0px;
    text-align: left;
    border-bottom: 1px solid #f2f2f2;
}
section.my-word .container .page .tab-menu .tabcontent .review-item .btn-buy {
    text-align: center;
    display: inline-block;
    font-size: 12px;
    padding: 5px;
    color: #8a8a8a;
    border: 1px solid #e4e4e4;
}
section.my-word
    .container
    .page
    .tab-menu
    .tabcontent
    .review-item
    .buy-option {
    width: 100%;
    padding-top: 20px;
    text-align: left;
    font-size: 12px;
    color: #8a8a8a;
}
section.my-word
    .container
    .page
    .tab-menu
    .tabcontent
    .review-item
    .grade-line {
    width: 100%;
    margin-top: 10px;
    position: relative;
}
section.my-word
    .container
    .page
    .tab-menu
    .tabcontent
    .review-item
    .grade-line
    .grade {
    height: 15px;
    text-align: left;
}
section.my-word
    .container
    .page
    .tab-menu
    .tabcontent
    .review-item
    .grade-line
    .grade
    i {
    font-size: 12px;
    color: #a8a8a8;
}
section.my-word
    .container
    .page
    .tab-menu
    .tabcontent
    .review-item
    .grade-line
    .grade
    .black {
    color: #000;
}
section.my-word
    .container
    .page
    .tab-menu
    .tabcontent
    .review-item
    .grade-line
    .grade
    span {
    display: inline-block;
    padding-left: 5px;
    font-size: 12px;
    color: #a8a8a8;
}
section.my-word
    .container
    .page
    .tab-menu
    .tabcontent
    .review-item
    .grade-line
    .info {
    position: absolute;
    right: 0;
    top: 3px;
    color: #8a8a8a;
    font-size: 12px;
}
section.my-word .container .page .tab-menu .tabcontent .review-item .grade {
    height: 15px;
    text-align: left;
}
section.my-word .container .page .tab-menu .tabcontent .review-item .grade i {
    font-size: 12px;
    color: #a8a8a8;
}
section.my-word
    .container
    .page
    .tab-menu
    .tabcontent
    .review-item
    .grade
    .black {
    color: #000;
}
section.my-word
    .container
    .page
    .tab-menu
    .tabcontent
    .review-item
    .grade
    span {
    display: inline-block;
    padding-left: 5px;
    font-size: 12px;
    color: #a8a8a8;
}
section.my-word .container .page .tab-menu .tabcontent .review-item p {
    padding: 15px 0;
}
section.my-word .container .page .tab-menu .defaultOpen {
    display: block;
}
section.my-word .container .page #tab02,
section.my-word .container .page #tab03,
section.my-word .container .page #tab04 {
    display: none;
}
section.my-word .container .page table.my-table {
    width: 100%;
    margin-top: 50px;
    border-top: 2px solid #000;
}
section.my-word .container .page table.my-table th {
    font-size: 13px;
    padding: 10px;
    background: #fff;
    letter-spacing: -1px;
    border-bottom: 1px solid #000;
    color: #000;
    line-height: 20px !important;
    text-align: center;
}
@media only screen and (max-width: 767px) {
    section.my-word .container .page table.my-table th {
        font-size: 12px;
        padding: 5px;
    }
}
section.my-word .container .page table.my-table td {
    font-size: 13px;
    padding: 15px 0;
    border-bottom: 1px solid #e4e4e4;
    color: #8a8a8a;
    text-align: center;
}
section.my-word .container .page table.my-table td .btn-more {
    display: inline-block;
    padding: 5px;
    background: #fff;
    border: 1px solid #e4e4e4;
}
@media only screen and (max-width: 767px) {
    section.my-word .container .page table.my-table td {
        font-size: 12px;
        padding: 10px 0;
    }
}
section.my-word .container .page table.my-table td.sjt {
    text-align: left !important;
    padding-left: 20px;
}
section.my-word .container .page table.my-table td.sjt .impor {
    padding: 0 5px;
    color: #fff;
    font-size: 12px;
    background: #6e4ef7;
}
section.my-word .container .page table.my-table tbody tr:hover {
    background: #f2f2f2 !important;
}
@media only screen and (max-width: 1248px) {
    section.my-word .container .page {
        width: calc(100% - 280px);
    }
}
@media only screen and (max-width: 767px) {
    section.my-word .container .page {
        width: 100%;
    }
}
@media only screen and (max-width: 767px) {
    section.my-word {
        padding-top: 80px;
        min-height: 0px;
    }
}

section.member-info {
    width: 100%;
    padding: 70px 0;
    min-height: 805px;
    padding-top: 130px;
}
section.member-info .container {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-bottom: 100px;
}
section.member-info .container .left-menu {
    float: left;
    width: 250px;
    height: 100%;
    padding-bottom: 100px;
    border: 1px solid #f2f2f2;
}
section.member-info .container .left-menu .title {
    margin-bottom: 0px !important;
    position: relative;
    font-size: 14px;
    padding: 10px;
    color: #fff;
    background: #6e4ef7;
    font-weight: 300 !important;
    text-align: left;
    padding-bottom: 10px !important;
    margin-bottom: 0px !important;
}
section.member-info .container .left-menu .menu-title {
    width: 90%;
    margin: 0 auto;
    text-align: left;
    color: #000;
    margin-top: 20px;
    font-size: 13px;
    padding: 10px;
    background: #f2f2f2;
}
section.member-info .container .left-menu .menu-item {
    width: 100%;
    padding: 10px 20px 0px 20px;
}
section.member-info .container .left-menu .menu-item ul li {
    width: 100%;
    font-size: 13px;
    padding: 8px 0;
    border-bottom: 1px solid #e4e4e4;
}
section.member-info .container .left-menu .center {
    width: 100%;
    padding: 20px 20px;
}
section.member-info .container .left-menu .center .cname {
    font-size: 16px;
    font-weight: bold;
    color: #000;
}
@media only screen and (max-width: 767px) {
    section.member-info .container .left-menu .center .cname {
        font-size: 14px;
    }
}
section.member-info .container .left-menu .center .tel {
    line-height: 40px;
    font-family: "Roboto";
    font-size: 35px;
    font-weight: bold;
    color: #6e4ef7;
    letter-spacing: -2px;
}
@media only screen and (max-width: 767px) {
    section.member-info .container .left-menu .center .tel {
        font-size: 20px;
    }
}
section.member-info .container .left-menu .center .time {
    font-size: 12px;
    color: #8a8a8a;
}
@media only screen and (max-width: 767px) {
    section.member-info .container .left-menu {
        display: none;
    }
}
section.member-info .container .page {
    float: right;
    padding-top: 50px;
    width: 947px;
}
section.member-info .container .page .page-title {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #e4e4e4;
    position: relative;
}
section.member-info .container .page .page-title .breadcrumb {
    position: absolute;
    font-size: 12px;
    font-weight: 300;
    color: #8a8a8a;
    right: 0;
    top: 5px;
}
@media only screen and (max-width: 1248px) {
    section.member-info .container .page .page-title .breadcrumb {
        display: none;
    }
}
section.member-info .container .page .bdn {
    border: none;
}
section.member-info .container .page .table-title {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    padding: 30px 0 10px 0;
    position: relative;
}
section.member-info .container .page .table-title .btn-bills {
    position: absolute;
    right: 0;
    top: 26px;
    padding: 5px;
    border: 1px solid #e4e4e4;
    color: #8a8a8a;
    font-size: 12px;
    font-weight: 300;
}
section.member-info .container .page .mt50 {
    margin-top: 50px;
}
section.member-info .container .page table.info-table {
    width: 100%;
    margin-top: 10px;
    border-top: 2px solid #000;
}
section.member-info .container .page table.info-table th {
    font-size: 13px;
    padding: 10px;
    background: #f2f2f2;
    letter-spacing: -1px;
    border-bottom: 1px solid #e4e4e4;
    color: #000;
    line-height: 20px !important;
    text-align: center;
}
@media only screen and (max-width: 1248px) {
    section.member-info .container .page table.info-table th {
        padding: 5px;
    }
}
section.member-info .container .page table.info-table td {
    font-size: 13px;
    padding: 10px 0;
    border-bottom: 1px solid #e4e4e4;
    color: #8a8a8a;
    padding-left: 20px;
    text-align: left;
    vertical-align: middle;
    line-height: 24px;
}
section.member-info .container .page table.info-table td .red {
    font-size: 16px;
    color: #d32800;
    font-weight: bold;
}
section.member-info .container .page table.info-table td .btn-more {
    display: inline-block;
    padding: 5px;
    background: #fff;
    border: 1px solid #e4e4e4;
}
section.member-info .container .page table.info-table td .btn-modify {
    display: inline-block;
    margin-left: 10px;
    padding: 3px 5px !important;
    border: 1px solid #e4e4e4;
    color: #8a8a8a;
    font-size: 12px;
    font-weight: 300;
    line-height: 16px;
}
section.member-info
    .container
    .page
    table.info-table
    td
    input[type="checkbox"] {
    position: relative;
    top: 2px;
    margin: 0 5px;
}
section.member-info
    .container
    .page
    table.info-table
    td
    .order-detail-pro
    ul
    li {
    float: left;
    height: 100px;
}
section.member-info
    .container
    .page
    table.info-table
    td
    .order-detail-pro
    ul
    li:first-child {
    width: 15%;
}
section.member-info
    .container
    .page
    table.info-table
    td
    .order-detail-pro
    ul
    li:first-child
    img {
    width: 100%;
}
section.member-info
    .container
    .page
    table.info-table
    td
    .order-detail-pro
    ul
    li:last-child {
    width: 85%;
    padding-left: 20px;
}
section.member-info
    .container
    .page
    table.info-table
    td
    .order-detail-pro
    ul
    li:last-child
    .pro-name {
    padding-top: 30px;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    text-align: left;
}
section.member-info
    .container
    .page
    table.info-table
    td
    .order-detail-pro
    ul
    li:last-child
    .option {
    padding-top: 10px;
    font-size: 14px;
    color: #8a8a8a;
    text-align: left;
}
@media only screen and (max-width: 1248px) {
    section.member-info .container .page table.info-table td {
        padding: 5px;
    }
}
section.member-info .container .page table.info-table-pc {
    width: 100%;
    margin-top: 10px;
    border-top: 2px solid #000;
}
section.member-info .container .page table.info-table-pc th {
    font-size: 13px;
    padding: 10px;
    background: #f2f2f2;
    letter-spacing: -1px;
    border-bottom: 1px solid #e4e4e4;
    color: #000;
    line-height: 20px !important;
    text-align: center;
}
@media only screen and (max-width: 1248px) {
    section.member-info .container .page table.info-table-pc th {
        padding: 5px;
    }
}
section.member-info .container .page table.info-table-pc td {
    font-size: 13px;
    padding: 10px 0;
    border-bottom: 1px solid #e4e4e4;
    color: #8a8a8a;
    padding-left: 20px;
    text-align: left;
    vertical-align: middle;
    line-height: 24px;
}
section.member-info .container .page table.info-table-pc td .red {
    font-size: 16px;
    color: #d32800;
    font-weight: bold;
}
section.member-info .container .page table.info-table-pc td .btn-more {
    display: inline-block;
    padding: 5px;
    background: #fff;
    border: 1px solid #e4e4e4;
}
section.member-info .container .page table.info-table-pc td .btn-modify {
    display: inline-block;
    margin-left: 10px;
    padding: 3px 5px !important;
    border: 1px solid #e4e4e4;
    color: #8a8a8a;
    font-size: 12px;
    font-weight: 300;
    line-height: 16px;
}
section.member-info
    .container
    .page
    table.info-table-pc
    td
    input[type="checkbox"] {
    position: relative;
    top: 2px;
    margin: 0 5px;
}
section.member-info
    .container
    .page
    table.info-table-pc
    td
    .order-detail-pro
    ul
    li {
    float: left;
    height: 100px;
}
section.member-info
    .container
    .page
    table.info-table-pc
    td
    .order-detail-pro
    ul
    li:first-child {
    width: 15%;
}
section.member-info
    .container
    .page
    table.info-table-pc
    td
    .order-detail-pro
    ul
    li:first-child
    img {
    width: 100%;
}
section.member-info
    .container
    .page
    table.info-table-pc
    td
    .order-detail-pro
    ul
    li:last-child {
    width: 85%;
    padding-left: 20px;
}
section.member-info
    .container
    .page
    table.info-table-pc
    td
    .order-detail-pro
    ul
    li:last-child
    .pro-name {
    padding-top: 30px;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    text-align: left;
}
section.member-info
    .container
    .page
    table.info-table-pc
    td
    .order-detail-pro
    ul
    li:last-child
    .option {
    padding-top: 10px;
    font-size: 14px;
    color: #8a8a8a;
    text-align: left;
}
@media only screen and (max-width: 1248px) {
    section.member-info .container .page table.info-table-pc td {
        padding: 5px;
    }
}
@media only screen and (max-width: 767px) {
    section.member-info .container .page table.info-table-pc {
        display: none;
    }
}
section.member-info .container .page table.info-table-mb {
    display: none;
    width: 100%;
    margin-top: 10px;
    border-top: 2px solid #000;
}
section.member-info .container .page table.info-table-mb th {
    font-size: 13px;
    padding: 10px;
    background: #f2f2f2;
    letter-spacing: -1px;
    border-bottom: 1px solid #e4e4e4;
    color: #000;
    line-height: 20px !important;
    text-align: center;
}
@media only screen and (max-width: 1248px) {
    section.member-info .container .page table.info-table-mb th {
        padding: 5px;
    }
}
section.member-info .container .page table.info-table-mb td {
    font-size: 13px;
    padding: 10px 0;
    border-bottom: 1px solid #e4e4e4;
    color: #8a8a8a;
    padding-left: 20px;
    text-align: left;
    vertical-align: middle;
    line-height: 24px;
}
section.member-info .container .page table.info-table-mb td .red {
    font-size: 16px;
    color: #d32800;
    font-weight: bold;
}
section.member-info .container .page table.info-table-mb td .btn-more {
    display: inline-block;
    padding: 5px;
    background: #fff;
    border: 1px solid #e4e4e4;
}
section.member-info .container .page table.info-table-mb td .btn-modify {
    display: inline-block;
    margin-left: 10px;
    padding: 3px 5px !important;
    border: 1px solid #e4e4e4;
    color: #8a8a8a;
    font-size: 12px;
    font-weight: 300;
    line-height: 16px;
}
section.member-info
    .container
    .page
    table.info-table-mb
    td
    input[type="checkbox"] {
    position: relative;
    top: 2px;
    margin: 0 5px;
}
section.member-info
    .container
    .page
    table.info-table-mb
    td
    .order-detail-pro
    ul
    li {
    float: left;
    height: 100px;
}
section.member-info
    .container
    .page
    table.info-table-mb
    td
    .order-detail-pro
    ul
    li:first-child {
    width: 15%;
}
section.member-info
    .container
    .page
    table.info-table-mb
    td
    .order-detail-pro
    ul
    li:first-child
    img {
    width: 100%;
}
section.member-info
    .container
    .page
    table.info-table-mb
    td
    .order-detail-pro
    ul
    li:last-child {
    width: 85%;
    padding-left: 20px;
}
section.member-info
    .container
    .page
    table.info-table-mb
    td
    .order-detail-pro
    ul
    li:last-child
    .pro-name {
    padding-top: 30px;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    text-align: left;
}
section.member-info
    .container
    .page
    table.info-table-mb
    td
    .order-detail-pro
    ul
    li:last-child
    .option {
    padding-top: 10px;
    font-size: 14px;
    color: #8a8a8a;
    text-align: left;
}
@media only screen and (max-width: 1248px) {
    section.member-info .container .page table.info-table-mb td {
        padding: 5px;
    }
}
@media only screen and (max-width: 767px) {
    section.member-info .container .page table.info-table-mb {
        display: table;
    }
}
section.member-info .container .page p {
    padding: 30px 0;
}
section.member-info .container .page .btn-list {
    width: 100px;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    margin-top: 40px;
    border: 1px solid #e4e4e4;
    background: #000;
    padding: 10px 20px;
}
section.member-info .container .page .btn-list a {
    color: #fff;
}
@media only screen and (max-width: 1248px) {
    section.member-info .container .page {
        width: calc(100% - 280px);
    }
}
@media only screen and (max-width: 767px) {
    section.member-info .container .page {
        width: 100%;
    }
}
@media only screen and (max-width: 767px) {
    section.member-info {
        padding-top: 80px;
    }
}

section.point {
    width: 100%;
    padding: 70px 0;
    min-height: 805px;
    padding-top: 130px;
}
section.point .container {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-bottom: 100px;
}
section.point .container .left-menu {
    float: left;
    width: 250px;
    height: 100%;
    padding-bottom: 100px;
    border: 1px solid #f2f2f2;
}
section.point .container .left-menu .title {
    margin-bottom: 0px !important;
    position: relative;
    font-size: 14px;
    padding: 10px;
    color: #fff;
    background: #6e4ef7;
    font-weight: 300 !important;
    text-align: left;
    padding-bottom: 10px !important;
    margin-bottom: 0px !important;
}
section.point .container .left-menu .menu-title {
    width: 90%;
    margin: 0 auto;
    text-align: left;
    color: #000;
    margin-top: 20px;
    font-size: 13px;
    padding: 10px;
    background: #f2f2f2;
}
section.point .container .left-menu .menu-item {
    width: 100%;
    padding: 10px 20px 0px 20px;
}
section.point .container .left-menu .menu-item ul li {
    width: 100%;
    font-size: 13px;
    padding: 8px 0;
    border-bottom: 1px solid #e4e4e4;
}
section.point .container .left-menu .center {
    width: 100%;
    padding: 20px 20px;
}
section.point .container .left-menu .center .cname {
    font-size: 16px;
    font-weight: bold;
    color: #000;
}
@media only screen and (max-width: 767px) {
    section.point .container .left-menu .center .cname {
        font-size: 14px;
    }
}
section.point .container .left-menu .center .tel {
    line-height: 40px;
    font-family: "Roboto";
    font-size: 35px;
    font-weight: bold;
    color: #6e4ef7;
    letter-spacing: -2px;
}
@media only screen and (max-width: 767px) {
    section.point .container .left-menu .center .tel {
        font-size: 20px;
    }
}
section.point .container .left-menu .center .time {
    font-size: 12px;
    color: #8a8a8a;
}
@media only screen and (max-width: 767px) {
    section.point .container .left-menu {
        display: none;
    }
}
section.point .container .page {
    float: right;
    width: 947px;
}
section.point .container .page .page-title {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #e4e4e4;
    position: relative;
}
section.point .container .page .page-title .breadcrumb {
    position: absolute;
    font-size: 12px;
    font-weight: 300;
    color: #8a8a8a;
    right: 0;
    top: 5px;
}
@media only screen and (max-width: 767px) {
    section.point .container .page .page-title .breadcrumb {
        display: none;
    }
}
section.point .container .page .table-title,
section.trust-sale .container .page .table-title {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    padding: 30px 0 10px 0;
    position: relative;
}
section.point .container .page .table-title .btn-bills {
    position: absolute;
    right: 0;
    top: 26px;
    padding: 5px;
    border: 1px solid #e4e4e4;
    color: #8a8a8a;
    font-size: 12px;
    font-weight: 300;
}
section.point .container .page .order-search {
    width: 100%;
    padding: 20px;
    background: #fff;
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
}
section.point .container .page .order-search ul {
    display: inline-block;
}
section.point .container .page .order-search ul li {
    float: left;
    width: auto;
    font-size: 14px;
    line-height: 24px;
    padding: 0 2px;
}
section.point .container .page .order-search ul li .btn-month {
    line-height: 15px;
    border: 1px solid #e4e4e4;
    background: #fff;
    color: #8a8a8a;
    font-size: 12px;
    padding: 5px 10px;
}
section.point .container .page .order-search ul li input {
    height: 27px;
    line-height: 27px;
    font-size: 12px;
    background: url("/img/cal_back.jpg");
    width: 100px;
}
@media only screen and (width: 768px) {
    section.point .container .page .order-search ul li input {
        width: 100px;
        background-position: center right;
    }
}
@media only screen and (max-width: 767px) {
    section.point .container .page .order-search ul li input {
        width: 100px;
        background-position: center right;
    }
}
section.point .container .page .order-search ul li .btn-search {
    line-height: 15px;
    border: 1px solid #e4e4e4;
    background: #000;
    color: #fff;
    font-size: 12px;
    padding: 5px 10px;
}
@media only screen and (max-width: 767px) {
    section.point .container .page .order-search ul li {
        font-size: 12px;
        padding: 0 1px;
        text-align: center;
    }
}
@media only screen and (max-width: 767px) {
    section.point .container .page .order-search {
        padding: 10px 0px;
    }
}
section.point .container .page table.info-table-pc,
section.trust-sale .container .page table.info-table {
    width: 100%;
    margin-top: 10px;
    border-top: 2px solid #000;
}
section.point .container .page table.info-table-pc th,
section.trust-sale .container .page table.info-table th {
    font-size: 13px;
    padding: 10px;
    background: #f2f2f2;
    letter-spacing: -1px;
    border-bottom: 1px solid #e4e4e4;
    color: #000;
    line-height: 20px !important;
    text-align: center;
    vertical-align: middle;
}
@media only screen and (max-width: 1248px) {
    section.point .container .page table.info-table-pc th {
        padding: 5px;
    }
}
section.point .container .page table.info-table-pc td,
section.trust-sale .container .page table.info-table td {
    font-size: 13px;
    padding: 10px 0;
    border-bottom: 1px solid #e4e4e4;
    color: #8a8a8a;
    padding-left: 20px;
    text-align: left;
    vertical-align: middle;
    line-height: 24px;
}
section.point .container .page table.info-table-pc td .red {
    font-size: 16px;
    color: #d32800;
    font-weight: bold;
}
section.point .container .page table.info-table-pc td .btn-more {
    display: inline-block;
    padding: 5px;
    background: #fff;
    border: 1px solid #e4e4e4;
}
section.point .container .page table.info-table-pc td .btn-modify {
    display: inline-block;
    margin-left: 10px;
    padding: 3px 5px !important;
    border: 1px solid #e4e4e4;
    color: #8a8a8a;
    font-size: 13px;
    font-weight: 300;
    line-height: 16px;
}
section.point .container .page table.info-table-pc td input[type="checkbox"] {
    position: relative;
    top: 2px;
    margin: 0 5px;
}
section.point .container .page table.info-table-pc td .order-detail-pro ul li {
    float: left;
    height: 100px;
}
section.point
    .container
    .page
    table.info-table-pc
    td
    .order-detail-pro
    ul
    li:first-child {
    width: 15%;
}
section.point
    .container
    .page
    table.info-table-pc
    td
    .order-detail-pro
    ul
    li:first-child
    img {
    width: 100%;
}
section.point
    .container
    .page
    table.info-table-pc
    td
    .order-detail-pro
    ul
    li:last-child {
    width: 85%;
    padding-left: 20px;
}
section.point
    .container
    .page
    table.info-table-pc
    td
    .order-detail-pro
    ul
    li:last-child
    .pro-name {
    padding-top: 30px;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    text-align: left;
}
section.point
    .container
    .page
    table.info-table-pc
    td
    .order-detail-pro
    ul
    li:last-child
    .option {
    padding-top: 10px;
    font-size: 14px;
    color: #8a8a8a;
    text-align: left;
}
@media only screen and (max-width: 1248px) {
    section.point .container .page table.info-table-pc td {
        padding: 5px;
    }
}
@media only screen and (max-width: 767px) {
    section.point .container .page table.info-table-pc {
        display: none;
    }
}
section.point .container .page table.info-table-mb {
    display: none;
    width: 100%;
    margin-top: 10px;
    border-top: 2px solid #000;
}
section.point .container .page table.info-table-mb th {
    font-size: 13px;
    padding: 10px;
    background: #f2f2f2;
    letter-spacing: -1px;
    border-bottom: 1px solid #e4e4e4;
    color: #000;
    line-height: 20px !important;
    text-align: center;
}
@media only screen and (max-width: 1248px) {
    section.point .container .page table.info-table-mb th {
        padding: 5px;
    }
}
@media only screen and (max-width: 767px) {
    section.point .container .page table.info-table-mb th {
        font-size: 11px;
        padding: 2px;
        vertical-align: middle;
        letter-spacing: -1px;
    }
}
section.point .container .page table.info-table-mb td {
    font-size: 13px;
    padding: 10px 0;
    border-bottom: 1px solid #e4e4e4;
    color: #8a8a8a;
    padding-left: 20px;
    text-align: center;
    vertical-align: middle;
    line-height: 24px;
    letter-spacing: -1px;
}
section.point .container .page table.info-table-mb td .red {
    font-size: 16px;
    color: #d32800;
    font-weight: bold;
}
section.point .container .page table.info-table-mb td .btn-more {
    display: inline-block;
    padding: 5px;
    background: #fff;
    border: 1px solid #e4e4e4;
}
section.point .container .page table.info-table-mb td .btn-modify {
    display: inline-block;
    margin-left: 10px;
    padding: 3px 5px !important;
    border: 1px solid #e4e4e4;
    color: #8a8a8a;
    font-size: 12px;
    font-weight: 300;
    line-height: 16px;
}
section.point .container .page table.info-table-mb td input[type="checkbox"] {
    position: relative;
    top: 2px;
    margin: 0 5px;
}
section.point .container .page table.info-table-mb td .order-detail-pro ul li {
    float: left;
    height: 100px;
}
section.point
    .container
    .page
    table.info-table-mb
    td
    .order-detail-pro
    ul
    li:first-child {
    width: 15%;
}
section.point
    .container
    .page
    table.info-table-mb
    td
    .order-detail-pro
    ul
    li:first-child
    img {
    width: 100%;
}
section.point
    .container
    .page
    table.info-table-mb
    td
    .order-detail-pro
    ul
    li:last-child {
    width: 85%;
    padding-left: 20px;
}
section.point
    .container
    .page
    table.info-table-mb
    td
    .order-detail-pro
    ul
    li:last-child
    .pro-name {
    padding-top: 30px;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    text-align: left;
}
section.point
    .container
    .page
    table.info-table-mb
    td
    .order-detail-pro
    ul
    li:last-child
    .option {
    padding-top: 10px;
    font-size: 14px;
    color: #8a8a8a;
    text-align: left;
}
@media only screen and (max-width: 1248px) {
    section.point .container .page table.info-table-mb td {
        padding: 5px;
    }
}
@media only screen and (max-width: 767px) {
    section.point .container .page table.info-table-mb td {
        font-size: 11px;
        padding: 2px 0;
        vertical-align: middle;
    }
}
@media only screen and (max-width: 767px) {
    section.point .container .page table.info-table-mb {
        display: table;
    }
}
section.point .container .page p {
    padding: 30px 0;
}
section.point .container .page .btn-list {
    width: 100px;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    margin-top: 40px;
    border: 1px solid #e4e4e4;
    background: #000;
    padding: 10px 20px;
}
section.point .container .page .btn-list a {
    color: #fff;
}
@media only screen and (max-width: 1248px) {
    section.point .container .page {
        width: calc(100% - 280px);
    }
}
@media only screen and (max-width: 767px) {
    section.point .container .page {
        width: 100%;
    }
}
@media only screen and (max-width: 767px) {
    section.point {
        padding-top: 80px;
        min-height: 0px;
    }
}

section.address {
    width: 100%;
    padding: 70px 0;
    min-height: 805px;
    padding-top: 130px;
}
section.address .container {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-bottom: 100px;
}
section.address .container .left-menu {
    float: left;
    width: 250px;
    height: 100%;
    padding-bottom: 100px;
    border: 1px solid #f2f2f2;
}
section.address .container .left-menu .title {
    margin-bottom: 0px !important;
    position: relative;
    font-size: 14px;
    padding: 10px;
    color: #fff;
    background: #6e4ef7;
    font-weight: 300 !important;
    text-align: left;
    padding-bottom: 10px !important;
    margin-bottom: 0px !important;
}
section.address .container .left-menu .menu-title {
    width: 90%;
    margin: 0 auto;
    text-align: left;
    color: #000;
    margin-top: 20px;
    font-size: 13px;
    padding: 10px;
    background: #f2f2f2;
}
section.address .container .left-menu .menu-item {
    width: 100%;
    padding: 10px 20px 0px 20px;
}
section.address .container .left-menu .menu-item ul li {
    width: 100%;
    font-size: 13px;
    padding: 8px 0;
    border-bottom: 1px solid #e4e4e4;
}
section.address .container .left-menu .center {
    width: 100%;
    padding: 20px 20px;
}
section.address .container .left-menu .center .cname {
    font-size: 16px;
    font-weight: bold;
    color: #000;
}
@media only screen and (max-width: 767px) {
    section.address .container .left-menu .center .cname {
        font-size: 14px;
    }
}
section.address .container .left-menu .center .tel {
    line-height: 40px;
    font-family: "Roboto";
    font-size: 35px;
    font-weight: bold;
    color: #6e4ef7;
    letter-spacing: -2px;
}
@media only screen and (max-width: 767px) {
    section.address .container .left-menu .center .tel {
        font-size: 20px;
    }
}
section.address .container .left-menu .center .time {
    font-size: 12px;
    color: #8a8a8a;
}
@media only screen and (max-width: 767px) {
    section.address .container .left-menu {
        display: none;
    }
}
section.address .container .page {
    float: right;
    width: 947px;
}
section.address .container .page .page-title {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #e4e4e4;
    position: relative;
}
section.address .container .page .page-title .breadcrumb {
    position: absolute;
    font-size: 12px;
    font-weight: 300;
    color: #8a8a8a;
    right: 0;
    top: 5px;
}
@media only screen and (max-width: 767px) {
    section.address .container .page .page-title .breadcrumb {
        display: none;
    }
}
section.address .container .page .table-title {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    padding: 30px 0 10px 0;
    position: relative;
}
section.address .container .page .table-title .btn-bills {
    position: absolute;
    right: 0;
    top: 26px;
    padding: 5px;
    border: 1px solid #e4e4e4;
    color: #8a8a8a;
    font-size: 12px;
    font-weight: 300;
}
section.address .container .page .address-list {
    width: 100%;
    text-align: center;
}
section.address .container .page .address-list ul li {
    float: left;
    width: 50%;
    padding: 20px 0px;
}
section.address .container .page .address-list ul li .item {
    width: 100%;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 20px;
    padding-right: 20px;
    text-align: left !important;
}
section.address .container .page .address-list ul li .item .btn {
    padding-top: 10px;
    font-size: 12px;
    color: #000;
    font-weight: bold;
}
section.address .container .page .address-list ul li .item .add-name {
    padding: 20px 0px;
    text-align: left;
    color: #000;
    font-size: 14px;
    font-weight: bold;
}
section.address .container .page .address-list ul li .item .gray {
    color: #8a8a8a;
    font-weight: lighter;
}
section.address .container .page .address-list ul li .item button {
    border: 1px solid #e4e4e4;
    padding: 8px 10px;
    font-size: 14px;
    color: #000;
    float: right;
    margin-right: 20px;
    background: #ffff;
}
section.address .container .page .address-list ul li .item p {
    padding: 0 0px;
}
@media only screen and (max-width: 767px) {
    section.address .container .page .address-list ul li {
        float: none;
        width: 100%;
        padding: 0px 0px;
    }
}
section.address .container .page .address-list .btn-write {
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    margin-top: 40px;
    border: 1px solid #e4e4e4;
    background: #000;
    padding: 10px 20px;
}
section.address .container .page .address-list .btn-write a {
    color: #fff;
}
@media only screen and (max-width: 1248px) {
    section.address .container .page {
        width: calc(100% - 280px);
    }
}
@media only screen and (max-width: 767px) {
    section.address .container .page {
        width: 100%;
    }
}

section.inquiry {
    width: 100%;
    padding: 70px 0;
    min-height: 805px;
    padding-top: 130px;
}
section.inquiry .container {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-bottom: 100px;
}
section.inquiry .container .left-menu {
    float: left;
    width: 250px;
    height: 100%;
    padding-bottom: 100px;
    border: 1px solid #f2f2f2;
}
section.inquiry .container .left-menu .title {
    margin-bottom: 0px !important;
    position: relative;
    font-size: 14px;
    padding: 10px;
    color: #fff;
    background: #6e4ef7;
    font-weight: 300 !important;
    text-align: left;
    padding-bottom: 10px !important;
    margin-bottom: 0px !important;
}
section.inquiry .container .left-menu .menu-title {
    width: 90%;
    margin: 0 auto;
    text-align: left;
    color: #000;
    margin-top: 20px;
    font-size: 13px;
    padding: 10px;
    background: #f2f2f2;
}
section.inquiry .container .left-menu .menu-item {
    width: 100%;
    padding: 10px 20px 0px 20px;
}
section.inquiry .container .left-menu .menu-item ul li {
    width: 100%;
    font-size: 13px;
    padding: 8px 0;
    border-bottom: 1px solid #e4e4e4;
}
section.inquiry .container .left-menu .center {
    width: 100%;
    padding: 20px 20px;
}
section.inquiry .container .left-menu .center .cname {
    font-size: 16px;
    font-weight: bold;
    color: #000;
}
@media only screen and (max-width: 767px) {
    section.inquiry .container .left-menu .center .cname {
        font-size: 14px;
    }
}
section.inquiry .container .left-menu .center .tel {
    line-height: 40px;
    font-family: "Roboto";
    font-size: 35px;
    font-weight: bold;
    color: #6e4ef7;
    letter-spacing: -2px;
}
@media only screen and (max-width: 767px) {
    section.inquiry .container .left-menu .center .tel {
        font-size: 20px;
    }
}
section.inquiry .container .left-menu .center .time {
    font-size: 12px;
    color: #8a8a8a;
}
@media only screen and (max-width: 767px) {
    section.inquiry .container .left-menu {
        display: none;
    }
}
section.inquiry .container .page {
    float: right;
    width: 947px;
}
section.inquiry .container .page .page-title {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #e4e4e4;
    position: relative;
}
section.inquiry .container .page .page-title .breadcrumb {
    position: absolute;
    font-size: 12px;
    font-weight: 300;
    color: #8a8a8a;
    right: 0;
    top: 5px;
}
@media only screen and (max-width: 767px) {
    section.inquiry .container .page .page-title .breadcrumb {
        display: none;
    }
}
section.inquiry .container .page .table-title {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    padding: 30px 0 10px 0;
    position: relative;
}
section.inquiry .container .page .table-title .btn-bills {
    position: absolute;
    right: 0;
    top: 26px;
    padding: 5px;
    border: 1px solid #e4e4e4;
    color: #8a8a8a;
    font-size: 12px;
    font-weight: 300;
}
section.inquiry .container .page .inquiry-input {
    width: 100%;
    text-align: center;
}
section.inquiry .container .page .inquiry-input input {
    width: 100%;
    padding: 10px;
    margin-top: 30px;
}
section.inquiry .container .page .inquiry-input textarea {
    width: 100%;
    height: 100px;
    padding: 10px;
    margin-top: 30px;
}
section.inquiry .container .page .inquiry-input select {
    width: 100%;
    padding: 10px;
    margin-top: 30px;
}
section.inquiry .container .page .inquiry-input .btn-write {
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    margin-top: 40px;
    border: 1px solid #e4e4e4;
    background: #000;
    padding: 10px 20px;
}
section.inquiry .container .page .inquiry-input .btn-write a {
    color: #fff;
}
@media only screen and (max-width: 1248px) {
    section.inquiry .container .page {
        width: calc(100% - 280px);
    }
}
@media only screen and (max-width: 767px) {
    section.inquiry .container .page {
        width: 100%;
    }
}
@media only screen and (max-width: 767px) {
    section.inquiry {
        padding-top: 80px;
    }
}

section.error {
    width: 100%;
    padding: 70px 0;
    min-height: 805px;
    padding-top: 130px;
}
section.error .error-desc {
    text-align: center;
    margin-top: 50px;
}
section.error .error-desc .text {
    font-size: 16px;
    /*letter-spacing: -1px;*/
    color: #000;
    line-height: 24px;
    font-weight: bold;
    margin-top: 30px;
}
section.error .error-desc .tel {
    font-size: 16px;
    color: #000;
    line-height: 24px;
    margin-top: 30px;
}
section.error .error-desc p {
    text-align: center;
}
section.error .error-desc .btn-write {
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    margin-top: 40px;
    border: 1px solid #e4e4e4;
    background: #000;
    padding: 10px 20px;
}
section.error .error-desc .btn-write a {
    color: #fff;
}

section.mobile-mypage {
    width: 100%;
    padding: 70px 0;
}
section.mobile-mypage .myshop {
    width: 100%;
    border-left: 5px solid #6e4ef7;
    border-right: 5px solid #6e4ef7;
    border-bottom: 5px solid #6e4ef7;
}
section.mobile-mypage .myshop .mmp-title {
    background: #6e4ef7;
    color: #fff;
    padding: 10px;
    font-size: 12px;
}
section.mobile-mypage .myshop ul {
    border-top: 1px solid #f2f2f2;
    border-left: 1px solid #f2f2f2;
}
section.mobile-mypage .myshop ul li {
    width: 50%;
    float: left;
    font-size: 12px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-bottom: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2;
}
section.mobile-mypage .myinfo .msp-title {
    background: #6e4ef7;
    color: #fff;
    padding: 10px;
    font-size: 12px;
    margin-top: 10px;
}
section.mobile-mypage .myinfo ul li {
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid #e4e4e4;
    font-size: 12px;
}
section.mobile-mypage .cucenter .msp-title {
    background: #6e4ef7;
    color: #fff;
    padding: 10px;
    font-size: 12px;
    margin-top: 10px;
}
section.mobile-mypage .cucenter ul li {
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid #e4e4e4;
    font-size: 12px;
}
section.mobile-mypage .m-center {
    width: 100%;
    padding: 20px 20px;
    text-align: center;
}
section.mobile-mypage .m-center .cname {
    font-size: 16px;
    font-weight: bold;
    color: #000;
}
@media only screen and (max-width: 767px) {
    section.mobile-mypage .m-center .cname {
        font-size: 14px;
    }
}
section.mobile-mypage .m-center .tel {
    line-height: 40px;
    text-align: center;
    font-family: "Roboto";
    font-size: 35px;
    font-weight: bold;
    color: #6e4ef7;
    /*letter-spacing: -2px;*/
}
section.mobile-mypage .m-center .time {
    text-align: center;
    font-size: 12px;
    color: #8a8a8a;
}

/* Board Componenet */
/* footer */
footer {
    width: 100%;
    padding-top: 20px;
    background: #404040;
    padding-bottom: 20px;
}
footer .info-menu {
    width: 75%;
    border-bottom: 1px solid #666666;
}
footer .info-menu ul li {
    float: left;
    padding-bottom: 20px;
    margin-right: 15px;
}
@media only screen and (max-width: 767px) {
    footer .info-menu ul li {
        margin-right: 5px;
    }
}
footer .info-menu ul li a {
    color: #8d8d8d;
    font-size: 14px;
    /*letter-spacing: -1px;*/
}
@media only screen and (max-width: 767px) {
    footer .info-menu ul li a {
        font-size: 12px;
    }
}
footer .info-copy {
    width: 100%;
    padding: 20px 0;
    color: #8d8d8d;
    font-size: 12px;
    line-height: 24px;
    position: relative;
}
footer .info-copy .white {
    color: #e4e4e4;
    padding-right: 5px;
}
footer .info-copy p {
    font-size: 11px;
    color: #8d8d8d;
}
footer .info-copy .accredit {
    position: absolute;
    top: 25px !important;
    right: 0;
    width: 400px;
    float: right;
}
footer .info-copy .accredit p {
    font-size: 12px;
    color: #949494;
}
footer .info-copy .accredit p.text {
    font-size: 12px;
    color: #dbdbdb;
}
footer .info-copy .accredit p.btn {
    padding: 2px 4px;
    margin-top: 10px;
    border: 1px solid #dbdbdb;
    font-size: 12px;
    color: #dbdbdb;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
}
footer .info-copy .accredit p.btn:hover {
    padding: 2px 4px;
    margin-top: 10px;
    border: 1px solid #949494;
    font-size: 12px;
    color: #949494;
}
@media only screen and (max-width: 767px) {
    footer .info-copy .accredit {
        position: relative;
        left: 0px;
        top: -20px;
        float: none;
        width: 100%;
    }
}
footer .sns {
    margin-top: -5px;
    float: right;
}
footer .sns ul li {
    float: left;
    margin-left: 7px;
    width: 30px;
    height: 30px;
    background: #5f5f5f;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
}
footer .sns ul li i {
    font-size: 16px;
    line-height: 30px;
    color: #404040;
}
@media only screen and (max-width: 1264px) {
    footer .sns ul li i {
        line-height: 25px;
        font-size: 14px;
    }
}
@media only screen and (max-width: 767px) {
    footer .sns ul li {
        margin-left: 2px;
        width: 25px;
        height: 25px;
    }
}
footer .sns ul li:hover {
    background: #858585;
}

.btn {
    display: inline-block;
    font-size: 13px;
    font-weight: 300;
    background: transparent;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    text-transform: uppercase;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.btn:hover {
    text-decoration: none;
}

/* button type */
.btn-primary {
    background: #e8485a;
    border-color: #e8485a;
    color: #fff;
}

.btn-primary-ol {
    background: #fff;
    border-color: #fff;
    color: #e8485a;
}

.btn-tool {
    background: #a7a7a7;
    border-color: #a7a7a7;
    color: #fff;
}

/* button size */
.btn-full {
    width: 100%;
    padding: 12px 15px;
}

.btn-big {
    font-size: 14px;
    width: 100%;
    padding: 16px 15px;
    font-weight: bold;
}
.btn-big i {
    font-size: 22px;
    margin-right: 4px;
    vertical-align: middle;
}

.btn-md {
    padding: 10px 14px;
    font-size: 13px;
}
.btn-md i {
    font-size: 20px;
}

.btn-sm {
    font-size: 12px;
    padding: 4px 6px;
}
.btn-sm i {
    font-size: 16px;
}

/* button option amount */
.btn .amount {
    display: inline-block;
    width: 13px;
    height: 13px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    background: #e8485a;
    text-align: center;
    line-height: 12px;
    font-size: 10px;
}

.btn-material {
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
        0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12),
        0 3px 1px -2px rgba(0, 0, 0, 0.2);
}
