@charset "utf-8";

@import url("/sample/css/common/common.css");
@import url("/sample/css/common/button.css");


/* 가입완료 */
.box_error {overflow: hidden;margin:100px auto;width:700px;padding:5px;border-radius: 5px;background:#fbfbfb url("./imgs/bg_line.gif")}
.box_error .inner {position:relative;display:inline-table;width:100%;min-height:280px;background:#fff url("./imgs/bg_box.gif") repeat-x 0 bottom}
.box_error .inner h1 {margin:20px 0}
.box_error .title {padding:20px 20px 10px 20px;min-height:128px;font-size:20px; color:#222; font-weight: 600; line-height:1.8}
.box_error  .txt {margin:0 30px;padding:10px 20px;font-size:14px; color:#444;line-height:1.6;background:#f0f0f0}
.box_error .icons {display:inline-block;width:180px;height:128px; vertical-align:middle}
.box_error .btn_tc {clear:none;width:100%; margin-bottom:30px}
.box_error .d_btn.big {padding:0.5em 1.5em;font-size:14px;line-height:23px;font-weight:600}

.i_error {background:url('./imgs/i_error.png') no-repeat 50% 50%}
.i_bug {background:url('./imgs/i_bug.png') no-repeat 50% 50%}
.i_danger {background:url('./imgs/i_danger.png') no-repeat 50% 50%}
.i_vlc {background:url('./imgs/i_vlc.png') no-repeat 50% 50%}
.i_warning {background:url('./imgs/i_warning.png') no-repeat 50% 50%}
.i_setting {background:url('./imgs/i_setting.png') no-repeat 50% 50%}

.i_develop {background:url('./imgs/i_develop.png') no-repeat 50% 50%}
.i_document {background:url('./imgs/i_document.png') no-repeat 50% 50%}
.i_generic {background:url('./imgs/i_generic.png') no-repeat 50% 50%}
.i_sites {background:url('./imgs/i_sites.png') no-repeat 50% 50%}
.i_smart {background:url('./imgs/i_smart.png') no-repeat 50% 50%}
.i_system {background:url('./imgs/i_system.png') no-repeat 50% 50%}
.i_util {background:url('./imgs/i_util.png') no-repeat 50% 50%}