@charset "utf-8";

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
button,
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,
video,
input,
textarea {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-family: 'Malgun Gothic', AppleSDGothicNeo, 'Gulim', Arial, sans-serif;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  word-break: normal;
  word-wrap: break-word;
}

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

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  min-width: 320px;
  line-height: 1;
}

ul {
  list-style: none;
}

select,
input,
textarea {
  border: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  outline: 0;
}

blockquote,
q {
  quotes: none;
}

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

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

a {
  text-decoration: none;
}

img {
  vertical-align: top;
}

button {
  background: none;
  border: none;
}

.client {
  background-color: #000;
}

.client .error--container {
  width: 100%;
  max-width: 1211px;
  padding: 140px 0;
}

.client .error--content .content--tit {
  font-size: 42px;
  color: #fff;
}

.client .error--content .content--tit-sub {
  font-size: 24px;
  color: #999;
}

.client .error--content-right {
  float: left;
  margin-left: 131px;
}

.error--container {
  width: 1184px;
  padding: 200px 0;
  margin: 0 auto;
}

.stove--logo {
  width: 176px;
  height: 40px;
  margin-bottom: 40px;
}

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

.error--content-left {
  float: left;
  margin-top: 8px;
}

.error--content-right {
  float: right;
  margin-top: -40px;
}

.error--content .content--tit {
  max-width: 700px;
  margin-bottom: 23px;
  letter-spacing: -4px;
  font-size: 38px;
  line-height: normal;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
}

.error--content .content--tit-sub {
  max-width: 700px;
  font-size: 22px;
  line-height: normal;
  color: #666;
  word-break: break-all;
  word-wrap: break-word;
}

.error--content .content--subtit {
  font-size: 14px;
  line-height: 22px;
  padding-bottom: 56px;
  color: #666;
}

.error--content .content--btn {
  display: block;
  font-size: 16px;
  line-height: normal;
  color: #333;
  letter-spacing: -1px;
}

.error--content .content--btn .icon--down {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 2px;
  vertical-align: bottom;
  background: url("../..../img/icon-20-px-arrow-down-line.png");
}

.error--content .content--btn .icon--up {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 3px;
  vertical-align: bottom;
  background: url("../..../img/icon-20-px-arrow-up-line.png");
}

.error--content .content--detail {
  min-width: 260px;
  max-width: 650px;
  margin-top: 9px;
  border: 1px solid #e7e7e7;
  /*    min-height: 104px;*/
  text-align: center;
}

.error--content .content--detail p {
  min-height: 64px;
  padding: 12px 20px;
  background-color: #fafafa;
  font-size: 12px;
  color: #666;
  line-height: normal;
  word-break: break-all;
  word-wrap: break-word;
}

.error--content .content--detail a {
  display: block;
  /*    min-height: 40px;*/
  padding: 12px 20px;
  background-color: #fff;
  color: #333;
  font-weight: bold;
  font-size: 13px;
  line-height: normal;
  word-break: break-all;
  word-wrap: break-word;
}

.error--content .content--detail a:hover {
  background-color: #eee;
}

.error--content img {
  display: block;
  width: 484px;
  height: 512px;
}

.error--footer {
  margin-top: -95px;
}

.error--footer .footer--txt {
  margin-bottom: 32px;
  font-size: 16px;
  line-height: 20px;
  color: #333;
}

.btn {
  display: inline-block;
  min-width: 146px;
  padding: 13px 20px;
  border-radius: 4px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
}

.btn.btn--cancel {
  color: #666;
  border: 1px solid #ccc;
  background-color: #fff;
}

.btn.btn--confirm {
  margin-left: 8px;
  color: #fff;
  border: 1px solid #ff5000;
  background-color: #ff5000;
}

.btn.btn--sc {
  min-width: 99px;
  padding: 6px 15px 7px;
  font-size: 13px;
  border: 1px solid #ccc;
  background-color: #fff;
  color: #666;
}

.btn.btn--confirm-bill {
  min-width: 74px;
  padding: 7px 15px;
  color: #fff;
  border: 1px solid #ff5000;
  background-color: #ff5000;
}

/* billing */

.error--container.billing {
  width: 520px;
  padding: 56px 0 40px;
  text-align: center;
}

.error--container.billing .stove--logo {
  margin-bottom: 33px;
}

.error--container.billing .error--content {
  max-width: 333px;
  margin: 0 auto;
}

.error--container.billing .error--content .content--tit {
  margin-bottom: 12px;
  font-size: 26px;
  letter-spacing: -3px;
  line-height: 38px;
}

.error--container.billing .error--content .content--tit-sub {
  max-width: 278px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 21px;
}

.error--container.billing .error--content img {
  display: block;
  width: 216px;
  height: 229px;
  margin: 47px auto 60px;
}

.error--container.billing .error--footer {
  margin: 0;
}

@media (max-width: 1919px) {
  .client .error--container,
  .client2 .error--container {
    max-width: 924px;
  }

  .client .error--content .content--tit,
  .client2 .error--content .content--tit {
    font-size: 34px;
  }

  .client .error--content .content--tit-sub,
  .client2 .error--content .content--tit-sub {
    font-size: 20px;
  }

  .client .error--content-right,
  .client2 .error--content-right {
    margin-left: 87px;
  }

  .client .error--content img,
  .client2 .error--content img {
    width: 376px;
    height: 397px;
  }
}

@media (max-width: 1279px) {
  .client .error--container,
  .client2 .error--container {
    max-width: 730px;
    width: 1024px;
  }

  .client .error--content .content--tit,
  .client2 .error--content .content--tit {
    font-size: 28px;
  }

  .client .error--content .content--tit-sub,
  .client2 .error--content .content--tit-sub {
    font-size: 16px;
  }

  .client .error--content-right,
  .client2 .error--content-right {
    margin-left: 58px;
  }

  .client .error--content img,
  .client2 .error--content img {
    width: 292px;
    height: 309px;
  }
}

@media (max-width: 1023px) {
  .client .error--container,
  .client2 .error--container {
    max-width: 536px;
    width: 1024px;
  }

  .client .error--content .content--tit,
  .client2 .error--content .content--tit {
    font-size: 22px;
    letter-spacing: -0.35px;
  }

  .client .error--content-right,
  .client2 .error--content-right {
    margin-left: 35px;
  }

  .client .error--content img,
  .client2 .error--content img {
    width: 168px;
    height: 178px;
  }
}