@charset "utf-8";
/* font */

@font-face {
  font-family: 'scdream4';
  src: local("scdream4"), local("scdream4"), url("../font/scdream4.woff2") format("woff2"), url("font/scdream4.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap 
}
@font-face {
  font-family: 'scdream5';
  src: local("scdream5"), local("scdream5"), url("../font/scdream5.woff2") format("woff2"), url("font/scdream5.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap Light
}
@font-face {
  font-family: 'scdream6';
  src: local("scdream6"), local("scdream6"), url("../font/scdream6.woff2") format("woff2"), url("font/scdream6.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap 
}

/* reset */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, textarea, p, blockquote, th, td, input, select, textarea, button {
  margin: 0;
  padding: 0 
}
fieldset, img {
  vertical-align: top;
  border: 0 none;
  min-width: 0;
  max-width: 100% 
}
dl, ul, ol, menu, li {
  list-style: none 
}
blockquote, q {
  quotes: none 
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none 
}
input, select, textarea, button {
  vertical-align: middle;
  -webkit-appearance: none;
  -webkit-border-radius: 0 
}
button, label {
  cursor: pointer 
}
select::-ms-expand {
  display: none 
}
button {
  border: 0 none;
  border-radius: 0;
  background-color: transparent;
  cursor: pointer;
  outline: none 
}
body {
  overflow-x: hidden;
  background: #fff;
  -webkit-text-size-adjust: none 
}

body, th, td, input, select, textarea, button {
  font-size: 16px;
  line-height: 1.5;
  font-family: 'scdream4', 'Apple SD Gothic Neo', '맑은 고딕', '돋움', dotum, sans-serif;
  color: #333;
  font-weight: 400;
  /* letter-spacing: -0.025em; */
}
h1, h2, h3, h4, strong {
  font-weight: 400 
}
a {
  color: #333;
  text-decoration: none 
}
a:active, a:hover {
  text-decoration: none 
}
address, caption, cite, code, dfn, em, var {
  font-style: normal;
  font-weight: normal 
}
table {
  border-spacing: 0 
}


/* global class */
.screen_out {
  display: block;
  overflow: hidden;
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
}
.mobile_only {
  display: none;
}


/* contents */
html, body {
  width: 100%;
  height: 100%;
}
.wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding:30px;
  text-align: center;
  box-sizing: border-box;
}
.tit_err {
  display: block;
  margin:40px 0 15px;
  font-family: 'scdream5', 'Apple SD Gothic Neo', '맑은 고딕', '돋움', dotum, sans-serif;
  font-size: 32px;
}
.txt_err {
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 30px;
  word-break: keep-all;
}
.list_info .item_info {
  overflow: hidden;
  display: flex;
  width: 750px;
  margin-top:18px;
  color:#333;
  font-size: 16px;
  text-align: left;
  border:1px solid #9E98B0;
  border-radius: 10px;
  box-shadow: 5px 5px 0 #E9E9E9;
}
.list_info .item_info dt {
  width:140px;
  padding:17px 12px 18px 30px;
  font-family: 'scdream6', 'Apple SD Gothic Neo', '맑은 고딕', '돋움', dotum, sans-serif;
  border-right:1px dotted #9E98B0;
  background-color:#EBEDF1;
  box-sizing: border-box;
}
.list_info .item_info dd {
  flex:1 1;
  padding:17px 30px;
  font-family: 'scdream4', 'Apple SD Gothic Neo', '맑은 고딕', '돋움', dotum, sans-serif;
}
.list_info .item_info a {
  color:#9E98B0;
}


@media screen and (max-width: 1200px) {
  .pc_only {
    display: none;
  }
  .mobile_only {
    display: block;
  }
  .img_error {
    height: 160px;
  }

  .wrapper {
    display: block;
    height: auto;
    min-height: 100%;
    padding: 100px 27px;
  }
  .tit_err {
    font-size: 24px;
    margin: 40px 0 15px;
  }
  .txt_err {
    margin-bottom: 35px;
    font-size: 14px;
    line-height: 22px;
  }
  .list_info .item_info {
    display: block;
    width: 100%;
    text-align: center;
  }
  .list_info .item_info dt {
    width: 100%;
    padding: 10px;
    border-bottom:1px dotted #9E98B0;
    border-right: 0;
    font-size: 15px;
  }
  .list_info .item_info dd {
    padding:17px 10px;
    font-size: 14px;
    line-height: 24px;
  }
}