@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);
@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900");
@import url(ripple.css);

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
    margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
    display: block;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
    /* 1 */
    display: block;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
    background-color: transparent;
    /* 1 */
    -webkit-text-decoration-skip: objects;
    /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
    font-weight: inherit;
}

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
    font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
    background-color: #ff0;
    color: #000;
}

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

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
    display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
    border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
    overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    /* 1 */
    overflow: visible;
}

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

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

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
    display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
    display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
    display: none;
}

/* 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;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

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

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

dfn {
    font-style: italic;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

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;
}

small {
    font-size: 80%;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

textarea {
    overflow: auto;
    resize: none;
}

[type="text"],
[type="num"],
[type="tel"],
[type="file"],
[type="password"],
[type="email"],
[type="search"],
[type="url"],
textarea {
    padding: 8px;
}

[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 {
    outline: 0;
}

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

*,
*: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%;
}

a {
    background: transparent;
    color: #333;
    text-decoration: none;
}

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

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

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

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

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

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

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

body {
    font-family: 'acerFoco', 'NanumBarunGothic', 'Malgun Gothic', 'dotum', 'gulim', 'sans-serif';
    word-break: keep-all;
    word-wrap: break-word;
    font-weight: 400;
    line-height: 1;
}

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

#wrap {
    overflow: hidden;
}

@media only screen and (max-width: 992px) {
    .is-sidebar-open #wrap {
        position: fixed;
        top: 0;
        bottom: 0;
        overflow-y: auto;
        width: 100%;
    }
}

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

/* typography */
h1,
h2 {
    line-height: 1.2;
}

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

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

/* 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;
}

@font-face {
    font-family: 'NanumBarunGothic';
    font-style: normal;
    font-weight: 400;
    src: url("https://cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWeb.eot");
    src: url("https://cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWeb.eot?#iefix") format("embedded-opentype"), url("//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWeb.woff") format("woff"), url("//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWeb.ttf") format("truetype");
}

@font-face {
    font-family: 'NanumBarunGothic';
    font-style: normal;
    font-weight: 700;
    src: url("https://cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebBold.eot");
    src: url("https://cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebBold.eot?#iefix") format("embedded-opentype"), url("//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebBold.woff") format("woff"), url("//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebBold.ttf") format("truetype");
}

@font-face {
    font-family: 'NanumBarunGothic';
    font-style: normal;
    font-weight: 300;
    src: url("https://cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebLight.eot");
    src: url("https://cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebLight.eot?#iefix") format("embedded-opentype"), url("//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebLight.woff") format("woff"), url("//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebLight.ttf") format("truetype");
}

.nanumBarunGothic {
    font-family: 'NanumBarunGothic', sans-serif;
}

.notoSans {
    font-family: "Noto Sans KR", sans-serif;
}

.roboto {
    font-family: 'Roboto', sans-serif;
}

@font-face {
    font-family: 'acerFoco';
    font-style: normal;
    font-weight: 300;
    src: url("../font/AcerFoco_Lt.eot");
    src: url("../font/AcerFoco_Lt.eot?#iefix") format("embedded-opentype"), url("../font/AcerFoco_Lt.woff") format("woff"), url("../font/AcerFoco_Lt.ttf") format("truetype");
}

@font-face {
    font-family: 'acerFoco';
    font-style: normal;
    font-weight: 400;
    src: url("../font/AcerFoco_Rg.eot");
    src: url("../font/AcerFoco_Rg.eot?#iefix") format("embedded-opentype"), url("../font/AcerFoco_Rg.woff") format("woff"), url("../font/AcerFoco_Rg.ttf") format("truetype");
}

@font-face {
    font-family: 'acerFoco';
    font-style: normal;
    font-weight: 500;
    src: url("../font/AcerFoco_SmBd.eot");
    src: url("../font/AcerFoco_SmBd.eot?#iefix") format("embedded-opentype"), url("../font/AcerFoco_SmBd.woff") format("woff"), url("../font/AcerFoco_SmBd.ttf") format("truetype");
}

/* @font-face {
    font-family: 'acerFoco';
    font-style: normal;
    font-weight: 900;
    src: url("../font/AcerFocoBd.eot");
    src: url("../font/AcerFocoBd.eot?#iefix") format("embedded-opentype"), url("../font/AcerFocoBd.woff") format("woff"), url("../font/AcerFocoBd.ttf") format("truetype");
} */

/* 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;
}

.dots-square .slick-dots {
    position: absolute;
    bottom: 46px;
    text-align: center;
    left: 0;
    right: 0;
    font-size: 0;
}

@media only screen and (max-width: 767px) {
    .dots-square .slick-dots {
        bottom: 0;
    }

    .acer-visual .dots-square .slick-dots {
        display: none !important;
    }
}

.notice-event .dots-square .slick-dots {
    bottom: 0;
}

.acer-products .dots-square .slick-dots {
    bottom: 0;
}

.pn1 .dots-square .slick-dots {
    bottom: 22px;
}

.dots-square .slick-dots li {
    display: inline-block;
    margin: 0 2px;
}

.dots-square .slick-dots li button {
    display: block;
    width: 20px;
    height: 4px;
    padding: 0;
    background: #fff;
    text-indent: -99999em;
    cursor: pointer;
    border: 0;
    font-size: 0;
}

.products-review .dots-square .slick-dots li button {
    width: 15px;
    height: 2px;
    background: #e4e4e4;
}

.notice-event .dots-square .slick-dots li button {
    background: #e4e4e4;
}

.acer-products .dots-square .slick-dots li button {
    background: #ccc;
}

.pn1 .dots-square .slick-dots li button {
    background: #e4e4e4;
}

.dots-square .slick-dots li button:focus {
    outline: 0;
}

.acer-visual .dots-square .slick-dots li.slick-active button,
.products-review .dots-square .slick-dots li.slick-active button,
.pn1 .dots-square .slick-dots li.slick-active button {
    background: #ff7f00;
}

.notice-event .dots-square .slick-dots li.slick-active button {
    background: #222;
}

.acer-products .dots-square .slick-dots li.slick-active button {
    background: #222;
}

.slick-arrow-angle .slick-arrow {
    font-size: 0;
    position: absolute;
    top: 50%;
    z-index: 100;
    width: 50px;
    height: 70px;
    border: 0;
    background: transparent;
}

.acer-visual .slick-arrow-angle .slick-arrow {
    left: 50%;
    margin-top: -35px;
}

@media only screen and (max-width: 1300px) {
    .acer-visual .slick-arrow-angle .slick-arrow {
        left: auto;
    }
}

@media only screen and (max-width: 767px) {
    .acer-visual .slick-arrow-angle .slick-arrow {
        -webkit-background-size: 18px;
        background-size: 18px;
    }
}

._index_top {
    height: 102px;
}

.acer-visual ._head_text {
    padding-top: 130px;
    font-size: 50px;
    text-align: center;
    color: #fff;
}

.acer-visual ._body_text {
    padding-top: 50px;
    font-size: 25px;
    line-height: 1.7em;
    text-align: center;
    color: #fff;
}

@media only screen and (max-width: 992px) {
    ._index_top {
        height: 70px;
    }
}

@media only screen and (max-width: 767px) {
    ._index_top {
        height: 70px;
    }

    .acer-visual ._head_text {
        padding-top: 60px;
        font-size: 30px;
        text-align: center;
        color: #fff;
    }

    .acer-visual ._body_text {
        padding-top: 190px;
        font-size: 14px;
        line-height: 2em;
        text-align: center;
        color: #fff;
    }
}

.notice-event .slick-arrow-angle .slick-arrow {
    top: 130px;
    width: 45px;
    height: 60px;
    background-color: rgba(0, 0, 0, 0.6);
}

@media only screen and (max-width: 992px) {
    .notice-event .slick-arrow-angle .slick-arrow {
        top: 95px;
    }
}

@media only screen and (max-width: 767px) {
    .notice-event .slick-arrow-angle .slick-arrow {
        display: none !important;
    }
}

.slick-arrow-angle .slick-arrow:focus {
    outline: 0;
}

.slick-arrow-angle .slick-prev {
    background: url(../img/angle-left.png) 50% no-repeat;
}

.acer-visual .slick-arrow-angle .slick-prev {
    margin-left: -600px;
}

@media only screen and (max-width: 1300px) {
    .acer-visual .slick-arrow-angle .slick-prev {
        margin-left: 0;
        left: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .acer-visual .slick-arrow-angle .slick-prev {
        left: 0;
    }
}

.notice-event .slick-arrow-angle .slick-prev {
    background-image: url(../img/angle-sm-left.png);
    left: 20px;
}

.pn1 .slick-arrow-angle .slick-prev {
    background-image: url(../img/angle-left-pn1.png);
    left: 20px;
    margin-top: -35px;
}

@media only screen and (max-width: 767px) {
    .pn1 .slick-arrow-angle .slick-prev {
        display: none !important;
    }
}

.slick-arrow-angle .slick-next {
    background: url(../img/angle-right.png) 50% no-repeat;
}

.acer-visual .slick-arrow-angle .slick-next {
    margin-left: 550px;
}

@media only screen and (max-width: 1300px) {
    .acer-visual .slick-arrow-angle .slick-next {
        margin-left: 0;
        right: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .acer-visual .slick-arrow-angle .slick-next {
        right: 0;
    }
}

.notice-event .slick-arrow-angle .slick-next {
    background-image: url(../img/angle-sm-right.png);
    right: 20px;
}

.pn1 .slick-arrow-angle .slick-next {
    background-image: url(../img/angle-right-pn1.png);
    right: 20px;
    margin-top: -35px;
}

@media only screen and (max-width: 767px) {
    .pn1 .slick-arrow-angle .slick-next {
        display: none !important;
    }
}

/* 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 #1855e8;
    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;
    }
}

.btn {
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    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: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

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

.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);
}

/* Header */
@media only screen and (min-width: 993px) {
    .getReverse body {
        padding-top: 102px;
    }
}

.site-screen {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    z-index: 500;
    display: none;
}

#header {
    position: fixed;
    top: 0;
    z-index: 1500;
    width: 100%;
    height: 102px;
    background: rgba(0, 0, 0, 0.8);
    text-align: center;
    -webkit-transition: background-color 0.3s 0.5s;
    -ms-transition: background-color 0.3s 0.5s;
    transition: background-color 0.3s 0.5s;
}

#header:hover {
    background-color: black;
    -webkit-transition: background-color 0.3s 0s;
    -ms-transition: background-color 0.3s 0s;
    transition: background-color 0.3s 0s;
}

@media only screen and (min-width: 993px) {
    .getReverse #header {
        background: #fff;
    }

    .getReverse.getScroll #header {
        background: #000;
    }
}

@media only screen and (max-width: 992px) {
    #header {
        height: 70px;
    }
}

#header .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

#header .inner:after {
    display: none;
}

@media only screen and (max-width: 767px) {
    #header .inner {
        justify-content: center;
    }
}

#header .logo img {
    width: 196px;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
}

#header .logo img.cont-black {
    display: none;
}

@media only screen and (min-width: 993px) {
    .getReverse #header .logo img.cont-white {
        display: none;
    }

    .getReverse.getScroll #header .logo img.cont-white {
        display: inline-block;
    }

    .getReverse #header .logo img.cont-black {
        display: inline-block;
    }

    .getReverse.getScroll #header .logo img.cont-black {
        display: none;
    }
}

@media only screen and (max-width: 1300px) {
    :not(.getReverse) #header .logo img {
        width: 160px;
    }
}

@media only screen and (max-width: 992px) {
    #header .logo {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    #header .logo {
        display: block;
    }
}

#header .gnb {
    text-align: center;
}

@media only screen and (min-width: 993px) {
    #header .gnb {
        border-bottom: 1px solid transparent;
    }

    #header .gnb:before {
        content: '';
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        height: 475px;
        background: rgba(0, 0, 0, 0.8);
        max-height: 0;
        -webkit-transition: max-height 0.4s 0.2s;
        -moz-transition: max-height 0.4s 0.2s;
        -ms-transition: max-height 0.4s 0.2s;
        -o-transition: max-height 0.4s 0.2s;
        transition: max-height 0.4s 0.2s;
    }

    #header .gnb:hover>ul .nav-item .dropdown {
        max-height: 475px;
        height: 475px;
    }
}

@media only screen and (min-width: 993px) and (max-width: 992px) {
    #header .gnb:hover>ul .nav-item .dropdown {
        border-bottom: 1px solid #333;
    }
}

@media only screen and (min-width: 993px) {
    #header .gnb:hover:before {
        max-height: 475px;
    }
}

@media only screen and (max-width: 992px) {
    #header .gnb {
        position: fixed;
        left: -400px;
        top: 0;
        bottom: 0;
        z-index: 700;
        overflow-y: auto;
        max-width: 250px;
        width: 80%;
        background: #1b1b1b;
        -webkit-transition: left 0.5s;
        -ms-transition: left 0.5s;
        transition: left 0.5s;
    }

    .is-sidebar-open #header .gnb {
        left: 0;
    }
}

#header .gnb .mobile-logo {
    display: none;
    text-align: right;
    height: 81px;
    border-bottom: 1px solid #fff;
    padding-top: 36px;
    padding-right: 20px;
}

#header .gnb .mobile-logo img {
    width: 100px;
}

@media only screen and (max-width: 992px) {
    #header .gnb .mobile-logo {
        display: block;
    }
}

#header .gnb>ul {
    display: inline-block;
    vertical-align: top;
}

@media only screen and (max-width: 992px) {
    #header .gnb>ul {
        display: block;
    }
}

#header .gnb>ul .nav-item {
    float: left;
    position: relative;
}

#header .gnb>ul .nav-item:hover .nav-link:before {
    opacity: 1;
}

#header .gnb>ul .nav-item ._head {
    color: #70a1ff !important;
    /* padding-bottom: 2px; */
    /* border-bottom: 1px solid #fff; */
    /* margin-bottom: 2px; */
    font-weight: bold !important;
}

#header .gnb>ul .nav-item ._head:nth-child(n + 2) {
    margin-top: 15px !important;
}

@media only screen and (max-width: 992px) {
    #header .gnb>ul .nav-item {
        float: none;
        text-align: right;
    }

    #header .gnb>ul .nav-item.is-active .dropdown {
        max-height: 370px;
    }
}

@media only screen and (max-width: 992px) and (max-width: 992px) {
    #header .gnb>ul .nav-item.is-active .dropdown {
        border-bottom: 1px solid #333;
    }
}

@media only screen and (max-width: 992px) {
    #header .gnb>ul .nav-item.is-active .dropdown a {
        opacity: 1;
    }
}

#header .gnb>ul .nav-item .nav-link {
    position: relative;
    display: block;
    /* padding: 0 45px; */
    width: 130px;
    line-height: 102px;
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

@media only screen and (min-width: 993px) {
    .getReverse #header .gnb>ul .nav-item .nav-link {
        color: #000;
    }

    .getReverse.getScroll #header .gnb>ul .nav-item .nav-link {
        color: #fff;
    }

    #header .gnb>ul .nav-item .nav-link:before {
        content: '';
        position: absolute;
        bottom: -1px;
        left: 18px;
        right: 18px;
        height: 2px;
        background: #80c342;
        opacity: 0;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -ms-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
    }

    .getReverse #header .gnb>ul .nav-item .nav-link:before {
        bottom: -2px;
    }
}

@media only screen and (max-width: 992px) {
    #header .gnb>ul .nav-item .nav-link {
        line-height: 60px;
        font-size: 17px;
        font-weight: bold;
        color: #dddde0;
        border-bottom: 1px solid #333;
        padding: 0 25px;
        width: 100%;
    }
}

#header .gnb>ul .nav-item .dropdown {
    position: absolute;
    top: 100%;
    left: 50%;
    padding-top: 13px;
    margin-left: -50px;
    max-height: 0;
    min-width: 100px;
    overflow: hidden;
}

@media only screen and (min-width: 993px) {
    #header .gnb>ul .nav-item .dropdown {
        max-height: 0;
        -webkit-transition: max-height 0.4s 0.2s;
        -moz-transition: max-height 0.4s 0.2s;
        -ms-transition: max-height 0.4s 0.2s;
        -o-transition: max-height 0.4s 0.2s;
        transition: max-height 0.4s 0.2s;
    }
}

@media only screen and (max-width: 992px) {
    #header .gnb>ul .nav-item .dropdown {
        position: static;
        margin-left: 0;
        padding-top: 0;
        background: transparent;
        text-align: right;
    }
}

#header .gnb>ul .nav-item .dropdown a {
    display: block;
    padding: 8px 0 6px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
}

#header .gnb>ul .nav-item .dropdown a:hover {
    color: #80c342;
}

@media only screen and (max-width: 992px) {
    #header .gnb>ul .nav-item .dropdown a {
        font-size: 14px;
        color: #dddde0;
        padding: 10px 25px 8px;
        background: transparent;
    }

    #header .gnb>ul .nav-item .dropdown a:first-child {
        margin-top: 10px;
    }

    #header .gnb>ul .nav-item .dropdown a:last-child {
        margin-bottom: 10px;
    }

    #header .gnb>ul .nav-item .dropdown a:hover {
        background: transparent;
        color: #dddde0;
    }
}

#header .gnb>ul .nav-item .im {
    margin-left: -52px !important;
}

#header .gnb .cms-service {
    display: none;
    margin: 0 0 40px;
    padding: 10px 0;
    overflow: hidden;
    background: #000;
    text-align: right;
    font-size: 0;
}

#header .gnb .cms-service a {
    position: relative;
    display: inline-block;
    font-size: 15px;
    padding: 10px 20px;
    color: #fff;
    font-weight: bold;
}

#header .gnb .cms-service a+a {
    padding-right: 25px;
}

#header .gnb .cms-service a+a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    bottom: 10px;
    width: 2px;
    background: #fff;
}

@media only screen and (max-width: 992px) {
    #header .gnb .cms-service {
        display: block;
    }
}

#header .tools {
    font-size: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

#header .tools img.cont-black {
    display: none;
}

@media only screen and (min-width: 993px) {
    .getReverse #header .tools img.cont-white {
        display: none;
    }

    .getReverse.getScroll #header .tools img.cont-white {
        display: inline-block;
    }

    .getReverse #header .tools img.cont-black {
        display: inline-block;
    }

    .getReverse.getScroll #header .tools img.cont-black {
        display: none;
    }
}

#header .tools [class^="btn"] {
    display: inline-block;
    padding: 4px;
    margin: 0 4px;
    vertical-align: middle;
}

@media only screen and (max-width: 992px) {
    #header .tools {
        position: fixed;
        top: 0;
        z-index: 750;
        left: -380px;
        margin-top: 28px;
        -webkit-transition: left 0.5s;
        -ms-transition: left 0.5s;
        transition: left 0.5s;
    }

    .is-sidebar-open #header .tools {
        left: 20px;
    }

    #header .tools [class^="btn"] {
        width: 25px;
        height: 25px;
        /* border: 1px solid #fff;
        padding-top: 5px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%; */
    }

    #header .tools [class^="btn"].btn-search {
        display: none;
    }
}

#header .sidebar-shadow {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: -400px;
    z-index: 600;
    width: 250px;
    -webkit-box-shadow: 30px 0 70px 0 rgba(0, 0, 0, 0.7), 20px 0 30px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 30px 0 70px 0 rgba(0, 0, 0, 0.7), 20px 0 30px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 30px 0 70px 0 rgba(0, 0, 0, 0.7), 20px 0 30px 0 rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 992px) {
    .is-sidebar-open #header .sidebar-shadow {
        left: 0;
        -webkit-transition: left 0.5s 0.1s;
        -ms-transition: left 0.5s 0.1s;
        transition: left 0.5s 0.1s;
    }
}

#header .btn-menu {
    display: none;
    position: absolute;
    left: 25px;
    top: 25px;
    width: 20px;
    cursor: pointer;
}

@media only screen and (max-width: 992px) {
    #header .btn-menu {
        display: block;
    }
}

#header .mobile-search {
    display: none;
    position: absolute;
    top: 25px;
    right: 25px;
}

@media only screen and (max-width: 992px) {
    #header .mobile-search {
        display: block;
    }
}

#header .mobile-search img {
    width: 20px;
}

#header .sidebar-screen {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    position: fixed;
    z-index: 500;
    display: none;
}

.is-sidebar-open #header .sidebar-screen {
    display: block;
}

/* footer */
#footer {
    padding: 32px 0;
    background: #2c2e2e;
}

#footer .container {
    position: relative;
}

@media only screen and (max-width: 767px) {
    #footer .container {
        padding: 0;
    }
}

@media only screen and (max-width: 767px) {
    #footer {
        text-align: center;
        background: #000;
    }
}

#footer address {
    float: left;
    font-size: 0;
    max-width: 720px;
    margin-bottom: 7px;
}

@media only screen and (max-width: 992px) {
    #footer address {
        max-width: calc(100% - 75px);
    }
}

@media only screen and (max-width: 767px) {
    #footer address {
        float: none;
        max-width: unset;
        padding: 0 5px;
    }
}

#footer address .info-item {
    font-size: 12px;
    color: #7e7e7e;
    line-height: 1.8;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

#footer address .info-item span {
    display: inline-block;
    color: #c7c7c7;
    margin-right: 2px;
}

#footer .cms-links {
    float: left;
    margin-left: 32px;
}

@media only screen and (max-width: 1300px) {
    #footer .cms-links {
        clear: both;
        margin: 10px 0;
    }
}

@media only screen and (max-width: 767px) {
    #footer .cms-links {
        display: none;
    }
}

#footer .cms-links a {
    position: relative;
    display: block;
    float: left;
    height: 22px;
    line-height: 20px;
    padding: 0 5px 0 26px;
    color: #9b9b9b;
    font-size: 12px;
    text-align: center;
    border: 1px solid #9b9b9b;
    margin-right: 8px;
}

#footer .cms-links a:hover {
    border-color: #fff;
    color: #fff;
}

#footer .cms-links a:hover i {
    border-color: #fff;
}

#footer .cms-links a i {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 21px;
    border-right: 1px solid #9b9b9b;
    font-size: 10px;
    line-height: 19px;
}

#footer .social-links {
    position: absolute;
    right: 15px;
}

@media only screen and (max-width: 767px) {
    #footer .social-links {
        display: none;
    }
}

#footer .social-links a {
    display: block;
    float: left;
}

#footer .social-links a+a {
    margin-left: 10px;
}

#footer .copy {
    font-size: 12px;
    color: #7e7e7e;
    line-height: 1.4;
    clear: both;
}

@media only screen and (max-width: 767px) {
    #footer .copy {
        margin-top: 10px;
    }
}

.sub-pages-visual {
    position: relative;
    z-index: 800;
    background: #000 50% 0 / cover no-repeat;
    /* height: 650px; */
    height: 502px;
/*
    display: flex;
    justify-content: center;
*/
    align-items: center;
     
    
    
}

@media only screen and (max-width: 992px) {
    .sub-pages-visual {
        height: 400px;
    }
}

@media only screen and (max-width: 767px) {
    .sub-pages-visual {
        height: 300px;
    }
}

.sub-pages-visual.visual-acerKorea {
    background-image: url(/assets/img/visual-acerKorea.jpg);
}

.sub-pages-visual.visual-products {
    background-image: url(/assets/img/visual-products.jpg);
}

.sub-pages-visual.promotion-notice {
    background-image: url(/assets/img/visual-products.jpg);
}

.sub-pages-visual.visual-customer {
    background-image: url(/assets/img/visual-customer.jpg);
}

.sub-pages-visual.visual-community {
    background-image: url(/assets/img/visual-community.jpg);
}

.sub-pages-visual.visual-contact {
    background-image: url(/assets/img/visual-contact.jpg);
}

.sub-pages-visual.visual-nowacer {
    background-image: url(/assets/img/visual-nowacer.jpg);
}

.sub-pages-visual.visual-membership {
    /* margin-top: 102px; */
    background-image: url(/assets/img/site_bn_membership.jpg?v=1);
}

.sub-pages-visual.visual-warranty {
    /* margin-top: 102px; */
    background-image: url(/assets/img/site_bn_warranty.jpg?v=1);
}


@media only screen and (max-width: 767px) {

    .sub-pages-visual.visual-membership {
        /* margin-top: 70px; */
        background-image: url(/assets/img/site_bn_m_membership.jpg);
    }

    .sub-pages-visual.visual-warranty {
        /* margin-top: 102px; */
        background-image: url(/assets/img/site_bn_m_warranty.jpg?v=1);
    }
}

.sub-pages-visual h2 {
    font-size: 50px;
    color: #ffffff;  
    font-weight: 400;
    text-transform: uppercase;
   text-align: center;
   padding: 200px 0 20px 0;
  
   
}
.sub-pages-visual h3{
    font-size: 18px;
    color: #ffffff;
    font-weight: 100;
    text-align: center;
    line-height: 1.8;
}
.faq h3 { position: absolute; z-index: 1000; color: #fff; font-size: 16px;text-align: center; top: }

@media only screen and (max-width: 767px) {
    .sub-pages-visual h2 {
        font-size: 30px;
    }
}

.page-title {
    text-align: center;
    margin: 95px 0;
    -ms-word-break: keep-all;
    word-break: keep-all;
}

@media only screen and (max-width: 767px) {
    .page-title {
        margin: 50px 0;
    }
}

.page-title p {
    color: #a8a8a8;
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: 8px;
    font-family: 'Roboto';
    letter-spacing: 2px;
}

@media only screen and (max-width: 767px) {
    .page-title p {
        font-size: 12px;
        margin-bottom: 5px;
    }
}

.page-title h1 {
    font-size: 45px;
    color: #000;
    letter-spacing: -3px;
    font-weight: bold;
}

@media only screen and (max-width: 767px) {
    .page-title h1 {
        font-size: 30px;
    }
}

.breadcrumb {
    height: 40px;
    overflow: hidden;
    border-bottom: 1px solid #e4e4e4;
    font-size: 0;
    text-align: right;
}

@media only screen and (max-width: 767px) {
    .breadcrumb {
        height: 30px;
    }
}

.breadcrumb a.breadcrumb-item:hover {
    text-decoration: underline;
}

.breadcrumb .breadcrumb-item {
    display: inline-block;
    color: #666;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 40px;
    font-family: 'NanumBarunGothic';
}

.breadcrumb .breadcrumb-item+.breadcrumb-item:before {
    content: '>';
    display: inline-block;
    margin: 0 10px;
    font-size: 10px;
    color: #aaa;
    position: relative;
    top: -1px;
}

@media only screen and (max-width: 767px) {
    .breadcrumb .breadcrumb-item+.breadcrumb-item:before {
        margin: 0 5px;
    }
}

@media only screen and (max-width: 767px) {
    .breadcrumb .breadcrumb-item {
        font-size: 11px;
        line-height: 30px;
    }
}

.back-top {
    position: fixed;
    right: 50px;
    bottom: 170px;
    cursor: pointer;
    z-index: 1000;
}

@media only screen and (max-width: 992px) {
    .back-top {
        right: 10px;
        bottom: 40px;
    }
}

.back-top .btn-top {
    display: block;
}

.back-top .btn-back {
    display: block;
}

.form-control {
    display: inline-block;
    width: 100%;
    color: #000;
    border: 1px solid transparent;
    padding: 13px 10px;
    font-size: 16px;
    font-weight: 400;
    border-bottom-color: #000;
    height: 46px !important;
}

@media only screen and (max-width: 767px) {
    .form-control {
        font-size: 13px;
        padding: 8px;
    }
}

.form-control:focus {
    outline: 0;
}

.form-area {
    padding-bottom: 90px;
}

.form-area ul {
    margin-right: -10px;
}

@media only screen and (max-width: 767px) {
    .form-area ul {
        margin-right: 0;
    }
}

.form-area ul li {
    padding-right: 20px;
    margin-bottom: 5px;
}

@media only screen and (max-width: 767px) {
    .form-area ul li {
        padding-right: 0;
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 768px) {
    .form-area .half {
        width: 50%;
        float: left;
    }
}

@media only screen and (min-width: 768px) {
    .form-area .trio {
        width: 33.3333%;
        float: left;
    }
}

@media only screen and (max-width: 767px) {
    .form-area .field-email {
        margin-bottom: 30px;
    }
}

.form-area .field-question {
    clear: both;
}

.form-area .field-question textarea {
    padding-top: 50px;
    height: 200px;
}

.form-area .field-fileupload .input-group {
    position: relative;
}

.form-area .field-fileupload .input-group .form-control {
    padding: 22px 10px;
}

@media only screen and (max-width: 767px) {
    .form-area .field-fileupload .input-group .form-control {
        padding: 11px 8px;
    }
}

.form-area .field-fileupload .input-file {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    visibility: hidden;
}

.form-area .field-fileupload .file-handler {
    position: absolute;
    right: 0;
    top: 15px;
    z-index: 100;
}

@media only screen and (max-width: 767px) {
    .form-area .field-fileupload .file-handler {
        position: static;
        margin-top: 10px;
        text-align: right;
    }
}

.form-area .field-fileupload .file-handler .file-trigger,
.form-area .field-fileupload .file-handler .file-cancel {
    display: inline-block;
    width: 70px;
    height: 30px;
    line-height: 30px;
    color: #333;
    font-size: 14px;
    text-align: center;
    border: 1px solid #000;
    vertical-align: top;
    cursor: pointer;
}

@media only screen and (max-width: 767px) {

    .form-area .field-fileupload .file-handler .file-trigger,
    .form-area .field-fileupload .file-handler .file-cancel {
        width: 65px;
        height: 28px;
        line-height: 28px;
        font-size: 12px;
    }
}

.form-area .field-fileupload .file-handler .file-cancel {
    background: #000;
    color: #fff;
}

.form-area .field-fileupload .file-name {
    position: absolute;
    left: 80px;
    top: 24px;
    font-size: 16px;
    color: #b4b4b4;
}

@media only screen and (max-width: 767px) {
    .form-area .field-fileupload .file-name {
        left: 65px;
        top: 13px;
        font-size: 12px;
    }
}

.form-area .agree-terms {
    margin-top: 15px;
}

.form-area .btn-area {
    margin-top: 90px;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .form-area .btn-area {
        margin-top: 40px;
    }
}

.form-area .btn-area .btn-question {
    width: 200px;
    height: 40px;
    line-height: 38px;
    font-size: 16px;
    color: #fff;
    background: #000;
}

@media only screen and (max-width: 767px) {
    .form-area .btn-area .btn-question {
        width: 160px;
        height: 35px;
        line-height: 32px;
        font-size: 14px;
    }
}

.input-checkbox {
    display: inline-block;
    vertical-align: top;
}

.input-checkbox input {
    display: none;
}

.input-checkbox input:checked+label {
    background-image: url(/assets/img/icon-checked.jpg);
}

.input-checkbox label {
    display: block;
    background: url(/assets/img/icon-check-line.jpg) 0 0 no-repeat;
    padding-left: 20px;
    font-size: 15px;
    color: #000;
    line-height: 1.2;
    cursor: pointer;
    font-weight: 400;
    font-family: 'NanumBarunGothic';
}

@media only screen and (max-width: 767px) {
    .input-checkbox label {
        font-size: 13px;
        line-height: 1.3;
        padding-left: 17px;
    }
}

.board-area {
    padding-bottom: 90px;
}

.board-area .container {
    position: relative;
}

@media only screen and (max-width: 767px) {
    .board-area .container {
        padding: 0;
    }
}

.board-list-sorting {
    position: absolute;
    top: 15px;
    left: 15px;
}

@media only screen and (max-width: 767px) {
    .board-list-sorting {
        position: static;
        padding: 0 20px 7px;
    }
}

.board-list-sorting ul li {
    float: left;
}

.board-list-sorting ul li input[type="radio"] {
    position: absolute;
    visibility: hidden;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
}

.board-list-sorting ul li label {
    width: 57px;
    margin-right: 15px;
    font-size: 16px;
    color: #666;
    display: block;
    cursor: pointer;
    background: url(/assets/img/caret-down.jpg) 100% 50% no-repeat;
}

@media only screen and (max-width: 767px) {
    .board-list-sorting ul li label {
        font-size: 13px;
        width: 50px;
        padding: 5px 0;
    }
}

.search-wrap {
    margin-bottom: 35px;
    text-align: right;
    font-size: 0;
}

@media only screen and (max-width: 767px) {
    .search-wrap {
        margin-bottom: 20px;
        text-align: center;
    }
}

.search-wrap input {
    display: inline-block;
    height: 40px;
    padding: 8px;
    font-size: 16px;
    vertical-align: top;
}

@media only screen and (max-width: 767px) {
    .search-wrap input {
        height: 35px;
        padding: 8px;
        font-size: 12px;
    }
}

.search-wrap .input-keyword {
    width: 270px;
    color: #666;
    border: 1px solid #ccc;
}

@media only screen and (max-width: 767px) {
    .search-wrap .input-keyword {
        min-width: 220px;
        width: 45%;
    }
}

.search-wrap .btn-search {
    width: 82px;
    background: #000;
    color: #fff;
    margin-left: 8px;
}

@media only screen and (max-width: 767px) {
    .search-wrap .btn-search {
        width: 65px;
        margin-left: 4px;
    }
}

.board-list {
    border-top: 3px solid #000;
}

@media only screen and (max-width: 767px) {
    .board-list {
        border-top-width: 1px;
    }
}

.board-list table {
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .board-list table {
        display: block;
    }
}

.board-list table th,
.board-list table td {
    font-size: 16px;
    color: #000;
    vertical-align: middle;
    text-align: center;
    padding: 10px 0;
}

@media only screen and (max-width: 767px) {

    .board-list table th,
    .board-list table td {
        font-size: 14px;
        display: block;
        text-align: left;
        padding: 5px 0;
    }
}

.board-list thead th {
    padding: 10px;
    height: 50px;
    font-weight: bold;
}

@media only screen and (max-width: 767px) {
    .board-list thead th {
        height: 30px;
    }
}

.board-list thead th.th-num {
    width: 110px;
}

.board-list thead th.th-date,
.board-list thead th.th-expire,
.board-list thead th.th-author {
    width: 170px;
}

@media only screen and (max-width: 992px) {

    .board-list thead th.th-date,
    .board-list thead th.th-expire,
    .board-list thead th.th-author {
        width: 110px;
    }
}

@media only screen and (max-width: 767px) {
    .board-list thead {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .board-list tbody {
        display: block;
    }
}

@media only screen and (max-width: 767px) {
    .board-list tbody tr {
        display: block;
        border-bottom: 1px solid #e1e1e1;
        padding: 15px 20px;
    }
}

.board-list tbody tr:first-child td {
    border-top: 1px solid #ddd;
}

@media only screen and (max-width: 767px) {
    .board-list tbody tr:first-child td {
        border: 0;
    }
}

.board-list tbody tr td {
    height: 60px;
    border-bottom: 1px solid #ddd;
}

@media only screen and (max-width: 767px) {
    .board-list tbody tr td {
        border: 0;
        height: auto;
        padding: 5px 0;
    }

    .board-list tbody tr td:first-child {
        position: absolute;
        visibility: hidden;
    }

    .special-price-board .board-list tbody tr td+td+td {
        display: inline-block;
    }

    .special-price-board .board-list tbody tr td:nth-child(4):before {
        content: ' ~ ';
        display: inline-block;
        margin: 0 7px 0 3px;
    }

    .special-price-board .board-list tbody tr td:last-child {
        display: none;
    }
}

.board-list tbody tr td a {
    text-align: left;
    display: block;
    padding-left: 70px;
    line-height: 1.3;
}

.special-price-board .board-list tbody tr td a {
    padding-left: 35px;
}

@media only screen and (max-width: 767px) {
    .special-price-board .board-list tbody tr td a {
        padding-left: 0;
    }
}

.board-list tbody tr td a:hover {
    text-decoration: underline;
}

@media only screen and (max-width: 767px) {
    .board-list tbody tr td a {
        padding: 0;
    }
}

.board-pager {
    text-align: center;
    margin-top: 65px;
}

@media only screen and (max-width: 767px) {
    .board-pager {
        padding: 0;
        margin-top: 30px;
    }
}

.board-pager .pagination {
    font-size: 0;
}

@media only screen and (max-width: 767px) {
    .board-pager .pagination {
        display: inline-block;
    }
}

.board-pager .pagination span {
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
}

@media only screen and (max-width: 767px) {
    .board-pager .pagination span {
        width: 28px !important;
        height: 28px !important;
        line-height: 28px !important;
    }
}

.board-pager .pagination .page-item {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    color: #666;
    text-align: center;
}

.board-pager .pagination .page-item.is-active {
    border: 1px solid #333;
}

.board-pager .pagination .page-latest {
    margin-right: 5px;
}

.board-pager .pagination .page-prev {
    margin-right: 20px;
}

@media only screen and (max-width: 767px) {
    .board-pager .pagination .page-prev {
        margin-right: 5px;
    }
}

.board-pager .pagination .page-next {
    margin-left: 20px;
}

@media only screen and (max-width: 767px) {
    .board-pager .pagination .page-next {
        margin-left: 10px;
    }
}

.board-pager .pagination .page-first {
    margin-left: 5px;
}

.board-content {
    border-top: 3px solid #000;
}

@media only screen and (max-width: 767px) {
    .board-content {
        border-width: 1px;
        padding: 15px 20px;
    }
}

.board-content .head {
    position: relative;
    border-bottom: 1px solid #e1e1e1;
    padding: 17px 170px;
}

@media only screen and (max-width: 767px) {
    .board-content .head {
        padding: 0 0 14px 0;
    }
}

.board-content .head h2 {
    color: #000;
    font-size: 20px;
    text-align: center;
    line-height: 1.3;
    font-weight: 500;
}

@media only screen and (max-width: 767px) {
    .board-content .head h2 {
        font-size: 14px;
        text-align: left;
    }
}

.board-content .head .post-detail {
    position: absolute;
    right: 0;
    top: 24px;
}

@media only screen and (max-width: 767px) {
    .board-content .head .post-detail {
        position: static;
        margin-top: 10px;
        font-weight: 400;
    }

    .board-content .head .post-detail span {
        display: none;
    }
}

.special-price-board .board-content .head .post-detail {
    position: static;
    overflow: hidden;
    height: 50px;
    line-height: 50px;
    border-top: 1px solid #e1e1e1;
}

@media only screen and (max-width: 767px) {
    .special-price-board .board-content .head .post-detail {
        border-top: 0;
        height: auto;
        height: auto;
        line-height: 1.3;
    }

    .special-price-board .board-content .head .post-detail span {
        display: none;
    }
}

.board-content .head .post-date {
    font-size: 16px;
    color: #666666;
}

.special-price-board .board-content .head .post-date {
    display: inline-block;
    margin-right: 20px;
}

@media only screen and (max-width: 767px) {
    .special-price-board .board-content .head .post-date {
        margin-right: 0;
    }
}

@media only screen and (max-width: 767px) {
    .board-content .head .post-date {
        font-size: 14px;
    }
}

.board-content .head .expire-date {
    display: none;
    color: #666;
}

.special-price-board .board-content .head .expire-date {
    display: inline-block;
}

@media only screen and (max-width: 767px) {
    .special-price-board .board-content .head .expire-date {
        font-size: 14px;
    }

    .special-price-board .board-content .head .expire-date:before {
        content: ' ~ ';
        margin: 0 5px 0 3px;
    }
}

.board-content .head .author {
    display: none;
    color: #666;
}

.special-price-board .board-content .head .author {
    display: block;
    float: right;
}

@media only screen and (max-width: 767px) {
    .special-price-board .board-content .head .author {
        font-size: 14px;
    }
}

.board-content .body {
    padding: 30px 30px 60px;
    font-size: 16px;
    color: #000;
    font-weight: 400;
    line-height: 1.8;
}

@media only screen and (max-width: 767px) {
    .board-content .body {
        padding: 12px 0 40px;
        font-size: 14px;
        line-height: 1.5;
    }
}

.board-content .consecutive-post li {
    position: relative;
    padding: 0 115px;
    border-bottom: 1px solid #e1e1e1;
    height: 50px;
    line-height: 48px;
}

@media only screen and (max-width: 767px) {
    .board-content .consecutive-post li {
        height: auto;
        line-height: 1.5;
        padding: 10px 0 2px 60px;
    }
}

.board-content .consecutive-post li:first-child {
    border-top: 1px solid #e1e1e1;
}

.board-content .consecutive-post li .handler {
    font-size: 16px;
    color: #666;
    font-weight: 400;
    width: 75px;
    display: inline-block;
    position: absolute;
    left: 30px;
    top: 0;
}

@media only screen and (max-width: 767px) {
    .board-content .consecutive-post li .handler {
        font-size: 13px;
        left: 0;
        top: 10px;
        width: 50px;
    }
}

.board-content .consecutive-post li .post-prev {
    background: url(/assets/img/caret-up.jpg) 100% 50% no-repeat;
}

.board-content .consecutive-post li .post-next {
    background: url(/assets/img/caret-down.jpg) 100% 50% no-repeat;
}

.board-content .consecutive-post li a {
    font-size: 16px;
    color: #000;
    padding: 0 15px;
    display: block;
    font-weight: 400;
}

.board-content .consecutive-post li a:hover {
    text-decoration: underline;
}

@media only screen and (max-width: 767px) {
    .board-content .consecutive-post li a {
        padding: 0;
        font-size: 13px;
    }
}

.board-content .consecutive-post li .post-detail {
    position: absolute;
    right: 0;
    top: 0;
}

@media only screen and (max-width: 767px) {
    .board-content .consecutive-post li .post-detail {
        position: static;
    }
}

.board-content .consecutive-post li .post-detail span {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    color: #666;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .board-content .consecutive-post li .post-detail span {
        font-size: 13px;
        text-align: left;
    }
}

.board-content .consecutive-post li .post-detail .post-date,
.board-content .consecutive-post li .post-detail .expire-date {
    width: 165px;
}

@media only screen and (max-width: 767px) {

    .board-content .consecutive-post li .post-detail .post-date,
    .board-content .consecutive-post li .post-detail .expire-date {
        width: auto;
    }
}

.board-content .consecutive-post li .post-detail .expire-date:before {
    content: ' ~ ';
    margin: 0 5px 0 3px;
}

.board-content .consecutive-post li .post-detail .author {
    width: 80px;
}

@media only screen and (max-width: 767px) {
    .board-content .consecutive-post li .post-detail .author {
        display: none;
    }
}

.board-content .btn-area {
    margin-top: 70px;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .board-content .btn-area {
        margin-top: 40px;
    }
}

.board-content .btn-area .btn-list {
    width: 132px;
    height: 42px;
    line-height: 40px;
    background: #000;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

@media only screen and (max-width: 767px) {
    .board-content .btn-area .btn-list {
        width: 160px;
        height: 35px;
        line-height: 32px;
        font-size: 13px;
    }
}

.news-lists li {
    border-bottom: 1px solid #e1e1e1;
    padding: 40px 0;
}

@media only screen and (max-width: 767px) {
    .news-lists li {
        padding: 30px 15px;
    }
}

.news-lists .thumb {
    width: 50%;
    overflow: hidden;
    float: left;
}

@media only screen and (max-width: 992px) {
    .news-lists .thumb {
        width: 100%;
        float: none;
    }
}

.news-lists .thumb .image {
    height: 250px;
    background: 50% / cover no-repeat;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

@media only screen and (max-width: 767px) {
    .news-lists .thumb .image {
        height: 125px;
    }
}

.news-lists .desc {
    width: 50%;
    float: left;
    padding: 0 30px;
}

@media only screen and (max-width: 992px) {
    .news-lists .desc {
        width: 100%;
        float: none;
        padding: 20px 0 0;
    }
}

@media only screen and (max-width: 767px) {
    .news-lists .desc {
        padding: 23px 0;
    }
}

.news-lists .desc .info {
    font-size: 12px;
    color: #666;
    font-weight: bold;
}

.news-lists .desc .info span {
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.news-lists .desc .info span+span {
    margin-left: 10px;
    padding-left: 10px;
}

.news-lists .desc .info span+span:before {
    content: '';
    position: absolute;
    top: 1px;
    left: -1px;
    bottom: 0;
    width: 1px;
    background: #e1e1e1;
}

.news-lists .desc h3 {
    font-size: 35px;
    color: #000;
    font-weight: bold;
    margin: 12px 0;
    text-transform: uppercase;
    letter-spacing: -0.8px;
    -ms-word-break: keep-all;
    word-break: keep-all;
}

@media only screen and (max-width: 767px) {
    .news-lists .desc h3 {
        font-size: 24px;
        font-weight: 400;
        margin: 9px 0;
        max-width: unset;
    }
}

.news-lists .desc p {
    font-size: 14px;
    color: #666;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.7;
    letter-spacing: -0.1px;
    -ms-word-break: keep-all;
    word-break: keep-all;
}

@media only screen and (max-width: 767px) {
    .news-lists .desc p {
        font-size: 13px;
    }
}

.news-lists .desc a {
    display: inline-block;
    margin-top: 20px;
    font-size: 12px;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'NanumBarunGothic';
}

.news-lists .desc a:hover {
    text-decoration: underline;
}

.news-lists .desc a span {
    margin-left: 3px;
    font-size: 10px;
    position: relative;
    top: -1px;
}

/**
 Main page style
*/
.main-slogan {
    height: 650px;
    background: url(/assets/img/main-bg.jpg) 50%/cover no-repeat;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .main-slogan {
        height: 380px;
    }
}

.main-slogan:before {
    content: '';
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.main-slogan .text {
    display: inline-block;
    vertical-align: middle;
    margin-top: 70px;
}

@media only screen and (max-width: 767px) {
    .main-slogan .text {
        margin-top: 70px;
    }
}

.main-slogan .text h2 {
    font-size: 50px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
    .main-slogan .text h2 {
        font-size: 30px;
        margin-bottom: 5px;
    }
}

.main-slogan .text p {
    font-size: 25px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    max-width: 600px;
}

@media only screen and (max-width: 767px) {
    .main-slogan .text p {
        font-size: 14px;
    }
}

.customer-service {
    padding: 95px 0;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .customer-service {
        padding: 35px 0;
    }
}

.customer-service .title {
    text-align: center;
    margin-bottom: 90px;
    font-size: 40px;
    color: #333;
    font-weight: 300;
    text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
    .customer-service .title {
        font-size: 22px;
        margin-bottom: 28px;
    }
}

.customer-service .title em {
    font-weight: bold;
}

.customer-service .service-links .link {
    float: left;
    width: 25%;
    padding: 0 10px;
    text-align: center;
    margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
    .customer-service .service-links .link {
        width: 50%;
    }
}

.customer-service .service-links .link .link_box {
    margin: 20px 0;
    padding-top: 30px;
    padding-bottom: 30px;
}

.customer-service .service-links .link .link_box:hover {
    border: 1px solid #e4e4e4;
}

.customer-service .service-links .link .icon {
    background: #fff 50% no-repeat;
    width: 150px;
    height: 110px;
    display: inline-block;
    margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
    .customer-service .service-links .link .icon {
        max-width: 74px;
        height: 55px;
        -webkit-background-size: 100% auto;
        background-size: 100% auto;
        margin-bottom: 0;
    }
}

.customer-service .service-links .link h3 {
    font-size: 20px;
    color: #333;
    font-weight: 400;
}

@media only screen and (max-width: 767px) {
    .customer-service .service-links .link h3 {
        font-size: 16px;
    }
}

.customer-service .service-links .link.service1:hover .icon {
    background-image: url(/assets/img/service1-h.png);
}

.customer-service .service-links .link.service1 .icon {
    background-image: url(/assets/img/service1.png);
}

.customer-service .service-links .link.service2:hover .icon {
    background-image: url(/assets/img/service2-h.png);
}

.customer-service .service-links .link.service2 .icon {
    background-image: url(/assets/img/service2.png);
}

.customer-service .service-links .link.service3:hover .icon {
    background-image: url(/assets/img/service3-h.png);
}

.customer-service .service-links .link.service3 .icon {
    background-image: url(/assets/img/service3.png);
}

.customer-service .service-links .link.service4:hover .icon {
    background-image: url(/assets/img/service4-h.png);
}

.customer-service .service-links .link.service4 .icon {
    background-image: url(/assets/img/service4.png);
}

/* acer visual */
.acer-visual .scene {
    position: relative;
    height: 450px;
    background: 50% 50% / cover no-repeat;
}

@media only screen and (min-width: 767px) {
    ._only_pc {
        display: block;
    }

    ._only_mobile {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .acer-visual .scene {
        height: auto !important;
    }

    ._only_pc {
        display: none;
    }

    ._only_mobile {
        display: block;
    }
}

.acer-visual .scene .container {
    position: relative;
    height: 100%;
}

.acer-visual .scene .text {
    position: absolute;
    left: 100px;
    top: 50%;
    width: 100%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    text-align: left;
    white-space: nowrap;
}

@media only screen and (max-width: 1300px) {
    .acer-visual .scene .text {
        top: 53%;
        left: 45px;
    }
}

.acer-visual .scene .text.btn_bottom {
    top: auto;
    bottom: 100px;
}

@media only screen and (max-width: 992px) {
    .acer-visual .scene .text.btn_bottom {
        bottom: 80px;
    }
}

@media only screen and (max-width: 767px) {
    .acer-visual .scene .text.btn_bottom {
        bottom: 25px;
    }
}

.acer-visual .scene .text .fadeInUp {
    transform: translateY(40px);
    opacity: 0;
}

.acer-visual .scene .text h2 {
    font-size: 45px;
    color: #fff;
}

@media only screen and (max-width: 992px) {
    .acer-visual .scene .text h2 {
        font-size: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .acer-visual .scene .text h2 {
        font-size: 20px;
    }
}

.acer-visual .scene .text p {
    font-size: 35px;
    color: #fff;
    font-weight: 400;
}

.acer-visual .scene .text p em {
    font-size: 30px;
    font-weight: 300;
}

@media only screen and (max-width: 992px) {
    .acer-visual .scene .text p {
        font-size: 20px;
    }

    .acer-visual .scene .text p em {
        font-size: 14px;
    }
}

@media only screen and (max-width: 767px) {
    .acer-visual .scene .text p {
        font-size: 12px;
        margin-bottom: 12px;
    }
}

.acer-visual .scene .text a {
    text-align: center;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    border: 2px solid #fff;
    display: inline-block;
    width: 240px;
    height: 42px;
    line-height: 38px;
    text-transform: uppercase;
    -webkit-transition: border-color 0.4s, color 0.4s;
    -moz-transition: border-color 0.4s, color 0.4s;
    -ms-transition: border-color 0.4s, color 0.4s;
    -o-transition: border-color 0.4s, color 0.4s;
    transition: border-color 0.4s, color 0.4s;
}

.acer-visual .scene .text a:hover {
    border-color: #ff7f00;
    color: #ff7f00;
}

@media only screen and (max-width: 767px) {
    .acer-visual .scene .text a {
        width: auto;
        padding: 0 10px;
        font-size: 12px;
        height: 25px;
        line-height: 22px;
        border-width: 1px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }
}

.acer-visual .scene .text a span {
    display: inline-block;
    margin-left: 4px;
    font-size: 10px;
    position: relative;
    top: -2px;
    font-family: 'NanumBarunGothic';
}

@media only screen and (max-width: 767px) {
    .acer-visual .scene .text a span {
        top: 0;
        margin-left: 2px;
        -webkit-transform: scale(0.7);
        -moz-transform: scale(0.7);
        -ms-transform: scale(0.7);
        -o-transform: scale(0.7);
        transform: scale(0.7);
    }
}

/* products-banner */
.products-banner {
    background: #222;
    overflow: hidden;
    font-size: 0;
    text-align: center;
    white-space: nowrap;
}

.products-banner:hover .group {
    width: 44%;
}

@media only screen and (max-width: 992px) {
    .products-banner:hover .group {
        width: 100%;
    }
}

.products-banner:hover .group a:after {
    opacity: 1;
}

.products-banner .group {
    width: 50%;
    display: inline-block;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.products-banner .group:hover {
    width: 56%;
}

@media only screen and (max-width: 992px) {
    .products-banner .group:hover {
        width: 100%;
    }
}

.products-banner .group:hover a {
    width: 40%;
}

@media only screen and (max-width: 992px) {
    .products-banner .group {
        display: block;
        width: 100%;
    }
}

.products-banner .group a {
    width: 50%;
}

.products-banner .group a:hover {
    width: 60%;
}

.products-banner .group a:hover:after {
    opacity: 0;
}

.products-banner a {
    position: relative;
    display: inline-block;
    height: 300px;
    background: 50% / cover no-repeat;
    text-align: center;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

@media only screen and (max-width: 992px) {
    .products-banner a {
        height: 230px;
    }
}

@media only screen and (max-width: 767px) {
    .products-banner a {
        height: 115px;
    }
}

.products-banner a.banner-1 {
    background-image: url(/assets/img/products-banner-1.jpg);
}

.products-banner a.banner-2 {
    background-image: url(/assets/img/products-banner-2.jpg);
}

.products-banner a.banner-3 {
    background-image: url(/assets/img/products-banner-3.jpg);
}

.products-banner a.banner-4 {
    background-image: url(/assets/img/products-banner-4.jpg);
}

.products-banner a:before {
    content: '';
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.products-banner a:after {
    content: '';
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.products-banner a .text {
    display: inline-block;
    vertical-align: middle;
}

.products-banner a .text h2 {
    font-size: 25px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 2px;
}

@media only screen and (max-width: 767px) {
    .products-banner a .text h2 {
        font-size: 15px;
    }
}

.products-banner a .text p {
    font-size: 17px;
    color: #fff;
    font-weight: 400;
}

@media only screen and (max-width: 767px) {
    .products-banner a .text p {
        font-size: 11px;
    }
}

/* products-review */
.products-review {
    position: relative;
    padding: 90px 0;
    overflow: hidden;
}

@media only screen and (max-width: 767px) {
    .products-review {
        padding: 35px 0;
    }
}

.products-review .container {
    position: relative;
}

.products-review .title {
    text-align: center;
    margin-bottom: 90px;
    font-size: 40px;
    font-weight: 300;
    color: #222;
    text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
    .products-review .title {
        font-size: 22px;
        margin-bottom: 28px;
    }
}

.products-review .title em {
    font-weight: bold;
}

@media only screen and (max-width: 767px) {
    .products-review .review-lists {
        text-align: center;
    }
}

.products-review .review-lists .review-list {
    margin-bottom: 40px;
}

.products-review .review-lists .review-list:nth-child(2n) .thumb {
    float: right;
}

.products-review .review-lists .review-list:nth-child(2n) .desc {
    float: left;
}

.products-review .review-lists .review-list:nth-child(2n + 1) .thumb {
    float: left;
}

.products-review .review-lists .review-list:nth-child(2n + 1) .desc {
    float: right;
}

@media only screen and (max-width: 992px) {
    .products-review .review-lists .review-list {
        padding: 0 30px;
        max-width: 790px;
        margin: 0 auto 40px;
    }
}

@media only screen and (max-width: 767px) {
    .products-review .review-lists .review-list {
        padding: 0 15px;
        margin: 0 auto;
    }
}

.products-review .review-lists .review-list .thumb {
    width: 50%;
    overflow: hidden;
}

@media only screen and (max-width: 992px) {
    .products-review .review-lists .review-list .thumb {
        width: 100%;
        float: none;
    }
}

.products-review .review-lists .review-list .thumb .image {
    height: 250px;
    background: 50% / cover no-repeat;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

@media only screen and (max-width: 767px) {
    .products-review .review-lists .review-list .thumb .image {
        height: 125px;
    }
}

.products-review .review-lists .review-list .desc {
    width: 50%;
    padding: 20px 30px;
}

@media only screen and (max-width: 992px) {
    .products-review .review-lists .review-list .desc {
        width: 100%;
        float: none;
        padding: 30px 0;
    }
}

@media only screen and (max-width: 767px) {
    .products-review .review-lists .review-list .desc {
        padding: 23px 0;
    }
}

.products-review .review-lists .review-list .desc .product-label {
    display: inline-block;
    padding: 0 8px;
    border: 1px solid #7f7f7f;
    height: 25px;
    line-height: 24px;
    font-size: 11px;
    color: #333;
    font-weight: 400;
    text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
    .products-review .review-lists .review-list .desc .product-label {
        font-size: 10px;
        height: 20px;
        line-height: 19px;
    }
}

.products-review .review-lists .review-list .desc h3 {
    font-size: 28px;
    color: #333;
    font-weight: 500;
    margin: 12px 0;
    text-transform: uppercase;
    max-width: 480px;
    letter-spacing: -0.8px;
    -ms-word-break: keep-all;
    word-break: keep-all;
}

@media only screen and (max-width: 767px) {
    .products-review .review-lists .review-list .desc h3 {
        font-size: 24px;
        font-weight: 400;
        margin: 9px 0;
        max-width: unset;
    }
}

.products-review .review-lists .review-list .desc p {
    font-size: 14px;
    color: #5c5c5c;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.6;
    letter-spacing: -0.2px;
    -ms-word-break: keep-all;
    word-break: keep-all;
}

@media only screen and (max-width: 767px) {
    .products-review .review-lists .review-list .desc p {
        font-size: 13px;
    }
}

.products-review .review-lists .review-list .desc a {
    display: inline-block;
    margin-top: 11px;
    font-size: 12px;
    color: #333;
    padding: 5px 0;
    text-transform: uppercase;
    font-family: 'NanumBarunGothic';
}

.products-review .review-lists .review-list .desc a:hover {
    text-decoration: underline;
}

.products-review .review-lists .review-list .desc a span {
    margin-left: 3px;
    font-size: 10px;
    position: relative;
    top: -1px;
}

/* notice-event */
.notice-event {
    padding: 180px 0 90px;
    background: url(/assets/img/notice-bg.jpg) 50% 0/100% auto no-repeat;
}

@media only screen and (max-width: 767px) {
    .notice-event {
        padding: 35px 0;
        -webkit-background-size: cover;
        background-size: cover;
    }
}

.notice-event .title {
    text-align: center;
    margin-bottom: 90px;
    font-size: 40px;
    font-weight: 300;
    color: #222;
    text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
    .notice-event .title {
        font-size: 22px;
        margin-bottom: 28px;
    }
}

.notice-event .title em {
    font-weight: bold;
}

.notice-event .article-list {
    margin-left: -20px;
    margin-right: -20px;
    padding-bottom: 75px;
}

@media only screen and (max-width: 1300px) {
    .notice-event .article-list {
        margin: 0;
    }
}

@media only screen and (max-width: 767px) {
    .notice-event .article-list {
        padding-bottom: 25px;
    }
}

.notice-event .article-list a {
    display: block;
    padding: 0 20px;
}

.notice-event .article-list a .thumb {
    overflow: hidden;
}

.notice-event .article-list a .thumb .image {
    height: 320px;
    background: 50% /cover no-repeat;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.notice-event .article-list a .thumb .image:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

@media only screen and (max-width: 992px) {
    .notice-event .article-list a .thumb .image {
        height: 250px;
    }
}

@media only screen and (max-width: 767px) {
    .notice-event .article-list a .thumb .image {
        height: 160px;
    }
}

.notice-event .article-list a .desc {
    padding: 20px 0;
    -ms-word-break: keep-all;
    word-break: keep-all;
}

@media only screen and (max-width: 992px) {
    .notice-event .article-list a .desc {
        padding: 10px 0;
    }
}

@media only screen and (max-width: 767px) {
    .notice-event .article-list a .desc {
        text-align: center;
    }
}

.notice-event .article-list a .desc h3 {
    font-size: 30px;
    color: #000;
    margin-bottom: 5px;
    font-weight: bold;
}

@media only screen and (max-width: 992px) {
    .notice-event .article-list a .desc h3 {
        font-size: 24px;
    }
}

@media only screen and (max-width: 767px) {
    .notice-event .article-list a .desc h3 {
        font-size: 22px;
    }
}

.notice-event .article-list a .desc p {
    font-size: 16px;
    color: #8a8a8a;
}

@media only screen and (max-width: 992px) {
    .notice-event .article-list a .desc p {
        font-size: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .notice-event .article-list a .desc p {
        font-size: 13px;
        padding: 0 12%;
    }
}

/* ad banner */
.ad-banner ul li {
    float: left;
    width: 25%;
}

@media only screen and (max-width: 992px) {
    .ad-banner ul li {
        width: 50%;
    }
}

.ad-banner ul li a {
    position: relative;
    display: block;
}

.ad-banner ul li a:hover .screen {
    opacity: 1;
}

.ad-banner ul li a:hover .screen p {
    top: 0;
}

.ad-banner ul li a .image {
    background: #fff 50% / cover no-repeat;
    height: 200px;
}

@media only screen and (max-width: 767px) {
    .ad-banner ul li a .image {
        height: 100px;
    }
}

.ad-banner ul li a .screen {
    text-align: center;
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.ad-banner ul li a .screen:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.ad-banner ul li a .screen p {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: 40px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

@media only screen and (max-width: 767px) {
    .ad-banner ul li a .screen p {
        font-size: 12px;
    }
}

.cnt-title {
    text-align: center;
    margin-bottom: 80px;
}

@media only screen and (max-width: 767px) {
    .cnt-title {
        margin-bottom: 30px;
    }
}

.cnt-title h2 {
    font-size: 45px;
    color: #000;
    font-weight: bold;
    text-transform: capitalize;
    font-family: 'Roboto', 'NanumBarunGothic';
    margin-bottom: 5px;
    letter-spacing: -1px;
}

@media only screen and (max-width: 767px) {
    .cnt-title h2 {
        font-size: 30px;
    }
}

.cnt-title h3 {
    font-size: 30px;
    color: #000;
    font-weight: bold;
    text-transform: capitalize;
    font-family: 'Roboto';
    margin-bottom: 5px;
    letter-spacing: -1px;
}

@media only screen and (max-width: 767px) {
    .cnt-title h3 {
        font-size: 30px;
    }
}

.cnt-title p {
    font-size: 16px;
    color: #999;
    font-weight: 400;
}

@media only screen and (max-width: 767px) {
    .cnt-title p {
        font-size: 11px;
    }
}

.cnt-title-back {
    padding: 40px 0;
    text-align: center;
    margin-bottom: 80px;
    background: #f2f2f2;
}

@media only screen and (max-width: 767px) {
    .cnt-title-back {
        margin-bottom: 30px;
    }
}

.cnt-title-back h3 {
    font-size: 30px;
    color: #000;
    font-weight: bold;
    text-transform: capitalize;
    font-family: 'Roboto';
    margin-bottom: 5px;
    letter-spacing: -1px;
}

@media only screen and (max-width: 767px) {
    .cnt-title-back h3 {
        font-size: 30px;
    }
}

.cnt-title-back p {
    font-size: 16px;
    color: #333;
    font-weight: 400;
    text-align: center;
    line-height: 2;
}

@media only screen and (max-width: 767px) {
    .cnt-title-back p {
        font-size: 14px;
    }

    .cnt-title-back p br {
        display: none;
    }
}

.acer-mission {
    padding-top: 95px;
    -ms-word-break: keep-all;
    word-break: keep-all;
}

@media only screen and (max-width: 767px) {
    .acer-mission {
        padding-top: 50px;
    }
}

.acer-mission .container {
    padding: 0;
}

.acer-mission .introduction {
    font-size: 16px;
    color: #333;
    font-weight: 400;
    text-align: center;
    line-height: 2;
    margin-bottom: 75px;
}

@media only screen and (max-width: 767px) {
    .acer-mission .introduction {
        font-size: 14px;
        margin-bottom: 45px;
        padding: 0 30px;
    }

    .acer-mission .introduction br {
        display: none;
    }
}

.acer-mission ul li {
    float: left;
    width: 33.33%;
    padding: 15px;
}

@media only screen and (max-width: 992px) {
    .acer-mission ul li {
        width: 50%;
    }
}

@media only screen and (max-width: 767px) {
    .acer-mission ul li {
        padding: 0;
        width: 50%;
    }
}

.acer-mission ul li .item {
    height: 200px;
    overflow: hidden;
    position: relative;
    font-family: 'NanumBarunGothic';
}

@media only screen and (max-width: 767px) {
    .acer-mission ul li .item {
        height: 100px;
    }
}

.acer-mission ul li .item:hover .thumb .image {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.acer-mission ul li .item:hover .thumb h3 {
    opacity: 0;
}

.acer-mission ul li .item:hover .desc {
    opacity: 1;
}

.acer-mission ul li .item .thumb .image {
    background: 50% / cover no-repeat;
    height: 200px;
    text-align: center;
    -webkit-transition: all 3s;
    -moz-transition: all 3s;
    -ms-transition: all 3s;
    -o-transition: all 3s;
    transition: all 3s;
}

@media only screen and (max-width: 992px) {
    .acer-mission ul li .item .thumb .image {
        -webkit-transition: all 1.2s;
        -moz-transition: all 1.2s;
        -ms-transition: all 1.2s;
        -o-transition: all 1.2s;
        transition: all 1.2s;
    }
}

@media only screen and (max-width: 767px) {
    .acer-mission ul li .item .thumb .image {
        height: 100px;
    }
}

.acer-mission ul li .item .thumb h3 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    text-transform: capitalize;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}

@media only screen and (max-width: 767px) {
    .acer-mission ul li .item .thumb h3 {
        font-size: 14px;
    }
}

.acer-mission ul li .item .desc {
    opacity: 0;
    -ms-word-break: keep-all;
    word-break: keep-all;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.acer-mission ul li .item .desc .text {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 100%;
}

.acer-mission ul li .item .desc .text h3 {
    font-size: 22px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 14px;
}

@media only screen and (max-width: 767px) {
    .acer-mission ul li .item .desc .text h3 {
        font-size: 12px;
        margin-bottom: 5px;
    }
}

.acer-mission ul li .item .desc .text p {
    color: #fff;
    line-height: 1.7;
}

@media only screen and (max-width: 767px) {
    .acer-mission ul li .item .desc .text p {
        padding: 0 5px;
        line-height: 1.5;
        font-size: 10px;
    }

    .acer-mission ul li .item .desc .text p br {
        display: none;
    }
}

.acer-mission ul li .item .desc .text a {
    height: 26px;
    line-height: 24px;
    display: inline-block;
    width: 90px;
    font-size: 14px;
    color: #fff;
    border: 1px solid #fff;
}

@media only screen and (max-width: 767px) {
    .acer-mission ul li .item .desc .text a {
        font-size: 10px;
        height: 22px;
        line-height: 20px;
        width: 70px;
    }
}

.acer-awards {
    padding: 95px 0;
    text-align: center;
    -ms-word-break: keep-all;
    word-break: keep-all;
}

@media only screen and (max-width: 767px) {
    .acer-awards {
        padding-top: 50px;
    }
}

.acer-awards .awards-item {
    font-size: 0;
}

.acer-awards .awards-item .year {
    float: left;
    width: 122px;
    font-size: 45px;
    color: #000;
    font-weight: bold;
    text-align: left;
    line-height: 0.75;
    font-family: 'Roboto';
}

@media only screen and (max-width: 992px) {
    .acer-awards .awards-item .year {
        position: relative;
        width: auto;
        margin-bottom: 30px;
        display: block;
        float: none;
        text-align: center;
    }

    .acer-awards .awards-item .year span {
        display: inline-block;
        padding: 0 8px 25px;
        border-bottom: 1px solid #ddd;
    }
}

@media only screen and (max-width: 992px) and (max-width: 767px) {
    .acer-awards .awards-item .year span {
        padding-bottom: 14px;
    }
}

@media only screen and (max-width: 767px) {
    .acer-awards .awards-item .year {
        font-size: 18px;
    }
}

.acer-awards .awards-item .define {
    float: left;
    margin-bottom: 85px;
    width: calc(100% - 122px);
    border-left: 1px solid #e4e4e4;
}

@media only screen and (max-width: 992px) {
    .acer-awards .awards-item .define {
        width: 100%;
        border: none;
    }
}

@media only screen and (max-width: 767px) {
    .acer-awards .awards-item .define {
        margin-bottom: 45px;
        float: none;
    }
}

.acer-awards .awards-item .define dl {
    text-align: left;
}

.acer-awards .awards-item .define dl:first-child dt,
.acer-awards .awards-item .define dl:first-child dd {
    padding-top: 0;
}

.acer-awards .awards-item .define dl:last-child dt,
.acer-awards .awards-item .define dl:last-child dd {
    padding-bottom: 0;
}

.acer-awards .awards-item .define dl dt {
    float: left;
    width: 350px;
    padding: 8px 20px;
    line-height: 1.7;
    font-size: 16px;
    color: #333;
    font-weight: 400;
}

@media only screen and (max-width: 992px) {
    .acer-awards .awards-item .define dl dt {
        border-left: 0;
    }
}

@media only screen and (max-width: 767px) {
    .acer-awards .awards-item .define dl dt {
        width: 180px;
        font-size: 11px;
        padding: 3px 0;
        width: calc(65% - 10px);
        line-height: 1.5;
    }
}

.acer-awards .awards-item .define dl dd {
    padding: 8px 17px 8px 355px;
    line-height: 1.7;
    font-size: 16px;
    color: #333;
    font-weight: 400;
}

@media only screen and (max-width: 767px) {
    .acer-awards .awards-item .define dl dd {
        padding: 8px 0 8px 65%;
        font-size: 11px;
        line-height: 1.5;
    }
}

.our-location {
    padding-bottom: 95px;
}

@media only screen and (max-width: 767px) {
    .our-location {
        padding-bottom: 50px;
    }
}

.our-location ul {
    max-width: 1095px;
    margin: 0 auto;
}

@media only screen and (max-width: 1300px) {
    .our-location ul {
        max-width: 875px;
    }
}

.our-location ul li {
    float: left;
    width: 50%;
    padding: 0 25px;
}

@media only screen and (max-width: 1300px) {
    .our-location ul li {
        padding: 0 15px;
    }
}

@media only screen and (max-width: 992px) {
    .our-location ul li {
        float: none;
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
    }

    .our-location ul li+li {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .our-location ul li {
        padding: 0;
    }
}

.our-location ul li .item {
    position: relative;
    padding: 45px;
    height: 300px;
    border: 1px solid #e4e4e4;
    overflow: hidden;
    -ms-word-break: keep-all;
    word-break: keep-all;
}

@media only screen and (max-width: 1300px) {
    .our-location ul li .item {
        padding: 40px;
        height: 245px;
    }
}

@media only screen and (max-width: 992px) {
    .our-location ul li .item {
        padding: 30px 30px 30px;
        height: auto;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 330px) {
    .our-location ul li .item {
        padding: 30px 20px 30px;
    }
}

.our-location ul li .item:hover:before {
    height: 100%;
}

.our-location ul li .item:hover h3,
.our-location ul li .item:hover h4,
.our-location ul li .item:hover .phone,
.our-location ul li .item:hover p,
.our-location ul li .item:hover dt,
.our-location ul li .item:hover dd {
    color: #fff !important;
}

.our-location ul li .item:hover .icon {
    background-image: url(/assets/img/acerKorea/icon-consultant-white.png);
}

.our-location ul li .item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: #6F808A;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.our-location ul li .item .inner {
    position: relative;
}

.our-location ul li .item h3 {
    font-size: 35px;
    color: #000;
    font-family: 'NanumBarunGothic';
    letter-spacing: -1px;
    text-transform: capitalize;
    margin-bottom: 10px;
    font-weight: bold;
    margin-top: 15px;
}

@media only screen and (max-width: 1300px) {
    .our-location ul li .item h3 {
        margin-top: 2px;
    }
}

@media only screen and (max-width: 767px) {
    .our-location ul li .item h3 {
        font-size: 27px;
    }
}

.our-location ul li .item p {
    font-size: 16px;
    color: #333;
    font-weight: 400;
    line-height: 1.8;
}

@media only screen and (max-width: 1300px) {
    .our-location ul li .item p {
        font-size: 14px;
    }
}

.our-location ul li .item .icon {
    background: url(/assets/img/acerKorea/icon-consultant.png) no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    width: 105px;
    height: 129px;
    float: left;
    margin-top: 43px;
}

@media only screen and (max-width: 1300px) {
    .our-location ul li .item .icon {
        width: 80px;
        height: 99px;
    }
}

@media only screen and (max-width: 992px) {
    .our-location ul li .item .icon {
        margin-top: 36px;
    }
}

@media only screen and (max-width: 767px) {
    .our-location ul li .item .icon {
        width: 62px;
        height: 77px;
    }
}

.our-location ul li .item .desc {
    margin-top: 30px;
    float: left;
    text-align: center;
}

@media only screen and (max-width: 992px) {
    .our-location ul li .item .desc {
        margin-top: 27px;
    }
}

.our-location ul li .item .desc h4 {
    font-size: 40px;
    color: #000;
    margin-bottom: 8px;
    font-weight: 600;
}

@media only screen and (max-width: 1300px) {
    .our-location ul li .item .desc h4 {
        font-size: 31px;
    }
}

@media only screen and (max-width: 992px) {
    .our-location ul li .item .desc h4 {
        font-size: 31px;
    }
}

@media only screen and (max-width: 767px) {
    .our-location ul li .item .desc h4 {
        font-size: 28px;
        margin-bottom: 4px;
    }
}

@media only screen and (max-width: 330px) {
    .our-location ul li .item .desc h4 {
        font-size: 26px;
    }
}

.our-location ul li .item .desc .phone {
    font-family: 'Roboto';
    font-weight: bold;
    font-size: 55px;
    color: #6F808A;
    letter-spacing: -2px;
}

@media only screen and (max-width: 1300px) {
    .our-location ul li .item .desc .phone {
        font-size: 44px;
    }
}

@media only screen and (max-width: 767px) {
    .our-location ul li .item .desc .phone {
        font-size: 40px;
    }
}

@media only screen and (max-width: 330px) {
    .our-location ul li .item .desc .phone {
        font-size: 38px;
    }
}

@media only screen and (max-width: 992px) {
    .our-location ul li .item .desc p {
        font-size: 13px;
    }
}

@media only screen and (max-width: 767px) {
    .our-location ul li .item .desc p {
        font-size: 12px;
    }
}

@media only screen and (max-width: 330px) {
    .our-location ul li .item .desc p {
        font-size: 11px;
    }
}

.maps #map {
    height: 600px;
}

@media only screen and (max-width: 992px) {
    .maps #map {
        height: 360px;
    }
}

@media only screen and (max-width: 767px) {
    .maps #map {
        height: 200px;
    }
}

/**
 Products page style
*/

.noserch {
    width: 100%;
    font-size: 16px;
    text-align: center;
    padding: 100px 0;
}

@media only screen and (max-width: 992px) {
    .noserch {
        width: 100%;
        font-size: 16px;
        text-align: center;
        padding: 100px 0;
    }
}

.products-option {
    position: relative;
    z-index: 900;
    height: 78px;
    padding-top: 26px;
    background: #000;
    text-align: center;
}

@media only screen and (max-width: 992px) {
    .products-option {
        height: 40px;
        padding-top: 11px;
    }
}

.products-option .state-bar {
    position: relative;
}

.products-option .state-bar .result {
    position: absolute;
    top: 5px;
    left: 15px;
    font-size: 13px;
    color: #fff;
    font-weight: 400;
}

@media only screen and (max-width: 992px) {
    .products-option .state-bar .result {
        font-size: 11px;
        top: 4px;
        left: 25px;
    }
}


.products-option .state-bar .btn-option {
    display: inline-block;
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    cursor: pointer;
}

.products-option .state-bar .btn-option img {
    margin-top: 6px;
    width: 8px;
}

@media only screen and (max-width: 992px) {
    .products-option .state-bar .btn-option {
        font-size: 15px;
    }

    .products-option .state-bar .btn-option img {
        margin-top: 4px;
    }
}

.products-option .options {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 800;
    background: #fff;
    border-bottom: 1px solid #000;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s cubic-bezier(1, 0, 0, 0.3);
    transition: all 0.3s cubic-bezier(1, 0, 0, 0.3);
}

@media only screen and (max-width: 992px) {
    .products-option .options .container {
        padding: 0;
    }
}

@media only screen and (max-width: 992px) {
    .products-option .options {
        padding: 25px;
        text-align: left;
    }
}

.products-option .options.is-active {
    max-height: 2500px;
    opacity: 1;
    overflow: visible;
}

.products-option .options:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 55px;
    background: #f4f4f4;
}

@media only screen and (max-width: 992px) {
    .products-option .options:before {
        display: none;
    }
}

.products-option .options .lists {
    position: relative;
}

.products-option .options .lists .cate {
    float: left;
    width: 11.11%;
}

/* .products-option .options .lists .cate:nth-child(5) {
    width: 10.5%;
}

.products-option .options .lists .cate:nth-child(6) {
    width: 10.5%;
}

.products-option .options .lists .cate:nth-child(8) {
    width: 10.5%;
}

.products-option .options .lists .cate:nth-child(1) {
    width: 14.5%;
}

.products-option .options .lists .cate:nth-child(2) {
    width: 14.5%;
}

.products-option .options .lists .cate:nth-child(3) {
    width: 14.5%;
} */

.products-option .options .lists .cate:first-child ul {
    border-left: 1px solid #e9e9e9;
}

@media only screen and (max-width: 992px) {
    .products-option .options .lists .cate:first-child ul {
        border: 0;
    }
}

.products-option .options .lists .cate.graphic label,
.products-option .options .lists .cate.memory label {
    text-transform: uppercase;
}

@media only screen and (max-width: 992px) {
    .products-option .options .lists .cate {
        float: none;
        width: 100%;
    }
}

.products-option .options .lists .cate .cate-name {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 55px;
}

@media only screen and (max-width: 992px) {
    .products-option .options .lists .cate .cate-name {
        line-height: 1.3;
        font-weight: bold;
        margin-bottom: 16px;
        font-size: 15px;
    }
}

.products-option .options .lists .cate ul {
    padding: 21px 0px 21px 10px;
    min-height: 243px;
    border-right: 1px solid #e9e9e9;
    text-align: left;
}

@media only screen and (max-width: 1300px) {
    .products-option .options .lists .cate ul {
        padding: 17px 15px;
    }
}

@media only screen and (max-width: 992px) {
    .products-option .options .lists .cate ul {
        font-size: 0;
        padding: 0;
        border: 0;
        margin-bottom: 18px;
        min-height: inherit;
    }
}

.products-option .options .lists .cate ul li+li {
    margin-top: 13px;
}

@media only screen and (max-width: 992px) {
    .products-option .options .lists .cate ul li+li {
        margin-top: 0;
    }
}

@media only screen and (max-width: 992px) {
    .products-option .options .lists .cate ul li {
        display: inline-block;
        vertical-align: top;
        margin-right: 8px;
        margin-bottom: 7px;
    }
}

@media only screen and (max-width: 1300px) {
    .products-option .options .input-checkbox label {
        font-size: 13px;
        padding-left: 16px;
    }
}

@media only screen and (max-width: 992px) {
    .products-option .options .input-checkbox label {
        background: none;
        padding: 7px 10px 5px;
        border: 1px solid #9d9d9d;
        font-size: 14px;
        color: #292929;
        min-width: 36px;
        text-align: center;
    }

    .products-option .options .input-checkbox input:checked+label {
        border-color: #ff7f00;
        color: #ff7f00;
    }
}

.products-option .options .btn-close {
    position: absolute;
    bottom: -28px;
    left: 50%;
    margin-left: -43px;
    width: 86px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    background: #000;
    cursor: pointer;
    display: none;
}

@media only screen and (max-width: 992px) {
    .products-option .options .btn-close {
        display: block;
    }
}

.products-option .options .btn-close img {
    width: 10px;
    margin-top: 9px;
}

.products-option .options .handle-option {
    width: 100%;
    height: 50px;
    background: #000;
}

.products-option .options .handle-option .option_area {
    width: 1230px;
    margin: 0 auto;
    text-align: center;
    padding-right: 12px;
}

.products-option .options .handle-option .option_area ul {
    display: inline-block;
}

.products-option .options .handle-option .option_area ul li {
    float: left;
}

.products-option .options .handle-option .option_area ul li a.ho_btn {
    display: block;
    padding: 5px 5px;
    margin: 12px 5px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 14px;
    background: #000;
    font-weight: 500;
}

.products-option .options .handle-option .option_area ul li a.se_btn {
    display: block;
    padding: 6px 5px;
    margin: 11px 3px;
    border: 1px solid #000;
    color: #000;
    font-size: 14px;
    background: #fff;
    font-weight: 500;
}

@media only screen and (max-width: 992px) {
    .products-option .options .handle-option {
        display: none;
    }
}

.mse_btn {
    display: none
}

@media only screen and (max-width: 992px) {
    .mse_btn {
        width: 100%;
        display: block;
    }

    .mse_btn a {
        display: block;
        width: 86px;
        text-align: center;
        margin: 0 auto;
        padding: 8px 10px;
        background: #000;
        color: #fff;
        font-size: 15px;
    }
}

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

.acer-products ul.product-lists.best-products-slide li {
    width: auto;
}

.acer-products ul.product-lists.best-products-slide li .item {
    padding: 0;
}

.acer-products ul.product-lists li {
    float: left;
    width: 33.33%;
}

@media only screen and (max-width: 992px) {
    .acer-products ul.product-lists li {
        width: 50%;
    }
}

@media only screen and (max-width: 767px) {
    .acer-products ul.product-lists li {
        float: none;
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
    }
}

.acer-products .item {
    position: relative;
    padding: 50px;
}

@media only screen and (max-width: 767px) {
    .acer-products .item {
        padding: 50px 25px;
    }
}

.acer-products .item .thumb {
    margin-bottom: 37px;
}

.acer-products .item .desc h4 {
    font-size: 16px;
    margin-bottom: 4px;
    font-weight: bold;
    text-transform: uppercase;
}

.acer-products .item .desc p {
    font-size: 12px;
    color: #b4b4b4;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 38px;
}

.acer-products .item .desc dl {
    text-align: left;
}

.acer-products .item .desc dl dt {
    float: left;
    font-size: 14px;
    color: #000;
    font-weight: bold;
    clear: both;
    line-height: 1.6;
}

.acer-products .item .desc dl dd {
    font-size: 14px;
    color: #b4b4b4;
    font-weight: 400;
    padding-left: 70px;
    line-height: 1.6;
    margin-bottom: 4px;
    letter-spacing: -0.8px;
}

.acer-products .item .desc a {
    display: inline-block;
    width: 230px;
    height: 40px;
    line-height: 40px;
    margin-top: 30px;
    font-size: 16px;
    color: #000;
    font-weight: 500;
    border: 1px solid #525252;
    background: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.acer-products .item .desc a:hover {
    background: #525252;
    color: #fff;
}

.acer-products .best-seller {
    padding: 65px 0 50px;
    background-color: #f4f4f4;
}

.acer-products .best-seller .title-area h3 {
    font-size: 30px;
    font-weight: 300;
    text-transform: uppercase;
}

.acer-products .best-seller .title-area h3 em {
    font-weight: bold;
}

.acer-products .all-products {
    padding: 50px 0;
}

.acer-products .all-products .item {
    border: 1px solid transparent;
}

.acer-products .all-products .item:hover {
    border-color: #e4e4e4;
}

.new_icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 40px;
    background: red;
    line-height: 40px;
    color: #fff;
}

/* product detail */
.detail-toolbar {
    height: 50px;
    background: #000;
    text-align: right;
}

.detail-toolbar button {
    margin-top: 12px;
}

@media only screen and (max-width: 992px) {
    .detail-toolbar {
        margin-top: 70px;
    }
}

.product-detail {
    padding-bottom: 200px;
}

.product-detail .head {
    padding: 125px 0 100px;
}

@media only screen and (max-width: 992px) {
    .product-detail .head {
        text-align: center;
    }
}

.product-detail .head .thumb {
    width: 50%;
    float: left;
    text-align: right;
}

@media only screen and (max-width: 992px) {
    .product-detail .head .thumb {
        width: 100%;
        float: none;
        text-align: center;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .product-detail .head .thumb {
        max-width: 250px;
        margin: 0 auto 20px;
    }
}

.product-detail .head .desc {
    max-width: 50%;
    display: inline-block;
    padding-left: 170px;
    font-family: 'NanumBarunGothic';
    word-break: keep-all;
}

@media only screen and (max-width: 1300px) {
    .product-detail .head .desc {
        padding-left: 10%;
    }
}

@media only screen and (max-width: 992px) {
    .product-detail .head .desc {
        float: none;
        width: 100%;
        max-width: unset;
        padding-left: 0;
        text-align: center;
    }
}

.product-detail .head .desc h4 {
    font-size: 35px;
    font-weight: bold;
    text-transform: uppercase;
}

@media only screen and (max-width: 992px) {
    .product-detail .head .desc h4 {
        font-size: 32px;
    }
}

@media only screen and (max-width: 767px) {
    .product-detail .head .desc h4 {
        font-size: 23px;
    }
}

.product-detail .head .desc p {
    font-size: 12px;
    color: #b4b4b4;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 38px;
}

@media only screen and (max-width: 767px) {
    .product-detail .head .desc p {
        max-width: 300px;
        margin: auto;
        margin-bottom: 30px;
    }
}

.product-detail .head .desc dl {
    text-align: left;
}

@media only screen and (max-width: 992px) {
    .product-detail .head .desc dl {
        display: inline-block;
    }
}

.product-detail .head .desc dl dt {
    float: left;
    font-size: 16px;
    color: #000;
    font-weight: bold;
    clear: both;
    line-height: 1.6;
}

@media only screen and (max-width: 767px) {
    .product-detail .head .desc dl dt {
        font-size: 12px;
    }
}

.product-detail .head .desc dl dd {
    font-size: 16px;
    color: #b4b4b4;
    font-weight: 400;
    padding-left: 70px;
    line-height: 1.6;
    margin-bottom: 4px;
    letter-spacing: -0.8px;
}

@media only screen and (max-width: 767px) {
    .product-detail .head .desc dl dd {
        font-size: 12px;
    }
}

.product-detail .head .desc .btn-area {
    text-align: center;
}

.product-detail .head .desc .btn-area a {
    display: inline-block;
    width: 230px;
    height: 40px;
    line-height: 40px;
    margin-top: 30px;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    border: 1px solid #000;
    background: #000;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border-radius: 22px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

@media only screen and (max-width: 767px) {
    .product-detail .head .desc .btn-area a {
        font-size: 15px;
    }
}

.product-detail .body .desc-cate ul {
    border-top: 2px solid #000;
}

.product-detail .body .desc-cate ul li {
    float: left;
    width: 50%;
    font-size: 18px;
    color: #000;
    font-weight: 500;
    line-height: 48px;
    text-align: center;
    background: #f4f4f4;
}

@media only screen and (max-width: 767px) {
    .product-detail .body .desc-cate ul li {
        font-size: 14px;
        line-height: 38px;
    }
}

.product-detail .detail_img {
    width: 1024px;
    margin: 0 auto;
    margin-top: 100px;
}

@media only screen and (max-width: 992px) {
    .product-detail .detail_img {
        margin-top: 30px;
        width: 100%;
    }
}

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

.now-acer .section-title {
    font-size: 32px;
    font-weight: 900;
    color: #333;
    display: inline-block;
    margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
    .now-acer .section-title {
        font-size: 20px;
        margin-bottom: 28px;
    }
}

.now-acer .pn1 {
    margin-top: 100px;
}

@media only screen and (max-width: 767px) {
    .now-acer .pn1 {
        margin-top: 55px;
    }
}

.now-acer .pn1 .inner {
    overflow: hidden;
}

.now-acer .pn1 .inner .thumb {
    float: left;
    width: 50%;
}

.now-acer .pn1 .inner .thumb .image {
    height: 350px;
    background: #fff 50% / cover no-repeat;
}

@media only screen and (max-width: 767px) {
    .now-acer .pn1 .inner .thumb .image {
        height: 475px;
    }
}

@media only screen and (max-width: 992px) {
    .now-acer .pn1 .inner .thumb {
        width: 40%;
    }
}

@media only screen and (max-width: 767px) {
    .now-acer .pn1 .inner .thumb {
        float: none;
        width: 100%;
        height: 475px;
    }
}

.now-acer .pn1 .inner .desc {
    float: left;
    width: 50%;
    height: 350px;
    border: 1px solid #e4e4e4;
    border-left: 0;
}

@media only screen and (max-width: 992px) {
    .now-acer .pn1 .inner .desc {
        width: 60%;
    }
}

@media only screen and (max-width: 767px) {
    .now-acer .pn1 .inner .desc {
        float: none;
        width: 100%;
        height: auto;
        border-left: 1px solid #e4e4e4;
    }
}

.now-acer .pn1 .inner .desc .item {
    height: 350px;
    padding: 60px 100px;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .now-acer .pn1 .inner .desc .item {
        padding: 20px 28px 44px;
        height: auto;
    }
}

.now-acer .pn1 .inner .desc .item h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
    .now-acer .pn1 .inner .desc .item h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }
}

.now-acer .pn1 .inner .desc .item p {
    font-size: 16px;
    font-weight: 400;
    color: #5c5c5c;
    margin-bottom: 26px;
    line-height: 1.6;
    max-height: 125px;
    overflow: hidden;
}

@media only screen and (max-width: 767px) {
    .now-acer .pn1 .inner .desc .item p {
        font-size: 14px;
        margin-bottom: 10px;
        max-height: inherit;
    }
}

.now-acer .pn1 .inner .desc .item .date {
    font-size: 14px;
    color: #929292;
    font-weight: 400;
}

@media only screen and (max-width: 767px) {
    .now-acer .pn1 .inner .desc .item .date {
        font-size: 10px;
    }
}

.now-acer .pn2 {
    margin-top: 95px;
}

@media only screen and (max-width: 767px) {
    .now-acer .pn2 {
        margin-top: 35px;
    }
}

.now-acer .pn2 .section-title {
    /* background: url(/assets/img/pn2-logo.jpg) 0 50% no-repeat; */
    padding-left: 40px;
}

@media only screen and (max-width: 767px) {
    .now-acer .pn2 .section-title {
        padding-left: 20px;
        -webkit-background-size: 15px auto;
        background-size: 15px auto;
    }
}

.now-acer .pn2 .event-lists .item {
    position: relative;
    float: left;
}

.now-acer .pn2 .event-lists .item.item1 a .text {
    padding: 36px;
    font-size: 30px;
}

@media only screen and (max-width: 767px) {
    .now-acer .pn2 .event-lists .item.item1 a .text {
        padding: 15px;
    }
}

.now-acer .pn2 .event-lists .item.item1 a .text h2 {
    margin-top: 9px;
}

.now-acer .pn2 .event-lists .item.item2 a .text {
    padding: 20px 23px;
    font-size: 22px;
}

@media only screen and (max-width: 767px) {
    .now-acer .pn2 .event-lists .item.item2 a .text {
        padding: 10px;
    }
}

.now-acer .pn2 .event-lists .item.item2 a .text h2 {
    margin-top: 5px;
}

.now-acer .pn2 .event-lists .item.item3 a .text,
.now-acer .pn2 .event-lists .item.item4 a .text {
    padding: 15px 23px;
    font-size: 20px;
}

@media only screen and (max-width: 767px) {

    .now-acer .pn2 .event-lists .item.item3 a .text,
    .now-acer .pn2 .event-lists .item.item4 a .text {
        padding: 10px;
    }
}

.now-acer .pn2 .event-lists .item.item3 a .text h2,
.now-acer .pn2 .event-lists .item.item4 a .text h2 {
    margin-top: 5px;
}

.now-acer .pn2 .event-lists .item a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff 50% / cover no-repeat;
}

.now-acer .pn2 .event-lists .item a .text {
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    text-align: left;
}

.now-acer .pn2 .event-lists .item a .text .stats {
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.now-acer .pn2 .event-lists .item a .text .stats .stats-item {
    font-size: 15px;
    margin-right: 16px;
}

@media only screen and (max-width: 992px) {
    .now-acer .pn2 .event-lists .item a .text .stats .stats-item {
        font-size: 14px;
    }
}

@media only screen and (max-width: 767px) {
    .now-acer .pn2 .event-lists .item a .text .stats .stats-item {
        font-size: 11px;
    }
}

@media only screen and (max-width: 767px) {
    .now-acer .pn2 .event-lists .item a .text .stats .stats-item img {
        width: 14px;
        vertical-align: text-bottom;
    }
}

.now-acer .pn2 .event-lists .item a .text h2 {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 1em;
}

@media only screen and (max-width: 992px) {
    .now-acer .pn2 .event-lists .item a .text h2 {
        font-size: 0.8em;
    }
}

@media only screen and (max-width: 767px) {
    .now-acer .pn2 .event-lists .item a .text h2 {
        font-size: 0.6em;
    }
}

.now-acer .pn2 .event-lists .item1 {
    width: 50%;
    padding-bottom: 50%;
}

@media only screen and (max-width: 767px) {
    .now-acer .pn2 .event-lists .item1 {
        width: 100%;
        padding-bottom: 100%;
    }
}

.now-acer .pn2 .event-lists .item1 a {
    background: #fff 50% / cover no-repeat;
    top: 2px;
    right: 2px;
    bottom: 2px;
}

@media only screen and (max-width: 767px) {
    .now-acer .pn2 .event-lists .item1 a {
        top: 0;
        left: 0;
        bottom: 1px;
        right: 0;
    }
}

.now-acer .pn2 .event-lists .item2 {
    width: 50%;
    padding-bottom: 25%;
}

@media only screen and (max-width: 767px) {
    .now-acer .pn2 .event-lists .item2 {
        width: 100%;
        padding-bottom: 50%;
    }
}

.now-acer .pn2 .event-lists .item2 a {
    background-image: url(/assets/img/products-review-1.jpg);
    top: 2px;
    left: 2px;
    bottom: 2px;
}

@media only screen and (max-width: 767px) {
    .now-acer .pn2 .event-lists .item2 a {
        top: 1px;
        left: 0;
        bottom: 1px;
        right: 0;
    }
}

.now-acer .pn2 .event-lists .item3 {
    width: 25%;
    padding-bottom: 25%;
}

@media only screen and (max-width: 767px) {
    .now-acer .pn2 .event-lists .item3 {
        width: 50%;
        padding-bottom: 50%;
    }
}

.now-acer .pn2 .event-lists .item3 a {
    background-image: url(/assets/img/products-review-1.jpg);
    left: 2px;
    top: 2px;
    right: 2px;
    bottom: 2px;
}

@media only screen and (max-width: 767px) {
    .now-acer .pn2 .event-lists .item3 a {
        left: 0;
        top: 1px;
        right: 1px;
        bottom: 0;
    }
}

.now-acer .pn2 .event-lists .item4 {
    width: 25%;
    padding-bottom: 25%;
}

@media only screen and (max-width: 767px) {
    .now-acer .pn2 .event-lists .item4 {
        width: 50%;
        padding-bottom: 50%;
    }
}

.now-acer .pn2 .event-lists .item4 a {
    background-image: url(/assets/img/products-review-1.jpg);
    left: 2px;
    top: 2px;
    bottom: 2px;
}

@media only screen and (max-width: 767px) {
    .now-acer .pn2 .event-lists .item4 a {
        left: 1px;
        top: 1px;
        right: 0;
        bottom: 0;
    }
}

.now-acer .pn3 {
    margin-top: 95px;
}

@media only screen and (max-width: 767px) {
    .now-acer .pn3 {
        margin-top: 35px;
    }
}

.now-acer .pn3 .section-title {
    /* background: url(/assets/img/pn3-logo.jpg) 0 50% no-repeat; */
    padding-left: 40px;
}

@media only screen and (max-width: 767px) {
    .now-acer .pn3 .section-title {
        padding-left: 20px;
        -webkit-background-size: 15px auto;
        background-size: 15px auto;
    }
}

.now-acer .pn3 ul {
    margin-left: -12px;
    margin-right: -12px;
}

@media only screen and (max-width: 767px) {
    .now-acer .pn3 ul {
        margin-left: -7px;
        margin-right: -7px;
    }
}

.now-acer .pn3 ul li {
    float: left;
    width: 25%;
    padding: 0 12px;
    height: 700px;
}

@media only screen and (max-width: 767px) {
    .now-acer .pn3 ul li {
        width: 50%;
        padding: 0 7px;
        margin-bottom: 15px;
        height: 600px;
    }
}

.now-acer .pn3 .item .thumb {
    display: block;
    height: 210px;
    background: 50% / cover no-repeat;
}

@media only screen and (max-width: 767px) {
    .now-acer .pn3 .item .thumb {
        height: 120px;
    }
}

.now-acer .pn3 .item .desc {
    padding: 30px 10px 0;
    border: 1px solid #e4e4e4;
    border-top: 0;
}

@media only screen and (max-width: 767px) {
    .now-acer .pn3 .item .desc {
        padding: 15px 10px 0;
    }
}

.now-acer .pn3 .item .desc .label {
    display: inline-block;
    height: 25px;
    line-height: 25px;
    padding: 0 6px;
    font-size: 11px;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
    border: 1px solid #000;
}

@media only screen and (max-width: 767px) {
    .now-acer .pn3 .item .desc .label {
        height: 17px;
        line-height: 16px;
        font-size: 11px;
        margin-bottom: 10px;
    }
}

.now-acer .pn3 .item .desc h3 {
    margin-bottom: 15px;
}

.now-acer .pn3 .item .desc h3 a {
    display: block;
    font-size: 22px;
    color: #333;
    font-weight: 600;
}

.now-acer .pn3 .item .desc h3 a:hover {
    text-decoration: underline;
}

@media only screen and (max-width: 767px) {
    .now-acer .pn3 .item .desc h3 a {
        font-size: 14px;
        padding: 0 5px;
    }
}

.now-acer .pn3 .item .desc p {
    font-size: 16px;
    color: #5c5c5c;
    margin-bottom: 25px;
    font-weight: 400;
}

@media only screen and (max-width: 767px) {
    .now-acer .pn3 .item .desc p {
        font-size: 14px;
    }
}

.now-acer .pn3 .item .desc .date {
    height: 35px;
    line-height: 35px;
    color: #929292;
    font-size: 14px;
    border-top: 1px solid #e4e4e4;
    font-weight: 400;
}

.now-acer .pn4 {
    margin-top: 95px;
    margin-bottom: 100px;
}

@media only screen and (max-width: 767px) {
    .now-acer .pn4 {
        margin-top: 35px;
        margin-bottom: 40px;
    }
}

.now-acer .pn4 .section-title {
    /* background: url(/assets/img/pn4-logo.jpg) 0 50% no-repeat; */
    padding-left: 40px;
}

@media only screen and (max-width: 767px) {
    .now-acer .pn4 .section-title {
        padding-left: 20px;
        -webkit-background-size: 15px auto;
        background-size: 15px auto;
    }
}

.now-acer .pn4 ul {
    margin-left: -12px;
    margin-right: -12px;
}

@media only screen and (max-width: 767px) {
    .now-acer .pn4 ul {
        margin-left: -7px;
        margin-right: -7px;
    }
}

.now-acer .pn4 ul li {
    float: left;
    width: 25%;
    padding: 0 12px;
    height: 550px;
}

@media only screen and (max-width: 767px) {
    .now-acer .pn4 ul li {
        width: 50%;
        padding: 0 7px;
        margin-bottom: 15px;
        height: 400px;
    }
}

.now-acer .pn4 .item .thumb {
    display: block;
    height: 210px;
    background: 50% / cover no-repeat;
}

@media only screen and (max-width: 767px) {
    .now-acer .pn4 .item .thumb {
        height: 120px;
    }
}

.now-acer .pn4 .item .desc {
    padding: 30px 10px 0;
    border: 1px solid #e4e4e4;
}

@media only screen and (max-width: 767px) {
    .now-acer .pn4 .item .desc {
        padding: 15px 10px 0;
    }
}

.now-acer .pn4 .item .desc h3 {
    margin-bottom: 15px;
}

.now-acer .pn4 .item .desc h3 a {
    display: block;
    font-size: 22px;
    color: #333;
    font-weight: 600;
}

.now-acer .pn4 .item .desc h3 a:hover {
    text-decoration: underline;
}

@media only screen and (max-width: 767px) {
    .now-acer .pn4 .item .desc h3 a {
        font-size: 14px;
        padding: 0 5px;
    }
}

.now-acer .pn4 .item .desc p {
    font-size: 16px;
    color: #5c5c5c;
    margin-bottom: 25px;
    font-weight: 400;
}

@media only screen and (max-width: 767px) {
    .now-acer .pn4 .item .desc p {
        font-size: 14px;
    }
}

.now-acer .pn4 .item .desc .date {
    height: 35px;
    line-height: 35px;
    color: #929292;
    font-size: 14px;
    border-top: 1px solid #e4e4e4;
    font-weight: 400;
}

.promotion-visual {
    position: relative;
    background: #000;
    padding-top: 160px;
}

@media only screen and (max-width: 1300px) {
    .promotion-visual {
        padding-top: 125px;
    }
}

@media only screen and (max-width: 992px) {
    .promotion-visual {
        padding-top: 70px;
    }
}

.promotion-visual .btn-detail {
    position: absolute;
    bottom: 9%;
    left: 50%;
    margin-left: -11vw;
    width: 22vw;
    height: 4.7vw;
    line-height: 4.7vw;
    font-size: 2vw;
    color: #fff;
    text-align: center;
    border: 1px solid #fff;
    -webkit-transition: color 0.4s, border-color 0.4s;
    -moz-transition: color 0.4s, border-color 0.4s;
    -ms-transition: color 0.4s, border-color 0.4s;
    -o-transition: color 0.4s, border-color 0.4s;
    transition: color 0.4s, border-color 0.4s;
}

@media only screen and (max-width: 992px) {
    .promotion-visual .btn-detail {
        margin-left: -17vw;
        width: 34vw;
        height: 6vw;
        line-height: 6vw;
        font-size: 2.5vw;
    }
}

@media only screen and (max-width: 767px) {
    .promotion-visual .btn-detail {
        margin-left: -20vw;
        width: 40vw;
        height: 8vw;
        line-height: 8vw;
        font-size: 3vw;
    }
}

.promotion-visual .btn-detail:hover {
    color: #ff7f00;
    border-color: #ff7f00;
}

.service-center .page-title {
    margin-bottom: 65px;
}

@media only screen and (max-width: 767px) {
    .service-center .page-title {
        margin-bottom: 50px;
    }
}

.service-center .add-notice {
    background: #f2f2f2;
    padding: 42px 38px 40px;
    text-align: center;
    margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
    .service-center .add-notice {
        margin-bottom: 30px;
    }
}

.service-center .add-notice h3 {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
    text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
    .service-center .add-notice h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }
}

.service-center .add-notice p {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
    font-weight: 400;
}

@media only screen and (max-width: 767px) {
    .service-center .add-notice p {
        font-size: 14px;
    }
}

.service-center .sc1,
.service-center .sc2 {
    text-align: center;
    margin-bottom: 44px;
}

@media only screen and (max-width: 767px) {

    .service-center .sc1,
    .service-center .sc2 {
        margin-bottom: 15px;
    }
}

.service-center .sc1 h2,
.service-center .sc2 h2 {
    margin-bottom: 50px;
    color: #333;
    font-size: 32px;
    font-weight: bold;
}

@media only screen and (max-width: 767px) {

    .service-center .sc1 h2,
    .service-center .sc2 h2 {
        margin-bottom: 30px;
        font-size: 20px;
    }
}

.service-center .sc1 ul,
.service-center .sc2 ul {
    margin-left: -50px;
    margin-right: -50px;
}

@media only screen and (max-width: 1300px) {

    .service-center .sc1 ul,
    .service-center .sc2 ul {
        margin-left: -20px;
        margin-right: -20px;
    }
}

@media only screen and (max-width: 992px) {

    .service-center .sc1 ul,
    .service-center .sc2 ul {
        margin: 0;
    }
}

.service-center .sc1 ul li,
.service-center .sc2 ul li {
    float: left;
    width: 33.33%;
    padding: 0 50px;
}

@media only screen and (max-width: 1300px) {

    .service-center .sc1 ul li,
    .service-center .sc2 ul li {
        padding: 0 20px;
    }
}

@media only screen and (max-width: 992px) {

    .service-center .sc1 ul li,
    .service-center .sc2 ul li {
        padding: 0;
        float: none;
        width: 100%;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 767px) {

    .service-center .sc1 ul li,
    .service-center .sc2 ul li {
        margin-bottom: 15px;
    }
}

.service-center .sc1 ul li:nth-child(1) .icon,
.service-center .sc2 ul li:nth-child(1) .icon {
    background-image: url(/assets/img/sc1.png);
}

.service-center .sc1 ul li:nth-child(1) .item:hover .icon,
.service-center .sc2 ul li:nth-child(1) .item:hover .icon {
    background-image: url(/assets/img/sc1-h.png);
}

.service-center .sc1 ul li:nth-child(2) .icon,
.service-center .sc2 ul li:nth-child(2) .icon {
    background-image: url(/assets/img/sc2.png);
}

.service-center .sc1 ul li:nth-child(2) .item:hover .icon,
.service-center .sc2 ul li:nth-child(2) .item:hover .icon {
    background-image: url(/assets/img/sc2-h.png);
}

.service-center .sc1 ul li:nth-child(3) .icon,
.service-center .sc2 ul li:nth-child(3) .icon {
    background-image: url(/assets/img/sc3.png);
}

.service-center .sc1 ul li:nth-child(3) .item:hover .icon,
.service-center .sc2 ul li:nth-child(3) .item:hover .icon {
    background-image: url(/assets/img/sc3-h.png);
}

.service-center .sc1 .item,
.service-center .sc2 .item {
    padding: 30px 15px 40px;
    border: 1px solid #e4e4e4;
    position: relative;
}

@media only screen and (max-width: 992px) {

    .service-center .sc1 .item,
    .service-center .sc2 .item {
        padding-left: 170px;
        text-align: left;
    }
}

@media only screen and (max-width: 767px) {

    .service-center .sc1 .item,
    .service-center .sc2 .item {
        padding: 13px 13px 13px 100px;
    }
}

.service-center .sc1 .item:hover,
.service-center .sc2 .item:hover {
    background: #6F808A;
}

.service-center .sc1 .item:hover h3,
.service-center .sc1 .item:hover p,
.service-center .sc2 .item:hover h3,
.service-center .sc2 .item:hover p {
    color: #fff;
}

.service-center .sc1 .item .icon,
.service-center .sc2 .item .icon {
    width: 100%;
    height: 115px;
    display: inline-block;
    margin-bottom: 25px;
    background: 50% / auto 100% no-repeat;
}

@media only screen and (max-width: 992px) {

    .service-center .sc1 .item .icon,
    .service-center .sc2 .item .icon {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 25px;
        width: 115px;
        height: auto;
        margin-bottom: 0;
        -webkit-background-size: 100% auto;
        background-size: 100% auto;
    }
}

@media only screen and (max-width: 767px) {

    .service-center .sc1 .item .icon,
    .service-center .sc2 .item .icon {
        left: 25px;
        width: 58px;
    }
}

.service-center .sc1 .item h3,
.service-center .sc2 .item h3 {
    font-size: 22px;
    color: #333;
    font-weight: bold;
    margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {

    .service-center .sc1 .item h3,
    .service-center .sc2 .item h3 {
        font-size: 20px;
        margin-bottom: 5px;
    }
}

.service-center .sc1 .item p,
.service-center .sc2 .item p {
    font-size: 16px;
    color: #5c5c5c;
    line-height: 1.5;
    letter-spacing: -0.8px;
    min-height: 95px;
    overflow: hidden;
}

@media only screen and (max-width: 992px) {

    .service-center .sc1 .item p,
    .service-center .sc2 .item p {
        min-height: inherit;
    }
}

@media only screen and (max-width: 767px) {

    .service-center .sc1 .item p,
    .service-center .sc2 .item p {
        font-size: 14px;
    }
}

.service-center .sc2 ul li:nth-child(1) .icon {
    background-image: url(/assets/img/sc4.png);
}

.service-center .sc2 ul li:nth-child(1) .item:hover .icon {
    background-image: url(/assets/img/sc4-h.png);
}

.service-center .sc2 ul li:nth-child(2) .icon {
    background-image: url(/assets/img/sc5.png);
}

.service-center .sc2 ul li:nth-child(2) .item:hover .icon {
    background-image: url(/assets/img/sc5-h.png);
}

.service-center .sc2 ul li:nth-child(3) .icon {
    -webkit-background-size: auto 95px;
    background-size: auto 95px;
    background-image: url(/assets/img/sc6.png);
}

@media only screen and (max-width: 767px) {
    .service-center .sc2 ul li:nth-child(3) .icon {
        -webkit-background-size: 100% auto;
        background-size: 100% auto;
    }
}

.service-center .sc2 ul li:nth-child(3) .item:hover .icon {
    background-image: url(/assets/img/sc6-h.png);
}

.service-center .sc2 .item p {
    min-height: 150px;
}

@media only screen and (max-width: 992px) {
    .service-center .sc2 .item p {
        min-height: inherit;
    }
}

.service-center .sc2 .caution {
    font-size: 16px;
    color: #5c5c5c;
    margin-top: 35px;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .service-center .sc2 .caution {
        font-size: 14px;
        margin-top: 10px;
        margin-bottom: 27px;
    }
}

.service-center .sc3 {
    background: #f2f2f2;
    text-align: center;
    color: #333;
    padding: 48px 54px 58px;
}

@media only screen and (max-width: 767px) {
    .service-center .sc3 {
        padding: 23px;
    }
}

.service-center .sc3 h2 {
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
    .service-center .sc3 h2 {
        font-size: 20px;
        margin-bottom: 20px;
    }
}

.service-center .sc3 ul {
    padding: 30px 0;
    background: #fff;
    overflow: hidden;
}

@media only screen and (max-width: 767px) {
    .service-center .sc3 ul {
        background: transparent;
        padding: 0;
    }
}

.service-center .sc3 ul li {
    float: left;
    padding: 25px 155px 0 40px;
    text-align: left;
    min-height: 180px;
}

.service-center .sc3 ul li:nth-child(1) {
    width: 47%;
    background: #fff url(/assets/img/sc3-1.png) 94% 50% no-repeat;
}

@media only screen and (max-width: 767px) {
    .service-center .sc3 ul li:nth-child(1) {
        background-position: 98% 124%;
    }
}

.service-center .sc3 ul li:nth-child(2) {
    border-left: 1px solid #e4e4e4;
    width: 53%;
    background: #fff url(/assets/img/sc3-2.png) 94% 50% no-repeat;
}

@media only screen and (max-width: 767px) {
    .service-center .sc3 ul li:nth-child(2) {
        border: 0;
        background-position: 98% 25%;
    }
}

@media only screen and (max-width: 767px) {
    .service-center .sc3 ul li {
        padding: 15px 15px 20px;
        float: none;
        width: 100% !important;
        margin-bottom: 15px;
        min-height: inherit;
        -webkit-background-size: 55px auto !important;
        background-size: 55px auto !important;
    }
}

.service-center .sc3 ul li h3 {
    font-size: 20px;
    color: #5c5c5c;
    margin-bottom: 13px;
    font-weight: 600;
}

@media only screen and (max-width: 767px) {
    .service-center .sc3 ul li h3 {
        font-size: 20px;
    }
}

.service-center .sc3 ul li p {
    font-size: 14px;
    color: #5c5c5c;
    line-height: 1.6;
    max-width: 370px;
    padding-left: 8px;
    text-indent: -7px;
}

.service-center .sc3 ul li p:before {
    content: '';
    display: inline-block;
    width: 3px;
    height: 3px;
    background: #333;
    margin-right: 5px;
    vertical-align: middle;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

@media only screen and (max-width: 767px) {
    .service-center .sc3 ul li p {
        font-size: 14px;
    }
}

.service-center .sc3 .caution {
    font-size: 16px;
    color: #5c5c5c;
    margin-top: 35px;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .service-center .sc3 .caution {
        margin-top: 5px;
        font-size: 14px;
    }
}

.service-center .sc4 {
    background: #fff url(/assets/img/sc4-bg.jpg) 50%/cover no-repeat;
    padding: 50px 30px 30px;
    text-align: center;
    margin-top: 50px;
}

@media only screen and (max-width: 767px) {
    .service-center .sc4 {
        padding: 20px;
    }
}

.service-center .sc4 h2 {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
    .service-center .sc4 h2 {
        font-size: 20px;
        margin-bottom: 14px;
    }
}

.service-center .sc4 p {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 35px;
    line-height: 1.8;
}

@media only screen and (max-width: 767px) {
    .service-center .sc4 p {
        line-height: 1.3;
        font-size: 14px;
        margin-bottom: 15px;
    }
}

.service-center .sc4 a {
    height: 34px;
    line-height: 34px;
    padding: 0 20px;
    color: #fff;
    font-size: 16px;
    border: 1px solid #fff;
    display: inline-block;
}

@media only screen and (max-width: 767px) {
    .service-center .sc4 a {
        width: 90%;
        height: 30px;
        line-height: 28px;
        font-size: 14px;
        padding: 0 10px;
    }
}

.service-center .sc5 {
    margin-top: 50px;
    margin-bottom: 85px;
}

@media only screen and (max-width: 767px) {
    .service-center .sc5 {
        margin-top: 30px;
        margin-bottom: 45px;
    }
}

.service-center .sc5 .quick-link {
    float: left;
    width: 25%;
    text-align: center;
    min-height: 205px;
    padding-top: 25px;
    position: relative;
}

.service-center .sc5 .quick-link:hover .hc {
    display: block;
}

@media only screen and (max-width: 767px) {
    .service-center .sc5 .quick-link:hover .hc {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .service-center .sc5 .quick-link {
        min-height: inherit;
        padding-top: 0;
    }
}

.service-center .sc5 .quick-link .hc {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #f2f2f2;
    padding: 40px 15px 15px;
    display: none;
}

.service-center .sc5 .quick-link .hc h4 {
    font-size: 20px;
    color: #000;
    font-weight: 500;
    margin-bottom: 18px;
}

.service-center .sc5 .quick-link .hc p {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    margin-bottom: 18px;
}

.service-center .sc5 .quick-link .icon {
    background: #fff 50% / auto 100% no-repeat;
    height: 120px;
}

@media only screen and (max-width: 767px) {
    .service-center .sc5 .quick-link .icon {
        max-width: 64px;
        height: 55px;
        -webkit-background-size: 100% auto;
        background-size: 100% auto;
        margin: 0 auto;
    }
}

.service-center .sc5 .quick-link h3 {
    font-size: 20px;
    color: #333;
    font-weight: 400;
}

@media only screen and (max-width: 767px) {
    .service-center .sc5 .quick-link h3 {
        font-size: 14px;
    }
}

.service-center .sc5 .quick-link:hover h3 {
    color: #ff7f00;
}

@media only screen and (max-width: 767px) {
    .service-center .sc5 .quick-link:hover h3 {
        color: #333;
    }
}

.service-center .sc5 .quick-link.link1 .icon {
    background-image: url(/assets/img/service5.png);
}

.service-center .sc5 .quick-link.link2 .icon {
    background-image: url(/assets/img/service2.png);
}

.service-center .sc5 .quick-link.link3 .icon {
    background-image: url(/assets/img/service3.png);
}

.service-center .sc5 .quick-link.link4 .icon {
    background-image: url(/assets/img/service4.png);
}

.contact-us {
    padding: 100px 0 90px;
}

@media only screen and (max-width: 767px) {
    .contact-us {
        padding: 50px 0;
    }
}

.contact-us ul {
    max-width: 1050px;
    margin: 0 auto;
}

@media only screen and (max-width: 1300px) {
    .contact-us ul {
        max-width: 875px;
    }
}

.contact-us ul li {
    float: left;
    width: 33.33%;
    padding: 0 25px;
}

@media only screen and (max-width: 1300px) {
    .contact-us ul li {
        padding: 0 15px;
    }
}

@media only screen and (max-width: 992px) {
    .contact-us ul li {
        float: none;
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
    }

    .contact-us ul li+li {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .contact-us ul li {
        padding: 0;
    }
}

.contact-us ul li .item {
    position: relative;
    display: block;
    padding-top: 50px;
    height: 475px;
    text-align: center;
    border: 1px solid #e4e4e4;
}

.contact-us ul li .item:hover:before {
    height: 100%;
}

.contact-us ul li .item:hover h3,
.contact-us ul li .item:hover p {
    color: #fff !important;
}

@media only screen and (max-width: 767px) {

    .contact-us ul li .item:hover h3,
    .contact-us ul li .item:hover p {
        color: #000 !important;
    }
}

.contact-us ul li .item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: #54080a;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

@media only screen and (max-width: 767px) {
    .contact-us ul li .item:before {
        transition: none;
        background: #fff;
        border-top: 3px solid #57080a;
        color: #000;
    }
}

.contact-us ul li .item .inner {
    position: relative;
}

.contact-us ul li .item h3 {
    font-size: 25px;
    color: #000;
    font-family: 'NanumBarunGothic', 'Malgun Gothic';
    text-transform: capitalize;
    margin-bottom: 10px;
    font-weight: 900;
    letter-spacing: -2px;
    margin-top: 15px;
}

@media only screen and (max-width: 1300px) {
    .contact-us ul li .item h3 {
        margin-top: 2px;
    }
}

@media only screen and (max-width: 767px) {
    .contact-us ul li .item h3 {
        font-size: 27px;
    }
}

.contact-us ul li .item p {
    font-size: 16px;
    color: #333;
    font-weight: 400;
    line-height: 1.8;
}

@media only screen and (max-width: 767px) {
    .contact-us ul li .item p {
        font-size: 18px;
    }
}

@media only screen and (max-width: 767px) {
    .contact-us ul li .backr {
        background: #54080a;
    }

    .contact-us ul li .backr h3,
    .contact-us ul li .backr p {
        color: #fff;
    }
}

.contact-us .company-info {
    font-size: 16px;
    color: #333;
    font-weight: 400;
    line-height: 1.8;
    margin-top: 75px;
    text-align: center;
    -ms-word-break: keep-all;
    word-break: keep-all;
}

.contact-us .company-info span {
    margin-left: 10px;
}

.contact-us .company-info span:first-child {
    margin-left: 0;
}

@media only screen and (max-width: 767px) {
    .contact-us .company-info {
        font-size: 14px;
        margin-top: 30px;
    }
}

.page-title.search-title {
    margin-bottom: 45px;
}

.page-title.search-title h1 {
    font-weight: 500;
}

.global-search-area {
    margin-bottom: 25px;
    text-align: center;
}

.global-search-area .search-window {
    display: inline-block;
    position: relative;
    width: 500px;
}

@media only screen and (max-width: 767px) {
    .global-search-area .search-window {
        max-width: 80%;
    }
}

.global-search-area .search-window .inner {
    display: flex;
    border: 1px solid #000;
}

.global-search-area .search-window .inner .search-opt {
    padding: 0 8px;
    border: 0;
    width: 170px;
}

.global-search-area .search-window .inner label {
    display: inline-block;
    width: 100%;
}

.global-search-area .search-window .inner label .input-search-word {
    display: inline-block;
    width: 100%;
    height: 55px;
    font-size: 16px;
    border: 0;
    background: transparent;
}

@media only screen and (max-width: 767px) {
    .global-search-area .search-window .inner label .input-search-word {
        height: 45px;
    }
}

.global-search-area .search-window .inner .btn-search {
    width: 55px;
    height: 55px;
}

@media only screen and (max-width: 767px) {
    .global-search-area .search-window .inner .btn-search {
        height: 45px;
    }
}

.global-search-area .total-rest {
    margin-top: 25px;
    font-size: 22px;
    color: #000;
    font-weight: 400;
}

@media only screen and (max-width: 767px) {
    .global-search-area .total-rest {
        font-size: 18px;
    }
}

.search-result {
    padding-bottom: 90px;
    -ms-word-break: keep-all;
    word-break: keep-all;
}

.search-result .content-search-lists {
    border-top: 1px solid #e4e4e4;
    text-transform: uppercase;
}

.search-result .content-search-lists li {
    padding: 30px 20px;
    border-bottom: 1px solid #e4e4e4;
}

.search-result .content-search-lists li:hover {
    background: #f2f2f2;
}

.search-result .content-search-lists li h3 {
    margin-bottom: 20px;
    font-size: 20px;
    color: #000;
    font-weight: 500;
}

@media only screen and (max-width: 767px) {
    .search-result .content-search-lists li h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }
}

.search-result .content-search-lists li p {
    color: #666;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
    .search-result .content-search-lists li p {
        font-size: 13px;
        margin-bottom: 10px;
    }
}

.search-result .content-search-lists li .path {
    font-size: 12px;
    font-family: 'NanumBarunGothic';
    color: #aaaaaa;
}

.search-result .content-search-lists li .path .black_text {
    color: #000;
    font-weight: bold;
    display: inline-block;
    margin-right: 5px;
}

@media only screen and (max-width: 767px) {
    .search-result .content-search-lists li .path {
        font-size: 12px;
    }
}

.search-result .products-search-lists li {
    text-align: center;
    float: left;
    width: 33.33%;
    border: 1px solid transparent;
}

.search-result .products-search-lists li:hover {
    border-color: #e4e4e4;
}

@media only screen and (max-width: 992px) {
    .search-result .products-search-lists li {
        width: 50%;
    }
}

@media only screen and (max-width: 767px) {
    .search-result .products-search-lists li {
        float: none;
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
    }
}

.search-result .products-search-lists .item {
    padding: 50px;
}

@media only screen and (max-width: 767px) {
    .search-result .products-search-lists .item {
        padding: 50px 25px;
    }
}

.search-result .products-search-lists .item .thumb {
    margin-bottom: 37px;
}

.search-result .products-search-lists .item .desc h4 {
    font-size: 16px;
    margin-bottom: 4px;
    font-weight: bold;
    text-transform: uppercase;
}

.search-result .products-search-lists .item .desc p {
    font-size: 12px;
    color: #b4b4b4;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 38px;
}

.search-result .products-search-lists .item .desc dl {
    text-align: left;
}

.search-result .products-search-lists .item .desc dl dt {
    float: left;
    font-size: 14px;
    color: #000;
    font-weight: bold;
    clear: both;
    line-height: 1.6;
}

.search-result .products-search-lists .item .desc dl dd {
    font-size: 14px;
    color: #b4b4b4;
    font-weight: 400;
    padding-left: 70px;
    line-height: 1.6;
    margin-bottom: 4px;
    letter-spacing: -0.8px;
}

.search-result .products-search-lists .item .desc a {
    display: inline-block;
    width: 230px;
    height: 40px;
    line-height: 40px;
    margin-top: 30px;
    font-size: 16px;
    color: #000;
    font-weight: 500;
    border: 1px solid #525252;
    background: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.search-result .products-search-lists .item .desc a:hover {
    background: #525252;
    color: #fff;
}

.board-list tbody tr td:last-child a {
    padding-left: 0px;
    text-align: center;
    text-decoration: none;
}

.body_pw {
    border-bottom: 1px solid #e1e1e1;
    padding: 60px;
}

.body_pw li {
    width: 100%;
    font-size: 16px;
    color: #000;
    font-weight: 400;
    line-height: 1.8;
    text-align: center;
}

.body_reply {
    padding: 30px;
    background: #f2f2f2;
    font-size: 16px;
    color: #000;
    font-weight: 400;
    line-height: 1.8;
}

.info_detail {
    padding: 15px 30px;
    border-bottom: 1px solid #e1e1e1
}

.info_detail li {
    float: left;
    width: 25%;
    font-size: 16px;
    color: #000;
    font-weight: 400;
    line-height: 1.8;
    text-align: center;
}

.b_addfile {
    padding: 30px;
    font-size: 16px;
    color: #000;
    font-weight: 400;
    line-height: 1.8;
    border-top: 1px solid #e1e1e1;
}

@media only screen and (max-width: 767px) {
    .body_pw li {
        width: 100%;
        font-size: 14px !important;
        color: #000;
        font-weight: 400;
        line-height: 1.8;
        text-align: center;
    }

    .body_reply {
        padding: 10px;
        background: #f2f2f2;
        font-size: 14px !important;
        color: #000;
        font-weight: 400;
        line-height: 1.8;
    }

    .info_detail {
        padding: 15px 0px;
        border-bottom: 1px solid #e1e1e1
    }

    .info_detail li {
        width: 100%;
        font-size: 12px !important;
        color: #000;
        font-weight: 400;
        line-height: 1.8;
        text-align: left;
    }

    .b_addfile {
        padding: 30px 0;
        font-size: 12px !important;
        color: #000;
        font-weight: 400;
        line-height: 1.8;
        border-top: 1px solid #e1e1e1;
    }

    .board-list tbody tr td:last-child a {
        text-align: left !important;
    }
}

.cust_inquiry_pc input {
    background: #000;
    color: #fff;
    margin-left: 5px;
}

.cust_inquiry_mb {
    display: none
}

@media only screen and (max-width: 767px) {
    .cust_inquiry_pc {
        display: none
    }

    .cust_inquiry_mb {
        display: block;
        width: 80%;
        margin: 0 auto;
        padding: 0px 20px;
        margin-bottom: 50px;
        margin-top: -50px;
    }

    .cust_inquiry_mb input {
        width: 100%;
        background: #000;
        color: #fff;
        margin-left: 0px;
        padding: 8px 0;
    }

}



._btn {
    padding: 10px;
    text-align: center;
    background: #555;
    color: #fff;
    cursor: pointer;
    float: left;
}