@charset "utf-8";

/*reset*/
@font-face {
  font-family: 'Nanum Barun Gothic';
  font-style: normal;
  font-weight: 200;
  src: url(../fonts/NanumBarunGothicUltraLight.eot);
  src: local('Nanum Barun Gothic UltraLight'),
       local('NanumBarunGothicUltraLight'),
       url(../fonts/NanumBarunGothicUltraLight.eot?#iefix) format('embedded-opentype'),
       url(../fonts/NanumBarunGothicUltraLight.woff2) format('woff2'),
       url(../fonts/NanumBarunGothicUltraLight.woff) format('woff'),
       url(../fonts/NanumBarunGothicUltraLight.ttf) format('truetype');
}

@font-face {
  font-family: 'Nanum Barun Gothic';
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/NanumBarunGothicLight.eot);
  src: local('Nanum Barun Gothic Light'),
       local('NanumBarunGothicLight'),
       url(../fonts/NanumBarunGothicLight.eot?#iefix) format('embedded-opentype'),
       url(../fonts/NanumBarunGothicLight.woff2) format('woff2'),
       url(../fonts/NanumBarunGothicLight.woff) format('woff'),
       url(../fonts/NanumBarunGothicLight.ttf) format('truetype');
}

@font-face {
  font-family: 'Nanum Barun Gothic';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/NanumBarunGothic.eot);
  src: local('Nanum Barun Gothic'),
       local('NanumBarunGothic'),
       url(../fonts/NanumBarunGothic.eot?#iefix) format('embedded-opentype'),
       url(../fonts/NanumBarunGothic.woff2) format('woff2'),
       url(../fonts/NanumBarunGothic.woff) format('woff'),
       url(../fonts/NanumBarunGothic.ttf) format('truetype');
}

@font-face {
  font-family: 'Nanum Barun Gothic';
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/NanumBarunGothicBold.eot);
  src: local('Nanum Barun Gothic Bold'),
       local('NanumBarunGothicBold'),
       url(../fonts/NanumBarunGothicBold.eot?#iefix) format('embedded-opentype'),
       url(../fonts/NanumBarunGothicBold.woff2) format('woff2'),
       url(../fonts/NanumBarunGothicBold.woff) format('woff'),
       url(../fonts/NanumBarunGothicBold.ttf) format('truetype');
}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    vertical-align:baseline;
    background:transparent;
    font-family: 'Nanum Gothic';
    font-weight: 400;
    color: #222;
    font-style: normal;
    line-height: 1.35em;
}
html{height:100%;display:block;font-size:62.5%;}
body {
    height:100%;
    font-size:1.4rem;
    -webkit-text-size-adjust:none;
    -webkit-font-smoothing: antialiased;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section{
    display:block;
}
nav ul {
    list-style:none;
}
li{
    list-style: none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    text-decoration: none;
    color:#222;
}
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:.1rem dotted;
    cursor:help;
}
table {
    border-collapse:separate;
    border-spacing:0;
    table-layout: fixed
}
hr {
    display:block;
    height:.1rem;
    border:0;   
    border-top:.1rem solid #dddddd;
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
    background: transparent;
    border:.1rem solid #ddd;
}

img{vertical-align:top; width:100%; max-width:100%}

button{cursor:pointer; border:0; background-color:#fff;}



/* error */
.error_wrap {width:100%;height:100%;display:table;background:#fff;}
.error_wrap .error {display:table-cell;background:#f4f6f7;vertical-align:middle;}
.error_wrap .error .box {width:640px;margin:0 auto;}
.error_wrap .error .tit_area {position:relative;}
.error_wrap .error .tit_area .img {display:block;width:94px;height:94px;}
.error_wrap .error .tit_area p {position:absolute;left:128px;top:13px;}
.error_wrap .error .tit_area p span {display:block;font-size:24px;color:#0c82e9;}
.error_wrap .error .txt_area {border:5px solid #dde0e2;background:#fff;padding:10px 50px 15px;margin-top:18px;}
.error_wrap .error .txt_area p {font-size:16px;color:#444;line-height:1.7;margin-top:5px;}
.error_wrap .error .txt_area p span {display:block;line-height:1.8;}
.error_wrap .error .btn_area {margin-top:19px;}
.error_wrap .error .btn_area a {display:block;width:196px;height:40px;margin:0 auto;text-align:center;font-size:16px;color:#fff;background:#0c82e9;line-height:40px;}
.error_wrap .error .er400 .txt_area {margin-top:50px;}
.error_wrap .error .er500 .btn_area {margin-top:50px;}



/* 미디어쿼리 영역 */

@media (max-width:1151px){

	.error_wrap .error .box {width:auto;padding:0 15px;}
	.error_wrap .error .tit_area .img {margin:0 auto;}
	.error_wrap .error .tit_area p {position:static;text-align:center;}
	.error_wrap .error .tit_area p span {font-size:18px;}
	.error_wrap .error .txt_area {padding:10px 15px 15px;}
	.error_wrap .error .txt_area p {font-size:14px;}
	.error_wrap .error .txt_area p span {display:inline}
	.error_wrap .error .er400 .txt_area {margin-top:18px;}
	.error_wrap .error .er500 .btn_area {margin-top:19px;}
    
}